@charset "UTF-8";
/*
Theme Name:2602 Shin Group
Author:Shin Group
*/
@import url('https://fonts.googleapis.com/css?family=Rokkitt|Oswald&display=swap');
/* set */
body{
  font:12pt/1.6 a-otf-gothic-bbb-pr6n,YuGothic,'Yu Gothic','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,'Meiryo UI','ＭＳ Ｐゴシック', sans-serif;
  -ms-font-feature-settings:"normal";
  line-height:1.8;
  letter-spacing:.08rem;
  font-weight: 400;
  font-style: normal;
}
.min{
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -ms-font-feature-settings:"normal";
}

/* font-size */
.fs5{font-size:.5rem;}
.fs8{font-size:.8rem;}
.fs10{font-size:1rem;}
.fs12{font-size:1.2rem;}
.fs14{font-size:1.4rem;}
.fs16{font-size:1.6rem;}
.fs18{font-size:1.8rem;}
.fs20{font-size:2rem;}
.fs20{font-size:2rem;}
.fs30{font-size:3rem;}
.fs40{font-size:4rem;}
.fs40{font-size:4rem;}

/* align */
.al{text-align:left !important;}
.ar{text-align:right !important;}
.ac{text-align:center !important;}

/* google map */
.map{
  height:0;
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
}
.map iframe{
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
}

/* table */
.table{
  display:table;
  border-collapse:collapse;
  table-layout:fixed;
}
.table .caption{
  display:table-caption;
  width:100%;
}
.table > dl{
  display:table-row;
}
.table > dl > dt,
.table > dl > dd{
  display:table-cell;
}
.table > dl > dd ul{
  padding-left:1em;
  margin:0;
}
@media screen and (max-width:1023px){
  /* table */
  .table{
    display:block;
    border-collapse:inherit;
    table-layout:inherit;
  }
  .table .caption{
    display:block;
  }
  .table > dl{
    display:block;
    width:100%;
  }
  .table > dl > dt,
  .table > dl > dd{
    display:block;
    width:100%;
  }
  .table > dl > dd ul{}
}

/* list */
.nstyl{
  list-style-type:none;
  margin:0;
  padding:0;
}

img{
  vertical-align:bottom;
}

/* flex */
.flex{
  display:flex;
  flex-wrap:wrap;
}
.flex.row{
  flex-direction:row;
}
.flex.column{
  flex-direction:column;
  align-items:flex-start;
  flex-wrap:nowrap;
}

/* vh */
.vh1{height:10vh;}
.vh2{height:20vh;}
.vh3{height:30vh;}
.vh4{height:40vh;}
.vh5{height:50vh;}
.vh6{height:60vh;}
.vh7{height:70vh;}
.vh8{height:80vh;}
.vh9{height:90vh;}
.vh10{height:100vh;}

/* padding */
.pt1{padding-top:.5rem !important;}
.pt2{padding-top:1rem !important;}
.pt3{padding-top:1.5rem !important;}
.pt4{padding-top:2rem !important;}
.pt5{padding-top:2.5rem !important;}
.pt6{padding-top:3rem !important;}
.pt7{padding-top:4rem !important;}
.pt8{padding-top:5rem !important;}
.pt9{padding-top:6rem !important;}
.pt10{padding-top:7rem !important;}

.pb1{padding-bottom:.5rem !important;}
.pb2{padding-bottom:1rem !important;}
.pb3{padding-bottom:1.5rem !important;}
.pb4{padding-bottom:2rem !important;}
.pb5{padding-bottom:2.5rem !important;}
.pb6{padding-bottom:3rem !important;}
.pb7{padding-bottom:4rem !important;}
.pb8{padding-bottom:5rem !important;}
.pb9{padding-bottom:6rem !important;}
.pb10{padding-bottom:7rem !important;}

/* margin */
.mt0{margin-top:0 !important;}
.mt1{margin-top:.5rem !important;}
.mt2{margin-top:1rem !important;}
.mt3{margin-top:1.5rem !important;}
.mt4{margin-top:2rem !important;}
.mt5{margin-top:2.5rem !important;}
.mt6{margin-top:3rem !important;}
.mt7{margin-top:4rem !important;}
.mt8{margin-top:5rem !important;}
.mt9{margin-top:6rem !important;}
.mt10{margin-top:7rem !important;}

.mb0{margin-bottom:0 !important;}
.mb1{margin-bottom:.5rem !important;}
.mb2{margin-bottom:1rem !important;}
.mb3{margin-bottom:1.5rem !important;}
.mb4{margin-bottom:2rem !important;}
.mb5{margin-bottom:2.5rem !important;}
.mb6{margin-bottom:3rem !important;}
.mb7{margin-bottom:4rem !important;}
.mb8{margin-bottom:5rem !important;}
.mb9{margin-bottom:6rem !important;}
.mb10{margin-bottom:7rem !important;}

.mbv1{margin-bottom:10vh !important;}
.mbv2{margin-bottom:20vh !important;}
.mbv3{margin-bottom:30vh !important;}
.mbv4{margin-bottom:40vh !important;}
.mbv5{margin-bottom:50vh !important;}
.mbv6{margin-bottom:60vh !important;}
.mbv7{margin-bottom:70vh !important;}
.mbv8{margin-bottom:80vh !important;}
.mbv9{margin-bottom:90vh !important;}
.mbv10{margin-bottom:100vh !important;}

/* animation */
.ovHdn{
  overflow:hidden;
}
.anime{
  opacity:0;
  transition:all .4s;
}
.anime.motion01{
  transform:translateY(40px);
}
.anime.motion02{
  transform:translateY(-40px);
}
.anime.motion03{
  transform:translateX(40px);
}
.anime.motion04{
  transform:translateX(-40px);
}
.anime.motion05{
  transform:translateZ(40px);
}
.anime.motion06{
  transform:translateZ(-40px);
}
.anime.motion01.start,
.anime.motion02.start,
.anime.motion03.start,
.anime.motion04.start,
.anime.motion05.start,
.anime.motion06.start{
  opacity:1;
  transform:translate3d(0,0,0);
}
.anime.delay01{
  transition-delay:.1s;
}
.anime.delay02{
  transition-delay:.2s;
}
.anime.delay03{
  transition-delay:.3s;
}
.anime.delay04{
  transition-delay:.4s;
}
.anime.delay05{
  transition-delay:.5s;
}
.anime.delay06{
  -webkit-transition-delay:.6s;
  transition-delay:.6s;
}
.anime.delay07{
  -webkit-transition-delay:.7s;
  transition-delay:.7s;
}
.anime.delay08{
  -webkit-transition-delay:.8s;
  transition-delay:.8s;
}
.anime.delay09{
  -webkit-transition-delay:.9s;
  transition-delay:.9s;
}
.anime.delay10{
  -webkit-transition-delay:.10s;
  transition-delay:1s;
}

/*link effect*/
.link-jly{}
.link-jly:hover{
  cursor:pointer;
  animation:jelly 0.5s;
}
@keyframes jelly{
  0%,
  100%{
  transform:scale(1, 1);
  }
  25%{
  transform:scale(0.9, 1.1);
  }
  50%{
  transform:scale(1.1, 0.9);
  }
  75%{
  transform:scale(0.95, 1.05);
  }
}

/*font*/
.eng{
  font-family:'Oswald', a-otf-ryumin-pr6n, serif;
}
#global-nav .mn-cll a .eng{
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

/* button */
button,
input[type="submit"]{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding:0;
  border:none;
  outline:none;
  background:transparent;
}
.bt-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content:center;
  position:relative;
  z-index:20;
  width:100%;
}
.bt{
  display:inline-block;
  height:41px;
  line-height:41px;
  text-align:center;
  font-size:1rem;
  color:rgba(203,173,108,1);
  text-decoration:none;
  position:relative;
  overflow:hidden;
  transition:all .4s;
  border:solid 2px rgba(203,173,108,1);
  margin: 0 auto;
  padding:0;
  font-weight: 900;
}
.bt::before{
  content:'';
  z-index:-1;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color:rgba(203,173,108,1);
  transform-origin:center right;
  transform:scaleX(0);
  transition:transform 0.4s ease-in-out;
}

/* sp esc */
@media screen and (min-width:769px){
  a[href^="tel:"]{
    color:rgba(35, 24, 21, 1);
    pointer-events:none;
  }
  .pc{display:block;}
  .sp{display:none;}
  .bt:hover{
    color:#fff;
    text-decoration:none;
  }
  .bt:hover::before{
    transform-origin:center left;
    transform:scaleX(1);
  }
}
@media screen and (max-width:768px){
  .pc{display:none;}
  .sp{display:block;}
}

.l-arrow{
  display:inline-block;
  -webkit-transform:scale(.6,1.4);
  transform:scale(.6,1.4);
}
.d-arrow{
  display:inline-block;
  -webkit-transform:scale(.4,.4);
  transform:scale(.4,.4);
}

/* list(no-style) */
.nStl{
  list-style-type:none;
  padding:0;
}

/* anchor */
.anchor{
  display:block;
  padding-top:84px !important;
  margin-top:-84px !important;
}

/*header*/
#top-logo{
  display:block;
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  transition:all .4s;
  color:#333;
}
#mobile-head,
#commonLogo{
  align-items: center;
}
@media screen and (max-width:1280px){
  #top-head .menu{
    margin-right:1rem !important;
  }
}
@media screen and (min-width:1024px){
  #top-head{
    position:fixed;
    -webkit-transform:translateZ(0);
    transition:all .4s ease-in;
    transform:translate(0,0);
    height:60px;
    background-color:transparent;
    z-index:300;
    top:0;
    left:0;
    width:100vw;
  }
  #top-head.fixed,
  #top-head.kumuhd{
    transition:all .4s ease-in;
    transform:translate(0,0);
    background-color:#fff;
  }
  .inner{
    position:static;
    z-index:300;
    width:100%;
    max-width: 1230px;
    margin:0 auto;
    padding: 0 1rem;
    justify-content:space-between;
  }
  #mobile-head,
  #commonLogo{
    height:60px;
    font-weight: 400;
  }
  #top-logo{
    color:#fff;
  }
  #top-logo:hover{
    transition: all .3s;
    text-decoration: none;
    color: rgba(203,173,108,1);
  }

  /*globalnavi*/
  #global-nav{
    align-items: center;
  }
  
  /*main menu*/
  #global-nav .mn-cll{
    position: relative;
    margin-left: 2.75rem;
    line-height: 1;
  }

  #global-nav .mn-cll a{
    color:#fff;
    font-size: 1.125rem;
  }
  #global-nav .mn-cll a:hover{
    transition: all .3s;
    text-decoration: none;
    color: rgba(203,173,108,1);
  }
  
  .mn-cll .sub-menu{
    position: absolute;
    top: 40px;
    left: -1rem;
    margin: 0;
    padding: 0;
  }
  .mn-cll .sub-menu li{
    overflow: hidden;
    width: 272px;
    height: 0;
    transition: all .3s;
  }
  #global-nav .mn-cll .sub-menu li a{
    display: block;
    padding: 0 1rem;
    line-height: 3;
    font-size: .875rem;
    background: rgba(0,0,0,.7);
  }
  .mn-cll:hover .sub-menu li{
    overflow: visible;
    height: 2.625rem;
  }

  /*sns*/
  #global-nav .sns{
    margin-left: 1.125rem;
    align-items: center;
  }
  #global-nav .sns-cll{
    margin-left: 1.25rem;
    line-height: 1;
  }
  #global-nav .sns-link{
    opacity: 1;
    transition: all .4s;
  }
  #global-nav .sns-link:hover{
    opacity: .6;
  }
  #global-nav .fb{}
  #global-nav .twt{}
  #global-nav .ins{}

  /*fixed*/
  .fixed #top-logo,
  .fixed #global-nav .mn-cll > a,
  .kumuhd #top-logo,
  .kumuhd #global-nav .mn-cll > a{
    color: #333;
  }
  .fixed #top-logo:hover,
  .fixed #global-nav .mn-cll a:hover,
  .kumuhd #top-logo:hover,
  .kumuhd #global-nav .mn-cll a:hover{
    color: rgba(203,173,108,1);
  }
  .fixed #global-nav .sns img,
  .kumuhd #global-nav .sns img{
    filter: brightness(20%)
  }
}
@media screen and (max-width:1023px){
  #mobile-head{
    width:100%;
    height:42px;
    background:rgba(255, 255, 255, 1);
    z-index:300;
    opacity:1;
    top:0;
    -webkit-transition:all .4s !important;
    transition:all .4s !important;
    position:fixed;
    -webkit-transform:translateZ(0);
  }
  #top-logo{
    margin-left: 1rem;
  }
  #global-nav{
    position:fixed;
    -webkit-transform:translateZ(0);
    transform:translate(0,-100vh) scale(1,1);
    z-index:200;
    background:rgba(255,255,255,.9);
    width:100vw;
    height:100vh;
    margin:0;
    top:0;
    left:0;
    padding:54px 1rem 50px;
    flex-wrap:nowrap;
    transition:.4s ease-in-out;
    opacity:0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .menu{
    width:100% !important;
    margin: 0 auto 2rem;
  }
  #top-head .menu > li{
    width:100% !important;
    margin-bottom:0;
  }
  #top-head .menu > li > a{
    width:100% !important;
    font-size:1rem;
    position:relative;
    display:block;
    padding:0;
    margin:0 auto 1rem;
    text-decoration:none;
    color:#4d4d4d;
    text-align: center;
  }
  .sub-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sub-menu li{
    width: 50%;
  }
  .sub-menu a{
    display: block;
    color: #333;
    text-align: center;
    margin: 0 0 1rem;
    width: 100%;
    font-size: .75rem;
    letter-spacing: 0;
  }
  #global-nav .sns{
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }
  #global-nav .sns-cll{
    width: 36px;
    margin: 0 1rem;
    text-align: center;
  }
  #global-nav .sns-link{
    width: 36px;
    height: 36px;
    display: block;
  }
  #global-nav .fb{}
  #global-nav .twt{}
  #global-nav .ins{}
  #global-nav .sns-icon{
    width: auto;
    height: 100%;
    filter: brightness(20%)
  }

  /* Toggle Button */
  #nav-toggle{
    right:1rem;
    top:0;
    display:block;
    position:absolute;
    cursor:pointer;
    z-index:300;
    width:43px;
    height:42px;
    transition:all .4s;
    background:#fff;
  }
  #nav-toggle div{
    width:24px;
    height:24px;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
  }
  #nav-toggle span{
    display:block;
    position:absolute;
    height:3px;
    width:100%;
    background:rgba(51,51,51,1);
    left:0;
    transition:.3s ease-in-out;
  }
  #nav-toggle span:nth-child(1){
    top:0;
  }
  #nav-toggle span:nth-child(2){
    top:10px;
  }
  #nav-toggle span:nth-child(3){
    top:20px;
  }
  .open #nav-toggle span:nth-child(1){
    top:10px;
    transform:rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2){
    width:0;
    left:50%;
    opacity:0;
  }
  .open #nav-toggle span:nth-child(3){
    top:10px;
    transform:rotate(-315deg);
  }
  .open #global-nav{
    /* #global-nav top + #mobile-head height */
    transform:translate(0,0) scale(1,1);
    opacity:1;
    width:100vw;
    height:100vh;
  }
}


/* content */
#body{}
#wrapper{
  position: relative;
  background-color: rgba(35,24,21,1);
  width:100%;
  margin:0 auto;
}
#wrapper::before{
  position:fixed;
  -webkit-transform:translateZ(0);
  content:'';
  background-size:cover;
  z-index:-1;
  width:100%;
  height:100%;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
  display:block;
}
#content_wap{
  position:relative;
  z-index:40;
  width:100%;
}
.main-sbhd{
  text-align:center;
  font-size:1.375rem;
  margin-bottom:4rem;
  line-height:1.25;
  color:rgba(53, 51, 49, 1);
}
.large-sbhd{
  text-align:left;
  margin-bottom:2rem;
  width:100%;
  line-height:1.375;
  font-weight:400;
}
.large-sbhd .eng{
  font-size:2rem;
  line-height:1.25;
  color:#686460;
}
.large-sbhd .jpn{
  font-size:1rem;
  color:rgba(161,0,0,1);
  display:block;
}
.middle-sbhd{
  text-align:left;
  line-height:1.8;
  font-size:1rem;
  padding-bottom:2rem;
  margin-bottom:2rem;
  position:relative;
}
.middle-sbhd::before{
  content:'';
  display:block;
  width:2rem;
  height:3px;
  background:rgba(166, 128, 81, 1);
  position:absolute;
  bottom:0;
  left:0;
  margin:0;
}
.middle-sbhd.ac::before{
  right:0;
  left:0;
  margin:0 auto;
}
.caption{
  line-height:1;
  font-size:1.625rem;
  font-weight:400;
  letter-spacing:1px;
}
.l_title{
  position:relative;
  line-height:2;
  font-size:.875rem;
  margin-bottom:1rem;
  text-align:left;
  padding:1rem;
  font-weight:400;
  background:#663300;
  color:rgba(255, 255, 255, 1);
}
.l_title::before{
  content:"";
  position:absolute;
  top:100%;
  left:1.5rem;
  margin-left:-0.5rem;
  border:.5rem solid transparent;
  border-top:.5rem solid #663300;
}

.red-clr{}
.keiko-ln{}
@media screen and (min-width:769px){
  #wrapper::before{} 
}
@media screen and (max-width:768px){
  #wrapper::before{}
  br.pc{
    display:none;
  }

  /* contents */
  #contents{
    width:100%;
    padding:0;
  }
  
  .sub #contents #ConteBody{
    width:100%;
    margin:0;
  }
  .sub header{
    width:100%;
    height:auto;
  }
  .sub #main_img{
    width:100%;
    height:auto;
  }
  .sub #main_img img{
    width:100%;
    height:auto;
    padding:0;
  }
  #main_img #btn{
    display:none;
  }
  
  #body{
    margin:0;
    padding:0;
    font-size:1rem;
    line-height:1.5;
  }
}

/* more */
.more{
  position:relative;
  line-height:1;
  padding-right:2rem;
}
.more::before{
  content:'\BB';
  display:block;
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  bottom:0;
  margin:auto 0;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -0.25em;
  right: -0.25em;
  background-color: rgba(203,173,108,1);
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width:768px){
  .more:hover::after {
    transform: scaleX(1);
    transform-origin: center left;
    text-decoration: none;
  }
}

/* Billboard */
#billboard{
  overflow:hidden;
  position:relative;
  z-index:0;
  width:100vw;
  height:725px;
}

/* Gallery */
#glr-lyr{
  width: 1198px;
  height: 725px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#glr-lyr .grp-lg{
  position: absolute;
  bottom: 2rem;
  left: 0;
}
#glr-lyr .ctc-cpy{
  position: absolute;
  top: 98px;
  right: 0;
  left: 0;
  margin: 0 auto;
  writing-mode: vertical-rl;
  width: 48px;
  height: 342px;
  filter: drop-shadow(0 0 3px rgba(0,0,0,.8));
}
#glr-lyr .bt-stf{
  position: absolute;
  bottom: 2rem;
  right: 0;
  background-color:rgba(236,48,36,1);
  width: 198px;
  height: 198px;
  border-radius: 99px;
  color:#fff;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
#glr-lyr .bt-stf::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  display: block;
  border: solid 1px rgba(255,255,255,1);
  transition: all .4s;
  width: 174px;
  height: 174px;
  border-radius: 87px;
  z-index: 1;
}
#glr-lyr .bt-stf:hover{
  text-decoration: none;
  background-color:rgba(203,173,108,1)
}
.bt-stf .eng{
  font-size: 2.40125rem;
  line-height: 2.40125rem;
  height: 2.40125rem;
  margin-top: auto;
  margin-bottom: 0.625rem;
}
.bt-stf .stf-txt{
  font-size: 1.0625rem;
  line-height: 1.625rem;
  height: 4.875rem;
  margin-bottom: auto;
  text-align: center;
}

#gallery{
  position:fixed;
  -webkit-transform:translateZ(0);
  top:0;
  left:0;
  width:100%;
  height:725px;
  z-index:-100;
  margin:auto;
  overflow:hidden;
  background:rgba(0, 0, 0, 1);
}
#gallery .slide{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:100%;
  height:100%;
  opacity:0;
  animation:bgAnime 60s infinite;
  background-position:center;
  background-size:cover;
  transition:all;
  overflow:hidden;
}
#gallery .slide1{
  background-image:url(./images/img_slide02.jpg);
  animation-delay:0s;
  z-index:-40;
}
#gallery .slide2{
  background-image:url(./images/img_slide01.jpg);
  animation-delay:12s;
  z-index:-41;
}
#gallery .slide3{
  background-image:url(./images/img_slide06.jpg);
  animation-delay:24s;
  z-index:-42;
}
#gallery .slide4{
  background-image:url(./images/img_slide04.jpg);
  animation-delay:36s;
  z-index:-43;
}
#gallery .slide5{
  background-image:url(./images/img_slide05.jpg);
  animation-delay:48s;
  z-index:-44;
}

/*page title*/
.page-title{
  position: absolute;
  width: 100%;
  height: 4.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index:40;
  color: #fff;
  filter: drop-shadow(0 0 8px rgba(0,0,0,1))
}
.page-title span:nth-child(1){
  opacity: 0;
  animation:fdinAnime 1.4s ease-in-out 1s forwards;
  transform: translateX(40px);
  font-size: 2.5rem;
  line-height: 1;
  display: inline-block;
  margin: 0 auto .5rem;
  width: 100%;
  text-align: center;
}
.page-title span:nth-child(2){
  opacity: 0;
  animation:fdinAnime 2s ease-in-out 2.4s forwards;
  transform: translateX(40px);
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.page #gallery{
  height:100%;
  position:fixed;
  -webkit-transform:translateZ(0);
  z-index:auto;
}
.page #gallery::before{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(./images/img_slide02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .6;
}

@keyframes fdinAnime{
  0%{opacity:0;}
  100%{
    opacity:1;
    transform: translateX(0)
  }
}
@keyframes bgAnime{
  0%{opacity:0;}
  7%{
    opacity:.9;
    z-index:40;
  }
  18%{
    opacity:.9;
    z-index:40;
  }
  25%{
    opacity:0;
    z-index:-50;
  }
  100%{opacity:0;}
}

@media screen and (max-width:1280px){
  #glr-lyr{
    width: 100%;
  }
  #glr-lyr .grp-lg{
    bottom: 2rem;
    left: 2rem;
  }
  #glr-lyr .bt-stf{
    right: 2rem;
  }
  #gallery .slide1{background-image:url(./images/img_slide_pc02.jpg);}
  #gallery .slide2{background-image:url(./images/img_slide_pc01.jpg);}
  #gallery .slide3{background-image:url(./images/img_slide_pc06.jpg);}
  #gallery .slide4{background-image:url(./images/img_slide_pc04.jpg);}
  #gallery .slide5{background-image:url(./images/img_slide_pc05.jpg);}
}
@media screen and (min-width:769px){
  #billboard .bg-video{
    background-blend-mode:multiply; /* 乗算 */
/*    background-blend-mode:screen; スクリーン*/
  }
}
@media screen and (max-width:768px){
/* Billboard */
  #billboard{
    margin-top:0;
    height:90vh;
  }
  #glr-lyr{
    height: 100%;
  }
  #glr-lyr .grp-lg{
    bottom: 1rem;
    left: 1rem;
    max-width: 124px;
    max-height: 108px;
  }
  .grp-lg .lg-img{
    width: 100%;
    height: auto;
  }
  #glr-lyr .ctc-cpy{
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 326px;
  }
  .ctc-cpy .cpy-img{
    width: 100%;
    height: auto;
  }
  #glr-lyr .bt-stf{
    bottom: 1rem;
    right: 1rem;
    width: 124px;
    height: 124px;
    border-radius: 62px;
  }
  #glr-lyr .bt-stf::before{
    width: 116px;
    height: 116px;
    border-radius: 58px;
  }
  .bt-stf .eng{
    font-size: 1.5rem;
    line-height: 1;
    height: 1.5rem;
    margin-bottom: 0.625rem;
  }
  .bt-stf .stf-txt{
    font-size: .75rem;
    line-height: 1rem;
    height: 3.2rem;
  }

  #gallery .slide{
    background-size:100% auto;
    background-position:center 25%;
  }
  #gallery .slide1{background-image:url(./images/img_slide_sp02.jpg);}
  #gallery .slide2{background-image:url(./images/img_slide_sp01.jpg);}
  #gallery .slide3{background-image:url(./images/img_slide_sp06.jpg);}
  #gallery .slide4{background-image:url(./images/img_slide_sp04.jpg);}
  #gallery .slide5{background-image:url(./images/img_slide_sp05.jpg);}
  .page-title{
    height: 3.5rem;
    top: 2rem;
  }
  .page-title span:nth-child(1){
    font-size: 2rem;
    margin: 0 auto .5rem;
  }
  .page-title span:nth-child(2){
    font-size: 1rem;
    line-height: 1;
  }

  .page #gallery::before{
    background-image: url(./images/img_slide_sp02.jpg);
    background-position: center -100px;
  }
}

/*content*/
#content_wap{}
#content_wap .section{
  width:100%;
  position:relative;
  margin: 0 auto;
}

/*home*/
/*introduction*/
.section#intoro{
  color: #fff;
  background-color: rgba(35,24,21,.8);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section#intoro .caption{
  margin: 2.8125rem auto 1.125rem;
  padding-left: 1.5rem;
}
.section#intoro .itr-txt{
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 2.5rem;
}
.section#intoro .bt-wrap{
  margin-bottom: 2.5rem;
}
.section#intoro .bt{
  width: 356px;
}
@media screen and (max-width:768px){
  .section#intoro{
     padding: 0 1rem; 
  }
  .section#intoro .caption{
    margin-top: 1.125rem;
  }
}

/*sns*/
.section#sns{
  background-color: #fff;
  justify-content: center;
}
#sns .sctn-cll{}
#sns .sctn-cll:nth-child(2){
  margin: 0 21px;
}
#sns .sctn-cll .eng{
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  margin-top: 1.8125rem;
  margin-bottom: .75rem;
}

/*facebook*/
.fb-wrap{
  width: 450px;
}

/*twitter*/
.sctn-cll .twt-wrap{
  width: 333px;
  height: 500px;
  overflow-y: scroll;
  padding: 1rem;
  border: solid 1px #a6a6a6;
}

/*news*/
.sctn-cll .news-lst{
  width: 369px;
  height: 500px;
  padding: 24px 22px 0;
  border: solid 1px #a6a6a6;
}
.news-lst .nws-cll:not(:last-child){
  border-bottom: solid 1px rgba(163,163,163,1);
  margin-bottom: 1rem;
}
.sctn-cll .news-lst a:not(.more){
  display: block;
  padding: 0 .5rem 1rem;
  font-size: .875rem;
}
.sctn-cll .news-lst .more-wrap{
  text-align: right;
}
.sctn-cll .news-lst a.more{
  color: rgba(51,51,51,1);
  font-size: 1.125rem;
}
.news-lst .nws-tm{
  line-height: 1;
  color: rgba(102,102,102,1);
  margin-bottom: .625rem;
  display: block;
}
.news-lst .nws-ttl{
  line-height: 1;
  margin-bottom: 0;
  color: rgba(51,51,51,1);
}

/*Instagram*/
#sns .sctn-cll:nth-child(4){
  width: 1200px;
  overflow: hidden;
}
.ins-wrap{
  width: 100%;
  overflow-x: scroll;
}
@media screen and (max-width:1023px){
  #sns .sctn-cll:nth-child(2){
    margin: 0;
  }
  .section#sns{
    flex-direction: column;
    align-items: center;
  }
  /*facebook*/
  .fb-wrap{
    width: 100vw;
    overflow: scroll;
  }

  /*twitter*/
  .sctn-cll .twt-wrap{
    width: 100vw;
    overflow: scroll;
  }
  
  /*news*/
  .sctn-cll .news-lst{
    width: 100%;
  }
  /*Instagram*/
  #sns .sctn-cll:nth-child(4){
    width: 100%;
  }
}
@media screen and (max-width:768px){
  .sctn-cll{
    padding: 0 1rem;
  }
  .sns-icn-lst-sp{
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  }
  .sns-icn-lst-sp li{
  width: 32px;
  height: 32px;
  margin: 0 2rem;
  }
  .sns-icn-lst-sp a{
  display: block;
  width: 32px;
  height: 32px;
  }
  .sns-icn-lst-sp img{
  filter: brightness(-80%);
  width: 32px;
  height: auto;
  }
}

/*application*/
.session#app{
  justify-content: center;
  background: rgba(229,229,229,1);
  padding-bottom: 30px;
}
#app .eng{
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  margin-top: 1.8125rem;
  margin-bottom: 2rem;
  width: 100%;
}
#app .app-cll{
  width: 600px;
  padding: 10px 40px 0 120px;
}
#app .app-sbhd{
  color:rgba(161,139,80,1);
  font-size: 1.4375rem;
  line-height: 1.25;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
#app .app-sbhd span{
  display: block;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.75;
}
#app .app-lst{
  padding-left: 1.125rem;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.65;
}
#app .app-bt-wrap{
  width: 382px;
  justify-content: space-between;
}
#app .app-bt{
  display: block;
  width: 184px;
  height: 54px;
}
#app .app-bt img{
  width: auto;
  height: 54px;
}
#app .ap-ss{
  justify-content: space-around;
  width: 600px;
}
.ap-ss img{
  width: auto;
  height: 335px;
}
@media screen and (max-width:768px){
  .session#app{
    flex-direction: column;
    padding: 0 1rem;
  }
  #app .app-cll{
    width: 100%;
    margin-bottom: 2rem;
    padding: 10px 0 0;
  }
  #app .app-sbhd{
    font-size: 1.25rem;
  }
  #app .app-lst{
    padding-left: 1.125rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
  }
  #app .app-bt-wrap{
    width: 100%;
    justify-content: space-between;
  }
  #app .app-bt{
    max-width: 48%;
    max-height: 54px;
  }
  #app .app-bt img{
    width:100%;
    height: auto;
  }
  #app .ap-ss{
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    height: 80vh;
  }
  #app .ap-ss img{
    width: auto;
    height: 100%;
  }
  #app .ap-ss img:nth-child(2){
    margin: 0 1rem;
  }
}

/*store tab*/
.session#store{
  padding-top: 1.8125rem;
  background: rgba(255,255,255,1);
}
.session#store h1.eng{
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.tab-swct{
  display: none;
}
.tab-bt-list{
  width: 100%;
  height: 88px;
  justify-content: center;
  align-items: flex-end;
}
.tab-bt-wrap{
  margin: 0 .5rem;
}
.tab-bt{
  display: block;
  transition: all .3s;
  background-color:rgba(161,139,80,.3);
  width: 369px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  cursor : pointer;
  font-size: 1.875rem;
  color: rgba(128,128,128,1);
}
#store-tab01:checked ~ .tab-bt-list .tab-bt[for="store-tab01"],
#store-tab02:checked ~ .tab-bt-list .tab-bt[for="store-tab02"]{
  background-color:rgba(161,139,80,1);
  height: 88px;
  line-height: 88px;
  color: rgba(255,255,255,1);
}
.store-tabs .tab-cntnt{
  display: none;
  opacity: 0;
}
#store-tab01:checked ~ .store-tabs div.str-sapporo,
#store-tab02:checked ~ .store-tabs div.str-aomori{
  display: block;
  opacity: 1;
}
@media screen and (max-width:768px){
  tab-bt-list{
    width: 100%;
    flex-wrap: nowrap;
  }
  .tab-bt-wrap{
    width: 50%;
    margin: 0;
  }
  .tab-bt{
    width: 100%;
    font-size: 1rem;
  }
}

/*store*/
.store-cll{
  width: 100%;
  height: 670px;
  position: relative;
  z-index: 40;
  background-color: rgba(0,0,0,1);
  color: #fff;
}
.store-cll.cll06 {
  display: flex;
}
.store-cll .cll-info{
  width: 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-color: rgba(0,0,0,.7);
}
.store-cll .cll-info::before{
  display: block;
  content: '';
  width: 700px;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.store-cll.cll01 .cll-info::before{
  background-image: url(./images/home_store01.jpg)
}
.store-cll.cll02 .cll-info::before{
  background-image: url(./images/home_store02b.jpg)
}
.store-cll.cll04 .cll-info::before{
  background-image: url(./images/home_store04.jpg)
}
.store-cll.cll05 .cll-info::before{
  background-image: url(./images/home_store05.jpg)
}
.store-cll.cll06 .cll-info{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.store-cll.cll06 .cll-info::before{
  background-image: url(./images/home_store06_2.jpg)
}

.store-cll .cll-menu{
  width: 50%;
  height: 100%;
  position: absolute;
  background-size: auto 100%;
  background-color: rgba(217,217,217,1);
  background-repeat: no-repeat;

}
.store-cll.cll01 .cll-menu{
  background-image: url(./images/home_menu01.jpg)
}
.store-cll.cll02 .cll-menu{
  background-image: url(./images/home_menu02.jpg)
}
.store-cll.cll04 .cll-menu{
  background-image: url(./images/home_menu04.jpg)
}
.store-cll.cll05 .cll-menu{
  background-image: url(./images/home_menu01.jpg)
}

@media screen and (min-width:769px){
  .home .store-cll.cll01 .cll-menu,
  .home .store-cll.cll03 .cll-menu,
  .home .store-cll.cll05 .cll-menu,
  .home .store-cll.cll02 .cll-info,
  .home .store-cll.cll04 .cll-info{
    right:50%;
    background-position: right top;
  }
  .home .store-cll.cll02 .cll-info::before,
  .home .store-cll.cll04 .cll-info::before{
    right:0;
  }
  .home .store-cll.cll02 .cll-menu,  
  .home .store-cll.cll04 .cll-menu,
  .home .store-cll.cll01 .cll-info,
  .home .store-cll.cll03 .cll-info,
  .home .store-cll.cll05 .cll-info{
    left:50%;
    background-position: left top;
  }
  .home .store-cll.cll01 .cll-info::before,
  .home .store-cll.cll03 .cll-info::before,
  .home .store-cll.cll05 .cll-info::before{
    left: 0;
  }
}

/*store info*/
.str-logo{
  width: 454px;
  height: 72px;
  margin: 18px 136px 24px;
  text-align: center;
}
.cll01 .str-logo{
  margin-top: 40px;
}
.cll06 .str-logo{
  width: 100%;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
}
.str-tel,
.str-address,
.str-time,
.str-dyof,
.cll-info .bt-wrap{
  width: 454px;
  margin-right: 136px;
  margin-left: 136px;
}
.cll06 .str-tel,
.cll06 .str-address,
.cll06 .str-time,
.cll06 .str-dyof,
.cll06 .cll-info .bt-wrap{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.cll06 .kumu_info {
  border: solid 1px #8c8273;
  padding: 8px 16px;
  font-size: 14px;
  max-width: calc(100% - 32px);
  margin: 0 auto 16px;
}
.str-tel{
  font-size: 1.125rem;
}
.str-tel a{
  color: #fff;
  font-weight: 900;
}
.str-time .notes{
  font-size: 0;
  font-size: .75rem;
}
.str-address{
  margin-bottom: 0;
  font-size: .75rem;
}
.str-time{
  margin-bottom: 0;
  font-size: .75rem;
}
.cll06 .str-time{
  margin-bottom: 28px;
}
.str-dyof{
  margin-bottom: 28px;
  font-size: .75rem;
}
.cll-info .bt{
  width: 356px;
  height: 41px;
  line-height: 41px;
}
.str-logo-img{
  width: auto;
  height: 72px;
  object-fit: cover;
}
.cll06 .str-logo-img{
  height: 100%;
}
@media screen and (max-width:1280px){
  .str-logo{
    margin: 18px auto 24px;
  }
  .str-tel,
  .str-address,
  .str-time,
  .str-dyof,
  .cll-info .bt-wrap{
    margin-right: auto;
    margin-left: auto;
  }
}

/*menu*/
.menu-wrap{
  position: absolute;
  bottom: 316px;
  padding: 10px 24px;
  display: inline-block;
  background-color: rgba(0,0,0,.4);
}
@media screen and (min-width:769px){
  .store-cll.cll01 .menu-wrap,
  .store-cll.cll03 .menu-wrap,
  .store-cll.cll05 .menu-wrap{
    right: 14px;
  }
  .store-cll.cll02 .menu-wrap,
  .store-cll.cll04 .menu-wrap{
    left: 14px;
  }
}

.menu-wrap .eng{
  font-size: 1.125rem;
  color: rgba(203,173,108,1);
  margin-bottom: 10px;
  line-height: 1;
}
.menu-wrap .menu-info{}
.menu-info .menu-name{
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1;
}
.menu-info .menu-copy{
  font-size: .875rem;
  margin-bottom: 0;
  line-height: 1;
}

/*map*/
.cll-map{
  position: absolute;
  width: 50%;
  padding-bottom: 360px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 50% 0 0;
  filter: drop-shadow(8px 8px 8px rgba(0,0,0,.2));
}
.cll-map.home{
  position: absolute;
  width: 1200px;
  padding-bottom: 256px;
  right: 0;
  bottom: 43px;
  left: 0;
  margin: 0 auto;
  filter: drop-shadow(8px 8px 8px rgba(0,0,0,.2));
  background: rgba(213,213,213,.4);
 }
.cll06 .cll-map.home{
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  width: 50%;
  height: 670px;
  padding-bottom: 670px;
}
.cll-map.map iframe{
  filter: grayscale(90);
  width: 100%;
  max-width: 600px;
  left: auto;
  right: 0;
  transition: all .4s;
}
.cll-map.home.map iframe{
  max-width: 100%;
}
.cll-map.map iframe:hover{
  filter: grayscale(0);
}
@media screen and (min-width:1025px){
  /*google map*/
  .info-win{
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    padding: 1rem;
    border-radius: 4px;
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,.1));
    font-size: .875rem;
  }
  .info-win dt{
    font-weight: 900;
    line-height: 1;
    margin-bottom: .5rem;
  }
  .info-win dd:last-child{
    margin-bottom: 0;
    line-height: 1;
  }
}
@media screen and (max-width:1024px){
  .store-cll{
    width: 100%;
    height: 100%;
  }
  .store-cll.cll06 {
    flex-direction: column;
  }
  .store-cll .cll-info{
    position: static;
    width: 100%;
    padding-bottom: 2rem;
  }
  .store-cll .cll-info::before{
    width: 100%;
  }
  .str-logo{
    width: 100%;
    margin: 18px 0 24px;
    padding: 0 1rem;
  }
  .str-tel,
  .str-address,
  .str-time,
  .str-dyof,
  .cll-info .bt-wrap{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 1rem;
  }
  
  .cll06 .kumu_info br {
    display: none;
  }
  
  .str-dyof{
    margin-bottom: 28px;
  }
  .cll-info .bt{
    max-width: 100%;
  }
  .store-cll .cll-info::before{
    background-size: cover;
    background-color: #000
  }
  .store-cll.cll01 .cll-info::before{
    background-image: url(./images/home_store_sp01.jpg);
  }
  .store-cll.cll02 .cll-info::before{
    background-image: url(./images/home_store_sp02b.jpg);
  }
  .store-cll.cll04 .cll-info::before{
    background-image: url(./images/home_store_sp04.jpg);
  }
  .store-cll.cll05 .cll-info::before{
    background-image: url(./images/home_store_sp05.jpg);
  }
  .store-cll.cll06 .cll-info::before{
    background-image: url(./images/home_store_sp06_2.jpg);
  }
  .store-cll .cll-menu{
    position: static;
    width: 100%;
    height: 320px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-position: center top;
  }
  .store-cll.cll01 .cll-menu{
    background-image: url(./images/home_menu_sp01.jpg)
  }
  .store-cll.cll02 .cll-menu{
    background-image: url(./images/home_menu_sp02.jpg)
  }
  .store-cll.cll04 .cll-menu{
    background-image: url(./images/home_menu_sp04.jpg)
  }
  .store-cll.cll05 .cll-menu{
    background-image: url(./images/home_menu_sp01.jpg)
  }
  .menu-wrap{
    position: static;
  }
  .cll-map,
  .cll-map.home{
    width: 100%;
    max-width: 100%;
    bottom: 0;
    position: relative;
    padding-bottom: 320px;
  }
  .cll06 .cll-map.home{
    width: 100%;
    height: auto;
    padding-bottom: 256px;
  }
  .cll-map.map iframe{
    max-width: 100%;
  }
}

/*page*/
/*commitment*/
#commitment.section{
  background-color: #fff;
  align-items: center;
  padding: 4rem 0;
}
#commitment.section .caption{
  margin-bottom: 4rem;
  color:#333;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
#commitment.section .cmtmnt-cll{
  font-size: 1.25rem;
  margin-bottom: 8rem;
  color:#333;
  position: relative;
  width: 100%;
  max-width: 1200px;
}
#commitment.section .cmtmnt-cll::before{
  content: '';
  max-width: 600px;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto 0;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(2px 2px 8px rgba(0,0,0,.4));
  overflow: hidden;
}
#commitment.section .cmtmnt-cll .txt-wrap{
  width: 600px;
  padding: 0 2rem;
}
#commitment.section .cmtmnt-cll.chapter01{
  text-align: center;
  align-items: center;
}
#commitment.section .cmtmnt-cll.chapter02{
  align-items: flex-end;
  margin-bottom: 12rem;
}
#commitment.section .cmtmnt-cll.chapter02::before{
  background-size:cover;
  background-image: url(./images/img_commitment01.jpg);
  left: 0;
}
#commitment.section .cmtmnt-cll.chapter03{
  text-align: center;
  align-items: center;
}
#commitment.section .cmtmnt-cll.chapter04{
  height: 320px;
  align-items: flex-start;
}
#commitment.section .cmtmnt-cll.chapter04::before{
  background-size:contain;
  background-image: url(./images/img_commitment02.jpg);
  right: 0;
}
#commitment.section .cmtmnt-cll.chapter05{
  height: 320px;
  align-items: flex-end;
}
#commitment.section .cmtmnt-cll.chapter05::before{
  background-size:contain;
  background-image: url(./images/img_commitment03.jpg);
  left: 0;
}
#commitment.section .cmtmnt-cll.chapter06{
  height: 320px;
  align-items: flex-start;
}
#commitment.section .cmtmnt-cll.chapter06::before{
  background-size:contain;
  background-image: url(./images/img_commitment04.jpg);
  right: 0;
}
@media screen and (max-width:1280px){
  #commitment.section .cmtmnt-cll{
    max-width: 100%;
  }
  #commitment.section .cmtmnt-cll::before{}
  #commitment.section .cmtmnt-cll .txt-wrap{
    width: 45%;
  }
  #commitment.section .txt-wrap br.pc{
    display: none;
  }
}
@media screen and (max-width:768px){
  #commitment.section .caption{
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.5;
  }
  #commitment.section .cmtmnt-cll{
    height: auto !important;
    font-size: 1rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
    align-items: center;
  }
  #commitment.section .cmtmnt-cll::before{
    width: 100%;
    height: 240px;
    top:0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: 0 auto;
  }
  #commitment.section .cmtmnt-cll.chapter01{
    text-align: left;
  }
  #commitment.section .cmtmnt-cll.chapter02{
    margin-bottom: 4rem;
  }
  #commitment.section .cmtmnt-cll.chapter03{
    text-align: left;
  }
  #commitment.section .cmtmnt-cll .txt-wrap{
    margin-top: 260px;
    padding: 0;
    width: 100%;
  }
}

/*recruit*/
.page #recruit.section{
  background-color: #fff;
}
.page #recruit.section .rcrt-cll.chapter01{
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 4rem 0 2rem;
}
.rcrt-cll .cptr01-wrap{
  align-items: center;
  padding: 4rem 0 4rem 540px;
  max-width: 1200px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.rcrt-cll .cptr01-wrap::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 540px;
  max-width: 48%;
  height: 720px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url(./images/boss_img02.jpg);
}
.rcrt-cll.chapter01 .caption{
  font-size: 1.875rem !important;
  margin-bottom: 2rem;
}
.rcrt-cll.chapter01 .cptr01-cll{
  width: 600px;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.rcrt-cll.chapter01 .sign{
  font-size: 1.125rem;
}

/*Store list*/
.rcrt-cll.chapter02{
  background-color: #e5e5e5;
  width: 100%;
  align-items: center;
  padding: 2rem 0 4rem;
}
.rcrt-cll.chapter02 .caption{
  font-size: 1.875rem !important;
  margin-bottom: 2rem;
}
.rcrt-cll.chapter02 .str-lst{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.rcrt-cll.chapter02 .str-cll{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 2rem;
  padding: 1rem 1rem 1rem 6rem;
  position: relative;
  background-color: #fff;
}
.rcrt-cll.chapter02 .str-cll::before{
  content: '';
  display: block;
  width: 5rem;
  height: 4rem;
  background-image: url(./images/logo_shin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .5rem;
  margin: auto 0;
}
.rcrt-cll.chapter02 .str-name{
  width: 60%;
  text-align: left;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  line-height: 1;
  border-bottom: solid 1px rgba(51,51,51,.4);
}
.rcrt-cll.chapter02 .str-tel{
  width: 40%;
  text-align: right;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  font-weight: 900;
  line-height: 1;
  border-bottom: solid 1px rgba(51,51,51,.4);
}
.rcrt-cll.chapter02 .str-tel a{
  color:#333;
}
.rcrt-cll.chapter02 .str-indx{
  width: 100%;
}
.rcrt-cll.chapter02 .str-indx .str-address{
  margin: 0;
  width: 44%;
  font-size: .875rem;
  line-height: 1;
}
.rcrt-cll.chapter02 .str-indx .str-time{
  margin: 0;
  width: 28%;
  letter-spacing: 0;
  text-align: right;
  font-size: .875rem;
  line-height: 1;
}
.rcrt-cll.chapter02 .str-indx .str-dyof{
  margin: 0;
  width: 28%;
  text-align: right;
  font-size: .875rem;
  line-height: 1;
}
@media screen and (max-width:1280px){
  .rcrt-cll .cptr01-wrap{
    padding-left: 48%;
  }
  .rcrt-cll.chapter01 .cptr01-cll,
  .rcrt-cll.chapter01 .sign{
    padding: 0 2rem;
  }
  .rcrt-cll.chapter01 .cptr01-cll{
    width: 100%;
  }
}
@media screen and (max-width:768px){
  .rcrt-cll .cptr01-wrap{
    padding-left: 0;
    padding-bottom: 256px;
  }
  .rcrt-cll .cptr01-wrap::before{
    height: 240px;
    width: 100%;
    max-width: 100%;
    background-position: top;
    background-size: cover;
    top: auto;
    bottom: 0;
    margin: 0;
    background-image: url(./images/boss_img_sp02.jpg);
  }
  .rcrt-cll.chapter01 .cptr01-cll,
  .rcrt-cll.chapter01 .sign{
    padding: 0 1rem;
  }
  
  .rcrt-cll.chapter01 .caption{
    font-size: 1.25rem !important;
    line-height: 1.8;
    padding: 0;
  }
  .rcrt-cll.chapter02 .str-cll{
    margin: 0 auto 1rem;
    padding: 1rem 1rem 2rem;
    flex-direction: column;
  }
  .rcrt-cll.chapter02 .str-cll::before{
    opacity: .2;
    width: 5.5rem;
    height: 4.5rem;
    top: 1rem;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
  }
  .rcrt-cll.chapter02 .str-name{
    width: 100%;
    text-align: center;
    margin: 0 0 1rem;
    padding-bottom: 0;
    line-height: 4rem;
    border-bottom: solid 0 rgba(51,51,51,0);
  }
  .rcrt-cll.chapter02 .str-tel{
    width: 100%;
    text-align: center;
    margin: 0 0 1rem;
    padding-bottom: 0;
    border-bottom: solid 0 rgba(51,51,51,0);
  }
  .rcrt-cll.chapter02 .str-indx{
    flex-direction: column;
  }
  .rcrt-cll.chapter02 .str-indx .str-address{
    margin: 0 0 1rem;
    width: 100%;
  }
  .rcrt-cll.chapter02 .str-indx .str-time{
    margin: 0 0 1rem;
    width: 100%;
    letter-spacing: 1px;
    text-align: left;
  }
  .rcrt-cll.chapter02 .str-indx .str-dyof{
    width: 100%;
    text-align: left;
  }
}

/*news page*/
.page #news{
  align-items: center;
  width: 100%;
}
.page #news #post-header{
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.page #news #post-header::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(161,139,80,1);
}
.page #news #post-header h1{
  text-align: left;
  font-size: 1.5rem;
  padding-bottom: 0;
  color:rgba(161,139,80,1);
}
.page #news #post-header time{}
.page #news #post-body{
  max-width: 1200px;
  width: 100%;
  margin-bottom: 2rem;
}
.page #news #post-navi{
  width: 100% !important;
  max-width: 100% !important;
  background-color: #e5e5e5;
  padding: 1rem 0;
  justify-content: center;
}
.page #news #post-navi li{
  width: 50%;
  max-width: 600px;
  margin: 0;
}
.page #news #post-navi a{
  color: #333;
}
.page #news #post-navi .prev{
  text-align: right;
}
.page #news #post-navi .next{
  text-align: left;
}
@media screen and (max-width:768px){
  .page #news #post-header{
    padding: 0 1rem 1rem;
  }
  .page #news #post-body{
    padding: 0 1rem;
  }
  .page #news #post-navi{
    padding: 0 1rem;
  }
  .page #news #post-navi li{
    width: 100%;
  }
  .page #news #post-navi .prev{
    text-align: right;
    padding: .5rem 0 1rem;
  }
  .page #news #post-navi .next{
    text-align: left;
    padding: 1rem 0 .5rem;
  }
}

/*archive*/
#archive.section{
  align-items: center;
}
#archive.section .caption{
  margin-bottom: 2rem;
}
#archive.section .acv-lst{
  width: 100%;
  max-width: 1200px;
  margin-bottom: 4rem;
}
#archive.section .acv-cll{
  width: 100%;
  border-bottom: solid 1px rgba(163,163,163,1);
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  justify-content: space-between;
  align-items: center;
}
.acv-cll .acv-lnk{
  transition: all .3s;
}
.acv-cll .acv-lnk time{
  color: rgba(102,102,102,1);
  font-size: 1rem;
  line-height: 1;
  margin-right: 2rem;
}
.acv-cll .acv-lnk h2{
  color: rgba(51,51,51,1);
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}
.acv-cll .more{
  color: rgba(51,51,51,1);
  font-size: 1.125rem;
}
.tablenav{
  margin: 0 auto 2rem;
  justify-content: center;
}
.page-numbers{
  display: block;
  line-height: 2;
  margin: 0 .375rem;
  padding:0 .5rem;
  font-size: 1rem;
  color: #000;
  background: rgba(229,229,229,1);
  transition: all .3s;
}
.prev.page-numbers{}
.next.page-numbers{}
.page-numbers.current{
  background: rgba(163,163,163,1);
  color:#fff;
}
@media screen and (min-width:769px){
  .acv-cll .acv-lnk:hover{
    color:rgba(161,139,80,1);
    text-decoration: none;
  }
  a.page-numbers:hover{
    background: rgba(163,163,163,1);
    color: #fff;
    text-decoration: none;
  }
}
@media screen and (max-width:768px){
  #archive.section .acv-lst{
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .acv-cll .acv-lnk time{
    font-size: .875rem;
    line-height: 1.5;
    margin-right: 0;
  }
  .acv-cll .acv-lnk h2{
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  #archive.section .acv-cll{
    flex-direction: column;
    align-items: flex-end;
  }
  .acv-cll .more{
    font-size: 1rem;
  }
  .tablenav{}
  .page-numbers{
    display: none;  
  }
  .prev.page-numbers{
    display: block;
  }
  .next.page-numbers{
    display: block;
  }
  .page-numbers.current{
    display: block;
  }
}
.pageup{
  padding:2rem 1rem;
}

/*storeinfo*/
#storeinfo.section .caption{
  text-align: center;
  margin: 1rem auto 2rem;
}
#storeinfo.section .store-cll{
  height: 360px;
}
#storeinfo.section .cll-info{
  left: 50%;
}
#storeinfo.section .cll-info::before{
  background-size: 100% auto;
  background-position: center;
}
#storeinfo.section .store-cll.cll01 .cll-info,
#storeinfo.section .store-cll.cll02 .cll-info,
#storeinfo.section .store-cll.cll03 .cll-info,
#storeinfo.section .store-cll.cll04 .cll-info,
#storeinfo.section .store-cll.cll05 .cll-info{
  left:50%;
  right: auto;
  background-position: left top;
}
#storeinfo.section #map01,
#storeinfo.section #map02,
#storeinfo.section #map03,
#storeinfo.section #map04,
#storeinfo.section #map05{
  width: 50%;
  max-width: 600px;
  height: 360px;
  position: absolute;
  right:50%;
  top: 0;
  bottom: auto;
  margin: 0 0 0 auto;
}
@media screen and (max-width:1023px){  
  #storeinfo.section .store-cll{
    height: auto;
  }
  #storeinfo.section .store-cll.cll01 .cll-info,
  #storeinfo.section .store-cll.cll02 .cll-info,
  #storeinfo.section .store-cll.cll03 .cll-info,
  #storeinfo.section .store-cll.cll04 .cll-info,
  #storeinfo.section .store-cll.cll05 .cll-info{
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    left: auto !important;
  }
  #storeinfo.section .str-logo{
    width: 100%;
    margin: 18px 0 24px;
    padding: 0 1rem;
  }
  #storeinfo.section .str-tel,
  #storeinfo.section .str-address,
  #storeinfo.section .str-time,
  #storeinfo.section .str-dyof,
  #storeinfo.section .cll-info .bt-wrap{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 1rem;
  }
  #storeinfo.section #map01,
  #storeinfo.section #map02,
  #storeinfo.section #map03,
  #storeinfo.section #map04,
  #storeinfo.section #map05{
    position: relative !important;
    width: 100% !important;
    max-width: 100%;
    right:0;
    height: 300px;
  }
}

/*conversion banner*/
#ftcvs{
  position:fixed;
  -webkit-transform:translateZ(0);
  right:0;
  bottom:0;
  left:0;
  margin:0 auto;
  z-index:40;
  width:100%;
  transition:.4s;
  background:#fff;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:space-between;
}
#ftcvs .btn a{
  text-decoration:none;
  display:block;
  text-align:center;
  width:100%;
  line-height:1.375;
  position:relative;
}
#ftcvs .tel a{
  padding-top:.5rem;
  font-size:1.25rem;
  font-weight:900;
}
#ftcvs .tel a .read::before{
  content:'';
  background-image:url(./images/icon_tel.svg);
  background-size:100%;
  background-repeat:no-repeat;
  width:11px;
  height:11px;
  display:inline-block;
  margin-right:2px;
}
#ftcvs .rsb a{
  color:#fff;
  background:#a74f25;
  padding-right:1rem;
  padding-top:.75rem;
}
#ftcvs .rsb a::before{
  content:'';
  background-image:url(./images/icon_arrow.svg);
  background-size:100%;
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto 0;
}
#ftcvs .btn .read{
  display:block;
  font-weight:400;
}
@media screen and (min-width:769px){
  #ftcvs{
    display:none !important;
  }
}
@media screen and (max-width:768px){
  #ftcvs{
    display:none !important;
    height:52px;
    justify-content:space-between;
  }
  #ftcvs .tel{
    display:block;
    height:52px;
    width:54%;
  }
  #ftcvs .rsb{
    display:block;
    width:44%;
  }
  #ftcvs .rsb a{
    font-size:.8rem;
    letter-spacing:0;
  }
  #ftcvs .rsb a::before{
    width:10px;
    height:10px;
    right:.5rem;
  }
  #ftcvs .btn a{
    height:52px;
  }
  #ftcvs .btn .read{
    font-size:.625rem;
  }
  #ftcvs .tel a{
    color:#fff;
    padding-top:.5rem;
    background:#ec6c00;
    font-size:1.2475rem;
    letter-spacing:0;
    white-space:nowrap;
  }
}

/*footer*/
footer{
  position:relative;
  z-index:30;
  width:100%;
  margin:0 auto;
  padding:0;
  text-align: center;
  background-color: rgba(35,24,21,1);
}
footer .section#recruit{
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 1.875rem;
  position: relative;
  overflow: hidden;
  width: 1024px;
  margin: 0 auto;
}
footer .section#recruit .eng{
  line-height: 1;
  font-size: 1.875rem;
  margin: 0 auto 1.875rem;
}
footer .section#recruit .rcrt-txt{
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
}
footer .section#recruit .rcrt-txt:nth-child(3){
  margin-bottom: 2.5rem;  
}
footer .section#recruit .bt-wrap{
  margin-bottom: 2.5rem;
}
footer .section#recruit .bt{
  width: 356px;
}
footer .section#recruit .bss-img{
  width: 180px;
  height: 287px;
  position: absolute;
  bottom: 0;
  right: 7.5rem;
}
.bss-img .img{
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:1023px){
  footer .section#recruit{
    width: 100%;
  }
  footer .section#recruit .bt{
    max-width: 100%;
  }
}
@media screen and (max-width:768px){
  footer .section#recruit{
    padding: 1.875rem 1rem 0;
  }
  footer .section#recruit .rcrt-txt{
    max-width: 60%;
    font-size: .875rem;
    text-align: left;
  }
  footer .section#recruit .rcrt-txt:nth-child(2){
    margin-bottom: 1rem;
  }
  footer .section#recruit .bt{
    background: rgba(203,173,108,1);
    color: #fff;
  }
  footer .section#recruit .bss-img{
    right: 0rem;
  }
}

/*copyright*/
footer small{
  text-align:center;
  width:100%;
  height:54px;
  line-height:54px;
  display:block;
  background:#fff;
  letter-spacing:1px;
  font-size: .75reem;
}

/* totop */
#page-top.totop{
  position:fixed;
  -webkit-transform:translateZ(0);
  bottom:6rem;
  right:.5rem;
  z-index:100;
}
.totop .chevronUp{
  justify-content:center;
  align-content:center;
  width:36px;
  height:36px;
  padding:0;
  margin:0;
  border-radius:18px;
  opacity:.6;
  border:solid 1px rgba(255, 255, 255, 1);
  transition:all .6s;
  background:rgba(0, 0, 0, .4);
  align-items:center;
  justify-content:center;
}
.totop .chevronUp img{
  width:26px;
  height:14px;
  margin:0;
  padding:0;
  display:block;
}
@media screen and (min-width:769px){
  #page-top.totop{
    right:1rem;
  }
}

/* 高崎店 */
.section .kumu {
    width: 100%;
    margin: 16px 0;
  }
@media screen and (min-width:1025px) {
.section .kumu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.section .kumu__box {
    margin: 0 auto;
    width: 100%;
  }
.section .kumu__box:first-child {
    padding: 0 16px;
  }
@media screen and (min-width:1025px) {
  .section .kumu__box {
    width: 50%;
  }
}

.section .kumu__logo {
  width: 100%;
  margin: 18px auto 24px;
  text-align: center;
}
.section .kumu__logoimg {
  width: 200px;
  object-fit: contain;
}
.section .kumu__txtbox {
  width: 100%;
  border: #000 solid 1px;
  padding: 8px;
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  margin: 0 auto 16px;
}
.section .kumu__txtttl {
  text-align: center;
  margin: 8px 0 0 0;
  font-size: 14px;
}
.section .kumu__about {
  font-size: 12px;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .section .kumu__logo {
    width: 100%;
    max-width: 600px;
    margin-right: 0;
  }
  .section .kumu__logoimg {
    width: 220px;
    object-fit: contain;
  }
  .section .kumu__txtbox {
    width: 100%;
    max-width: 600px;
    margin: 0 0 0 auto;
  }
  .section .kumu__txtttl {
    text-align: center;
    margin: 8px 0 0 0;
  }
}
  
.section .kumu__ttl {
  text-align: center;
}
.section .kumu__tel{
  padding: 0 16px;
}
@media screen and (min-width:1025px) {
  .section .kumu__ttl {
    width: 454px;
    height: 72px;
    margin: 18px auto 24px;
  }
  .section .kumu__tel{
    font-size: 1.125rem;
    width: 454px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 16px;
  }
}
@media screen and (min-width:1280px) {
  .section .section .kumu__ttl {
    margin: 18px auto 24px 136px;
  }
  .section .kumu__tel{
    margin-left: 136px;
  }
}
.section .kumu__infoitem,
.section .kumu__infocont,
.section .kumu__add {
  width: 100%;
  font-size: .75rem;
  margin: 4px auto;
  padding: 0 16px;
}
@media screen and (min-width:1025px) {
  .section .kumu__infoitem,
  .section .kumu__infocont,
  .section .kumu__add {
    font-size: .75rem;
    width: 454px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
@media screen and (min-width:1280px) {
  .section .kumu__infoitem,
  .section .kumu__infocont,
  .section .kumu__add {
    margin-left: 136px;
  }
}

.section .kumu__add {
  margin-bottom: 28px;
}
.section .kumu__btn {
  width: 356px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:1025px) {
  .section .kumu__box .bt-wrap{  
    width: 454px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width:1280px) {
  .section .kumu__box .bt-wrap{  
    margin-left: 136px;
  }
}

/* kumu */
.page #billboard.kumu {
  padding-top: 60px;
  height: calc(100vh - 140px);
  background: white;
}
.page .kumu_logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .kumu_logo img {
  width: auto;
  height: 500px;
  object-fit: contain;
}
.page #gallery {
  height: calc(100vh - 140px);
  background: white;
}
.page #gallery.gallery_kumu::before {
  background-image: none;
}
.contents_kumu {
  overflow: hidden;
}
.contents_kumu .wp-block-columns,
.contents_kumu .wp-block-group {
  margin: 0 auto;
}
.contents_kumu .wp-block-columns {
  display: flex;
  justify-content: center;
  gap: 0;
}
.contents_kumu h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 20px;
}
.contents_kumu h2 span {
  font-family: "Oswald", a-otf-ryumin-pr6n, serif;
  color: #55b5e5;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}
.contents_kumu h3 {
  font-size: 2.5rem;
}
.contents_kumu h4 {
  font-size: 2rem;
}
.contents_kumu p {
  font-size: 1.25rem;
}
.contents_kumu strong {
  display: inline;
  background: linear-gradient(transparent 60%, #fe0 60%);
}
.contents_kumu .wp-block-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
}
.contents_kumu .wp-block-button .wp-block-button__link {
  width: 356px;
  text-decoration: none;
  font-size: 1.375rem;
  font-weight: 900;
  transition: all 0.4s;
  letter-spacing: 0;
}
.contents_kumu .wp-container-5,
.contents_kumu .wp-container-20 {
  gap: 60px;
}
.contents_kumu .wp-container-5 .wp-block-column,
.contents_kumu .wp-container-20 .wp-block-column {
  display: flex;
  width: 100%;
}
.contents_kumu .wp-container-5 .wp-block-column:first-child,
.contents_kumu .wp-container-20 .wp-block-column:first-child {
  justify-content: flex-end;
}
.contents_kumu .wp-container-5 .wp-block-column:first-child .wp-block-button__link,
.contents_kumu .wp-container-20 .wp-block-column:first-child .wp-block-button__link {
  position: relative;
  background-color: #55b5e5;
  padding-left: 60px;
}
.contents_kumu .wp-container-5 .wp-block-column:first-child .wp-block-button__link::before,
.contents_kumu .wp-container-20 .wp-block-column:first-child .wp-block-button__link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  z-index: 1;
  margin: auto 0;
  display: inline-block;
  content: "";
  background-image: url(./images/icon_tel01.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.contents_kumu .wp-container-5 .wp-block-column:last-child .wp-block-button__link,
.contents_kumu .wp-container-20 .wp-block-column:last-child .wp-block-button__link {
  background-color: #f18fbe;
}
.contents_kumu .wp-container-6 {
  width: 100%;
  padding: 60px 0;
  background-color: #ededed;
}
.contents_kumu .wp-container-6 .wp-block-group__inner-container {
  width: 96%;
  max-width: 1200px;
  padding: 60px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}
.contents_kumu .wp-container-6 .wp-block-group__inner-container h2 {
  margin-bottom: 20px;
}
.contents_kumu .wp-container-6 .wp-block-group__inner-container h3 {
  font-size: 3.5rem;
}
.contents_kumu .wp-container-6 .wp-block-group__inner-container h3 span:first-child {
  color: #55b5e5;
}
.contents_kumu .wp-container-6 .wp-block-group__inner-container h3 span:last-child {
  color: #f18fbe;
}
.contents_kumu .wp-container-6 .wp-block-group__inner-container p:last-child {
  margin-bottom: 0;
}
.contents_kumu .wp-container-7 .wp-block-group__inner-container {
  width: 96%;
  max-width: 1200px;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}
.contents_kumu .wp-container-7 .wp-block-group__inner-container h2 {
  margin-bottom: 40px;
}
.contents_kumu .wp-container-7 .wp-block-group__inner-container ul {
  list-style-type: none;
  display: flex;
  margin: 0 auto 40px;
  padding: 40px;
  background-color: #f18fbe;
  width: 100%;
  max-width: 960px;
  border-radius: 4px;
}
.contents_kumu .wp-container-7 .wp-block-group__inner-container li {
  width: 20%;
  color: #fff;
  text-align: center;
  padding: 120px 20px 0;
  background-repeat: no-repeat;
  background-position: center 0;
  line-height: 1.5;
  font-size: 1.125rem;
  white-space: nowrap;
  font-weight: 900;
}
.contents_kumu .wp-container-7 .wp-block-group__inner-container li:not(last-child) {
  border-right: dotted 1px #fff;
}
.contents_kumu .wp-container-7 .wp-block-group__inner-container li:nth-child(1) {
  background-image: url(./images/icon_content01.svg);
  background-size: 110px 110px;
}
.contents_kumu .wp-container-7 .wp-block-group__inner-container li:nth-child(2) {
  background-image: url(./images/icon_content02.svg);
  background-size: 110px 110px;
}
.contents_kumu .wp-container-7 .wp-block-group__inner-container li:nth-child(3) {
  padding: 108px 20px 0;
  background-image: url(./images/icon_content03.svg);
  background-size: 90px 100px;
}
.contents_kumu .wp-container-7 .wp-block-group__inner-container li:nth-child(4) {
  background-image: url(./images/icon_content04.svg);
  background-size: 90px 100px;
}
.contents_kumu .wp-container-7 .wp-block-group__inner-container li:nth-child(5) {
  background-image: url(./images/icon_content05.svg);
  background-size: 110px 110px;
}
.contents_kumu .wp-container-7 .wp-block-group__inner-container p {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.2;
}
.contents_kumu .wp-container-12 {
  width: 96%;
  max-width: 1200px;
  padding: 60px 0;
  z-index: -3;
}
.contents_kumu .wp-container-12 .wp-block-group__inner-container {
  width: 96%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}
.contents_kumu .wp-container-12 .wp-block-group__inner-container h2 {
  margin-bottom: 40px;
}
.contents_kumu .wp-container-12 .wp-block-group__inner-container h3 {
  font-size: 2.5rem;
}
.contents_kumu .wp-container-12 .wp-block-group__inner-container .wp-block-columns {
  gap: 32px;
  margin-bottom: 40px;
}
.contents_kumu .wp-container-12 .wp-block-group__inner-container .wp-block-column {
  position: relative;
  border-radius: 4px;
  padding: 40px 32px;
  overflow: hidden;
}
.contents_kumu .wp-container-12 .wp-block-group__inner-container .wp-block-column::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to right bottom, #d6edf6, #9dd2b3, #f3ef78, #cf9bc5, #b5e0ed, #79b7e5, #907db9, #8fd1dc);  
  animation: rotate 8s linear infinite;
  border-radius: 8px;
}
.contents_kumu .wp-container-12 .wp-block-group__inner-container .wp-block-column::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: white;
  border-radius: 4px;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.contents_kumu .wp-container-12 .wp-block-group__inner-container .wp-block-column h3 {
  font-size: 2rem;
  width: 100%;
  line-height: 1;
  margin-bottom: 0;
}
.contents_kumu .wp-container-12 .wp-block-group__inner-container .wp-block-column:first-child h3 {
  line-height: 1.25
}
.contents_kumu .wp-container-12 .wp-block-group__inner-container .wp-block-column p {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 0;
}
.contents_kumu .wp-container-12 .wp-block-group__inner-container .wp-block-column p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 40px;
  border-bottom: solid 2px #f18fbe;
}
.contents_kumu .wp-container-12 .wp-block-group__inner-container > p {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.2;
}
.contents_kumu .wp-container-14 {
  width: 100%;
  padding: 60px 0;
  background-color: #ededed;
}
.contents_kumu .wp-container-14 .wp-block-group__inner-container {
  width: 96%;
  max-width: 1200px;
  padding: 60px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.contents_kumu .wp-container-14 h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.contents_kumu .wp-container-14 h3 {
  font-size: 1.75rem;
  width: 300px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 1;
  border-bottom: solid 1px #ccc;
}
.contents_kumu .wp-container-14 h3::before {
  content: "■";
  color: #f18fbe;
}
.contents_kumu .wp-container-14 p {
  width: calc(100% - 400px);
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 1.75rem;
  border-bottom: solid 1px #ccc;
  font-size: 1.5rem;
  font-weight: 900;
}
.contents_kumu .wp-container-14 ul {
  width: calc(100% - 400px);
  list-style-type: none;
  margin-bottom: 40px;
  padding: 0 0 40px;
  border-bottom: solid 1px #ccc;
}
.contents_kumu .wp-container-14 li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5rem;
  border: solid 2px #ccc;
  border-radius: 1.75rem;
  padding: 16px 32px;
}
.contents_kumu .wp-container-14 li:not(:last-child) {
  margin-bottom: 50px;
}
.contents_kumu .wp-container-14 li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -32px;
  left: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  border-top: 6px solid #ccc;
  border-right: 6px solid #ccc;
  transform: rotate(135deg);
}
.contents_kumu .wp-container-14 li span {
  display: inline-block;
  width: 102px;
}
.contents_kumu .wp-container-14 .wp-container-13 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.contents_kumu .wp-container-14 .wp-container-13 .wp-block-group__inner-container {
  width: 100%;
  padding: 0;
}
.contents_kumu .wp-container-14 .wp-container-13 .wp-block-group__inner-container p {
  width: 100%;
  font-size: 1rem;
  border-bottom: 0;
  margin-bottom: 8px;
  padding-bottom: 0;
}
.contents_kumu .wp-container-14 .wp-container-13 .wp-block-group__inner-container p:last-child {
  font-size: 1.375rem
  margin-bottom: 0;
}
.contents_kumu .wp-container-15 {
  width: 100%;
  padding: 0;
  background-color: #ededed;
}
.contents_kumu .wp-container-15 .wp-block-group__inner-container {
  width: 96%;
  max-width: 1200px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.contents_kumu .wp-container-15 .wp-block-group__inner-container h2 {
  text-align: center;
  margin-bottom: 0;
}
.contents_kumu .wp-container-15 .wp-block-group__inner-container h3 {
  font-size: 1.5rem;
  width: 100%;
  max-width: 980px;
  margin: 40px auto 0;
  padding: 24px 60px 10px;
  background-color: #fff;
}
.contents_kumu .wp-container-15 .wp-block-group__inner-container h3::before {
  content: "Q";
  font-family: "Oswald", a-otf-ryumin-pr6n, serif;
  color: #55b5e5;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 8px;
}
.contents_kumu .wp-container-15 .wp-block-group__inner-container h4 {
  font-size: 1.375rem;
  line-height: 1.2;
  width: 100%;
  max-width: 980px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 60px 16px;
}
.contents_kumu .wp-container-15 .wp-block-group__inner-container p {
  width: 100%;
  max-width: 980px;
  background-color: #fff;
  margin: 0 auto;
  font-size: 1rem;
  padding: 0 60px 30px;
}
.contents_kumu .wp-container-24 {
  width: 100%;
  padding: 0 0 60px;
  background-color: #ededed;
}
.contents_kumu .wp-container-24 .wp-block-group__inner-container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.contents_kumu .wp-container-24 .wp-block-group__inner-container > p {
  margin-bottom: 40px;
  font-weight: 1.375rem;
  font-weight: 900;
}
.contents_kumu .wp-container-24 .wp-container-23 {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  gap: 32px;
}
.contents_kumu .wp-container-24 .wp-container-23 .wp-container-21 {
  position: relative;
  width: calc(50% - 16px);
  height: 0;
  padding-top: 320px;
  overflow: hidden;
}
.contents_kumu .wp-container-24 .wp-container-23 .wp-container-21 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.contents_kumu .wp-container-24 .wp-container-23 .wp-container-22 h4 {
  font-size: 1.25rem;
}
.contents_kumu .wp-container-24 .wp-container-23 .wp-container-22 h4::before {
  content: "■";
  color: #f18fbe;
}
.contents_kumu .wp-container-24 .wp-container-23 .wp-container-22 p {
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .wp-container-5 .wp-block-button a.wp-block-button__link[href^="tel:"],
.wp-container-20 .wp-block-button a.wp-block-button__link[href^="tel:"] {
    color: white;
    pointer-events: auto;
  }
  .wp-container-5 .wp-block-button:first-child .wp-block-button__link:hover,
.wp-container-20 .wp-block-button:first-child .wp-block-button__link:hover {
    background-color: #445b66;
  }
  .wp-container-5 .wp-block-button:last-child .wp-block-button__link:hover,
.wp-container-20 .wp-block-button:last-child .wp-block-button__link:hover {
    background-color: #73666C;
  }
}
@media screen and (max-width: 1052px) {
  .contents_kumu .wp-container-14 h3 {
    width: 100%;
    margin-bottom: 40px;
    border: 0;
  }
  .contents_kumu .wp-container-14 p {
    width: 100%;
    border: 0;
  }
  .contents_kumu .wp-container-14 ul {
    width: 100%;
    border: 0;
  }
}
@media screen and (max-width: 768px) {
  .page #billboard.kumu {
    height: 320px;
  }
  .page .kumu_logo img {
    height: 240px;
  }
  .page #gallery {
    height: 320px;
  }

  .contents_kumu h2 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  .contents_kumu h2 span {
    font-size: 1.375rem;
  }
  .contents_kumu h3 {
    font-size: 2rem;
  }
  .contents_kumu h4 {
    font-size: 1.75rem;
  }
  .contents_kumu p {
    font-size: 0.875rem;
  }
  .contents_kumu .wp-block-button {
    height: 60px;
    width: 100%;
    text-align: center;
  }
  .contents_kumu .wp-block-button .wp-block-button__link {
    max-width: 356px;
    width: 100%;
    margin: 0 auto;
  }
  .contents_kumu .wp-container-5,
.contents_kumu .wp-container-20 {
    padding-bottom: 40px;
    gap: 20px;
  }
  .contents_kumu .wp-container-5 .wp-block-column,
.contents_kumu .wp-container-20 .wp-block-column {
    width: 100%;
  }
  .contents_kumu .wp-container-5 .wp-block-column .wp-block-buttons,
.contents_kumu .wp-container-5 .wp-block-column .wp-block-button,
.contents_kumu .wp-container-20 .wp-block-column .wp-block-buttons,
.contents_kumu .wp-container-20 .wp-block-column .wp-block-button {
    width: 100%;
  }
  .contents_kumu .wp-container-5 .wp-block-column:first-child,
.contents_kumu .wp-container-20 .wp-block-column:first-child {
    justify-content: flex-end;
  }
  .contents_kumu .wp-container-5 .wp-block-column:first-child .wp-block-button__link,
.contents_kumu .wp-container-20 .wp-block-column:first-child .wp-block-button__link {
    padding-left: 52px;
  }
  .contents_kumu .wp-container-5 .wp-block-column:first-child .wp-block-button__link::before,
.contents_kumu .wp-container-20 .wp-block-column:first-child .wp-block-button__link::before {
    left: 32px;
  }
  .contents_kumu .wp-container-6 {
    width: 100%;
    padding: 40px 0;
  }
  .contents_kumu .wp-container-6 .wp-block-group__inner-container {
    padding: 40px 0;
  }
  .contents_kumu .wp-container-6 .wp-block-group__inner-container h2 {
    margin-bottom: 20px;
  }
  .contents_kumu .wp-container-6 .wp-block-group__inner-container h3 {
    font-size: 2rem;
  }
  .contents_kumu .wp-container-7 .wp-block-group__inner-container {
    padding: 40px 0;
  }
  .contents_kumu .wp-container-7 .wp-block-group__inner-container h2 {
    margin-bottom: 40px;
  }
  .contents_kumu .wp-container-7 .wp-block-group__inner-container ul {
    display: flex;
    flex-direction: column;
    margin: 0 auto 40px;
    padding: 20px;
    max-width: 300px;
  }
  .contents_kumu .wp-container-7 .wp-block-group__inner-container li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100px;
    text-align: left;
    padding: 0 0 0 124px;
    line-height: 1.5;
    font-size: 1.125rem;
  }
  .contents_kumu .wp-container-7 .wp-block-group__inner-container li:not(last-child) {
    border-right: 0;
    border-bottom: dotted 1px #fff;
    background-position: 20px center;
  }
  .contents_kumu .wp-container-7 .wp-block-group__inner-container li:nth-child(1) {
    background-size: 90px 90px;
  }
  .contents_kumu .wp-container-7 .wp-block-group__inner-container li:nth-child(2) {
    background-size: 90px 90px;
  }
  .contents_kumu .wp-container-7 .wp-block-group__inner-container li:nth-child(3) {
    padding: 20px 0 20px 124px;
    background-size: 70px 80px;
  }
  .contents_kumu .wp-container-7 .wp-block-group__inner-container li:nth-child(4) {
    background-size: 70px 80px;
  }
  .contents_kumu .wp-container-7 .wp-block-group__inner-container li:nth-child(5) {
    background-size: 90px 90px;
  }
  .contents_kumu .wp-container-7 .wp-block-group__inner-container p {
    font-size: 1.375rem;
    line-height: 1.2;
  }
  .contents_kumu .wp-container-12 {
    padding: 40px 0;
  }
  .contents_kumu .wp-container-12 .wp-block-group__inner-container h2 {
    margin-bottom: 40px;
  }
  .contents_kumu .wp-container-12 .wp-block-group__inner-container h3 {
    font-size: 2rem;
  }
  .contents_kumu .wp-container-12 .wp-block-group__inner-container .wp-block-columns {
    gap: 32px;
    margin-bottom: 40px;
    max-width: 300px;
  }
  .contents_kumu .wp-container-12 .wp-block-group__inner-container .wp-block-column h3 {
    font-size: 1.75rem;
  }
  .contents_kumu .wp-container-12 .wp-block-group__inner-container > p {
    font-size: 1.375rem;
  }
  .contents_kumu .wp-container-14 {
    padding: 40px 0;
  }
  .contents_kumu .wp-container-14 .wp-block-group__inner-container {
    padding: 40px;
  }
  .contents_kumu .wp-container-14 h2 {
    margin-bottom: 40px;
  }
  .contents_kumu .wp-container-14 h3 {
    font-size: 1.375rem;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .contents_kumu .wp-container-14 p {
    margin-bottom: 40px;
    padding-bottom: 40px;
    line-height: 1.375rem;
    font-size: 1.25rem;
  }
  .contents_kumu .wp-container-14 ul {
    margin-bottom: 40px;
    padding: 0;
  }
  .contents_kumu .wp-container-14 li {
    font-size: 1.25rem;
    line-height: 1.25rem;
    border-radius: 1.375rem;
  }
  .contents_kumu .wp-container-14 li:not(:last-child) {
    margin-bottom: 50px;
  }
  .contents_kumu .wp-container-14 li:not(:last-child)::before {
    bottom: -32px;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    border-top: 6px solid #ccc;
    border-right: 6px solid #ccc;
  }
  .contents_kumu .wp-container-14 li span {
    margin-right: 30px;
  }
  .contents_kumu .wp-container-14 .wp-container-13 .wp-block-group__inner-container p {
    font-size: 0.875rem;
  }
  .contents_kumu .wp-container-14 .wp-container-13 .wp-block-group__inner-container p:last-child {
    font-size: 1.125rem;
  }
  .contents_kumu .wp-container-15 .wp-block-group__inner-container {
    padding: 40px;
  }
  .contents_kumu .wp-container-15 .wp-block-group__inner-container h3 {
    font-size: 1.25rem;
    margin: 40px auto 0;
    padding: 24px 40px 10px;
    background-color: #fff;
  }
  .contents_kumu .wp-container-15 .wp-block-group__inner-container h3::before {
    font-size: 1.25rem;
    margin-right: 8px;
  }
  .contents_kumu .wp-container-15 .wp-block-group__inner-container h4 {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 0 40px 16px;
  }
  .contents_kumu .wp-container-15 .wp-block-group__inner-container p {
    padding: 0 40px 30px;
  }
  .contents_kumu .wp-container-24 {
    padding: 0 0 40px;
  }
  .contents_kumu .wp-container-24 .wp-block-group__inner-container {
    padding: 40px;
  }
  .contents_kumu .wp-container-24 .wp-block-group__inner-container h2 {
    margin-bottom: 20px;
  }
  .contents_kumu .wp-container-24 .wp-block-group__inner-container > p {
    margin-bottom: 40px;
    font-weight: 1.125rem;
  }
  .contents_kumu .wp-container-24 .wp-container-23 {
    gap: 32px;
  }
  .contents_kumu .wp-container-24 .wp-container-23 .wp-container-20 {
    width: 100%;
  }
  .contents_kumu .wp-container-24 .wp-container-23 .wp-container-21 h4 {
    font-size: 1rem;
  }
  .contents_kumu .wp-container-24 .wp-container-23 .wp-container-21 p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 600px) {
  .page #billboard.kumu {
    height: 320px;
  }
  .page .kumu_logo img {
    height: 240px;
  }
  .page #gallery {
    height: 320px;
  }

  .contents_kumu h2 {
    font-size: 1.375rem;
  }
  .contents_kumu h2 span {
    font-size: 1.125rem;
  }
  .contents_kumu h3 {
    font-size: 1.75rem;
  }
  .contents_kumu h4 {
    font-size: 1.375rem;
  }
  .contents_kumu .wp-container-6 .wp-block-group__inner-container h3 {
    font-size: 1.6175rem;
    letter-spacing: 0;
  }
  .contents_kumu .wp-container-14 .wp-block-group__inner-container {
    padding: 40px 20px;
  }
  .contents_kumu .wp-container-14 h2 {
    margin-bottom: 40px;
  }
  .contents_kumu .wp-container-14 h3 {
    font-size: 1.125rem;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .contents_kumu .wp-container-14 p {
    line-height: 1.125rem;
    font-size: 1rem;
  }
  .contents_kumu .wp-container-14 ul {
    margin-bottom: 40px;
  }
  .contents_kumu .wp-container-14 li {
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 1.125rem;
    padding: 16px 24px;
  }
  .contents_kumu .wp-container-14 li span {
    margin: 0 0 16px;
    display: block;
    width: 100%;
  }
  .contents_kumu .wp-container-14 .wp-container-13 .wp-block-group__inner-container p {
    font-size: 0.75rem;
  }
  .contents_kumu .wp-container-15 .wp-block-group__inner-container {
    padding: 40px 20px;
  }
  .contents_kumu .wp-container-15 .wp-block-group__inner-container h3 {
    font-size: 1rem;
    padding: 24px 20px 10px;
  }
  .contents_kumu .wp-container-15 .wp-block-group__inner-container h3::before {
    font-size: 1rem;
    margin-right: 8px;
  }
  .contents_kumu .wp-container-15 .wp-block-group__inner-container h4 {
    font-size: 1rem;
    padding: 0 20px 16px;
  }
  .contents_kumu .wp-container-15 .wp-block-group__inner-container p {
    padding: 0 20px 30px;
  }
  .contents_kumu .wp-container-24 .wp-block-group__inner-container {
    padding: 40px 20px;
  }
  .contents_kumu .wp-container-24 .wp-block-group__inner-container h2 {
    margin-bottom: 20px;
    text-align: center;
  }
}