@charset "utf-8";
/* CSS Document */

.wrap{
  font-family: 'Noto Sans JP', serif;
}
* img{
  max-width: 100%;
}

.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #E8E8E8;
  width: 100%;
}
.header_logo{
  padding: 25px 0 25px 48px;
}
.header_menu ul{
  display: flex;
  align-items: center;
}
.header_menu ul li{
  font: normal normal bold 17px/25px Noto Sans JP;
  letter-spacing: 1.7px;
}
.header_menu ul li + li{
  margin-left: 25px;
}
.header_menu ul li a{
  color: #000;
}

.header_menu ul li.menu_tel a{
  color:#B58C1B;
  font: normal normal bold 28px/40px Noto Sans JP;
  padding-left: 22px;
  position: relative;
  line-height: 1;
}
.header_menu ul li.menu_tel a::before{
  content:"";
  background-image: url("../images/icon_tel_g.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 21px;
  position: absolute;
  left: 0;
  top: calc(50% + 4px);
  transform: translateY(-50%);
  
}
.header_menu ul li.menu_contact a{
  background: linear-gradient(to right, #001D3B, #141414);
  display: block;
  padding: 34px 60px;
  color: #fff;
}

.hamburger{
  display: none;
}

 nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 70px;
    left : 0;
    color: #fff;
    background: rgba( 71,70,73,0.8 );
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
    height: calc(100vh - 70px);
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1.2em 0;
    font-size: 16px;
    text-decoration :none;
  }
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
  }



.mv{
  width: 100%;
  position: relative;
  background-image: url(../images/mv_bg.jpg);
}
.mv h2{
  display: flex;
}
.mv h2 img{
  width: 50%;
}
.mv .mv_link{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 32px 0;
  background:rgba(61,56,53,0.3);
}
.mv .mv_link ul{
  display: flex;
  justify-content: center;
}
.mv .mv_link ul li a{
  display: flex;
}
.mv .mv_link ul li a span {
  position: relative;
}

.mv .mv_link ul li .access{
  color: #fff;
  background: linear-gradient(to bottom right, #1A60A7, #262C53);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 392px;
  height: 100px;
  border-radius: 9999px;
  border: solid 4px #fff;
  box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}
.mv .mv_link ul li .reservation{
  color: #fff;
  background: linear-gradient(to bottom right, #247810, #091E05);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 392px;
  height: 100px;
  border-radius: 9999px;
  border: solid 4px #fff;
  box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
  margin-left: 25px;
}
      
.mv .mv_link ul li .access span::before {
  content: "";
  background-image: url("../images/icon_pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 33px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px))
}
      
.mv .mv_link ul li .access span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 8px;    /* くの字を山なりに見た時、左側の長さ */
  height: 8px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

.mv .mv_link ul li .reservation span::before {
  content: "";
  background-image: url("../images/icon_line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 50%;
  left: -70px;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px))
}
      
.mv .mv_link ul li .reservation span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 8px;    /* くの字を山なりに見た時、左側の長さ */
  height: 8px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
.mv_link_sp{
  display: none;
}

.maincontents01{
  background-color: #201A18;
  padding: 70px 0;
}
.maincontents01 .inner{
  display: flex;
}
.maincontents01 .inner .img{
  width: 45%;
}
.maincontents01 .inner .txt{
  width: 55%;
  padding-left: 96px;
  padding-right: 210px;
}
.maincontents01 .inner .txt h3{
  margin-top: 110px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 4px;
}
.maincontents01 .inner .txt p{
  margin-top: 80px;
  font: normal normal medium 16px/35px Noto Sans JP;
  letter-spacing: 1.6px;
  color: #fff;
  line-height: 2.1;
}

.maincontents .mainttl .sub{
  font: normal normal bold 13px/19px Noto Sans JP;
  color: #949494;
}
.maincontents .mainttl h3{
  font: normal normal bold 40px/58px Noto Sans JP;
  color: #1A1A1A;
}

.maincontents02{
  background-color: #E8E8E8;
  padding: 110px 0;
}
.maincontents02 .mainttl{
  text-align: center;
}

.maincontents02 .flow{
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.maincontents02 .flow li{
  padding: 0 62px;
}
.maincontents02 .flow li + li{
  background-image: url("../images/flow_line.svg");
  background-position: left 0 top 60px;
  background-repeat: no-repeat;
}
.maincontents02 .flow .ttl{
  font: normal normal bold 22px/28px Noto Sans JP;
  letter-spacing: 1.1px;
  text-align: center;
  margin-top: 20px;
}
.maincontents02 .flow .notes{
  font: normal normal medium 15px/21px Noto Sans JP;
  letter-spacing: 0.75px;
  text-align: center;
  margin-top: 8px;
}

.maincontents03{
  padding: 110px 0;
}
.maincontents03 .mainttl{
  text-align: center;
}
.maincontents03 .flex{
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.maincontents03 .flex .item{
  background-color: #221815;
  border-radius: 10px;
  width: 500px;
}
.maincontents03 .flex .item .txt{
  padding: 24px 50px;
  color: #fff;
}
.maincontents03 .flex .item .txt h4{
  font: normal normal bold 20px/29px Noto Sans JP;
  letter-spacing: 1px;
  line-height: 1.45;
}
.maincontents03 .flex .item .txt p{
  font: normal normal medium 15px/30px Noto Sans JP;
  letter-spacing: 0.75px;
  padding-top: 20px;
  margin-top: 20px;
  border-top:dashed#fff 1px;
  line-height: 2;
}
.maincontents03 .flex .item + .item{
  margin-left: 52px;
}

.maincontents04 .inner{
  display: flex;
  background-image: url(../images/spec_bg.jpg);
}
.maincontents04 .inner .img{
  width: 50%;
  overflow: hidden;
}
.maincontents04 .inner .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maincontents04 .inner .txt{
  padding: 96px 138px 20px;
  width: 50%;
}
.maincontents04 .inner .txt h4{
  font: normal normal 900 18px/30px Noto Sans JP;
  letter-spacing: 0.9px;
  line-height: 1.6;
  color: #2E3667;
  margin-top: 45px;
}
.maincontents04 .inner .txt p{
  font: normal normal medium 15px/25px Noto Sans JP;
  letter-spacing: 0.75px;
  line-height: 1.6;
  margin-top: 24px;
}
.maincontents04 .inner .txt ul{
  margin-top: 48px;
}
.maincontents04 .inner .txt ul li{
  font: normal normal medium 16px Noto Sans JP;
  letter-spacing: 0.8px;
  color: #2E3667;
  
}
.maincontents04 .inner .txt ul li + li{
  padding-top: 30px;
  margin-top: 30px;
  border-top:dashed 1px #2E3667;
}

.maincontents05{
  background-color: #201A18;
  padding: 110px 0;
}
.maincontents05 .mainttl{
  text-align: center;
}
.maincontents05 .mainttl .sub{
  color: #fff;
}
.maincontents05 .mainttl h3{
  color: #fff;
}
.maincontents05 .calendar{
  margin-top:22px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #fff;
}
.maincontents05 .calendar iframe{
  width: 100%;
}

.maincontents06{
  background-image: url(../images/spec_bg.jpg);
  padding: 110px 0;
}
.maincontents06 .mainttl{
  text-align: center;
}
.maincontents06 .flex{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.maincontents06 .flex .item{
  width: 530px;
  padding: 45px;
  border-radius: 16px;
  background-color: #fff;
}
.maincontents06 .flex .item + .item{
  margin-left: 44px;
}
.maincontents06 .flex .item h4{
  font: normal normal 900 29px/58px Noto Sans JP;
  letter-spacing: 2.9px;
}
.maincontents06 .flex .item ul{
  margin-top: 44px;
}
.maincontents06 .flex .item ul li{
  display: flex;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px dashed #B8B8B8;
}
.maincontents06 .flex .item ul li::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 150px;
  height: inherit;
  border-bottom: 2px solid #727272;
}
.maincontents06 .flex .item ul li .left{
  width: 150px;
  font: normal normal 900 15px/30px Noto Sans JP;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
.maincontents06 .flex .item ul li .right{
  font: normal normal normal 15px/30px Noto Sans JP;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
.maincontents06 .gmap{
  width: 100%;
  height: 276px;
  margin-top: 30px;
}
.maincontents06 .gmap iframe{
  width: 100%;
  height: 276px;
}

.maincontents07{
  padding: 110px 0; 
}
.maincontents07 .mainttl{
  text-align: center;
}
.maincontents07 .inner{
  text-align: center;
}
.maincontents07 .inner a{
  margin-top: 44px;
  display: inline-block;
}

.contact{
  background-color: #E8E8E8;
  padding: 60px 0;
}
.contact .inner{
  display: flex;
  justify-content: center;
}
.contact .inner .txt h3{
  font: normal normal bold 35px/51px Noto Sans JP;
  letter-spacing: 1.75px;
}
.contact .inner .txt p{
  font: normal normal medium 15px/30px Noto Sans JP;
  letter-spacing: 0.75px;
  margin-top: 10px;
}
.contact .inner .link{
  display: flex;
  margin-left: 50px;
}
.contact .inner .link a{
  font: normal normal bold 20px/29px Noto Sans JP;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 50vh;
  width: 350px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #221815;
  position: relative;
}
.contact .inner .link a p{
  position:relative; 
}

.contact .inner .link a:before{
  content: "";
  background-image: url(../images/icon_contact.svg);
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.contact .inner .link .footer_tel p:after{
  content: "";
  background-image: url(../images/icon_tel_w.svg);
  background-size: cover;
  width: 15px;
  height: 20px;
  position: absolute;
  left:-23px;
  top:5px;
}
.contact .inner .link a + a{
  margin-left: 16px;
}

.footer{
  padding: 40px 0 10px;
  background-color: #221815;
  text-align: center;
}
.footer .copyright{
  font: normal normal 300 11px/30px Noto Sans JP;
  letter-spacing: 1.1px;
  margin-top: 44px;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  
  
  .mv .mv_link{
    padding: 18px 0;
  }
  .mv .mv_link ul li .access{
    width: 350px;
    height: 70px;
    font-size: 22px;
  }
  .mv .mv_link ul li .access span::before {
    width: 20px;
    height: 27px;
    left: -30px;
  }
  .mv .mv_link ul li .reservation{
    width: 350px;
    height: 70px;
    font-size: 22px;
  }
  .mv .mv_link ul li .reservation span::before {
  width: 33px;
  height: 33px;
  left: -40px;
  }
  
  .maincontents01 .inner .txt{
    padding-left: 56px;
    padding-right: 110px;
  }
  .maincontents01 .inner .txt h3{
    margin-top: 60px;
  }
  .maincontents01 .inner .txt p{
    margin-top: 40px;
  }
  
  .maincontents03 .flex{
    padding: 0 24px;
  }
  .maincontents03 .flex .item + .item{
    margin-left: 30px;
  }
  
  .maincontents04 .inner .txt{
    padding: 46px 66px 30px;
  }
  .maincontents04 .inner .txt h4{
  margin-top: 30px;
  }
  .maincontents04 .inner .txt p{
    margin-top: 16px;
  }
  
  .maincontents05 .inner{
    padding: 0 24px;
  }
  
  .maincontents06 .flex{
    padding:0 24px;
  }
  .maincontents06 .flex .item{
    padding: 25px;
  }
  .maincontents06 .flex .item + .item{
    margin-left: 25px;
  }

  .maincontents06 .flex .item ul li::before{
    width: 30%;
  }
  .maincontents06 .flex .item ul li .left{
    width: 30%;
    padding-right: 10px;
  }
  .maincontents06 .flex .item ul li .right{
    width: 70%;
  }
  
  .maincontents07 .inner{
    padding: 0 24px;
  }
  
  .contact .inner .link{
    margin-left: 30px;
  }
  
}

@media screen and (max-width: 1500px) {
  .header_logo{
    width: 230px;
    padding: 15px 0 15px 24px;
  }
  .header_menu ul li{
    font-size: 15px;
  }
  .header_menu ul li.menu_tel a{
    font-size: 20px;
  }
  .header_menu ul li.menu_tel a::before{
    width: 12px;
    height: 16px;
    top:calc(50% + 2px);
  }
  .header_menu ul li.menu_contact a{
    padding: 24px 34px;
  }
  .header_menu ul li + li{
    margin-left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .contact .inner{
    display: block;
    text-align: center;
  }
  .contact .inner .link{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    justify-content: center;
  }
}

@media screen and (max-width: 1160px) {
  .header.active{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header_menu{
    display: none;
  }
  .hamburger {
    display : flex;
    justify-content: center;
    align-items: center;
    z-index : 3;
    width: 70px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to right, #001D3B, #141414);
  }
  .hamburger .inner{
    position: relative;
    width: 30px;
    height: 40px;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 0;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 0px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }

}

@media screen and (max-width: 768px) {
  .mv h2{
    display: block;
  }
  .mv h2 img{
    width: 100%;
  }
  .mv .mv_link{
    display: none;
  }
  .mv .mv_link ul{
    display: block;
  }
  .mv .mv_link ul li a.access,
  .mv .mv_link ul li a.reservation{
    margin-left: auto;
    margin-right: auto;
  }
  .mv .mv_link ul li a.reservation{
    margin-top: 20px;
  }
  .mv_link_sp{
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
  }
  .mv_link_sp ul{
    display: flex;
    width: 100%;
  }
  .mv_link_sp ul li{
    width: 50%;
  }
  
  .mv_link_sp ul li .access{
    color: #fff;
    background: linear-gradient(to bottom right, #1A60A7, #262C53);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 70px;
  }
  .mv_link_sp ul li .reservation{
    color: #fff;
    background: linear-gradient(to bottom right, #247810, #091E05);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 70px;
  }
  .mv_link_sp ul li a span {
    position: relative;
  }
      
  .mv_link_sp ul li .access span::before {
    content: "";
    background-image: url("../images/icon_pin.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 19px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(calc(-50% + 1px));
    transform: translateY(calc(-50% + 1px))
  }
  .mv_link_sp ul li .reservation span::before {
    content: "";
    background-image: url("../images/icon_line.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 50%;
    left: -43px;
    -webkit-transform: translateY(calc(-50% + 1px));
    transform: translateY(calc(-50% + 1px))
  }
    
  
  
  
  .maincontents01 .inner{
    display: block;
  }
  .maincontents01 .inner .img{
    width: 100%;
  }
  .maincontents01 .inner .txt{
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .maincontents01 .inner .txt h3{
    font-size: 30px;
  }
  
  .maincontents02 .flow{
    display: block;
  }
  .maincontents02 .flow li{
    text-align: center;
  }
  
  .maincontents02 .flow li + li{
    background-image: url("../images/flow_line@sp.svg");
    background-position: center top 0;
    padding-top: 30px;
    margin-top: 30px;
  }
  
  .maincontents03 .flex{
    display: block;
    padding: 0 24px;
  }
  .maincontents03 .flex .item{
    width: 100%;
  }
  .maincontents03 .flex .item + .item{
    margin-left: 0;
    margin-top: 30px;
  }
  .maincontents03 .flex .item .txt{
    padding: 24px;
  }
  
  .maincontents04 .inner{
    display: block;
  }
  .maincontents04 .inner .img{
    width: 100%;
  }
  .maincontents04 .inner .txt{
    padding: 24px;
    width: 100%;
  }
  
  .maincontents06 .flex{
    display: block;
  }
  .maincontents06 .flex .item{
    width: 100%;
  }
  .maincontents06 .flex .item + .item{
    margin-left: 0;
    margin-top: 30px;
  }
  
  .contact .inner .link{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
  }
  .contact .inner .link a{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .contact .inner .link a + a{
    margin-left: auto;
    margin-top: 30px;
  }
  
  
}