@charset "UTF-8";
/* CSS Document */

@import url("/kokunai/theme/premium/asset/fonts/fontAwesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese'); 


/*-------------------------------------------------Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, cite, code, del, em, img, q, s, samp,
strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0; font-style:normal; zoom:1; }
li{ list-style-type:none;}



/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  setting parts
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------basic*/
body,input,button{width:100%;position:relative;color:#333;font-size:14px;line-height:1.6;margin:0;font-family:"Noto Sans JP","Yu Gothic","YuGothic",sans-serif;font-feature-settings: "palt";letter-spacing: 0.5px;}
.is-ipad{
    min-width: 1100px;
}
a:link{ color: #a56c4b;}
a:visited{ color: #a56c4b;   }
a:hover{ color: #a56c4b; text-decoration: none; }
a:active{ color: #a56c4b;  }
a{-webkit-transition: all .3s ease-out; }

#pagetop{z-index:999;position: fixed;bottom: 15px;right: 15px;display:none;text-align: center;}
#pagetop a{font-family: 'Roboto Condensed', sans-serif;line-height:1.2;font-size:12px;background-color: #989898;width:70px;height:70px;border-radius: 100%;color:#FFFFFF;text-decoration:none;display: flex;flex-direction: column;justify-content: center;align-items: center;}
#pagetop a:before{content: "\f106";font-family: FontAwesome;padding:0;display:block;font-size: 40px;line-height: 0.5;text-align: center;padding-bottom: 5px;margin-top: -5px;}
#pagetop a:hover{-webkit-transition: all .3s ease-out; filter: alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}

img{border:none;width: 100%;height: auto;backface-visibility: hidden;}

.photo{}
.photo .img{}
.photo .caption{ font-size: 12px; }

/*-----------------------SMPリンクボタン*/
#spLinkBlockInPc{ padding:0; display: none; }
#anchorToSpInPc{ border-radius: 10px; -webkit-border-radius : 10px; -moz-border-radius: 10px; display:block; width: 95%;  margin: 20px auto; text-align: center; color: #FFF; text-decoration: none; font-size: 46px; padding: 30px 0; font-weight: bold; 
background: #f78b51;
background: -moz-linear-gradient(top,  #f78b51 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f78b51), color-stop(50%,#f17432), color-stop(51%,#ea5507), color-stop(100%,#fb955e));
background: -webkit-linear-gradient(top,  #f78b51 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
background: -o-linear-gradient(top,  #f78b51 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
background: -ms-linear-gradient(top,  #f78b51 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
background: linear-gradient(to bottom,  #f78b51 0%,#f17432 50%,#ea5507 51%,#fb955e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78b51', endColorstr='#fb955e',GradientType=0 );
}
#anchorToSpInPc:before{content: "\f10b";font-family: FontAwesome; padding:0 20px 0 0;}


/*-------------------------------------------------Pan*/
.breadcrumb{
    background-color: #fff;
    padding: 10px 0;
    font-size: 12px;
}
.breadcrumb ul{
    width: 992px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.breadcrumb ul:before{content:"";background-image: url("/cmn/icon/icon_home.png");width: 14px;height: 14px;background-repeat: no-repeat;background-size: contain;margin-right: 4px;}
.breadcrumb li{
    display: flex;
    align-items: center;
}
.breadcrumb li a{ color: #333}
.breadcrumb li + li:before{content:'';display: block;background:#888;margin:0 8px;width:1px;height:12px;}




/*-------------------------------------------------font*/
.FontMin,
.min{font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;font-weight:500;-webkit-font-smoothing:antialiased;}
_:-ms-input-placeholder, :root .FontMin,
_:-ms-input-placeholder, :root .min{ letter-spacing:-1px !important;}


.FontEn{font-family: 'Barlow Condensed', sans-serif;}
.FontNum{font-family: 'Crimson Text', serif;}
.FontPrice{}
.FontPrice strong{font-size: 200%;font-weight: normal;font-family: 'Crimson Text', serif;display: inline-block;}

/*-------------------------------------------------.loading*/
.loadingWrap{ position:relative;  }
.loadingIn{opacity:0;transition:0.3s;height: 150px;}
.loadingIn.is_active{opacity:1;height:auto;}
.loading{text-align:center;position:absolute;top:50%;left:50%;z-index:10;margin-top: -25px;margin-left: -25px;background-image: url("/kokunai/theme/premium/asset/images/spin_black.svg");background-repeat: no-repeat;background-position: center center;width:50px;height: 50px;background-size: contain;}

.loading.white{background-image: url("/kokunai/theme/premium/asset/images/spin_white.svg");}

/*-------------------------------------------------GotoInfo*/
#GotoInfo{
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#GotoInfo .logo{
    width: 130px;
}
#GotoInfo .Inner{}
#GotoInfo .Inner{
	position: relative;
	background: #F5F6F7;
	border: 4px solid #50aa36;
	border-radius: 4px;
	margin-left: 24px;
}
#GotoInfo .Inner:after,
#GotoInfo .Inner:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#GotoInfo .Inner:after {
	border-color: rgba(245, 246, 247, 0);
	border-right-color: #F5F6F7;
	border-width: 15px;
	margin-top: -15px;
}
#GotoInfo .Inner:before {
	border-color: rgba(80, 170, 54, 0);
	border-right-color: #50aa36;
	border-width: 21px;
	margin-top: -21px;
}
#GotoInfo dl{
    color: #50aa36;
    padding: 15px 20px;
}
#GotoInfo dt{
    font-size: 22px;
    padding-bottom: 1px;
    font-weight: bold;
}
#GotoInfo dd{
    font-size: 16px;
}
#GotoInfo dd span{
    font-size: 13px;
}

#GotoInfo .btn{
    padding: 20px 60px;
    padding-top: 0;

}
#GotoInfo .btn a{
    position: relative;
    background-color: #50aa36;
    display: block;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}
#GotoInfo .btn a:hover{
    background-color: #378620;
}
#GotoInfo .btn a:after{position: absolute;right: 8px; top:50%; margin-top:-0.5em;content:"\f105"; font-family:FontAwesome; line-height: 1}


/*-------------------------------------------------.loading*/
#Contact{background-color:#F5F6F7;padding-bottom: 40px;padding-top: 50px;border-top: 1px solid #ccc;}
#Contact h2{
    text-align: center;
    margin-bottom: 30px;
}
#Contact h2 .main{
    font-size: 38px;
}
#Contact h2 .sub{
    color: #caa691;
    font-weight: normal;
}
#Contact .Shop{
    width: 992px;
    margin: 0 auto;
    margin-bottom: 50px;
}
#Contact .Shop h3{
    color: #a56c4b;
    display: flex;
    white-space: nowrap;
    align-items: center;
    font-size: 24px;
    margin-bottom: 20px;
}
#Contact .Shop h3:after{content:"";display: block;height: 2px;background-color: #a56c4b;width: 100%;margin-left: 10px;}
#Contact .Shop .Inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Contact .Shop .Inner .sub{
	width: 100%;
    border: 2px solid #a56c4b;
    padding: 10px 15px;
    color: #a56c4b;
    box-sizing: border-box;
    margin-bottom: 25px;
}
#Contact .Shop .Inner .Entry{
    background-color: #fff;
    width: 30%;
    padding-bottom: 20px;
}
#Contact .Shop .Inner .Entry .photo{
    margin-bottom: 5px;
}
#Contact .Shop .Inner .Entry h4{
    padding: 0 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
}
#Contact .Shop .Inner .Entry dl{
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
#Contact .Shop .Inner .Entry dt{
    color: #a56c4b;
    font-size: 13px;
    width: 5.5em;
}
#Contact .Shop .Inner .Entry dd{
    flex-grow: 1;
    width: calc(100% - 6em);
}
#Contact .Shop .Inner .Entry dd a.tel{pointer-events: none;cursor: default;text-decoration: none;color: #333;font-size: 16px;}
#Contact .Shop .Inner .Entry dd strong{
    color: #d62727;
}
#Contact .Shop .Inner .Entry dl + dl{
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
#Contact .Shop .Inner .Entry dd span{
    display: inline-block;
}
#Contact .Shop .Inner .Entry dd span + span{}
#Contact .Shop .Inner .Entry dd span a{
    display: block;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #a56c4b;
    padding: 2px 12px;
    border-radius: 3px;
    margin-top: 5px;
}
#Contact .Shop .Inner .Entry dd span a:after{content:"\f105";font-family:FontAwesome;padding-left: 8px;}
#Contact .Shop .Inner .Entry dd span a:hover{
    background-color: #a56c4b;
    color: #fff;
}
#Contact .Shop .atte{
    margin-top: 15px;
    font-size: 12px;
}

#Contact .Tel{
    width: 992px;
    margin: 0 auto;
}
#Contact .Tel h3{
    color: #a56c4b;
    display: flex;
    white-space: nowrap;
    align-items: center;
    font-size: 24px;
    margin-bottom: 20px;
}
#Contact .Tel h3:after{content:"";display: block;height: 2px;background-color: #a56c4b;width: 100%;margin-left: 10px;}
#Contact .Tel h4{
    font-size: 19px;
    font-weight: normal;
    padding-bottom: 8px;
}
#Contact .Tel .Inner{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
#Contact .Tel .Inner .Entry{
    flex: 1;
}
#Contact .Tel .Inner .Entry dl{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#Contact .Tel .Inner .Entry dt{
    color: #a56c4b;
    /* font-weight: bold; */
    font-size: 16px;
    white-space: nowrap;
    padding-right: 10px;
}
#Contact .Tel .Inner .Entry dt span{
    display: block;
}
#Contact .Tel .Inner .Entry dd{
    font-size: 18px;
    cursor: default;
    color: #333;
    text-decoration: none;
}
#Contact .Tel .Inner .Entry dl + dl{
    margin-top: 8px;
}
#Contact .Tel .Inner .Entry dd a{pointer-events: none;cursor: default;text-decoration: none;color: #333;}


#Contact .Tel .data{
    display: flex;
    justify-content: space-between;
}
#Contact .Tel .data dl{}
#Contact .Tel .data dt{
    font-weight: bold;
}
#Contact .Tel .data dd{}
#Contact .Tel .btn{}
#Contact .Tel .btn a{
    text-decoration: none;
    color: #666;
    border: 2px solid #ccc;
    background-color: #fff;
    display: inline-block;
    padding: 13px 80px;
    border-radius: 3px;
    position: relative;
    font-weight: bold;
    font-size: 15px;
}
#Contact .Tel .btn a:hover{
    background-color: #ccc;
    color: #fff;
}
#Contact .Tel .btn a:after{position: absolute;right: 8px; top:50%; margin-top:-0.5em;content:"\f105"; font-family:FontAwesome; line-height: 1}






