@charset "UTF-8";
/*
#headerメニュー
*/
html, body {
  margin: 0;
  padding: 0;
}


/*---------pc------------*/
#gHead {
	z-index: 1000;
	position: relative;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

#gHead .gh-menu {
	position: fixed;
	top: 0;
	right: 0;
	/*height: 55px;*/
	height: 45px;
	width: 64px;
	padding: 0;
	margin: 0;
	border: none;
	background: #00a4b7;
}
#gHead .gh-menu div {
	height: 24px;
	width: 30px;
	position: relative;
	margin: 0 auto;
}
#gHead .gh-menu .gh-menu-bar {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .3s;
}
#gHead .gh-menu.scrollover .gh-menu-bar {
	background-color: #000;
}
#gHead .gh-menu .gh-menu-bar.mod-top {
	top: 0;
}
#gHead .gh-menu .gh-menu-bar.mod-middle {
	top: 11px;
}
#gHead .gh-menu .gh-menu-bar.mod-bottom {
	bottom: 0;
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-top {
	top: 11px;
	transform: rotate(-45deg);
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-middle {
	background-color: transparent;
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-bottom {
	bottom: 11px;
	transform: rotate(-135deg);
}



/*------------------------sp--------------------*/
/*TOPメニュースマホ*/
@media only screen and (max-width: 767px) {
    
.body{  margin: 0px;}

#gHead .gh-menu {
		height:55px;
}
    
#gHead .gh-menu div {
		height: 17px;
		width: 26px;
	}
#gHead .gh-menu .gh-menu-bar {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
	}
#gHead .gh-menu .gh-menu-bar.mod-top {
		top: 0;}
    
#gHead .gh-menu .gh-menu-bar.mod-middle {
		top: 8px;}
#gHead .gh-menu .gh-menu-bar.mod-bottom {
        bottom: 0;
	}
#gHead .gh-menu.is-open .gh-menu-bar.mod-top {
		top: 8px;
		transform: rotate(-45deg);
	}
#gHead .gh-menu.is-open .gh-menu-bar.mod-middle {
		background-color: transparent;
	}
#gHead .gh-menu.is-open .gh-menu-bar.mod-bottom {
		bottom: 8px;
		transform: rotate(-135deg);
	}
}

/*スマホ　終わり*/

/*サイド固定バナー*/
/*---------------------pcのみ-----------------------*/
#gHead .banner {
	position: fixed;
	top: 15%;
	right: 0;
}
#gHead .banner ul {
	border-left: solid 0px #000;
	border-bottom: solid 0px #000;
}

#gHead .banner li {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}



#gHead .banner li {}
#gHead .banner li a {
	display: block;
	/*padding: 50px 15px;*/
    padding: 60px 15px;
}
#gHead .banner li.request a {
	background:/*#cccc99*//*#ffff00*/#25b7c0;
    border: solid 1px #000000;
    color:#000/*#007199*/;
    font-weight: 600;
}
#gHead .banner li.contact a {
	background:#000000/*#990033*/;
    border: solid 1px #000000;
	color:/*red*/#ffffff;
    font-weight: 600;
}
#gHead .banner li.request a:hover {
	background: #ffffff;
    color:#000000;
    border: solid 1px #000000;
}
#gHead .banner li.contact a:hover {
	background: #ffffff;
    color:#000000;
    border: solid 1px #000000;
}
}
#gHead .banner li a .def {
	display: inline;
}
#gHead .banner li a .over {
	display: none;
}
#gHead .banner li a:hover .def {
	display: none;
}
#gHead .banner li a:hover .over {
	display: inline;
}
/*---------------サイド固定バナー終わり---------------------*/


/* ----------------header固定pc-------------------- */

#gHead  {
    padding: 25px;
    transition: all .5s;
    position: fixed;
    width: 100%;
    background: #ffffff;
   /* height: 55px;*/
    top:0;
        left:0;
    z-index: 100;
   transition: background-color .5s, color .5s; 
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
 
#gHead __inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header.change-color {
  color: white;
}

.tit{
    width:20%;
    float:left;
	font-size:110%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:bold;
}

#menu-wrap {
  width: 75%!important;
  height:20px;
background:#ffffff;
padding:5px 0;
  z-index:1000;
}	
#menu {
  list-style-type: none;
  width: 80%;
  height: 20px;
  margin-left:43%;
  margin-top:0%;  
  color: #006b85;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

    
}

#menu li {
  float: left;
 /* width: 10%;*/
  text-align: center;
  font-size: 90%;
    padding:0 0.5%;
    font-weight: 600;
}

#menu li a {
  text-decoration: none;
  color:#000000;
 /*  font-weight: 500; */
  display: inline-block;
}

#menu li a span{
  border:solid 1px;
padding:0.5px 10px;
    border-radius:35px;
  color:#000000;
   font-weight: 500; 
  display: inline-block;
     background-image: none; 
    
}




#menu li::before {
  content: "";
/*  display: inline-block; /* ← blockではなくinline-block */
 border-left:solid 2px #000000;
    padding:0 10px 0 0;
      height: 1em;

}



#menu li:last-child::before {
  content: none;
}



#menu li a:hover {
   color: #0C7782;
   text-decoration: none;
   display: inline-block; /* 横並び維持 */
   vertical-align: middle;
   width: auto; /* ←これで改行しない */
}
/* #menu li a:last-child{
border-right:none;}*/
      
 #menu li a.active{
 color:#0C7782;
  width: 100%;
  text-decoration: none;
  }

.omoi{
    position: absolute;
    top:23%;
    left: 25%;
    background: #26B3BF;
    border: thin solid #26B3BF;
    color: #fff;
    padding: 0.5% 1.5%;
}
.omoi:hover {
   color:#0C7782;
   text-decoration: none;
   background: #fff;
   color:#26B3BF;
}


/* ------------------header pc 終わり------------------- */
 
/* -------------------header sp---------------------*/

@media only screen and (max-width: 767px) {
    #gHead .banner {
	display: none;
}
}
/*-----------------終わり-------------------*/

/*----------------------pc---------------------------*/

#gNav {
	height: 0;
	overflow: hidden;
	transition: all .3s;
	z-index: 1001;
	position: fixed;
	right: 0;
	top: 55px;
	width: auto;
}
#gNav ul {}
#gNav li {
	padding: 20px 20px;
	background: #000;
	border-bottom: 1px solid #ccc;
}
#gNav a {
	display: block;
	font-weight: bold;
	color: #fff;
}

/*------------headerスマホ-----------------*/
@media only screen and (max-width: 767px) {
#gNav {
		top: 55px;
       font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; 

  }
#gNav a {
	display: block;
	font-weight: bold;
	color: #211815;
    font-size: 85%;
}
    
.tit{
	position: fixed;
    top:2%;
    left: 0;
    font-size:100%;
    height:55px;/*70px*/
    width: 60%;
    float:left;
    padding:0 0 0 1%;
    margin: 0;
   color:#000000;
   text-align: left;
/*    z-index: -5;*/
    line-height: 1.3;
	} 

#gNav ul{
   border: 2px solid #00a4b7; 
}
    
#gNav li {
	padding: 12px 20px;
    background: #fff;
	border-bottom: 2px solid #00a4b7;
}

  
    
    
#ou_as li{
	position: fixed;
    top: 20px;
    right: 70px;
    /* height: 55px; */
    height: 30px;
    width: 80px;
    border:1px solid  #000000;
    padding: 0;
    margin: 0;
    background: #c0c0c0;
   color:#000000;
     text-align: center;
	}
    
    
    #ou_as li:nth-child(2){
    background: #c9c9c9;
   color:#000000;
      top:20px;
    right: 145px;   
    }

}

/*-----------------------header sp　end---------------------*/


/*------------アコーディオン全体------------*/
/*----------------pc---------------------*/
.menu {
  width: 98%;
  padding:50px 10px 20px;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
}

/*バー部分*/
.menu label {
  position: relative;
  display: block;
  color: #000;
  background: #cbe4e8;
  padding: 10px 0 20px 0;
  border-radius: 9999px;
  text-align: center;
  font-size:95%;   
    font-weight: 600;
   letter-spacing:5px; 
  width: 80%;
  margin: 50px auto;
  z-index: 1;
}

.menu label::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 3px solid #139cad;
  border-radius: 9999px;
  z-index: -1;
}





/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.menu li {
  height: 0;
 overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  height: auto; /*開いたときに表示されるliの高さ*/

  padding:0;
}


/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.menu li {
  height: 0;
 overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  height: auto; /*開いたときに表示されるliの高さ*/

  padding:0;
}

#links01 li{
    width:80%;
    margin:1.4%;
    display: inline-block;
    font-size:100%;
    text-align: center;
    vertical-align: top;
}

#links01 li.loc_detail{
    width:90%;
    margin: 2% 0% 2% 10%;
    display: inline-block;
    font-size:100%;
    text-align: center;
    padding:0;
 
}

#links01 li.loc_detail h4{
   width:80%;
   background: #00a4b7;
   border-radius: 10px;
    color:#ffffff;
 float: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:110%;
    padding:1% 3%;
    text-align: left;
    margin-top:1%;
    margin-bottom: 2%;
    line-height: 1.0;
    position: relative;
}

#links01 li.loc_detail h4 .sub{
    position: absolute;
    font-size: 90%;
    top: 30%;
    right:3%;
    }

#links01 li.loc_detail h5{
   width:80%;
   background: #00a4b7;
   border-radius: 10px;
    color:#ffffff;
 float: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:110%;
    padding:1% 3%;
    text-align: left;
    margin-top:1%;
    margin-bottom: 2%;
    line-height: 1.0;
    position: relative;
}

#links01 li.loc_detail h5 .sub{
    position: absolute;
    font-size: 90%;
    top: 30%;
    right:3%;
    }

.detail_text{
    width:80%;
    text-align: left;
    margin-left:8%;
}
.caption{
    width:40px;
    float: left;
    margin-top:0.8%;
    margin-right:1%;
}
.caption img{
    width:100%;
}


#links01 li.loc_detail dl{
    width:96%;
    display:inline-block;
    vertical-align: top;
    margin-bottom: 5%;

}

#links01 li.loc_detail dt{
    width:56%;
    display: flex;
    text-align: left;
    font-size:100%;
    padding-left: 5%;
    float:left;
    	align-items: center;
}

#links01 li.loc_detail dt:after {
	content: "";
	flex-grow: 1;
	height: 1px;
    border-top: 1px dotted #444;
		display: block;
    margin-left: .3em;
}

#links01 li.loc_detail dd{
    width:42%;
    display: inline-block;
    text-align: left;
    font-size:100%;
    line-height: 0.8;
	align-items: center;
}





 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right:33%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 33%;
  top: 7%;
  bottom: 0;
  margin: auto;
}



 /*-----------------アコーディオン全体pc　終わり---------------*/


/*-------------------アコーディオン全体　sp--------------------------*/

@media only screen and (max-width: 767px) {

.menu {
  width: 100%;
  padding: 10px 10px 20px;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 18px 0 25px 0;
  width:90%;
  margin:0 auto;
}
/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.menu li {
  height: 0;

  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  border: none;
  padding:0;
}

#links01 li{
   border: none;
   display: inline-block;
   font-size:70%;
   text-align: center;
   width:47%;
   margin:1%; 
}


#links01 li.loc_detail{
    width:100%;
    margin: 2% 0% 2% 0%;
    display: inline-block;
    font-size:100%;
    text-align: center;
    padding:0;
 
}
#links03 li.loc_detail{
    width:90%;
    margin: 2% 0% 2% 10%;
    display: inline-block;
    font-size:100%;
    text-align: center;
    padding:0;
 
}

#links01 li.loc_detail h4{
   width:88%;
   border-radius: 10px;
   float: left;
   font-family: 'Noto Sans JP', sans-serif;
   font-size:110%;
   padding:2% 3%;
   text-align: left;
   margin-top:1%;
   margin-bottom: 2%;
   line-height: 1.0;
   position: relative;
}

#links01 li.loc_detail h5{
   width:88%;
   border-radius: 10px;
   float: left;
   font-family: 'Noto Sans JP', sans-serif;
   font-size:110%;
   padding:2% 3%;
   text-align: left;
   margin-top:1%;
   margin-bottom: 2%;
   line-height: 1.0;
   position: relative;
}    
    
  

#links03 li.loc_detail h5 .sub{
    position: absolute;
    font-size: 90%;
    top: 30%;
    right:3%;
    }

.detail_text{
    width:80%;
    text-align: left;
    margin-left:8%;
}
.caption{
    width:35px;
    float: left;
    margin-top:0.6%;
    margin-right:1%;
}
.caption img{
    width:100%;
}


#links01 li.loc_detail dl{
    width:100%;
    display:inline-block;
    vertical-align: top;

}

#links01 li.loc_detail dt{
    width:100%;
    display: flex;
    text-align: left;
    font-size:85%;
    padding-left: 1%;
    float:left;
    align-items: center;
}

#links01 li.loc_detail dt:after {
	content: "";
	flex-grow: 1;
	height: 1px;
    border-top: 1px dotted #444;
	display: block;
    margin-left: .3em;
}

#links01 li.loc_detail dd{
    width:100%;
    display: inline-block;
    text-align: right;
    font-size:85%;
    line-height: 1.2;
	align-items: center;
}

#links01 li.loc_detail dt::before {
    content: "●";
    
}




 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 10%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
   

}

/*---------アコーディオンsp 終わり---------------------------*/



/*----------------メインビジュアルTOP　pc----------------------*/
/* ヘッダーの高さ（例: 80px）を確保 */
/* 背景は固定で常時表示（動かさない） */
.fullsc{
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;  
  position: relative;
/* height:1100px;  */      /* 先に高さを確保してチラつき防止 */
  overflow: hidden;
 /* background: url(../img/mv2.png)  no-repeat;*/
  /*width:1200px;*/
  z-index: 0;
    top:80px;
   margin:0 auto; 
  padding-top:0px;
}

.fullsc {
  width: 100%;
  position: relative;
}

/* PC / SP 出し分け */
.pcInline {
  display: block;
}

.spInline {
  display: none;
}


/* =========================
   PC用 1枚MV（ゆっくり拡大）
========================= */
.image-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
}

.image-hero-pc {
  height:100vh;
}

.image-hero__media {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.24);
  pointer-events: none;
}

.image-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transform-origin: center center;
  animation: mvSingleZoom 12s ease-out forwards;
  will-change: transform;
}

@keyframes mvSingleZoom {
  0% {
    transform: scale(0.99);
  }
  100% {
    transform: scale(1.08);
  }
}






/* スライダー本体 */
.image-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
}

.image-slider .splide__track,
.image-slider .splide__list,
.image-slider .splide__slide {
  height: 100vh;
}

.image-slider .splide__slide {
  position: relative;
  overflow: hidden;
}

.image-slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

@keyframes mvZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.07);
  }
}

/* 画像の上に薄いオーバーレイ */
.image-slider .splide__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.24);
  pointer-events: none;
}

/* テキスト共通 */
.mv-text {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 90%;
  font-family: 'Noto Sans JP', sans-serif;
}

.mv-text .sub {
  font-size: 14px;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.mv-text .title {
  font-size: 48px;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 22px;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}

.mv-text .title span {
  display: inline-block;
}

.mv-text .desc {
  font-size: 16px;
  line-height: 1.9;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

/* PC時のテキストアニメーション */
.image-slider-pc .mv-text,
.image-slider-sp .mv-text {
  animation: fadeUpMv 1.2s ease both;
}

@keyframes fadeUpMv {
  0% {
    opacity: 0;
    transform: translateY(calc(-50% + 20px));
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}

/* スマホ */
@media screen and (max-width: 768px) {
  .pcInline {
    display: none;
  }

  .spInline {
    display: block;
  }

  .image-slider .splide__track,
  .image-slider .splide__list,
  .image-slider .splide__slide {
    height: 72vh;
    min-height: 560px;
  }

  .mv-text {
    top: 85%;
    left: 6%;
    right: 6%;
    max-width: none;
  }

  .mv-text .sub {
    font-size: 11px;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }

  .mv-text .title {
    font-size: 28px;
    line-height: 1.45;
    margin-bottom: 16px;
  }

  .mv-text .desc {
    font-size: 13px;
    line-height: 1.8;
  }

  .image-slider .splide__slide.is-active img {
    animation: mvZoomSp 7s ease-out forwards;
  }

  @keyframes mvZoomSp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.05);
    }
  }
}

/* 小さめスマホ */
@media screen and (max-width: 480px) {
  .image-slider .splide__track,
  .image-slider .splide__list,
  .image-slider .splide__slide {
    height: 68vh;
    min-height: 520px;
  }

  .mv-text .title {
    font-size: 24px;
  }

  .mv-text .desc {
    font-size: 12px;
  }
}




/*----------------------fullscメインビジュアルSP------------------*/

@media only screen and (max-width: 767px) {


.fullsc	{
  position: relative;
  margin-top: 3px !important;
    padding-top: 0 !important;
 margin-bottom:15%;
    top:55px; 
  border:0;
  width: 100%;	
}


    
}

/*----------------modelTOP　pc ----------------------*/

.model-section {
  padding: 150px 0;
  background: #fff;
}

.model-inner {
  width: min(1200px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.model-content {
  width: 46%;
}

.model-label {
  font-size: 14px;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  color: #666;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

.model-title {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 24px;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
}

.model-title span{
 font-family: "Train One", cursive;
    font-size: 40px;
}

.model-title span2{
   font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-size: 30px;
}



.model-text {
  font-size: 16px;
  line-height: 2;
  color: #444;
  margin-bottom: 28px;
}

.model-image-wrap {
  position: relative;
  overflow: visible;
}




.model-features-box {
  position: absolute;
  left: 500px;
  bottom: 280px;
  width: 350px;
  background: rgba(10, 10, 10, 0.6);
  padding: 12px 20px;
  border: 1px solid rgba(10, 10, 10, 0.8);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  z-index: 12;
  backdrop-filter: blur(2px);
}

.model-features-box__title {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.model-features {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}

.model-features li {
  position: relative;
  padding: 8px 0 8px 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff;
 /* border-bottom: 1px solid rgba(17, 17, 17, 0.08);*/
}

.model-features li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.model-link {
  display: inline-block;
  padding: 14px 30px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
}

.model-link:hover {
  background: #111;
  color: #fff;
}


.model-image {
  width: 100%;
  height: auto;
  display: block;
}

.model-overlay-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 16px 34px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.14em;
  opacity: 0;
  animation: fadeInBtn 1.4s ease forwards;
  animation-delay: 0.6s;
  transition: all 0.3s ease;
}

.model-overlay-btn:hover {
  background: #111;
  color: #fff;
}

@keyframes fadeInBtn {
  0% {
    opacity: 0;
    transform: translate(-50%, -42%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* 見学予約バナー */
.reservation-banner {
  width: min(1200px, 90%);
  margin: 60px auto 0;
  background: #111;
  color: #fff;
  padding: 34px 40px;
}

.reservation-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.reservation-banner__sub {
  font-size: 13px;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.75);
}

.reservation-banner__text h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}

.reservation-banner__btn {
  display: inline-block;
  padding: 15px 30px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.reservation-banner__btn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

/*----------------modelTOP　pc end----------------------*/


/*----------------modelTOP　sp ----------------------*/

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .model-section {
    padding: 70px 0;
  }

  .model-inner {
    flex-direction: column;
    gap: 40px;
  }

  .model-content,
  .model-image-wrap {
    width: 100%;
  }

  .model-title {
    font-size: 20px;
  }

    .model-title span2{
        font-size:27px;
    } 
    
    
    
  .model-text {
    font-size: 14px;
  }
    
    
  .model-features-box {
    position: static;
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    }

  .reservation-banner {
    padding: 28px 20px;
  }

  .reservation-banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .reservation-banner__text h3 {
    font-size: 22px;
  }

  .reservation-banner__btn {
    width: 100%;
    text-align: center;
  }
}


/*----------------modelTOP　sp end----------------------*/


/*----------------concept　pc----------------------*/
.concept-feature {
  padding: 100px 20px;
  background: #fff;
  overflow: hidden;
}

.concept-feature__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.concept-feature__heading {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 60px;
}

.concept-feature__label {
  margin-bottom: 14px;
  font-size: 13px;
  letter-spacing: 0.24em;
  color: #ad8f73;
}

.concept-feature__title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  color: #3d352f;
}

.concept-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.concept-card {
  position: relative;
  padding-top: 84px;
}

.concept-card__bubble-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: 50% 100%;
  animation: bubbleSwing 3.2s ease-in-out infinite;
  z-index: 5;
}

.concept-card:nth-child(2) .concept-card__bubble-wrap {
  animation-delay: 0.4s;
}

.concept-card:nth-child(3) .concept-card__bubble-wrap {
  animation-delay: 0.8s;
}

.concept-card__bubble {
  position: relative;
  min-width: 278px;
  padding: 18px 24px;
  background: linear-gradient(90deg, #312a26 0%, #3b332e 100%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.concept-card__bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #312a26;
}

.concept-card__image-wrap {
  position: relative;
  margin: 5% auto 34px;
  overflow: visible;
}

.concept-card__image {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1.35 / 1;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.concept-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
/*
.concept-card:hover .concept-card__image img {
  transform: scale(1.05);
}
*/
.concept-card__number {
  position: absolute;
  left: 12px;
  bottom: -16px;
  z-index: 4;
  font-size: 62px;
  line-height: 1;
  font-weight: 800;
  color: rgba(180, 174, 174, 0.82);
  letter-spacing: 0.02em;
  pointer-events: none;
}

.concept-card_text {
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 1.6;
  color: #5f554b;
  text-align: left;
  padding-left: 6px;
    margin:0 auto;
   
}

@keyframes bubbleSwing {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  20% {
    transform: translateX(-50%) rotate(-2deg);
  }
  40% {
    transform: translateX(-50%) rotate(2deg);
  }
  60% {
    transform: translateX(-50%) rotate(-1.2deg);
  }
  80% {
    transform: translateX(-50%) rotate(1.2deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}

/*----------------concept　pc end----------------------*/


@media screen and (max-width: 1024px) {
  .concept-feature__title {
    font-size: 20px;
  }

  .concept-card-list {
    gap: 20px;
  }

  .concept-card__bubble {
    min-width: 220px;
    font-size: 18px;
    padding: 16px 18px;
  }

  .concept-card__number {
    font-size: 72px;
    left: 14px;
    bottom: -18px;
  }
}


/*----------------concept　sp ----------------------*/

@media screen and (max-width: 768px) {
  .concept-feature {
    padding: 30px 20px;
  }

  .concept-feature__heading {
    margin-bottom: 44px;
  }

  .concept-feature__title {
    font-size: 20px;
  }

  .concept-card-list {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .concept-card {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding-top:30px;
  }

  .concept-card__bubble {
    min-width: 180px;
    font-size: 16px;
  }
    
    .concept-card__image {
  width:80%;
  margin:5% auto;
    
    }
  .concept-card__image-wrap {
    margin-bottom: 34px;
  }

  .concept-card__number {
    left: 12px;
    bottom: 0px;
    font-size: 62px;
  }

.concept-card_text {
  position: relative;
    width:85%;
  z-index: 1;
  font-size: 13px;
  line-height: 1.6;
  color: #5f554b;
  text-align: left;
  padding-left: 6px;
    top:-10px;
   
}
    
    
}


/*----------------concept　sp end----------------------*/


/*-----------------------来場予約キャンペーンpc----------------------*/

.booking_kyanpen {
    margin:1% auto;
}

.booking_kyanpen img{
   width:1100px;
   padding: 40px 0 0 0;
}

 .booking_kyanpen p.explan{
        font-size:75%;
        line-height:1.1;
        text-align: left;
}


/*---------------------来場予約キャンペーンpc end-----------------------*/


/*---------------------来場予約キャンペーンsp-----------------------*/

@media only screen and (max-width: 767px) {
     .booking_kyanpen img{
   width:100%;
   padding: 3% 0 0 0;
    }
}

/*---------------------来場予約キャンペーンsp end-----------------------*/


/*-------------------------全体pc--------------------------------*/
.kome{
    font-size:90%;
    text-align: right;
}

/*-------------------------全体pc end--------------------------------*/

/*-------------------------全体sp--------------------------------*/
@media only screen and (max-width: 767px) {
    .kome{
        font-size:70%; 
        line-height: 1;
    }    
}    
/*-------------------------全体sp end--------------------------------*/    

/*-------------------------landplan pc--------------------------------*/
.land-plan {
  padding: 80px 20px;
  background: #696969;
  color: #fff;
}

.land-plan__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.land-plan__left {
  position: relative;
}

.land-plan__map {
  width: 100%;
}

.land-plan__map img {
  display: block;
  width: 100%;
  height: auto;
}

.land-plan__right {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.land-plan__photo {
  width: 100%;
  max-width: 500px;
  margin-left:0;
  background: #ddd;
}

.land-plan__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.land-plan__text {
  width: 100%;
}

.land-plan__label {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
}

.land-plan__title {
  margin: 0;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}

.land-plan__desc {
  margin: 18px 0 0;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .land-plan__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .land-plan__photo {
    max-width: 480px;
    margin-left: 0;
  }

  .land-plan__title {
    font-size: 48px;
  }

  .land-plan__desc {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .land-plan {
    padding: 64px 20px;
  }

  .land-plan__inner {
    gap: 32px;
  }

  .land-plan__right {
    gap: 24px;
  }

  .land-plan__label {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .land-plan__title {
    font-size: 20px;
    line-height: 1.15;
  }

  .land-plan__desc {
    margin-top: 12px;
    font-size: 18px;
  }
}
/*-------------------------landplan sp end--------------------------------*/


/*-------------------------plan pc--------------------------------*/


.landplan-plan {
  margin-top: 5px;
}

.landplan-plan-head {
  margin-bottom: 36px;
}

.landplan-plan-label {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #8a8178;
  margin-bottom: 10px;
}

.landplan-plan-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.landplan-plan-lead {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

/* 全体幅 800 */
.landplan-plan-grid--single {
  max-width: 800px;
  margin: 0 auto;
}

.landplan-plan-card {
 /* background: #fff;*/
 /* border: 1px solid rgba(17, 17, 17, 0.08);*/
/*  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);*/
}

.landplan-plan-image img {
  width: 100%;
  display: block;
}

.landplan-plan-body {
  padding: 28px;
}
.landplan-plan-heading {
  display: flex;
  max-width: 800px; 
    margin:0 auto;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  
  flex-wrap: wrap;
}

.landplan-plan-name {
  font-size: 24px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0;
}

.landplan-plan-mini-spec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landplan-plan-mini-spec__main,
.landplan-plan-mini-spec__sub-wrap {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  white-space: nowrap;
}

.landplan-plan-mini-spec__main {
  position: relative;
  padding-right: 14px;
  margin-right: 14px;
}

.landplan-plan-mini-spec__main::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  background: rgba(17, 17, 17, 0.12);
  transform: translateY(-50%);
}

.landplan-plan-mini-spec__sub-wrap {
  display: flex;
  gap: 0;
}

.landplan-plan-mini-spec__sub-wrap span {
  position: relative;
  padding: 0 14px;
}

.landplan-plan-mini-spec__sub-wrap span:first-child {
  padding-left: 0;
}

.landplan-plan-mini-spec__sub-wrap span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  background: rgba(17, 17, 17, 0.12);
  transform: translateY(-50%);
}
/* 中段：土地価格 / 建物価格 */
.landplan-plan-price-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}

.landplan-plan-price {
  padding: 20px 18px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  text-align: center;
}

.landplan-plan-price__label {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #8a8178;
  margin-bottom: 8px;
}

.landplan-plan-price__value {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f1f1f;
}

.landplan-plan-price__value span {
  font-size: 14px;
  color: #555;
  font-weight: 400;
  margin-left: 4px;
}

/* 下段：合計価格 */
.landplan-plan-total {
  margin-bottom: 18px;
  padding: 22px 20px;
  background: linear-gradient(135deg, #fff8ef 0%, #f7ead7 100%);
  border: 1px solid #d9b36a;
  text-align: center;
}

.landplan-plan-total__label {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #8a6a32;
  margin-bottom: 8px;
}

.landplan-plan-total__value {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #b07a1f;
}

.landplan-plan-total__value span {
  font-size: 16px;
  color: #6a5732;
  margin-left: 4px;
}

.landplan-plan-note {
  font-size: 12px;
  line-height: 1.8;
  color: #777;
  margin-bottom: 22px;
}

.landplan-plan-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #111;
  text-decoration: none;
  color: #111;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

.landplan-plan-btn:hover {
  background: #111;
  color: #fff;
}

/*-------------------------plan pc end--------------------------------*/

/*-------------------------plan sp --------------------------------*/


@media screen and (max-width: 768px) {
  .landplan-plan-title {
    font-size: 26px;
  }

  .landplan-plan-name {
    font-size: 20px;
  }

  .landplan-plan-body {
    padding: 22px 18px;
  }

.landplan-plan-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .landplan-plan-name {
    font-size: 20px;
  }


   .landplan-plan-mini-spec {
    display: block;
  }

  .landplan-plan-mini-spec__main {
    display: block;
    font-size: 14px;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 6px;
  }

  .landplan-plan-mini-spec__main::after {
    display: none;
  }

  .landplan-plan-mini-spec__sub-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    white-space: nowrap;
  }

  .landplan-plan-mini-spec__sub-wrap span {
    font-size: 12px;
    padding: 0 8px;
    white-space: nowrap;
  }

  .landplan-plan-mini-spec__sub-wrap span:first-child {
    padding-left: 0;
  }

  .landplan-plan-mini-spec__sub-wrap span:last-child {
    padding-right: 0;
  }
    
  .landplan-plan-price {
  padding: 5px 5px;  
    }
    
  .landplan-plan-price__value {
    font-size: 26px;
  }

  .landplan-plan-total__value {
    font-size: 30px;
  }
}

/*-------------------------plan sp end--------------------------------*/



/*-------------------------modelhouse pc--------------------------------*/
.modelhouse-section {
  padding: 60px 0;
  background: #ffffff;
}

.modelhouse-inner {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.modelhouse-head {
  margin-bottom: 36px;
}

.modelhouse-label {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #8a8178;
  margin-bottom: 14px;
}

.modelhouse-title {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 14px;
}

.modelhouse-title span{
    font-size:25px;
    padding:1%;
    border: 1px solid #333;
    margin:1%;
}


.modelhouse-lead {
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.modelhouse-slider {
  margin-bottom: 40px;
}

.modelhouse-slider .splide__slide {
  overflow: hidden;
}

.modelhouse-slider .splide__slide img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  display: block;
}

.modelhouse-info {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 36px;
}

.modelhouse-features,
.modelhouse-spec {
  background: #fff;
  padding: 34px 32px;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.info-label {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #8a8178;
  margin-bottom: 20px;
}

.modelhouse-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.modelhouse-features li {
  position: relative;
  margin: 0;
  padding: 18px 0 18px 18px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  font-size: 15px;
  line-height: 1.9;
  color: #222;
}

.modelhouse-features li::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #111;
}

.modelhouse-spec dl {
  margin: 0;
}

.modelhouse-spec dl div {
  padding: 18px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.modelhouse-spec dl div:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.modelhouse-spec dt {
  font-size: 13px;
  color: #777;
  margin-bottom: 8px;
}

.modelhouse-spec dd {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  color: #111;
  font-weight: 500;
}

/*-------------------------modelhouse pc end--------------------------------*/

/*-------------------------modelhouse sp--------------------------------*/


@media screen and (max-width: 768px) {
  .modelhouse-section {
    padding: 15px 0;
  }

  .modelhouse-title {
    font-size: 20px;
  }

  .modelhouse-title span{
    font-size:17px;  
    }
    
  .modelhouse-lead {
    font-size: 12px;
  }

  .modelhouse-slider .splide__slide img {
    height: 260px;
  }

  .modelhouse-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .modelhouse-features,
  .modelhouse-spec {
    padding: 10px 8px;
  }

  .modelhouse-features li {
    font-size: 14px;
    padding:10px;  
  }

    .modelhouse-spec dl div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .modelhouse-spec dt {
    margin-bottom: 0;
    white-space: nowrap;
  }

  .modelhouse-spec dd {
    white-space: nowrap;
    text-align: right;
    font-size: 16px;
  }  
    

}

/*-------------------------modelhouse sp end--------------------------------*/


/*-------------------------campaign pc --------------------------------*/
/* 来場予約特典 */
.campaign-banner {
  display: block;
  width: min(1200px, 92%);
  margin: 50px auto 0;
  text-decoration: none;
  color: inherit;
    background: linear-gradient(135deg, #fff3d8 0%, #f1c76c 100%);
  border: 1px solid #d4a847;
  padding: 25px 25px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(176, 122, 31, 0.14); 
}

.campaign-banner__inner {
  background: linear-gradient(135deg, #f8f5f2 0%, #efe7de 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  padding: 25px 25px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.campaign-banner:hover .campaign-banner__inner {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.08);
}

.campaign-banner__label {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #8a6a32;
  margin-bottom: 16px;
}

.campaign-banner__title {
  font-size: 25px;
  line-height: 1.6;
  font-weight: 700;
  color: #2a241d;
  margin-bottom: 16px;
}

.campaign-banner__title span {
  font-size: 37px;  
  color: #a86d0d;
}

.campaign-banner__text {
  font-size: 20px;
  line-height: 1.9;
  color: #4f463c;
  margin-bottom: 24px;
}

.campaign-banner__btn {
  display: inline-block;
  padding: 14px 30px;
  background: #111;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
}

/*-------------------------campaign pc end--------------------------------*/


/*-------------------------campaign sp--------------------------------*/

@media screen and (max-width: 768px) {
  .campaign-banner {
    margin-top: 0;
     padding:15px; 
      box-shadow: 0;
      width:100%;
      
  }

  .campaign-banner__inner {
    padding: 20px 15px;
  }
    
     

  .campaign-banner__title {
    font-size: 13px;
  }
    
   .campaign-banner__title span {
  font-size: 25px;  
} 

  .campaign-banner__text {
    font-size: 13px;
  }

  .campaign-banner__btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/*-------------------------campaign sp end--------------------------------*/



/*-------------------------location pc --------------------------------*/

.location-section {
  padding: 60px 0 120px;
  background:  #f5f5f5;

}

.location-inner {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.location-head {
  display: block;
}

.location-head__left {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: nowrap;
}

.location-head__text {
  flex: 1;
  min-width: 0;
}

.location-person {
  width: 210px;
  flex: 0 0 210px;
  margin-right: 10px;
  animation: personSwing 3s linear infinite;
  transform-origin: 50% 98%;
  will-change: transform;
}

@keyframes personSwing {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(-3deg) translateY(-2px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  75% {
    transform: rotate(3deg) translateY(-2px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
.location-person img {
  display: block;
  width: 100%;
  height: auto;
}




.location-title {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 14px;
}

.location-lead {
  font-size: 15px;
  line-height: 2;
  color: #555;
}

/* 上段2カラム */
.location-main-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 56px;
}

/* 共通カード */
.location-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
   box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);  
}

.location-card__image {
  overflow: hidden;
}

.location-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.location-card:hover .location-card__image img {
  transform: scale(1.04);
}

.location-card__body {
  padding: 5px 0 0;
}

.location-card__category {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 15px;
  letter-spacing: 0.18em;
  color: #8a8178;
  margin:0 0 0 10px;
}

.location-card__title-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}


.location-card__title {
  font-size: 20px;
  line-height: 1.4;
  color: #1f1f1f;
  margin-left: 8px;
  font-weight: 700;
}

.location-card__title span{
     font-size: 14px;
}



.location-card__meta {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
   margin: 0;
  white-space: nowrap; 
    
}

/* 大きいカード画像 */
.location-card--large .location-card__image {
  aspect-ratio: 16 / 10;
}

/* 下段 */
.location-sub-area {
  padding-top: 32px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.location-sub-title {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #8a8178;
  margin-bottom: 24px;
}

.location-slider .splide__slide {
  padding-right: 16px;
}

.location-slider .location-card {
  background: #fff;
}

.location-slider .location-card__image {
  aspect-ratio: 4 / 3;
}

.location-slider .location-card__body {
  padding-top: 16px;
}

.location-slider .location-card__title {
  font-size: 20px;
  margin-bottom: 6px;
}

.location-slider .location-card__meta {
  font-size: 14px;
}

/* 矢印調整 */
.location-slider .splide__arrows {
  margin-top: 24px;
}

.location-slider .splide__arrow {
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  opacity: 1;
}

.location-slider .splide__arrow svg {
  fill: #111;
}

.location-slider .splide__pagination {
  bottom: -32px;
}

/*-------------------------location pc end--------------------------------*/

/*-------------------------location sp--------------------------------*/

@media screen and (max-width: 768px) {
  .location-section {
    padding: 75px 0 85px;
  }

  .location-title {
    font-size: 24px;
  }

  .location-head__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .location-head__text {
    width: 100%;
  }

  .location-person {
    width: 120px;
    flex: 0 0 auto;
    margin-right: 0;
  }

    
  .location-lead {
    font-size: 14px;
  }

  .location-main-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 42px;
  }

 .location-card__title-row {
  display:inline-block;
  align-items: baseline;
  gap: 12px;
  flex-wrap: nowrap;
}   
    
    
    
  .location-card__title {
    font-size: 15px;
  }

  .location-card__meta {
    font-size: 12px;
      padding-left:10px;
      
  }

  .location-sub-area {
    padding-top: 24px;
  }

.location-slider .location-card__body {
  padding-top:0px;
}
    
    
    
    
  .location-slider .splide__slide {
    padding-right: 0;
  }

  .location-slider .location-card__title {
    font-size:15px;
  }
}


/*-------------------------location sp end--------------------------------*/

/*-------------------------map pc--------------------------------*/

.map-section {
  padding: 110px 0 120px;
  background: #fff;
}

.map-inner {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.map-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.map-label {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 18px;
  letter-spacing: 0.22em;
  color: #8a8178;
  margin-bottom: 14px;
}

.map-title {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 14px;
}

.map-lead {
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.map-frame {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  /*overflow: hidden;*/
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}

.map-frame iframe {
  width: 100%;
  height: 560px;
  display: block;
}

/*-------------------------map pc end--------------------------------*/

/*-------------------------map sp--------------------------------*/


@media screen and (max-width: 768px) {
  .map-section {
    padding: 15px 0 25px;
  }

  .map-title {
    font-size: 24px;
  }

  .map-lead {
    font-size: 14px;
  }

  .map-frame iframe {
    height: 360px;
  }
}

/*-------------------------map sp end--------------------------------*/

/*-------------------------outline pc--------------------------------*/

.summary-section {
  padding: 30px 0 20px;
  background: #f5f5f5;
}



.summary-inner {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.summary-head {
  margin-bottom: 10px;
}

.summary-label {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 18px;
  letter-spacing: 0.22em;
  color: #8a8178;
  margin-bottom: 14px;
    text-align: center;
}

.summary-title {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 700;
  color: #1f1f1f;
    text-align: center;
}

.summary-table {
  width: min(960px, 100%);
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
}


.summary-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  margin: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.summary-row:last-child {
  border-bottom: none;
}

.summary-row dt,
.summary-row dd {
  margin: 0;
  padding: 13px 28px;
  font-size: 15px;
  line-height: 1.7;
}

.summary-row dt {
  background: #e5e1dc;
  color: #333;
  font-weight: 600;
}

.summary-row dd {
  color: #222;
  background: #fff;
}

/*-------------------------outline pc end--------------------------------*/

/*-------------------------outline sp--------------------------------*/

@media screen and (max-width: 768px) {
  .summary-section {
    padding: 15px 0 25px;
  }

  .summary-title {
    font-size: 18px;
  }

  .summary-row {
    grid-template-columns: 1fr;
  }

  .summary-row dt,
  .summary-row dd {
    padding: 8px 8px;
    font-size: 12px;
  }

  .summary-row dt {
    border-right: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }
}


/*-------------------------outline sp end--------------------------------*/




.lp-contact-section {
  padding: 20px 0 120px;
  background: #fff;
}

.lp-contact-inner {
  width: min(800px, 80%);
  margin: 0 auto;
}

/* 来場予約CTA */
.lp-contact-box {
  background: #25b7c0;
  border: 1px solid rgba(17, 17, 17, 0.08);
  padding: 36px 40px;
  text-align: center;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.lp-contact-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #006a6c 0%, #a1d8e2 50%, #006a6c 100%);
}

.lp-contact-label {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #8a8178;
  margin-bottom: 14px;
}

.lp-contact-title {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 16px;
}

.lp-contact-lead {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 30px;
}

/* 特典 */
.lp-contact-benefit {
  max-width: 900px;
  margin: 0 auto 24px;
  padding: 24px 24px;
  background: linear-gradient(135deg, #fff7e8 0%, #f3d38b 100%);
  border: 2px solid #c89b45;
  box-shadow: 0 14px 30px rgba(176, 122, 31, 0.10);
}

.lp-contact-benefit__label {
  font-size: 18px;
  letter-spacing: 0.16em;
  color: #8a6a32;
  font-weight: 700;
  margin-bottom: 14px;
}

.lp-contact-benefit__title {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 700;
  color: #2a241d;
  margin-bottom: 12px;
}

.lp-contact-benefit__title span {
  display: inline-block;
  margin-top: 4px;
  color: #9f6510;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
}

.lp-contact-benefit__note {
  font-size: 12px;
  line-height: 1.8;
  color: #6f675f;
}

/* ボタン */
.lp-contact-btn {
  display: inline-block;
  min-width: 360px;
  padding: 20px 36px;
  background: linear-gradient(135deg, #111 0%, #2d2d2d 100%);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.lp-contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.20);
  opacity: 0.96;
}

.lp-contact-subtext {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.8;
  color: #666;
}

/* 会社情報 */
.lp-company-box {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  padding: 42px 40px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.lp-company-box__head {
  margin-bottom: 26px;
}

.lp-company-box__label {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #8a8178;
  margin-bottom: 10px;
}

.lp-company-box__title {
  font-size: 30px;
  line-height: 1.5;
  color: #1f1f1f;
  font-weight: 700;
}

.lp-company-list {
  margin: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.lp-company-list__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.lp-company-list__row dt,
.lp-company-list__row dd {
  margin: 0;
  padding: 18px 0;
  font-size: 15px;
  line-height: 1.9;
}

.lp-company-list__row dt {
  color: #666;
  font-weight: 700;
}

.lp-company-list__row dd {
  color: #222;
}

.lp-company-list__row dd a {
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}

.lp-company-actions {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.lp-company-actions__btn {
  display: inline-block;
  padding: 14px 28px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
}

.lp-company-actions__btn:hover {
  background: #111;
  color: #fff;
}

.lp-company-actions__btn--tel {
  background: #111;
  color: #fff;
}

.lp-company-actions__btn--tel:hover {
  background: #2b2b2b;
  border-color: #2b2b2b;
}

@media screen and (max-width: 768px) {
  .lp-contact-section {
    padding: 15px 0 25px;
  }

  .lp-contact-box {
    padding: 36px 20px;
    margin-bottom: 24px;
  }

  .lp-contact-title {
    font-size: 18px;
  }

  .lp-contact-lead {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .lp-contact-benefit {
    padding: 22px 16px;
    margin-bottom: 24px;
  }

  .lp-contact-benefit__title {
    font-size: 16px;
  }

  .lp-contact-benefit__title span {
    font-size: 24px;
  }

  .lp-contact-btn {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    font-size: 16px;
    padding: 18px 20px;
  }

  .lp-company-box {
    padding: 30px 22px;
  }

  .lp-company-box__title {
    font-size: 18px;
  }

  .lp-company-list__row {
    grid-template-columns: 1fr;
  }

  .lp-company-list__row dt,
  .lp-company-list__row dd {
    padding: 14px 0;
    font-size: 14px;
  }

  .lp-company-list__row dt {
    padding-bottom: 6px;
  }

  .lp-company-list__row dd {
    padding-top: 0;
  }

  .lp-company-actions {
    flex-direction: column;
    gap: 12px;
  }

  .lp-company-actions__btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}



.out_text{
   width:80%;
    margin:0 auto;
    font-size:100%;
    font-weight: 200;
    padding-bottom: 10%;
   font-family: 'Noto Sans JP', sans-serif; 
}

/*---------------------sec06 概要　end----------------------------------*/

/*---------------------sec06 概要　sp-----------------------*/

@media only screen and (max-width: 767px) {

.out_text{
   width:100%;
   margin:0 auto;
   font-size:70%;
   padding-bottom: 10%;
}  
    
    
    
}

/*---------------------sec06 概要　end-----------------------*/


/*---------------------sec08 近隣物件 pc----------------------------------*/   

.homenew_post .sec08   {
      
    }
.homenew_post .sec08 .bg01{
    background-image:url(../img/bg_kinrin.png);
    width:100%;
    padding:5% 0 5% 0;
    background-repeat: repeat;
    background-size: cover;
}
   
.homenew_post .sec08 .inner{
        width:1100px;
       margin:0% auto 0%;
    }

.homenew_post .sec08 .inner h1{
        font-size:160%;
        line-height:2;
        text-align:center;
        color: #006a6c;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2%;
 }
.homenew_post .sec08 .inner h1:before,h1:after {
  border-top: 1px solid #006a6c;
  content: "";
  width: 35%; /* 線の長さ */
}
.homenew_post .sec08 .inner h1:before {
  margin-right: 1em; /* 文字の右隣 */
}
.homenew_post .sec08 .inner h1:after {
  margin-left: 1em; /* 文字の左隣 */
}
    
  

  
    
.picup_list {
    overflow: hidden;
    width:100%;
}
.picup_list .list_in{
	width:45%;
    margin:3% 2% 3% 2%;
    float:left;
    background: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5);
    display: inline-block;
}



.picup_txt01::after{display: none;}
.picup_txt01{
	font-size: 100%;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    color:#116F8B;
    margin: 2% 0 2% 0;
    font-weight: 700;
}
.picup_txt01 span{
	font-size: 130%;
}    
 
       
.picup_txt02{
   font-size: 100%;  
   width: 100%;
    clear:both;
}

.picup_list .bukken{
    width:80%;
    margin: 1% 10% 1% 10%;
    border-top:solid thin gray;
    border-bottom:solid thin gray;
    padding:3% 0 3% 0;
    
}
.picup_list dt {
    width:26%;
    font-size:100%;
    float:left;
    text-align: center;
    color:#116F8B;
}
    
.picup_list dd {
    width:73%;
    font-size:100%;  
    float:left;
}  
    

.picup_btn01{margin-bottom: 0px;}
.picup_btn01 a{
	display: block;
	text-align: center;
    color: #ffffff;
    border: 1px solid #000000;
    background: #000000;
	font-size: 100%;
	font-weight: bold;
	padding: 6px 3px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}
.picup_btn01 a:hover{
	color: #000000;
	background: #ffffff;
}
.picup_btn01 a:hover:after{
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
}
.picup_btn01 a:after{
	content: "　";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}


/*------------------------sec08 近隣物件　pc end--------------------*/

/*---------------------sec08 近隣物件　sp-----------------------*/

@media only screen and (max-width: 767px) {


.homenew_post .sec08   {
      width:100%;
       margin:0 auto;
    }
.homenew_post .sec08 .inner{
      width:100%;
       margin:0 auto;
    }    
  
.homenew_post .sec08 .inner h1{
        font-size:130%;
        line-height:2;
        text-align:center;
        color: #006a6c;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2%;
 }    
.homenew_post .sec08 .inner h1:before,h1:after {
  border-top: 1px solid #006a6c;
  content: "";
  width: 20%; /* 線の長さ */
}
.homenew_post .sec08 .inner h1:before {
  margin-right: 0.5em; /* 文字の右隣 */
}
.homenew_post .sec08 .inner h1:after {
  margin-left: 0.5em; /* 文字の左隣 */
}

    
    
    
    
.picup_list {
    overflow: hidden;
    width:100%;
}
.picup_list .list_in{
	float: left;
	width: 90%;
    margin:1% 5% 5% 5%;
    display: inline-block;
}



.picup_txt01::after{display: none;}
.picup_txt01{
	font-size: 90%;
	margin-top: 0;
    width: 100%;
    float: none;
}
    
.picup_txt01 span{
	font-size: 120%;
    width: 100%;
}    
       
.picup_txt02{
    font-size: 90%;  
    width: 100%;
}

    
.picup_list .bukken{
    width:94%;
    margin: 1% 3% 1% 3%;
    border-top:solid thin gray;
    border-bottom:solid thin gray;
    padding:3% 0 3% 0;
    
}    
    

    
.picup_list dt {
        width:26%;
        font-size:80%;
        float:left;
    }
    
   
    
.picup_list dd {
        width:73%;
        font-size:80%;  
        float:left;
    }  
      
       
  
    
    
.picup_btn01 {
    clear: both;
    font-size: 100%;
    width:100%;
    margin:1% 0 0 0;
}
right_clm.picup_btn01{margin-bottom: 10px;}
right_clm .picup_btn01 a{
	display: block;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	padding: 6px 3px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}
right_clm.picup_btn01 a:hover{
	color: #fff;
	background: #000000;
}
.picup_list li .picup_btn01 a:hover:after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.picup_list li .picup_btn01 a:after{
	content: "　";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
    
}

/*---------------------sec08 近隣物件　sp end-----------------------*/



/*--------------------sec07 問い合わせ　pc ------------------------*/
.homenew_post .sec07   {
       width:1100px;
       margin:5% auto;
     font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', 
sans-serif;
    }
.homenew_post .sec07 .tyui{
    font-size: 90%;
    line-height: 1.1;
    margin: 5% 0 5% 0;
}    


.twin{
    width:48%;
    display: inline-block;
    margin:0 auto;

}


.btn,
a.btn,
button.btn {
 width:98%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}



.btn-wrap {
  margin: 30px 0; 
   
}

a.btn-c {
  font-size: 1rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
   border-radius: 16px;
  background: linear-gradient(90deg, #d5e9f0 0%, #89c6d4 100%);
  border:5px solid #89c6d4;
  color: #003b4d;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  /*-webkit-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;*/
}


a.btn-c h1{
   font-size: 180%;
   line-height: 1.5;
}
a.btn-c h1::after {
  content: url("../img/arrow01.png");
  display: inline; /* または inline-blok, block など */
  border: none;
  vertical-align:middle;
  margin: 0 0 0 2%;
}
a.btn-c:hover h1{
    
}
a.btn-c:hover h1::after{
  content: url("../img/arrow01_hover.png");    
}
a.btn-c p{
   font-size: 110%;
   line-height: 2; 
}
a.btn-c .mail{
    width:8%;
    margin: 1% auto 3% auto;
}
a.btn-c .mail img{
    width:100%;
    content: url("../img/mail.png");
}
a.btn-c:hover .mail img{
    width:100%;
    content: url("../img/mail_hover.png");
}



a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
 
  color: #fff;
  background: #003b4d;
  /*-webkit-box-shadow: 0 2px 0 #e0e0e0;
  box-shadow: 0 2px 0 #e0e0e0;*/
}


a.btn-d {
  font-size: 1rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
 border-radius: 16px;
  background: linear-gradient(90deg, #f6e7d7 0%, #d7bfae 100%);
  border: 5px solid #d7bfae;
  color: #3a2c1e;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  /*-webkit-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;*/
}

a.btn-d h1{
   font-size: 180%;
   line-height: 1.5;
}
a.btn-d h1::after {
  content: url("../img/arrow01.png");
  display: inline; /* または inline-blok, block など */
  border: none;
  vertical-align:middle;
  margin: 0 0 0 2%;
}
a.btn-d:hover h1{
    
}
a.btn-d:hover h1::after{
  content: url("../img/arrow01_hover.png");    
}
a.btn-d p{
   font-size: 110%;
   line-height: 2; 
}
a.btn-d .flag{
    width:8%;
    margin: 1% auto 3% auto;
}
a.btn-d .flag img{
    width:100%;
    content: url("../img/flag.png");
}
a.btn-d:hover .flag img{
    width:100%;
    content: url("../img/flag_hover.png");
}


a.btn-d i {
  margin-right: 1rem;
}

a.btn-d:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #3a2c1e;
  /*-webkit-box-shadow: 0 2px 0 #001e43;
  box-shadow: 0 2px 0 #001e43;*/
}



/*-----------------sec07 問い合わせ　pc end ------------------------*/



/*--------------------sec07 問い合わせ　sp ------------------------*/
@media only screen and (max-width: 767px) {
.homenew_post .sec07   {
       width:98%;
       margin:5% auto;
     font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', 
sans-serif;
    
    }
.homenew_post .sec07 .tyui{
    font-size: 75%;
    line-height: 1.1;
    margin: 8% 0 10% 0;
}    


.twin{
    width:80%;
    display: inline-block;
    margin:5% 10%;

}


.btn,
a.btn,
button.btn {
 width:98%;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}



.btn-wrap {
  margin: 0; 
   
}

a.btn-c {
  font-size: 1rem;
  position: relative;
  padding: 1rem 2rem 1rem 2rem;
}


a.btn-c h1{
   font-size: 120%;
   line-height: 1.5;
}
a.btn-c h1::after {
  display: inline; /* または inline-blok, block など */
  border: none;
  vertical-align:middle;
  margin: 0 0 0 2%;
    
  transform: scale(0.7);
  position: absolute;
  right: 5%;
}


a.btn-c p{
   font-size: 90%;
   line-height: 2; 
}
a.btn-c .mail{
    width:8%;
    margin: 1% auto 3% auto;
}
a.btn-c .mail img{
    width:100%;
}
a.btn-c:hover .mail img{
    width:100%;
}

    
a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

}


a.btn-d {
  font-size: 1rem;
  position: relative;
  padding: 1rem 2rem 1rem 2rem;
}

a.btn-d h1{
   font-size: 120%;
   line-height: 1.5;
}
a.btn-d h1::after {
  display: inline; /* または inline-blok, block など */
  border: none;
  vertical-align:middle;
  margin: 0 0 0 2%;
    
  transform: scale(0.7);
  position: absolute;
  right: 5%;    
}

a.btn-d p{
   font-size: 90%;
   line-height: 2; 
}
a.btn-d .flag{
    width:8%;
    margin: 1% auto 3% auto;
}
a.btn-d .flag img{
    width:100%;
}
a.btn-d:hover .flag img{
    width:100%;
}
    
a.btn-d i {
  margin-right: 1rem;
}

a.btn-d:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}    
    
    
}
/*--------------------sec07 問い合わせ　sp end ------------------------*/
 
/*---------------------footer-nav 問い合わせ　sp　固定-----------------------*/

@media only screen and (max-width: 767px) {




 div#footer-nav-fixed{    
position: fixed;            /* フッターの固定 */    
bottom: 0px;                /* 位置(下0px) */    
left: 0px;                  /* 位置(左0px) */    
width: 100%;                /* 横幅100%　*/    
height: 68px;      /* 縦幅70px */
 z-index: 999999;
			
} 

div#footer-nav-bk{	
background-color:#000000/*#990033*/; 
color:#ffffff;    
position: fixed;            /* フッターの固定 */    
bottom: 0px;                /* 位置(下0px) */    
left: 0px;                  /* 位置(左0px) */    
width: 42%;                /* 横幅100%　*/    
height: 50px;            /* 横の幅を100% */
border-right:1px #fff solid;
z-index: 999999;    

} 

div#footer-nav-bk p{	
font-size:85%;
font-weight:bold;
margin-top:10%;
text-align:center;

} 

div#footer-nav-bk p a{	
font-size:95%;
margin:auto 0;
text-align:center;

}




div#footer-nav-ck{	
background-color:/*#cccc99*//*#ffff00*/ #73cdd7;     /* 背景色 */
color:#211815;/*#007199*/;    
float: left;
font-weight:bold;  
position: fixed;  
bottom: 0px;                /* 位置(下0px) */    
right:16%;                 /* 位置(左0px) */    
width: 42%;                /* 横幅100%　*/    
height: 50px;  
 z-index: 999999;   /* 横の幅を100% */
} 

div#footer-nav-ck p{	
font-size:85%;
margin-top:10%;
text-align:center;

} 

div#footer-nav-ck p a{	
font-size:95%;
margin:auto 0;
text-align:center;

}

    
    
    
div#footer-nav-ck2{	
background-color:#cccc99;     /* 背景色 */	
float: left;
font-weight:bold;  
position: fixed;  
bottom: 0px;                /* 位置(下0px) */    
right:16%;                 /* 位置(左0px) */    
width: 84%;                /* 横幅100%　*/    
height: 50px;  
 z-index: 999999;   /* 横の幅を100% */
   
} 

div#footer-nav-ck2 p{	
font-size:100%;
margin-top:4%; 
text-align:center;
/**color:#fff;**/
} 

div#footer-nav-ck2 p a{	
font-size:110%;
margin:auto 0;
text-align:center;    
/**color:#ffffff;**/
}    
    
    
    
    
div#footer-nav-tel{	
background-color:#000000;     /* 背景色 */	
float: left;
position: fixed;  
bottom: 0px;                /* 位置(下0px) */    
right:0px;                 /* 位置(左0px) */    
width: 16%;                /* 横幅100%　*/    
height: 50px;
z-index: 999999;    /* 横の幅を100% */
}     
  
div#footer-nav-tel img{	
width:80%;
margin: 0 10% 0 10%;    
} 
    

  #footer-nav-bk, #footer-nav-ck, #footer-nav-tel, #footer-nav-ck2 {
    box-sizing: border-box;
  }

    
    
    
    
 }    
    
/*---------------------footer-nav 問い合わせ　sp　固定　end-----------------------*/       

    
.homenew_post .secCampaign {
	width: 100%;
    margin-top:8%;
	padding: 1% 0 1% 0;

}
.homenew_post .secCampaign .inner {
     max-width: 1100px;
    margin:0 auto;
	
}
.booking_kyanpen {
    margin:50px auto;
}

.booking_kyanpen img{
   width:1100px;
}

.booking_kyanpen p.explan{
        font-size:75%;
        line-height:1.1;
        text-align: left;
}
.booking_kyanpen2 {
    margin:50px auto;
}

.booking_kyanpen2 img{
   width:80%;
   margin: 0 10% 0 10%;
}

.tenji{
    margin:0 auto;
}

.tenji_out{
    width:100%;
}

.ka_left{
    width:50%;
    margin-top:3%;
    float:left;
    display: inline-block;
}

.ka_left p.kako_bb{
    font-size:170%;
    text-align:left;
    color:#dc143c;
    font-weight:500;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    

}
.ka_left p.kako_cc{
    font-size:100%;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding:2% 1%;
    
}

.ka_right{
    width:50%;
      float:left;
    display: inline-block;
    margin:2% auto;
}

.booking_kyanpen_kakogawacc{
    margin:3% auto 5% auto;
}


/*---------------------secCampaign sp-----------------------*/

@media only screen and (max-width: 769px) {
 
.homenew_post .secCampaign {
	width: 100%;
	margin: auto;
	padding:5% 0 2% 0;
}
.homenew_post .secCampaign .inner {
  flex-direction: column;
  display: flex;
  width: 96%;
  margin: 5% 2% 0 2%;
}
.booking_kyanpen {
  margin:5% auto;
}    
.booking_kyanpen img{
   width:100%;
 }
.booking_kyanpen p.explan{
   font-size:75%;
   line-height:1.1;
   text-align: left;
}    
.booking_kyanpen2 {
  margin:5% auto;
}    
.booking_kyanpen2 img{
   width:90%;
   margin: 0 5% 0 5%;
 } 
    
 .ka_left{
    width:98%;
    margin-top:3%;
    float:left;
    display: inline-block;
}

.ka_left p.kako_bb{
    font-size:130%;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align:left;
    color:#dc143c;
    font-weight:500;
   

}
.ka_left p.kako_cc{
    font-size:95%;
   font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding:2% 1%;
    
}

.ka_right{
    width:98%;
      float:left;
    display: inline-block;
    margin:1% auto;
}

.booking_kyanpen_kakogawacc{
    margin:3% auto 5% auto;
}
 
    
    
    
    
    
    
}








