@charset "utf-8";

@font-face{
    font-family:'M PLUS Rounded 1c';
    font-style:normal;
    font-weight:400;
    src:url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Regular.woff2) format('woff2'),
        url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Regular.woff) format('woff'),
        url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Regular.ttf) format('truetype');
}
@font-face{
    font-family:'M PLUS Rounded 1c';
    font-style:normal;
    font-weight:500;
    src:url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Medium.woff2) format('woff2'),
        url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Medium.woff) format('woff'),
        url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Medium.ttf) format('truetype');
}

/*==============================
    基本設定
==============================*/
body{
    color:#000;
    font-size:12px;
    font-family:YakuHanRP,'M PLUS Rounded 1c', sans-serif;
    margin:0;
    padding:0;
    text-align:left;
    background:#fff;
    -webkit-text-size-adjust:100%;
    position:relative;
    word-break:break-all;
    min-width:1400px;
    overflow-y: scroll;
}
@media only screen and (max-width:767px){
    body{
        min-width:auto;
    }
}

body *, body *::before, body *::after{box-sizing:border-box;}
img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
th{
    font-weight:normal;
    text-align:left;
}
select,input,textarea{
	font-family:inherit;
	font-weight:inherit;
}

/*font layout*/
.fBold{font-weight:bold;}
.fText{transform:rotate(0.03deg);}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover,
.cursorPointer:hover{ opacity:0.8; }
.ro a,
a.ro,
a .ro,
.cursorPointer{
    transition:opacity 0.2s ease-out;
}
.cursorPointer{cursor:pointer;}

/*rollover(brightnessによる変化)*/
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover{ opacity:1; }

/* 電話リンクの無効化 */
a[href^="tel:"]{
    pointer-events:none;
    cursor:default;
}
@media only screen and (max-width:767px){
    a[href^="tel:"]{
        pointer-events:auto;
        cursor:pointer;
    }
}

/* container */
#container{
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:767px){
    .spNone,
    .brPc,
    .imgPc{
        display:none;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
    .imgH{
        width:auto;
        height:100%;
    }
}
/*-----------------------------------------------
    imgCover
-----------------------------------------------*/
/* imgCover */
.imgCover,
.imgCont{
    position:relative;
}
.imgCover img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
    font-family:'object-fit:cover;';
}
.imgCont img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
/*========================================
    wrapper
========================================*/
.wrapper1200{
    width: 1200px;
    margin: 0 auto;
}
.wrapper1000{
    width: 1000px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .wrapper1200,
    .wrapper1000{
        width: 100%;
    }
    .wrapperSp335{
        width: 89.334%;
        margin: 0 auto;
    }
}
/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide{
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jsHide:not(.jsShow){
    opacity: 0;
    transform: translate(0px, 50px);
}
/*-----------------------------------------------
	header
-----------------------------------------------*/
#header{
    position: fixed;
    min-width: 1400px;
    z-index: 9999;
    top: 0;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    padding: 0px 41px 0 32px;
    box-shadow: 0px 1px 5.82px 0.18px rgba(0, 0, 0, 0.2);
}
body:not(.topPage) #header{
    top: 0 !important;
}
#header .logo{
    margin-bottom: 5px;
}
#header .rightBox{
    display: flex;
    align-items: center;
}
#header .linkBox{
    display: flex;
    align-items: center;
}
#header .item{
    margin-right: 25px;
}
#header .link{
    display: block;
    font-size: 16px;
    color: #6a3906;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 500;
}
.isDesktopIpad #header .link{
    font-size: 12px;
    letter-spacing: 0px;
}
#header .tabBox{
    display: flex;
    margin-left: 11px;
}
#header .tab{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 60px;
    color: #fff;
    border-radius: 30px;
    background: #ef8200;
}
#header .tabBox .tab:nth-child(2){
    background: #6fb92c;
    margin-left: 11px;
}
#header .icon{
    padding-bottom: 3px;
}
#header .tabTxt{
    font-size: 18px;
    font-weight: 500; 
    letter-spacing: 1px;
    margin-left: 10px;
}
@media only screen and (max-width:1530px){
    #header .item{
        margin-right: 20px;
    }
    #header .tab{
        width: 230px;
    }
}
@media only screen and (max-width:1430px){
    #header .link{
        font-size: 14px;
    }
    #header .tab{
        width: 200px;
    }
    #header .tabTxt{
        font-size: 16px;
    }
}
@media only screen and (max-width:767px){
    #header{
        min-width: 0;
        height: 70px;
        padding: 0px 20px 0 10px;
        box-shadow: none;
    }
    #header .logo{
        width: 165px;
        margin-bottom: 0;
    }
    #header .rightBox{
        display: none;
    }
}
#btnNavi {
    display: none;
}
@media only screen and (max-width:767px){
    #btnNavi {
        display: flex;
        width: 70px;
        height: 70px;
        align-items: center;
        margin-right: 0;
        margin-left: auto;
        z-index: 9999;
        position: absolute;
        right: 0;
        top: 0;
    }
    #btnNavi .naviBtn{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-decoration: none;
        width: 100%;
        height: 100%;
        color: #1a1a1a;
        cursor: pointer;
    }
    #btnNavi .border {
        position: relative;
        width: 30px;
        height: 18px;
        padding-top: 8px;
    }
    #btnNavi .border .inner::before, 
    #btnNavi .border .inner::after{
        content: '';
        position: absolute;
        transition: all 0.4s ease-out;
    }
    #btnNavi .border .inner, 
    #btnNavi .border .inner::before, 
    #btnNavi .border .inner::after{
        display: block;
        width: 30px;
        height: 2px;
        background: #6a3906;
    }
    #btnNavi .border .inner::before{
        top: 0;
    }
    #btnNavi .border .inner::after{
        bottom: 0;
    }
    #btnNavi .txt{
        margin-top: 8px;
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: 500;
        color: #6a3906;
    }
}
/* cmnTelBox */
.cmnTelBox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 120px;
}
.cmnTelBox .telCover{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: calc(100vh - 120px);
    overflow-y: auto;
}
.cmnTelBox .bgBox{
    position: relative;
    width: 360px;
    min-height: 100%;
    padding: 40px 32px;
    background: #6fb92c;
    margin: 0 0 0 auto;
}
.cmnTelBox .bgBox::after{
    position: absolute;
    content: "";
    width: 41px;
    height: 40px;
    top: -20px;
    left: calc(50% - 20px);
}
.cmnTelBox .bgBox.lazyloaded::after{
    background: url(../img/common/iconTelBox.png) center top no-repeat;
}
.cmnTelBox .item{
    width: 100%;
}
.cmnTelBox .linkBox .item:nth-child(n+2){
    margin-top: 20px;
}
.cmnTelBox .link{
    display: block;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    padding-top: 11px;
    height: 70px;
}
.cmnTelBox .shopName{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.cmnTelBox .flexBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.cmnTelBox .telNum{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-left: 4px;
}
.cmnTelBox .txtCover{
    text-align: center;
}
.cmnTelBox .linkClose{
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin-top: 33px;
}
.cmnTelBox .linkClose::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    top: 5px;
    right: -20px;
}
.cmnTelBox .spBox{
    display: none;
}
@media only screen and (max-width:767px){
    .cmnTelBox{
        top: 0;
        z-index: 99999;
        overflow: scroll;
    }
    .cmnTelBox .telCover{
        height: auto;
        min-height: 100vh;
    }
    .cmnTelBox .bgBox{
        width: 100%;
        min-height: 100vh;
        padding: 41px 0;
        background: rgba(111, 185, 44, 0.91);
    }
    .cmnTelBox .bgBox::after{
        display: none;
    }
    .cmnTelBox .linkBox{
        width: 78.67%;
        margin: 25px auto 0;
    }
    .cmnTelBox .spTxt{
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        letter-spacing: 0.5px;
    }
    .cmnTelBox .spBox{
        display: block;
        position: absolute;
        top: 30px;
        right: 17px;
    }
    .cmnTelBox .spBox::before,
    .cmnTelBox .spBox::after{
        position: absolute;
        content: "";
        width: 29px;
        height: 2px;
        background: #fff;
        top: 0;
        right: 0;
    }
    .cmnTelBox .spBox::before{
        transform: rotate(45deg);
    }
    .cmnTelBox .spBox::after{
        transform: rotate(-45deg);
    }
    .cmnTelBox .linkClose{
        font-size: 11px;
        margin-top: 52px;
    }
    .cmnTelBox .linkClose::before,
    .cmnTelBox .linkClose::after{
        position: absolute;
        content: "";
        width: 15px;
        height: 2px;
        background: #fff;
        top: -16px;
        right: 9px;
    }
    .cmnTelBox .linkClose::after{
        border: none;
    }
    .cmnTelBox .linkClose::before{
        transform: rotate(45deg);
    }
    .cmnTelBox .linkClose::after{
        transform: rotate(-45deg);
    }
}

/* menu */
#menu{
    display: none;
}
@media only screen and (max-width:767px){
    #menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        width: 100%;
        background: rgba(249, 246, 243, 0.902);
        padding-top: 20px;
        padding-bottom: 10px;
        overflow-y: scroll;
    }
    #menu .linkBox{
        border-top: 1px solid #808080;
        margin-top: 32px;
    }
    #menu .item{
        border-bottom: 1px solid #808080;
    }
    #menu .link{
        width: 100%;
        padding: 18px 0;
        font-size: 13px;
        font-weight: 500;
        display: block;
        text-decoration: none;
        color: #000;
        letter-spacing: 1px;
    }
    #menu .tabBox{
        margin-top: 32px;
    }
    #menu .tab{
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 88.06%;
        height: 50px;
        color: #fff;
        border-radius: 30px;
        background: #ef8200;
        margin: 0 auto;
    }
    #menu .tabBox .tab:nth-child(2){
        background: #6fb92c;
        margin-top: 20px;
    }
    #menu .icon{
        padding-bottom: 2px;
    }
    #menu .tabTxt{
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-left: 10px;
    }
    #menu .txtBox{
        margin: 52px auto 0;
        text-align: center;
    }
    #menu .botItem{
        display: inline;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #000;
    }
    #menu .botItem::after{
        content: "/";
        margin: 0 7px;
        color: #000;
    }
    #menu .botItem:last-child::after{
        display: none;
    }
    #menu .botLink{
        text-decoration: none;
        color: #000;
    }
    #menu .txtCover{
        text-align: center;
        margin-top: 92px;
    }
    #menu .linkClose{
        position: relative;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 1px;
        display: inline-block;
    }
    #menu .linkClose::before,
    #menu .linkClose::after{
        position: absolute;
        content: "";
        width: 2px;
        height: 14px;
        background: #6a3906;
        top: -22px;
        left: 16px;
    }
    #menu .linkClose::before{
        transform: rotate(45deg);
    }
    #menu .linkClose::after{
        transform: rotate(-45deg);
    }
    #menu .closeIcon{
        display: block;
        position: absolute;
        top: 30px;
        right: 21px;
    }
    #menu .closeIcon::before,
    #menu .closeIcon::after{
        position: absolute;
        content: "";
        width: 29px;
        height: 2px;
        background: #6a3906;
        top: 0;
        right: 0;
    }
    #menu .closeIcon::before{
        transform: rotate(45deg);
    }
    #menu .closeIcon::after{
        transform: rotate(-45deg);
    }
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
    width: 100%;
    font-size: 0;
    padding: 16px 0;
    position: relative;
    background: #fff;
}
#pnkz .boxList{
    text-align: left;
    position: relative;
}
#pnkz li{
	display: inline;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.5px;
    color: #000;
}
#pnkz li:last-child{
    color: #6fb92c;
}
#pnkz li::after{
	content: "/";
	margin: 0 7px;
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a{
    text-decoration: none;
    color: #000;
}
@media only screen and (max-width:767px){
	#pnkz{
		letter-spacing: 0;
		padding: 7px 0;
        order: 3;
	}
	#pnkz .boxList{
		white-space: nowrap;
		overflow-y: scroll;
	}
	#pnkz li{
		font-size: 12px;
	}
}
@media only screen and (max-width:767px){
    #main{
        display: flex;
        flex-direction: column;
    }
    .mainContents{
        order: 2;
    }
}


/* secCmnTop */
#main{
    margin-top: 120px;
}
.secCmnTop{
    height: 200px;
    background: #f9f6f3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.secCmnTop .tit{
    font-size: 26px;
    letter-spacing: 3px;
    color: #6a3906;
    margin-top: 16px;
    font-weight: 500;
}
@media only screen and (max-width:767px){
    #main{
        margin-top: 70px;
    }
    .secCmnTop{
        height: 110px;
        order: 1;
    }
    .secCmnTop .imgTit{
        height: 10px;
    }
    .secCmnTop .tit{
        font-size: 17px;
        letter-spacing: 2px;
        margin-top: 12px;
    }
}
/* secTopBtn */
.secTopBtn.jsScroll .btn{
    opacity: 1;
}
.secTopBtn .btn{
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: all 0.6s ease-out;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width:767px){
    .secTopBtn{
        display: none;
    }
}
/* footer */
#footer{
    position: relative;
    z-index: 1;
    margin-top: 5px;
    background: #f9f6f3;
    padding: 70px 0 44px;
}
#footer .logoCover{
    text-align: center;
}
#footer .iconLogo{
    display: inline-block;
}
#footer .linkBox{
    margin: 73px auto 0;
    text-align: center;
}
#footer .item{
	display: inline;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
    color: #6a3906;
}
#footer .item::after{
	content: "/";
	margin: 0 7px;
    color: #6a3906;
}
#footer .item:last-child::after{
	display: none;
}
#footer .link{
    text-decoration: none;
    color: #6a3906;
}
#copyright{
    font-size: 10px;
    color: #6a3906;
    margin-top: 105px;
    text-align: center;
    letter-spacing: 1px;
}
#copyright .fCopy{
    font-family: Verdana,'Droid Sans';
}
@media only screen and (max-width:767px){
	#footer{
        margin-top: 0;
        padding: 44px 0 28px;
    }
    #footer .iconLogo{
        width: 249px;
    }
    #footer .linkBox{
        margin: 33px auto 0;
    }
    #footer .item{
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: 2.66;
        letter-spacing: 0.5px;
    }
    #footer .item::after{
        display: none;
    }
    #footer .link{
        display: inline-block;
    }
    #copyright{
        margin-top: 53px;
        letter-spacing: 0.5px;
    }
}
.secFormTable .txtError {
    color: #f00;
    font-size: 12px;
    background: url(../img/common/iconError.png) left top no-repeat;
    background-size: 14px;
    padding: 0 0 0 17px;
    margin-top: 10px;
    line-height: 14px;
    text-align: left;
}

/* jsHide */
.jsHide:not(.noMove) {
	opacity: 0;
	-webkit-transform: translate(0px, 100px);
	transform: translate(0px, 100px);
	-webkit-transition: opacity 2s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
	transition: opacity 2s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
	transition: opacity 2s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
	transition: opacity 2s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.jsHide:not(.noMove).jsShow {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
}
@media only screen and (max-width:1024px){
	.jsHide.jsShowSp {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		opacity: 1;
	}
}
/* 250303 */
#footer .logoCover{
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer .rightIcon{
    display: inline-block;
}
#footer .iconLogo + .rightIcon{margin-left: 30px;}
@media only screen and (max-width:767px){
    #footer .logoCover{
    }
    #footer .rightIcon{
        width: 50px;
    }
    #footer .iconLogo + .rightIcon{margin-left: 10px;}
}
@media only screen and (max-width:360px){
    #footer .logoCover{
        display: block;
        text-align: center;
    }
    #footer .iconLogo,
    #footer .rightIcon{
        display: block;
        margin: 0 auto;
    }
    #footer .iconLogo + .rightIcon{
        margin-top: 15px;
        margin-left: auto;
    }
}