@charset "utf-8";
/* android対策 */
/* p { background-image: url(../images/pix.gif); } */
/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	/* layout */
	html{
		width: 1200px;
	}
	body {
		width: 1200px;
		overflow: visible!important;
	}
	main{
		overflow-x: hidden;
	}
}

/*--------------------------------------------------------
★レスポンシブ■スマホ表示切替ボタン
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
	a#btnSP{
		display: none;
	}
	a#btnPC{
		position: fixed;
		display: block;
		width: auto;
		height: auto;
		font-size: 12px;
		padding: 10px 20px;
		box-sizing: border-box;
		background-color: #3E1A02;
		box-shadow: 2px 2px 0 rgba(0,0,0,.5);
		text-align: center;
		color: #FCC809;
		border: 1px solid #FCC809;
		text-decoration: none;
		line-height: 1em;
		margin-top: 4px;
		left: 10px;
		bottom: 10px;
		z-index: 2;
	}
}
@media screen and (min-width: 641px) {
	.switch{
		display: none;
		height: 0;
	}
	a#btnSP{
		display: none;
	}
	a#btnPC{
		display: none;
	}
}

@media screen and (min-width:1021px) {
	.switch{
		display: block;
		height: auto;
	}
	a#btnPC{
		display: none;
	}
	a#btnSP{
		position: fixed;
		display: block!important;
		width: 300px;
		height: auto;
		z-index: 100;
		font-size: 24px;
		padding: 8px;
		text-align: center;
		background-color: #FCC809;
		box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
		color: #3E1A02;
		text-decoration: none;
		bottom: 40px;
		left: 15px;
		z-index: 99999999!important;
	}
}
@media screen and (min-width: 1023px) {
	.switch{
		display: none;
		height: 0;
	}
	a#btnSP{
		display: none;
	}
	a#btnPC{
		display: none;
	}
}
/*--------------------------------------------------------
★レスポンシブ■ヘッダ部分
--------------------------------------------------------*/
@media screen and (min-width: 641px) {
	.pc_none{
		display: none!important;
	}
}
@media screen and (max-width: 640px) {
	.sp_none{
		display: none!important;
	}

	/* スマホ用メニュー */
	.index #wrapper {
		overflow: hidden;
		min-width: 20pc;
		height: auto;
		padding: 0;
	}
	.drawer .contents {
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
	}
	.drawer #navTgl:checked~.contents {
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
	}
	.index #navTgl {
		display: none;
		overflow: hidden;
	}
	.drawer label.pc_none {
		cursor: pointer;
		position: fixed;
		top: 5px;
		right: 5px;
	}
	.drawer .open{
		width: 50px;
		height: 50px;
		color: #FCC809;
		background-color: #FFF;
		font-size: 2.5em;
		line-height: 50px;
		text-align: center;
		-webkit-transition: background-color 0.6s,-webkit-transform 0.6s;
		transition: background-color 0.6s,transform 0.6s;
		border-radius: 50%;
		z-index: 101;
		border: 1px solid #AEAEAE;
		box-sizing: border-box;
	}
	.index #navTgl:checked+.open {
		color: #FFF;
		background-color: #FCC809;
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
	}
	.drawer .open span{
		position: relative;
		display: block;
		font-size: 10px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0;
	}
	.drawer .close {
		pointer-events: none;
		z-index: 1;
		width: 100%;
		height: 100%;
		transition: background-color 0.6s;
	}
	.drawer #navTgl:checked~.close {
		pointer-events: auto;
		background-color: rgba(0,0,0,.3);
		z-index: 2;
	}
	.fixed_menu{
		position: fixed;
		display: block;
		z-index: 7;
		top: 0;
		right: 50px;
		z-index: 30;
	}
	.fixed_menu li{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 55px;
		height: 50px;
		background: none;
		margin: 0;
	}
	.fixed_menu li a{
		position: relative;
		display: block;
		width: 100%;
		color: #000;
		font-size: 1.0rem;
		line-height: 1;
		letter-spacing: -.03em;
		text-align: center;
		padding: 35px 0 5px;
	}
	.menu{
		z-index: 3;
		position: fixed;
		overflow: auto;
		top: 0;
		right: 0;
		width: 250px;
		height: 100%;
		padding: 10px;
		background-color: rgba(62,26,2,.7);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		box-sizing: border-box;
		z-index: 200;
	}
	/*.customize-support.drawer label.pc_none{
		top: 46px;
	}*/
	.index #navTgl:checked~.menu {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.menu li a{
		position: relative;
		color: #FFF;
	}
	.menu ul{
		padding: 0;
	}
	.menu li{
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,.4);
		font-size: 0.9em;
		line-height: 1.4;
	}
	.menu li a{
		display: block;
		padding: 1em 2em .9em;
		text-decoration: none;
		transition: background-color 0.6s;
	}
	.menu li a:hover {
		color: #FFF;
		background-color: #FCC809;
	}
	.menu li a:hover span{
		color: #FFF;
	}
}


/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
	html{
		max-width: 640px;
		width: 100%;
		overflow-x: hidden;
		-webkit-text-size-adjust: 100%!important;
	}
	body {
		max-width: 640px;
		min-width: 320px;
		width: 100%;
		overflow-x: hidden!important;
		line-height: 1.9;
		letter-spacing: .05em;
		-webkit-text-size-adjust: 100%!important;
		top: 0!important;
	}
	body#index{
		background: #FCC809;
	}
	/* layout
	------------------------------ */
	.wrapper{
		max-width: 640px;
		width: 90%;
		margin: 0;
		padding: 0 5%;
	}

	/* Common
	------------------------------ */
	.fl_l,.fl_r{
		float: none;
	}
	.float::before,
	.float::after{
		content: " ";
		display: block;
		clear: both;
	}
	.btn{
		display: block;
		margin: 0 auto 10px;
	}
	.btn:last-child,
	.btn:last-of-type{
		margin: 0 auto;
	}
	.flex{
		display: block;
	}

	/* Header
	------------------------------ */
	header{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
		background: none;
	}
	header .flex{
		height: auto;
	}
	#header_logo,header .right{
		display: none;
	}
	a.fixed_logo{
		position: fixed;
		display: block;
		width: 89px;
		height: 65px;
		text-indent: -9999px;
		background: url(../images/logo.svg) no-repeat center center;
		background-size: contain;
		/*box-shadow: 0 5px 0 rgba(0,0,0,.3);*/
		z-index: 10;
		top: 8px;
		left: 5px;
	}
	/*a.fixed_logo::before{
		content: "";
		position: absolute;
		display: block;
		width: 55px;
		height: 35px;
		background: url(../images/logo.svg) no-repeat center center;
		background-size: contain;
		top: 7.5px;
		left: 5px;
	}*/
	a.insta_btn{
		position: fixed;
		display: block;
		width: 50px;
		height: 50px;
		background: #FFF url(../images/insta_color.jpg);
		background-repeat: no-repeat, no-repeat;
		background-position: center center, 0 0;
		background-size: auto 28px, cover;
		border-radius: 50%;
		top: 5px;
		right: 115px;
		z-index: 10;
		border: 1px solid #AEAEAE;
		box-sizing: border-box;
	}
	a.netshop_btn{
		position: fixed;
		display: block;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
		background: #FFF url(../images/cart_yellow.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: center center, 0 0;
		background-size: auto 28px, cover;
		border-radius: 50%;
		top: 5px;
		right: 60px;
		z-index: 10;
		border: 1px solid #AEAEAE;
		box-sizing: border-box;
	}
	a.line_btn{
		position: fixed;
		display: block;
		width: 50px;
		height: 50px;
		background: url(../images/line_logo.svg) no-repeat center center / contain;
		top: 5px;
		right: 173px;
		border-radius: 50%;
		z-index: 10;
		border: 1px solid #AEAEAE;
		box-sizing: border-box;
	}

	/* index
	------------------------------ */
	/* swiper */
	.swiper-container{
		height: auto;
		padding: 3%!important;
		background: #FCC809;
	}
	.swiper-slide{
		height: 0!important;
		padding-bottom: 100%;
		border-radius: 5px;
		overflow: hidden;
	}
	.swiper-slide.slide01{
		background-image: url(../images/slider01.jpg);
	}
	/* .swiper-slide.slide02,.swiper-slide.slide03,
	.swiper-slide.slide04,.swiper-slide.slide05{
		display: none;
	} */
	.swiper-slide.slide04 .btn,.swiper-slide.slide03 .btn,
	.swiper-slide.slide06 .btn{
		width: 200px;
		height: 56px;
		line-height: 56px;
		margin: 45px 0 0;
	}
	.swiper-slide p.txt{
		position: absolute;
		display: block;
		text-indent: -9999px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	.swiper-slide.slide01 p.txt{
		width: 100%;
		height: 0;
		padding-bottom: 46%;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.swiper-slide.slide02 p.txt{
		width: 60%;
		height: 0;
		background-image: url(../images/slider02_txt.svg);
		margin: 26% 0 0;
		padding-bottom: 65%;
	}
	.swiper-slide.slide02 .wrapper::after{
		width: 28%;
		height: 0;
		right: 3%;
		top: 0;
		bottom: 0;
		margin: auto 0;
		padding-bottom: 27%;
	}
	.swiper-slide p.title{
		width: 100%;
		height: 0;
		margin: 26% 0 5%;
		padding-bottom: 16%;
	}
	.swiper-slide.slide03 p.txt,
	.swiper-slide.slide04 p.txt{
		width: 65%;
		height: 0;
		padding-bottom: 15%;
	}
	.swiper-slide.slide03 p.txt::before,
	.swiper-slide.slide04 p.txt::before{
		width: 30%;
		height: 0;
		right: -30%;
		top: 0;
		bottom: 0;
		margin: auto 0;
		padding-bottom: 40%;
	}
	.swiper-slide.slide04 p.txt::before{
		right: -35%;
	}
	.swiper-slide.slide03::after,
	.swiper-slide.slide04::after{
		width: 70%;
		height: 0;
		background-size: cover;
		padding-bottom: 37%;
	}
	.swiper-slide.slide04 p.txt{
		width: 65%;
		height: 0;
	}
	.swiper-slide.slide04::after{
		width: 176px;
		height: 176px;
		padding-bottom: 0;
		background: url(../images/sp_slider04_right.png) no-repeat center center / contain;
	}
	.swiper-slide.slide05 p.txt{
		width: 100%;
		height: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		padding-bottom: 47%;
	}
	.swiper-slide.slide06{
		background-position: top left,right bottom;
		background-size: 60% auto, 50% auto;
	}
	.swiper-slide.slide06 .title{
		width: 70%;
		height: 0;
		padding-bottom: 27%;
		margin: 41% auto 0;
	}
	.swiper-slide.slide06 .title::before{
		width: 30%;
		height: 0;
		padding-bottom: 20%;
		top: -30%;
		right: -15%;
	}
	.swiper-slide.slide06 .title::after{
		display: none;
	}
	.swiper-slide.slide06 .btn{
		margin-top: 30px;
	}
	/* //swiper */
	#index section h2{
		text-align: center;
	}
	#index section h2 span.en{
		margin: 0 auto 12px;
	}
	#index div.pict{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	#index div.pict::before{
		content: "";
		position: relative;
		display: inline-block;
		width: 100%;
		height: 0;
		padding-bottom: 37%;
		background: url(../images/index01_wafflebiyori.png), url(../images/slider02_illust.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: center left, center right -15%;
		background-size: contain, contain;
	}
	#index div.pict img{
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	#sp_index01,#sp_index02,#sp_index03,#sp_index04{
		padding: 50px 0;
	}
	/* sp_index01 */
	#sp_index01 p{
		position: relative;
		display: block;
		width: 75%;
		height: 0;
		padding-bottom: 79%;
		text-indent: -9999px;
		background: url(../images/slider02_txt.svg) no-repeat center top;
		background-size: contain;
		margin: 0 auto 30px;
	}
	/* //sp_index01 */
	/* sp_index02 */
	#sp_index02 h2{
		position: relative;
		display: block;
		width: 45%;
		text-indent: -9999px;
		padding-bottom: 30%;
		background: url(../images/logo.svg) no-repeat center center;
		background-size: contain;
		margin: 0 auto 20px;
	}
	#sp_index02 p{
		position: relative;
		display: block;
		width: 100%;
		padding-bottom: 100%;
		text-indent: -9999px;
		background: url(../images/index02_txt.svg) no-repeat center center;
		background-size: contain;
	}
	#sp_index02 img:nth-child(3){
		margin: 40px auto;
	}
	#sp_index02 div.pict::before{
		background-image: url(../images/footer_wafflebiyori.png), url(../images/slider02_illust.svg);
	}
	/* //sp_index02 */
	/* sp_index03 */
	#sp_index03 .flex{
		display: flex;
		max-width: 315px;
		align-items: flex-start;
		flex-flow: row-reverse;
		margin: 0 auto;
	}
	#sp_index03 .flex h2{
		display: block;
		width: 30%;
		padding-bottom: 76%;
		text-indent: -9999px;
		background: url(../images/index03_left_h2.svg) no-repeat center center;
		background-size: contain;
	}
	#sp_index03 .flex p{
		font-size: 2.2rem;
		font-weight: 600;
		line-height: 1.8;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	#sp_index03 img:nth-child(2){
		position: relative;
		display: block;
		max-width: 315px;
		width: 100%;
		margin: 0 auto;
	}
	#sp_index03 .wrapper div:nth-child(3){
		position: relative;
	}
	#sp_index03 .wrapper div:nth-child(3)::before{
		content: "";
		position: relative;
		display: block;
		width: 100%;
		height: 23px;
		background: url(../images/sp_index03_arrow.png) no-repeat center center;
		background-size: contain;
		margin: 52px auto 30px;
	}
	#sp_index03 .wrapper div:nth-child(3)::after{
		content: "";
		position: absolute;
		display: block;
		width: 85%;
		padding-bottom: 64%;
		background: url(../images/index03_right_illust.png) no-repeat center center;
		background-size: contain;
		right: -28%;
		bottom: -15%;
	}
	#sp_index03 .wrapper div:nth-child(3) p{
		position: relative;
		display: block;
		max-width: 315px;
		height: 0;
		text-indent: -9999px;
		padding-bottom: 54%;
		background: url(../images/sp_index03_txt.svg) no-repeat center top;
		background-size: contain;
		margin: 0 auto 30px;
	}
	#sp_index03 .wrapper div:nth-child(3) img{
		width: 30%;
		margin: 50px 0 60px 12%;
	}
	#sp_index03 div.pict::before{
		display: none;
	}
	#sp_index03 div.pict::after{
		content: "";
		position: relative;
		display: inline-block;
		width: 100%;
		height: 0;
		margin: 20px 0;
		padding-bottom: 37%;
		background: url(../images/waffle_biyori03.png), url(../images/slider02_illust.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: center left, center right -15%;
		background-size: contain, contain;
	}
	/* //sp_index03 */
	/* sp_index04 */
	#sp_index04 div.flex h2{
		color: #3E1A02;
	}
	#sp_index04 div.flex:first-of-type h2 span.en{
		width: 104px;
		height: 30px;
		background-image: url(../images/newsB.svg);
		margin: 0 auto 10px;
	}
	#sp_index04 div.flex:nth-of-type(2){
		margin-top: 50px;
	}
	#sp_index04 div.flex:nth-of-type(2) h2 span.en{
		width: 117px;
		height: 29px;
		background-image: url(../images/eventB.svg);
		margin: 0 auto 10px;
	}
	#sp_index04 ul li{
		margin-top: 20px;
	}
	#sp_index04 ul li a{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		color: #3E1A02;
	}
	#sp_index04 ul li a:hover{
		opacity: .7;
	}
	#sp_index04 ul li a .tag{
		position: relative;
		display: inline-block;
		width: 80px;
		color: #FFF;
		font-size: 1.4rem;
		line-height: 28px;
		text-align: center;
		vertical-align: middle;
		background: #3E1A02;
		margin: 10px 5px 0 0;
	}
	#sp_index04 ul li a span.fw_6{
		position: relative;
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		vertical-align: middle;
		margin-top: 10px;
	}
	#sp_index04 ul li a h3{
		margin-top: 5px;
	}
	#sp_index04 .flex a.btn{
		margin-top: 30px;
	}
	/* //sp_index04 */
	/* index02 */
	#index02{
		padding: 50px 0;
	}
	#index02 .right{
		width: 100%;
		margin-top: 40px;
	}
	#index02 .right::after{
		position: absolute;
		width: 80%;
		height: 0;
		margin: 0;
		padding-bottom: 53%;
		right: 0;
		bottom: -140%;
	}
	#index02 .left p{
		width: 100%;
		height: 0;
		margin-bottom: 30px;
		padding-bottom: 100%;
	}
	/* //index02 */
	/* index03 */
	#index03 .flex::after{
		content: "";
		position: relative;
		display: block;
		width: 100%;
		height: 0;
		margin: auto;
		padding-bottom: 50%;
	}
	#index03 .flex:first-of-type .wrapper{
		width: 100%;
		text-align: center;
		padding: 0 5% 50px;
	}
	#index03 .flex:first-of-type .flex{
		max-width: 315px;
		display: flex;
		align-items: flex-start;
		flex-flow: row-reverse;
		padding-top: 50px;
		margin: 0 auto;
	}
	#index03 .flex:first-of-type h2{
		width: 99px;
		height: 260px;
		background-position: center top;
	}
	#index03 .flex:first-of-type div p{
		font-size: 2.2rem;
		text-align: left;
		line-height: 1.8;
		margin-bottom: 40px;
	}
	#index03 .flex:first-of-type img:nth-child(2){
		width: 63px;
		height: 124px;
		margin: 0 20px -4px 0;
	}
	#index03 .flex:first-of-type img:nth-child(3){
		width: 90px;
		height: 130px;
		margin: 0 10px -3px 0;
	}
	#index03 .flex:first-of-type img:nth-child(4){
		width: 90px;
		height: 123px;
	}
	#index03 .flex:nth-of-type(2) .wrapper{
		width: 100%;
		padding: 50px 5%;
	}
	#index03 .flex:nth-of-type(2) p{
		width: 100%;
		height: 0;
		margin-bottom: 40px;
		padding-bottom: 58%;
	}
	#index03 .flex:nth-of-type(2) .wrapper::before{
		width: 30%;
		height: 0;
		right: -3%;
		bottom: 0;
		padding-bottom: 26%;
	}
	#index03 .flex:nth-of-type(2) .wrapper::after{
		margin: 15px auto 0;
	}
	/* //index03 */
	/* index04 */
	#index04{
		padding: 50px 0;
	}
	#index04 h2{
		margin-bottom: 20px;
	}
	#index04 .flex div{
		position: relative;
		display: block;
		margin: 0 auto;
	}
	#index04 .flex div:first-of-type{
		margin-bottom: 20px;
	}
	#index04 .flex .contents{
		padding: 8% 5%;
	}
	#index04 .flex .contents h3{
		font-size: 2rem;
	}
	#index04 .wrapper .btn{
		margin-top: 20px;
	}
	/* //index04 */
	/* top_contact */
	.top_contact{
		padding: 60px 0;
		background-color: #FFF;
	}
	.top_contact_form label{
		grid-template-columns: 1fr;
	}
	.top_contact_form label input{
		max-width: unset;
		height: 40px;
		margin-top: 10px;
		box-sizing: border-box;
	}
	.top_contact_form label textarea{
		max-width: unset;
		min-height: 250px;
		box-sizing: border-box;
	}
	.top_contact_form input[type="submit"]{
		font-size: 16px;
		line-height: 60px;
	}
	/* //top_contact */

	/* sub contents
	------------------------------ */
	main{
		overflow: visible;
	}
	.main_title{
		height: auto;
		margin-top: 0;
		padding: 50% 0 30px;
		overflow-x: hidden;
	}
	.main_title::after{
		width: 100%;
		height: 0;
		left: 0;
		margin: 0 auto;
		padding-bottom: 40%;
	}
	.main_title .wrapper{
		height: auto;
		display: flex;
		align-items: center;
	}
	.main_title .wrapper::after{
		content: "";
		width: 100px;
		height: 89px;
		left: auto;
		right: -20px;
		bottom: -10px;
	}
	.main_title h1,.main_title p{
		font-size: 2.8rem;
		line-height: 1;
		letter-spacing: .05em;
	}
	.main_title h1 span.en,
	.main_title p span.en{
		margin-bottom: 12px;
	}
	.sub_section h2{
		font-size: 2.4rem;
		line-height: 1.5;
		padding-bottom: 8px;
		margin-bottom: 30px;
	}
	.sub_section h2::before{
		width: 20px;
		height: 3.5px;
		margin-right: 6px;
	}

	/* product - archive
	------------------------------ */
	#product .sub_section{
		padding-bottom: 50px;
	}
	#product01 .left{
		margin-bottom: 20px;
	}
	#product .sub_section .right h3{
		font-size: 20px;
		/* margin-bottom: 10px; */
		margin-bottom: 16px;
		background-position: center left;
	}
	#product01 .right h3{
		width: 100%;
		height: 0;
		padding-bottom: 6%;
	}
	#product02 .right h3{
		width: 100%;
		height: 0;
		padding-bottom: 6%;
		margin-top: 20px;
	}
	#product03 .right h3{
		width: 100%;
		height: 0;
		padding-bottom: 21%;
		margin-top: 20px;
	}
	#product .product_list_box{
		margin-top: 40px;
	}
	#product .product_list_box h4{
		margin: 0 auto 20px;
	}
	#product .product_list_box h4 span.ja{
		margin-top: 10px;
	}
	#product .product_list_box h4 span.en{
		width: 288px;
		height: 28px;
	}
	#product .product_list_box:nth-of-type(3) h4 span.en{
		width: 288px;
	}
	.product_list_box .slick-list li .contents{
		letter-spacing: .04em;
	}
	.product_list_box .slick-list li h3{
		font-size: 1.8rem;
		line-height: 1.3;
		letter-spacing: .03em;
		margin: 15px 0 5px;
	}
	.product_list_box .slick-list li .contents .btn{
		margin-top: 20px;
	}
	#product .sub_section a.btn.online{
		width: 100%;
		margin-top: 20px;
	}

	/* shop
	------------------------------ */
	#company{
		padding: 60px 0;
	}
	#company table{
		border-top: 0;
	}
	#company table tr th,
	#company table tr td{
		position: relative;
		display: block;
		width: 90%;
		height: auto;
		padding: 3% 5%;
	}
	#company table tr th{
		border-top: .5px solid #3E1A02;
	}
	#company table tr td{
		margin-bottom: 20px;
	}
	#shop01,#shop02{
		margin-bottom: 50px;
	}
	#shop .sub_section .wrapper.flex{
		align-items: flex-start;
		margin-bottom: 50px;
	}
	#shop .sub_section .left{
		margin-bottom: 20px;
		letter-spacing: -.4em;
	}
	#shop .sub_section .left img{
		position: relative;
		display: inline-block;
		width: 49%;
		height: auto;
	}
	#shop .sub_section .left img:first-child{
		margin: 0 2% 0 0;
	}
	#shop .sub_section .right{
		width: 100%;
	}
	#shop .sub_section .right h2{
		font-size: 2rem;
		margin-bottom: 10px;
	}
	#shop .sub_section .right p{
		line-height: 1.63;
	}
	#shop .sub_section .right .btn{
		margin-top: 20px;
		z-index: 1;
	}
	#shop .sub_section .ggmap{
		height: 250px;
		padding-top: 80px;
		margin-top: -80px;
	}
	#shop .sub_section .ggmap iframe{
		height: 100%;
	}

	/* event
	------------------------------ */
	#event01{
		margin-bottom: 50px;
	}
	#event01 .google_cal{
		width: 100%;
		height: 0;
		padding-bottom: 70%;
	}

	/* archive
	------------------------------ */
	section.archive{
		padding-bottom: 50px;
	}
	section.archive ol li{
		display: block;
		width: 100%;
		margin: 0 auto 40px;
	}
	section.archive ol li:nth-child(3n){
		margin: 0 auto 40px;
	}
	section.archive ol li .pict{
/* 		height: 180px; */
		height: auto;
		background: none;
	}
	section.archive ol li .pict img{
/* 		height: 180px; */
		height: 200px;
	}
	section.archive ol li p.date{
		font-size: 1.4rem;
		margin-top: 10px;
	}
	section.archive ol li h2{
		font-size: 1.6rem;
	}
	section.archive ol li .pict .tag_list{
		position: relative;
		margin-top: 5px;
	}

	/* single
	------------------------------ */
	#news .single{
		padding-bottom: 50px;
	}
	#news .single .flex .tag{
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
	}
	#news .single .flex p{
		font-size: 1.4rem;
		display: inline-block;
		vertical-align: middle;
	}
	#news .single h1{
		font-size: 2rem;
		line-height: 1.2;
		margin: 15px 0;
	}
	#news .single .adjacent_post_links{
		margin-top: 30px;
		padding-top: 20px;
	}
	#news .single .btn_list.flex{
		margin-top: 40px;
		justify-content: space-between;
	}
	.adjacent_post_links .previous,
	.adjacent_post_links .next{
		clear: both;
		float: none;
		width: 100%;
	}
	.adjacent_post_links .previous a,
	.adjacent_post_links .next a{
		font-size: 1.6rem;
	}
	.adjacent_post_links .previous a{
		padding-left: 25px;
	}
	.adjacent_post_links .next a{
		padding-right: 25px;
	}

	/* 404
	------------------------------ */
	#yonmaruyon .main_title{
		padding: 160px 0 30px;
	}
	#yonmaruyon .main_title h1 span.en{
		display: none;
	}
	#yonmaruyon .main_title .wrapper::after{
		top: -100px;
		bottom: auto;
	}

	/* footer
	------------------------------ */
	footer{
		padding: 50px 0;
	}
	.wafflebiyori{
		width: 80%;
		height: 0;
		margin: 0 auto 20px;
		padding-bottom: 43%;
	}
	.footer_logo{
		position: relative;
		display: block;
		width: 217px;
		height: 160px;
		text-indent: -9999px;
		background: url(../images/logo.svg) no-repeat center center;
		background-size: contain;
		margin: 0 auto 30px;
	}
	footer ul:first-of-type{
		display: none;
	}
	footer .sns{
		margin: 30px 0;
	}
	footer small{
		margin-top: 0;
		padding-bottom: 50px;
	}

	/* Breadcrumb
	------------------------------ */
	.breadcrumb{
		font-size: 1.2rem;
		margin: 0 auto 50px;
		padding: 15px 0;
	}

	/* Page Navi
	------------------------------ */
	.wp-pagenavi{
		padding-bottom: 70px;
	}

	/* Page Top
	------------------------------ */
	.pagetop{
		right: 10px;
	}
	.pagetop.show{
		bottom: 10px;
		right: 10px;
	}
	.pagetop a{
		width: 50px;
		height: 50px;
	}
	.pagetop a::before{
		top: 20px;
	}
}
@media screen and (max-width: 358px) {
	a.fixed_logo::after{
		width: 100px;
		height: 20px;
		font-size: 1rem;
		line-height: 20px;
		left: 155px;
	}
}