
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html { scroll-behavior: smooth;}
body{
  width: 100%;
  margin: 0;
  padding: 0;
  font-family:"MS Pゴシック",sans-serif;
  background-image: linear-gradient(0deg, transparent 15px, rgb(226, 226, 226) 16px),linear-gradient(90deg,  transparent 15px, rgb(226, 226, 226) 16px);
  background-size: 16px 16px;
}
a{
  text-decoration: none;
  color: #000;
}
p{
  line-height: 30px;
  letter-spacing: 2px;
}
li{
  list-style: none;
}
ul{
  margin: 10px;
}
header{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
i{
  font-size: 20px;
}
section{
  width: 90%;
  margin: 80px auto;
  text-align: center;
}
section.main_ex{
  width: 80%;
  margin: 80px auto;
  text-align: center;
}
h3{ 
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 30px;
  font-weight: normal;
}
h4{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 24px;
  font-weight: normal;
}
h2{
  font-size: 30px;
  letter-spacing: 2px;
}
.gnavi__inner ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnavi__inner ul li{
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}
.main .video-wrap {
  position: relative;
}
video{
  width: 100%;
}
.main{
  position: relative;
}
.main p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
.main p img{
  width: 100%;
}

.logo_top img{
  width: 50%;
}

.news{
  background-color: rgb(0, 0, 0);
  padding: 16px 0;
  margin-top: -8px;
}
.news-list{
  list-style: none outside;
  width: 60%;
  margin: 0 auto;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 12px 20px;
}

.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: rgb(153, 153, 153);
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
  color: #fff;
  text-decoration: underline;
  padding: 0;
}

.floor_box{
  display: flex;
  justify-content:center;
  margin: 60px 0;
}
.floor_box img{
  width: 83%;
}
p.floor{
  text-align: left;
  font-size: 20px;
  font-weight: bold;

}
.floor_img_box{
  display: flex;
  justify-content: center;
}
.floor_img {
  position: relative;
  margin: 10px;
  }

.floor_img h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #fff;
  width: 100%;
}
.floor_img img{
  width: 100%;
  }
section.stt,section.access{
  width: 80%;
}
section.stt{
  position: relative;
  margin-top: 120px;
}

.studiotoki img{
  position: absolute;
  top: 0;
  right: 0px;
  width: 40%;
  opacity: 0.2;
}
.studiotoki_txt{
  text-align: left;
  margin-top: 80px;
}
.int_toki{
  display: flex;
  border: 1px solid #000;
  text-align: left;
  padding: 20px 40px;
  margin-top: 40px;
  color: rgb(94, 93, 93);
}
.int_toki img{
  width: 200px;
  height: 100%;
}
.name{
  margin-left: 40px;
}
.name_d{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: normal;
  font-size: 20px;
}
.name p{
  font-size: 14px;
  line-height: 25px;
}
iframe{
  margin: 60px 0;
  width: 560px;
  height: 315px;
}
.adress_box{
  display: flex;
  justify-content: center;
  align-items: center;


}
.adress{
  width: 40%;
  text-align: left;
  margin-left: 40px;
}
.adress p{
  font-size: 14px;
  padding: 0;
  margin: 0;
}
p.adtitle{
  font-weight: bold;
}
.footer{
  background: #262626;
  text-align: center;
}
.footer img{
  width: 10%;
  padding: 20px 0;
}
.copy{
  background-color: rgb(251 239 0);
  color: #333;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}

section.kitchen{
  width: 80%;
}
section.kitchen p.txt{
  text-align: left;

}

.lounge_box{
  display: flex;
  margin-top: 60px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #000;
  padding: 40px;
}
.lounge_box p{
  text-align: left;
  margin-left: 20px;
}
.lounge_box img{
  width: 30%;
}
.kome{
  font-size: 12px;
  text-align: right;
  margin-top: 0;

}
img.kit_im{
  width: 100%;
}

.youtubebtn{
  background-color: crimson;
  display: block;
  text-align:center ;
  width: 60%;
  margin: 0 auto;
  color: #fff;
  padding: 20px 0;
  border-radius: 10px;
}

a:hover{
  opacity: 0.6;
}






@media screen and (max-width: 768px){
  body{
    background-image: none;
  }
  p{
    font-size: 14px;
  }
  header{
    display: block;
    text-align: center;
  }
  header .logo_top img {
    width: 43%;
    margin: 0 auto;
    text-align: center;
    margin-top: 6px;
    padding: 10px;
}
    .gnavi__inner ul {
      padding-left: 0;
  }
  .gnavi__inner ul li {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: bold;
  }
  h3{ 
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
    font-size: 20px;
  }
  h4{ 
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
    font-size: 20px;
  }
  h2{
    font-size: 24px;
    letter-spacing: 2px;
  }
  section {
    width: 80%;
    margin: 40px auto;
    text-align: center;
  }
  section.stt {
    position: relative;
    margin-top: 80px;
  }
  section.main_ex{
    text-align: left;
  }
  .floor_box{
    display: block;
    margin: 60px 0;
  }
  .floor_box img {
    width: 90%;
}
  .floor_img_box{
    display: block;
    justify-content: center;
  }
  .floor_img {
    position: relative;
    margin: 10px;
    }
  .floor_img img{
    width: 100%;
    }
  iframe{
    margin: 60px 0;
    width: 100%;
    height: 300px;
  }
  
  .adress_box{
    display: block;
  
  }
  .adress{
    width: 100%;
    text-align: left;
    margin-left: 0px;
  }
  section.access img{
    width: 100%;
  }

  .news-list {
    list-style: none outside;
    width:90%;
    margin: 0 auto;
    padding-left: 0;
  }
  .news-list .item a{
    flex-wrap: wrap;
  }
  .news-list .item .date{
    min-width: 100px;
  }
  .news-list .item .title{
    margin-top: 0px;
  }
  .int_toki{
    display: block;
    border: 1px solid #000;
    text-align: left;
    padding: 20px 40px;
    margin-top: 40px;
    color: rgb(94, 93, 93);
  }
  .name {
    margin-left: 0px;
  }
  p.floor {
    text-align: left;
    font-size: 20px;
    margin-left: 40px;
    font-weight: bold;
  }
  .int_toki img {
    width: 53%;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
  .name_d {
    text-align: center;
}
  .footer img{
    width: 30%;
    padding: 20px 0;
  }
  .lounge_box{
    display: block;
    margin-top: 60px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #000;
    padding: 20px;
  }
  .lounge_box img{
    width: 100%;
  }
  section.kitchen {
    text-align: left;
  }
  .youtubebtn{
    width: 100%;
    font-size: 12px;
  }

}

a.info_btn{
  background-color: rgb(242, 83, 39);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 30%;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 40px;
  display: block;
  margin-top: 40px;
}
a.info_btn:hover{
  opacity: 0.6;
}
h5.voice{
  font-size: 18px;
  border-bottom: #000 1px solid;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  padding:0 20px 10px;
}

.accordion {
  margin: 3em auto;
  max-width: 60vw;
  }
  .toggle {
  display: none;
  }
  .option {
  position: relative;
  margin-bottom: 1em;
  }
  .title,
  .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .title {
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
  }
  .title::after,
  .title::before {
  content: "";
  position: absolute;
  right: 5.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: rgb(0, 0, 0);
  transition: all 0.3s;
  }
  .title::after {
  transform: rotate(90deg);
  }
  .content {
  max-height: 0;
  overflow: hidden;
  }
  .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
  }
  .toggle:checked + .title + .content {
  max-height: 540px;
  transition: all 0.3s;
  }
  .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
  }

 p.cou span{
   font-weight: bold;
 }
 p.cou{
   background-color: rgb(247, 238, 228);
   padding: 40px;
   text-align: left;
 }


 @media screen and (max-width: 768px){
  a.info_btn {
  background-color: rgb(242, 83, 39);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 78%;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 40px;
  display: block;
  margin-top: 40px;
  }
  .accordion {
  margin: 3em auto;
  max-width: 100%;
  margin: 0 auto;
  }
  .title::after, .title::before {
  content: "";
  position: absolute;
  right: 3.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: rgb(0, 0, 0);
  transition: all 0.3s;
  }
  .title.ns {
    padding: 0;
    display: block;
    color: #333;
    font-weight: bold;
}
}


/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
  position: fixed;
  top: 35px;
  right: 2%;
  width: 88px;
  height: 0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 101;
  /* border: solid 1px #333; */
  -webkit-transition: all 3s ease-in-out;
  transition: all .3s ease-in-out;
}
  .menu-btn-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 35%;
  background: #333;
  -webkit-transition: all 3s ease-in-out;
  transition: all .3s ease-in-out;
  }
  .menu-btn-line::before,
  .menu-btn-line::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #333;
  position: absolute;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  }
  .menu-btn-line::before{
  top: -10px;
  }
  .menu-btn-line::after{
  top: 10px;
  }
  
  /* 開閉用ボタンがクリックされた時のスタイル */
  .open .menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
  }
  .open .menu-btn {
  border-color: #fff
  }
  .open .menu-btn-line{
  background-color: transparent;
  }
  .open .menu-btn-line::before,
  .open .menu-btn-line::after {
  top: 0;
  background: #fff
  }
  .open .menu-btn-line::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  .open .menu-btn-line::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  
  /*開いたメニュー*/
  .menu {
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1,1,1,.9);
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  }
  .menu ul {
  transform: translateY(30%);
  padding: 0;
  list-style-type: none
  }
  .menu li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  }
  .menu li a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  }
  .menu li a:hover {
  transform: translateX(5px);
  -webkit-transition: all .2s;
  transition: all .2s;
  }