html,body{
  /* width: 100%;
  overflow-x: hidden; */
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
html{
    font-size: 62.5%;
}
body{
    font-size: 16px;
    font-size: 1.6rem;
}
p{
  line-height: 1.8;
}
img{
  width: 100%;
  vertical-align: bottom;
}
a{
  color: #000;
  text-decoration: none;
}
ul{
  list-style: none;
}
.container{
  width: 1200px;
  margin: auto;
}
@media screen and (max-width:1280px)  {
  .container{
    width: 1000px;
  }
}
@media screen and (max-width:1100px)  {
  .container{
    width: 980px;
  }
}
@media screen and (max-width:1000px)  {
  .container{
    width: 90%;
  }
}
.section-wrapper{
  padding: 120px 0;
}
.flexed{
  display: -webkit-flex;
  display: flex;
}
.vertical{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.for-tab,
.for-sp{
  display: none;
}

h2.underline{
  padding: 0 10px;
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}


/* header */
header{
  padding: 50px 0;
  background: url('../images/bg/header.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
}
header>.flexed{
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
header .nav_toggle{
  display: none;
}
header .instagram-icon{
  width: 25px;
  height: 25px;
  top: 50px;
  left: 110px;
  position: absolute;
}
header .right{
  width: 30%;
  margin-left: 15%;
}
header .left{
  width: 55%;
}
header .logo{
  margin-top: 100px;
  text-align: right;
  font-size: 0;
}
header .logo img{
  width: 230px;
}
header nav{
  margin-top: 100px;
}
header nav ul{
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
header nav ul li{
  padding: 0 7px;
}
header nav ul li a{
  color: #000;
  text-decoration: none;
  font-size: 2.2rem;
}
header .intro{
  margin-left: 50%;
  margin-bottom: 25px;
}
header .intro p{
  line-height: 2;
  font-size: 2.0rem;
  letter-spacing: 4px;
  text-align: right;
  display: inline-block;
}

/* message */
#message{
  background: url('../images/bg/message.jpg') no-repeat center center;
  background-size: 105%;
  padding: 100px 0;
  position: relative;
}
#message::before{
  content: url('../images/bg/bg01.png');
  top: -100px;
  right: 200px;
  position: absolute;
}
#message::after{
  content: url('../images/bg/bg02.png');
  bottom: -75px;
  right: 420px;
  position: absolute;
}

#message .main-contents{
  width: 100%;
  display: inline-block;
}
#message article{
  float: right;
  position: relative;
}
#message article h2{
  margin-left: 30px;
}
#message article p{
  line-height: 2.4;
  font-size: 1.8rem;
}
#message article span{
  font-size: 1.8rem;
  bottom: 100px;
  left: -25px;
  position: absolute;
}
/* menu */
#menu{
  background: url('../images/bg/menu.jpg') no-repeat center center;
  background-size: cover;
}
#menu .intro{
  text-align: center;
  margin: auto;
}
#menu .intro p{
  line-height: 2.1;
  font-size: 1.8rem;
}
#menu .base-img{
  width: 5.5vw;
  max-width: 80px;
  bottom: 0;
  position: absolute;
}
#menu .base-img.fade-scale{
  animation: fade-scale .8s ease-in-out .4s 1 normal forwards;
}
@keyframes fade-scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}
#menu .main-contents{
  position: relative;
  width: 100%;
  display: inline-block;
}
#menu .menu1{
  width: 55vw;
  float: right;
  position: relative;
}
#menu .menu1 .base-img{
  left: -3vw;
  top: 9vw;
}
#menu .menu1 .hover-img{
  top: -11.5vw;
  left: -36vw;
}
#menu .menu1 .detail{
  width: 14vw;
  top: 14vw;
  left: -14vw;
  position: absolute;
}
#menu .menu2{
  width: 50vw;
  top: 23%;
  position: absolute;
}
#menu .menu2 .base-img{
  top: 13vw;
  right: -4vw;
}
#menu .menu2 .hover-img{
  top: -12vw;
  right: -36vw;
}
#menu .menu2 .detail{
  width: 21vw;
  top: 50%;
  transform: translate(0, -50%);
  right: -26vw;
  position: absolute;
}
#menu .menu3{
  width: 50vw;
  float: right;
  padding: 0 8vw;
  margin: 220px 0 120px;
  position: relative;
}
#menu .menu3 .base-img{
  top: 26vw;
  left: 8vw;
}
#menu .menu3 .hover-img{
  top: 2vw;
  left: -24vw;
}
#menu .menu3 .detail{
  width: 26vw;
  margin-left: 90px;
  margin-top: 40px;
}
#menu .menu4{
  width: 43vw;
  top: 55%;
  padding: 0 5vw;
  position: absolute;
}
#menu .menu4 .base-img{
  top: 23vw;
  right: 8vw;
}
#menu .menu4 .hover-img{
  top: 3vw;
  left: 34vw;
}
#menu .menu4 .detail{
  width: 22vw;
  margin-top: 10px;
}
#menu .menu5{
  width: 55vw;
  float: right;
  position: relative;
}
#menu .menu5 .base-img{
  bottom: 0;
  left: -3vw;
}
#menu .menu5 .hover-img{
  top: 3vw;
  left: -35vw;
}
#menu .menu5 .detail{
  width: 18.5vw;
  bottom: 0;
  left: -22.5vw;
  position: absolute;
}
#menu article h3{
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}


#menu .detail p{
  font-size: 1.4rem;
}
#menu .hover-img{
  position: absolute;
  display: none;
  transition: all .5s;
  width: 35vw;
  /* max-width: 500px; */
  z-index: 999;
}
#menu .base-img:hover + .hover-img{
  display: block;
}


/* instagram */
#instagram{
  background: url('../images/bg/header.jpg') no-repeat center center;
  background-size: cover;
}
#instagram .intro{
  text-align: center;
  margin: auto;
}
#instagram .intro p{
  line-height: 2.1;
  font-size: 2.2rem;
  letter-spacing: 3px;
}
#instagram .main-contents.flexed{
  width: 720px;
  margin: 30px auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
#instagram .main-contents article{
  padding: 0 5px 10px;
  width: 240px;
}
#instagram .main-contents article:hover{
  opacity: 0.8;
}
#instagram .campaign{
  width: 100%;
  max-width: 800px;
  border: 5px solid #1E1E5A;
  color: #1E1E5A;
  padding: 28px 38px;
  font-size: 2.0rem;
  background: #FFF;
  text-align: center;
  position: relative;
  margin: auto;
}
#instagram .campaign::before{
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid #1E1E5A;
  position: absolute;
}
#instagram .campaign .header-item{
  text-align: center;
  border-bottom: 1px solid #1E1E5A;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 2.4rem;
}

/* access */
#access .intro{
  text-align: center;
  margin: auto;
}
#access .flexed{
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#access .left{
  width: 60%;
}
#access .right{
  width: 35%;
}
#access table{
  margin-top: 20px;
}
#access table th{
  width: 90px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 3px 20px 3px 0;
  vertical-align: top;
}


/* footer */
footer{
  margin-top: 30px;
  position: relative;
}
footer::before{
  content: url('../images/bg/bg03.png');
  top: -100px;
  left: 350px;
  position: absolute;
  z-index: 99;
}
footer::after{
  content: url('../images/bg/bg04.png');
  top: -45px;
  right: 350px;
  position: absolute;
}
footer .main-contents{
  background: #000;
  color: #FFF;
  position: relative;
}
footer .main-contents::before{
  content: url('../images/bg/bg05.png');
  bottom: 50px;
  left: 100px;
  position: absolute;
}
footer .main-contents .contact{
  width: 370px;
  height: 370px;
  border-radius: 50%;
  padding: 15px;
  text-align: center;
  margin: auto;
  border: 2px solid #FFF;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
footer .main-contents .contact .vertical{
  align-items: center;
  margin: 0 auto;
  font-size: 2.2rem;
}
footer .main-contents .contact .tel{
  width: 100%;
  line-height: 1;
  margin-bottom: 25px;
}
footer .main-contents .contact a{
  font-size: 3.7rem;
  color: #FFF;
}
footer .main-contents .contact .web{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #FFF;
  color: #000;
  top: 0;
  left: -70px;
  font-size: 2.0rem;
  position: absolute;
  align-items: center;
  justify-content: center;
}
footer .main-contents .contact .web a{
  font-size: 2.0rem;
  color: #000;
  text-decoration: underline;
}
footer nav{
  margin-right: 100px;
  bottom: 50px;
  right: 100px;
  position: absolute;
}
footer nav ul{
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
footer nav ul li{
  padding: 0 7px;
}
footer nav ul li a{
  color: #FFF;
  text-decoration: none;
  font-size: 2.2rem;
}
footer .copyright .logo{
  text-align: center;
}
footer .copyright{
  background: url('../images/bg/header.jpg') no-repeat center center;
  background-size: cover;
  padding: 40px 0 10px;
}
footer .copyright .logo img{
  width: 200px;
}


/* モーダルウィンドウ全体のレイアウト（画面いっぱいに表示） */
.c-modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.c-modal_bg {
    background: rgba(255, 255, 255, 0.9);
    height: 100vh;
    width: 100%;
}
.c-modal_content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}
.c-modal_content._sm {
    width: 30%;
}
.c-modal_content._md {
    width: 50%;
}

.c-modal_content._lg {
    width: 70%;
}
.c-modal_content_inner {
    position: relative;
    padding: 24px;
}
.c-modal_close {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 4rem;
}

/* プラグインのCSSの書き換え */
.swiper-pagination{
  position: inherit !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-pagination-bullet-active{
  background: #000 !important;
}
@media screen and (max-width:1024px)  {
  #message::before{
    right: 130px;
  }
  #message::after {
    right: 568px;
  }
  footer::before {
    left: 150px;
  }
  footer::after {
    right: 160px;
  }
  footer .main-contents::before{
    left: 65px;
    transform: scale(0.8);
  }
  footer nav{
    margin-right: 0;
  }
}

@media screen and (max-width:768px)  {
  html {
      font-size: 54.6875%;
  }
  .for-pc{
    display: none !important;
  }
  .for-tab{
    display: block !important;
  }
  header{
    height: auto;
    padding: 20px 0;
  }
  header>.flexed{
    display: block;
  }
  header .instagram-icon{
    display: none;
  }
  header .right{
    margin: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
  }
  header .logo{
    margin: 0;
    text-align: left;
  }
  header .reserve_btn{
    top: 50%;
    right: 9rem;
    transform: translate(0, -50%);
    position: absolute;
  }
  header .reserve_btn a{
    border: 1px solid #000;
    padding: 10px 12px;
    font-size: 1.2rem;
  }

  /* ハンバーガーメニューの初期 */
  header .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10rem 1rem;
      opacity: 0;
      visibility: hidden;
      margin: 0;
      height: 100vh;
      background: rgba(255,255,255,0.9);
      transition: opacity .5s, visibility .5s;
      z-index: 9999;
  }
  header .nav_toggle {
      display: block;
      position: relative;
      width: 2.8rem;
      height: 2rem;
      z-index: 999999;
  }
  header .nav_toggle i {
      display: block;
      width: 100%;
      height: 2px;
      background-color: #333;
      position: absolute;
      transition: transform .5s, opacity .5s;
  }
  header .nav_toggle i:nth-child(1) {
      top: 0;
  }
  header .nav_toggle i:nth-child(2) {
      top: 0;
      bottom: 0;
      margin: auto;
  }
  header .nav_toggle i:nth-child(3) {
      bottom: 0;
  }

  /* クリックした時の閉じるボタン表示 */
  header .nav.show {
      opacity: 1;
      visibility: visible;
  }
  .close:before, .close:after {
    left: 15px;
  }

  header .nav_toggle.show i:nth-child(1) {
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  header .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  header .nav_toggle.show i:nth-child(3) {
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  header nav ul{
    justify-content: center;
  }
  header .left{
    width: 90%;
    margin: 40px auto 0;
  }
  header .intro{
    text-align: left;
    margin: 30px 0 0;
  }
  header .intro p{
    line-height: 1.6;
  }
  #message{
    background: #FFF;
    padding: 0;
  }
  #message::before{
    right: 70px;
    transform: scale(0.8);
  }
  #message::after{
    content: url('../images/bg/bg02-sp.png');
    right: 388px;
    bottom: -106px;
    transform: scale(0.6);
  }
  #message h2 {
    padding: 0 10px;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
  }
  #message .for-tab{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
  }
  #message article{
    float: inherit;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -o-writing-mode: inherit;
    writing-mode: inherit;
    text-align: center;
  }
  #message article span{
    position: inherit;
    bottom: -20px;
    left: inherit;
  }
  #menu .menu1{
    width: 80%;
    margin-bottom: 80px;
  }
  #menu .menu1 .detail {
    top: auto;
    left: auto;
    bottom: -100px;
  }
  #menu .menu2{
    width: 65%;
    margin-bottom: 130px;
    top: inherit;
    position: inherit;
    float: left;
  }
  #menu .menu2 .detail{
    top: inherit;
    bottom: -85px;
    left: inherit;
    right: -170px;
  }
  #menu .menu3 {
    width: 70%;
    padding: 0;
    float: none;
    display: inline-block;
    margin: 0 15% 50px;
  }
  #menu .menu3 .detail{
    margin-top: 20px;
  }
  #menu .menu4{
    width: 60%;
    padding: 0;
    margin-bottom: 60px;
    top: inherit;
    position: relative;
    float: right;
  }
  #menu .menu4 .detail{
    width: 250px;
    left: -270px;
    bottom: 0;
    position: absolute;
  }
  #menu .menu5{
    float: left;
    width: 60%;
  }
  #menu .menu5 .detail{
    left: inherit;
    right: -270px;
  }

  #instagram .main-contents.flexed{
    width: 600px;
  }
  #instagram .main-contents article{
    width: 200px;
  }
  #instagram .main-contents article:hover{
    opacity: 0.8;
  }

  /* access */
  #access .flexed{
    position: relative;
  }
  #access .left{
    width: 100%;
  }
  #access .right{
    width: 160px;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  footer::before{
    top: -100px;
    left: 100px;
    position: absolute;
    transform: scale(0.7);
  }
  footer::after{
    top: -80px;
    right: 100px;
    transform: scale(0.9);
  }
  footer .main-contents::before{
    bottom: 100px;
    left: 0;
    transform: scale(0.5);
  }
  footer .main-contents .contact .vertical{
    font-size: 3.0rem;
    text-align: initial;
  }
  footer .main-contents .contact a {
    font-size: 4.5rem;
  }
  footer nav{
    margin-top: 30px;
    margin-right: 0;
    bottom: inherit;
    right: inherit;
    position: inherit;
  }
  footer nav ul{
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  footer nav ul li{
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -o-writing-mode: inherit;
    writing-mode: inherit;
  }
}
@media screen and (max-width:414px)  {
  .for-sp-none{
    display: none;
  }
  .for-sp{
    display: block !important;
  }
  .section-wrapper{
    padding: 80px 0;
  }
  header{
    height: calc(100vh - 50px);
  }
  header .logo img{
    width: 120px;
  }
  header .left{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    position: absolute;
  }
  .swiper-pagination{
    width: 100%;
  }
  header .right {
    top: 0;
    left: 0;
    padding: 20px 5%;
    position: fixed;
    z-index: 999;
  }
  header.scroll .right {
    background: url(../images/bg/header.jpg) no-repeat center center;
    background-size: cover;
  }
  header .reserve_btn{
    right: calc(5% + 4rem);
  }
  header .intro p{
    margin-top: 30px;
    text-align: left;
    font-size: 1.8rem;
    line-height: 2;
  }
  #message::before {
    right: -50px;
    transform: scale(0.45);
  }
  #message::after{
    left: 35px;
    bottom: -133px;
    transform: scale(0.35);
  }
  #message article h2{
    margin-left: 0;
  }
  #message article p{
    font-size: 1.6rem;
  }
  #menu .intro p{
    font-size: 1.6rem;
  }
  #menu .detail{
    font-size: 1.4rem;
  }
  #menu article h3{
    font-size: 1.8rem;
  }
  #menu article .base-img{
    width: 50px;
  }
  #menu .detail p{
    line-height: 1.4;
    font-size: 1.2rem;
  }
  #menu .menu1 {
    margin-bottom: 100px;
  }
  #menu .menu1 .base-img {
      left: -10vw;
      top: 7vw;
  }
  #menu .menu1 .detail{
    right: 20px;
    width: 150px;
    bottom: -75px;
  }
  #menu .menu2{
    margin-bottom: 60px;
  }
  #menu .menu2 .base-img {
    top: 3vw;
  }
  #menu .menu2 .detail{
    right: -125px;
    width: 120px;
    bottom: 0px;
    transform: translate(0,0);
  }
  #menu .menu3 .base-img {
    left: auto;
    right: 2vw;
    top: 40vw;
  }
  #menu .menu3 .detail{
    margin-left: 0;
    width: 100%;
  }
  #menu .menu4 .base-img {
    top: 4vw;
    left: -9vw;
  }
  #menu .menu4 .detail{
    margin-left: 0;
    width: 120px;
    left: -130px;
  }
  #menu .menu5 .base-img {
    left: auto;
    bottom: auto;
    top: -26px;
    right: -10vw;
  }
  #menu .menu5 .detail{
    width: 120px;
    right: -145px;
  }
  #instagram .main-contents.flexed{
    width: 300px;
  }
  #instagram .main-contents.flexed article{
    width: 100px;
  }
  #instagram .campaign{
    padding: 18px 17px;
  }
  #instagram .campaign .header-item{
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold;
  }
  #instagram .campaign p:not(.header-item) {
    font-size: 1.6rem;
  }
  #access table{
    border-collapse: separate;
    border-spacing: 0px 4px;
  }
  #access table th,
  #access table td{
    font-size: 1.2rem;
  }
  #access table th{
    width: 50px;
    padding: 0 5px 0 0;
  }
  #access .right{
    width: 30vw;
  }
  footer .main-contents .contact{
    width: 250px;
    height: 250px;
  }
  footer .main-contents .contact .vertical{
    font-size: 2.0rem;
  }
  footer .main-contents .contact .tel a{
    font-size: 3.0rem;
  }
  footer .main-contents .contact .web{
    width: 120px;
    height: 120px;
    font-size: 1.6rem;
    left: -45px;
    top: -20px;
  }
  footer nav ul li a{
    font-size: 1.6rem;
  }
  footer::before {
    left: 30px;
    transform: scale(0.5);
  }
  footer::after{
    top: -105px;
    right: 0;
    transform: scale(0.5);
  }
  footer .main-contents::before{
    left: -80px;
    bottom: 15px;
    transform: scale(0.25);
  }
}
@media screen and (max-width:320px){
  header .logo img {
    width: 100px;
  }
  header .reserve_btn a {
    font-size: 1.2rem;
  }
  header .intro p {
    font-size: 1.4rem;
  }
  #message::before{
    right: -78px;
    transform: scale(0.3);
  }
  #message::after{
    left: 35px;
    transform: scale(0.25);
  }
  #message article p{
    font-size: 1.4rem;
  }
  #menu .intro p{
    font-size: 1.4rem;
  }
  #menu article h3::after {
    transform: scale(0.2);
  }
  #menu .menu1{
    margin-bottom: 110px;
  }
  #menu .menu1 .detail {
    right: 0px;
    width: 115px;
  }
  #menu .menu1 .base-img {
      left: -170px;
      bottom: 84px;
  }
  #menu .menu2 .detail {
    right: -110px;
    width: 103px;
  }
  #menu .menu2 .base-img {
      left: -40px;
      bottom: 13px;
  }
  #menu .menu3 .base-img {
  }
  #menu .menu4 .detail {
    width: 100px;
    left: -110px;
  }
  #menu .menu4 .base-img {
  }
  #menu .menu5 .detail {
    width: 100px;
    right: -110px;
  }
  #menu .menu5 .base-img {
  }
  #instagram .main-contents.flexed {
    width: 270px;
  }
  #instagram .main-contents.flexed article {
    width: 90px;
  }
  #instagram .campaign .header-item{
    font-size: 2.0rem;
  }
  #instagram .campaign p:not(.header-item) {
    font-size: 1.2rem;
  }
  #access .flexed{
    flex-wrap: wrap;
  }
  #access .right {
    width: 60%;
    margin: 20px auto 0;
    position: inherit;
  }
  footer::before {
      left: 15px;
      transform: scale(0.4);
  }
  footer::after {
    top: -105px;
    right: 0;
    transform: scale(0.4);
  }
  footer .main-contents::before {
    left: -103px;
    bottom: 0;
    transform: scale(0.2);
  }
  footer .main-contents .contact {
    width: 220px;
    height: 220px;
  }
  footer nav ul li a {
    font-size: 1.4rem;
  }
}
