@charset "utf-8";


.wrapper{
	width:1100px;
	margin:0 auto;
}

.wrapper740{
	width: 740px;
	margin:0 auto;
}

.wrapper900{
	width: 1000px;
	padding:20px 50px 50px;
	margin: 0 auto;
	background: #fff;
}

.wrapper983{
	width: 983px;
	margin:0 auto;
}

.wrapper1000{
	width: 1000px;
	margin:0 auto;	
}

.wrapper1150{
	width: 1150px;
	margin:0 auto;
}

.wrapper900 dt,
.wrapper900 dd,
.wrapper900 input,
.wrapper900 select,
.wrapper900 textarea{
	color: #000;
}



@media screen and (max-width: 768px) {
    
    .wrapper,
	.wrapper740,
	.wrapper900,
	.wrapper983,
	.wrapper1000,
	.wrapper1150{
        width:90%;
    }

	.wrapper900{
        padding: 0 10px 40px;
    }

    
    #header .text{
        padding-top:5px;
        padding-bottom:5px;
        text-align:center;
    }
    #header {
        padding-bottom: 0;
    }
    .mt15{
        margin-top:10px;
    }
    .mt50{
        margin-top:25px;
    }
    .mt100{
        margin-top:50px;
    }
    .mb15{
        margin-bottom:10px;
    }
    .mb50{
        margin-bottom:50px;
    }
}


/*index*/

.header{
	background-image:url(../img/mainvisual.jpg);
	background-size: cover;
	background-position: top center;
	padding-top: 57%;
	/*height: 860px;*/
	/*padding-top: 10px;*/
	/*padding-bottom:80px;*/
}
/*202309追記*/
.header.christmas-header{
	background-image:url(../img/mainvisual-christmas.jpg);align-content
}

.top-logo-wrap{
	margin-bottom:30px;
	margin-left: 50px;
}

.main-visual-txt-txt{
	margin-left: 50px;
}

.main-visual__icon-one-month{
	margin-left:50px;
	margin-top:340px;
	margin-left: 80px;
    margin-right: 80px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

@media screen and (max-width: 768px) {

	.header{
		background-image: url(../img/mainvisual-sp.jpg);
    	background-size: cover;
    	background-position: top right;
		padding-top: 122.26%;
    	/*height: 400px;*/
		/*padding-top:3px;*/
	}
	
	/*202309追記*/
	.header.christmas-header{
		background-image: url(../img/mainvisual-christmas-sp.jpg);align-content
	}
	
	.top-logo-wrap{
		margin: 0;
		width: 85px;
		display: block;
	}
	.main-visual-txt-txt{
		margin-left:0;
		width:230px;
	}
	.main-visual__icon-one-month{
		margin-top: 90px;
		margin-left: 20px;
		margin-top: 50px;
		margin-left: 5%;
		display: block;
		width: 90%;
	}
	.main-visual__icon-one-month > img{
		width:60px;
	}
	.main-visual__icon-one-month > a{
		display: block;
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.main-visual__icon-one-month > a > img{
		width: 100%;
	}
	
}

/*.main-visual-txt-wrap p,
.main-visual-txt-wrap p span,
.main-visual-txt-wrap h1,
.main-visual-txt-wrap h2,
.main-visual-txt-wrap span,
.main-visual-txt-wrap h3{
	color: #fff;
}*/

.txtshadow{
	text-shadow: 2px 1px 0 #000, -2px -1px 0 #000, -1px 1px 0 #000, 2px -1px 0 #000, 0px 2px 0 #000, 0-2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
}

/*.dotted{
    background-image: url(../img/icon-dotted.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: inherit;
	width:220px;
	margin:0 auto;
}

.title-icon::before{
	display: inline-block;
    content: '';
    width: 33px;
    height: 75px;
    background: url(../img/icon-left.png);
    background-size: contain;
    margin-right: 10px;
	vertical-align: middle;
}

.title-icon::after{
	display: inline-block;
    content: '';
    width: 33px;
    height: 75px;
    background: url(../img/icon-right.png);
    background-size: contain;
    margin-left: 10px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.title-icon::before,
	.title-icon::after{
		display: none;
	}
	.dotted{
		background:none;
	}
}

.main-visual-txt-wrap__items{
	width: 860px;
	margin:0 auto;
	align-items: center;
	margin-top: -10px;
}

@media screen and (max-width: 768px) {
	.main-visual-txt-wrap__items{
		width: 365px;
		margin-top: 10px;
		position: relative;
	}
}

.main-visual-txt-wrap__items-centertxt{
	font-size: 3.5rem;
	letter-spacing: -5px;
	line-height: 1.2;
}

.main-visual-txt-wrap__item{
	width: 370px;
	height: 370px;
	background: url(../img/flower-01.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.main-visual-txt-wrap__item-muffinimg{
	margin-top: -20px;
	width: 200px;
	margin: -25px auto 0;
}

.main-visual-txt-wrap__item-muffinimg img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.main-visual-txt-wrap__item{
		width: 50%;
		height: 180px;
	}
	.main-visual-txt-wrap__items-centertxt{
		position: absolute;
		top: 5%;
		left: 50%;
		transform: translateY(-0%) translateX(-50%);
		font-size: 1.6rem;
		letter-spacing: -1px;
		text-shadow: 2px 1px 0 #000, -2px -1px 0 #000, -1px 1px 0 #000, 2px -1px 0 #000, 0px 2px 0 #000, 0-2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
	}
	.main-visual-txt-wrap__item-logoimg{
		width: 80%;
		margin:0 auto 0;
	}
	.main-visual-txt-wrap__item-muffinimg{
		width:50%;
		margin:-18px auto 0;
	}
}

.main-visual-txt-wrap__item-txt1{
	margin-top: 90px;
	color: #000 !important;
	font-weight: bold;
	font-size:2.2rem;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.main-visual-txt-wrap__item-txt1{
		margin-top: 25%;
		font-size: 1.2rem;
	}
}

.main-visual-txt-wrap__item-img2{
	height: 150px;
	padding-top:10px;
}

.main-visual-txt-wrap__item-muffinimg2{
	margin-top: -20px;
	width: 130px;
    margin: -30px auto 0;
}

.main-visual-txt-wrap__item-muffinimg2 img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.main-visual-txt-wrap__item-img2{
		width: 80%;
		margin:0 auto;
		height: auto;
		padding-top:0;
	}
	.main-visual-txt-wrap__item-muffinimg2{
		width:30%;
		margin:-10px auto 0;
	}
}

.mainvisual-alergic-wrap{
	margin-top: -40px;
}

@media screen and (max-width: 768px) {
	.mainvisual-alergic-wrap{
		width:120px;
		margin: 0 auto;
	}
}*/


.cake__christmas_top-section01{
	margin-top: 80px;
                                padding: 40px 0;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
                                background-color: #fff5d7;
}

.cake__christmas_top-section01.christmas-season{
	background-image: url(../img/cake__christmas-section01_bk_christmas.png);
	background-size: 60%;
}

.cake__christmas_top-section01_txt{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3.0;
	color: #271a00;
	padding: 50px 0;
}

@media screen and (max-width: 768px) {
	.cake__christmas_top-section01{
		background: none;
                                                                background-color: #fff5d7;
	}

	.cake__christmas_top-section01_txt{
		font-size: 1.6rem;
		line-height: 2.0;
		padding: 0;
	}
}

.cake__christmas_top-section02{
	background: #faf7f2;
	padding: 100px 0 120px;
}

@media screen and (max-width: 768px) {
	.cake__christmas_top-section02{
		padding: 30px 0;
	}
}

.cake__christmas_top-section05{
	background-image: url(../img/cake__christmas-section05_bk.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: rgba(236, 231, 225, 0.5);
                                background-blend-mode: overlay;
	background-size: contain;
	padding: 140px 0 80px;
}

.cake__christmas_top-section05.cake__spring{
    background-image: url(../img/cake__christmas-section05_bk_old20230920_spring.png);
    background-repeat: repeat-y;
    background-position: top right;
    padding: 120px 0 160px;
}

.cake__christmas_top-section05 > .wrapper{
	padding-top: 120px;
	/*padding-right: 16%;*/
}

@media screen and (max-width: 768px) {
	.cake__christmas_top-section05{
                                	background-image: url(../img/cake__christmas-section05_bk.png);
                                	background-repeat: no-repeat;
                                	background-position: top;
                                	background-color: rgba(236, 231, 225, 0.5);
                                                                background-blend-mode: overlay;
                                                                background-size: 1200px;
	}
	.cake__christmas_top-section05 > .wrapper{
		padding-right: 0;
	}
}

.line-list{
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	border-bottom: 1px solid #b2b2b2;
}
.line-list:first-child{
	border-top: 1px solid #b2b2b2;
}

.line-list.border-top-1{
	border-top: 1px solid #b2b2b2;
}

.line-list dt{
	font-size: 1.8rem;
	color: #271a00;
	font-weight: 600;
	width: 130px;
	
}
.line-list dd{
	width: calc(100% - 130px);
	font-size: 1.7rem;
	color: #271a00;
	font-weight: normal;
}


/*20231002修正*/
.line-list.w350 dt{
	width: 350px;
}

.line-list.w350 dd{
	width: calc(100% - 350px);
}

@media screen and (max-width: 768px) {

	.line-list{
		padding: 5px 0;
	}

	.line-list dt{
		font-size: 1.3rem;
		width: 80px;
		
	}
	.line-list dd{
		font-size: 1.3rem;
		width: calc(100% - 80px);
		animation-direction
	}

	/*20231002修正*/
	.line-list.w350 dt{
		width: 250px;
	}
	
	.line-list.w350 dd{
		width: calc(100% - 250px);
	}
}


.line-bock-list {
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid #b2b2b2;
}

.line-bock-list dt {
    font-size: 1.8rem;
    color: #271a00;
    font-weight: 600;
}

.line-bock-list dd {
    font-size: 1.7rem;
    color: #271a00;
    font-weight: normal;
}

.line-bock-list.border-top-1{
	border-top: 1px solid #b2b2b2;
}


@media screen and (max-width: 768px) {

	.line-bock-list{
		padding: 5px 0;
	}

	.line-bock-list dt{
		font-size: 1.3rem;
	}
	.line-bock-list dd{
		font-size: 1.3rem;
	}
}

.title__rowan-large{
	background-image:url(../img/title-bubble-speach.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.title__rowan-large::before{
	display: inline-block;
    content: '';
    width: 68px;
    height: 62px;
    background: url(../img/rowan-left.png);
    background-size: contain;
    margin-right: 60px;
	vertical-align: middle;
}

.title__rowan-large::after{
	display: inline-block;
    content: '';
    width: 68px;
    height: 62px;
    background: url(../img/rowan-right.png);
    background-size: contain;
    margin-left: 60px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {

	.title__rowan-large{
		background-size: 95px 15px;
	}
	.title__rowan-large::before,
	.title__rowan-large::after{
		width: 34px;
    	height: 31px;
	}
	.title__rowan-large::before{
		margin-right: 7px;

	}
	.title__rowan-large::after{
		margin-left: 7px;
	}
	
}

.title__rowan-small-right::after{
	display: inline-block;
    content: '';
    width: 68px;
    height: 62px;
    background: url(../img/rowan-right.png);
    background-size: contain;
    margin-left: 10px;
	vertical-align: middle;
}



.title__rowan-small-right.title__rowan-small-right_ml100::after{
	margin-left: 100px;
}

.title__rowan-small-right.title__rowan-small-right_ml40::after{
	margin-left: 40px;
}

.title__rowan-small-left::before{
	display: inline-block;
    content: '';
    width: 68px;
    height: 62px;
    background: url(../img/rowan-left.png);
    background-size: contain;
    margin-right: 10px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.title__rowan-small-right.title__rowan-small-right_ml100::after {
		margin-left: 10px;
	}
	.title__rowan-small-right.title__rowan-small-right_ml40::after {
		margin-left: 10px;
	}
	.title__rowan-small-right::after{
		width: 34px;
    	height: 31px;
		background-repeat: no-repeat;
	}

	.title__rowan-small-left::before{
		width: 34px;
    	height: 31px;
		background-repeat: no-repeat;
	}
	.title__rowan-01sp{
		margin-left: 40px;
	}
	.title__rowan-02sp{
		margin-right: 20px;
	}
	.title__rowan-03sp{
		margin-left: 30px;
	}
	.title__rowan-04sp{
		margin-left: 20px;
	}
	.title__rowan-05sp{
		margin-left: 30px;
	}
}

.cake__christmas_top-section07{
	/*padding: 50px 0 120px;*/
	padding: 50px 0 80px;
}

.cake__christmas_top-section07_title{
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 30px;
}

.cake__christmas_top-section07_item{
	width: calc(100%);
	/*width: calc(50% - 60px/2);*/
	height: 270px;
	display: flex;
    justify-content: center;
	/*margin-right: 50px;202309修正*/
    /*align-items: center;*/
}

.cake__christmas_top-section07_item:nth-child(2n){
	margin-right: 0;
}

.cake__christmas_top-section07_item > div{
	display: flex;
	flex-direction: column;
}

.cake__christmas_top-section07_item .button-circle{
	margin-bottom: 0;
	margin-top: auto;
	width: 100%;
}

@media screen and (max-width: 768px) {

	.cake__christmas_top-section07{
		padding: 40px 0 20px;
	}
	.cake__christmas_top-section07_title{
		font-size: 2.4rem;
	}
	.cake__christmas_top-section07_item{
		width: 100%;
		margin-bottom: 40px;
		height: auto;
		margin-right: 0;
	}

	.cake__christmas_top-section07_item:last-child{
		margin-bottom: 0;
	}
	.cake__christmas_top-section07_item > div{
		width: 90%;
	}

	.cake__christmas_top-section07_item img{
		width: 70%;
		max-width: 270px;
	}

}

.cake__christmas_top-section08{
	padding: 50px 100px;
}

@media screen and (max-width: 768px) {
	.cake__christmas_top-section08{
		padding: 50px 0;
	}
}

.gray-radius-wrapper-noline{
	width: 100%;
	border-radius: 5px;
	background-color: #f0f0f0;

}

.youtube-wrapper{
	padding: 100px 70px;
}

@media screen and (max-width: 768px) {
	.youtube-wrapper{
		padding: 30px;
	}

}

.youtube-iframe-wrap{
	position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}

.youtube-iframe-wrap iframe{
	position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.decokit-link-wrapper{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items: center;
}

.button-circle-red{
	font-size: 2.4rem;
    font-weight: bold;
    display: block;
    height: 60px;
    width: 470px;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #d82325;
}

@media screen and (max-width: 768px) {
	.txt-item{
		width: 100%;
	}

	.button-circle-red{
		font-size: 1.8rem;
		height: 40px;
		width: 100%;
		border-radius: 40px;
		line-height: 40px;
	}
	.decokit-link-wrapper .mb15{
		margin-bottom: 10px;
	}

}

.cake__christmas_top-section09 {
    width: 100%;
    height: 700px;
    background-image: url(../img/img-sample-decoration.jpg);
    background-size: cover;
    background-position: top center;
    padding: 80px 0 130px;
}

.cake__christmas_top-section09.cake__spring {
    width: 100%;
    height: 700px;
    background-image: url(../img/img-sample-decoration_old20230920_spring.jpg);
    background-size: cover;
    background-position: top center;
    padding: 80px 0 130px;
}

@media screen and (max-width: 768px) {
	.cake__christmas_top-section09 {
		height: auto;
		padding: 40px 0;
	}
}

.cake__christmas_top-section10{
	padding: 180px 0 140px;
}

@media screen and (max-width: 768px) {
	.cake__christmas_top-section10{
		padding: 90px 0 50px;
	}
}

.title-instagram{
	font-size: 3.6rem;
	text-align: center;
	margin-bottom:50px;
	position: relative;
}

.title-instagram::before{
	position: absolute;
	top:-50px;
	left: 50%;
	margin-left: -20px;
	content: "";
	display: inline-block;
	width: 41px;
	height: 41px;
	background-image: url(../img/icon-instagram.png);
	background-repeat:no-repeat;
	background-size: contain;
}

.items-instagram{
	display: flex;
	flex-wrap: wrap;
}

.items-instagram > a{
	width: calc(25% - 60px/4);
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px; 
}

.items-instagram > a:nth-child(4n){
	margin-right: 0;
}

.items-instagram img{
	vertical-align: bottom;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.title-instagram{
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	.title-instagram::before{
		width: 25px;
		height: 25px;
		top: -28px;
	}

	.items-instagram > a{
		width: calc(50% - 10px/2);
		height: auto;
		margin-right: 10px;
		margin-bottom: 10px; 
	}
	.items-instagram > a:nth-child(2n){
		margin-right: 0;
	}
}

.cake__christmas_top-section11{
	padding: 50px 0;
}

.cake__christmas_top-section11 h4{
	font-size: 3.6rem;
	color: #271a00;
	text-align: center;
	margin-bottom: 30px;
}

.section-beige{
	background-color: #faf7f2;
}

.cake__christmas_top-section11-items{
	display: flex;
	flex-wrap: wrap;

}

.cake__christmas_top-section11-items > div{
	width: calc(50% - 60px/2);
	margin-right: 60px;
	margin-bottom: 60px;
}

.cake__christmas_top-section11-items > div:nth-child(2n){
	margin-right: 0;
}

.cake__christmas_top-section11-items .button-circle{
	margin: 20px auto;
}

@media screen and (max-width: 768px) {
	.cake__christmas_top-section11{
		padding: 25px 0;
	}
	.cake__christmas_top-section11 h4{
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	.cake__christmas_top-section11-items > div{
		width: calc(50% - 5px/2);
		margin-right: 5px;
		margin-bottom: 15px;
	}
	.cake__christmas_top-section11-items .button-circle{
		margin: 5px auto 10px;
		font-size: 1.2rem;
		width: 80%;
		height: 30px;
		line-height: 26px;
	}
}

.cake__christmas_top-section12{
	padding: 80px 0 80px;
                                background-color: #fdeff5;
}


.section-purchase-item_txt-price{
	display: flex;
	align-items: flex-end;
}

.mtb-auto{
	margin-top: auto;
	margin-bottom: auto;
}

.mt-auto_mb0{
	margin-top: auto;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {

	.cake__christmas_top-section12{
		padding: 40px 0 60px;
	}
	.section-purchase-item_txt-price{
		display: block;
	}

	.cake__christmas_top-section12 .flexb{
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
}

/*.beige-wrapper{
	background-color: #e2ce9c;
	padding: 45px 0 40px;
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
	.beige-wrapper{
		margin-bottom: 40px;
	}
	.beige-wrapper.wrapper983{
		width: 100%;
		padding: 40px 8px;
	}
	.beige-wrapper-plantbased-glutenfree-logo{
		margin:0 auto 20px;
		width:100%;
		height: auto;
		max-width: 333px;
	}
	.beige-wrapper-img-nature-muffin{
		width: 100%;
    	max-width: 220px;
    	margin: 0 auto 20px;
	}
}

.beige-wrapper h2,
.beige-wrapper p,
.beige-wrapper span{
	color: #271a00;
}*/

.lh15{
	line-height: 1.5;
}

/*.section01{
	padding:0 0 80px;
}*/

@media screen and (max-width: 768px) {
	/*.section01{
		padding:35px 0 20px;
	}*/
}

.section01-items-wrap{
	display: flex;
	justify-content: space-between;
}

.section01-item{
	width: 485px;
	height: 425px;
	background-image: url(../img/texture-all.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:25px 40px 0;

}

@media screen and (max-width: 768px) {
	.section01-items-wrap{
		flex-wrap: wrap;
	}
	.section01-item{
		width: 100%;
		height: auto;
		background-image: none;
		padding:30px 20px;
		position: relative;
	}

	.section01-item::before{
		content: "";
		display: inline-block;
		background-image: url(../img/texture-upper.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 100%;
		height: 100px;
		position: absolute;
		top: -10px;
		left: 0;
	}

	.section01-item::after{
		content: "";
		display: inline-block;
		background-image: url(../img/texture-under.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 100%;
		height: 100px;
		position: absolute;
		bottom: -10px;
		left: 0;
	}
}

.section-texture{
	background-image: url(../img/bktexture.jpg);
	padding:80px 0;
	border-top: 1px solid #d6d5d5;
	border-bottom: 1px solid #d6d5d5;
}

.section-texture-items{
	display: flex;
	flex-wrap: wrap;
}

.section-texture-items > div{
	width: calc(25% - 90px/4);
	margin-right: 30px;
}

.section-texture-items > div > img{
	width: 100%;
	height: auto;
}

.section-texture-items > div:last-child{
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.section-texture-items > div{
		width: calc(50% - 20px/2);
		margin-right: 20px;
	}

	.section-texture-items > div:nth-child(2n){
		margin-right: 0;
	}

	.section-texture-items{
		max-width: 370px;
		margin: 0 auto;
	}
	
	/*20230929追記*/
	.section-texture .mb30sp{
		margin-bottom: 30px;
	}
}

.section02{
	padding: 30px 0;
	background-image: url(../img/bkvisual.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section02-items-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.section02-item{
	width: 330px;
}

/*.section02-item__img-nature-muffin{
	width:200px;
	margin: 0 auto;
}

.section02-item__img-nature-muffin img{
	width: 100%;
}

.section02-item__img-mogmog-muffin{
	width: 130px;
	margin: 0 auto;
}

.section02-item__img-mogmog-muffin img{
	width: 100%;
}*/

@media screen and (max-width: 768px) {
	.section02{
		padding: 30px 0;
	}

	.section02-items-wrap{
		align-items: stretch;
	}

	.section02-item{
		width: calc(50% - 5px);
		background-image: url(../img/bk-white.png);
    	background-position: center;
		border-radius: 0 0 5px 5px;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	.section02-item__img-nature-muffin{
		width:70%;
		margin:0 auto;
	}
	.section02-item__img-mogmog-muffin{
		width: 45%;
		margin: 0 auto;
	}
	.section-texture{
		padding:40px 0;
	}
	.section02-logo-nature-muffin{
		width:280px;
		margin:0 auto 10px;
	}
}



.section02-item__image img{
	vertical-align: bottom;
}

.section02-item__bk-white-70per{
	background-image:url(../img/bk-white.png);
	background-position: center;
	padding-bottom: 35px;
	padding:30px 25px 35px;
	height: 400px;
	border-radius: 0 0 5px 5px;
}



@media screen and (max-width: 768px) {
	.section02-item__bk-white-70per{
		padding: 0 5px 20px;
		height: auto;
		background: none;
	}

	/*.section02-item__img-logo-nature{
		height: 110px;
	}

	.section02-item__img-logo-mogmog{
		height: 100px;
	}
	.h45sp{
		height: 45px;
	}*/
}

.section-purchase{
	padding: 40px 0 40px;
}

.section-purchase-outer{
	display: flex;
	justify-content: space-between;
}

.section-purchase-item{
	display: flex;
	margin-top: 30px;
}

.section-purchase-item_img{
	margin-right: 40px;
}

.section-purchase-image{
	width: 410px;
	height:342px;
	background-image: url(../img/img-muffin-assort02.png);
	background-repeat: no-repeat;
	padding-top:43px;
	text-align: center;
}
@media screen and (max-width: 768px) {

	.section-purchase{
		padding: 20px 0 20px;
	}
	.section-purchase-outer{
		display: block;
	}
	.section-purchase-item{
		width:100%;
		max-width: 350px;
		margin: 10px auto;
	}
	.section-purchase-item_img{
		margin-right:10px;
		width:100px;
	}
	.section-purchase-item_txt{
		width: calc(100% - 110px);
	}
	.section-purchase-image{
		width: 100%;
		background-size: contain;
		background-position: center;
	}
}
.square-blown-txt{
	background:#271a00;
	padding:3px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.square-blown-txt{
		font-size: 1.4rem;
	}
}

.button-circle{
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	height: 55px;
	width: 300px;
	background:#006707;
	border-bottom: 4px solid #a7d4a9;
	border-radius: 50px;
	text-align: center;
	line-height:50px;
	margin-bottom: 10px;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.button-circle{
		font-size: 1.6rem;
    	width: 100%;
    	max-width: 300px;
    	margin: 0 auto 10px auto;
	}
}

.button-circle:hover{
	opacity: .6;
	transition: all 0.5s ease-out;
}

.button-circle.button-purchase{
	font-size: 2.0rem;
	font-weight: bold;
	width: 400px;
}

.title__leaf-large{
	background-image:url(../img/title-bubble-speach.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.title__leaf-large::before{
	display: inline-block;
    content: '';
    width: 110px;
    height: 114px;
    background: url(../img/leaf-left.png);
    background-size: contain;
    margin-right: 60px;
	vertical-align: middle;
}

.title__leaf-large::after{
	display: inline-block;
    content: '';
    width: 110px;
    height: 114px;
    background: url(../img/leaf-right.png);
    background-size: contain;
    margin-left: 60px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {

	.title__leaf-large{
		background-size: 95px 15px;
	}
	.title__leaf-large::before,
	.title__leaf-large::after{
		width: 50px;
    	height: 52px;
	}
	.title__leaf-large::before{
		margin-right: 7px;

	}
	.title__leaf-large::after{
		margin-left: 7px;
	}
	
}

.title__leaf-small-right::after{
	display: inline-block;
    content: '';
    width: 55px;
    height: 68px;
    background: url(../img/leaf-right-small.png);
    background-size: contain;
    margin-left: 10px;
	vertical-align: middle;
}



.title__leaf-small-right.title__leaf-small-right_ml100::after{
	margin-left: 100px;
}

.title__leaf-small-right.title__leaf-small-right_ml40::after{
	margin-left: 40px;
}

.title__leaf-small-left::before{
	display: inline-block;
    content: '';
    width: 55px;
    height: 68px;
    background: url(../img/leaf-left-small.png);
    background-size: contain;
    margin-right: 10px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.title__leaf-small-right::after{
		width: 27.5px;
    	height: 34px;
		background-repeat: no-repeat;
	}

	.title__leaf-small-left::before{
		width: 27.5px;
    	height: 34px;
		background-repeat: no-repeat;
	}
	.title__leaf-01sp{
		margin-left: 40px;
	}
	.title__leaf-02sp{
		margin-right: 20px;
	}
	.title__leaf-03sp{
		margin-left: 30px;
	}
	.title__leaf-04sp{
		margin-left: 20px;
	}
	.title__leaf-05sp{
		margin-left: 30px;
	}
}

.txt-bubble-speach{
	background-image:url(../img/title-bubble-speach.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	line-height: 90px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

	.txt-bubble-speach{
		line-height: 60px;
		margin-bottom: 15px;
		background-size: 95px 15px;
	}

}

.kodawari-img{
	width: 650px;
}

.kodawari-txt{
	/*width: 344px;*/
}



.kodawari-txt.w390{
	/*width: 390px;*/
}

.kodawari-img-txt-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 70px;
}

.kodawari-img-txt-wrap:last-child{
	margin-bottom: 0;
}

.kodawari-img-txt-wrap-leftimg .kodawari-txt{
	margin-left: 100px;
}

.kodawari-img-txt-wrap-leftimg .kodawari-txt-ml50 {
    margin-left: 50px;
}

.kodawari-img-txt-wrap-rightimg .kodawari-txt{
	/*margin-right: 100px;*/
}

.kodawari-img-txt-wrap-rightimg .kodawari-txt.kodawari-txt-mr50{
	/*margin-right: 50px;
	width: 430px;*/
}

.kodawari-img-txt-wrap-rightimg .kodawari-txt-txt{
	margin-left: 80px;
}

@media screen and (max-width: 768px) {
	.kodawari-img-txt-wrap-leftimg{
		align-items:flex-start;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	.kodawari-img-txt-wrap-rightimg{
		align-items:flex-start;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.kodawari-img {
		width: 90%;
		margin: 0 auto;
	}
	.kodawari-img-txt-wrap-rightimg .kodawari-txt.kodawari-txt-mr50{
		margin-right:0;
		width:100%;
	}
	.kodawari-img-txt-wrap-leftimg .kodawari-txt,
	.kodawari-img-txt-wrap-leftimg .kodawari-txt-ml50,
	.kodawari-img-txt-wrap-rightimg .kodawari-txt {
		margin:0 auto;
	}
	 
	.kodawari-img-txt-wrap-rightimg .kodawari-txt-txt.kodawari-txt-txt{
		margin:0 0 10px 0;
	}
	.kodawari-txt.w390{
		width: 100%;
		
	}
	.title__leaf-small-right.title__leaf-small-right_ml100::after {
		margin-left: 10px;
	}
	.title__leaf-small-right.title__leaf-small-right_ml40::after {
		margin-left: 10px;
	}

}

.kodawari-txt h5{
	font-size: 3.4rem;
}

.kodawari-txt h5.fz32{
	font-size: 3.2rem;
	letter-spacing: -1px;
}

.section-kodawari-txt{
	padding: 40px 0 60px;

}

@media screen and (max-width: 768px) {
	.kodawari-txt h5,
	.kodawari-txt h5.fz32{
		font-size: 2.0rem;
		text-align: center;
	}
	/*.kodawari-txt h5.title__leaf-small-right{
		margin-right:-60px;
	}
	.kodawari-txt h5.title__leaf-small-left{
		margin-left:-60px;
	}*/
}

.section-texture-wrap {
    display: flex;
    justify-content: space-between;
	padding:0 20px;
}

.section-texture-item{
    width: 485px;
    height: 210px;
    /*background-image: url(../img/texture-all.png);
    background-repeat: no-repeat;
    background-position: center;*/
    background-size: cover;
    padding: 35px 30px 0;
    position: relative;
}


.section-texture-item::before {
    content: "";
    display: inline-block;
    background-image: url(../img/texture-upper.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100px;
    position: absolute;
    top: -10px;
    left: 0;
}

.section-texture-item::after {
    content: "";
    display: inline-block;
    background-image: url(../img/texture-under.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

@media screen and (max-width: 768px) {

	.section-texture-wrap {
		flex-wrap: wrap;
		padding:0;
	}
	.section-texture-item{
		width: 100%;
    	height: auto;
    	background-image: none;
    	padding: 30px 20px;
    	position: relative;
	}
}

.section-factory_mainvisual{
	height: 500px;
	width: 100%;
	background-image: URL(../img/img-factory.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
/*20230922追記*/
.section-factory_mainvisual.christmas-season{
	background-image: URL(../img/img-factory-202309.jpg);
}



.section-factory_flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.section-factory_flex-txt{
	margin-right: 90px;
}

.section-factory_flex-img{
	display: flex;
}

.section-factory_flex-img > div:first-child{
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
	.section-factory_mainvisual{
		height: 250px;
	}
	.section-factory_flex-txt{
		margin:0 0 10px;
	}
	.section-factory_flex-txt h4{
		text-align: center;
	}
	.section-factory_flex-img{
		width: 80%;
		margin: 0 auto;
	}
}

.section-howtoeat{
	padding-top:80px;
	padding-bottom: 130px;
}

/*.section-howtoeat-pl50{
	padding-left:50px;
}*/

.howtoeat-txt-flex-item{
	display: flex;
}

.howtoeat-txt-flex-item > div:first-child{
	margin-right: 30px;
}

@media screen and (max-width: 768px) {

	.section-howtoeat .flexb{
		width:100%;
		max-width: 350px;
		margin:0 auto 20px;

	}
	.howtoeat-txt-flex-item > div:first-child{
		margin-right: 15px;
		width: 50px;
	}
	.howtoeat-txt-flex-item > div:nth-child(2){
		width: calc(100% - 65px);
	}
	.section-howtoeat{
		padding: 40px 0;
	}
}

.gray-radius-wrapper{
	width: 100%;
	border:1px solid #d6d5d5;
	border-radius: 5px;
	background-color: #f0f0f0;
	padding: 20px 50px;

}



.gray-radius-wrapper-flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.gray-radius-txt{
	width: calc(100% - 210px);
}

.gray-radius-img{
	width: 210px;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.gray-radius-wrapper{
		padding: 20px 8px 20px 20px;
	}
	.gray-radius-wrapper-flex{
		align-items: start;
	}
	.gray-radius-txt{
		width: calc(100% - 90px);
	}
	.gray-radius-img{
		width: 90px;
	}
}


.section-texture-item-large{
    width: 983px;
    height: 385px;
	text-align: center;
    /*background-image: url(../img/texture-all.png);
    background-repeat: no-repeat;
    background-position: center;*/
    background-size: cover;
    padding: 25px 40px 0;
    position: relative;
}


.section-texture-item-large::before {
    content: "";
    display: inline-block;
    background-image: url(../img/texture-large-upper.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100px;
    position: absolute;
    top: -10px;
    left: 0;
}

.section-texture-item-large::after {
    content: "";
    display: inline-block;
    background-image: url(../img/texture-large-under.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

@media screen and (max-width: 768px) {
	.section-texture-item-large{
		width: 100%;
		height: auto;
		padding: 25px 10px 50px;
	}
	.section-texture-item-large::before {
		background-image: url(../img/texture-upper.png);
	}
	.section-texture-item-large::after {
		background-image: url(../img/texture-under.png);
	}
}

.section-staff-voice{
	width: 100%;
	height: 700px;
	background-image: url(../img/bkstaffvoice.jpg);
	background-size: cover;
	background-position: top center;
	padding: 80px 0 130px;
}

.item-bk-white-radius{
	/*background-image: url(../img/bk-white.png);
    background-position: center;*/
    padding-bottom: 35px;
    padding: 30px 28px 35px;
    height: auto;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.8);
}

.w33m30{
	width: calc(33.3333% - 60px/3);
	height: 350px;
	height: auto;
	margin-right:30px;
}

.w33m30:last-child{
	margin-right: 0;
}

/*20230224追記*/

.w50m30{
	width: calc(50% - 30px/2);
	height: 350px;
	height: auto;
	margin-right:30px;
}

.w50m30:last-child{
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.section-staff-voice{
		height: auto;
		padding: 40px 0;
	}
	.w33m30{
		width: calc(50% - 25px/2);
		margin-right: 25px;
	}
	.w33m30:nth-child(2){
		margin-right: 0;
	}
	.section-staff-voice .flexb{
		justify-content: start;
	}
	.item-bk-white-radius{
		padding: 20px 10px;
		height: auto;
		margin-bottom: 20px;
	}
}

.section-faq{
	padding:70px 0;
}

.question__leaf-faq{
	font-size: 2.2rem;
	font-weight: bold;
}

.question__leaf-faq::before {
    display: inline-block;
    content: '';
    width: 37px;
    height: 45px;
    background: url(../img/leaf-faq.png);
    background-size: contain;
	background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}

.answer__leaf-faq{
	margin:-5px 0 20px 48px;
	font-size: 1.8rem;
}

.section-faq .title__leaf-large::before{
	margin-right: 150px;
}
.section-faq .title__leaf-large::after{
	margin-left: 150px;
}

@media screen and (max-width: 768px) {

	.section-faq{
		padding:30px 0;
	}

	.section-faq .title__leaf-large::before{
		margin-right: 50px;
	}
	.section-faq .title__leaf-large::after{
		margin-left: 50px;
	}

	.question__leaf-faq{
		font-size: 1.6rem;
		padding-left: 25px;
    	text-indent: -25px;
		margin-bottom: 10px;
	}

	.question__leaf-faq::before {
		width: 18.5px;
		height: 22.5px;
		margin-right: 5px;
	}
	.answer__leaf-faq{
		margin:-5px 0 20px 24px;
		font-size: 1.2rem;
	}
}

.section-haiso{
	padding: 50px 0 30px;
}

.section-haiso-item-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 45px;
}

.section-haiso-item {
    width: 520px;
    height: 250px;
    background-size: cover;
    padding: 35px 25px 0;
    position: relative;
	text-align: center;
}


.section-haiso-item::before {
    content: "";
    display: inline-block;
    background-image: url(../img/texture-haiso-upper.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100px;
    position: absolute;
    top: -10px;
    left: 0;
}

.section-haiso-item::after {
    content: "";
    display: inline-block;
    background-image: url(../img/texture-haiso-under.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.tel-number{
	font-size: 3.0rem;
	color: #b50000;
	font-weight: bold;
}

.tel-number::before{
	content: "";
    display: inline-block;
    background-image: url(../img/icon-free-dial.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 20px;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.section-haiso{
		padding: 20px 0;
	}
	.section-haiso-item {
		height: auto;
		padding: 35px 20px;
	}
	.section-haiso-item-wrapper{
		margin-bottom: 20px;
		justify-content: center;
	}
	.tel-number{
		font-size: 2.4rem;
	}
}

.input {
    border: 1px solid #d4d4d4;
    font-weight: 500;
    padding: 0.5em 0.5em 0.5em 0.7em;
}

.input_text01{
    width: 300px;
    max-width: 300px;
}

.input_text02 {
    width: 180px;
}

.input_text03 {
    width: 300px;
    max-width: 300px;
}

.required {
    color: #ff0c00;
    font-size: 1.6rem;
    font-weight: 800;
    margin-left: 20px;
}

.contact-address-list {
    display: flex;
    align-items: center;
}

.contact-address-list_column1 {
    font-size: 1.6rem;
    font-weight: 500;
    width: 120px;
}

.section03{
	padding: 80px 0 150px;
	background: #f9f8f8;
}

@media screen and (max-width: 768px) {
	.section03{
		padding: 25px 0 50px;
	}
}

.contact-list01 {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 40px;
}

.contact-list01 dt {
    font-size: 1.6rem;
    font-weight: bold;
    width: 190px;
    margin-top: 7px;
}

.contact-list01 dd {
    width: calc(100% - 190px);
}

@media screen and (max-width: 768px) {
	.contact-list01 {
		padding: 15px 0 25px;
	}
	.contact-list01 dt {
		font-size: 1.4rem;
		margin-bottom: 5px;
		width: 100%;
	}
	.contact-list01 dd {
		width: 100%;
	}
	.input, .select, .textarea {
		font-size: 1.6rem;
	}
}	

.contact-detail-wrap{
	border-bottom: 1px solid #e0e0e0;
	padding: 30px 0 40px;
}

.contact-detail-wrap p{
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.contact-detail-wrap p,
	.contact-detail-wrap a{
		font-size: 1.2rem;
	}
}

.input {
    border: 1px solid #d4d4d4;
    font-weight: 500;
    padding: 0.5em 0.5em 0.5em 0.7em;
}

.input_text01{
    width: 300px;
    max-width: 300px;
}

.input_text02 {
    width: 180px;
}

.input_text03 {
    width: 300px;
    max-width: 300px;
}

.required {
    color: #ff0c00;
    font-size: 1.6rem;
    font-weight: 800;
    margin-left: 20px;
}

.contact-address-list {
    display: flex;
    align-items: center;
}

.contact-address-list_column1 {
    font-size: 1.6rem;
    font-weight: 500;
    width: 120px;
}

@media screen and (max-width: 768px) {
	.input_text01 {
		width: calc(100% - 50px);
	}
	.required {
		font-size: 1.2rem;
		margin-left: 5px;
		width: 40px;
	}
	.contact-address-list_column1 {
		font-size: 1.2rem;
		width: 87px;
	}
	
}

.select, .textarea {
    border: 1px solid #d4d4d4;
    font-weight: 500;
    padding: 0.5em 0.5em 0.5em 0.7em;
}

.select01 {
    width: 180px;
}

.textarea {
    width: 700px;
    height: 250px;
}

@media screen and (max-width: 768px) {
	.textarea {
		width: 100%;
		height: 180px;
	}
	.contact-address-list_column2 {
		width: calc(100% - 137px);
	}
}

.radio-position {
    position: relative;
    top: 1px;
}

.dotted-list li{
	list-style-type: none;
	font-size: 1.6rem;
	margin-left:15px;
}

@media screen and (max-width: 768px) {
	.dotted-list li{
		font-size: 1.2rem;
	}
}

.dotted-list li:before{
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	position: relative;
	left: -5px;
	top: -3px;
}

.number-list li{
	list-style-type: none;
	counter-increment: cnt;
	font-size: 1.6rem;
	margin-left: 20px;
	text-indent: -10px;
}

@media screen and (max-width: 768px) {
	.number-list li{
		font-size: 1.2rem;
	}
}

.number-list li::before{
	content: "(" counter(cnt) ") ";
	display: inline-block;
	position: relative;
	left: -0px;
	top: 0px;
}

.form-submit-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top:40px;
}

.form-submit-wrap input{
	background:#fff;
	border-radius: 5px;
	border: 1px solid #aba9a9;
	width: 250px;
	padding: 15px 0;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
	
}

.form-submit-wrap input.form-submit__submit:hover{
	background-color: #eb6100;
	color: #fff;
	transition: all 0.5s ease-out;
	border: 1px solid #eb6100;
}

.form-submit-wrap input.form-submit__clear:hover{
	background-color: #aba9a9;
	color: #fff;
	transition: all 0.5s ease-out;
	border: 1px solid #aba9a9;
}


@media screen and (max-width: 768px) {
	.form-submit-wrap input{
		width: calc(50% - 15px);
		padding: 5px 0;
		font-size: 1.6rem;
	}
}

.form-submit-wrap input:first-child{
	margin-right:30px;
}

.footer{
	background-color: #797979;
	padding: 25px 0;
}

.footer-wrapper{
	max-width: 1200px;
	padding:0 10px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-wrapper p,
.footer-link a{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1.3px;
}

.footer-link{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 500px;
}

@media screen and (max-width: 768px) {
	.footer-wrapper{
		flex-direction :column-reverse;
	}
	.footer-link{
		width: 100%;
	}
	.footer-wrapper p,
	.footer-link a{
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer-link a{
		margin-bottom: 2px;
	}
	.footer-wrapper p{
		margin-top: 10px;
	}
}


.tamahiyo-banner-wrapper{
	text-align:center;
margin-top: 10px;
margin-bottom: -50px;
}

@media screen and (max-width: 768px) {

	.tamahiyo-banner-wrapper{
		margin-bottom: 0;
	}
	.tamahiyo-banner-wrapper a{
		width: 90%;
	display: block;
	margin: 0 auto;
	}

}

/*20221110追記*/

.tamahiyo-banner-wrapper{
	margin-bottom: 0;
}

.wrapper850{
	width: 850px;
	margin:0 auto
}

.button-cart-wrap{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.button-cart-item{
	display: flex;
	align-items: center;
}

.button-cart-img{
	width: 100px;
	margin-right:10px;
}

@media screen and (max-width: 768px) {

	.wrapper850{
		width: 90%;
	}

	.button-cart-wrap{
		display: block;
		max-width: 300px;
		margin: 20px auto 0;
	}
	.button-cart-img{
		width: 50px;
	}
	.button-circle.button-purchase{
		font-size: 1.4rem;
		max-width: 250px;
		height:45px;
		line-height: 43px;
	}
	.button-cart-item:first-child{
		margin-bottom: 10px;
	}

}

/*20221201追記*/

.kodawari-txt h5.relative-ptn01{
	position: relative;
	font-size: 3.0rem;
}

.title__rowan-small-right.relative-ptn01::after{
	position:absolute;
	right: 0px;
	top:30px;
}

@media screen and (max-width: 768px) {
	
	.kodawari-txt h5.relative-ptn01{
		font-size: 2.0rem;
		margin-left:0;
	}
	
	.title__rowan-small-right.relative-ptn01::after{
		position: static;
	}
	
}

/*20230124追記*/

.tamahiyo-banner-wrapper a {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.tamahiyo-banner-wrapper a {
		margin: 20px auto;
	}

}

.section-tamahiyo{
	border: none;
}

.section-tamahiyo__txt-wrap{
	width: calc(100% - 470px);
	padding-right: 70px;
}

.section-tamahiyo__img-wrap{
	width: 470px;
}

.button-circle_white{
	background: #fff;
}

@media screen and (max-width: 768px) {

	.section-tamahiyo__txt-wrap{
		width: 100%;
		padding-right: 0;
	}

	.section-tamahiyo__txt-wrap .mb20{
		margin-bottom: 10px;
		font-weight: bold;
	}

	.section-tamahiyo__img-wrap{
		max-width: 100%;
		margin: 0 auto 20px;
	}

	.button-circle_white{
		height: 30px;
    	line-height: 27px;
    	font-size: 1.4rem;
    	border: 1px solid #2a1d03;
	}
	.button-circle_white.sponly{
		z-index:0;
	}
}

/*20230224追記*/

@media screen and (min-width: 769px) {

.title__rowan_relative{
	position: relative;	
}

.title__rowan-small-right.title__rowan-small-right_ml40.title__rowan_relative::after{
	position: absolute;
	top: 0;
    right: 0;
}

.title__rowan-small-left.title__rowan_relative{
	margin-left:68px;
}

.title__rowan-small-left.title__rowan_relative::before{
	position: absolute;
	top: 0;
    left: -68px;
}

}

/*20230922追記*/
.text-width-waveline{
	position: relative;
	display: inline-block;
	color: #f00;
}
.text-width-waveline::after{
	content: "";
	position: absolute;
	bottom: -15px;
	/*20231004修正*/
	left: 10px;
	width: 100%;
	height:20px;
	background: url(../img/red-wave-line.png) no-repeat;
}

/*20231004追記*/
@media screen and (max-width: 768px) {
	.text-width-waveline::after{
		left: 0px;
	}
}

/*20230926追記*/
.img-christmas-picks{
	margin: 20px auto;
}
@media screen and (max-width: 768px) {
	.img-christmas-picks{
	    max-width: 150px;
    	margin: 10px auto;
	}
}

/*20230929追記*/

.hayawari-list-wrap{
width:800px;
margin: 0 auto 20px;
}

.hayawari-txt-wrap{
	width:800px;
	margin: 0 auto;
}

.hayawari-list{
display: flex;
flex-wrap:wrap;
align-items:center;
}

.hayawari-list dt,
.hayawari-list dd{
color: red;
font-size: 2.2rem;
}

.hayawari-list dt{
width: 80px;
}

.hayawari-list dd{
width: calc(100% - 120px);
}

.hayawari-list dd span{
	color: red;
}
@media screen and (max-width: 768px) {
	.hayawari-list-wrap,
	.hayawari-txt-wrap{
		width: 100%;
		max-width: 300px;
		margin:0 auto;
	}
	.hayawari-list{
		margin-bottom: 20px;
	}
	.hayawari-list dt,.hayawari-list dd{
		width: 100%;
	}
	
	.hayawari-list dt,
	.hayawari-list dd{
	font-size: 1.4rem;
	}
	
	.hayawari-txt-wrap p{
		text-indent: -1rem;
		padding-left: 1rem;
	}
	
}

/*スマホメニュー
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	#spnavi{
		display: none;
		position: absolute;
		top:60px;
		width: 100%;
		background: #fff;
		left: 0;
		z-index:90;
	}
	#spnavi ul{
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	#spnavi ul li{
		margin: 0 auto;
		text-indent:10px;
		border-bottom: 1px dotted #555555;
	}
	
	#spnavi ul li:first-child{
		border-top: 1px dotted #555555;
	}
	
	#spnavi ul li a{
		display: block; 
		color:#555555 !important;
		padding:10px 0;
		font-size:14px;
		text-decoration: none;
	}
	#spnavi ul li a:hover{
		text-decoration:none;
		opacity:.7;
	}
	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width:17px;
		height:16px;
		position:absolute;
		top:22px;
		/*top:35px;*/
		right:20px;
		z-index: 100;
		text-align: center;
		
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #555555;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:6px;
	}
	#nav_toggle span:nth-child(3){
		top:12px;
	}
	
	#nav_toggle p.togglemenu{
		background:none;
		color:#ed6103;
		font-size:8px;
		padding-top:19px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 8px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 8px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
	
	.header-companylogo_sp{
		position:absolute; 
		top:20px;
		left:10px;
		z-index:99;
		/*top:-27px; 
		right:-10px;*/
	}
}	


/*スマホメニュー終わり
-----------------------------------------------------------------*/	




/*共通要素*/
.mt5{
    margin-top:5px;
}
.mt15{
    margin-top:15px;
}
.mt50{
    margin-top:50px;
}
.mt100{
    margin-top:100px;
}
.mb5{
    margin-bottom:5px;
}
.mb10{
    margin-bottom:10px;
}
.mb15{
    margin-bottom:15px;
}
.mb20{
    margin-bottom:20px;
}
.mb25{
    margin-bottom:25px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
    margin-bottom:50px;
}
.mb60{
    margin-bottom:60px;
}
.mb80{
    margin-bottom:80px;
}
.mr10{
	margin-right: 10px;
}
.ml10{
	margin-left: 10px;
}
.ml20{
	margin-left: 20px;
}
.ml30{
	margin-left: 30px;
}

.pl50{
	padding-left: 50px;
}

.pr20{
	padding-right: 20px;
}

.pt20{
	padding-top: 20px;
}
.pt30{
	padding-top: 30px;
}
.pt40{
	padding-top: 40px;
}

.pt80{
	padding-top: 80px;
}
.pt150{
	padding-top: 150px;
}
.pb20{
	padding-bottom: 20px;
}
.pb130{
	padding-bottom: 130px;
}
.pb150{
	padding-bottom: 150px;
}

.mt-minus20{
	margin-top:-20px;
}

.mt-minus30{
	margin-top:-30px;
}

.mt-minus40{
	margin-top:-40px;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}
.flexb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flexc{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.txtcenter{
	text-align: center;
}

.txtleft{
	text-align: left;
}

.txtjustify{
	text-align: justify;
}

.txtshadow{
	text-shadow: 2px 1px 0 #FFF, -2px -1px 0 #FFF, -1px 1px 0 #FFF, 2px -1px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.txtCrimson{
	font-family: 'Crimson Text', serif;
}

.txtNoto{
	font-family: 'Noto Sans JP', sans-serif;
}

.txtRed{
	color: #b50000;
}

.txtRed-f00{
	color: #f00;
}
.txtBrown{
	color: #271a00;
}

.bold{
	font-weight: bold;
}

.pl-1_ti-1{
	padding-left:1em;
	text-indent:-1em;
}

.marker-under {
    background: linear-gradient(transparent 60%, #ffeb8e 60%);
}

.fw500{
	font-weight: 500;
}

.fz12{
	font-size: 1.2rem;
}

.fz14{
	font-size: 1.4rem;
}

.fz16{
	font-size: 1.6rem;
}

.fz18{
	font-size: 1.8rem;
}

.fz20{
	font-size: 2.0rem;
}

.fz22{
	font-size: 2.2rem;
}

.fz24{
	font-size: 2.4rem;
}

.fz26{
	font-size: 2.6rem;
}

.fz30{
	font-size: 3.0rem;
}

.fz35{
	font-size: 3.5rem;
}

.fz36{
	font-size: 3.6rem;
}

.fz40{
	font-size: 4.0rem;
}

.fz50{
	font-size: 5.0rem;
}

.lsplus10{
	letter-spacing: 1px;
}

.lsminus05{
	letter-spacing: -.5px;
}

.lsminus10{
	letter-spacing: -1px;
}

.lsminus15{
	letter-spacing: -1.5px;
}

.lsminus18{
	letter-spacing: -1.8px;
}

.lsminus20{
	letter-spacing: -2px;
}

.lsplus15{
	letter-spacing: 1.5px;
}

.lh10{
	line-height: 1.0;
}

.lh12{
	line-height: 1.2;
}

.lh14{
	line-height: 1.4;
}

.lh18{
	line-height: 1.8;
}

.lh20{
	line-height: 2.0;
}
.lh25{
	line-height: 2.5;
}
.lh30{
	line-height: 3.0;
}


@media screen and (max-width: 768px) {
    
  
    #header .text{
        padding-top:5px;
        padding-bottom:5px;
        text-align:center;
    }
    #header {
        padding-bottom: 25px;
    }
	.blocksp{
		display: block;
	}
    .mt15{
        margin-top:10px;
    }
    .mt50{
        margin-top:25px;
    }
    .mt100{
        margin-top:50px;
    }
	.mb10{
		margin-bottom:5px;
	}
    .mb15{
        margin-bottom:10px;
    }
	.mb20{
		margin-bottom:10px;
	}
	.mb25{
		margin-bottom:15px;
	}
	.mb30{
		margin-bottom:15px;
	}
	.mb40{
        margin-bottom:20px;
    }
    .mb50{
        margin-bottom:25px;
    }
	.mb60{
		margin-bottom:30px;
	}
	.mb80{
		margin-bottom:40px;
	}

	.mb10sp{
		margin-bottom:10px;
	}
	.mb20sp{
		margin-bottom: 20px;
	}
	.mb30sp{
		margin-bottom: 30px;
	}
	.ml0sp{
		margin-left: 0;
	}
	.mr0sp{
		margin-right: 0;
	}

	.pt30{
		padding-top: 15px;
	}
	.pt40{
		padding-top: 20px;
	}
	.pb20{
		padding-bottom: 10px;
	}
	.p5sp {
		padding: 5px;
	}


	.fz10sp{
		font-size: 1.0rem;
	}
	.fz8sp{
		font-size: 0.8rem;
	}
	.fz12sp{
		font-size: 1.2rem;
	}
	.fz14sp{
		font-size: 1.4rem;
	}
	.fz15sp{
		font-size: 1.5rem;
	}
	.fz16sp{
		font-size: 1.6rem;
	}
	.fz18sp{
		font-size: 1.8rem;
	}
	.fz22sp{
		font-size: 2.2rem;
	}
	.fz24sp{
		font-size: 2.4rem;
	}
	.fz28sp{
		font-size: 2.8rem;
	}
	.fz30sp{
		font-size: 3.0rem;
	}
	.lh14sp{
		line-height: 1.4;
	}
	.lh16sp{
		line-height: 1.6;
	}
	.lsminus15sp{
		letter-spacing: -1.5px;
	}
	.lsminus10sp{
		letter-spacing: -1px;
	}
	.h70sp{
		height: 70px;
	}
}

/*20230929追記*/
.pl80txtind80{
	padding-left:80px;
	text-indent: -80px;
}

@media screen and (max-width: 768px) {
	.pl80txtind80{
		padding-left: 0;
		text-indent: 0;
	}
}


/*pconly sponly切り替え　スマホtel処理
-----------------------------------------------------------*/

@media screen and (min-width: 769px) {
	.sponly{
		display: none;
	}
}


@media screen and (max-width: 768px) {
    .pconly{
        display: none;
    }
    .sponly{
        display: block;
        /*position:relative;*/
        z-index: 2;
    }
    /*a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }*/
}

/*20240930追記*/
.bg_red{
    background:#ff0000;
    padding:5px 10px;
    margin-right: 10px;
    color:#fff;
    width: 160px;
}

.bg_yellow{
    background:#ffd200;
    padding:3px 10px;
    color:#000;
    width: 125px;
    border-radius: 5px;
}

.marker-under {
    background: linear-gradient(transparent 70%, #ffeb8e 60%);
    width: 60%;
}
