@charset "shift_jis";
/* CSS Document */


#Head{ position: relative}
/*remodal*/
body.noScroll{height: 100vh;
  overflow-y: hidden;
  padding-right: 15px;
  }

/*h2 common*/
h2.common{
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}
h2.common .sub{color: #caa691;font-weight:  normal;font-size: 15px;}
h2.common .main{
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 2px;
  }
h2.common .main strong{color: #a56c4b;font-size: 32px;}

h2.common .main:before,
h2.common .main:after { 
  content:'';
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

h2.common .main:before {
  border-left: solid 1px #a56c4b;
  border-top: solid 1px #a56c4b;
  top:0;
  left: 0;
}

h2.common .main:after {
  border-right: solid 1px #a56c4b;
  border-bottom: solid 1px #a56c4b;
  bottom:0;
  right: 0;
}

/*----------------------------------------------------MainVisual*/
#MainVisual{
    background-image: url("/kokunai/theme/premium/asset/images/index/mainvisual_new.jpg");
    background-position: bottom center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 40px;
  }
#MainVisual:before{background-color: rgba(45,39,36,0.6);content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#MainVisual p.dept{
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    color: #fff;
    z-index: 2;
    font-size: 14px;
    padding: 15px;
    line-height: 1;
    left: 10px;
    top: 10px;
}
#MainVisual h2{text-align: center;color: #fff;position: relative;z-index: 2;padding-top: 90px;padding-bottom: 80px;}
#MainVisual h2 .main{
    font-size: 40px;
    letter-spacing: 3px;
    padding-bottom: 10px;
}
#MainVisual h2 .sub{
    font-size: 20px;
    font-weight: normal;
}
#MainVisual h2 .main span{}
#MainVisual h2 .sub span{}
#MainVisual h2 .deco{
    font-weight: normal;
    font-size: 15px;
    line-height: 1.9;
}
@media screen and (min-width:1550px){

}


/*----------------------------------------------------News*/
#News{
    background-color: #fff;
    margin: 0 auto;
    width: 992px;
    z-index: 2;
    align-items: center;
    padding: 30px;
    padding-left: 0;
    display: flex;
    box-sizing: border-box;
}
#News h2{
    text-align: center;
    flex-grow: 1;
}
#News h2 .main{}
#News h2 .sub{
    color: #a56c4b;
    font-weight: normal;
    font-size: 16px;
}
#News .Inner{
    padding-left: 25px;
    border-left: 1px solid #bfbfbf;
    width: 760px;
}
#News .Entry{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#News .Entry + .Entry{
    margin-top: 10px;
}
#News .Entry .date{
    width: 5.5em;
    font-size: 15px;
    letter-spacing: 0;
}
#News .Entry dl{width: calc(100% - 7em);display: flex;flex-wrap: wrap;align-items: baseline;justify-content: flex-end;}
#News .Entry dl + dl{
    margin-top: 5px;
}
#News .Entry dt{
    width: 7em;
    text-align: center;
    font-size: 12px;
    background-color: #e8e1d8;
    color: #a56c4b;
}
#News .Entry dd{
    width: calc(100% - 7em);
    padding-left: 10px;
}
#News .Entry dd + dd{}

#News .Entry.bn{
    margin-top: 20px;
    display: block;
}
#News .Entry.bn ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#News .Entry.bn li{
    width: 370px;
}
#News .Entry.bn li + li{}
#News .Entry.bn a:hover{ opacity: 0.7}

/*----------------------------------------------------About*/
#About{background-image:url(/kokunai/theme/premium/asset/images/bg_watercolor_autumn.jpg);background-color: #f2f2f0;background-position:top center;background-repeat:no-repeat;padding-bottom: 40px;padding-top: 60px;}
.is-ipad #About{
    width: 100%;
}
#About #Common{width:1100px;margin:0 auto;display:flex;justify-content:space-between}
.is-ipad #About #Common{
    width: 90%;
}
#About #Common .box{display:flex;flex-direction:row-reverse;align-items:flex-end;position:relative;padding:0 40px;flex-grow: 1;}
#About #Common .box.photo{width: 300px;display:block;padding:0;}
#About #Common .box h2{width: 110px;}
#About #Common .box dl{position:relative;padding-right:5px;padding-bottom:40px;}
#About #Common .box dt{font-size:90px;color: rgba(202,168,138,0.7);letter-spacing:-.5px;position:absolute;top:-1.5em;left:-55px;font-weight: normal;}
#About #Common .box dd{font-size:16px;width: 17.5em;line-height:1.8;}
#About #Common .box dd span{
    display: block;
}

@media screen and (min-width:1550px){
#About #Common{width:80%}
#About #Common .box{padding:0 60px}
#About #Common .box.photo{
    width: 350px;
}
#About #Common .box h2{width: 120px;height: 400px;padding-bottom: 50px;}
#About #Common .box dl{
}
#About #Common .box dt{left: -65px;}
#About #Common .box dd{font-size:18px}
}


@media screen and (min-width:1700px){
#About #Common .Inner{width:85%;margin:0 auto}
#About #Common .box{padding:0 60px;/* padding-bottom:20px; */}
#About #Common .box.photo{width: 360px;}
#About #Common .box h2{
    height: 470px;
    width: 130px;
}
#About #Common .box dl{
}
#About #Common .box dt{left: -55px;font-size:110px;}
#About #Common .box dd{font-size:19px}
}

#About #Qua{width:992px;margin:0 auto;margin-top: 40px;}
#About #Qua:after{content:"";background: -moz-linear-gradient(left, rgba(163,152,53,0) 0%, rgba(163,152,53,0.6) 20%, rgba(163,152,53,1) 50%, rgba(163,152,53,0.6) 80%, rgba(163,152,53,0) 100%);background: -webkit-linear-gradient(left, rgba(163,152,53,0) 0%,rgba(163,152,53,0.6) 20%,rgba(163,152,53,1) 50%,rgba(163,152,53,0.6) 80%,rgba(163,152,53,0) 100%);background: linear-gradient(to right, rgba(163,152,53,0) 0%,rgba(163,152,53,0.6) 20%,rgba(163,152,53,1) 50%,rgba(163,152,53,0.6) 80%,rgba(163,152,53,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a39835', endColorstr='#00a39835',GradientType=1 );width: 100%;height: 2px;display: block;margin-top: 30px;}
#About #Qua h2{display:flex;text-align:center;justify-content:center;align-items:center;margin-bottom:30px}
#About #Qua h2:before,#About #Qua h2:after{content:"";display:block;height:2px;background-color:#A39835;width:100%}
#About #Qua h2:before{background:-moz-linear-gradient(left,rgba(163,152,53,0) 0%,rgba(163,152,53,0.5) 26%,rgba(163,152,53,0.8) 49%,rgba(163,152,53,1) 100%);background:-webkit-linear-gradient(left,rgba(163,152,53,0) 0%,rgba(163,152,53,0.5) 26%,rgba(163,152,53,0.8) 49%,rgba(163,152,53,1) 100%);background:linear-gradient(to right,rgba(163,152,53,0) 0%,rgba(163,152,53,0.5) 26%,rgba(163,152,53,0.8) 49%,rgba(163,152,53,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a39835',endColorstr='#a39835',GradientType=1)}
#About #Qua h2:after{background:-moz-linear-gradient(left,rgba(163,152,53,1) 0%,rgba(163,152,53,0.8) 50%,rgba(163,152,53,0.5) 77%,rgba(163,152,53,0) 99%,rgba(163,152,53,0) 100%);background:-webkit-linear-gradient(left,rgba(163,152,53,1) 0%,rgba(163,152,53,0.8) 50%,rgba(163,152,53,0.5) 77%,rgba(163,152,53,0) 99%,rgba(163,152,53,0) 100%);background:linear-gradient(to right,rgba(163,152,53,1) 0%,rgba(163,152,53,0.8) 50%,rgba(163,152,53,0.5) 77%,rgba(163,152,53,0) 99%,rgba(163,152,53,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a39835',endColorstr='#00a39835',GradientType=1)}
#About #Qua h2 span{display:inline-block;white-space:nowrap;padding:0 10px;font-size:17px}
#About #Qua h2 strong{color:#A39835;font-size:28px}
#About #Qua .Inner{display:flex;justify-content:space-between;}
#About #Qua .box{width:330px;text-align:center}
#About #Qua .box h3{margin-bottom:15px}
#About #Qua .box h3 .sub{font-size:15px;padding-bottom:10px}
#About #Qua .box h3 .sub strong{color:#A39835;font-size:22px}
#About #Qua .box h3 .logo{width: 190px;margin:0 auto;}
#About #Qua .box ul{display:flex;justify-content:center;align-items:center;margin-bottom:20px}
#About #Qua .box li{}
#About #Qua .box li.icon{background: rgb(163,152,53);
background: -moz-linear-gradient(left, rgba(163,152,53,1) 0%, rgba(186,177,61,1) 50%, rgba(163,152,53,1) 100%);
background: -webkit-linear-gradient(left, rgba(163,152,53,1) 0%,rgba(186,177,61,1) 50%,rgba(163,152,53,1) 100%);
background: linear-gradient(to right, rgba(163,152,53,1) 0%,rgba(186,177,61,1) 50%,rgba(163,152,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a39835', endColorstr='#a39835',GradientType=1 );font-size:12px;background-color:#A39835;color:#fff;padding: 5px 7px 3px 7px;line-height:1;}
#About #Qua .box li.txt{font-size:19px;padding-left:5px}
#About #Qua .box .atte{font-size:12px}
#About #Qua .box.photo{width:225px}
#About #Qua .box.photo dl{}
#About #Qua .box.photo dt{width:180px;position:relative;z-index:2;min-height: 0%;}
#About #Qua .box.photo dd{padding-top:3px;text-align:left;padding-left:24px;position:relative;font-size:14px;line-height:1.4;min-height: 0%;}
#About #Qua .box.photo dd:before{content:"";background:-moz-linear-gradient(top,rgba(163,152,53,1) 0%,rgba(163,152,53,0.8) 50%,rgba(163,152,53,0.5) 77%,rgba(163,152,53,0) 99%,rgba(163,152,53,0) 100%);background:-webkit-linear-gradient(top,rgba(163,152,53,1) 0%,rgba(163,152,53,0.8) 50%,rgba(163,152,53,0.5) 77%,rgba(163,152,53,0) 99%,rgba(163,152,53,0) 100%);background:linear-gradient(to bottom,rgba(163,152,53,1) 0%,rgba(163,152,53,0.8) 50%,rgba(163,152,53,0.5) 77%,rgba(163,152,53,0) 99%,rgba(163,152,53,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a39835',endColorstr='#00a39835',GradientType=0);width:2px;display:block;position:absolute;height:100%;padding-bottom:20px;left:10px;top:-10px;z-index:1}
#About #Qua .box.photo dd strong{color:#A39835;font-size:20px}
#About #Qua .box.photo:nth-child(odd){}
#About #Qua .box.photo:nth-child(odd) dl{display:flex;flex-direction:column-reverse;flex-wrap: wrap;}
#About #Qua .box.photo:nth-child(odd) dt{}
#About #Qua .box.photo:nth-child(odd) dd{padding-bottom:7px}
#About #Qua .box.photo:nth-child(odd) dd:before{background:-moz-linear-gradient(top,rgba(163,152,53,0) 0%,rgba(163,152,53,0.5) 23%,rgba(163,152,53,0.8) 50%,rgba(163,152,53,1) 100%);background:-webkit-linear-gradient(top,rgba(163,152,53,0) 0%,rgba(163,152,53,0.5) 23%,rgba(163,152,53,0.8) 50%,rgba(163,152,53,1) 100%);background:linear-gradient(to bottom,rgba(163,152,53,0) 0%,rgba(163,152,53,0.5) 23%,rgba(163,152,53,0.8) 50%,rgba(163,152,53,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a39835',endColorstr='#a39835',GradientType=0);top:0;padding:0}
#About #Qua .box.photo:nth-of-type(3){}
#About #Qua .box.photo:nth-of-type(4){width:180px}

@media screen and (min-width:1550px){
#About #Qua{width: 1230px;margin-top: 20px;}
#About #Qua h2{}
#About #Qua h2:before,#About #Qua h2:after{}
#About #Qua h2:before{}
#About #Qua h2:after{}
#About #Qua h2 span{
    font-size: 20px;
}
#About #Qua h2 strong{
    font-size: 32px;
}
#About #Qua .Inner{}
#About #Qua .box{flex-grow: 1;padding-right: 40px;}
#About #Qua .box h3{}
#About #Qua .box h3 .sub{
    font-size: 18px;
}
#About #Qua .box h3 .sub strong{
    font-size: 26px;
}
#About #Qua .box h3 .logo{
    width: 230px;
}
#About #Qua .box ul{}
#About #Qua .box li{}
#About #Qua .box li.icon{}
#About #Qua .box li.txt{
    font-size: 22px;
}
#About #Qua .box .atte{font-size: 14px;}
#About #Qua .box.photo{
    width: 250px;
}
#About #Qua .box.photo dl{}
#About #Qua .box.photo dt{
    width: 230px;
}
#About #Qua .box.photo dd{
    font-size: 18px;
}
#About #Qua .box.photo dd:before{}
#About #Qua .box.photo dd strong{
    font-size: 25px;
}
#About #Qua .box.photo:nth-child(odd){}
#About #Qua .box.photo:nth-child(odd) dl{}
#About #Qua .box.photo:nth-child(odd) dt{}
#About #Qua .box.photo:nth-child(odd) dd{}
#About #Qua .box.photo:nth-child(odd) dd:before{}
#About #Qua .box.photo:nth-of-type(3){}
#About #Qua .box.photo:nth-of-type(4){
    width: 230px;
}
}



/*-----------------------------------------------Recom*/
#Recom{
    width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}
#Recom h2{
    width: 100%;
}
/*#Recom img{ width: 100%; height: auto}*/

#Recom .ItemInner .Entry .dst{
    background-color: #a56c4b;
}

#Recom .ItemInner .Entry .linkbox:hover{
    opacity: 1;
    cursor: inherit;
}
#Recom .ItemInner .Entry .linkbox:hover .photo{}
#Recom .ItemInner .Entry .linkbox:hover h3 a{text-decoration: underline;}
#Recom .ItemInner .Entry h3 a:hover{
	text-decoration: none !important;
}

#Recom .btn{
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
#Recom .btn a{
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 100px;
    padding: 14px 40px;
    font-size: 16px;
    border: 1px solid #a56c4b;
}
#Recom .btn a:after{position: absolute;right: 8px; top:50%; margin-top:-0.5em;content:"\f105"; font-family:FontAwesome; line-height: 1}

#Recom .btn a:hover{
    background-color: #a56c4b;
    color: #fff;
}
#Recom .btn a strong{
	font-size: 20px;
}
#Recom .btn a span{
	font-size: 13px;
	display: block;
	margin-top: 9px;
}
/*------------------------------------------------------Topic*/
#Topic{
    background-color: #f3f3f3;
    padding: 50px 0;
}
#Topic h2{}
#Topic .Inner{
    width: 992px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Topic .Inner .Entry{
    width: 48%;
    margin-bottom: 30px;
}
#Topic .Inner .Entry .img{
    margin-bottom: 6px;
    line-height: 0;
    border: 1px solid #fff;
}
#Topic .Inner .Entry .img a:hover{
    opacity: 0.7;
}
#Topic .Inner .Entry dl{}
#Topic .Inner .Entry dt{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}
#Topic .Inner .Entry dd{}




/*----------------------------------------------------------OtherItem*/
#OtherItem{
    width: 792px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 20px 0;
    box-sizing: border-box;
}
#OtherItem h2{
    text-align: center;
    font-size: 22px;
    color: #a56c4b;
    padding-bottom: 14px;
}
#OtherItem ul{
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
}
#OtherItem li{
    flex: 1;
    text-align: center;
    margin: 0 10px;
}
#OtherItem li + li{}
#OtherItem li a{position: relative;text-decoration: none;display: block;padding: 20px;background-color: #f5f6f7;border: 1px solid #a56c4b;font-size: 18px;border-radius: 3px;box-shadow: 0 3px 0px #a56c4b;}
#OtherItem li a:after{position: absolute;right: 8px;font-size: 28px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;}
#OtherItem li a:hover{
    background-color: #a56c4b;
    color: #fff;
}
