@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
@import url('https://fonts.googleapis.com/css?family=Lora');

/* font-family: 'Noto Serif', serif; */
#firstLogo path{
  stroke:#ccc;
  fill:transparent;
  stroke-width:1;
  stroke-DASHarray: 3000;
  stroke-DASHoffset:3000;
  -moz-animation:DASH 2s ease-in-out 1s forwards;
  animation:DASH 2s ease-in-out 1s forwards;
  transition:all 1s 1s ease-in-out;
}
@keyframes DASH{
  0%  {stroke-DASHoffset:3000;fill:#fff;}
  80% {stroke-DASHoffset:2000;fill:#fff;}
  100%{stroke-DASHoffset:0;fill:#000;}
}
@-moz-keyframes DASH{
    0%  {stroke-DASHoffset:3000;fill:#fff;}
  80% {stroke-DASHoffset:2000;fill:#fff;}
  100%{stroke-DASHoffset:0;fill:#000;}
}

  

.logo-bg-fill{
  fill:#fff;
}

.logo-front-fill{
  fill:#fff;
}
.number-text,
date{
}
/*LOADING*/


@-webkit-keyframes loading_anime {
  0% { opacity:1; }
  100% { opacity:0; }
}

@keyframes loading_anime {
  0% { opacity:1; }
  100% { opacity:0; }
}

@-webkit-keyframes scroll_anime {
  0% { -webkit-transform: translateY(0px) rotate(-135deg); }
  40% { -webkit-transform: translateY(-10px) rotate(-135deg); }
  50% { -webkit-transform: translateY(0px) rotate(-135deg); }
}

@-moz-keyframes scroll_anime {
  0% { -moz-transform: translateY(0px) rotate(-135deg); }
  40% { -moz-transform: translateY(-10px) rotate(-135deg); }
  50% { -moz-transform: translateY(0px) rotate(-135deg); }
}

@-o-keyframes scroll_anime {
  0% { -moz-transform: translateY(0px) rotate(-135deg); }
  40% { -moz-transform: translateY(-10px) rotate(-135deg); }
  50% { -moz-transform: translateY(0px) rotate(-135deg); }
}

@keyframes scroll_anime {
   0% { transform: translateY(0px) rotate(-135deg); }
  40% { transform: translateY(-10px) rotate(-135deg); }
  50% { transform: translateY(0px) rotate(-135deg); }
}

@-webkit-keyframes arrow_anime {
  0% { -webkit-transform: translateY(0px); }
  40% { -webkit-transform: translateY(-20px); }
  50% { -webkit-transform: translateY(0px); }
}



/*----------------------
  common
----------------------*/

.loading{
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 6000;
  background: #fff;
  transform: translateY(0%);
  transition:all 200ms 500ms;
  opacity: 1;
}
.loading.hide{
/* transform: translateY(-100%); */
  opacity: 0;
  z-index: 0;
  
}
.loading .loading-logo{
  position: absolute;
  top:50%;
  left:50%;
  margin:-100px 0 0 -100px;
  width: 200px;
  height: 200px;
}
.loading .loading-logo img{
  width: 100%;
  height: auto;
}
.loading .loading-logo:after{
  content:"";
  position: absolute;
  width:110%;
  height: 110%;
  left:-5%;
  top:-5%;
  z-index: 1;
  background: #fff;
  -webkit-animation: loading_anime 1300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms normal forwards;
  -moz-animation: loading_anime 1300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms normal forwards;
  -o-animation: loading_anime 1300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms normal forwards;
  animation: loading_anime 1300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms normal forwards;
}

.loading .loading-logo svg{
  width: 100%;
  transition:all 200ms;
  opacity: 1;
}
.loading.hide .loading-logo svg{
  opacity: 0;
}

@font-face{ 
  font-family: 'ipa-mincho'; 
  src: url('../fonts/ipaex/ipaexm.eot') format('eot'), 
        url('../fonts/ipaex/ipaexm.woff') format('woff'), 
        url('../fonts/ipaex/ipaexm.ttf') format('truetype'); 
  font-weight: 400; 
  font-style: normal; 
} 
@font-face{ 
  font-family: 'ipa-gothic'; 
  src: url('../fonts/ipaex/ipaexg.eot') format('eot'), 
        url('../fonts/ipaex/ipaexg.woff') format('woff'), 
        url('../fonts/ipaex/ipaexg.ttf') format('truetype'); 
  font-weight: 400; 
  font-style: normal; 
} 

/*     font-family: "ipa-gothic", "MS PGothic", sans-serif;
  font-family: 'ipa-mincho';
*/

a{
  color: #000000;
  /* text-decoration:none; */
}
a:hover{
  color: #d33d29;
  text-decoration:none;
}

a:hover img.hover{
  opacity: 0.7;
  filter: alpha(opacity=70);        /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */  
}
.ofh {
  overflow: hidden;
}
.txtUL{text-decoration: underline;}

.fwB{font-weight:bold;}

.caution{color:#C00;}
.attention span{color:#C00;}


.list-mark{
  text-indent:-1em;
  padding:0 0 0 1em;
  overflow: hidden;
}

.mgnB05,.mb05 {margin-bottom: 5px;}
.mgnB10,.mb10 {margin-bottom: 10px;}
.mgnB15,.mb15 {margin-bottom: 15px;}
.mgnB20,.mb20 {margin-bottom: 20px;}
.mgnB30,.mb30 {margin-bottom: 30px;}
.mgnB40,.mb40 {margin-bottom: 40px;}
.mgnB50,.mb50 {margin-bottom: 50px;}
.mgnB60,.mb60 {margin-bottom: 60px;}
.mgnB70,.mb70 {margin-bottom: 70px;}



.pdg05 {padding: 5px;}
.pdg15 {padding: 15px;}
.pdg10 {padding: 10px;}
.pdg20 {padding: 20px;}

.pdgS05 {padding: 0 5px;}
.pdgS10 {padding: 0 10px;}

.pdgL20 {padding: 0 0 0 20px;}
.pdgL30 {padding: 0 0 0 30px;}

.mgnS05 {margin: 0 5px;}
.mgnS10 {margin: 0 10px;}

.tal{text-align: left!important; }
.tac{text-align: center!important; }
.tar{text-align: right!important; }

.txt11{font-size:11px;}
.txt12{font-size:12px;}
.txt13{font-size:13px;}
.txt14{font-size:14px;}
.txt15{font-size:15px;}
.txt16{font-size:16px;}
.txt17{font-size:17px;}

textarea, input[type="kana_name"], input[type="kana_first"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select[name="prefecture"] {
  border-radius: 4px;
  border:solid 1px #d5d5d5;
  padding: 4px 6px;
  margin-bottom:7px;
}
input[type="submit"]{
  font: 14px/1.61 "Noto Sans Japanese", "MS PGothic", sans-serif; 
  border:none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}




/*----------------------
  common
----------------------*/
.youtube iframe {
    width: 100%;
}

body{
  color:#1a1a1a;
  line-height: 1.4;
  font-family: 'ipa-mincho';
  font-size:15px;
  font-weight: 400;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


.wrapper {
}
.top .wrapper {
  background: #fff;
}


#mapCanvas,#mapCanvas2 {
  width: 100%;
  height: 400px;
  position: relative;
}

.flow-box img{
  width:100%;
  height:auto;

}
.contact-box{ 
  background:#eee;
  padding: 20px;
  box-sizing: border-box;
}
.contact-box .contact-text{
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}
.contact-btns{
  box-sizing:border-box;
}
.contact-box .contact-tel{
  float:left;
  width: 48%;
  background: #2C3162;
  color: #fff;
  padding: 20px;
}
.contact-box .contact-tel .tel{
position: relative;
}
.contact-box .contact-tel .tel a{
  color:#fff;
}
.contact-box .contact-form{
  float:right;
  width: 48%;
}
.contact-box .contact-form a{
  color:#2C3162;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #2C3162;
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
}

.contact-btns span{
  display: block;
  position: absolute;
  width: 25px;
  margin: 0;
  background: #fff;
  height: 1px;
  -webkit-transition: all 0;
  transition: all 0;
  right: 0;
  top: 19px;
}
.contact-btns span:before,
.contact-btns span:after{
  content:"";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  top:0;
  }
.contact-btns span:before{
  transform: rotate(45deg);
  left: 8px;
  top: -7px;
}
  
.contact-btns span:after{
  transform: rotate(-45deg);
  left: 8px;
  top: 7px;
}
.contact-btns.contact-form span{
  right:40px;
  top:40px;
}

.sl-wrapper .sl-close {
    z-index: 15000!important;
}

#js-gallery .slide img{
  cursor:zoom-in;
}


.insta-wrap{
  overflow:hidden;
  zoom:1;
}

.insta-wrap > a{
  float:left;
  display:block;
  margin:0 1.5% 30px;
  width: 30%;
  height: auto;
  transition:all .1s linear;
  -webkit-transition:all .1s linear;
  overflow: hidden;
  position: relative;
}
  .insta-wrap > a:hover{
  opacity:.7;
}
.insta-wrap > a img{
  width:100%;

}
.insta-wrap a .insta-title{
  display: block;
  position: absolute;
  width: 100%;
  color:#fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition:all .1s linear;
  -webkit-transition:all .1s linear;
  opacity: 0;
  font-size:11px;
}
.insta-wrap a .insta-title:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 1000px;
  top:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left:0;
  background: rgba(0,0,0,0.6);  
  opacity: 0;
  transition:all .1s linear;
  -webkit-transition:all .1s linear;
  z-index:-1;
}
.insta-wrap a:hover .insta-title,
.insta-wrap a:hover .insta-title:before{
  opacity: 1;
}


.news-detail{

}
.news-detail .entry-header{
  background: #fafafa;
  padding: 5%;
}
.news-detail .entry-header h1{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-detail .entry-header .date{
  text-align: right;
}
.news-detail .entry-detail{
  padding: 5%;
}
.news-detail .entry-detail .img{
  margin-bottom: 20px;
}
.news-detail .entry-detail .img img{
  width: 100%;
  height: auto;
}
.news-detail .entry-detail p{
  margin-bottom: 10px;
}
.news-detail .entry-detail a{
  color: #340e07;
    text-decoration: underline;
}
.news-detail .entry-detail .entry-table{
    overflow: hidden;
  width: 100%;
}
.news-detail .entry-detail .entry-table thead{}
.news-detail .entry-detail .entry-table thead th{
  background: #eee;
}
.news-detail .entry-detail .entry-table tbody tr{
  border-bottom: solid 1px #f8f8f8;

}
.news-detail .entry-detail .entry-table th{
  padding: 15px;
  width: 30%;
  margin-bottom: 15px;
  vertical-align: top;
  text-align: center;

}
.news-detail .entry-detail .entry-table tbody th{
  text-align: left;
}
.news-detail .entry-detail .entry-table tbody td{
  padding: 15px;
  vertical-align: top;
  color:#6b6a6a;
}

.company-table{
  width: 100%;
}
.company-table th,
.company-table td{
  padding: 20px;
  border-bottom: solid 1px #eee;
}  
.head-line{
  transition: all 800ms;
  transform: translateY(50px);
  opacity: 0;
  /* position:absolute; */
  /* width: 1em; */
  /* right: 50px; */
  /* top: 50px; */
}
.head-line.show{
  transform: translateY(0px);  
  opacity: 1;
}
.q-a-wrap .q-a dt{
  border-bottom: solid 1px #eee;
  font-size: 20px;
  position: relative;
  padding: 10px 0 10px 50px;
  color: #1d2129;
}
.q-a-wrap .q-a dd{
  font-size: 16px;
  padding: 20px 0 10px 50px;
  position: relative;
  border-bottom: solid 1px #eee;
  margin-bottom: 30px;
}
.q-a-wrap .q-a dt:before{
  content:"Q.";
  font-size:36px;
  font-style:italic;
  display:inline-block;
  color: #1d2129;
  font-family: 'ipa-mincho';
  position: absolute;
  top: 0;
  left: 0px;
}
.q-a-wrap .q-a dd:before{
  content:"A.";
  font-size:36px;
  font-style:italic;
  display:inline-block;
  color: #c1a95b;
  font-family: 'ipa-mincho';
  position: absolute;
  top: 0;
  left: 0;
}
.mask {
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}
.access-text{
  margin-bottom: 20px;
}
.menu-table{
  border-collapse: collapse;
  width: 100%;
  background:rgba(255,255,255,0.8);
  margin-bottom:20px
}
.menu-table th,
.menu-table td{
  padding: 20px;
  box-sizing: border-box;
  border:solid 1px #fff


}

.menu-table th{
  text-align: left;

}
.menu-table th .title{
  margin-bottom: 5px;
  color: #000000;
}
.menu-table th .detail{
  font-size: 90%;
  font-weight: normal;
}
.menu-table td{
  width: 20%;
  text-align: right;
}
.menu-table td.detail-text{
  width: 80%;
  text-align: left;
}
.menu-table-mini th,
.menu-table-mini td{
  padding: 10px;
}
.menu-table .tax{
  font-size: 11px;
}
.new-menu-list {
  padding: 30px 0;
}
.new-menu-list li{
  text-align: center;
  opacity: 0;
  transition: all 300ms;
  transform: translateY(50px);
  margin-bottom: 30px;
}
.new-menu-list li.show{
  opacity: 1;
  transform: translateY(0px);
}
.new-menu-list li img{
  max-width: 100%;
  height: auto;
}


/*pc-sp common end*/



@media print, screen and (min-width: 768px) {
.sub-page {
  padding-left:250px;
}

  .slide-wrap .video-wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slide-wrap .video-wrap video{
  width: 100%;
  height: auto;
  }
  .slide-wrap .video-wrap .video-cover{
  
    background: rgba(0,0,0,0.2);
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  position: absolute;
  }
  .slide-wrap .video-wrap video{
    width: 100%;
    height: 100%;
  }

  .first-wrap{
    position:absolute;
    width:100%;
    height:100%;
    text-align: center;
    top:0;
    left:0;
    z-index: 3;
    opacity: 1;
    transition: all 1000ms;
    background: #fff;
    }

    .fadeout-wrap{
      z-index: -1;
      opacity: 0;
    }
    
    .first-wrap .logo{
      width: 235px;
      height: 235px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      margin: auto;
    }
    .first-wrap .logo img{
      width: 100%;
      height: auto;
    }
    .slide-wrap{
    position: relative;
    opacity: 0;
    transition: all 1000ms;
    overflow: hidden;
    }
    .fadein-wrap{
      z-index: 5;
      opacity: 1;
    }
    .slide-wrap .logo{
      position: absolute;
      z-index: 10;
      top:0;
      left:0;
      width:100%;
      height: 100%;
      text-align: center;
    
    }
.first-view .first-scroll{
  position:absolute;
  bottom:10%;
  left:50%;
  width:50px;
  height:50px;
  margin:0 0 0 -15px;
  color: #c5c6d0;
  transition:all 500ms;
  transform:translateY(-200px);
  -webkit-transform:translateY(-200px);
  opacity: 0;
}
.first-view .first-scroll:after,
.first-view .first-scroll:before{
  content: "";
    border-color: #2d3261 #2d3261 transparent transparent;
    border-style: solid;
    border-width: 1px;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    transform: rotate(135deg);
  position:absolute;
  
}
.first-view .first-scroll:before{
  top:13px; 
}
.first-view .first-scroll.show{
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  opacity: 1;
}
.first-view .first-scroll.show{

}
.top-contents{
  position: relative;
  background: #fff;
  z-index: 1;
  padding-left: 250px;
}

.sp{display:none;}
.imgMax{width:100%!important; height:auto !important;}


body{
  min-width:1000px;
  letter-spacing:0.2px;
}


.wrapper{
  position:relative;
  width:100%;
  min-height:1000px;
  overflow:hidden;
}



.inner {
  max-width: 1400px;
  min-width: 700px;
  margin: 0 auto;
  /* overflow: hidden; */
  position:relative;
/*   padding: 0 50px; */
  box-sizing: border-box;
}

.flex{
  display: flex; 
  align-items: center;
}
.flex .imge{
  margin: 15px;
}

.flex .imge img{
  width: 100%;
}

.sub-page .inner{
  padding:0 15px;
}



.header {
  overflow: hidden;
  position: fixed;
  z-index: 5000;
  top:0;
  left:0;
  width: 250px;
  height: 100%;
  box-sizing:border-box;
  background: rgb(255, 255, 255,0.8);
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.2);
  transition: all 300ms;
 }
.sub-page .header{
 /* background: rgba(128, 27, 32, 1); */
}
.header h1{
  width:180px;
  margin:40px auto 120px;
}
.header h1 img{
  width:100%;
  height:auto;
}
.header-inner {
  /* padding: 0px 20px 20px; */
  /* max-width: 1200px; */
  /* text-align: right; */
  width: 100%;
  box-sizing: border-box;
  transition:all 200ms;
  /* border-top: 18px #222222 solid; */
}
.header-text{
  position: fixed;
  bottom: 1%;
  left: 1%;
  font-size: 11px;
  color: #fff;
  width: 200px;
}

.header.black {
  background: rgb(255, 255, 255);
}
.header .logo-bg-fill{
  fill:transparent;
}
.header.black  .logo-bg-fill{
  fill:#d33d29;
}

.black .header-logo .logo-svg,
.sub-page-header .header-logo .logo-svg{
  fill:#3a1c04;
}
.black .header-text{
  color:#3a1c04;
}

.header{
  opacity: 0;
transition: all 500ms 500ms;
transform: translateX(-250px);
}
.header.show{
  opacity: 1;
  transform: translateX(0px);
  }

.header-inner h1{
  width: 140px;
  position: absolute;
  top: 35px;
  left: 20px;
  /* margin-left: 0; */
  text-align: center;
}

.header-inner h1 svg{
    width: 100%;
    height: auto;
    transition:all 200ms;
}

.header .gnav ul {
  text-align: center;
  font-family: 'ipa-mincho'; 

 }
.header .gnav ul li {
  width: 1em;
  display: inline-block;
  margin-right: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  letter-spacing: 0.2em;
  position: relative;
  padding-top: 20px;
}
    .header .gnav ul li:before {
        content: '';
        background: #000000;
        display: block;
        margin: 0 auto;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 0;
        left: 1px;
    }

.header .gnav ul li a {
  color: #000;
  transition:all 300ms;
  text-decoration: none;
}
.header .gnav ul li a:hover{
color:#1d2129;
text-decoration:none;
}
/**********
TOP 
***********/
#image-bloc{
  position: relative;
  padding-top: 105px;
}
#image-bloc img{
    opacity:0;
  transition:all 500ms 500ms;
  transform:scale(1.5);
}
.pace-done #image-bloc img{
  opacity:1;
  transform:scale(1);
}
.catch-area{
  position: absolute;
  top:40%;
  width: 70%;
  margin: 0 auto;
  left:10%;
}
.catch-area h1{
  font-family: 'Courgette', cursive;
  font-weight: bold;
  color:#fff;
  font-size: 30px;
  transform:translateY(-300px);
  -webkit-transform:translateY(-300px);
  opacity:0;
}
.catch-area h2{
  color:#fff;
  font-size: 18px;
  transform:translateX(-1000px);
  -webkit-transform:translateX(-1000px);
  opacity:0;
}

.pace-done .catch-area h1{
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  transition:all 0.5s;
  opacity:1;
  text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
  letter-spacing: 0.1em;
}
.pace-done .catch-area h2{
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
  transition:all 1s 0.5s;
  opacity:1;
  text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
  letter-spacing: 0.1em;
}
.catch-area h2{
  color:#fff;
  font-size: 18px;
}

.news {
  /* min-height: 330px; */
}

h2.h2-title{
  margin-bottom:20px;
}
.news-list li{
  overflow: hidden;
  /* padding-left: 15px; */
  margin-bottom: 15px;
  border-bottom: solid 1px #eee;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.top-contents .news-list li{
  /* width:25%; */
}
.news-list li .thumb{margin-bottom: 10px;}
.news-list li .thumb img{
  width:100%;
  vertical-align:bottom;
}
.news-list li .date{
  font-size: 90%;
  float: left;
  width: 7em;
  display: block;
}
.news-list li .title{
  margin-bottom:20px;


}

/* TOP CONTENTS */
.top-common{
  padding:70px 0 100px;
  position: relative;
}
.top-common.news,.top-common.sns{
  /*background:rgba(255, 190, 0, 0.07);*/
}
.news-list {
  /* display:flex; */
  /* flex-wrap:wrap; */
  /* align-items: stretch; */
}
.head-line{
  margin-bottom:30px;
}

.head-line h1{
  font-family: 'Lora', serif;
       font-size: 30px;
       letter-spacing: 0.1em;
       color: #000000;
       text-align: center;
       position:relative;
}

.head-line h1:after{
  content:"";
  height: 10px;
  width: 10px;
  background: #1d2129;
  display: block;
  position:absolute;
  left:50%;
  top:50px;
  margin-left:-10px;
}
.head-line h1:before{
  content:"";
  height: 10px;
  width: 10px;
  background: #d6d6d6;
  display: block;
  position:absolute;
  left:50%;
  top:50px;
  margin-left:0px;
}
.head-line h2{
  font-size:11px;
  text-align:center;
  margin-top:30px;
}

.top-common .fb{
  width:500px;
  margin:0 auto;
  
}

.link-btn{
  display: block;
  width: 600px;
  text-align: center;
  margin: 0 auto 30px;
  padding: 30px;
  background: #1d2129;
  color: #fff;
  font-weight: bold;
  position: relative;
  transition:all 300ms;
  clear:both;
}
.link-btn:hover{
	 opacity:0.8;
	 color:#fff;
}
.link-btn:hover:after{
	 right:20px;
}
.link-btn:hover:before{
	 right:18px;
}
.link-btn:before,
.link-btn:after{
	 transition:all 300ms;
}
.link-btn:after{
  content:"";
  position: absolute;
  width: 20px;
  height: 20px;
  right:30px;
  top:50%;
  margin-top:-10px;
  border-top:solid 1px #fff;
  border-left:solid 1px #fff;
  transform: rotate(135deg);
}

.link-btn:before{
  content:"";
  position: absolute;
  width: 30px;
  height: 1px;
  background:#fff;
  right:28px;
  top:50%;
}


.more {
  display: block;
  width: 260px;
  background: #000;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color:#fff;
  height: 60px;
  line-height: 60px;
}
.more:hover{
  color:#fff;
  background: rgba(0,0,0,0.7);
}
.more span{
  display: block;
  position: absolute;
  width: 25px;
  margin: 0;
  background: #fff;
  height: 1px;
  -webkit-transition: all 0;
  transition: all 0;
  right: 25px;
  top: 29px;
}
.more span:before,
.more span:after{
  content:"";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  top:0;
  }
.more span:before{
  transform: rotate(45deg);
  left: 8px;
  top: -7px;
}
  
.more span:after{
  transform: rotate(-45deg);
  left: 8px;
  top: 7px;
}

.company-table th{
  width:10em; 
}


.top-content-wrap .first-contents-list{
  overflow:hidden;
}
.top-content-wrap .first-contents-list li{
  float:left;
  width:50%;
  overflow:hidden;
  text-align:center;
  
}
.top-content-wrap .first-contents-list li a{
  display:inline-block;
  position:relative;
  width: 100%;
}

.top-content-wrap .first-contents-list li a img{
  width:100%;
  height:auto;
  vertical-align: top;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition:all 500ms linear;
}
.top-content-wrap .first-contents-list li a:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.top-content-wrap .first-contents-list li a .titles{
  position:absolute;
  width: 180px;
  height: 180px;
  border:solid 2px #fff;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -90px;
  color: #fff;
  box-sizing: border-box;
  padding: 60px 0 0 0;
}
.top-content-wrap .first-contents-list li a .titles h2{
    font-family: 'Lora', serif;
    font-size: 20px;
    letter-spacing: 0.1em;
}
.top-content-wrap .first-contents-list li a .titles p{
    font-size: 11px;
    letter-spacing: 0.2em;
}




/*------------------------
  footer
------------------------*/

    .page-top {
        position: absolute;
        bottom: 0%;
        width: 80px;
        background: #1d2129;
        margin: 0 auto;
        text-align: center;
        /* padding: 10px 0 10px; */
        z-index: 1;
        background: #1d2129;
        color: #fff;
        right: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }  
.page-top p{

}
  
    
.page-top a{
   display: inline-block;
    /* background: #C30D23; */
    width: 100%;
    /* padding: 23px 0; */
    color: #fff;
    font-size: 40px;
    text-align: center;
}

    .footer {
        background: #fff;
        position: relative;
        color: #000000;
        padding-left: 250px;
        box-sizing: border-box;
        border-top: solid 1px #1d2129;
    }
.footer-inner{
  margin:0 auto;
  /* width: 800px; */
  text-align: center;
  padding: 50px 80px 50px 0;
}
.footer-inner ul{
  /*overflow:hidden;
  zoom:1;
  margin:20px 0 10px 0;
  float:left;*/
}
.footer-inner nav li{
  display: inline-block;
  /* width: 130px; */
  text-align: left;
  list-style: none;
  padding:0 10px;
}
.footer-inner nav li a{
  
}
.footer-inner nav{
  
}
.footer-inner .banner-area{
overflow: hidden;
clear: both;
margin:100px 0;
}
.footer-inner .banner-area ul{
  overflow: hidden;
  text-align: center;
 
}
.footer-inner .banner-area ul li{
  display: inline-block;
   width: 22%;
  padding: 0 1%;
}
.footer-inner .banner-area ul li a{
}
.footer-inner .banner-area ul li a img{
  width: 100%;
  height: auto;
}
.footer-inner .detail{
  /* text-align: left; */
}
.footer-inner .detail p{
  display:inline-block;
  vertical-align:top;
}
.footer-inner .detail .footer-logo{
  width: 160px;
    margin-left: 10px;
    padding: 0 14px;
    height: 70px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
/*    background: rgba(255,255,255,0.9);
    border-radius: 35px;*/
    line-height: 54px;
  
}
.footer-inner .detail .footer-logo img{
  width:100%;
  height:auto;
}
.copy p{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
  /* color: #fff; */
  font-size:12px;
}




/********
SUB PAGES
******/

.sub-header-title{
  margin-bottom: 30px;
}
.sub-header-title h1{
  font-family: 'Lora', serif;
       font-size: 30px;
       letter-spacing: 0.1em;
       color: #000000;
       text-align: center;
       position:relative;
}

.sub-header-title h1:after{
  content:"";
  height: 10px;
  width: 10px;
  background: #1d2129;
  display: block;
  position:absolute;
  left:50%;
  top:50px;
  margin-left:-10px;
}
.sub-header-title h1:before{
  content:"";
  height: 10px;
  width: 10px;
  background: #d6d6d6;
  display: block;
  position:absolute;
  left:50%;
  top:50px;
  margin-left:0px;
}
.sub-header-title h2{
  font-size:11px;
  text-align:center;
  margin-top:30px;
}


.catch-box{
  position: absolute;
}

.sub-contents{
  margin-bottom: 150px;
  position: relative;
  /* padding: 0 100px 0 50px; */
  box-sizing: border-box;
}
.sub-img-box{
  margin-bottom: 50px;
}
.sub-img-box img{
  width: 100%;
  height: auto;
}



/*COMPANY*/
.greeting-wrap{
  display:flex;
  margin:0 50px;
  align-items: center;
  justify-content: center;
}
.greeting-wrap .greeting-txt{
  width:70%;
  padding-right:20px;
  box-sizing:border-box;
}
.greeting-wrap .greeting-txt img{
  max-width:100%;
}
.greeting-wrap .greeting-autor{
  width:30%;
  text-align:center;
}
.greeting-wrap .greeting-autor .photo{
margin-bottom:20px;
}
.greeting-wrap .greeting-autor .photo img{
  width:100%;
}
.greeting-wrap .greeting-autor .autor-text{}
    
/*SERVICE*/

.service-contents{}
.service-contents ul{}
.service-contents ul li{
  padding:20px 0;
  border-bottom:1px #eee solid;
  margin-bottom:30px;
}
.service-contents ul li .service-title{
     color:#f8f8f8;
}
.service-contents ul li .service-title .area-title{
    font-size:120%;
  font-weight:bold;
  margin-bottom:10px;
}
.service-contents ul li .service-title .service-txt{
  text-align:right;
  
}
.service-contents ul li .service-detail{}
.service-contents ul li .service-detail p{}
.service-contents ul li .service-detail ul{
  overflow:hidden;
  margin-bottom:20px;
}
.service-contents ul li .service-detail ul li{
  float:left;
  width:25%;
  border-bottom:none;
  margin-bottom:0px;
  
  

  box-sizing: border-box;
  padding:10px;
}
.service-contents ul li .service-detail ul li img{
  width:100%;
  height:auto;
}


.map iframe{
  width:100%!important;
  
}

.main-box .title-image img {
  width: 100%;
  height: auto;
  min-width: 1000px;
  opacity:0;
  transition:all 1000ms 500ms;
 /* filter: saturate(10%); */
}
.main-box.show .title-image img {
  opacity: 0.1;
}
.main-box .title{
  font-family: 'ipa-mincho';text-align: center;padding: 22px;font-size: 48px;
  color: #1d2129;opacity:0;transition:all 500ms 500ms;
  transform: translateY(-50px);
  height: 0px;width:100%;position: absolute;left:0;top:0;bottom: 0;right:0;margin: auto;z-index: 1;
  letter-spacing:0.2em;
  }
.main-box.show .title{
  opacity:1;
  transform:translateY(0px);
  
}
.main-box .title:before,.main-box .title:after{
  content:"-";
  display:inline-block;
  padding:0 10px;
}
.main-box.show .title-image{
  position: fixed;
  width: 1000px;
  height: auto;
  top: -200px;
  right: -100px;
}

/*CONTACT*/

.contact .sub-contents.left-title .inner {
  padding: 0 5%;
}
.contact-catch{
    font-size: 30px;
    font-family: 'Noto Serif', serif;
    text-align: center;
    margin-bottom: 30px;
    width: 500px;
    margin: 0 auto 30px;
    border: solid 4px #f8f8f8;
    padding: 20px 0;
    letter-spacing: 0.1em;
    color: #2C3162;
}
.pace-inactive .main-box {
  
}
.main-box {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  height: 300px;
}  


.main-box .title span{
  display: inline-block;
}
.main-box .title span:after{
  content:"";
  background: #fff;
  width:100%;
  height:2px;
  display:block;
  margin:0 auto 20px;
  transform: scaleX(0);
  transition:all 500ms 500ms;

}
.main-box.show .title span:after{
  opacity:1;
  transform: scaleX(1);
  
}

.main-box .sub{
  font-size:10px;
  text-align: center;
  width: 150px;
  margin: 0 auto;
  position:relative;
  color: #fff;
  letter-spacing: 0.1em;
}  
  
.main-box .sub:after{
  
}

.n-table {
  overflow: hidden;
  width: 100%;
  margin: 5%;
}
.n-table dt{
  padding-bottom:15px;
  padding-left: 15px;
  float: left;
  width: 10em;
  font-weight: bold;
  margin-bottom: 15px;
  min-height: 50px;
}
.n-table dd{
  border-bottom: solid 1px #ccc;
  padding-bottom:15px;
  padding-left: 11em;
  margin-bottom: 15px;
  min-height: 50px;

}
.n-table th{
  padding: 15px;
  width: 30%;
  margin-bottom: 15px;
  vertical-align: top;
  font-weight: normal;
}
.n-table tr{
  border-bottom: solid 1px #f8f8f8;

}
.n-table td{
  padding: 15px;
  vertical-align: top;
  color:#6b6a6a;

}
.n-table.price-table dt{
  width: 40em;
}
.n-table.price-table dd{
  padding-left: 41em;
}
.mini-inner {
  width: 800px;
  margin: 0 auto;
}
.contact-box {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  width: 700px;
  margin: 0 auto;
}

.contact-box p {
}
.contact-box dl{
  margin-bottom: 80px;
}
.contact-box dt{
  float: left;
  width: 100px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  height: 110px;
}
.contact-box dt img{
  width: 100%;
  height: auto;
}
.contact-box dd{
  padding-left: 110px;
    padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  height: 110px;
  line-height: 110px;

}
.p-contents {width: 660px;margin: 0 auto 60px;border-bottom: solid 1px #ccc;padding-bottom: 30px;line-height: 2;font-size: 120%;}
.p-catch {
  font-size: 24px;
  /*font-weight: bold;*/
  color:#C30D23;
  margin-bottom: 40px;
  text-align: center;
}

.p-txt {

}

.map-box {
  width: 600px;
  margin: 0 auto 30px;
}


#mapCanvas,#mapCanvas2{
  height: 600px;
  margin-bottom: 60px;
}
.access-inner {
  margin: 0 auto;
  min-height: 100%;
}

/*NEWS PAGE*/
.news-list{
  margin:5%;
}
  
  /*SERVICE */
  .service-catch-box{
    padding: 0 5%;
    margin-bottom: 120px;
  }
  .service-catch-box h1{
    font-family: "Sawarabi Mincho";
text-align: center;
font-size: 40px;
margin-bottom: 60px;
  }

  .service-catch-box h2{
    font-family: "Sawarabi Mincho";
text-align: center;
font-size: 18px;
margin-bottom: 10px;
  }
  
.service-box {
  margin-bottom: 120px;
}
.service-box .service-title{
/*font-family: "Hannari";*/
font-family: "Sawarabi Mincho";
text-align: center;
font-size: 30px;
margin-bottom: 10px;
letter-spacing: 0.2em;
}
.service-box .service-sub-title{
  text-align: center;
  margin-bottom: 30px;
}
.service-box .service-sub-title-left{
  text-align: left;
  font-weight: bold;
  padding: 0 5%;
  font-size: 16px;
}
.service-box .service-sub-title-left:before{
 content: "";
 display:inline-block;
 width:1em;
 height:1em;
 background:#3e3d3d;
 margin:5px 0.5em 0 0;
 position:relative;
 top:2px;
  
  
}
.guesthouse-page .service-box .service-title{
  text-align: left;
  padding: 0 5%;
}
.service-box .service-detail-text{
  padding: 0 5%;
  margin-bottom: 50px;
}
.service-box .service-detail-text-mb0{
  padding: 0 5%;
  line-height: 1.8em;
  margin-bottom: 10px;
}
.service-inner{
  overflow:hidden;
  padding: 0 5%;
  margin-bottom: 3%;
}
.service-inner .left-box{
  float:left;
  width:60%;
  padding-right: 2%;
  box-sizing: border-box;
}
.service-inner .left-box p{
    line-height: 1.8em;
    margin-bottom: 10px;
}
.service-inner .right-box{
    float:right;
    width: 40%;
    /* padding-left: 3%; */
    box-sizing: border-box;
}
.service-inner .right-box .img-box{
  margin-bottom: 100px;
}

.image-box.column-2{
  
}
.image-box .column{
  display: inline-block;
  box-sizing:border-box;
}
.column-2 .column{
  width:45%;
}
.column-2 .column:nth-child(1){
  margin-right:5%;
}
.column-2 .column:nth-child(2){
  margin-right:0;
}

#mapArea{
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.access-detail{
  padding: 20px;
  display: flex;
  background: #f3f6fd;
  width: 90%;
  margin: -50px auto 30px;
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.2);
  position: relative;
}
.access-detail .office{
  width: calc(50% - 10px);
  margin: 0 10px 0;
  padding: 15px;
  border: solid 1px #2f325f;
  position: relative;
  background: #f3f6fd;
  /* color: #fff; */
}
.access-detail .office:before{
  content:"";
  position: absolute;
  left: -10px;
  top: 10px;
  height: calc( 100% - 20px);
  width: calc( 100% + 20px);
  background: #f3f6fd;
}  
.access-detail .office:after{
  content:"";
  position: absolute;
  top: -10px;
  left: 10px;
  width: calc( 100% - 20px);
  height: calc( 100% + 20px);
  background: #f3f6fd;
}  
.access-detail .office h2{
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Noto Serif', serif;
  letter-spacing: 0.1em;
}
.access-detail .office p{
    text-align: center;
}
.access-detail .office h2,
.access-detail .office p{
  position: relative;
  z-index: 2;
}
.works-wrap{}
.works-wrap .works-list{
    display: flex;
    flex-wrap: wrap;
}
.works-wrap .works-list li{
    width: calc(100% / 3);
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}
.works-wrap .works-list li:after{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 500ms 500ms;
  transform: translateX(0%);
}  
.works-wrap .works-list li.show:after{
  transform: translateX(-100%);
}  
.works-wrap .works-list li a{
text-decoration:none;
}
.works-wrap .works-list li a .works-detail{
  width:100%;
}
.works-wrap .works-list li a .works-detail .photo{
    width: 90%;
    overflow:hidden;

}
.works-wrap .works-list li a .works-detail .photo img{
    width: 100%;
    transform:scale(1);
    transition:all 300ms;
}
.works-wrap .works-list li a:hover .works-detail .photo img{
  transform:scale(1.2);
}
.works-wrap .works-list li a .works-detail .works-text-wrap{
    text-align: center;
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    background: #f5efdc;
    position: relative;
    margin: -10px 0 0 0px;
    box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.1);
    transition:all 300ms;
}
.works-wrap .works-list li:hover a .works-detail .works-text-wrap{
background:#802221;
color:#fff;
}
.works-wrap .works-list li:nth-child(even) a .works-detail .works-text-wrap{


}
.works-wrap .works-list li a .works-detail .works-text-wrap .title{
    font-size: 110%;
    margin-bottom: 5px;
}
.works-wrap .works-list li a .works-detail .works-text-wrap .sekou{
    font-size: 90%;
    /* text-align: right; */
}

/* WORKS DETAIL PAGE */
.works-detail-inner{
  width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  box-sizing: border-box;
}
.works-detail-box{
    position: relative;
    margin-bottom: 100px;
}
.works-detail-box .title{
    position: absolute;
    width:100%;
    text-align:center;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #fff;
    opacity: 0;
    transition: all 500ms;
    transform: translateY(-50px);
  
}
.works-detail-box .title.show{
  opacity: 1;
  transform: translateY(0px);
}  
.works-detail-box .title-image{}
.works-detail-box .title-image img{
    width: 100%;
  
}
.works-detail-txt{
    position: relative;
    margin-bottom: 200px;
    /* display: flex; */
}
.works-detail-txt.no-detail{
  margin-bottom: 0px;
  display: none;
}
.works-detail-txt:after{
  content:"";
  position: absolute;
  left:50%;
  bottom:-150px;
  width: 1px;
  height: 80px;
  background: #000;
}
.works-detail-txt .title{
    position: absolute;
    width: 24px;
    text-align: center;
    right: -60px;
    line-height: 1.2;
    font-size: 24px;
    background: #802221;
    padding: 10px;
    font-family: 'ipa-mincho';
    color: #fff;
}
.works-detail-txt .catch{
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 120%;
}
.works-detail-txt .title span{
    display: inline-block;
    margin-bottom:10px;

}
.works-detail-txt .description{
    margin: 40px 0 40px 0;
    line-height: 1.8em;
}
.works-detail-txt .description p{
  margin-bottom: 10px;
}
.works-detail-txt .description .des-title{
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}
.works-detail-txt .description .shikaku{
  font-size:24px;
}
.works-detail-txt .description .des-photo{
margin-top:20px;
}
.works-detail-txt .description .des-photo img{
  width: 100%;
  height: auto;
}
.works-detail{
    width: 100%;
    margin: 0 auto;
}
.works-detail li{
  transition: all 500ms;
  opacity: 0;
  transform: translateY(50px);
  margin-bottom: 50px;
}
.works-detail li.show{
  transform: translateY(0px);
  opacity: 1;
}

.works-detail li img{width: 100%;}


.slide-wrap .first-scroll{
  position: absolute;
  bottom:10%;
  left:50%;
  width:50px;
  height:50px;
  margin:0 0 0 -25px;
  color:#fff;
  transition:all 500ms;
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  z-index: 10;
}
.slide-wrap .first-scroll:after,
.slide-wrap .first-scroll:before{
  position:absolute;
  top:25px;
  left:-25px;
  width:50px;
  height:1px;
  content:"";
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.slide-wrap .first-scroll:before{
  left:9px; 
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.slide-wrap .first-text{
  text-align: center;
  position: absolute;
  width: 1em;
  height: 100%;
  line-height: 1;
  top:0;
  /* bottom:0; */
  left: 50%;
  text-align: center;
  margin:auto;
  color:#fff;
  z-index: 10;
  font-family: 'ipa-mincho';
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-left:  -0.5em;
}

    
/*
    ABOUT HISTORY
*/
.history-box{
  position: relative;
  width: 840px;
  margin: 0 auto;
}
.history-box:after{
  content:"";
  background: #802221;
  width: 1px;
  height: 100%;
  position: absolute;
  top:0;
  left:50%;
}

.history-box li{ 
  margin-bottom: 100px;
  position: relative;
  width: 360px;
  transition: all 500ms;

}

.history-box li:before{
      content:"";
      width: 40px;
      height: 1px;
      background: #802221;
      position: absolute;
      top:11px;
}    
.history-box li.left {
  margin-left: 0;
  text-align: right;
  width: 400px;
  padding-right: 20px;
  transform: translateX(-100px);
  opacity: 0;
}

.history-box li.left.show {
  margin-left: 0;
  text-align: right;
  width: 400px;
  padding-right: 20px;
  transform: translateX(0px);
  opacity: 1;
}
.history-box li.right {
  margin-left: 400px;
  padding-left: 40px;
  text-align: left;
  transform: translateX(100px);
  opacity: 0;
}

.history-box li.right.show {
  margin-left: 400px;
  padding-left: 40px;
  text-align: left;
  transform: translateX(0px);
  opacity: 1;
}


.history-box li.left:before{left: 400px;}
.history-box li.right:before{left: 0px;}

.history-detail{}
.history-box li.left .history-detail .h-date{
  margin-right:10px;
}
.history-box li.right .history-detail .h-date{
  margin-left:10px;
}
.history-detail .h-date{
  font-size: 120%;
  margin-bottom: 20px;
}


.history-detail .h-detail-box{
  
}

.history-detail .photo{
  margin-bottom: 20px;
  width: 391px;        
}
  .history-detail .photo img{
      width: 100%;
      height: auto;
  }


/* MENU */
.menu-list{
  padding: 20px;
  box-sizing: border-box;
}
.menu-list ul{
  display: flex;
  flex-wrap: wrap;
}
.menu-list ul li{
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
  box-sizing: border-box;
  width: 100%;
  flex-wrap: wrap;
}
.menu-list ul li:nth-child(even){
flex-flow: row-reverse nowrap;
}
.menu-list ul li .menu-photo{
  width: 50%;
  overflow: hidden;
  margin: 0 50px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  border:solid 1px #000000;
 
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 120%;
  text-align: center;
  position: relative;
}
.menu-list ul li .menu-photo img{
  width:100%;
  height:auto;
}
.menu-01-contents.menu-set-menu .menu-list ul li .menu-photo{

}

.menu-list ul li .menu-photo span{
position: relative;
z-index: 1;
}

.menu-list ul li:nth-child(even) .menu-photo{
  margin: 0 0 0 50px;
}

.menu-list ul li dl{
  width: 39%;
}
.menu-list ul li dl dt{
  font-size: 140%;
  margin-bottom: 10px;
  color: #3b1c04;
  display:inline-block;
  border-bottom: solid 1px #d33d29;
  padding-bottom:10px;
}
.menu-list ul li dl dt span{
  font-size: 80%;
  display: inline-block;
  margin: 0 0 0 10px;
}
.menu-list ul li dl dd{}

/*  ABOUT */

.shop-slider li img{
  width: 100%;
  height: auto;
  transform: scale(0.9);
}


.shop-slider li.slick-center img{
  transform: scale(1);
}


    .store-info {
        position: fixed;
        top: 0;
        right: 0;
        background: #6669;
        padding: 10px;
        box-sizing: border-box;
        height: 92px;
        z-index: 10;
    }
.store-info .hour{display:flex;margin-bottom:10px;color: #fff;}
.store-info .hour i{
width:30px;
height:auto;
}
.store-info .hour p{
  font-size: 14px;
}
.store-info .hour p span{
display: block;
}
.store-info .tel{
  color:#000;

}
.store-info .tel a{
font-size: 16px;
font-weight:bold;
letter-spacing: 0.1em;
}
.store-info .tel a span{
font-size: 11px;
display: inline-block;
margin-right: 10px;
letter-spacing: 0;
}
.pc-flex{
  display: flex;
  margin-bottom: 100px;
  /* justify-content: space-between; */
  align-items: center;
}
.pc-flex .photo{

}
.pc-flex .photo img{

}

}/*end query*/
@media screen and (max-width: 767px) {


  .slide-wrap .first-scroll{
    display: none;
    position:absolute;
    bottom: -30%;
    left:50%;
    width:50px;
    height:50px;
    margin:0 0 0 -25px;
    color:#fff;
    transition:all 500ms;
    transform:translateY(-200px);
    -webkit-transform:translateY(-200px);
    z-index: 10;
  }
  .slide-wrap .first-scroll:after,
  .slide-wrap .first-scroll:before{
    position:absolute;
    top:25px;
    left: -10px;
    width: 40px;
    height:1px;
    content:"";
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .slide-wrap .first-scroll:before{
    left: 17px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .slide-wrap .first-scroll.show{
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity: 1;
  }
  .slide-wrap .first-scroll.show{
    -webkit-animation: arrow_anime 2s linear infinite;
    -moz-animation: arrow_anime 2s linear infinite;
    -o-animation: arrow_anime 2s linear infinite;
    animation: arrow_anime 2s linear infinite;
  }
  
  
  .slide-wrap .first-text{
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 1;
  top: 130px;
  /* bottom:0; */
  left: 0;
  text-align: center;
  margin:auto;
  color:#fff;
  z-index: 10;
  font-family: 'ipa-mincho';
  font-size: 18px;
  letter-spacing: 0.2em;
  }

  .slide-wrap .video-wrap{
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.slide-wrap .video-wrap .pc-movie{

}

.slide-wrap .video-wrap .video-cover{
  
    background: rgba(0,0,0,0.2);  
  
  background: rgba(0,0,0,0.2);  
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;

}
.slide-wrap .video-wrap .pc-movie video{
  width: 100%;
  height: auto;

}
.slide-wrap .video-wrap:after{
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  position: absolute;
}





  .insta-wrap > a{
    width: 47%;
  }
  
.header-logo .logo-svg{
  fill:#fff;
  transition: all 200ms;
}

.black .header-logo .logo-svg,
.sub-page-header .header-logo .logo-svg{
  fill:#3a1c04;
}

.header-inner h1 img{
    width: 100%;
    height: auto;
    transition:all 200ms;
}
.header{
  padding: 10px 10px 5px;
  text-align: center;
  position: fixed;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.sub-page .header{
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
}
.header .logo img{
  width:50px;
}
.header .menu-trigger{
  overflow: hidden;
  position: absolute;
  top:25px;
  right: 10px;
  width:26px;
  height:26px;
  z-index: 100;
}
.header .menu-trigger span{
  position: absolute;
  right:0px;
  width:100%;
  height:2px;
  background:#000000;
  transition:all .3s linear;
  -webkit-transition:all .3s linear;
}
.header .menu-trigger:before,
.header .menu-trigger:after{
  content:'';
  position: absolute;
  right:0px;
  width:100%;
  height:2px;
  background:#000000;
  transition:all .3s linear;
  -webkit-transition:all .3s linear;
}

.header .menu-trigger:before{
  top:6px;
}
.header .menu-trigger:after{
  top:12px;
}
.menu-show .header .menu-trigger{
  z-index:5001;
}
.menu-show .header .menu-trigger span{
  background:#FFF;
  transform:rotate(45deg) translate(7px,10px);
  -webkit-transform:rotate(45deg) translate(7px,10px);
}
.menu-show .header .menu-trigger:before{
  background:#FFF;
  transform:translate(-100%);
  -webkit-transform:translate(-100%);
}
.menu-show .header .menu-trigger:after{
  background:#FFF;
  transform:rotate(-45deg) translate(-2px,-1px);
  -webkit-transform:rotate(-45deg) translate(-2px,-1px);
}
.header .gnav{
  opacity:0;
  position: fixed;
  top: 0;
  left: 0;
  padding:80px 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index:-1;
  transition:all .3s linear;
  -webkit-transition:all .3s linear;
  transform:translateY(-100%);
}
.menu-show .header .gnav{
  z-index: 5000;
  opacity:1;
  transform:translateY(0%);
}
.header .gnav a{
  display:inline-block;
  padding:5px 0;
  color:#FFF;
  font-size:16px;
  font-weight:normal;
  text-decoration: none;
}
.header .gnav a .jp{
  display:none;
}
.header.black,
.header.sub-page-header{

}
.header h1{
  width:50px;
}
.header h1 img{
  width:100%;
  height:auto;
}
.header.black .menu-trigger span,
.header.black .menu-trigger:before,
.header.black .menu-trigger:after{

}

.menu-show .header.sub-page-header .menu-trigger span,
.menu-show .header.sub-page-header .menu-trigger:before,
.menu-show .header.sub-page-header .menu-trigger:after,
.menu-show .header.black .menu-trigger span,
.menu-show .header.black .menu-trigger:before,
.menu-show .header.black .menu-trigger:after{
  background:#fff;
}
.header .gnav ul {
  text-align: center;
  font-family: 'ipa-mincho'; 

 }
.header .gnav ul li {
  width: 1em;
  display: inline-block;
  margin-right: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  letter-spacing: 0.2em;
}

.first-wrap{
  position:absolute;
  width:100%;
  height:100%;
  text-align: center;
  top:0;
  left:0;
  z-index: 3;
  opacity: 1;
  transition: all 1000ms;
  background: #fff;
  }
  .fadeout-wrap{
    z-index: -1;
    opacity: 0;
  }
  
  .first-wrap .logo{
    width: 180px;
    height: 180px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
  }
  .first-wrap .logo svg{
    width: 100%;
    height: auto;
  }
  
  .slide-wrap{
  position: relative;
  opacity: 0;
  transition: all 1000ms;
  overflow: hidden;
  }
  .fadein-wrap{
    z-index: 0;
    opacity: 1;
  }
  .slide-wrap .logo{
    position: absolute;
    z-index: 10;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    text-align: center;
  
  }
  .third-wrap{
  
  }

  .top-contents{
    position: relative;
    background: #fff;
    z-index: 1;
    /* padding-left: 80px; */
  }
  
  .pc{display:none;}
  .imgMax{width:100%!important; height:auto !important;}
  
  
  body{
    width:100%;
    overflow-x:hidden;
    letter-spacing:0.2px;
  }
  
  .wrapper{
    position:relative;
    width:100%;
    overflow:hidden;
  }
  
  
  
  .inner {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    position:relative;
  }
  
  
  
  .header {
    /* display: none; */
   }
  .header.fixed{
  }
  
  
  
  
  /**********
  TOP 
  ***********/
  #image-bloc{
    position: relative;
    padding-top: 105px;
  }
  #image-bloc img{
      opacity:0;
    transition:all 500ms 500ms;
    transform:scale(1.5);
  }
  .pace-done #image-bloc img{
    opacity:1;
    transform:scale(1);
  }
  .catch-area{
    position: absolute;
    top:40%;
    width: 70%;
    margin: 0 auto;
    left:10%;
  }
  .catch-area h1{
    font-family: 'Courgette', cursive;
    font-weight: bold;
    color:#fff;
    font-size: 30px;
    transform:translateY(-300px);
    -webkit-transform:translateY(-300px);
    opacity:0;
  }
  .catch-area h2{
    color:#fff;
    font-size: 18px;
    transform:translateX(-1000px);
    -webkit-transform:translateX(-1000px);
    opacity:0;
  }
  
  .pace-done .catch-area h1{
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
    transition:all 0.5s;
    opacity:1;
    text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
    letter-spacing: 0.1em;
  }
  .pace-done .catch-area h2{
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transition:all 1s 0.5s;
    opacity:1;
    text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
    letter-spacing: 0.1em;
  }
  .catch-area h2{
    color:#fff;
    font-size: 18px;
  }
  
  .news {
    min-height: 330px;
  }
  
  h2.h2-title{
    margin-bottom:20px;
  }
  .news-list li{
    overflow: hidden;
    /* padding-left: 15px; */
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .top-contents .news-list li{
    /* width:25%; */
  }
  .news-list li .thumb{margin-bottom: 10px;}
  .news-list li .thumb img{
    width:100%;
    vertical-align:bottom;
  }
  .news-list li .date{
    font-size: 90%;
    float: left;
    width: 7em;
    display: block;
  }
  .news-list li .title{
    margin-bottom:20px;
  
  
  }
  .head-line{
    margin-bottom:30px;
  }
  
  .head-line h1{
    font-family: 'Lora', serif;
         font-size: 30px;
         letter-spacing: 0.1em;
         color: #000000;
         text-align: center;
         position:relative;
  }
  
  .head-line h1:after{
    content:"";
    height: 10px;
    width: 10px;
    background: #000000;
    display: block;
    position:absolute;
    left:50%;
    top:50px;
    margin-left:-10px;
  }
  .head-line h1:before{
    content:"";
    height: 10px;
    width: 10px;
    background: #d6d6d6;
    display: block;
    position:absolute;
    left:50%;
    top:50px;
    margin-left:0px;
  }
  .head-line h2{
    font-size:11px;
    text-align:center;
    margin-top:30px;
  }

  
  /* TOP CONTENTS */
  .top-common{
    padding:30px 0 50px;
    
  }
  .top-common.news,.top-common.sns{
    /*background:rgba(255, 190, 0, 0.07);*/
  }
  .news-list {
    /* display:flex; */
    /* flex-wrap:wrap; */
    /* align-items: stretch; */
  }
  
  .top-common .inner{
    margin:0 auto;
  }
  
  
  .top .other-page-wrap{}
  .top .other-page-wrap{}
  
  .top-common .fb{
    width:280px;
    margin:0 auto;
    
  }
  .top-common .fb iframe{
    width: 100%;

  }
  .btn {
    display:block;
    border: 1px solid#f8f8f8;
    color:#fff;
    text-align:center;
    padding:10px;
    background:#f8f8f8;
    border-radius:30px;
    width: 200px;
    margin: 40px auto 40px;
    position: relative;
  }
  .btn:after{
    position: absolute;
    top: 0%;
    left: 80%;
    display: block;
    /* margin-top: -5px; */
    width: 10px;
    height: 10px;
    content: '\f105';
    font-family: FontAwesome;
    color: #fff;
    font-size: 28px;
    transition:all 0.5s;
  }
  .btn:hover{
    color:#fff;
  }
  .btn:hover:after{
    left:85%;
  
  }
  
  .more {
    display: block;
    width: 260px;
    background: #000;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color:#fff;
    height: 60px;
    line-height: 60px;
  }
  .more:hover{
    color:#fff;
    background: rgba(0,0,0,0.7);
  }
  .more span{
    display: block;
    position: absolute;
    width: 25px;
    margin: 0;
    background: #fff;
    height: 1px;
    -webkit-transition: all 0;
    transition: all 0;
    right: 25px;
    top: 29px;
  }
  .more span:before,
  .more span:after{
    content:"";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    top:0;
    }
  .more span:before{
    transform: rotate(45deg);
    left: 8px;
    top: -7px;
  }
    
  .more span:after{
    transform: rotate(-45deg);
    left: 8px;
    top: 7px;
  }
  
  .company-table th{
    width: 8em;
  }

    .company-table th,.company-table td{
    padding: 10px;
  }
  
  .top-content-wrap .first-contents-list{
    overflow:hidden;
  }
  .top-content-wrap .first-contents-list li{
    width:100%;
    overflow:hidden;
    text-align:center;
    
  }
  .top-content-wrap .first-contents-list li a{
    display:inline-block;
    position:relative;
    width: 100%;
  }
  
  .top-content-wrap .first-contents-list li a img{
    width:100%;
    height:auto;
  }
  
  .top-content-wrap .first-contents-list li a .titles{
    position:absolute;
    width: 150px;
    height: 150px;
    border:solid 2px #fff;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    color: #fff;
    box-sizing: border-box;
    padding: 54px 0 0 0;
  }
  .top-content-wrap .first-contents-list li a .titles h2{
      font-family: 'Heebo', sans-serif;
      font-size: 18px;
      letter-spacing: 0.1em;
  }
  .top-content-wrap .first-contents-list li a .titles p{
      font-size: 11px;
  }
  
  
  
  
  /*------------------------
    footer
  ------------------------*/
  
   .page-top{
     position:absolute;
     bottom:0%;
     width: 100%;
     background: rgba(255,255,255,0.9);
     margin: 0 auto;
     text-align: center;
     /* padding: 10px 0 10px; */
     z-index: 1;
     background: #000;
     color: #fff;
     left: 0;
   }  
  .page-top p{
  
  }
    
      
  .page-top a{
     display: inline-block;
      /* background: #C30D23; */
      width: 100%;
      /* padding: 23px 0; */
      color: #fff;
      font-size: 40px;
      text-align: center;
  }
      
  .footer {
    position: relative;
    padding-bottom: 80px;
      background: #fff;
  }
  .footer-inner{
    margin:0 auto;
    padding: 30px 30px 0;
  }
  .footer-inner ul{
    /*overflow:hidden;
    zoom:1;
    margin:20px 0 10px 0;
    float:left;*/
  }
  .footer-inner nav li{
    display: inline-block;
    /* width: 130px; */
    text-align: left;
    list-style: none;
    padding:0 10px;
  }
  .footer-inner nav li a{
    
  }
  .footer-inner nav{
    
  }
  .footer-inner .banner-area{
  overflow: hidden;
  clear: both;
  margin:30px 0;
  }
  .footer-inner .banner-area ul{
    overflow: hidden;
    text-align: center;
   
  }
  .footer-inner .detail{
    text-align: left;
  }
  .footer-inner .detail p{
    display:inline-block;
    vertical-align:top;
  }
  .footer-inner .detail .footer-logo{
    width: 160px;
      margin-left: 10px;
      padding: 0 14px;
      height: 70px;
      box-sizing: border-box;
      display: inline-block;
      text-align: center;
  /*    background: rgba(255,255,255,0.9);
      border-radius: 35px;*/
      line-height: 54px;
    
  }
  .footer-inner .detail .footer-logo img{
    width:100%;
    height:auto;
  }
  .copy p{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    /* color: #fff; */
    font-size:12px;
  }
  
  
  
  
  /********
  SUB PAGES
  ******/
  
  .catch-box{
    position: absolute;
  }
  
  .sub-contents{
    margin-bottom: 70px;
  }
  .sub-contents img{
    max-width:100%;
  }
  
  
  
  /*COMPANY*/
  
  
  
  .map iframe{
    width:100%!important;
    
  }
  .main-box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
}
.main-box .title-image img {
  width: 100%;
  height: auto;
  min-width: 100%;
  opacity:0;
  transition:all 1000ms 500ms;
 /* filter: saturate(10%); */
}
.main-box.show .title-image img {
  opacity: 0.1;
}
.main-box .title{
  font-family: 'ipa-mincho';
    text-align: center;
    padding: 0;
    font-size: 40px;
    color: #d33d29;
    opacity: 0;
    transition: all 500ms 500ms;
    transform: translateY(-50px);
    height: 0px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    letter-spacing: 0.2em;
  }
.main-box.show .title{
  opacity:1;
  transform:translateY(0px);
  
}
.main-box .title:before,.main-box .title:after{
  content:"-";
  display:inline-block;
  padding:0 10px;
}
.main-box.show .title-image{
  position: fixed;
  width: 1000px;
  height: auto;
  top: -200px;
  right: -100px;
}

.sub-header-title{
  margin-bottom: 30px;
}
.sub-header-title h1{
  font-family: 'Lora', serif;
       font-size: 30px;
       letter-spacing: 0.1em;
       color: #000000;
       text-align: center;
       position:relative;
}

.sub-header-title h1:after{
  content:"";
  height: 10px;
  width: 10px;
  background: #000000;
  display: block;
  position:absolute;
  left:50%;
  top:50px;
  margin-left:-10px;
}
.sub-header-title h1:before{
  content:"";
  height: 10px;
  width: 10px;
  background: #d6d6d6;
  display: block;
  position:absolute;
  left:50%;
  top:50px;
  margin-left:0px;
}
.sub-header-title h2{
  font-size:11px;
  text-align:center;
  margin-top:30px;
}


/* HISTORY   */
.history-box{
        position: relative;
    }
    .history-box:after{
        content:"";
        background: #802221;
        width: 1px;
        height: 100%;
        position: absolute;
        top:0;
        left:1%;
    }

    .history-box li{ 
        margin-bottom: 100px;
        position: relative;
        width: 90%;
    }
    .history-box li:before{
            content:"";
            width: 15px;
            height: 1px;
            background: #802221;
            position: absolute;
            top:11px;
    }    
    


    .history-detail{}
    .h-detail-box {

    }
    .history-detail .h-date{
        font-size: 120%;
        margin-bottom: 20px;
        padding-left: 20px;
    }


    .history-detail .h-detail-box{
                -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
        padding-left: 20px;
        width: 100%;
        text-wrap:normal;
    }
    .history-detail .photo{
        margin-bottom: 20px;
        
    }
  /*CONTACT*/
  
  .contact .sub-contents.left-title .inner {
    padding: 0 5%;
  }
  .contact-catch{
      font-size: 30px;
      font-family: 'Noto Serif', serif;
      text-align: center;
      margin-bottom: 30px;
      width: 500px;
      margin: 0 auto 30px;
      border: solid 4px #f8f8f8;
      padding: 20px 0;
      letter-spacing: 0.1em;
      color: #2C3162;
  }
  
  .main-box .title{

  }
  .main-box .title span{
    display: inline-block;
  }
  .main-box .title span:after{
    content:"";
    background: #fff;
    width:100%;
    height:2px;
    display:block;
    margin:0 auto 20px;
    transform: scaleX(0);
    transition:all 500ms 500ms;
  
  }
  .pace-done .main-box .title span:after{
    opacity:1;
    transform: scaleX(1);
    
  }
  
  .main-box .sub{
    font-size:10px;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    position:relative;
    color: #fff;
    letter-spacing: 0.1em;
  }  
    
  .main-box .sub:after{
    
  }
  
  .n-table {
    overflow: hidden;
    width: 90%;
    margin:0 5%;
  }
  
.n-table dt{
  border-bottom: solid 1px #ccc;
  padding-bottom:15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.n-table dd{
  border-bottom: solid 1px #ccc;
  padding-bottom:15px;
  margin-bottom: 15px;

}
  .n-table th{
    padding: 15px;
    width: 30%;
    margin-bottom: 15px;
    vertical-align: top;
    font-weight: normal;
  }
  .n-table tr{
    border-bottom: solid 1px #f8f8f8;
  
  }
  .n-table td{
    padding: 15px;
    vertical-align: top;
    color:#6b6a6a;
  
  }
  .n-table.price-table dt{
    width: 40em;
  }
  .n-table.price-table dd{
    padding-left: 41em;
  }
  .mini-inner {
    width: 100%;
    margin: 0 auto;
  }
  .contact-box {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  
  .contact-box p {
  }
  .contact-box dl{
    margin-bottom: 80px;
  }
  .contact-box dt{
    float: left;
    width: 100px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 110px;
  }
  .contact-box dt img{
    width: 100%;
    height: auto;
  }
  .contact-box dd{
    padding-left: 110px;
      padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 110px;
    line-height: 110px;
  
  }
  .p-contents {
    width: 100%;
    margin: 0 auto 60px;border-bottom: solid 1px #ccc;padding-bottom: 30px;line-height: 2;font-size: 120%;}
  .p-catch {
    font-size: 24px;
    /*font-weight: bold;*/
    color:#C30D23;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .p-txt {
  
  }
  
  
  .access-inner {
    margin: 0 auto;
    min-height: 100%;
  }
  
  /*NEWS PAGE*/
  .news-list{
    margin:5%;
  }

  img{
    width: 100%;
  }
    
  
  #mapArea{
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }
  
  .access-detail{
    padding: 20px;
    /* display: flex; */
    background: #f3f6fd;
    width: 81%;
    margin: -50px auto 30px;
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    position: relative;
  }
  .access-detail .office{
    width: 100%;
    margin: 0 auto 20px;
    padding: 15px;
    border: solid 1px #2f325f;
    position: relative;
    background: #f3f6fd;
    box-sizing: border-box;
  }
  .access-detail .office:before{
    content:"";
    position: absolute;
    left: -10px;
    top: 10px;
    height: calc( 100% - 20px);
    width: calc( 100% + 20px);
    background: #f3f6fd;
  }  
  .access-detail .office:after{
    content:"";
    position: absolute;
    top: -10px;
    left: 10px;
    width: calc( 100% - 20px);
    height: calc( 100% + 20px);
    background: #f3f6fd;
  }  
  .access-detail .office h2{
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Noto Serif', serif;
    letter-spacing: 0.1em;
  }
  .access-detail .office p{
      text-align: center;
  }
  .access-detail .office h2,
  .access-detail .office p{
    position: relative;
    z-index: 2;
  }
  


.history-detail .photo img{
  width:100%;
}


/* MENU */
.menu-list{
  padding: 20px;
  box-sizing: border-box;
}
.menu-list ul{
  display: flex;
  flex-wrap: wrap;
}
.menu-list ul li{
  /* display: flex; */
  /* align-items: center; */
  margin: 0 0 50px 0;
  box-sizing: border-box;
  width: 100%;
  /* flex-wrap: wrap; */
}
.menu-list ul li:nth-child(even){
flex-flow: row-reverse nowrap;
}
.menu-list ul li .menu-photo{
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
  box-sizing: border-box;
  /* display: flex; */
  /* flex-direction: row; */
  border:solid 1px #000000;
  color: #fff;
  /* align-items: center; */
  /* justify-content: center; */
  font-size: 120%;
  padding: 0;
  text-align: center;
  position: relative;
}
.menu-list ul li .menu-photo img{
  width: 100%;
  height:auto;
}
.menu-01-contents.menu-set-menu .menu-list ul li .menu-photo{

}

.menu-list ul li .menu-photo span{
position: relative;
z-index: 1;
}


.menu-list ul li dl{
  width: 100%;
}
.menu-list ul li dl dt{
  font-size: 140%;
  margin-bottom: 10px;
  color: #3b1c04;
  display:inline-block;
  border-bottom: solid 1px #d33d29;
  padding-bottom:10px;
}
.menu-list ul li dl dt span{
  font-size: 80%;
  display: inline-block;
  margin: 0 0 0 10px;
}
.menu-list ul li dl dd{}

/*  ABOUT */

.shop-slider li img{
  width: 100%;
  height: auto;
  transform: scale(0.9);
}


.shop-slider li.slick-center img{
  transform: scale(1);
}


.link-btn{
  display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto 30px;
    padding: 30px;
    background: #d33d29;
    color: #fff;
    font-weight: bold;
    position: relative;
    transition: all 300ms;
    clear: both;
    box-sizing: border-box;
}

.link-btn:hover:after{
	 right:20px;
}
.link-btn:hover:before{
	 right:18px;
}
.link-btn:before,
.link-btn:after{
	 transition:all 300ms;
}
.link-btn:after{
  content:"";
  position: absolute;
  width: 20px;
  height: 20px;
  right:30px;
  top:50%;
  margin-top:-10px;
  border-top:solid 1px #fff;
  border-left:solid 1px #fff;
  transform: rotate(135deg);
}

.link-btn:before{
  content:"";
  position: absolute;
  width: 30px;
  height: 1px;
  background:#fff;
  right:28px;
  top:50%;
}


.store-info{
  position: fixed;
  bottom: 0;
  left: 0;
  background: #302e2b;
  padding: 10px;
  box-sizing:border-box;
  height: 90px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.store-info .hour{display:flex;margin-bottom:10px;color: #fff;justify-content: center;}
.store-info .hour i{
width:30px;
height:auto;
}
.store-info .hour p{
  font-size: 14px;
}
.store-info .hour p span{
display: inline-block;
margin-right: 10px;
}
.store-info .tel{

}
.store-info .tel a{
font-size: 16px;
font-weight:bold;
letter-spacing: 0.1em;
}
.store-info .tel a span{
font-size: 11px;
display: inline-block;
margin-right: 10px;
letter-spacing: 0;
}


.menu-table th,
.menu-table td{
  padding: 10px;
}

.menu-table td{
  white-space: nowrap;
}

.greeting-wrap{
}
.greeting-wrap .greeting-txt{
 
  box-sizing:border-box;
  margin-bottom: 20px;
}
.greeting-wrap .greeting-txt img{
  max-width:100%;
}
.greeting-wrap .greeting-autor{
  width:60%;
  margin: 0 auto;
  text-align:center;
}
.greeting-wrap .greeting-autor .photo{
margin-bottom:20px;
}
.greeting-wrap .greeting-autor .photo img{
  width:100%;
}
.greeting-wrap .greeting-autor .autor-text{}
    
.pc-flex{
  
}
.pc-flex .photo{
  margin-bottom: 10px;
}
.pc-flex .photo img{
 max-width: 100%;
 height: auto;
}

}/* media query*/

/* アクセスバナースタイル */
.top-access-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 32px;
  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.top-access-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-color: #c0c0c0;
}

.banner-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 3px 10px rgba(139, 69, 19, 0.3);
}

.banner-content {
  flex: 1;
  min-width: 0;
}

.banner-title {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}

.banner-text {
  margin: 0;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.03em;
}

.banner-arrow {
  flex-shrink: 0;
  font-size: 24px;
  color: #999;
  transition: transform 0.3s ease;
}

.top-access-banner:hover .banner-arrow {
  transform: translateX(4px);
  color: #8B4513;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .top-access-banner {
    padding: 20px 24px;
    gap: 16px;
  }
  
  .banner-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  
  .banner-title {
    font-size: 16px;
  }
  
  .banner-text {
    font-size: 13px;
  }
  
  .banner-arrow {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .top-access-banner {
    padding: 16px 20px;
    gap: 12px;
  }
  
  .banner-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  
  .banner-title {
    font-size: 15px;
  }
  
  .banner-text {
    font-size: 12px;
  }
}

#checkBox1 {
  display: none;
}


/* アクセスバナー */
.top-access-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
  width: 600px;
  margin: 0 auto 40px;
}

.top-access-banner:hover {
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); */
  transform: translateY(-2px);
}

.top-access-banner img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.top-access-banner span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  flex: 1;
}

/* タブレット */
@media (max-width: 768px) {
  .top-access-banner {
    gap: 15px;
    padding: 15px;
  }
  
  .top-access-banner img {
    width: 100px;
    height: 100px;
  }
  
  .top-access-banner span {
    font-size: 14px;
  }
}

/* スマホ */
@media (max-width: 480px) {
  .top-access-banner {
    gap: 12px;
    padding: 12px;
    width: 86%;
  }
  
  .top-access-banner img {
    width: 80px;
    height: 80px;
  }
  
  .top-access-banner span {
    font-size: 13px;
  }
}
.tel-text{
  color: #fff;
}