@charset "UTF-8"

/*===============================================
 reset
===============================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
  display: block;
}

body {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition : 1s;
  text-decoration: none!important;
}


ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

/*===============================================
 base
===============================================*/
body {
  position: relative;
  background-color: #e8ecef;
  margin: 0;
  width: 100vw;
  max-width: 100vw;
}
header {
  position: relative;
}
h2,h3,h4,p {
  font-family :'YuMincho','Yu Mincho', serif;
  margin-block-start: 0;
  margin-block-end: 0;
}
.c-black {
  color: #333333;
}
.c-gray {
 color: #999999;
 margin-bottom: 0;
}
a {
  cursor: pointer;
}

/*===============================================
 style
===============================================*/

.wrapper {
  position: static;
  width: 1000px;
  margin: 200px auto 238px;
  display: flex;
}
h1 {
    margin-block-start: 0;
    margin-block-end: 0;
}
h1 > img {
  width: 82px;
  position: absolute;
  top: 100px;
  left: 100px;
}
h2 {
  transform: rotate(90deg);
  font-size: 15px;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #333333;
  margin-left: -35px;
  margin-right: 35px;
}
h2::before {
  content: '';
  width: 149px;
  height: 1px;
  background-color: #333333;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -160px;
}
h3 {
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  margin: 0;
}
h4 {
  font-family :'YuMincho','Yu Mincho', serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0;
}
.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pr-100 {
  padding-right: 100px;
}
.mb-50 {
  margin-bottom: 50px;
}
.txt {
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.6em;
}
.p-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wrapper__ttl {
  width: 275px;
  padding-top: 186px;
}
.wrapper__in,.stay__in {
  width: 925px;
}

@media screen and (max-width:1250px){
  .wrapper { 
    display: flex;
    flex-direction: row;
    margin: 100px auto 140px;
  }
  .wrapper__ttl {
    width: 30%;
    max-width: 110px;
    position: relative;
    padding-top: 339px;
  }
  .wrapper__in {
    max-width: calc(100vw - 135px);
  }
  .stay__in {
    width: 100%;
  }
  p {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .p-flex {
    flex-direction: column;
    justify-content: space-between;
  }
  .pt-100 {
    padding-top: 0px;
  }
  
  .pt-150 {
    padding-top: 0px;
  }
  .pb-20 {
    padding-bottom: 0px;
  }
  .pb-50 {
    padding-bottom: 0px;
  }
  .pb-100 {
    padding-bottom: 0px;
  }
  .pb-150 {
    padding-bottom: 0px;
  }
  .pr-100 {
    padding-right: 0px;
  }
  .mb-50 {
    margin-bottom: 0px;
  }
  h1 > img {
    width: 60px;
    position: absolute;
    top: 25px;
    left: 25px;
  }
  .txt {
    font-size: 11px;
    margin-bottom: 20px;
  }
  h2 {
    transform: rotate(90deg);
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: #333333;
    margin-left: 0px;
    margin-right: 0px;
  }
  h2::before {
    content: '';
    width: 149px;
    height: 1px;
    background-color: #333333;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -160px;
  }
  h3 {
    font-size: 14px;
    margin-top: 35px;
    padding-bottom: 25px;
    letter-spacing: 0.2em;
 }
}

/*===============================================
 stay
===============================================*/

a.btn__stay {
  color: #ffffff;
  background-color: #333333;
  font-family :'YuMincho','Yu Mincho', serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  padding: 15px 30px;
  text-decoration: none;
}
a.btn__stay:hover {
  opacity: 0.8;
}
.stay__gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stay__gallery > img {
  width: 425px;
}
.stay__in > img {
width: 100%;
}
.stay-eng {
  padding-bottom: 30px;
}
dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-family :'YuMincho','Yu Mincho', serif;
  letter-spacing: 0.1em;
  color: #333333;
  border-bottom: 1px solid #333333;
  padding: 20px 0 35px;
}
dl dt {
margin-right: 0px;
}
dl dd {
margin-left: 3px;
max-width: 855px;
}

@media screen and (max-width:1250px){

  a.btn__stay {
  color: #ffffff;
  background-color: #333333;
  font-family :'YuMincho','Yu Mincho', serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 15px 19px;
  text-decoration: none;
}
  .c-stay {
    padding-top: 335px;
  }
  dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 20px 0 20px;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .pb-50 {
    padding-bottom: 10px;
  }
  .pb-100 {
    padding-bottom: 20px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .stay-eng {
  padding-bottom: 0px;
}
}

@media screen and (max-width:800px){
  .wrapper__in,.stay__in {
    max-width: calc(100vw - 135px);
  }
  .stay__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
    max-width: calc(100vw - 135px);
  }
  .stay__gallery > img {
    width: calc((100vw - 180px) / 2);
  }
.pt-150 {
  padding-top: 50px;
}
.pb-150 {
  padding-bottom: 50px;
}
}

/*===============================================
 footer
===============================================*/
footer {
  font-size: 10px;
  letter-spacing: 0.2em;
  margin: 0 0 50px 50px;
}

@media screen and (max-width:1250px){
  footer  {
    margin: 0 auto;
    text-align: center;
    width: 100vw;
  }
  footer > p {
    margin: 0 auto 50px;
    text-align: center;
    width: 100vw;
  }
}


/*===============================================
 menu
===============================================*/

#gloval-nav div{
  opacity:1;
  transform:translateX(0);
  transition:transform 1s ease,opacity .9s ease
}
#gloval-nav a{
  display:block;
  color:#333;
  text-decoration:none;
  padding:10px 0;
  transition:color .6s ease
}
  #gloval-nav a:hover{
    color:#666;transition:all .3s ease
  }
  ul{list-style:none}
  ul li{
    transition:transform .6s ease,opacity .2s ease
  }
  .c-navBtn{padding-left:500px}
  .open{overflow:hidden}
  .cp_fullscreenmenu{
    display:block;
    position:fixed;z-index:1;top:0;left:0;margin:0 auto;
}

.cp_fullscreenmenu .menu{
  position:fixed;
  top:0;
  left:0;
  visibility:hidden;
  width:100%;
  height:100%;
  pointer-events:none;
  outline:1px solid transparent}
.cp_fullscreenmenu .menu,.cp_fullscreenmenu .menu>div{
  display:flex;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  align-items:center;
  justify-content:center;
  margin:0 auto;
}
.cp_fullscreenmenu .menu>div{
  width:100%;
  height:100%;
  transition:opacity .6s ease,visibility .6s ease;
  -webkit-transform:scale(0);
  transform:scale(0);
  text-align:center;
  color:#333333;
  background:#e8ecef;
  flex:none;opacity:1;
  z-index: 9990;
  align-items:center;
  justify-content:center;
  margin:0 auto;
  display:flex;
}

.cp_fullscreenmenu .menu>div>ul{
  display:block;
  margin:0 auto;
  list-style:none;
  transition:opacity .4s ease;
  opacity:0;
  color:#333333;
  padding-inline-start: 0px;
  position: relative;
  z-index:87;
  text-decoration: none;
}
.cp_fullscreenmenu .menu>div>ul>li>a{
  position:relative;
  display:inline;
  cursor:pointer;
  transition:color .2s ease;
  margin:0 auto;
  padding:10px;
  letter-spacing: 0.5em;
  
}
#c-menu__pc {
  width: 100%;
  height: 100%;
  display: flex;
justify-content: center;
align-items: center;
}
#menu {
  margin: auto;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  width: 100%;
  height: 100%;
}
.c-a__text {
  margin-bottom: 12px!important;
}
.c-a__profile {
  margin-bottom: 3px!important;
}
.c-insta,.c-fb,.c-mail,.c-webshop {
  margin-bottom: 13px!important;
}
.cp_fullscreenmenu .menu>div>ul>li.c-webshop {
  padding-bottom: 18px
}
.cp_fullscreenmenu .menu>div>ul>li>a.c-calender__sp:hover,.cp_fullscreenmenu .menu>div>ul>li>a.c-news__sp:hover {
  letter-spacing: 0.15em;
}
.cp_fullscreenmenu .menu>div>ul>li>a:hover:after{width:100%}
.cp_fullscreenmenu .menu>div>ul>li.menu__language{margin-top:2pc;margin-left:15px;}
.null{padding-left:0px;margin-left:-1px;padding-right:10px;}
.null,.null_pc{width:10px;height:5px}
.cp_fullscreenmenu .toggle{
  position:fixed;z-index:9999;top:50px;
  left:calc(100vw - 230px);width:170px;height:130px;cursor:pointer;opacity:0}
.cp_fullscreenmenu .toggle:checked+.hamburger>span{
  -webkit-transform:rotate(210deg);
  transform:rotate(210deg);
  background: #333;}
.cp_fullscreenmenu .toggle:checked+.hamburger>span:after,.cp_fullscreenmenu .toggle:checked+.hamburger>span:before{
  top:0;
  -webkit-transform:rotate(120deg);
  transform:rotate(120deg);
background-color: #333;}
.cp_fullscreenmenu .toggle:checked+.hamburger>span:after{opacity:1}
.cp_fullscreenmenu .toggle:checked~.menu{visibility:visible;pointer-events:auto}
.cp_fullscreenmenu .toggle:checked~.menu>div{display:block;transition-duration:.75s;-webkit-transform:scale(1);transform:scale(1)}
.cp_fullscreenmenu .toggle:checked~.menu>div>ul{
  opacity:1; 
}
.cp_fullscreenmenu .toggle:checked~.menu>div>ul li:nth-of-type(1){transition-delay:.4s}.cp_fullscreenmenu .toggle:checked~.menu>div>ul li:nth-of-type(2){transition-delay:.6s}
.cp_fullscreenmenu .toggle:checked~.menu>div>ul li:nth-of-type(3){transition-delay:.8s}.cp_fullscreenmenu .toggle:checked~.menu>div>ul li:nth-of-type(4){transition-delay:1}
.cp_fullscreenmenu .toggle:checked:hover+.hamburger>span{
  -webkit-transform:rotate(30deg);
  transform:rotate(30deg);background:
   #333;
  display: block;}
.cp_fullscreenmenu .hamburger{
  position:absolute;
  z-index:9998;
  top:100px;
  left:calc(100vw - 200px);
  margin-left:100%;
  display:block;
  width:50px;
  height:5pc;
  padding:.5em 1em;
  cursor:pointer;
  border-radius:0 .12em .12em 0;
  -webkit-backface-visibility:hidden;backface-visibility:hidden}
.cp_fullscreenmenu .hamburger>span{
  position:relative;
  top:2pt;
  left:18px;
  display:block;width:100%;
  height:1px;
  transition:all .4s ease;
  background:#333;
}
.cp_fullscreenmenu .hamburger>span:after{
  position:absolute;
  z-index:1;
  top:-12px;
  display:block;
  width:100%;
  height:1px;
  content:'';
  transition:all .4s ease;
  background:inherit;}
.cp_fullscreenmenu .hamburger>span:before {
  position:absolute;
  z-index:1;
  top:-12px;
  display:none;
  width:100%;
  height:1px;
  content:'';
  transition:all .4s ease;
  background:inherit;
  }
.cp_fullscreenmenu .hamburger>span:after{top:12px}
.c-navBtn span:nth-of-type(1){top:0}
.nav-button span:nth-of-type(2){top:1pc}
.c-navBtn span:nth-of-type(3){bottom:0}
.c-navBtn.active span:nth-of-type(1){
  -webkit-transform:translateY(16px) rotate(-45deg);
  transform:translateY(16px) rotate(-45deg);
background: #333;}
.c-navBtn.active span:nth-of-type(2)
{opacity:0}
.c-navBtn.active span:nth-of-type(3){
  -webkit-transform:translateY(-16px) rotate(45deg);
  transform:translateY(-16px) rotate(45deg);
  background: #333;}
#nav-toggle{z-index:8}
#menu > span.upper,#menu > span.lower {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  font-family :'YuMincho','Yu Mincho', serif;
}
#menu > span.upper >li > a {
  font-size: 15px;
  color: #333;
  margin: 0 20px;
  letter-spacing: 0.1em;
}
#menu > span.upper {
  margin-bottom: 35px;
}
#menu > span.lower >li > a {
  font-size: 12px;
  color: #333;
  margin: 0 20px;
  letter-spacing: 0.1em;
}
#menu > img.logo {
  width: 82px;
  margin-bottom: 60px;
}
.link_b {
  border: 1px solid #333333;
  padding: 5px 10px;
}
@media screen and (min-width:781px) and (max-width:1249px){


.pr-100 {
  padding-right: 25px;
}



#menu {
    margin-top: 30px;
}

.c-a__text {
    margin-bottom: 30px!important;
}
#menu > span.lower >li > a {
    font-size: 12px;
    color: #333;
    margin: 0 20px 30px!important;
    letter-spacing: 0.1em;
}
}
@media screen and (max-width:790px){
  .txt {
    margin-bottom: 50px;
  }
  .c-gray {
    margin-bottom: 30px;
  }
  }
@media screen and (min-width:791px) and  (max-width:1249px){
  .cp_fullscreenmenu .hamburger {
    position: absolute;
    z-index: 9998;
    top: 25px !important;
    left: calc(100vw - 110px);
    margin-left: 100%;
    display: block;
    width: 40px;
    height: 5pc;
    padding: 0.5em 1em;
    cursor: pointer;
    border-radius: 0 0.12em 0.12em 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cp_fullscreenmenu .toggle {
  top: 0px;
  left: calc(100vw - 100px);
  width: 100px;
}
.wrapper {
  width: 100%;
}
.wrapper__in {
  margin: 0;
  position: relative;
  width: calc(100vw - 140px);
}
.wrapper__ttl {
  width: 107px;
  padding-top: 338px;
}

.access__in {
  padding-top: 17px;
  width: 100%;
}
.pb-150 {
  padding-bottom: 100px;
}
.pt-150 {
  padding-top: 100px;
}
.stay__gallery{
  padding-top: 100px;
}
}
@media screen and (min-width:791px) and  (max-width:860px){
  .stay__gallery > img  {
 width: calc(100vw - 510px);
  }
}
@media screen and (min-width:861px) and  (max-width:1023px){
  .stay__gallery > img  {
 width: calc(100vw - 556px);
 max-width: 400px;
  }
}

@media screen and (max-width: 780px){
  .stay__in > img {
    width: 100%;
}
.stay__gallery > img {
  width: calc((100vw - 180px) / 2);
}
.stay__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
  max-width: 100%;
  }
}
  @media screen and (max-width: 499px){
    .pb-150 {
      padding-bottom: 0px;
    }
    .pt-150 {
      padding-top: 0px;
    }
      .stay__gallery > img {
        width: calc(100vw - 135px);
        padding-bottom: 25px;
      }
    .stay__gallery {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 70px;
      max-width: calc(100vw - 105px);
    }
    }

    @media screen and (min-width:1300px){
      .stay__gallery { 
        width: 925px;
      }
    }
    @media screen and (min-width:1050px) and  (max-width:1249px){
      .stay__gallery {
        width: 100%;
      }
      .stay__gallery > img {
        width:40vw;
    }
    .pt-150 {
      padding-top: 150px;
  }
  
  .pb-150 {
    padding-bottom: 150px;
  }
    }
    @media screen and (max-width:800px){
      #menu > img.logo {
        display: none;
      }
      #menu > span.upper, #menu > span.lower {
        flex-direction: column;
      }
      .cp_fullscreenmenu .hamburger{
        position:absolute;
        z-index:9998;
        top:25px;
        left:calc(100vw - 90px);
        margin-left:100%;
        display:block;
        width:25px;
        height:5pc;
        padding:.5em 1em;
        cursor:pointer;
        border-radius:0 .12em .12em 0;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden
      }
      .cp_fullscreenmenu .toggle {
        position: fixed;
        z-index: 9999;
        top: 0px;
        left: calc(100vw - 100px);
        width: 100px;
        height: 100px;
        cursor: pointer;
        opacity: 0;
    }
    
    #menu {
        margin-top: 30px;
    }
    #menu > span.upper >li > a {
        font-size: 15px;
        color: #333;
        letter-spacing: 0.2em;
        padding: 10px;
      }
    .c-a__text {
        margin-bottom: 30px!important;
    }
    #menu > span.lower >li > a {
        font-size: 12px;
        color: #333;
        margin: 0 20px 30px!important;
        letter-spacing: 0.1em;
    }
    #menu > span.lower >li {
        margin: 0 20px 30px!important;
    }
    .cp_fullscreenmenu .hamburger>span:after{top:10px}
    .cp_fullscreenmenu .hamburger{
      position:absolute;
      z-index:9998;
      top: 40px !important;;
      left:calc(100vw - 90px);
      margin-left:100%;
      display:block;
      width:25px;
      height:4pc;
      padding:.5em 1em;
      cursor:pointer;
      border-radius:0 .12em .12em 0;
      -webkit-backface-visibility:hidden;backface-visibility:hidden}
    }
    @media screen and (max-width:1000px){
      #menu > img.logo {
        display: none;
      }
      #menu > span.upper, #menu > span.lower {
        flex-direction: column;
      }
   
      .cp_fullscreenmenu .toggle {
        position: fixed;
        z-index: 9999;
        top: 0px;
        left: calc(100vw - 100px);
        width: 100px;
        height: 100px;
        cursor: pointer;
        opacity: 0;
    }
    
    #menu {
        margin-top: 30px;
    }
    #menu > span.upper >li > a {
        font-size: 15px;
        color: #333;
        letter-spacing: 0.2em;
        padding: 10px;
      }
    .c-a__text {
        margin-bottom: 30px!important;
    }
    #menu > span.lower >li > a {
        font-size: 12px;
        color: #333;
        margin: 0 20px 30px!important;
        letter-spacing: 0.1em;
    }
    #menu > span.lower >li {
        margin: 0 20px 30px!important;
    }
    .cp_fullscreenmenu .hamburger>span:after{top:10px}
    
    }
    @media screen and (min-width:1250px) and  (max-width:1449px){
      .wrapper {
        display: flex;
        justify-content: center;
    }
      .wrapper__in,.stay__in {
        width: 58vw;
    }
    h2 {
      transform: rotate(90deg);
      font-size: 15px;
      letter-spacing: 0.2em;
      font-weight: 500;
      color: #333333;
      margin-left: 0;
      margin-right: 0;
    }
    .wrapper__ttl {
      width: 12vw;
      padding-top: 200px;
    }
    .stay__gallery > img {
      width: 26vw;
  }
    }