@charset "UTF-8";
/* A Modern CSS Reset */

*{
  margin: 0;
  padding: 0;
  color:#ffffff;
  font-family: 'Shippori Mincho', serif;
  font-weight:normal;
  font-style: normal;
  font-size: 16px;
  list-style: none;
  line-height: 200%;
  letter-spacing: 2px;
  box-sizing: border-box;
  text-align: left;
}

a{
  text-decoration: none;
}

a:hover{
  opacity: 0.6;
}


img{
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  display: block;
}

section{
  padding: 80px 0;
}

.bold{
  font-weight: bold;
}

.center{
  text-align: center;
}

.center{
  justify-content: center;
}
.wrapper {
  margin: 0 auto;
    margin-top: -100px;
}


.child{
  position: absolute;
}

.parent{
  position: relative;
}

.position_center{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.column{
  display: flex;
  flex-direction:  column;
}

.flexboxsp{
  display: flex;
}

.wrap{
  flex-wrap: wrap;
}

.align_center{
  align-items: center;
  align-self: center;
}

/*gap*/
.gap-1{
  gap:8px;
}

.gap-2{
  gap:16px;
}

.gap-3{
  gap:24px;
}

.gap-4{
  gap:32px;
}

.gap-5{
  gap:40px;
}

.gap-6{
  gap:48px;
}

.gap-7{
  gap:56px;
}

.gap-8{
  gap:64px;
}

.gap-9{
  gap:72px;
}

.gap-10{
  gap:80px;
}

.gap-11{
  gap:88px;
}

.gap-12{
  gap:96px;
}

/*mg*/
.mg-1{
  margin-bottom: 8px;
}

.mg-2{
  margin-bottom: 16px;
}

.mg-3{
  margin-bottom: 24px;
}

.mg-4{
  margin-bottom: 32px;
}

.mg-5{
  margin-bottom: 40px;
}

.mg-6{
  margin-bottom: 48px;
}

.mg-7{
  margin-bottom: 56px;
}

.mg-8{
  margin-bottom: 64px;
}

.mg-9{
  margin-bottom: 72px;
}

.mg-10{
  margin-bottom: 80px;
}

.mg-11{
  margin-bottom: 88px;
}

.mg-12{
  margin-bottom: 96px;
}

/*padding*/
.textbox{
  padding: 32px 48px;
}

.en , .navItem{
  font-family: 'Noto Serif JP', serif;
}

h1{
  font-weight: bold;
  font-size: 40px;
  line-height: 160%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
}

h2{
  font-size: 24px;
  line-height: 100%;
  margin-bottom:40px;
}

.h2_en{
  font-family: 'Noto Serif JP', serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom:24px;
}

.h3_en{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
font-weight: 600;
  line-height: 100%;
}

h3{
  line-height: 112%;
}

.bg_black{
  background: url(img/bg_black.webp);
  background-size: cover;
}

.bg_brown{
  background: url(img/bg_brown.webp);
  background-size: cover;
  background-position: center;
}

.bg_gray{
  background: url(img/bg_gray.webp);
  background-size: cover;
  background-position: center;
}

.bg_news{
  background: url(img/bg_news.webp);
  background-size: cover;
  background-position: center;
}

.bg_reserve{
  background: url(img/bg_reserve.webp);
  background-size: cover;
  background-position: center;
}

.bg_navy{
  background-color: #0E152D;
}

 .black{
  color: #000000;
}

.bg_white{
  background: white;
}

.border_white{
  border: solid 1px #ffffff; 
  height: 100%;
  width: 100%;
  padding: 24px;
}

header .btn{
  background: white;
  padding: 4px 12px;
}

header .btn img{
  width: 36px;
  height: auto;
}


/*header*/
header{
  position:sticky!important;
    top: 0;
    z-index: 10000;
    width: 100%;
    background: none;
    opacity: 1;
}

li.navItem.header_btn a , li.navItem.header_btn span {
    line-height: 100%;
}

li.navItem.header_btn a{
    border: solid 1px #000000;
    height: 100%;
    padding: 0 16px;
  }

  table{
  max-width: 100%;
  width: 680px;
  border-collapse: collapse;
  margin: 0 auto;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}

th , td{
  color: white;
  padding: 16px 8px;
  border-bottom: solid 1px white;
}

/*concept*/
.concept p{
  padding: 
}

.primo .imgbox{
  width:calc(80% - 40px);
}

.concept .rl{
  width:calc(20% - 40px);
  font-size: 40px;
  align-self: flex-end;
  padding-bottom:64px;
  letter-spacing: 1.3px;
}

.concept .imgbox img{
  width: 100%!important;
  height:540px!important;
  margin-top: -64px;
}

.concept .imgbox .en{
  color: rgba(255, 255, 255, 0.32);
  font-size: 170px;
  line-height: 88%;
  z-index: 1000;
  position: relative;
  margin-left: auto;}

.down{
  padding-top: 160px;
  font-size: 40px;  
  letter-spacing: 1.3px;
}


/*feature*/
.feature .imgbox , .feature .textimgbox{
  width: 50%;
}

.wxl{
  width:84%;
  margin: 240px auto 0 auto;
}

.wl{
  width:80%;
}

.wm{
  width:76%;
  margin:80px auto;
}

.ws{
  width:72%;
}
/*service*/
.service .box{
  align-self: stretch;
}

.service .item h2{
  margin-bottom: 0;
}

.service .item:nth-child(2n+1){
  flex-direction: row-reverse;
}

.rl{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/*menu*/
.menu .flexboxsp a{
  width:50%;
  background-size:cover;
}

.menu .flexboxsp a img{
  opacity: 0;
}

.menu .flexboxsp a:first-child{
  background-image: url(img/menu1.webp);
}

.menu .flexboxsp a:last-child{
  background-image: url(img/menu2.webp);
}

.menu .flexboxsp a:first-child:hover{
  background-image: url(img/menu1_a.webp);
  opacity: 1;
}

.menu .flexboxsp a:last-child:hover{
  background-image: url(img/menu2_a.webp);
  opacity: 1;
}

/*info*/
.information .textbox img{
  width:240px;
}

.information .tel{
  font-size: 20px;
}

.information .tel span{
  font-size: 24px;
  color: black;
}

.information th , .information td {
  color: black;
  border:none;
  align-items: flex-start;
}
.information th{
  width: 100px;
}

.information tr{
  display: flex;
}

.information table{
  width: auto;
  max-width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  border: none;
}

.information img{
  height: 64px;
  width: auto;
}

/*news*/
.info-list{
  width: 90%;
  margin: 0 auto;
}

.info-list li{
  border-bottom: solid 1px #fff;
  padding: 16px 8px;
}

/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  padding:0;
}

/*以下はコンテンツ内のレイアウト*/
.info-list dl,
.gallery-list{
  display: flex;
}

.info-list dt{
  margin:0 10px 0 0;
}

.gallery-list li{
  margin:0 10px 0 0;
}


.modaal-content-container h3{
  color: black;
  font-size: 24px;
  margin-bottom: 24px;
}

.modaal-content-container p{
  color: black;
}

.modaal-close{
  top:80px!important;
}

/*reserve*/
.reserve .tel{
  font-size: 40px;
  border:solid 1px #ffffff;
  padding: 8px 32px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 460px;
}


/*footer*/
footer{
  padding: 80px;
}
footer .logo{
  display: block;
  height: 64px;
  width: auto;
  margin:0 auto 32px;
}

.links a{
  height: 60px;
}

.links img{
  height: 100%;
  width: auto;
}

.copy{
font-size: 14px;
font-style: normal;
font-weight: 400;
margin-top: 40px;
}



.wrap{
  background: white;
}


/*アニメーション要素のスタイル*/
.animation{
  opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.effect{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 1199px) {
 /*480px以下に適用されるCSS（スマホ用）*/ 
 .pc_only{
  display: none!important;
}


*{
  font-size: 14px;
}

footer{
  padding: 40px;
}


footer ul li{
  margin:20px;
}
/*header*/
/*ナビのスタイル*/
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  padding: 0 57px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .btn {
    padding: 8px 12px;
    display: flex!important;
    border: solid 1px;
    width: 240px;
    padding: 8px!important;
    margin-top: 8px!important;
}

header img {
  height: 40px;
  width: auto;
}

nav.NavMenu{
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background:white;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}

.NavInner{
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

nav.NavMenu ul li{
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  text-align: center;
  padding-bottom: 0px;
}

nav.NavMenu ul li:last-child{
  padding-bottom: 0;
}

nav.NavMenu ul li a{
  display: block;
  margin: 0 auto;
  padding:8px 0;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: black;
}

.header_right{
  display: flex;
  width: 50%;
  justify-content: center;
  margin: 0 auto;
}

.header_right a{
  display: inline-block;
}

/*ボタンのスタイル*/
.Toggle {
  position: fixed;
  right:16px;
  top: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 13;
  display: block;  
  /*background: white;*/
  border-radius: 4px;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 24px;
  border-bottom: solid 2px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 8px;

}

.Toggle span:nth-child(1) {
  top: 11px;
}

.Toggle span:nth-child(2) {
  top: 19px;
}

.Toggle span:nth-child(3) {
  top: 27px;
}

.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #000;
}

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #000;
}

h1{
  font-weight: bold;
  font-size: 32px;
  line-height: 160%;
}

h2{
  font-size: 20px;
  margin-bottom: 24px;
}

.h2_en{
  font-size: 32px;
  margin-bottom:16px;
}

section{
  padding: 32px 16px;
}

.wrapper{
  margin: 0px auto;
    margin-top: -60px;
}

.fv img{
  height: 80vh; 
  width: auto;
  object-fit:cover;
  object-position: right;
}

.gap-6{
  gap:16px;
}


.textbox {
    padding: 16px 32px;
}

.concept .flexboxsp{
  flex-direction: column-reverse;
}

.concept .rl{
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 24px;
}

.down{
  font-size: 24px;
}

.primo .imgbox{
  width: 100%;
}

.concept .imgbox .en{
  font-size: 96px;
  text-align: right;
}

.concept .imgbox img{
  height: auto!important;
  margin-top: -32px;
}

.feature .imgbox, .feature .textimgbox{
  width: 100%;
}

.wxl{
  width:80%;
  margin:80px auto;
}

.wl{
  width:100%;
}

.wm{
  width:80%;
  margin:80px auto;
}

.ws{
  width:72%;
}

.information th{
  width: 120px;
}

.information .tel{
  display: block;
  margin: 0 auto;
  text-align: center;
}

.info-list dl{
  display: block;
}

.info-list dd{
  width: 100%;
}

.menu .flexboxsp a {
    background-size: cover;
}

.reserve .tel {
    font-size: 24px;
    border: solid 1px #ffffff;
    padding: 8px 32px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}

th , td{
  width: 100%;
  padding:4px 8px;
}


td{
  border: solid 1px #fff;
}

dt{
  width: 20%;
}

dd{
  width: calc(70% - 16px);
}

dl{
  flex-wrap: wrap;
  gap:16px;
}
}

@media screen and (min-width: 1200px) {
  *{

  }

  .NavMenu{
  display: block!important;
}

  .sp_only{
    display: none!important;
  }

  header{
    height:100px;
    display: flex;
    padding: 0 40px;
  }

  header img{
    height:40px;
    width: auto;
  }

  header ul{
    display: flex;
  }

  header ul li{
    margin: 0 24px;
  }

  .inner{
    max-width: 1440px;
    margin:0 auto;
    padding: 40px 80px;
  }

  .inner_none{
    max-width: 1440px;
    margin:0 auto;
  }

  .flexbox{
    display: flex;
  }

  .between{
    justify-content: space-between;
  }

  .around{
    justify-content: space-around;
  }

  .align_center{
    align-items: center;
  }

  /*concept*/
  .concept p , .concept img{
    width:50%;
  }

  .concept img{
    object-fit: cover;
  }

  /*service*/
.service img{
  width: 60%;
  flex-basis: 1;
}

.service .box{
  width: 40%;
}

/*news*/
.news ul{
  width: 60%;
  margin-top: 16px;
  border-top: solid 1px #cccccc;
}

footer .main_link li{
  width: 33%;
}


}


