/*all*/
span.note {
    font-size: 0.7rem;
}

.fl-l {
	float: left;
}

/* header */
header {
	padding-top: 8px;
}

header h1 {
	margin: 10px 0;
}

header .logo {
	width: 385px;
	margin: 13px auto;
}

header .main_menu li a, header .share_menu li a {
	padding: 0 15px;
}
header .main_menu li.menu_search {
    right: 0;
}

.maintenance {
	margin-top: 50px;
    background: #333;
    text-align: center;
    line-height: 50px;
    margin-bottom: 80px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.maintenance img {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px 0;
}


@media screen and (max-width: 768px){
	header .logo {
		width: 86%;
	}

	.maintenance {
	    margin: 20px auto 70px;
	    line-height: 14px;
	    padding: 4%;
	    letter-spacing: 0.4;
	}
	.maintenance span {
	    display: block;
	}
}

/*top*/
.top-blog .thumbnail {
    margin-bottom: 15px;
}

.top-bnr ul {
	display: flex;
	justify-content: center;
}

.top-bnr ul li {
	width: auto;
	margin-right: 40px;
}

.top-bnr ul li.last {
	margin-right: 0;
}

.top-pickup {
	margin: 50px;
	font-size: 0.8rem;
	line-height: 3;
}

.top-pickup span {
	padding: 5px;
	border: 2px solid #000;
}


.pickup-title {
        font-size: 1.5rem;
	
}
@media screen and (max-width: 768px){
.top-pickup {
	margin: 10px;
	font-size: 0.8rem;
	line-height: 2;
}

}



@media screen and (max-width: 768px){
	.top-bnr ul {
		justify-content: space-evenly;
	}
	.top-bnr ul li {
		width: 30%;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}


}

/*sns*/
.sns-account {
	text-align: left;
	font-size: 0.9rem;
}

.sns-account li {
	margin-bottom: 30px;
}

.sns-account img {
	width: 5%;
	margin-right: 20px;
}

@media screen and (max-width: 768px){
	.sns-account img {
		width: 10%;
		margin-right: 20px;
	}
}

/*about*/
.about_sec .square .fl-l {
	width: 50vw;
	max-width: 500px;
	height: 50vw;
	max-height: 500px;
}

.about_sec .square a {
	width: 100%;
	height: 100%;
	padding-top: 20%;
	text-decoration: none;
	display: block;
}

.about_sec .square div.white_box {
	width: 50%;
	height: 50%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about_sec .square h2 {
	margin: 0 0 10px;
	border: 0;
}

.about_sec .square span {
	font-size: 0.9rem;
}

.about_sec .origin {
	background-image: url(../img/about/origin.png);
	background-size: cover;
}

.about_sec .history {
	background-image: url(../img/about/history.png);
	background-size: cover;
}

.about_sec .creators {
	background-image: url(../img/about/creators.png);
	background-size: cover;
}

.about_sec .blog {
	background-image: url(../img/about/blog.png);
	background-size: cover;
}

@media screen and (max-width: 768px){
	.about_sec .square .fl-l {
		width: 100%;
	    max-width: 100%;
	    height: 100%;
	    max-height: 100vw;
	}
}

/*event*/
.event_mail {
    font-size: 15px;
    margin-bottom: 50px;
    text-align: center;
}

/*icon_list_box*/
.icon_list_box li {
	width: 250px;
	height: 250px;
	margin: 0px 40px 40px;
	border: 1px solid #ccc;
	float: left;
}

.icon_list_box li .icon_head {
	height: 60px;
	padding: 20px;
	background-color: #ccc;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.icon_list_box li .icon_head img {
	height: fit-content;
	display: block;
}

.icon_list_box li .icon_head h3 {
	width: 60%;
	padding-left: 20px;
	text-align: left;
	font-size: 16px;
}

.icon_list_box li .list_txt {
	padding: 0 10px;
}


@media screen and (max-width: 768px){
	.icon_list_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.icon_list_box li {
		width: 47%;
		margin: 0 0 20px;
	}
	.icon_list_box li .icon_head {
		height: 35%;
		padding: 10px 0;
		flex-direction: column;
	}
	.icon_list_box li .icon_head img {
		width: 36px;
		height: 36px;
	}
	.icon_list_box li .icon_head h3 {
		width: 90%;
		margin-bottom: 0;
		padding: 0;
		text-align: center;
		line-height: 1.2;
	}
	.icon_list_box li .two-rows h3 {
		margin-top: 1px;
	}
	.icon_list_box li .one-row h3 {
		height: 38px;
		margin-top: inherit;
		line-height: 38px;
	}
}

/*shop*/
.anjin .food .infor_sec {
    width: 49.8%;
    margin: 0 1px 1px 0;
    padding: 0 0 18px 0;
    background-color: #f6f6f3;
    line-height: 2;
    float: left;
    box-sizing: border-box;
    letter-spacing: 0;
}
.anjin .food .infor_sec:nth-of-type(1), .anjin .food .infor_sec:nth-of-type(2) {
    height: 301px;
}

.anjin .food .shd_infor .infor_sec .table {
    width: auto;
    border-collapse: collapse;
	border-spacing: 0;
}
.anjin .food .table-fixed, .anjin .food .table-col-th, .anjin .food .table-col-th-one {
    table-layout: fixed;
}
.anjin .food .shd_infor .infor_sec .table th {
    width: 266px;
    padding: 5px 14px 4px 30px !important;
    letter-spacing: 0;
    font-weight: normal;
}
.anjin .food .shd_infor .infor_sec .table td {
    width: 233px;
    padding: 4px 10px 4px 0 !important;
}
.anjin .food .shd_infor .infor_sec .table tr:nth-of-type(1) th {
    width: 266px;
    padding: 14px 0 13px 30px !important;
    background-color: #e5e5e1;
    font-weight: bold;
    letter-spacing: 0;
}
.anjin .food .shd_infor .infor_sec .table tr:nth-of-type(2) th, .anjin .food .shd_infor .infor_sec .table tr:nth-of-type(2) td {
    padding-top: 25px !important;
}
.anjin .food .shd_infor .infor_sec .table td:before {
    margin-top: 7px;
}
.anjin .food .shd_infor .shd_infor_cont .table td:before {
    border-left: 2px solid #acaca8;
    height: 10px;
    content: " ";
    vertical-align: bottom;
    display: block;
    float: left;
    margin: 8px 0 0 0;
}
.anjin .drink .infor_sec:nth-of-type(3) {
    height: 190px;
}
.anjin .drink .alcoholic .infor_sec {
	width: 33.2%;
	height: 301px;
}
@media screen and (max-width: 768px){
	.anjin .food .infor_sec {
	    width: 100%;
	    float: none;
	}
	.anjin .food .infor_sec:nth-of-type(1), .anjin .food .infor_sec:nth-of-type(2), .anjin .food .infor_sec:nth-of-type(3), .anjin .food .infor_sec:nth-of-type(4) {
		height: auto;
	}
	.anjin .food .shd_infor .infor_sec .table {
	    width: 100%;
	}
	.anjin .drink .alcoholic .infor_sec {
		width: 100%;
		height: auto;
	}
}


.matsukura .txt_link {
    padding: 0 0 15px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 2.2;
}

.matsukura .txt_link p {
	margin: 5px 0;
}

.matsukura .txt_link span {
    padding: 0 0 0 15px;
    color: #000;
}

.matsukura .txt_link span:after {
    width: 2px;
    height: 10px;
    font-size: 0;
    background: #acaca8;
    content: "";
    display: inline-block;
    margin-left: 15px;
}

.matsukura .txt_link span:last-of-type:after {
    background: 0;
}

.matsukura .imgtxt_about .it_imgtxt-img, .creators_sec .imgtxt_about .it_imgtxt-img {
    width: 333px;
}

.matsukura .imgtxt_about .it_imgtxt-text, .creators_sec .imgtxt_about .it_imgtxt-text {
    width: 667px;
}

@media screen and (max-width: 768px){
	.matsukura .imgtxt_about .it_imgtxt-img, .creators_sec .imgtxt_about .it_imgtxt-img {
	    width: auto;
	}
	.matsukura .imgtxt_about .it_imgtxt-text, .creators_sec .imgtxt_about .it_imgtxt-text {
	    width: auto;
	}
}

@media screen and (max-width: 768px){
	.gg .thumbnail img {
		margin: 0 auto;
		display: block;
	}
}

/*english chinese*/
#language .menu_box li {
    width: 190px;
    text-align: left;
}
#language .concept_sec {
    padding: 40px 0px 50px 0;
}
#language .concept_sec p {
    line-height: 40px;
}
@media screen and (min-width: 769px){
	#language .menu_list {
	    padding: 0 0 0 40px;
	}
}