@charset "UTF-8";

/*==============
SP
===============*/
@media screen and (max-width: 639px){
	
.pc{display:none !important;}


div.slider02.pc{
	display:none;
}

div.slider02.sp{margin: 29vw 0 0 0 !important;}
	
	

.b_none{ border:none !important;}
.b_none_sp{ border:none !important;}


/*========= ぼかしのためのCSS ===============*/

.mainblur{
  filter: blur(8px);
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
  z-index: -1;
  opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
  top:0;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background: rgb(255 255 255 / 62%);/*背景を少し透過させる*/
    /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;/*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}
/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center; 
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: bold;
}
#g-nav li a span{
	color:#c90101;
	margin:0 0.5em 0 0;
}	

/*========= ボタンのためのCSS ===============*/
.openbtn01{
  position:fixed;
  z-index: 9998;/*ボタンを最前面に*/
  top:10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height:50px;
}
  
/*×に変化*/  
.openbtn01 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

.openbtn01 span:nth-of-type(1) {
  top:15px; 
}

.openbtn01 span:nth-of-type(2) {
  top:23px;
}

.openbtn01 span:nth-of-type(3) {
  top:31px;
}

.openbtn01.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn01.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn01.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

























header{width: 100%;justify-content: space-between;position: fixed;background: white;z-index: 3;height: 63px;top: 0;}
header .logo{width: 70%;padding: 5% 0 7px 3%;}
header .logo img{width: 47%;}
header .sub_menu ul{display: flex;margin: 0 2% 0 0;}
header .sub_menu ul li{margin: 0.5vw 10px;}
header .sub_menu ul li a{font-size: 1vw;color: black;font-weight: 500;}
header .sub_menu .contact{}
header .sub_menu .contact a{background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(146,119,45,1) 0%, rgba(183,157,68,1) 50%, rgba(146,119,45,1) 100%);color: #FFF;padding: 8px 30px;display: block;width: 7vw;text-align: center;font-size: 1.2vw;}
header .sub_menu .contact a:hover{ opacity:0.8; transition:0.5s;}

.gnavi{/* margin: 30px 0; */display: flex;justify-content: center;}
.gnavi li{}






.sp_menu{background: #dbd0b4;}
.sp_menu ul{display: flex;}
.sp_menu li{text-align: center;width: 25%;padding: 10px 1% 0 1%;border-right: 1px solid white;box-sizing: border-box;}
.sp_menu li a{}
.sp_menu li a p{font-size: 3.5vw;color: #4b4b4b;}
.sp_menu li a img{width: 25%;}
.sp_menu li.contact{background: #a38227;}
	.sp_menu li.raijyo {
    background: #a33227;

}
.sp_menu li.contact a{}
.sp_menu li.contact p,.sp_menu li.raijyo p{color: #FFF;}







.main{ background: url(../../images/main_bg_sp.jpg) no-repeat bottom right;background-size: 110%;text-align: center;padding: 33vw 0 39vw 0;}
.main img{width: 80%;}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration: 1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);

  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}





.top01{background: rgb(0,0,0);background: #004d6b;/* display: flex; *//* padding: 7vw 0 0 0; */}
.top01 ul{display: flex;width: 100%;margin: 0 auto;padding: 2vw 0 1vw 0;flex-wrap: wrap;justify-content: center;background: #15a8bd;}
.top01 ul li{width: 48%;border-right: 1px solid #FFF;padding: 0 4%;box-sizing: border-box;margin: 5px 0;}
.top01 ul li img{width: 100%;}

.top02{text-align: center;padding: 0vw 0 2vw 0;}
.top02 img{width: 90%;margin: 2em 0 1em 0;}
.top02 p{font-size: 3vw;margin: 2vw 0;color: black;letter-spacing: 0.2em;}
.top02 p.top02_01{margin: 0;font-size: 2vw;letter-spacing: 0.05em;}
.top02 hr{width: 75%;}
.top02 p.top02_02{font-size: 4.3vw;letter-spacing: 0.1em;margin: 0 1vw 0 0;}
.top02 p.top02_03{color: #e1436d;font-size: 6.8vw;letter-spacing: 0;font-weight: 700;}
.top02 a{background: #15a8bd url(../../images/top06.jpg) no-repeat 90%;background-size: 5%;color: #FFF;width: 80%;display: block;margin: 20px auto;padding: 3.8vw 0;font-size: 3.5vw;letter-spacing: 0.2em;transition: 0.5s;border-radius: 5px;}
.top02 a.raijyo02{ background:  #8f0000; background-size: 5%;color: #FFF;width: 80%;display: block;margin: 20px auto;padding: 3.8vw 0;font-size: 3.5vw;letter-spacing: 0.2em;transition: 0.5s;border-radius: 5px;}

	.top02 a.raijyo {
    background: #8f0000;
    background-size: 5%;
    color: #FFF;
    width: 80%;
    display: block;
    margin: 20px auto;
    padding: 3.8vw 0;
    font-size: 3.5vw;
    letter-spacing: 0.2em;
    transition: 0.5s;
    border-radius: 5px;
}
.top02 a:hover{ background: #01789f url(../../images/top06.jpg) no-repeat 90%;background-size: 5%;letter-spacing: 0.5em; transition:0.5s;}
.top02 a.raijyo:hover{ background:#8f0000; letter-spacing: 0.5em; transition:0.5s;}

.top03{position: relative;margin: 0 0 19px 0;}
.top03 .scrolldown2{margin: 50px 0 0 0;}
.title{text-align: center;color: #9d9d9d;font-size: 4.5vw;font-weight: bold;}
.top03 .title{margin: 0 0 2vw 0;padding: 70px 0 0 0;}
.top03 dl{width: 80%;margin: 0 auto;display: flex;flex-wrap: wrap;font-size: 3.2vw;color: #000;letter-spacing: 0.2em;}
.top03 dt{letter-spacing: 0em;width: 25%;margin: 0 0 1vw 0;}
.top03 dd{width: 70%;margin: 0 0 1vw 0;}

.top04{ background: url(../../images/top07.jpg) no-repeat center;background-size: cover;text-align: center;padding: 11vw 0;}
.top04 .title{font-size: 6.5vw;margin: 0 0 6vw 0;}
.top04 img{width: 56%;margin: 0 0 4vw 0;}
.top04 .top04_01{line-height: 2.5;font-size: 2.8vw;color: black;font-weight: 600;}
.top04 .top04_02{font-size: 4.5vw;font-weight: bold;margin: 8vw 0 0 0;}

.top05{background:url(../../images/top13.jpg) no-repeat;background-size:cover;padding: 9vw 0 5vw 0;margin: 0 0 5vw 0;}
.top05 .scrolldown2{}
.top05 .title{color: white;margin: 3vw 0 0 0;}
.top05 .top05_btn{display: flex;width: 90%;margin: 3vw auto;flex-wrap: wrap;}
.top05 .top05_btn .zoomIn{width: 48%;margin: 1vw 1%;}
.top05 .top05_btn .zoomIn a{}
.top05 .top05_btn .zoomIn a .mask{}
.top05 .top05_btn .zoomIn a .mask img{}




/* 丸の描写 */
.top05 .scrolldown2:before {
	background: #ffffff;
}

/* 線の描写 */
.top05 .scrolldown2:after{
	background:  #ffffff;
}


.top06{margin: 3vw auto 0 auto;width: 90%;font-size: 1vw;}
.top06 p{line-height: 2;color: black;font-weight: bold;font-size: 3vw;}


.top07{text-align: center;margin: 3vw 0;}
.top07 p{text-align: center;font-size: 3vw;font-weight: bold;}
.top07 img{width: 62%;margin: 1.5vw 1%;}




.second{text-align: center;padding: 164px 0 12vw 0;color: white;font-size: 7vw;line-height: 1.2;text-shadow: 0 0 10px black;}

.brand01{ background:url(../../images/cont01_img01.jpg) no-repeat center;background-size: cover;}
.brand02{text-align: center;padding: 8vw 0;}
.brand02 img{width: 23%;}

.brand02 .brand02_01{font-size: 7vw;margin: 3vw 0 0 0;color: #072b41;}
.brand02 .brand02_02{line-height: 2em;padding: 4vw 7vw 7vw 7vw;text-align: left;}
.brand02 ul{margin: 1vw auto 0 auto;width: 80%;}
.brand02 ul li{margin: 0 0 4vw 0;}
.brand02 ul li img{width: 100%;}
.brand02 ul li p{text-align: right;font-size: 0.8vw;}

.brand03{text-align: center;background: #d4e6f0;padding: 11vw 0;}
.brand03 img{width: 32%;}
.brand03 .brand03_01{font-size: 6vw;margin: 5vw 0 3vw 0;color: #072b41;}
.brand03 .brand03_02{line-height: 2em;text-align: left;padding: 1vw 6vw 6vw 6vw;}
.brand03 ul{margin: 3vw auto 0 auto;width: 80%;}
.brand03 ul li{margin: 0 0 5vw 0;}
.brand03 ul li img{width: 100%;background: #fff;}

.brand03 ul li p{text-align: right;font-size: 0.8vw;}




.loc01 {
    background: url(../../images/loc_h.jpg) no-repeat;
    background-size: 114%;
    background-position: 50% -273%;
    height: auto;
}
.loc02{padding: 80px 0 8vw 0;text-align: center;background: #FFF;}
.loc02 .scrolldown2{}
.loc02 .loc02_01{}
.loc02 .loc02_01{font-size: 5vw;margin: 4vw 0 2vw 0;}
.loc02 .loc02_02{line-height: 2;text-align: left;padding: 0 6vw;font-size: 3vw;}
.loc_title{}
.loc_title img{width: 50%;}
.loc03{}
.loc03_{padding: 8vw 0;}
.loc03_ .loc03_01{text-align: center;font-size: 3vw;margin: 0 0 2vw 0;}
.loc03_ .loc03_02{width: 90%;margin: 0 auto;display: flex;flex-wrap: wrap;}
.loc03_ .loc03_02 li{width: 48%;margin: 1vw 1%;}
.loc03_ .loc03_02 li img{}
.loc03_ .loc03_02 li p{text-align: right;font-size: 2.5vw;}
.loc03_ .loc03_03{display: flex;width: 90%;margin: 0 auto;}
.loc03_ .loc03_03 li{margin: 1vw 1%;}
.loc03_ .loc03_03 li img{}
.loc03_ .loc03_03 li p{font-size: 2vw;text-align: right;}
.loc03__{background: #e7f5f6 url(../../images/loc_bg.png) right top no-repeat;background-size: 30%;}
.loc03__ .loc03__01{width: 90%;margin: 0 auto;text-align: center;}
.loc03__ .loc03__01 img{width: 39%;margin: -36px 0 0 0;z-index: 997;height: 18%;}
.loc03__ .loc03__01 p{font-size: 5vw;margin: -4vw 0 0 0;}
.loc03__wrap{width: 90%;margin:  0 auto;;}
.loc03__wrap .loc03__02{margin: 2vw 0 0 0;}
.loc03__wrap .loc03__02 p{text-align: center;background: #FFF;border: double #b2e2e6;padding: 1px 0;}
.loc03__wrap .loc03__02 ul{display: flex;width: 100%;flex-wrap: wrap;margin: 3vw 0;}
.loc03__wrap .loc03__02 ul li{width: 48%;margin: 1vw 1%;}
.loc03__wrap .loc03__02 ul li img{}
.loc03__wrap .loc03__02 ul li p{font-size: 2.5vw;
    text-align: right;background: none;border: none;padding: 0;}
.loc03__03{margin: 0 0 0 1%;}
.loc03__03 p{text-align: center;background: #FFF;border: double #b2e2e6;padding: 1px 0;}
.loc03__03 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.loc03__03 ul li{width: 49%;margin: 3vw 0;}
.loc03__03 ul li img{}
.loc03__03 ul li p{text-align: right;font-size: 2.5vw;background: none;border: none;padding: 0;}

.loc_title{
  display: flex;
  
  
  justify-content: center;
  align-items: center;
} 

.loc03{
	background: url(../../images/loc01.jpg) no-repeat center;/*背景画像設定※オリジナル画像を設定してください*/

  /* background-attachment: fixed; */
  /* background-position: center; */
  background-size: 150%;
  
}




.loc04{
	background: url(../../images/loc02.jpg) no-repeat center;/*背景画像設定※オリジナル画像を設定してください*/

  
  
  background-size: 100%;
  background-repeat: no-repeat;
}

.loc04_{padding: 5vw 0;width: 90%;margin: 0 auto;}
.loc04_ .loc04_01{text-align: center;font-size: 3.5vw;margin: 3vw 0;}
.loc04_ .loc04_02{}
.loc04_ .loc04_02 li{}
.loc04_ .loc04_02 li.img{}
.loc04_ .loc04_02 li.img img{width: 100%;}
.loc04_ .loc04_02 li.img p{font-size: 2.5vw;text-align: right;}
.loc04_ .loc04_02 li.para{}
.loc04_ .loc04_02 li.para .loc04_02_01{font-size: 4.7vw;margin: 5vw 0 0 0;}
.loc04_ .loc04_02 li.para .loc04_02_02{font-size: 3vw;line-height: 2;margin: 2vw 0 5vw 0;}
.loc04_ .loc04_03{margin: 2vw auto;width: 100%;display: flex;justify-content: space-between;}
.loc04_ .loc04_03 li{width: 32%;}
.loc04_ .loc04_03 li img{}
.loc04_ .loc04_03 li p{font-size: 2.5vw;text-align: right;}

.loc05{	background: url(../../images/loc03.jpg) no-repeat center;/*背景画像設定※オリジナル画像を設定してください*/

  
  
  background-size: 150%;
  }
.loc05 img{}
.loc05_{width: 90%;margin: 0 auto;padding: 5vw 0;}
.loc05_ .loc05_01{text-align: center;font-size: 3.5vw;}
.loc05_ .loc05_02{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 2vw 0;}
.loc05_ .loc05_02 li{width: 49%;margin: 1vw 0;}
.loc05_ .loc05_02 li p{font-size: 2.5vw;text-align: right;}

.loc06{padding: 0 0 11vw 0;}
.loc06 .title{color: #7fd1d7;font-size: 5vw;}
.loc06 .loc06_{font-size: 3.5vw;text-align: center;margin: 1vw;}
.loc06 ul{width: 90%;margin: 0 auto;display: flex;justify-content: space-between;}
.loc06 ul li{width: 24%;}
.loc06 ul li img{}
.loc06 ul li p{font-size: 2.5vw;text-align: right;}

.loc07{}
.loc07 .title{color: #7fd1d7;
    font-size: 5vw;}
.loc07 .loc07_{text-align: center;font-size: 3.5vw;margin: 2vw 0;}
.loc07 ul{width: 90%;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.loc07 ul li{width: 49%;margin: 1vw 0;}
.loc07 ul li img{}
.loc07 ul li p{font-size: 2.5vw;text-align: right;}


.acc_h{background: url(../../images/access_h.jpg) no-repeat center;background-size: 163vw;padding: 300px 0;margin: 29vw 0 0 0;padding: 15vw;}
.acc_h p{}
.acc01{width: 90%;margin: 5vw auto;}
.acc01 p{text-align: center;font-size: 7vw;}
.acc01 ul{margin: 4vw 0;display: flex;flex-wrap: wrap;}
.acc01 li{width: 80%;margin: 3vw auto 0 auto;}
.acc01 li.order01{order: 1;}
.acc01 li.order02{order: 2;}
.acc01 li img{}

.acc02{}
.acc02 .title{background: #a98e48;padding: 1vw;color: white;}
.acc02 .title ul{display: flex;justify-content: center;}
.acc02 .title ul li{border-right: 1px solid;padding: 0 2vw;font-size: 4vw;}
.acc02 .title ul li span{font-size: 2vw;}
.acc02 .image{  background:url(../../images/acc01.jpg) no-repeat center;text-align: right;background-size: cover;}
.acc02 .image img{width: 50%;margin: 0 0 -2vw 0;}
.acc02 .image p{}
.acc02 .acc02_{}
.acc02 .acc02_ dl{display: flex;width: 80%;margin: 4vw auto 6vw auto;justify-content: space-between;flex-wrap: wrap;}
.acc02 .acc02_ dl dt{width: 100%;}
.acc02 .acc02_ dl dt img{}
.acc02 .acc02_ dl dt p{text-align: right;font-size: 2vw;}
.acc02 .acc02_ dl dd{width: 100%;}
.acc02 .acc02_ dl dd p.acc02_01{font-size: 6vw;margin: 5vw 0 2vw 0;}
.acc02 .acc02_ dl dd p.acc02_02{font-size: 3vw;line-height: 1.8;}
.acc02 .acc02_ ul{display: flex;width: 90%;margin: 0 auto;}
.acc02 .acc02_ ul li{}
.acc02 .acc02_ ul li img{}
.acc02 .acc02_ ul li p{font-size: 2vw;text-align: right;}

.acc03{margin: 5vw 0;}
.acc03 .title{background: #ad404a;
    padding: 1vw;
    color: white;}

.acc03 .title ul{display: flex;justify-content: center;}
.acc03 ul li{border-right: 1px solid;padding:  0 2vw;font-size: 3vw;}
.acc03 ul li span{font-size: 2vw;}
.acc03 .image{}
.acc03 .image ul{display: flex;justify-content: space-between;width: 100%;}
.acc03 .image ul li{border: none;padding: 3vw 0 0 0;width: 100%;text-align: right;}
.acc03 .image ul li.image01{ background:url(../../images/acc06.jpg) no-repeat;background-size: cover;}
.acc03 .image ul li.image02{background:url(../../images/acc07.jpg) no-repeat;background-size: cover;}
.acc03 .image ul li.image03{background:url(../../images/acc08.jpg) no-repeat;background-size: cover;}
.acc03 .image ul li img{width: 100%;margin: 0 0 -1.3vw 0;}
.acc03 .acc03_{width: 80%;margin: 2vw auto;}
.acc03 .acc03_ dl{display: flex;justify-content: space-between;margin: 4vw 0;flex-wrap: wrap;}
.acc03 .acc03_ dt{width: 100%;}
.acc03 .acc03_ dt p{ text-align: right;font-size: 1vw;color: gray;}
.acc03 .acc03_ dd{width: 100%;}
.acc03 .acc03_ dd .acc03_01{font-size: 2.6vw;margin: 1vw 0 1.5vw 0;font-size: 6vw;}
.acc03 .acc03_ dd .acc03_02{font-size: 3vw;line-height: 2;}

.acc04{}
.acc04 .title{background: #773f69;color: white;}
.acc04 ul{display: flex;justify-content: center;padding: 1vw 0;}
.acc04 ul li{font-size: 3vw;border-right: 1px solid;padding: 0 2vw;}
.acc04 ul li span{font-size: 2vw;}
.acc04 .image ul{display: flex;justify-content: space-between;padding: 0;}
.acc04 .image ul li{border: none;padding: 0;width: 50%;text-align: right;}
.acc04 .image ul li.image01{ background:url(../../images/acc10.jpg) no-repeat;background-size: cover;}
.acc04 .image ul li.image02{ background:url(../../images/acc11.jpg) no-repeat;background-size: cover;}
.acc04 .image ul img{width: 70%;margin: 0 0 -1.2vw 0;}
.acc04 .image ul p{}
.acc04 .acc04_{font-size: 5vw;text-align: center;margin: 5vw 6vw;}

.acc05{flex-wrap: wrap;margin: 5vw auto;width: 80%;display: flex;border: 1px solid #b1b1b1;padding: 6vw;justify-content: space-between;}
.acc05 dt{width: 100%;}
.acc05 dt p{font-size: 1vw;text-align: right;color: gray;}	
.acc05 dt img{}
.acc05 dd{width: 100%;}
.acc05 dd .acc05_01{font-size: 6vw;}
.acc05 dd .acc05_02{font-size: 3vw;margin: 3vw 0;line-height: 2em;}
.acc05 dd img{width: 80%;}

.acc06{border-top: 1px solid #b1b1b1;padding: 5vw;margin: 5vw 0 0 0;}
.acc06 p{line-height: 2;font-size: 3vw;}

.map01{background:#161930;text-align:center;color:#FFF;font-size: 5vw;padding: 38vw 0 13px 0;margin: -5vw 0 0 0;}
.map02{ width:90%; margin: 4vw auto 6vw auto;}


footer .ftr01{display: flex;align-items: center;justify-content: center;margin: 0 auto -1em auto;width: 50%;}
footer .ftr01 dt{text-align: center;font-size: 2vw;line-height: 1.4;/* padding: 0 10px 0 0; */white-space: nowrap;}
footer .ftr01 dd{	}
footer .ftr01 dd img{	}
footer .ftr02{text-align: center;display: block;text-decoration: revert;font-size: 2vw;}

footer hr {
	margin:1.5em 0 0 0;
}



























footer {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color:#000;
}

.clm > div, .clm > li {
  letter-spacing: 0.08em;
  vertical-align: top;
  display: inline-block;
}

footer .inner {
	max-width:1024px;
	margin:0 auto;
}

footer .ftr_cv {
  /*background: url(../imgs/ftr_contact_bg.jpg) top center no-repeat;
  background-size: cover;*/
  padding: 80px 0 35px;
  position: relative;
}
footer .ftr_cv .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
footer .ftr_cv h2 {
  text-align: center;
  position: relative;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 40px;
}
footer .ftr_cv h2:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  margin: auto 0;
  height: 1px;
  width: 50%;
  background: rgba(255, 255, 255, 0.3);
}
footer .ftr_cv h2:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80px;
  margin: auto 0;
  height: 1px;
  width: 50%;
  background: rgba(255, 255, 255, 0.3);
}
footer .ftr_cv .cv {
  text-align: center;
}
footer .ftr_cv .cv > div {
  width: 50%;
}
footer .ftr_cv .cv > div:last-child {
  display: none;
}
footer .ftr_contact {
  text-align: center;
  padding: 25px 0;
  background-color:#F9F9F9;
  border-bottom:1px solid #cccccc;

}
footer .ftr_contact .clm > div {
  vertical-align: middle;
}
footer .ftr_contact .clm .text01 {
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: left;
}
footer .ftr_contact .clm .tel {
  margin: 0 20px;
}
footer .ftr_contact .clm .text02 {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
footer .ftr_pankuzu {
  padding: 7px 0;
  line-height: 1.5;
  
}
footer .ftr_pankuzu .clm li {
  font-size: 11px;
  vertical-align: baseline;
}
footer .ftr_pankuzu .clm li:nth-child(even) {
  margin: 0 5px;
}
footer .ftr_pankuzu .clm li a {
  font-size: 11px;
}
footer .ftr_bnr {
  padding: 28px 0;
 /* background-color:#162647;*/

}
footer .ftr_bnr .bnrs {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 25px;
}
footer .ftr_bnr .bnrs > div {
  margin: 20px 16px 0;
}
footer .ftr_bnr .seo {
  font-size: 11px;
  line-height: 1.5;
 /* text-align:center;*/
   color:#3e3a39;
}
footer .ftr_other {
  /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 20px;
  background-color:#e6e6e6;
 /* background-color:#162647;*/
   max-width: 1024px;
  margin: 10px auto 0;
}
footer .ftr_other dl {
  display: flex;
}
footer .ftr_other dl + dl {
  margin-top: 15px;
}
footer .ftr_other dl dt {
  font-size: 11px;
  white-space: nowrap;
}
footer .ftr_other dl dd {
  font-size: 11px;
  margin-left: 30px;
 /* font-weight:600;*/
}
footer .ftr_other dl dd a {
  font-size: 11px;
  margin-right: 1em;
  color:#3e3a39;
}

.copyright{
	padding:10px;
	background:#e5e5e5;
	box-sizing:border-box;
	font-size:10px;
	text-align:center;
	}




  footer {
		font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color:#000;

  }
footer .inner {
	margin:0 auto;
	padding:0 4%
}
  footer .pagetop {
    /* position: absolute;
    top: auto; */

    bottom: 72px;

  }

  footer .ftr_cv {
    padding: 40px 0;
  }
  footer .ftr_cv h2 {
    margin-bottom: 30px;
  }
  footer .ftr_cv .cv > div {
    width: 100%;
  }

  footer .ftr_cv .cv > div + div {
    margin-top: 10px;
  }

  footer .ftr_contact {
    padding: 0 0 15px;
  }
  footer .ftr_contact .clm > div {
    width: 100%;
  }
  footer .ftr_contact .clm .text01 {
    text-align: center;
    font-size: 13px;
  }
  footer .ftr_contact .clm {
    margin: 10px 0 10px;
   
  }
  
  footer .ftr_contact .clm .tel {
  margin:0 auto;
  width:90%;
}

footer .ftr_caption .cap {
	text-align:left;
}
  
  
  .tel { color:#3e3a39;}
  footer .ftr_contact .clm .text02 {
    font-size: 10px;
    text-align: center;
  }
  footer .ftr_contact .clm .text02 br {
    display: none;
  }

  footer .ftr_pankuzu {
    display: none;
  }

  footer .ftr_bnr {
    padding: 15px 0 20px;
  }
  footer .ftr_bnr .bnrs > div {
    width: 100%;
    margin: 20px 0 0;
  }

  footer .ftr_other {
    padding: 15px 0;
    margin-bottom:4%;
  }
  footer .ftr_other dl {
    display: block;
  }
  footer .ftr_other dl dt {
    margin: 0 0 5px;
  }
  footer .ftr_other dl dd {
    margin: 0;
  }
  footer .ftr_other dl dd a {
    display: inline-block;
  }
  footer .ftr_other dl dd br {
    display: none;
  }


  footer .seo{ display:none;}



div.second.plan01 { background:url(../../images/pla_h.jpg)  no-repeat center;
background-size: cover;}

div.plan02 p.plan02_01.fadeUpTrigger02 {
font-size: 4.5vw;text-align: center;margin: 6vw 2vw;}
ul.plan03 {flex-wrap: wrap;width: 90%;margin: 0 auto;}
ul.plan03 li {width: 80%;margin: 2% auto;}
ul.plan03 li a {
}
ul.plan03 li a img {
width: 100%;}
p.plan04 {
font-size: 3vw;text-align: left;padding: 0 6vw;}


div.plan_detail {width: 90%;margin: 0 auto;text-align: center;padding: 33vw 0 0 0;}
div.plan_detail img.pc {
width: 100%;margin: 7vw auto 5vw auto;}
div.plan_detail img.sp {
margin: 7vw auto 5vw auto;}
div.plan_detail img.mdr {
width: 100%;}
div.plan_detail img.hanrei {
width: 100%;}
div.plan_detail p {
margin: 30px 0;text-align: left;font-size: 3vw;}
div.plan_detail a{
	background:#333;
	color:#FFF;border-radius: 3px;padding: 14px 0;width: 63%;display: block;margin: 0 auto;font-size: 3vw;
	}

div.second.design01 {background:url(../../images/design_h.jpg) no-repeat;padding: 15vw;background-size: cover;background-position: bottom right;margin: 29vw 0 0 0;}

div.design02 {
    width: 80%;
    margin: 12vw auto 5vw;
}
div.design02 img {width: 100%;margin: 0 0 22px 0;}
div.design02 p {text-align: left;font-size: 3.5vw;line-height: 1.8;}
div.design03 {background: #162035;width: 80%;margin: 0vw auto 8vw auto;text-align: center;}
div.design03 ul {
    display: grid;
    text-align: center;
    padding: 3vw 10%;
}
div.design03 ul li.li01 {color: #ebe2ca;font-size: 7vw;order: 1;text-align: center;}
div.design03 ul li{
    width: 100%;
}
div.design03 ul li.li02 {
    order: 3;
}
div.design03 ul li.li02 p {color: #FFF;font-size: 3.2vw;margin: 1vw 0;text-align: left;}
div.design03 ul li.li03 {order: 2;text-align: center;}
div.design03 ul li.li03 img {width: 100%;}
div.design04 {
}
div.design04 div.design04_01 {width: 80%;margin: 0 auto;}
div.design04 div.design04_01 h3 {font-size: 5vw;color: #412d21;}
div.design04 div.design04_01 p {font-size: 3.8vw;background: #FFF;line-height: 1.5em;}
div.design04 div.design04_02 {background: url(../../images/design05.jpg) no-repeat left;padding: 8vw  0;background-size: 52%;width: 80%;margin: 0 auto;}
div.design04 div.design04_02 h3 {font-size: 5vw;color: #412d21;margin: 0 3vw 0 0;text-align: right;line-height: 2.5;}
div.design04 div.design04_02 p {font-size: 3.8vw;text-align: right;margin: -5% 0 0 0;}
div.design05 {
}
div.design05 h3 {font-size: 9vw;text-align: center;margin: 5vw 0 0 0;}
div.design05 img.design05_01 {width: 90%;}
div.design05 div.design05_02 {width: 80%;margin: 0 auto;justify-content: center;}
div.design05 div.design05_02 ul.design05_ul {margin: 0 1%;}
div.design05 div.design05_02 ul.design05_ul li.design05_li {margin: 2vw 0 5vw 0;}
div.design05 div.design05_02 ul.design05_ul li.design05_li h4 {display: flex;font-size: 4.4vw;align-items: center;}
div.design05 div.design05_02 ul.design05_ul li.design05_li h4 span.blue {background: #114f70;width: 22px;color: #FFF;display: table-cell;text-align: center;font-size: 3.5vw;vertical-align: middle;margin: 0 2% 0 0;}
div.design05 div.design05_02 ul.design05_ul li.design05_li p {font-size: 3.5vw;}
div.design05 div.design05_02 ul.design05_ul li.design05_li h4 span.pink {font-size: 2.6vw;background: #e53f85;border-radius: 20px;color: #FFF;padding: 0 2%;margin: 0 0 0 2%;}
div.design05 div.design05_02 div.design05_03 {margin: 0 1%;border: 1px solid #7f013b;}
div.design05 div.design05_02 div.design05_03 h4 {background: #7f013b;color: #FFF;display: flex;padding: 2.5vw 5%;}
div.design05 div.design05_02 div.design05_03 h4 span {background: #FFF;color: #7f013b;display: table-cell;width: 22px;text-align: center;margin: 0 2% 0 0;}
div.design05 div.design05_02 div.design05_03 p {padding: 5%;font-size: 3.5vw;}
div.design05 div.design05_02 div.design05_03 dl.design05_03_dl {display: grid;padding: 0 5%;margin: 0 auto;}
div.design05 div.design05_02 div.design05_03 dl.design05_03_dl dt {order: 2;}
div.design05 div.design05_02 div.design05_03 dl.design05_03_dl dt ul {}
div.design05 div.design05_02 div.design05_03 dl.design05_03_dl dt ul li {text-align: center;background: #b39861;border-radius: 16px;color: #FFF;font-size: 3.8vw;padding: 0 4%;margin: 0 0 1.5vw 0;}
div.design05 div.design05_02 div.design05_03 dl.design05_03_dl dd {text-align: center;order: 1;}
div.design05 div.design05_02 div.design05_03 dl.design05_03_dl dd img {padding: 0;width: 60%;}
div.design05 div.design05_02 img {padding: 5%;width: 90%;}
p.design06 {width: 80%;margin: 4vw auto;font-size: 3vw;}






div.second.sec01 {position: relative;background: url(../../images/sec_h.jpg) no-repeat;padding: 15vw;background-size: cover;background-position: bottom;margin: 29vw 0 0 0;/* background-position: bottom right; */}
div.second.sec01 p.mnc.fadeUpTrigger {
}
div.sec02 {width: 80%;margin: 0 auto;}
div.sec02 h3.sec_h3 {
    margin: 5vw 0;
}
.sec_h3{
    text-align: center;
    color: #1f2a41;
    font-size: 5.6vw;
}
div.sec02 h4.sec_h4 {
}
.sec_h4{
    background: #1f2a41;
    color: #FFF;
    text-align: center;
    font-size: 3.8vw;
    letter-spacing: 0.4em;
    padding: 0.3vw 0 0 0;
}
div.sec02 ul {}
div.sec02 ul li {width: 96%;padding: 5vw 2% 0 2%;text-align: center;}
div.sec02 ul li h5.sec_h5 {margin: 0 0 1vw 0;text-align: left;}
.sec_h5{
    color: #1f2a41;
    font-size: 4.5vw;
    border-left: 10px solid #1f2a41;
    padding: 1vw 0 0.7vw 7px;
    background: #bec1c7;
}
div.sec02 ul li p {font-size: 3.5vw;margin: 0 0 3vw 0;line-height: 1.8;text-align: left;}
div.sec02 ul li img {width: 100%;}
div.sec02 dl {margin: 5vw 0 0 0;}
div.sec02 dl dt {}
div.sec02 dl dt h5.sec_h5 {margin:  0 0 0.5vw 0;}
div.sec02 dl dt p {font-size: 3.5vw;line-height: 1.8em;}
div.sec02 dl dd {text-align: center;}
div.sec02 dl dd img {width: 100%;margin: 5vw 0;}
div.sec03 {width: 80%;margin: 10vw auto;}
div.sec03 h3.sec_h3 {margin: 3vw 0;}
div.sec03 h4.sec_h4 {margin:  0 0 3vw 0;}
div.sec03 div.sec04 {
}
div.sec03 div.sec04 div.sec05 {width: 96%;padding: 0 2%;}
div.sec03 div.sec04 div.sec05 h5.sec_h5 {margin: 0 0 1vw 0;}
div.sec03 div.sec04 div.sec05 p {line-height: 1.8;}
div.sec03 div.sec04 div.sec05 ul {display: flex;justify-content: space-between;margin: 2vw 0;}
div.sec03 div.sec04 div.sec05 ul li {
}
div.sec03 div.sec04 div.sec05 ul li img {
}
div.sec03 div.sec04 div.sec05 span {line-height: 1.5em;display: block;margin: 0 0 20px 0;font-size: 3vw;}
div.sec03 div.sec04 ul.sec06 {width: 96%;padding: 0 2%;}
div.sec03 div.sec04 ul.sec06 li {
    width: 100%;
}
div.sec03 div.sec04 ul.sec06 li div.data {margin: 0 0 2vw 0;}
div.sec03 div.sec04 ul.sec06 li div.data h5.sec_h5 {margin: 0 0 1vw 0;line-height: 1.2;}
div.sec03 div.sec04 ul.sec06 li div.data p {line-height: 1.8;}
div.sec03 div.sec04 ul.sec06 li div.img {width: 100%;text-align: center;margin: 0 0 1vw 0;}
div.sec03 div.sec04 ul.sec06 li div.img img {width: 60%;}
div.sec03 div.sec07 {margin: 5vw 0;}
div.sec03 div.sec07 h5.sec_h5 {margin: 0 0 1vw 0;}
div.sec03 div.sec07 ul {justify-content: space-between;}
div.sec03 div.sec07 ul li.data {width: 100%;}
div.sec03 div.sec07 ul li.data p {font-size: 3.5vw;margin: 0 0 1.5vw 0;line-height: 1.8;}
div.sec03 div.sec07 ul li.data ul {
}
div.sec03 div.sec07 ul li.data ul li {width: 100%;margin: 4vw 0 0 0;}
div.sec03 div.sec07 ul li.data ul li h6 {background: #cfcfcf;text-align: center;font-size: 4.2vw;}
div.sec03 div.sec07 ul li.data ul li p {font-size: 3.5vw;}
div.sec03 div.sec07 ul li.img {width: 100%;text-align: center;margin: 5vw 0;}
div.sec03 div.sec07 ul li.img img {width: 60%;}
div.sec03 div.sec07 div.sec08 {text-align: center;}
div.sec03 div.sec07 div.sec08 img {width: 100%;}
div.sec09 {width: 80%;margin: 0 auto;}
div.sec09 h4.sec_h4 {letter-spacing: 0em;}
div.sec09 dl {}
div.sec09 dl dt {
    width: 96%;
    padding: 0 2%;
    margin: 5vw 0 0 0;
}
div.sec09 dl dt h5.sec_h5 {
}
div.sec09 dl dt p {font-size: 3.5vw;margin: 3vw 0 0 0;}
div.sec09 dl dd {width: 100%;margin: 2vw 0 0 0;text-align: center;}
div.sec09 dl dd img {width: 25%;}
div.sec09 dl dt span {font-size: 3vw;display: block;margin: 10px 0 0 0;}
p.sec10 {width: 80%;margin: 5vw auto 0 auto;font-size: 3vw;}
div.sec09 dl dd img.none{
    width: 44%;
}


div.second.com01 {background: url(../../images/com_h.jpg) no-repeat;padding: 15vw;background-size: cover;background-position: bottom;margin: 29vw 0 0 0;}
div.second.com01 p.mnc.fadeUpTrigger {
}
h3.com_h3 {color: #1f2a41;font-size: 3.5vw;text-align: center;margin: 5vw 0;}
h4.com_h4{
    font-size: 5vw;
    color: #1f2a41;
    text-align: center;
    margin: 7vw 0 1vw 0;
}
h5.com_h5{
    font-weight: bold;
    font-size: 3.8vw;
}
p.com_p{
    font-size: 3vw;
}
ul.com_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.com_ul li{
    margin: 0 0 2vw 0;
    width: 48%;
}
/*============================
#g-nav2
============================*/
nav#g-nav2 {width: 90%;margin: 0 auto;}

/*============================
#g-nav-list2
============================*/
nav#g-nav2 div#g-nav-list2 {
}
nav#g-nav2 div#g-nav-list2 ul.gnavi2 {display: flex;justify-content: center;flex-wrap: wrap;}
nav#g-nav2 div#g-nav-list2 ul.gnavi2 li {text-align: center;width: 33%;padding: 0 0 1vw 0;}
nav#g-nav2 div#g-nav-list2 ul.gnavi2 li a {
    text-align: center;
    width: 100%;
    display: block;
    color: #1f2a41;
    padding: 0 0 1vw 0;
    font-size: 3vw;
    border-left: 1px solid #c5c5c5;
    line-height: 1.2;
}
nav#g-nav2 div#g-nav-list2 ul.gnavi2 li a.border_sp{
	border-right: 1px solid #c5c5c5;
}	
nav#g-nav2 div#g-nav-list2 ul.gnavi2 li a span{
    font-size: 3vw;
}
nav#g-nav2 div#g-nav-list2 ul.gnavi2 li a.b_none{
	border-left: 1px solid #c5c5c5 !important;
	border-right: 1px solid #c5c5c5 !important;
	}

/*============================
#kitchen
============================*/
div#kitchen.com01 {}
div#kitchen.com01:target::before {
  content: "";
  display: block;
  height: 100px; /* ずらしたい高さ */
  margin-top: -100px; /* heightに対するネガティブマージン */
  visibility: hidden,
}	
div#kitchen.com01 h4.com_h4 {
}
div#kitchen.com01 dl {width: 90%;margin: 0 auto 5vw auto;}
div#kitchen.com01 dl dt {}
div#kitchen.com01 dl dt img {object-fit: cover;height: 70vw;}
div#kitchen.com01 dl dd {}
div#kitchen.com01 dl dd ul.com_ul {
}
div#kitchen.com01 dl dd ul.com_ul li {}
div#kitchen.com01 dl dd ul.com_ul li img {object-fit: cover;width: 100%;height: 35vw;}
div#kitchen.com01 dl dd ul.com_ul li h5.com_h5 {
}
div#kitchen.com01 dl dd ul.com_ul li p.com_p {
}

/*============================
#bathroom
============================*/
div#bathroom.com02 {padding-top: 100px;margin-top: -100px;}
div#bathroom.com02 h4.com_h4 {
}
div#bathroom.com02 dl {width: 90%;margin: 0 auto;}
div#bathroom.com02 dl dt {}
div#bathroom.com02 dl dt img {height: 70vw;object-fit: cover;object-position: 100% 83%;}
div#bathroom.com02 dl dd {}
div#bathroom.com02 dl dd ul.com_ul {}
div#bathroom.com02 dl dd ul.com_ul li.a {}
div#bathroom.com02 dl dd ul.com_ul li.a img {margin: 0 6% 0 0;}
div#bathroom.com02 dl dd ul.com_ul li.a div {
}
div#bathroom.com02 dl dd ul.com_ul li.a div h5.com_h5 {
}
div#bathroom.com02 dl dd ul.com_ul li.a div p.com_p {
}
div#bathroom.com02 dl dd ul.com_ul li {
}
div#bathroom.com02 dl dd ul.com_ul li img {object-fit: cover;width: 100%;height: 35vw;}
div#bathroom.com02 dl dd ul.com_ul li h5.com_h5 {
}
div#bathroom.com02 dl dd ul.com_ul li p.com_p {
}

/*============================
#powderroom
============================*/
div#powderroom.com03 {padding-top: 100px;margin-top: -100px;}
div#powderroom.com03 h4.com_h4 {
}
div#powderroom.com03 dl {margin: 0 auto;width: 90%;}
div#powderroom.com03 dl dt {margin: 0 2% 0 0;}
div#powderroom.com03 dl dt img {
}
div#powderroom.com03 dl dt h5.com_h5 {
}
div#powderroom.com03 dl dt h5.com_h5 span{ font-size:0.8em; margin:0 0 0 0.5em;}	
div#powderroom.com03 dl dt p.com_p {
}
div#powderroom.com03 dl dd {
    margin: 5vw 0 0 0;
}
div#powderroom.com03 dl dd ul.com_ul {
}
div#powderroom.com03 dl dd ul.com_ul li {
}
div#powderroom.com03 dl dd ul.com_ul li img {height: 35vw;object-fit: cover;}
div#powderroom.com03 dl dd ul.com_ul li h5.com_h5 {
}
div#powderroom.com03 dl dd ul.com_ul li h5.com_h5 span{ font-size:0.8em; margin:0 0 0 0.5em;}	
div#powderroom.com03 dl dd ul.com_ul li p.com_p {
}
div#powderroom.com03 .com03_01{ width:90%; margin:0 auto;}
/*============================
#lourelbox
============================*/
div#lourelbox.com04 {padding-top: 100px;margin-top: -100px;}
div#lourelbox.com04 h4.com_h4 {
}
div#lourelbox.com04 div.com04_01 {width: 90%;margin: 0 auto;background: #f4eee5;border-radius: 10px;position: relative;padding: 0 0 3vw 0;}
div#lourelbox.com04 div.com04_01 h5 {background: #b68f4f;color: #FFF;text-align: center;border-radius: 10px 10px 0 0;padding: 3.5vw 0;font-size: 4vw;}
div#lourelbox.com04 div.com04_01 p {width: 92%;padding: 2vw 4%;font-size: 3.5vw;line-height: 1.8em;}
div#lourelbox.com04 div.com04_01 img {right: 1vw;position: absolute;top: -17vw;width: 22%;}
div#lourelbox.com04 div.com04_01 ul {width: 90%;margin: 2vw auto 0 auto;justify-content: space-evenly;}
div#lourelbox.com04 div.com04_01 ul li.com04_02 {
}
div#lourelbox.com04 div.com04_01 ul li.com04_02 img {position: unset;width: 100%;}
div#lourelbox.com04 div.com04_01 ul li.com04_03 {
}
div#lourelbox.com04 div.com04_01 ul li.com04_03 img {
    position: unset;
    width: 100%;
}
div#lourelbox.com04 div.com04_01 span {width: 90%;margin: 0 auto 0 auto;display: block;text-align: right;font-size: 0.8vw;}

/*============================
#other
============================*/
div#other.com05 {width: 90%;margin: 0 auto;padding-top: 100px;margin-top: -100px;}
div#other.com05 h4.com_h4 {
}
div#other.com05 div.com05_01 {}
div#other.com05 div.com05_01 div.com05_02 {padding: 0 1%;margin: 0 0 10vw 0;}
div#other.com05 div.com05_01 div.com05_02 h5 {font-size: 5vw;margin: 0 0 5vw 0;text-align: center;background: #d1d1d1;}
div#other.com05 div.com05_01 div.com05_02 ul {justify-content: space-between;flex-wrap: wrap;}
div#other.com05 div.com05_01 div.com05_02 ul li {width: 100%;text-align: center;margin: 3vw 0 0 0;}
div#other.com05 div.com05_01 div.com05_02 ul li img {
    object-fit: cover;
    height: 62vw;
    object-position: 100% 50%;
    width: 50%;
}
div#other.com05 div.com05_01 div.com05_02 ul li h5.com_h5 {
    font-weight: bold;
    font-size: 3.8vw;
    border: none;
    margin: 0;
    background: none;
}
div#other.com05 div.com05_01 div.com05_02 ul li p.com_p {text-align: left;}


div#other.com05 div.com05_01 div.com05_03 {width: 100%;padding: 0 1%;}
div#other.com05 div.com05_01 div.com05_03 h5 {
    font-size: 5vw;
    margin: 0 0 5vw 0;
    text-align: center;
    background: #d1d1d1;
}
div#other.com05 div.com05_01 div.com05_03 ul {
}
div#other.com05 div.com05_01 div.com05_03 ul li {text-align: center;}
div#other.com05 div.com05_01 div.com05_03 ul li img {
    object-fit: cover;
    height: 62vw;
    object-position: 100% 50%;
    width: 50%;
}
div#other.com05 div.com05_01 div.com05_03 ul li h5.com_h5 {
    font-weight: bold;
    font-size: 3.8vw;
    border: none;
    margin: 0;
    background: none;
}
div#other.com05 div.com05_01 div.com05_03 ul li p.com_p {text-align: left;}

div#other.com05 div.com06 {margin: 5vw 0;}
div#other.com05 div.com06 h5 {
    font-size: 5vw;
    margin: 0 0 5vw 0;
    text-align: center;
    background: #d1d1d1;
}
div#other.com05 div.com06 dl {display: flex;flex-wrap: wrap;justify-content: space-between;}
div#other.com05 div.com06 dl dt {width: 100%;}
div#other.com05 div.com06 dl dt img {
}
div#other.com05 div.com06 dl dd {
    width: 48%;
}
div#other.com05 div.com06 dl dd img {
}
div#other.com05 div.com06 dl dd h5.com_h5 {
    font-weight: bold;
    font-size: 3.8vw;
    border: none;
    margin: 0;
    background: none;
}
div#other.com05 div.com06 dl dd p.com_p {
}
div.com07 {width: 90%;margin: 0 auto 5vw auto;border: #f1c243 9px solid;box-sizing: border-box;padding: 4vw 3% 0 3%;}
div.com07 h4 {color: #1f2a41;font-size: 22px;border-left: 10px solid;padding: 0 0 0 12px;}
div.com07 ul {}
div.com07 ul li {width: 100%;text-align: center;margin: 5vw 0;}
div.com07 ul li h5 {background: #2c3f92;color: #FFF;padding: 2vw 5vw;margin: 0 0 1.5vw 0;align-items: center;text-align: left;font-size: 4vw;}
div.com07 ul li img {width: 80%;}
div.com07 ul li p {text-align: left;}
div.com07 ul li p span {font-size: 3vw;display: block;margin: 1vw 0 0 0;}
p.com08 {width: 90%;margin: 0 auto;font-size: 3vw;line-height: 2;}



div.second.model01 {
    background: url(../../images/model_h.jpg) no-repeat center;
    background-size: cover;
}




div.container.model02 {width: 90%;margin: 4vw auto;}
div.container.model02 div.slider {
}
div.container.model02 div.slider div.slick-img {/* height: 69vw; */}
div.container.model02 div.slider div.slick-img img {width: 100%;}
div.container.model02 div.thumbnail {margin: 5px 0 0 0;}
div.container.model02 div.thumbnail div.thumbnail-img {}
div.container.model02 div.thumbnail div.thumbnail-img img {object-fit: cover;height: 51px;padding: 2px;width: 95%;}

.thumbnail-img {
  opacity: .3;
  transition: opacity .3s linear;
}
.thumbnail .slick-current {
  opacity: 1;
}


.thumbnail .slick-track {
  transform: unset !important;
}

.thumbnail-img {
  width: calc(100% / 4) !important;
}

.model03{
	width: 90%;
	margin:0 auto;
	font-size: 3vw;
	}



div.acc07 {background: rgb(21,30,52);background: linear-gradient(90deg, rgba(21,30,52,1) 0%, rgba(34,47,70,1) 100%);text-align: center;padding: 5vw 0;}
div.acc07 img.acc08 {width: 80%;}
div.acc07 img.acc09 {margin: 2vw 0;border-top: #15a8be 2px solid;border-bottom: #15a8be 2px solid;}
div.acc07 p {color: #FFF;font-size: 2.8vw;line-height: 2.3;padding: 0 8vw;text-align: left;}

.gnavi li a.new:before{
	content: "NEW ";
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #8f0000;
	}


.corona{width: 80%;
    margin: 0 auto;
    display: block;}

.slick-dots{
	bottom: 10px !important;
}	
.slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}


.slick-dots li button:before {
    font-size: 29px !important;
}





.flot_ba {
	position: fixed;

	right: 20px;
	bottom: 100px;
	z-index: 1000;
	width: 63%;
}
.flot_ba .close {
	position: fixed;
	right: 10px;
	bottom: 348px;
	z-index: 1000;
	margin-top: 25px;
	cursor: pointer;
}
.flot_ba .close.gw {
	position: fixed;
	right: 16px;
	/*! bottom: 265px; */
	z-index: 1000;
	margin-top: 25px;
	cursor: pointer;
	bottom: 181px;
}

 /* ふんわりアルファオーバー */

.alpha>a{
	position:relative;
}

.alpha img{
	transition:all 0.5s ease-in-out;
}

.alpha a:hover img{
	opacity:0.7;
}


.holiday{
	color: #cc0000;
	margin: 30px auto;
	text-align: center;
	border: 1px solid #cc0000;
	padding: 7vw;
	font-size: 18px;
	width: 73%;
}

 /* 2023.02.21 */

div.top08 { background: rgb(159,134,65);
background: linear-gradient(90deg, rgba(159,134,65,1) 0%, rgba(187,163,83,1) 49%, rgba(159,134,65,1) 100%);
}
div.top08 ul {display:flex;padding: 4vw 0 1vw 0;justify-content: center;align-items: center;}
div.top08 ul li {text-align: center;margin: 0 3vw;}
div.top08 ul li img {width: 100%;}



 /* 2023.03.1 */
.top01img{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 2vw 0;
	}





















 /* 2023.03.15 */



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


div.eye01 {background:url(../../images/eye/eye_01bg.png) no-repeat;text-align: center;padding: 38vw 10% 10vw 10%;background-position: bottom;}
div.eye01 img.eye01_01 {width: 79%;}
div.eye01 p {
    margin: 3vw 0;
    line-height: 2;
    text-align: left;
}
div.eye01 img.eye01_02 {width: 101%;margin: 2vw 0;}
div.eye02 {width: 80%;margin: 0 auto;}
div.eye02 img.eye02_04.pc {width: 69%;display: none;margin: 0 auto;}
div.eye02 img.eye02_04.sp {
}
div.eye02 p {font-size: 4vw;text-align: center;margin: 2vw 0;line-height: 2;text-align: left;}
div.eye02 iframe {width: 100%;margin: 0 auto;display: block;height: 46vw;}
div.eye03 {
}
div.eye03 ul {display: flex;justify-content: center;margin: 8vw 0;}
div.eye03 ul li {margin: 0 0.5vw;}
div.eye03 ul li a {background: #0ba29a;color: #FFF;border-radius: 24px;padding: 0.5vw 2vw;font-size: 4vw;display: block;}

div.eye04 {width: 80%;margin: 0 auto;}
img.eye_h {width: auto;display: block;margin: 0 auto 3vw auto;max-width: 100%;}
div.eye04 dl.eye04_02 {justify-content: space-between;}
div.eye04 dl.eye04_02 dt {}
div.eye04 dl.eye04_02 dt img {width: 100%;border-radius: 10px;margin: 3vw 0;}
div.eye04 dl.eye04_02 dd {}
div.eye04 dl.eye04_02 dd ul {
}
div.eye04 dl.eye04_02 dd ul li.point_box {
}
li.point_box h3 {font-size: max(20px,1.4vw);font-weight: 600;color: #282828;display: flex;align-items: center;margin: 0 0 0.5vw 0;}
li.point_box h3 img {width: 15%;margin: 0 1vw 0 0;}
div.eye04 dl.eye04_02 dd ul li.point_box dl {margin: 0 0 1.2vw 0;justify-content: space-between;}
div.eye04 dl.eye04_02 dd ul li.point_box dl dt {}
li.point_box dl dt img {border-radius: 10px;}
div.eye04 dl.eye04_02 dd ul li.point_box dl dd {}
li.point_box dl dd p {font-size: max(15px,1vw);line-height: 1.8;margin: 0 0 11vw 0;}
li.point_box dl dd p span.green {color: #0ba29a;}
li.point_box dl dd p span.min {font-size: max(12px,0.8vw);display: block;margin: 0.2vw 0 0 0;}
div.eye04 dl.eye04_03 {}
div.eye04 dl.eye04_03 dt {}
div.eye04 dl.eye04_03 dt ul {
}
div.eye04 dl.eye04_03 dt ul li.point_box {margin: 0 0 1vw 0;}
div.eye04 dl.eye04_03 dt ul li.point_box h3 {
}
div.eye04 dl.eye04_03 dt ul li.point_box h3 img {
}
div.eye04 dl.eye04_03 dt ul li.point_box dl {}
div.eye04 dl.eye04_03 dt ul li.point_box dl dt {}
div.eye04 dl.eye04_03 dt ul li.point_box dl dt img {margin: 3vw 0;}
div.eye04 dl.eye04_03 dt ul li.point_box dl dd {}
div.eye04 dl.eye04_03 dt ul li.point_box dl dd p {
}
div.eye04 dl.eye04_03 dt ul li.point_box dl dd p span.green {
}
div.eye04 dl.eye04_03 dt ul li.point_box dl dd p span.min {
}
div.eye04 dl.eye04_03 dd {}
div.eye04 dl.eye04_03 dd ul {
}
div.eye04 dl.eye04_03 dd ul li.point_box {margin: 0 0 1vw 0;}
div.eye04 dl.eye04_03 dd ul li.point_box h3 {
}
div.eye04 dl.eye04_03 dd ul li.point_box h3 img {
}
div.eye04 dl.eye04_03 dd ul li.point_box dl {}
div.eye04 dl.eye04_03 dd ul li.point_box dl dt {
}
div.eye04 dl.eye04_03 dd ul li.point_box dl dt img {margin: 3vw 0;}
div.eye04 dl.eye04_03 dd ul li.point_box dl dd {}
div.eye04 dl.eye04_03 dd ul li.point_box dl dd p {font-size: max(15px,1vw);margin: 0 0 4vw 0;}
div.eye04 dl.eye04_03 dd ul li.point_box dl dd p span.green {
}
div.eye04 dl.eye04_03 dd ul li.point_box dl dd p span.min {
}
div.eye04 dl.eye04_03 dd ul li.point_box p {
}
div.eye04 dl.eye04_03 dd ul li.point_box p span.green {
}
div.eye04 dl.eye04_03 dd ul li.point_box p span.min {
}
li.point_box.todana {margin: 10vw 0 0 0 !important;}
li.point_box.todana h3 {
}
li.point_box.todana h3 img {}
li.point_box.todana p {
}
li.point_box.todana p span.green {color: #0ba29a;}
li.point_box.todana p span.min {font-size: max(12px,0.8vw);}
li.point_box.todana dl {margin: 1.1vw 0 0 0;}
li.point_box.todana dl dt {}
li.point_box.todana dl dt img {
}
li.point_box.todana dl dd {}
li.point_box.todana dl dd ul {
}
li.point_box.todana dl dd ul li {margin: 0 0 1vw 0;}
li.point_box.todana dl dd ul li h4 {color: #0ba29a;font-weight: 700;font-size: 5vw;}
li.point_box.todana dl dd ul li p {
}


div.eye05 {background: #8cd4d0;width: 70%;margin: 6vw auto;padding: 10%;position: relative;}
div.eye05 dl {
}
div.eye05 dl dt {}
div.eye05 dl dt img {width: 100%;height: 45vw;object-fit: cover;border-radius: 10px;}
div.eye05 dl dd {}
div.eye05 dl dd h3 {background: #FFF;padding: 0.5vw 1vw;font-weight: 600;font-size: max(18px,1.5vw);color: #0ba29a;margin: 0 0 0.5vw 0;text-align: center;}
div.eye05 dl dd p {font-size: max(15px,1vw);line-height: 2;margin: 3vw 0 0 0;}
div.eye05 img.eye05_01 {position: absolute;left: 0;bottom: 0;width: 27%;margin: 0 0 77% 4%;}



div.eye06 {background: #dcf2f1;padding: 10vw 0 5vw 0;}
div.eye06 img.eye_h {max-width: 80%;}
div.eye06 dl.eye06_01 {width: 80%;margin: 0 auto;}
div.eye06 dl.eye06_01 dt {}
div.eye06 dl.eye06_01 dt img {border-radius: 10px;height: auto;object-fit: cover;/* margin: 0 0 10vw 0; */}
div.eye06 dl.eye06_01 dd {}
div.eye06 dl.eye06_01 dd ul {
}
div.eye06 dl.eye06_01 dd ul li.point_box {margin: 0 0 1vw 0;}
div.eye06 dl.eye06_01 dd ul li.point_box h3 {
}
div.eye06 dl.eye06_01 dd ul li.point_box h3 img {
}
div.eye06 dl.eye06_01 dd ul li.point_box dl {}
div.eye06 dl.eye06_01 dd ul li.point_box dl dt {
}
div.eye06 dl.eye06_01 dd ul li.point_box dl dt img {height: auto;margin: 3vw 0;}
div.eye06 dl.eye06_01 dd ul li.point_box dl dd {}
div.eye06 dl.eye06_01 dd ul li.point_box dl dd p {
}
div.eye06 dl.eye06_01 dd ul li.point_box dl dd p span.green {
}
div.eye06 dl.eye06_01 dd ul li.point_box dl dd p span.min {
}
div.eye06 dl.eye06_02 {width: 80%;margin: 3vw auto;}
div.eye06 dl.eye06_02 dt {}
div.eye06 dl.eye06_02 dt ul {
}
div.eye06 dl.eye06_02 dt ul li.point_box {margin: 0 0 7vw 0;}
div.eye06 dl.eye06_02 dt ul li.point_box h3 {
}
div.eye06 dl.eye06_02 dt ul li.point_box h3 img {
}
div.eye06 dl.eye06_02 dt ul li.point_box dl {justify-content: space-between;}
div.eye06 dl.eye06_02 dt ul li.point_box dl dt {}
div.eye06 dl.eye06_02 dt ul li.point_box dl dt img {
    margin: 3vw 0;
}
div.eye06 dl.eye06_02 dt ul li.point_box dl dd {}
div.eye06 dl.eye06_02 dt ul li.point_box dl dd p {
}
div.eye06 dl.eye06_02 dt ul li.point_box dl dd p span.green {
}
div.eye06 dl.eye06_02 dd {}
div.eye06 dl.eye06_02 dd ul {
}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo {margin: 0 0 9vw 0;}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo h3 {
}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo h3 img {
}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo p {font-size: max(15px,1vw);line-height: 1.8;}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo p span.green {color: #0ba29a;}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl {margin: 1vw 0;}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl dt {}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl dt img {
    height: -webkit-fill-available;
    object-fit: cover;
}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl dd {}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl dd ul {
}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl dd ul li {margin: 3vw 0;}
div.eye06 .sanmenkyo dl dd ul li h4 {color: #0ba29a;font-weight: 700;margin: 0 0 0.5vw 0;font-size: 5vw;}
div.eye06 .sanmenkyo dl dd ul li dl {margin: 0 0 1vw 0;display: flex;justify-content: space-between;}
div.eye06 .sanmenkyo dl dd ul li dl dt {
    width: 30%;
}
div.eye06 .sanmenkyo dl dd ul li dl dt img {height: 23vw;object-fit: cover;border-radius: 0;}
div.eye06 .sanmenkyo dl dd ul li dl dd {
    width: 64%;
}
div.eye06 dl.eye06_02 dd ul li.point_box {
}
div.eye06 dl.eye06_02 dd ul li.point_box h3 {
}
div.eye06 dl.eye06_02 dd ul li.point_box h3 img {
}
div.eye06 dl.eye06_02 dd ul li.point_box dl {}
div.eye06 dl.eye06_02 dd ul li.point_box dl dt {}
div.eye06 dl.eye06_02 dd ul li.point_box dl dt img {margin: 3vw 0;}
div.eye06 dl.eye06_02 dd ul li.point_box dl dd {}
div.eye06 dl.eye06_02 dd ul li.point_box dl dd p {
}
div.eye06 dl.eye06_02 dd ul li.point_box dl dd p span.green {
}
div.eye06 dl.eye06_02 dd ul li.point_box dl dd p span.min {
}

div.eye07 {padding: 10vw 0 0 0;width: 80%;margin: 0 auto;}
div.eye07 img.eye_h {
}
div.eye07 dl.eye07_01 {}
div.eye07 dl.eye07_01 dt {
    margin: 0 0 10vw 0;
}
div.eye07 dl.eye07_01 dt img {border-radius: 10px;object-fit: cover;height: auto;object-position: 100% 100%;}
div.eye07 dl.eye07_01 dd {}
div.eye07 dl.eye07_01 dd ul {
}
div.eye07 dl.eye07_01 dd ul li.point_box {margin: 0 0 1vw 0;}
div.eye07 dl.eye07_01 dd ul li.point_box h3 {
}
div.eye07 dl.eye07_01 dd ul li.point_box h3 img {
}
div.eye07 dl.eye07_01 dd ul li.point_box dl {}
div.eye07 dl.eye07_01 dd ul li.point_box dl dt {
    margin: 0;
}
div.eye07 dl.eye07_01 dd ul li.point_box dl dt img {margin: 3vw 0;}
div.eye07 dl.eye07_01 dd ul li.point_box dl dd {}
div.eye07 dl.eye07_01 dd ul li.point_box dl dd p {
}
div.eye07 dl.eye07_01 dd ul li.point_box dl dd p span.green {
}
div.eye07 ul.eye07_02 {margin: 4vw 0 0 0;}
div.eye07 ul.eye07_02 li.point_box {margin: 1%;}
div.eye07 ul.eye07_02 li.point_box h3 {
}
div.eye07 ul.eye07_02 li.point_box h3 img {
}
div.eye07 ul.eye07_02 li.point_box dl {}
div.eye07 ul.eye07_02 li.point_box dl dt {width: 100%;}
div.eye07 ul.eye07_02 li.point_box dl dt img {height: 11vw;object-fit: cover;height: auto;margin: 3vw 0;}
div.eye07 ul.eye07_02 li.point_box dl dd {}
div.eye07 ul.eye07_02 li.point_box dl dd p {
}
div.eye07 ul.eye07_02 li.point_box dl dd p span.green {
}
div.eye07 ul.eye07_02 li.point_box dl.noimage {
}
div.eye07 ul.eye07_02 li.point_box dl.noimage dt {display: none;}
div.eye07 ul.eye07_02 li.point_box dl.noimage dd {width: 100%;}
div.eye07 ul.eye07_02 li.point_box dl.noimage dd p {
}
div.eye07 ul.eye07_02 li.point_box dl.noimage dd p span.green {
}
div.eye07 ul.eye07_02 li.point_box dl dd p span.min {
}




div.eye08 {background: #dcf2f1;width: 70%;margin: 10vw auto 0 auto;padding: 10%;}
div.eye08 dl.eye08_01 {display: flex;margin: 0 0 6vw 0;flex-wrap: wrap;text-align: center;}
div.eye08 dl.eye08_01 dt {order: 2;}
div.eye08 dl.eye08_01 dt p.min {font-weight: bold;font-size: 4vw;text-align: center;line-height: 1;margin: 3vw 0 0 0;}
div.eye08 dl.eye08_01 dt h3 {font-size: 7vw;font-weight: bold;margin: 0 0 7vw 0;}
div.eye08 dl.eye08_01 dt h3 span {font-size: 4.5vw;}
div.eye08  h4 {font-family: "source-han-serif-japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;color: #0fa39b;font-size: 7vw;text-align: left;}
div.eye08 dl.eye08_01 dt p {line-height: 1.8;text-align: left;}
div.eye08 dl.eye08_01 dd {order: 1;}
div.eye08 dl.eye08_01 dd img {width: 60%;}
div.eye08 h4 {text-align: center;}
div.eye08 ul {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 0 7vw 0;}
div.eye08 ul li {width: 100%;list-style: disc;list-style-position: inside;margin: 0.2vw 0;font-size: 3.8vw;margin: 1.5vw 0;}
div.eye08 div.eye08_02 {background: #ea6174;border-radius: 10px;padding: 3vw;margin: 2vw 0;}
div.eye08 div.eye08_02 p {text-align: center;color: #FFF;font-weight: 600;}
div.eye08 div.eye08_02 a {background: #0ba29a;color: #FFF;padding: 3vw 5vw;display: block;text-align: center;width: 80%;margin: 3vw auto 1vw auto;}







 /* 2023.03.27 */


div.container {
}
div.container div.reason01 {background:url(../../images/reason/re01.jpg) no-repeat;background-size: 122%;position: relative;height: 63vw;margin: 30vw 0 0 0;background-position: -12vw 0;}
div.container div.reason01 img.reason01 {width: 25vw;margin: 9vw 0;position: absolute;right: 9vw;}
div.container div.reason01 img.imagephoto{
    position: absolute;
    width: 12vw;
    right: 1vw;
    bottom: 1vw;
}
div.container div.reason02 {background: rgb(37,48,71);background: linear-gradient(90deg, rgba(37,48,71,1) 0%, rgba(52,93,144,1) 50%, rgba(37,48,71,1) 100%);padding: 1vw;}
div.container div.reason02 div.reason02_ {border: #c1b063 2px solid;padding: 1vw;}
div.container div.reason02 div.reason02_ div.reason02__ {border: #c1b063 1px solid;padding: 3vw;text-align: center;}
div.container div.reason02 div.reason02_ div.reason02__ img {width: 80%;}
div.container div.reason02 div.reason02_ div.reason02__ ul {margin: 2vw auto 0 auto;width: 90%;}
div.container div.reason02 div.reason02_ div.reason02__ ul li {width: 100%;margin: 1%;}
div.container div.reason02 div.reason02_ div.reason02__ ul li img {width: 100%;}
div.container div.point01 {position: relative;/* margin: 10vw 0 0 0; */padding: 30vw 0 0 0;}
div.container img.point_icon {position: absolute;width: 20vw;margin: -2vw 0 0 0;left: 3vw;}
div.container div.point01 dl {}
div.container div.point01 dl dt {
}
div.container div.point01 dl dt img {
}
div.container div.point01 dl dd {background: #f2efe6;padding: 9% 5% 13vw 5%;margin: -10px 0 0 0;}
div.container div.point01 dl dd img.point01_01 {width: 100%;}
div.container div.point01 dl dd a {
}
div.container div.point01 dl dd a img.point01_02 {width: 80%;margin: 1vw auto;display: block;}
div.container div.point02 {padding: 30vw 0 0 0;position: relative;}
div.container div.point02 img.point_icon {
}
div.container div.point02 img {
}
div.container div.point02 dl {background: #f2efe6;margin: -10px 0 0 0;display: flex;flex-wrap: wrap;}
div.container div.point02 dl dt {
    width: 100%;
    background: url(../../images/reason/point02_01bg.png) no-repeat;
    padding: 0 5% 18vw 5%;
    background-size: 30%;
    background-position: 71vw 31vw;
    order: 2;
}
div.container div.point02 dl dt img.point02_01 {width: 80%;display: block;margin: 0 auto 5vw auto;}
div.container div.point02 dl dt a {
}
div.container div.point02 dl dt a img.point02_02 {width: 80%;margin: 0 auto;display: block;}
div.container div.point02 dl dd {width: 100%;padding: 5%;order: 1;}
div.container div.point02 dl dd img {
    width: 100%;
    display: block;
    margin: 5vw auto;
}
div.container div.point02 dl dd p {
}
div.container div.point02 p.caution {background: #f2efe6;text-align: right;margin: -10px 0 0 0;padding: 1vw 1vw 0 0;font-size: max(15px,1vw);}



div.container div.point03 {padding: 30vw 0 0 0;}
div.container div.point03 img.point_icon {
}
div.container div.point03 dl {/* margin: 5vw 0; */background: #f2efe6;padding: 0 0 10vw 0;}
div.container div.point03 dl dt {}
div.container div.point03 dl dt img {
}
div.container div.point03 dl dd {padding: 9% 5% 5% 5%;background-size: 30%;background-position: 29vw 20vw;}
div.container div.point03 dl dd img.point03_02 {width: 80%;margin: 0 auto;display: block;}
div.container div.point03 dl dd img.point03_03 {width: 90%;display: block;margin: 9vw auto;}
div.container div.point03 dl dd a {
}
div.container div.point03 dl dd a img.point03_04 {width: 80%;display: block;margin: 0 auto;}
div.container div.point04 {/* margin: 30vw 0 0 0; */position: relative;background:url(../../images/reason/point04.jpg) no-repeat;background-size:cover;}
div.container div.point04 img.point_icon {
}
div.container div.point04 div.point04_01 {padding: 10vw 0;}
div.container div.point04 div.point04_01 img {width: 90%;margin: 2vw auto 0 auto;display: block;}
div.container div.point04 div.point04_02 {
}
div.container div.point04 div.point04_02 dl {background: #f2efe6;padding: 5vw 10% 10vw 10%;align-items: baseline;}
div.container div.point04 div.point04_02 dl dt {}
div.container div.point04 div.point04_02 dl dt img {
}
div.container div.point04 div.point04_02 dl dd {}
div.container div.point04 div.point04_02 dl dd img.point04_03 {width: 57%;margin: 0 auto;display: block;}
div.container div.point04 div.point04_02 dl dd a {
}
div.container div.point04 div.point04_02 dl dd a img {width: 100%;margin: 7vw auto 0 auto;display: block;}
.point04_wrap{
    padding: 30vw 0 0 0;
}




.lifestyle div.lifestyle01 {background:url(../../images/lifestyle/top_bg.jpg) no-repeat;background-position: bottom center;background-size:cover;height: 73vw;display: flex;flex-direction: column;justify-content: center;align-items: center;margin: 28vw 0 0 0;}
.lifestyle div.lifestyle01 h2 {
}
.lifestyle div.lifestyle01 h2 img {width: 41vw;margin: 9vw 0 0 0;}
.lifestyle div.gourmet {
}
.lifestyle div.gourmet img.gourmet01 {width: 80%;margin: 10vw auto 0 auto;display: block;}
.lifestyle div.gourmet img.gourmet02 {width: 90%;margin: 5vw auto;display: block;}
.lifestyle div.gourmet01 {width: 80%;margin: 5vw auto 0 auto;}
.lifestyle div.gourmet01 div.gourmet01_01 {}
.lifestyle div.gourmet01 div.gourmet01_01 p.sp{
    margin: 3vw 0 5vw 0;
}
.lifestyle  div.h3 {display: flex;align-items: center;margin: 0 0 1vw 0;order: 1;}
.lifestyle  div.h3 img {width: 10vw !important;}
.lifestyle div.h3 h3 {font-size: max(16px,1vw);margin: 0 0 0 1vw;font-weight: bold;text-align: left;}
.lifestyle  div.h3 h3 span {display: block;font-size: max(14px,1vw);}
.lifestyle div.gourmet01 div.gourmet01_01 img {}
.lifestyle  p.nomal {font-family: "Meiryo","HHElvetica";}
.lifestyle div.gourmet01 div.gourmet01_02 {width: 100%;}
.lifestyle div.gourmet01 div.gourmet01_02 img {height: 55vw;object-fit: cover;object-position: 50% 75%;}
.lifestyle div.gourmet01 div.gourmet01_03 {/* width: 28%; *//* height: 26vw; */}



div.lifestyle div.gourmet01 div.gourmet01_03 p {font-size: max(15px,0.9vw);line-height: 1.8;}
div.lifestyle p.nomal.nomal01 {width: 80%;margin: 0 auto;}
div.lifestyle div.gourmet02 {display: flex;justify-content: space-between;width: 80%;margin: 5vw auto 0 auto;flex-wrap: wrap;}
div.lifestyle div.gourmet02 div.gourmet02_01 {
    order: 2;
}
div.lifestyle div.gourmet02 div.gourmet02_01 img {
}
div.lifestyle div.gourmet02 div.gourmet02_01 p.nomal {
}
div.lifestyle div.gourmet02 div.gourmet02_02 {
    order: 1;
    margin: 5vw 0 0 0;
}
div.lifestyle div.gourmet02 div.gourmet02_02 img.pc {
}
div.lifestyle div.gourmet02 div.gourmet02_02 img.sp {/* float: right; */width: 80%;display: block;margin: 0 auto;}
div.lifestyle div.gourmet02 div.gourmet02_02 div.h3 {
}
div.lifestyle div.gourmet02 div.gourmet02_02 div.h3 img {
}
div.lifestyle div.gourmet02 div.gourmet02_02 div.h3 h3 {
}
div.lifestyle div.gourmet02 div.gourmet02_02 div.h3 h3 span {
}
div.lifestyle div.gourmet02 div.gourmet02_02 p {margin: 1vw 0 0 0;font-size: max(15px,0.9vw);line-height: 1.8;/* float: left; */width: 100%;}
div.lifestyle div.gourmet02 div.gourmet02_02 img.map {
}
div.lifestyle div.gourmet03 {width: 80%;margin: 0 auto;display: flex;flex-wrap: wrap;}
div.lifestyle div.gourmet03 div.gourmet03_01 {
    order: 2;
}
div.lifestyle div.gourmet03 div.gourmet03_01 img {
}
div.lifestyle div.gourmet03 div.gourmet03_02 {
    order: 1;
    display: flex;
    flex-wrap: wrap;
}
div.lifestyle div.gourmet03 div.gourmet03_02 div.h3 {
}
div.lifestyle div.gourmet03 div.gourmet03_02 div.h3 img {
}
div.lifestyle div.gourmet03 div.gourmet03_02 div.h3 h3 {
}
div.lifestyle div.gourmet03 div.gourmet03_02 div.h3 h3 span {
}
div.lifestyle div.gourmet03 div.gourmet03_02 p {margin: 1vw 0;font-size: max(15px,0.9vw);line-height: 1.8;order: 2;}
div.lifestyle div.gourmet03 div.gourmet03_02 p.nomal {order: 5;}
div.lifestyle div.gourmet03 div.gourmet03_02 img.photo {order: 4;}
div.lifestyle div.gourmet03 div.gourmet03_02 img.sp {order: 3;margin: 0 0 2vw 0;}
div.lifestyle div.gourmet04 {display: flex;width: 80%;margin: 5vw auto;justify-content: space-between;align-items: end;flex-wrap: wrap;}
div.lifestyle div.gourmet04 div.gourmet04_01 {}
div.lifestyle div.gourmet04 div.gourmet04_01 img {width: 15vw;}
div.lifestyle div.gourmet04 div.gourmet04_01 div.h3 {
}
div.lifestyle div.gourmet04 div.gourmet04_01 div.h3 img {
}
div.lifestyle div.gourmet04 div.gourmet04_01 div.h3 h3 {text-align: left;}
div.lifestyle div.gourmet04 div.gourmet04_01 div.h3 h3 span {
}
div.lifestyle div.gourmet04 div.gourmet04_01 p {font-size: max(15px,0.9vw);line-height: 1.8;text-align: left;margin: 0 0 1vw 0;}
div.lifestyle div.gourmet04 div.gourmet04_01 p.nomal {
}
div.lifestyle div.gourmet04 div.gourmet04_02 {width: 70%;}
div.lifestyle div.gourmet04 div.gourmet04_02 img {
}

div.lifestyle div.gourmet04 div.gourmet04_01 img.sp{
    width: 100%;
}

div.lifestyle div.gourmet05 {width: 74%;margin: 10vw auto 0 auto;background: #fbdee5;justify-content: space-between;display: flex;padding: 8%;flex-wrap: wrap;}
div.lifestyle div.gourmet05 div.gourmet05_01 {
    order: 2;
}
div.lifestyle div.gourmet05 div.gourmet05_01 img.photo01 {
}
div.lifestyle div.gourmet05 div.gourmet05_01 img.photo02 {padding: 0 0 0 2%;width: 98%;}
div.lifestyle div.gourmet05 div.gourmet05_02 {position: relative;text-align: right;order: 1;}
div.lifestyle div.gourmet05 div.gourmet05_02 div.h3 {
}
div.lifestyle div.gourmet05 div.gourmet05_02 div.h3 img {
}
div.lifestyle div.gourmet05 div.gourmet05_02 div.h3 span {
}
div.lifestyle div.gourmet05 div.gourmet05_02 p {font-size: max(15px,0.9vw);line-height: 1.8;margin: 0 0 1vw 0;text-align: left;margin: 5vw 0;}
div.lifestyle div.gourmet05 div.gourmet05_02 p.nomal {
}
div.lifestyle div.gourmet05 div.gourmet05_02 img.gourmet05_02 {
    position: absolute;
    top: 0;
    right: 0;
    margin: -14vw -10vw 0 0;
    width: 32vw;
}
div.lifestyle div.gourmet05 div.gourmet05_02 img.gourmet05_04 {width: 29vw;margin: -15vw 0 0 0;position: absolute;z-index: 1;right: 0;}
div.lifestyle div.gourmet05 div.gourmet05_02 img.gourmet05_05 {
}
div.lifestyle div.gourmet06 {background: #fce4c8;border: 2px solid #91682b;padding: 8%;width: 73%;margin: 5vw auto;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
div.lifestyle div.gourmet06 img {width: 48%;margin: -7% 0 0 -14.5%;}
div.lifestyle div.gourmet06 h3 {font-size: max(20px,1.7vw);color: #91682b;font-weight: bolder;}
div.lifestyle div.gourmet06 div.gourmet06_01 {}
div.lifestyle div.gourmet06 div.gourmet06_01 dl {justify-content: space-between;}
div.lifestyle div.gourmet06 div.gourmet06_01 dl dt {}
div.lifestyle div.gourmet06 div.gourmet06_01 dl dt h4 {color: #000;font-weight: bold;font-size: max(18px,1.4vw);margin: 5vw 0 2vw 0;}
div.lifestyle div.gourmet06 div.gourmet06_01 dl dt p {font-size: max(15px,0.9vw);font-weight: bolder;line-height: 1.8;}
div.lifestyle div.gourmet06 div.gourmet06_01 dl dd {
    display: flex;
    margin: 3vw 0;
}
div.lifestyle div.gourmet06 div.gourmet06_01 dl dd img.interview02 {width: 33%;margin: 0 5% 0 0;}
div.lifestyle div.gourmet06 div.gourmet06_01 dl dd p {font-size: max(14px,0.6vw);line-height: 1.8;}
div.lifestyle div.gourmet06 div.gourmet06_01 img.interview03 {width: 100%;margin: 0;}
div.lifestyle div.gourmet06 div.gourmet06_02 {}
div.lifestyle div.gourmet06 div.gourmet06_02 img.interview04 {width: 100%;margin: 0;}
div.lifestyle div.gourmet06 div.gourmet06_02 h4 {color: #000;font-weight: bold;font-size: max(18px,1.4vw);margin: 3vw 0;}
div.lifestyle div.gourmet06 div.gourmet06_02 p {font-size: max(15px,0.9vw);font-weight: bolder;line-height: 1.8;}
div.lifestyle p.caution {width: 80%;margin: 0 auto 5vw auto;}


.wrap0102{background: url(../../images/lifestyle/bg01.png) no-repeat left 45%;background-size: 44%;}
.wrap0304{background: url(../../images/lifestyle/bg02.png) no-repeat right 58%;background-size: 45%;}
.wrap05{background: url(../../images/lifestyle/bg03.png) no-repeat left top;background-size: 30%;padding: 1vw 0 0 0;}

.footer-holiday{
    padding: 3vw 2% 3vw 2%;
    font-size: 3vw;
    text-align: center;
}


div.loc08 {margin: 0 0 7vw 0;}
div.loc08 a.modal-zoom {
}
div.loc08 a.modal-zoom img {width: 80%;margin: 0 auto;display: block;}

div.bnr{
	margin:1vw 0;
	}
div.bnr img{
	width:80%;
	margin:0 auto;
	display:block;}












 /* 2023.04.26 */


div.special {/* background: #eaedf2; */padding: 0 0 7vw 0;/* margin: 6vw 0; */}
div.special h2 {
  text-align: center;
  color: #9d9d9d;
  font-size: max(28px,4vw);
  position: relative;
  /* display: inline-block; */
  margin-bottom: 1em;
  }

div.special h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;/*線の上下位置*/
  display: inline-block;
  width: 9vw;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #004d6b;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

div.special ul.slider03 {
}
div.special ul.slider03 li {margin: 1vw;max-width: 650px;}
div.special ul.slider03 li a {
}
div.special ul.slider03 li a img {
}
div.special ul.slider03 li a img.hoverimg {}

div.special ul.slider03 .slick-prev{
    z-index: 9999;
    left: 20px;
    top: 122%;
}
div.special ul.slider03 .slick-next {
	    z-index: 999;
	    right: 20px;
	    top: 122%;
}	
	
div.special ul.slider03 .slick-prev:before {
    content: '◀';
    color: #014d6b;
    font-size: 34px;
    text-shadow: 0 0 9px white;
}	

div.special ul.slider03 .slick-next:before {
	content: '▶';
	color: #014d6b;
	font-size: 34px;
	text-shadow: 0 0 9px white;
	}


div.special ul.slider03 .slick-dots{
    bottom: -12vw !important;
}
	
	
	
div.special ul.slider03 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #014d6b;
}	

div.special ul.slider03 .slick-dots li button:before {

    color: #014d6b;
}




 /* 2023.05.09 */

div.model04 {width: 90%;margin: 8vw auto 0 auto;}
div.model04 img {
}
ul.model05 {width: 90%;margin: 1vw auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
ul.model05 li {width: 100%;margin: 0.5vw 0;}
ul.model05 li img {width: 100%;}
div.model06{
    background: #41575d;
    padding: 10vw 5vw;
    margin: 0 0 5vw 0;
}	
div.model06 iframe{
    width: 90%;
    height: 52vw;
    margin: 0 auto 3vw auto;
    display: block;
}	

.com09{}
.com09 iframe{
    width: 90%;
    height: 52vw;
    margin: 5vw auto 3vw auto;
    display: block;
    }



ul.com_ul02 {width: 90%;margin: 0 auto 10vw auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
ul.com_ul02 li {width: 48%;margin: 2.5vw 0;}
ul.com_ul02 li img {
}
ul.com_ul02 li span{ font-size:0.8em; text-align:right; display:block;}


div.sec04 ul.sec06 li div.img2 {width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
div.sec04 ul.sec06 li div.img2 img {width: 32%;}




 /* 2023.05.16 */

div.top09 {background:url(../../images/concept_bg_sp.jpg) no-repeat;padding: 4vw 0;background-size: 209%;background-position: top;}
div.top09 img.concept01 {width: 55%;display: block;margin: 0 auto;}
div.top09 h3 {text-align: center;color: #f8eaad;font-size: 5vw;margin: 105vw 0 1vw 0;}
div.top09 p {text-align: center;color: #fff;font-size: 3.5vw;}
.f_sub a{ background:#004d6b}
div.top09 img.concept02{
    margin: 3vw 0 3vw 0;
}
div.top09 p.sp{
    text-align: right;
    font-size: 2vw;
    margin: 2vw 2vw 0 0;
}

.slick-dots li.slick-active button:before {
    color: white !important;
}
	
 /* 2023.06.20 */


div.modelnew01 {position: relative;margin-bottom: -3vw;margin-top: 29vw;}
div.modelnew01 img {
}
div.modelnew01 h2 {position: absolute;z-index: 2;bottom: -4vw;right: 26vw;font-size: 9vw;color: #FFF;}
div.modelnew02 {background: #666565;padding: 10vw 5vw;position: relative;height: 154vw;}
div.modelnew02 img.modelnew02_01 {margin-bottom: -0.5vw;}
div.modelnew02 div.modelnew02_02 {border: 2px solid #FFF;border-top: none;padding: 8vw;color: #FFF;margin: -1.5vw 5% 0 5%;}
div.modelnew02 div.modelnew02_02 h3 {
    font-size: 6vw;
}
div.modelnew02 div.modelnew02_02 h4 {font-size: 5vw;margin: 1vw 0;}
div.modelnew02 div.modelnew02_02 p {font-size: 3vw;line-height: 1.5;}
div.modelnew02 img.modelnew02_03 {width: 31vw;height: 23vw;position: absolute;top: 45vw;right: 7vw;object-fit: cover;}
div.modelnew02 img.modelnew02_04 {width: 35vw;height: 24vw;position: absolute;bottom: 18vw;left: 11vw;object-fit: cover;}
div.modelnew02 img.modelnew02_05 {width: 45vw;height: 31vw;position: absolute;right: 6vw;object-fit: cover;bottom: 0;margin: 0 0 5vw 0;}

div.modelnew03 {background: grey;padding: 7vw 5vw;position: relative;height: 129vw;}
div.modelnew03 div.modelnew03_01 {border: 2px solid #FFF;border-bottom: none;padding: 7vw;color: #FFF;margin: 0 5% 0 5%;}
div.modelnew03 div.modelnew03_01 h3 {font-size: 6vw;}
div.modelnew03 div.modelnew03_01 h4 {font-size: 5vw;margin: 1vw 0;}
div.modelnew03 div.modelnew03_01 p {font-size: 3vw;line-height: 1.5;}
div.modelnew03 img.modelnew03_02 {width: 86%;}
div.modelnew03 img.modelnew03_03 {width: 30vw;height: 40vw;position: absolute;top: 67vw;right: 3vw;object-fit: cover;}
div.modelnew03 img.modelnew03_04 {width: 20vw;height: 20vw;position: absolute;top: 115vw;right: 6vw;object-fit: cover;}

div.modelnew04 {background: #575f62;padding: 7vw 5vw;position: relative;height: 142vw;}
div.modelnew04 img.modelnew04_01 {margin-bottom: -2vw;}
div.modelnew04 img.modelnew04_02 {width: 34vw;height: 26vw;position: absolute;bottom: 0;left: 6vw;object-fit: cover;z-index: 2;margin: 0 0 5vw 0;}
div.modelnew04 img.modelnew04_03 {width: 20vw;height: 20vw;position: absolute;top: 57vw;right: 13vw;object-fit: cover;z-index: 2;}
div.modelnew04 div.modelnew04_04 {border: 2px solid #FFF;border-top: none;padding: 6vw;color: #FFF;margin: 0 5%;}
div.modelnew04 div.modelnew04_04 h3 {font-size: 6vw;}
div.modelnew04 div.modelnew04_04 h4 {font-size: 5vw;margin: 1vw 0;}
div.modelnew04 div.modelnew04_04 p {font-size: 3vw;line-height: 2;}

div.modelnew05 {background: #667377;padding: 7vw 5vw;position: relative;height: 159vw;}
div.modelnew05 div.modelnew05_01 {border: 2px solid #FFF;padding: 6vw;color: #FFF;margin: 5vw 5vw 0 5vw;border-bottom: none;}
div.modelnew05 div.modelnew05_01 h3 {font-size: 6vw;}
div.modelnew05 div.modelnew05_01 h4 {font-size: 5vw;margin: 1vw 0;}
div.modelnew05 div.modelnew05_01 p {font-size: 3vw;line-height: 1.5;}
div.modelnew05 img.modelnew05_02 {width: 45vw;height: 32vw;position: absolute;bottom: -3vw;left: 9vw;object-fit: cover;z-index: 2;margin: 0 0 11vw 0;}
div.modelnew05 img.modelnew05_03 {width: 33vw;height: 22vw;position: absolute;bottom: 8vw;right: 9vw;object-fit: cover;z-index: 2;}
div.modelnew05 img.modelnew05_04 {width: 100%;/* position: absolute; */right: 3vw;top: 5vw;}

 /* 2023.10.10 */


.acc01 p b{
    font-size: 10vw;
    color: #b00003;
    font-weight: 400;
    }

 /* 2024.03.11 */


body{ overflow:hidden;}



footer .ftr02 {
    text-align: center;
    display: block;
    text-decoration: revert;
    font-size: 10px;
    color: #333;
}


 /* 2024.03.11 */


.map01 {
    background: #006370;}	

 /* 2024.03.18 */

.gallery01{
    background: #006370;
    width: 90%;
    margin: 7em auto 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    padding: 0.5em 0 0.5em 0;
    }	


 /* 2024.03.21 */
 

div.modelnew01 h2 span{
display: block;
    font-size: 0.3em;
    text-align: center;
    background: #454545;}


div.design02 img.sp.fadeUpTrigger {
	margin:0 0 0 4.5vw;
}
	
	
 /* 2024.04.02 */

div.second.sec01 span.mnc{position: absolute;font-size: 10px;right: 10px;bottom: 10px;text-shadow: 0 0 6px black;}





 /* 2024.04.11 */
div.special.youtube {text-align: center;margin: 10vw 0 5vw 0;padding: 9vw 0 9vw 0;background:url(../../images/video_bg.jpg) no-repeat;background-position: left;}
div.special.youtube h2 {
}
div.special.youtube iframe {width: 90%;height: 50vw;}
div.special.youtube p {font-size: 1em;margin: 0.5em 0 0 0;}



 /* 2024.05.14 */

div.top10 {
    background: #004d6b;
}
div.top10 div.sp {width: 100%;margin: 0 auto;padding: 0.2em 0;background: #e5e8f1;}
div.top10 div.sp a {/*! background:  #9f020b; */display: block;/*! border-radius: 3px; *//*! padding: 1em; */margin: 1em;box-shadow: 4px 3px 4px 0px #000;}
div.top10 div.sp a img {
    display: block;
}
 /* 2024.06.06 */

div.top11 { background:#024d6c; text-align:center;
padding: 1.5em 0;
}
div.top11 img {width: 90% !important;
margin: 1em 0;
display:block;
margin:1em auto;
}


	
 /* 2024.06.07 */

div.modelnew01 div{
	display:flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 8;
	}
div.modelnew01 div img{
  width: 19%;
  height: auto;
  margin-left: 0.2em;
  position: absolute;
  z-index: 4;
  bottom: -14px;
  margin-right: 1em;
 }













div.eye06 dl.eye06_01 dt span,div.eye06 dl.eye06_02 dt ul li.point_box dl dt span,div.eye06 dl.eye06_02 dt ul li.point_box dl dt span{text-align:right; display:block;}

.eye09{
    width: 90%;
    margin: 1em auto;
}	


/* 20240701 */



#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
 
/* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

#loading div{
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#loading div img{}	

#loading div img.line{
	display:block;
	margin: 2em 0;
	}	

#loading div img{
	  opacity: 0;
}
#loading div img.load02{
	width:80%;
	display:block;
	margin:0 auto;
	}



/* 20240806 */



div.a3dmodel_room {text-align: center;}
div.a3dmodel_room p {font-size: 2em;}
div.a3dmodel_room iframe {width: 80%;height: 44vw;}

/* 20240829 */

div.typhoon {border: 1px red solid;width: 87%;margin: 0 auto 2em auto;padding: 1em 0;max-width: 1050px;text-align: center;}
div.typhoon span {color: red;/* font-family: auto; */margin: 0 1em;}
div.typhoon p {
    color: red;
    padding: 0 1em;
}
div.typhoon p a {color: red;font-weight: 500;text-decoration: underline;/* font-family: auto; */}




/* 20240904 */


div.special {
}
div.special h2 {
}
div.special div.special01 {width: 80%;margin: 0.5em auto 0.5em auto;}
div.special div.special01 a {
}
div.special div.special01 a img {
}
div.special ul.special02 {width: 80%;margin: 0 auto;flex-wrap: wrap;justify-content: space-between;}
div.special ul.special02 li {margin: 0 0 0.5em 0;}
div.special ul.special02 li a {}
div.special ul.special02 li a img.hoverimg {
    width: 100%;
}




div.voice {
}
div.voice div.voice01 {margin: 29vw 0 0 0;}
div.voice div.voice01 img {
}
div.voice ul {/* display: flex; */width: 90%;max-width: 1540px;justify-content: center;margin: 1em auto;flex-wrap: wrap;}
div.voice ul li {margin: 0 1%;}
div.voice ul li a {
}
div.voice ul li a img {
}
div.voice div.voice_box {width: 90%;max-width: 1540px;margin: 3em auto;}
div.voice div.voice_box h3.voice_h3 {background: #004d6b;padding: 0 2em;font-size: 1.5em;display: flex;align-items: center;flex-wrap: wrap;justify-content: flex-start;padding: 1em;margin: 0 0 1em 0;}
div.voice div.voice_box h3.voice_h3 span.h3_01.cinzel {color: #fff;margin: 0 0.5em 0 0;font-size: 4vw;}
div.voice div.voice_box h3.voice_h3 span.h3_02.cinzel {color: #ac831f;font-size: 12vw;font-style: italic;line-height: 0;}
div.voice div.voice_box h3.voice_h3 span.h3_03 {color: #ac831f;margin: 0 0 0 0.5em;font-size: 5vw;}
div.voice div.voice_box h3.voice_h3 span.h3_04 {color: #fff;font-size: 0.8em;text-align: left;margin: 0.5em 0 0 0;}
div.voice div.voice_box .flex_box {
    display: flex;
    flex-wrap: wrap;
}
div.voice div.voice_box div.inner01.flex_box div.inner02 {order: 2;margin: 1em 0 0 0;}
div.voice div.voice_box div.inner01.flex_box div.inner02 img {
}
div.voice  p.small {font-size: 0.9em;}
div.voice div.voice_box div.inner01.flex_box div.inner03 {order: 1;}
div.voice  h4.voice_h4 {font-size: 1.8em;color: #004d6b;font-weight: 400;margin: em 0 0.5em 0;font-weight: 500;}
div.voice  p.middle {color: black;line-height: 2;/* font-weight: 500; */font-size: 1.1em;}
div.voice div.voice_box div.inner04.flex_box {
}
div.voice div.voice_box div.inner04.flex_box div.inner05 {width: 100%;margin: 1em 0;}
div.voice div.voice_box div.inner04.flex_box div.inner05 img {width: 100%;}
div.voice div.voice_box div.inner04.flex_box div.inner05 p.small {
}
div.voice div.voice_box div.inner04.flex_box div.inner06 {width: 100%;/* position: relative; */display: flex;flex-wrap: wrap;}
div.voice div.voice_box div.inner04.flex_box div.inner06 img {order: 2;}
div.voice div.voice_box div.inner04.flex_box div.inner06 p.small.small01 {/* position: absolute; */top: 4em;right: 1em;/* width: 31%; */order: 1;}
div.voice div.voice_box div.inner04.flex_box div.inner06 p.small.small02 {/* position: absolute; */bottom: 6em;left: 2em;/* width: 33%; */order: 3;}
div.voice div.voice_box div.inner07.flex_box {margin: 3em 0 0 0;}
div.voice div.voice_box div.inner07.flex_box div.inner08 {width: 100%;}
div.voice div.voice_box div.inner07.flex_box div.inner08 h4.voice_h4 {
}
div.voice div.voice_box div.inner07.flex_box div.inner08 p.middle {
}
div.voice div.voice_box div.inner07.flex_box div.inner09 {width: 100%;}
div.voice div.voice_box div.inner07.flex_box div.inner09 img {width: 100%;}
div.voice div.voice_box div.inner07.flex_box div.inner09 p.small {
}
div.voice div.voice_box div.inner10 {
}
div.voice div.voice_box div.inner10 ul.flex_box {width: 100%;justify-content: space-between;}
div.voice div.voice_box div.inner10 ul.flex_box li.ssize {margin: 0;width: 49%;}
div.voice div.voice_box div.inner10 ul.flex_box li img {
}div.voice div.voice_box div.inner10 ul.flex_box li{
    width: 100%;
    margin: 1em 0;
}

div.voice div.voice_box div.inner10 ul.flex_box li p.small {
}
div.voice div.voice_box div.inner07.flex_box div.inner11 {/* width: 49%; *//* position: relative; */display: flex;flex-wrap: wrap;margin: 2em 0 0 0;}
div.voice div.voice_box div.inner07.flex_box div.inner11 p.small.inner12 {/* position: absolute; */right: 0;/* width: 33%; */top: 2em;}
div.voice div.voice_box div.inner07.flex_box div.inner11 p.small.inner13 {/* bottom: 2em; *//* position: absolute; *//* left: 2em; *//* width: 45%; */order: 3;}
div.voice div.voice_box div.inner07.flex_box div.inner11 img {
}
div.voice div.voice_box div.inner14.flex_box {margin: 0 0 3em 0;}
div.voice div.voice_box div.inner14.flex_box div.inner15 {
    /* position: relative; */
    /* width: 45%; */
    display: flex;
    margin: 2em 0;
    flex-wrap: wrap;
}
div.voice div.voice_box div.inner14.flex_box div.inner15 p.small.inner16 {/* position: absolute; */top: 6em;left: 0;/* width: 31%; */}
div.voice div.voice_box div.inner14.flex_box div.inner15 p.small.inner17 {/* position: absolute; */bottom: 5em;right: 0;/* width: 42%; */order: 3;}
div.voice div.voice_box div.inner14.flex_box div.inner15 img {
}
div.voice div.voice_box div.inner14.flex_box div.inner02 {}
div.voice div.voice_box div.inner14.flex_box div.inner02 img {
}

div.voice {
}
div.voice div.inner18.flex_box {align-items: flex-start;margin: 1em 0 0 0;}
div.voice div.inner18.flex_box div {
    width: 100%;
}
div.voice div.inner18.flex_box div img {width: 100%;}
div.voice div.inner18.flex_box div p.small {
}
div.voice div.inner18.flex_box ul {display: block;margin: 0;/* width: 31%; */display: flex;justify-content: space-between;width: 100%;margin: 1em 0 0 0;}
div.voice div.inner18.flex_box ul li {margin: 0 0 0.5em 0;width: 49%;}
div.voice div.inner18.flex_box ul li img {
}
div.voice div.inner18.flex_box ul li p.small {
}
div.voice div.eye {background: #c7eaef;padding: 4em 5% 2em 5%;width: 90%;max-width: 1500px;margin: 0 auto;}
div.voice div.eye dl {/* display: flex; */justify-content: center;}
div.voice div.eye dl dt {width: 66%;/* margin: 0 2em 0 0; */margin: 0 auto;}
div.voice div.eye dl dt img {height: 21em;object-fit: cover;width: 100%;object-position: top;}
div.voice div.eye dl dd {/* width: 62%; */}
div.voice div.eye dl dd h3 {font-size: 2em;margin: 0 0 0.5em 0;color: #004d6b;text-align: center;}
div.voice div.eye dl dd p {line-height: 2;font-family: auto;}
div.voice div.eye a {
    width: 100%;
    display: block;
    margin: 1em auto 0 auto;
}
div.voice div.eye a img {}
div.voice p.caution {width: 80%;margin: 3em auto 0  auto;max-width: 1500px;line-height: 2;}


/*20241125*/

div.kagutsuki {width: 90%;background: #024d6c;margin: 1em auto 0 auto;padding: 5%;}
div.kagutsuki h3 {color: yellow;border-bottom: 1px solid #fff;font-size: 1.3em;}
div.kagutsuki p {color: #fff;font-size: 1em;margin: 0.5em 0 0 0;}
div.kagutsuki div{background:#fff; color:#024d6c;}



#skip-button {
  position: absolute;
  top: 10px;
  right: -23px;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color:#797979;
  color: #fff;
  border: none;
  /* border-radius: 5px; */
  cursor: pointer;
  z-index: 1000; /* ローディング要素の上に配置 */
}

#skip-button:hover {
  background-color: #363636;
}
header .logo a{
    display: flex;
    align-items: center;
}
header .logo img{}
header .logo p{
    color: #000;
    font-size: 3.5vw;
    margin: 0 0 0 0.5vw;
}





/*============================
2LDKの魅力
============================*/
div#ldk_2 {
}
div#ldk_2 div.ldk01 {
}
div#ldk_2 div.ldk01 img.pc {
}
div#ldk_2 div.ldk01 img.sp {padding: 28vw 0 0 0;}
div#ldk_2 div.ldk01 p {text-align: right;margin: 0 0.5em 3em 0.5em;font-size: 0.7em;line-height: 0;}
div#ldk_2 div.ldk02 {width: 90%;margin: 0 auto;}
div#ldk_2 div.ldk02 p {font-size: 1.1em;text-align: left;line-height: 2.2em;margin: 1em 0;}
div#ldk_2 div.ldk02 img.pc {
}
div#ldk_2 div.ldk02 img.sp {
}
div#ldk_2 div.ldk03 {background: #f5f3f2;padding: 4em 5% 0.5em 5%;margin: 2em 0 0 0;}
div#ldk_2 div.ldk03 div.ldk04 {text-align: center;}
div#ldk_2 div.ldk03 div.ldk04 img {width: 85%;}
div#ldk_2 div.ldk03 div.ldk04 p {text-align: center;font-weight: 500;font-size: 1.2em;margin: 1em 0;}






.tab-buttons img {
  width: 100px;
  height: 50px;
  cursor: pointer;
  /* transition: transform 0.2s; */
}

.tab-buttons img:hover {
  /* transform: scale(1.1); */
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-buttons img.active {
  /* transform: scale(1.2); */
}




div.ldk03 div.tab-container div.tab-buttons {display: flex;justify-content: center;margin: 7vw 0;}
div.ldk03 div.tab-container div.tab-buttons img {width: 27vw;height: auto;margin: 2vw;}
div.ldk03 div.tab-container div.tab-contents div.white div.white01 {text-align: center;}
div.ldk03 div.tab-container div.tab-contents div.white div.white01 img {width: 58%;}
div.ldk03 div.tab-container div.tab-contents div.white {background: #fff;padding: 3.5em 4% 0 4%;}
div.ldk03 div.tab-container div.tab-contents div.white div.white01 p {font-size: 5vw;margin: 1em 0 2em 0;text-align: center;}
div.ldk03 div.tab-container div.tab-contents div.white dl {
    /* display: flex; */
    /* justify-content: space-around; */
}
div.ldk03 div.tab-container div.tab-contents div.white dl dt {padding: 0 1.5em;}
div.ldk03 div.tab-container div.tab-contents div.white dl dt img.dt01 {margin: 0 0 1em 0;}
div.ldk03 div.tab-container div.tab-contents div.white dl dd {}
div.ldk03 div.tab-container div.tab-contents div.white dl dd div {margin: 0 0 2em 0;}
div.ldk03 div.tab-container div.tab-contents div.white dl dd div h3 {color: #bf6da3;font-weight: bolder;font-size: 6vw;margin: 0 0 0.3em 0;}
div.ldk03 div.tab-container div.tab-contents div.white dl dd div p {font-size: 1em;font-weight: 600;line-height: 2;}
div.ldk03 div.tab-container div.tab-contents div.white dl dd div span {position: relative;}
div.ldk03 div.tab-container div.tab-contents div.white dl dd div span img {margin: 1em 0;}
div.ldk03 div.tab-container div.tab-contents div.white dl dd div span span {position: absolute;z-index: 2;bottom: 1.8em;right: 0.7em;font-size: 0.8em;}
div.ldk03 div.tab-container div.tab-contents div.white dl dd div span span.white {color: white;}
div.ldk03 div.tab-container div.tab-contents div#content2.tab-content div.white dl dd div h3 {color: #57a8b1;}
div.ldk03 div.tab-container div.tab-contents div#content3.tab-content div.white dl dd div h3 {color: #7b7ba7;}
.ldk05{}
.ldk05 a{
    width: 90%;
    display: block;
    margin: 2em auto 0em auto;
}
.ldk05 a img{
    width: 100%;
}
.ldk05 a img:hover {
	opacity:0.8;
}	
.ldk06{
  padding: 3vw 5vw 0 5vw;
  width: 85%;
  margin: 0 auto;
  font-size: 0.8em;
  }
}


