@charset "UTF-8";
/* CSS Document */

/*===============================

	b2b New

================================*/

/* PC、スマートフォン表示分岐 */
.pcView {
  display: block;
}
.pcOnly {
  display: block;
}
.spView {
  display: none;
}
.spOnly {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pcView {
    display: none;
  }
  .pcOnly {
    display: none;
  }
  .spView {
    display: block;
  }
  .spOnly {
    display: block;
  }
}

h1, h2, h3, h4, h5, h6 {
   text-transform: none; 
}

.aqua {background-color: #d4f1f3;}
.light-blue {color: #00B0B9 !important;}
.Dark-blue {color: #202B46 !important;}
.hgv-pink {color: #CE3262 !important;}
.f-right {float: right !important;text-align: right;}
.f-left {float: left !important;}
.txt-center {text-align: center !important;}
.txr-left {text-align: left !important;}
.txr-right {text-align: right !important;}


.bg_gray{
  background-color: #F8F8F8;
  margin: 0;
	padding: 0;
}

.bg_teal{
	background-color: rgba(0, 176, 185, 0.1);
	margin: 0;
	padding: 0;
}

.bg_beige{
	background-color: #F5F1EB;
	margin: 0;
	padding: 0;
}

article#packages {
  background-color: #F8F8F8;
}


/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #FFF;
}
header #header {
  position: relative;
  max-width: 1063px;
  margin: 0 auto;
}
header #headerLogoArea {
  position: absolute;
  left: 28px;
  top: 13px;
}
header #headerLogoArea h1 {
  margin: 0;
}
header #headerLogoArea img {
  width: 120px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  header {
    width: 100%;
    height: 60px;
    padding: 0;
  }
  header #header {
    width: 100%;
    margin: 0;
  }
  header #headerLogoArea {
    z-index: 100;
    left: 28px;
    top: 20px;
  }
  header #headerLogoArea img,
  header #headerLogoArea h1 img {
    width: 106px;
    height: auto;
  }

  #mainContents {
    padding: 70px 0 0;
  }

}



/* ======================== */
/* main visual */
/* ======================== */

.top_hero {
  overflow: auto;
  position: relative;
}

.img_hero {
  width:100%;
  text-align: center;
  background-color:#202B46;
}

.img_hero img{
  width:100%;
  text-align: center;
}

.top_text{
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(1, 1, 4, 1);
  line-height: 1.4;
  position: absolute;
  bottom: 10px;
  width: 300px;
  right: 40px;
  font-weight: bold;
}

@media screen and (max-width:767px) {

  .top_hero {
    background-color:#202B46;
  }

  .img_hero {
    width:100%;
    text-align: center;
    background-color:#202B46;
  }

  .img_hero img{
    width:100%;
    text-align: center;
  }

  .top_text{
    position: absolute;
    right: 5px;
    width: 40%;
  }
 
}


.campaign_hero{
  color: #fff;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #202B46;
}

.campaign_title{
  text-align: center;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.4;
  padding-right: 20px;
  border-right: 1px solid #fff;
}

.campaign_title span{
  font-size: 2rem;
  font-weight: normal;
}

.campaign_box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.campaign_border{
  padding: 5px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  line-height: 1.4;
}

.campaign_period{
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

.campaign_period .number{
 font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
}


@media screen and (max-width:767px) {
  
  .campaign_hero{
    color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    background-color: #202B46;
  }

  .campaign_title{
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding-right: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }

  .campaign_title span{
    font-size: 1.8rem;
    font-weight: normal;
  }

  .campaign_box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .campaign_border{
    padding: 2px;
    border: 1px solid #fff;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .campaign_period{
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .campaign_period .number{
  font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
  }
}





/* ======================== */
/* main content */
/* ======================== */

  #mainContents {
    padding: 70px 0 0;
    min-height: 500px;
  }

.main_content{
  margin: 0 auto;
  padding: 50px 0;
}

.main_h2{
  margin: 0 auto;
  padding: 0 0 50px;
  font-size: 3rem;
  color: #202B46;
  text-align: center;
  font-weight: bold;
}

.intro_content{
  background-color: #F8F8F8;
  width: 80%;
  margin: 0 auto 0;
  padding: 0 20px;
  max-width: 900px;
}

.intro_h2{
  margin: 0 auto;
  padding: 0 0 30px;
  font-size: 2.5rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}

.intro_text{
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}

.plan_content{
  width: 100%;
  padding: 0 0;
  background-image: url(../../common/img/plan_bg.webp);
  padding-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0;
  position: relative;
  min-height: 545px;
}

.plan_box{
  background: #ffffff;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.2));
  width: 60%;
  max-width: 370px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.plan_h2{
  background-color: #202B46;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 2px;
}

.plan_num{
  font-size: 2.5rem;
  font-weight: bold;
}

.plan_text{
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.plan_text .plan_num{
  font-size: 3rem;
}

.plan_option{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
}

.plan_additionS{
  text-align: center;
  font-size: 1.4rem;
}

.plan_additionM{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

.plan_button{
  display: block;
  width: 80%;
  padding: 13px 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #CE3262;
  border: 1px solid #CE3262;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF !important;
  text-align: center;
  margin: 10px auto;
}

.plan_button:hover{
  text-decoration: none;
  opacity: 0.7;
}

.plan_limit{
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #202B46;
  width: 350px;
  margin: 10px auto;
  padding: 0 0 10px;
}

.plan_link{
  text-decoration: underline !important;
}

.gift_content{
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.gift_h3{
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  line-height: 1.2;
  margin: 0 auto 2rem;
  padding: 0 3rem;
}

.gift_text{
  font-size: 2.5rem;
  font-weight: bold;
  color: #00B0B9;
}

.gift_h3::before, .gift_h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.5px;
  height: 3rem;
  background: rgba(0, 0, 0, 1);
}
.gift_h3::before {
  transform: rotate(-30deg);
  left: 0;
}
.gift_h3::after {
  transform: rotate(30deg);
  right: 0;
}


.gift_h2{
  background-color: #202B46;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  line-height: 1.6;
  letter-spacing: 2px;
  width: 100%;
  margin: 0 auto;
}

.gift_image{
  width: 100%;
  margin: 30px auto 0px;
}

.gift_image img{
  width: 100%;
}

@media screen and (max-width:767px) {


  .main_content{
    margin: 0 auto;
    padding: 30px 15px;
    
  }

  .main_h2{
    margin: 0 auto;
    padding: 0 0 50px;
    font-size: 3rem;
    color: #202B46;
    text-align: center;
    font-weight: bold;
  }

  .intro_content{
    background-color: #F8F8F8;
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
  }

  .intro_h2{
    margin: 0 auto;
    padding: 0 0 20px;
    font-size: 1.7rem;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: -1px;
  }

  .intro_text{
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0;
  }

  .plan_content{
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    min-height: 500px;
    background-image: url(../../common/img/plan_bg_sp.webp);
  }

  .plan_box{
    background: #ffffff;
    margin: 0 auto;
    padding: 15px;
    border-radius: 8px;
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.2));
    width: 80%;
  }

  .plan_h2{
    background-color: #202B46;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
    padding: 5px 0px;
    line-height: 1.6;
    letter-spacing: 0;
    width: 90%;
    margin: 0 auto;
    }

  .plan_num{
    font-size: 2rem;
    font-weight: bold;
  }

  .plan_text{
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

   .plan_text .plan_num{
    font-size: 3.5rem;
   }

  .plan_option{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .plan_additionS{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .plan_additionM{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .plan_button{
    display: block;
    width: 90%;
    height: auto;
    padding: 13px 0;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #CE3262;
    border: 1px solid #CE3262;
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF !important;
    text-align: center;
    margin: 15px auto;
  }

  .plan_button:hover{
    text-decoration: none;
    opacity: 0.7;
  }

  .plan_limit{
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 2px solid #202B46;
    width: 100%;
    margin: 10px auto;
    padding: 0 0 10px;
    letter-spacing: -1px;
  }

  .plan_link{
    text-decoration: underline !important;
  }

  .gift_content{
    margin: 0 0 0;
    padding: 60px 0 0;
  }

  .gift_h3{
    position: relative;
    text-align: center;
    display: block;
    width: fit-content;
    line-height: 1.2;
    margin: 0 auto 1rem;
    padding: 0 3rem;
  }

  .gift_text{
    font-size: 2rem;
    font-weight: bold;
    color: #00B0B9;
  }

  .gift_h3::before, .gift_h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1.5px;
    height: 3rem;
    background: rgba(0, 0, 0, 1);
  }
  .gift_h3::before {
    transform: rotate(-30deg);
    left: 0;
  }
  .gift_h3::after {
    transform: rotate(30deg);
    right: 0;
  }


  .gift_h2{
    background-color: #202B46;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    padding: 7px 0;
    line-height: 1.4;
    letter-spacing: 2px;
    width: 100%;
    margin: 0 auto;
  }

  .gift_image{
    width: 100%;
    margin: 15px auto 0px;
  }

  .gift_image img{
    width: 100%;
  }

}




/*************************
******* tab_wrapper ******
**************************/


/*タブ切り替え全体のスタイル*/
.tab_wrapper {
  background-color: #F8F8F8;
  width: 80%;
  margin: 0 auto 0;
  padding: 0 20px;
  max-width: 900px;
}

.tab_h2{
  margin: 0 auto;
  padding: 0 0 30px;
  font-size: 3rem;
  color: #202B46;
  text-align: center;
  font-weight: bold;
}

/*タブのスタイル*/
.tab_item {
  padding: 20px 10px;
  background-color: #A2A6B1;
  line-height: 1.6rem;
  font-size: 2rem;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: normal;
  margin: 0 0 -1px;
  border-left: 2px solid #fff;
  position:relative;
  height:auto;
  box-sizing:border-box;
}

.tab_item:first-of-type {
  border-left: none;
}
.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}

.tab1{
  width:50%;
}
.tab2{
  width:50%;
}


label.tab1:after{
  left: 47%;
}

label.tab2:after{
  left: 45%;
}


@media  screen and (max-width: 1199px) and (min-width: 992px){
  .tab_item {
    font-size: 18px;
  }
  
}

@media screen and (max-width: 991px) and (min-width: 768px){
  
  .tab_item {
    font-size: 16px;
  }
  
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 30px 30px;
  clear: both;
  overflow: auto;
  border: 1px solid #202B46;
  background-color: #fff;
}


/*選択されているタブのコンテンツのみを表示*#access:checked ~ #access_content,*/
#room:checked ~ #room_content,
#common:checked ~ #common_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tab_wrapper input:checked + .tab_item {
  background-color: #202B46;
  color: #fff;
}

@media  screen and (max-width: 991px) and (min-width: 768px){

  .tab_content {
    display: none;
    padding: 20px 20px;
    clear: both;
    overflow: auto;
    border: 1px solid #202B46;
  }
  
  /*選択されているタブのコンテンツのみを表示
  #access:checked ~ #access_content,*/
  #room:checked ~ #room_content,
  #common:checked ~ #common_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .tab_wrapper input:checked + .tab_item {
    background-color: #202B46;
    color: #fff;
  }
  
}


@media  screen and (max-width: 767px) {


  .tab_wrapper{
    width: 100%;
    padding: 0;
    margin: 0 auto 0;
  }

  .tab_h2{
    margin: 0 auto;
    padding: 0 0 20px;
    font-size: 2rem;
    color: #202B46;
    text-align: center;
    font-weight: bold;
  }
  
  .tab1{
    width:50%;
  }
  .tab2{
    width:50%;
  }

  .tab_content{
    padding: 15px;
  }
  
  .tab_item {
    background-color: #A2A6B1;
    line-height: 1.6;
    font-size: 1.8rem;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: normal;
    margin: 0 0 -1px;
    border-left: 2px solid #fff;
    position:relative;
    height:auto;
    padding: 10px;
  }
}




/* ======================== */
/* レスポンシブ対応：モバイル向け調整 */
/* ======================== */
/* PC専用の改行タグを非表示にする */
@media screen and (max-width: 767px) {
  br.only-pc {
    display: none;
  }
}

/* ======================== */
/* スライダー全体のスタイル */
/* ======================== */
.slider {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

/* スライダーの表示領域 */
.slider-viewport {
  cursor: grab;
  -webkit-user-select: none;
          user-select: none;
}

/* スライドを横並びに配置 */
.slider-items {
  display: flex;
  pointer-events: none;
}

/* 各スライドを均等幅に設定 */
.slider-slide {
  flex: 1;
}

/* ======================== */
/* スライド内の画像のスタイル */
/* ======================== */
/* スライド内の画像を比率固定で表示 */
.slider-image {
  position: relative;
  aspect-ratio: 1480/832;
}
.slider-image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-addition{
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  color: #fff;
  font-size: 1.6rem;
}

/* ======================== */
/* スライドテキストのスタイル */
/* ======================== */
.slider-text {
  line-height: 1.8;
  text-align: center;
}
@media print, (min-width: 768px) {
  .slider-text {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .slider-text {
    margin-top: 15px;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
  }

  .slider-addition{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    color: #fff;
    font-size: 1.2rem;
  }

}

/* ======================== */
/* スライド操作エリアのスタイル（ナビゲーション＋サムネイル） */
/* ======================== */
@media print, (min-width: 768px) {
  .slider-controls {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .slider-controls {
    margin-top: 15px;
  }
}

.slider-controls-inner {
  position: relative;
}

/* ======================== */
/* 矢印ナビゲーションのスタイル */
/* ======================== */
/* 矢印ボタンのサイズ調整 */
.slider-nav button {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
@media print, (min-width: 768px) {
  .slider-nav button {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .slider-nav button {
    width: 25px;
		display:none;
  }
}

/* 矢印アイコンのスタイル */
.slider-nav button::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background: #ce3262;
  -webkit-mask: url(../../common/img/slider_arrow.svg) 0 0/contain no-repeat;
          mask: url(../../common/img/slider_arrow.svg) 0 0/contain no-repeat;
  transition: opacity 300ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .slider-nav button::before {
    width: 25px;
    height: 20px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .slider-nav button::before {
    width: 19px;
    height: 15px;
    margin-top: -7.5px;
		content:none;
  }
}

/* 矢印ボタンのホバー・アクティブ状態のスタイル */
@media print, (min-width: 768px) {
  .slider-nav button:hover::before,
  .slider-nav button:active::before {
    opacity: 0.5;
  }
}

/* 左矢印ボタンのスタイル */
.slider-nav button:nth-child(1) {
  left: 0;
}
.slider-nav button:nth-child(1)::before {
  left: 0;
  transform: scaleX(-1);
}

/* 右矢印ボタンのスタイル */
.slider-nav button:nth-child(2) {
  right: 0;
}
.slider-nav button:nth-child(2)::before {
  right: 0;
}

/* ======================== */
/* サムネイルのスタイル */
/* ======================== */
.slider-thumbnails {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .slider-thumbnails {
    width: 670px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .slider-thumbnails {
    margin: 0 0;
  }
}

/* 中央のサムネイル1つ分の表示枠 */
.slider-thumbnails-center {
  width: 20%;
  margin: 0 auto;
}

/* サムネイルを横並びに配置 */
.slider-thumbnails-items {
  display: flex;
}

/* 各サムネイルを均等幅に設定 */
.slider-thumbnails-slide {
  flex: 1;
}
@media print, (min-width: 768px) {
  .slider-thumbnails-slide {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .slider-thumbnails-slide {
    padding: 0 3px;
  }
}

/* サムネイルのボタンスタイル */
.slider-thumbnails-slide button {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1480/832;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transition: opacity 300ms cubic-bezier(.215, .61, .355, 1);
}

.slider-thumbnails-slide button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #ce3262;
  opacity: 0;
  transition: opacity 300ms cubic-bezier(.215, .61, .355, 1);
}

.slider-thumbnails-slide button img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* サムネイルのホバー・アクティブ状態 */
@media print, (min-width: 768px) {
  .slider-thumbnails-slide button:hover,
  .slider-thumbnails-slide button:active {
    opacity: 0.5;
  }
}

/* 現在のスライドを示すサムネイルのスタイル */
.slider-thumbnails-slide.is-current button {
  pointer-events: none;
}
.slider-thumbnails-slide.is-current button::before {
  opacity: 1;
}

/* ======================== */
/* グラブカーソルの設定 */
/* ======================== */
/* フリック操作中のカーソル変更 */
.slider.is-grabbing .slider-viewport,
.slider.is-grabbing .slider-viewport * {
  cursor: grabbing !important;
}

/* ======================== */
/* サムネイルが5個以下のときのレイアウト調整 */
/* ======================== */
.slider.is-lte5 .slider-controls {
  display: flex;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .slider.is-lte5 .slider-nav button:nth-child(1) {
    left: -35px;
  }
}
@media print, (min-width: 768px) {
  .slider.is-lte5 .slider-nav button:nth-child(2) {
    right: -35px;
  }
}
@media print, (min-width: 768px) {
  .slider.is-lte5 .slider-thumbnails {
    width: auto;
  }
}
.slider.is-lte5 .slider-thumbnails-center {
  width: auto;
}
.slider.is-lte5 .slider-thumbnails-track-wrapper {
  width: auto !important;
}
.slider.is-lte5 .slider-thumbnails-track-offset {
  transform: none !important;
}
.slider.is-lte5 .slider-thumbnails-track {
  transform: none !important;
}
.slider.is-lte5 .slider-thumbnails-items {
  transform: none !important;
}
.slider.is-lte5 .slider-thumbnails-slide {
  flex: none;
}
@media print, (min-width: 768px) {
  .slider.is-lte5 .slider-thumbnails-slide {
    width: 124px;
  }
}
@media screen and (max-width: 767px) {
  .slider.is-lte5 .slider-thumbnails-slide {
    width: 63px;
  }
}

.tab_addition{
  width: 900px;
  margin: 0 auto;
  text-align: right;
  padding: 15px 20px 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .tab_addition{
    width: 100%;
    margin: 0 auto;
    text-align: right;
    padding: 10px 0 0;
    font-size: 1.2rem;
  }
}

/* profile */

.profile_content{
  width: 80%;
  margin: 30px auto 0;
  padding: 0 20px;
}

.profile_text{
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

.profile_column{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin: 50px auto 0;
  max-width: 900px;
}

.profile_detail{
  width: 50%;
}

.profile_detail dt{
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}

.profile_address{
  font-weight: normal;
}

.profile_detail dd{
  font-size: 1.6rem;
  line-height: 1.6;
}

.g_map_area{
  width: 50%;
  overflow: hidden;
  height: 300px;
}

.g_map_area iframe{
  border: 0;
  width: 100%;
  max-width: 700px;
  height: 600px;
  margin-top: -150px;
}


@media screen and (max-width: 767px) {

  .profile_content{
    width: 100%;
    margin: 20px auto 0;
    padding: 0 0;
  }

  .profile_text{
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }

  .profile_column{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin: 20px auto 0;
    max-width: 900px;
  }

  .profile_detail{
    width: 100%;
  }

  .profile_detail dt{
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .profile_address{
    font-weight: normal;
  }

  .profile_detail dd{
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .g_map_area{
    width: 100%;
    overflow: hidden;
    height: auto;
  }

  .g_map_area iframe{
    border: 0;
    width: 100%;
    max-width: 700px;
    height: 400px;
    margin-top: -150px;
  }

}



/* sales */
.sales_content{
	margin: 0 auto;
	padding: 50px 0;
}

.sales_inner {
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
	padding: 0 20px 0;
	margin: 0 auto;
}

.sales_column{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
  margin: 0 auto;
  max-width: 900px;
}

.sales_image{
	width: 50%;
}

.sales_image img{
	width: 100%;
}

.sales_box{
  width: 50%;
}

.sales_inner .pcOnly .sales_h2{
  text-align: center;
  margin: 0 auto 30px;
}

.sales_h2{
  color: #000;
  font-size: 2.5rem;
  margin: 0 auto 15px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
  text-align: left;
}

.sales_h3{
  margin: 20px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.sales_text{
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
	.sales_content{
		margin: 0 auto;
		padding: 0 0 30px;
	}

	.sales_inner {
    width: 100%;
    max-width: unset;
    overflow: hidden;
    padding: 0 0 0;
    margin: 0 auto;
	}

	.sales_column{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: flex-start;
		justify-content: center;
		align-items: flex-start;
		gap: 20px;
		margin: 0 auto;
	}

	.sales_image{
		width: 100%;
		margin: 0 0;
	}

	.sales_image img{
		width: 100%;
	}

	.sales_box{
    padding: 0 15px;
		margin: 0 auto;
    width: 90%;
	}

  .sales_h2{
    color: #000;
    font-size: 1.8rem;
    margin: 0 auto 10px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: none;
    text-align: center;
  }

  .sales_h3{
    margin: 20px 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    color: #202B46;
  }

  .sales_text{
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }

}



/* flow */
.flow_content{
	margin: 0 auto;
	padding: 50px 0 20px;
}

.flow_h2{
	color: #000;
	text-align: center;
	font-size: 3rem;
	margin: 0 auto 30px;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
	max-width: 1000px;
	text-align: center;
}

.flow_inner {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  padding: 0 20px 0;
  margin: 0 auto;
}

.flowstep_column{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
  justify-content: space-between;
	align-items: flex-start;
	gap: 20px 30px;
	margin: 30px 0;
  flex-wrap: wrap;
}

.flowstep_columnlist{
	position: relative;
  width: 30%;
}

.flowstep_columnlist::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #c9c7c3;
	border-right: 0;
	content: "";
	position: absolute;
	top: 70px;
	left: -33px;
}

.flowstep_columnlist:first-child:before, .flowstep_columnlist:nth-child(4):before {
	content:none;
}

.flowstep_image{
	position: relative;
}

.flowstep_image img{
	width: 100%;
}

.flowstep_image span{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00B0B9;
  width: 25%;
  text-align: center;
  padding: 5px 5px;
  color: #fff;
  font-size: 1.6rem;
}

.flowstep_columnlist picture{

}

.flowstep_columnlist .flowstep_text{
  text-align: left;
	font-size: 1.4rem;
  line-height: 1.6;
	margin: 10px 0 0;
}

.flowstep_columnlist .flowstep_text span{
  text-align: center;
	font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
	margin: 10px 0 0;
  display: block;
}

.flowstep_text a{
  text-decoration: underline;
}

@media screen and (max-width: 767px) {

	.flow_content{
		margin: 0 auto;
		padding: 20px 0;
	}

	.flow_h2{
		color: #000;
		text-align: center;
		font-size: 2rem;
		margin: 0 auto 0;
		font-weight: 600;
		line-height: 1.6;
		text-transform: none;
		max-width: 1000px;
		text-align: center;
	}

	.flow_inner{
    padding: 0 15px;
    width: 90%;
	}

	.flowstep_column{
		display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px 10px;
    margin: 20px 0 0;
	}

	.flowstep_columnlist{
		position: relative;
    min-height: 200px;
		width: 45%;
	}

	.flowstep_columnlist::before {
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 15px solid #c9c7c3;
		border-right: 0;
		content: "";
		position: absolute;
		top: 20%;
		left: -15%;
	}

	.flowstep_columnlist:first-child:before {
		content:none;
	}
	.flowstep_columnlist:nth-child(3):before ,.flowstep_columnlist:nth-child(5):before{
		content:none;
	}

	.flowstep_columnlist:nth-child(4):before{
		content:"";
	}  

	.flowstep_image{
		position: relative;
	}

	.flowstep_image span{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00B0B9;
    width: 34%;
    text-align: center;
    padding: 5px 5px;
    color: #fff;
    height: 12%;
    font-size: 1.4rem;
	}

	.flowstep_columnlist picture{

	}

	.flowstep_columnlist .flowstep_text{
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.4;
		margin: 10px 0 0;
	}

  .flowstep_columnlist .flowstep_text span{
    text-align: center;
    font-size: 1.45rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 0;
    display: block;
  }

}

/* contact LayoutTyp08 */
.LayoutTyp08{

}

.LayoutTyp08 h2{

}

.LayoutTyp08 h2 span{
  display: inline-block;
  border: 2px solid #fff;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 1.8rem;
}

.LayoutTyp08 .contact_text{
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 10px 0 0;
}

.bold{
  font-weight: bold;
}


@media only screen and (max-width: 767px) {
  
  .LayoutTyp08 {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
  }

  .LayoutTyp08 h2 span {
    display: inline-block;
    border: 2px solid #fff;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .LayoutTyp08 a {
    font-size: 4rem;
  }

}


/* form */
.LayoutTyp11{
  padding: 80px 0 50px;
}

.span.form_required {
  background: #ce3262 !important;
}

.LayoutTyp11 .formArea .formTyp02 h3.required::after {
  background: #ce3262;
}

.LayoutTyp11 .formArea .formTyp09 a {
  font-weight: 700;
  color: #ce3262;
  text-decoration: underline;
}

.LayoutTyp11 .formArea .formTyp05 input[type="submit"]:disabled {
  background-color: #ce3262;
}

.head-border{
  color: #202B46;
  text-align: center;
  font-size: 3rem;
  margin: 0 auto 30px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  max-width: 1000px;
  text-align: center;
}

.form_text{
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin: 30px 0 0;
}
.form_text--small{
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  margin: 10px 0 50px;
}

/* .form_text:first-child{
  margin: 0 0 30px;
} */

@media only screen and (max-width: 767px) {
  /* form */
  .LayoutTyp11{
    padding: 70px 0 50px;
  }

  .head-border{
    color: #202B46;
    font-size: 2rem;
    margin: 0 auto 0;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    max-width: 1000px;
    text-align: center;
  }

  .form_text{
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    margin: 15px 0 0;
  }

  .form_text--small{
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    margin: 10px 0 0;
  }

  /* .form_text:first-child{
    margin: 0 0 15px;
  } */

  .LayoutTyp11 .formArea .formTyp09 .checkBox label{
    padding: 0 0 10px 0;
  }
}

/* sesoko contents */
.sesoko_content{
  margin: 0 auto;
  padding: 50px 0;
  max-width: 900px;
}

.sesoko_h2{
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  line-height: 1.2;
  margin: 0 auto 2rem;
  padding: 0 3rem;
}

.sesoko_text{
  font-size: 3rem;
  font-weight: bold;
  color: #202B46;
}

.sesoko_h2::before, .sesoko_h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.5px;
  height: 3rem;
  background: rgba(0, 0, 0, 1);
}
.sesoko_h2::before {
  transform: rotate(-30deg);
  left: 0;
}
.sesoko_h2::after {
  transform: rotate(30deg);
  right: 0;
}

.sesoko_infotext{
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 20px;
}

.video_contents{

}

.hgv_row{

}

.hgv_row__contain{

}

.vs_content{

}

.vs_h3{
  font-size: 3rem;
  font-weight: 500;
  color: #202B46;
  text-align: center;
  margin: 30px 0 20px;
}

.vs_h3 span{
  font-size: 3rem;
  font-weight: 900;
  color: #202B46;
}

.vs_infotext{
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 20px;
}

.vs_column{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

.vs_box{
  width: 50%;
}

.vs_image{

}

.vs_image img{
  width: 100%;
}

.vs_text{
  margin: 15px 0 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
}

.vs_text a{
  text-decoration: underline;
}

.vs_text a:hover{
  text-decoration: none;
}

.vs_text svg{
  width: 18px;
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {

  .sesoko_content{
    margin: 0 auto;
    padding: 30px 0;
    max-width: unset;
  }

  .sesoko_h2{
    position: relative;
    text-align: center;
    display: block;
    width: fit-content;
    line-height: 1.2;
    margin: 0 auto 1rem;
    padding: 0 2rem;
  }

  .sesoko_text{
    font-size: 1.8rem;
    font-weight: bold;
    color: #202B46;
  }

  .sesoko_h2::before, .sesoko_h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1.5px;
    height: 2.5rem;
    background: rgba(0, 0, 0, 1);
  }
  .sesoko_h2::before {
    transform: rotate(-30deg);
    left: 0;
  }
  .sesoko_h2::after {
    transform: rotate(30deg);
    right: 0;
  }


  .sesoko_infotext{
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 0 15px;
  }

  .video_contents{
    width: 90%;
    margin: 0 auto;
  }

  .hgv_row{

  }

  .hgv_row__contain{

  }

  .vs_content{

  }

  .vs_h3{
    font-size: 1.8rem;
    font-weight: 500;
    color: #202B46;
    text-align: center;
    margin: 30px 0 20px;
  }

  .vs_h3 span{
    font-size: 1.8rem;
    font-weight: 900;
    color: #202B46;
  }

  .vs_infotext{
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 0 15px;
  }

  .vs_column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 0 15px;
  }

  .vs_box{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
  }

  .vs_image{
    width: 45%;
  }

  .vs_image img{
    width: 100%;
  }

  .vs_text{
    width: 55%;
    margin: 0;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .vs_text a{
    text-decoration: underline;
  }

  .vs_text a:hover{
    text-decoration: none;
  }

  .vs_text svg{
    width: 18px;
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
  }

  .vs_box_line{
    padding-top: 10px;
    border-top: 1px solid #202B46;
  }

}











/* footer */
footer {
  width: 100%;
  margin: 0 0 0;
  background-color: #202B46;
}

footer #footerBody h1 {
  display: block;
  width: 895px;
  margin: 0 auto;
  padding: 0 0 0;
}

@media only screen and (max-width: 767px) {

  footer {
    width: 100%;
    margin: 0 0 0;
  }

  footer #footerBody h1 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }

  footer #footerBody p {
    padding: 15px 0 0;
    font-size: 1.2rem;
    line-height: 2.0;
    color: #FFF;
  }
}


/* popup */
/* .overlay {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}

.popUpArea {
	display: none;
	position: fixed;
	z-index: 200;
	left: 10%;
	top: 25%;
	width: 80%;
	height: 70%;
	box-sizing: border-box;
	background-color: #FFF;
	overflow-y: scroll;
}

.popUpArea .scrollArea {
	padding: 50px 50px 0;
	height: auto;
}

.popUpArea .scrollArea h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 10px 0 10px;
	box-sizing: border-box;
	background-color: #202B46;
	font-size: 2.2rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 1.8;
}

.popUpArea .scrollArea p {
	padding: 0 0 30px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
}

.popUpArea .scrollArea p a {
	color: #202B46;
}

.popUpArea .scrollArea p a:hover {
	text-decoration: underline;
}

a.popUpClose {
	display: none;
	position: fixed;
	z-index: 300;
	right: 7%;
	width: 40px;
	height: 40px;
	top: 15%;
}

a.popUpClose img {
	width: 54px;
	height: 54px;
}

.popup_owners {
	display: none;
}

@media only screen and (max-width: 767px) {
	.popUpArea {
		width: 90vw;
		height: 64vh;
		top: 30%;
		left: 5%;
	}

	.popUpArea .scrollArea {
		padding: 20px 20px 0;
	}

	.popUpArea .scrollArea h2 {
		margin: 0 0 10px;
		padding: 10px 0;
		font-size: 1.6rem;
	}

	.popUpArea .scrollArea p {
		padding: 0 0 20px;
	}

	a.popUpClose {
		left: auto;
		right: 5%;
		top: 25vh;
		margin: 0;
		width: 20px;
		height: 20px;
	}

	a.popUpClose img {
		width: 20px;
		height: 20px;
	}

} */



/*===============================

	追従ボタン追加　SP

================================*/
#float_ctablock {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: -200px;
  width: 200px;
  opacity: 0;
  transition: all 1.0s ease;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#float_ctablock.view {
  bottom: 70px;
  opacity: 1;
}
#float_ctablock .linkTyp01 {

}
#float_ctablock .linkTyp01 a {
  display: block;
  width: 200px;
  height: auto;
  padding: 13px 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #ce3262;
  border: 1px solid #ce3262;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
}
#float_ctablock .linkTyp01 a:hover {
  background-color: #FFF;
  border: 1px solid #ce3262;
  text-decoration: none;
  color: #333;
}
#float_ctablock .linkTyp01 a img{
	width: 20px;
}

@media only screen and (max-width: 767px) {
  #float_ctablock {
    position: fixed;
    right: auto;
    left: 0;
    top: -60px;
    width: 100%;
    height: 60px;
    padding: 11px 5px;
    box-sizing: border-box;
    background-color: #fff;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
    opacity: 1;
    transition: all 0.3s ease;
  }
  #float_ctablock.view {
    position: fixed;
    top: unset;
    bottom: 0;
    opacity: 1;
  }
  #float_ctablock .linkTyp01 {
    width: 48%;
    height: auto;
    margin: 0;
  }
  #float_ctablock .linkTyp01 a {
    width: 100%;
    height: 38px;
    padding: 10px 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #float_ctablock .linkTyp01 a img {
    width: 15px;
    vertical-align: middle;
  }
}
