@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%;
  position: relative;
}

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
===============================================*/
html { 
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
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;
 margin-top: 30px;
}
a {
  cursor: pointer;
}

/*===============================================
 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;
    text-decoration: none;
  }
  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:7001;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;
  position: relative;
}

.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:7000;
  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%;text-decoration: none;}
.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:82px;
  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:8000;
  top:-12px;
  display:block;
  width:100%;
  height:1px;
  content:'';
  transition:all .4s ease;
  background:inherit;}
.cp_fullscreenmenu .hamburger>span:before {
  position:absolute;
  z-index:8000;
  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:9900}
#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 (max-width:900px){
  #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
  }

#menu {
    margin-top: 30px;
    position: relative;
    z-index: 10000;
}
#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 - 91px);
  margin-left:100%;
  display:block;
  width:55px;
  height:5pc;
  padding:.5em 1em;
  cursor:pointer;
  border-radius:0 .12em .12em 0;
  -webkit-backface-visibility:hidden;backface-visibility:hidden}
 
}

/*===============================================
 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;
  }
}
/*===============================================
 style
===============================================*/
.wrapper {
  position: static;
  width: 1000px;
  margin: 200px auto 70px;
  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;
  position: relative;
  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: 35px;
  margin: 0;
}
h4 {
  font-family :'YuMincho','Yu Mincho', serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0;
}
p {
  position: relative;
  z-index: 600;
}
.pt-100 {
  padding-top: 100px;
  position: relative;
  z-index: 800;
}

.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__in {
  width: 925px;
}
.stay__in > img {
  width: calc(100vw - 135px);
    max-width: 925px;
  }
@media screen and (max-width:1250px){
  .wrapper { 
    display: flex;
    flex-direction: row;
    width: 100vw;
    margin: 100px auto 140px;
  }
  .wrapper__ttl {
    width: 90px;
    position: relative;
  }
  .wrapper__in {
    margin: 0;
    position: relative;
    width: calc(100vw - 135px);
  }
  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: 20px;
  }
  .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;
  }
}
/*===============================================
contact
===============================================*/
.stay-eng {
  margin-top: 15px;
  margin-bottom: 30px;
}

.contact-h3 {
  padding-top: 0;
  margin: 35px 0 0;
  font-size: 18px;
  color: #333333;
}
.btn__contact {
  color: #ffffff;
  background-color: #333333;
  font-family :'YuMincho','Yu Mincho', serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  padding: 15px 50px;
  text-decoration: none;
}
.btn__contact:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff!important;
  background-color: #333;
}
.btn-primary:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
  opacity: 0.8;
  transition : 1s;
}
th {
  background-color: #cccccc;
  text-align: left;
}
td {
  background-color: #fff;
}
th,td {
  padding-left: 17px;
  border: 1px solid #333333;
  font-size: 12px;
  font-family :'YuMincho','Yu Mincho', serif;
  letter-spacing: 0.1em;
  color: #333333;
  font-weight: 500;
  height: 35px;
}
.table-01 {
  width: 340px;
}
.table-02 {
  width: 585px;
}
.table__eng {
  margin-top: 25px;
  margin-bottom: 50px;
}
.table__list {
  margin-bottom: 15px;
}
.table-list-01,.table-list-02 {
  width: 462.5px;
  background-color: #cccccc;
}
.table-txt-eng {
  margin-bottom: 50px;
}
.contact__line {
  width: 1px;
  height: 50px;
  background-color: #333333;
  margin-bottom: 25px;
}

.row {
  display: flex;
  flex-direction: row;
}
.col-form-label {
  width: 200px!important;
}
.col-sm-10 {
  width: 40%;
}
.form-control {
  font-family :'YuMincho','Yu Mincho', serif;
  display: block;
  height: 2.4em;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #999999;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 700px;
}
.btn-primary {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  border-radius: 0;
  font-family :'YuMincho','Yu Mincho', serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  padding: 8px 50px;
  text-decoration: none;
  width: 150px;
}
.scroll{
  color: #333333;
}
.scroll_en {
  color: #999999;
}
.scroll:hover,.scroll_en:hover {
  opacity: 0.7;
}
.p-lg-5 {
  padding: 0em!important;
}
.col-sm-2 {
  -ms-flex: 0 0 225px;
  flex: 0 0 225px;
  max-width: 225px;
}
.col-sm-10 {
  -ms-flex: 0 0 700px;
  flex: 0 0 700px;
  max-width: 925px;
}
.ninzu {
  flex: 0 0 700px;
  max-width: 925px;
  margin-left: 15px;
  width: 100%;
}
.mt-70 {
  margin-top: 40px;
}
.form-group {
  width: 1000px!important;
  margin-bottom: 1rem;
}
.form-control::placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family :'YuMincho','Yu Mincho', serif;
}
.toiawase {
  width: 700px;
  margin-left: 14px;
  margin-bottom: 35px;
  padding: 5px 10px;
}

.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: 189px;
}
.wrapper__in,.stay__in {
  width: calc(100vw - 135px);
  max-width: 925px;
}
.c-ul {
  padding-bottom: 3px;
border-bottom: 1px solid #333333;
}
.c-ul-g {
  padding-bottom: 3px;
  border-bottom: 1px solid #999999;
}
.c-contact {
  padding-top: 196px;
}
.access__in {
  display: flex;
  flex-direction: row;
  border-bottom:  1px solid #333333;
  padding: 20px 0;
  align-items: center;
}

h5,.col-form-label {
  font-family :'YuMincho','Yu Mincho', serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333333;
  margin: 0 0 15px;
  line-height: 1.6;
}
.goyoyaku {
  margin-bottom: -53px;
}
.c-reserve {
  width: 75px;
}
.bg {
  background-color: #e8ecef;
  width: 100vw;
  height: 100%;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 50px;
}

.lower__in{
  width: 925px;
  margin-left: 275px;
}
.eng_list {
  margin-bottom: -20px;
}
.lower__in {
  width: 925px;
  margin: 0 auto;
  padding-left: 38px;
}

@media screen and (max-width:1250px){
  
.wrapper {
  display: flex;
  flex-direction: row;
  width: 100vw;
  margin: 100px auto 50px;
}
  h2 {
    font-size: 12px;
    margin-left: 0px;
    margin-right: 0px;
  }
  h2::before {
    top: 7px;
    left: -160px;
  }
  .c-reserve {
    padding-top: 340px;
   }
   h5,.col-form-label {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 0px;
  }
  .c-reserve__sousin {
    margin-top: 25px;
    margin-bottom: 60px;
  }
  .contact-h3{
    font-size: 14px;
    margin-top: 35px;
    padding-bottom: 25px;
    letter-spacing: 0.2em;
  }

  th,td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-control {
    width:calc(100vw - 160px);
   }
   .mt-5 {
     margin: 0!important;
   }
   .c-gray {
     padding-bottom: 35px;
   }
   .ninzu  {
    width:calc(100vw - 135px);
    flex: 0 0 calc(100vw - 135px);
   }
   .col-sm-10 {
    flex: 0 0 calc(100vw - 135px);
   }
  .c-contact {
    padding-top: 340px;
  }
  .toiawase {
    width: calc(100vw - 160px)!important;
     
  }

.row {
  display: flex;
  flex-direction: row;
  width: calc(100vw - 160px);
}
  .gogyoyaku {
    margin-top: 50px;
  }
  .wrapper__in, .stay__in {
    width: calc(100vw - 135px);
    max-width: calc(100vw - 135px);
}
  .wrapper__in {
    margin: 0;
    position: relative;
    width: calc(100vw - 135px);
    max-width: calc(100vw - 135px);
  }
  .stay__in > img {
    width: calc(100vw - 135px);
    max-width:  calc(100vw - 135px);
}
  .lower__in {
    width: calc(100vw - 160px);
    margin-left: 110px;

  }
  #goriyoukiyaku {
    margin-top: 70px;
  }
  .bg {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .wrapper__ttl {
    width: 110px;
    position: relative;
    padding-top: 335px;
  }

  .lower__in {
    width: calc(100vw - 160px);
    margin: 0 auto;
    padding-left: 38px;
  }

}
@media screen and (max-width:790px){
  th,td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .form-control {
    width:calc(100vw - 150px);
   }
   .mt-5 {
     margin-top: 0!important;
   }
   .c-gray {
     padding-bottom: 25px;
   }
   .ninzu  {
    width:calc(100vw - 135px);
    flex: 0 0 calc(100vw - 135px);
   }
   .col-sm-10 {
    flex: 0 0 calc(100vw - 135px);
   }
  .c-contact {
    padding-top: 340px;
  }
  .toiawase {
    width:calc(100vw - 150px)!important;
  }
  h5, .col-form-label {
    font-size: 13px;
    font-weight: 400;
    margin: 0px 0 10px;
}
.contact__in {
  width:calc(100vw - 145px);
}
.c-gray {
  margin-top: 35px;
}
.form-group {
  width: 260px!important;
}

.col-sm-2 {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
}
.c-reserve {
  width: 100%;
}
#goriyoukiyaku {
  margin-top: 70px;
}
.bg {
    padding-top: 30px;
    padding-bottom: 25px;
}
.gogyoyaku {
  margin-top: 30px;
}

.wrapper__ttl {
  width: 110px;
  position: relative;
  padding-top: 335px;
}

.lower__in {
  width: calc(100vw - 30px);
  margin: 0;
  padding-left: 120px;
}
.table__eng > tr,.eng_list {
  width: calc(100vw - 150px);
}
.table__eng > td {
  font-size: 11px;
}
.row {
  width: calc(100vw - 135px);
}
}
@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: 75px;
    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__ttl {
  width: 107px;
  padding-top: 338px;
}
.form-control {
  width: calc(100vw - 160px);
}
.form-group {
  width: 100%!important;
  margin-bottom: 10px;
}
.lower__in {
  margin-left: 107px;
  width: calc(100vw - 135px);
}
.bg {

}
.gogyoyaku {
  margin-top: 30px;
}
h5, .col-form-label {
  font-size: 13px;
  font-weight: 400;
  margin: 10px 0 5px;
}
}
@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;
}
}
@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: 230px;
}
.stay__in > img {
  width: 100%;;
}
}
a {
  width: 100px;
}