@charset "UTF-8";


@media print, screen and (min-width: 640px) { 
.sp{display:none !important;}

div.slider02.sp{
	display:none;}


a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
width: 19%;
    margin: 0 1%;}


.container{overflow: hidden;}


header{width: 100%;display: flex;justify-content: space-between;background: #FFF;}
header .logo{width: 29%;padding: 1%;}
header .logo img{width: 50%;margin: 0;}
header .sub_menu{display: flex;width: 69%;align-items: center;justify-content: flex-end;padding: 10px 1% 0 0;}
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;}
header .sub_menu .raijyo a:hover{ opacity:0.8; transition:0.5s;}

header .sub_menu .raijyo a {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(144,4,4,1) 0%, rgb(195 135 135) 50%, rgba(144,4,4,1) 101%);
    color: #FFF;
    padding: 8px 30px;
    display: block;
    width: 7vw;
    text-align: center;
    font-size: 1.2vw;
	margin:0 0 0 10px;
}
	

	
.gnavi{/* margin: 30px 0; */display: flex;justify-content: center;}
.gnavi li{
}
.gnavi li a{display: block;padding: 0 2vw 0.2vw 2vw;border-right: 1px solid black;color: black;font-size: 1vw;}





/*====================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/

.gnavi li a{
    /*線の基点とするためrelativeを指定*/
    position: relative;
    text-align: center;
    height: 3vw;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gnavi li a span{
    font-weight: bold;
    width: 100%;
    color: #930b0b;
    font-size: 0.8em;
}
.gnavi li.current a,
.gnavi li a:hover{
  color:#0481A2;
}
.gnavi li .link_none{color:#c6c6c6;}
.gnavi li .link_none:hover{color:#c6c6c6;}
.gnavi li a.link_none::after{background:none;}
	

.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background: #5899b1;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

.b_none{ border: none !important;}




/*========= 上部固定させるためのCSS ===============*/
.gnavi{
  /*高さ指定*/
  width:100%;/*横幅指定*/
background: white;padding: 1.5vw 0;}

/*JSを使いfixedクラスが付与された際の設定*/
.gnavi.fixed{
  position: fixed;/*fixedを設定して固定*/
    z-index: 999;/*最前面へ*/
    top:0;/*位置指定*/
    margin: 0;left:0;/*位置指定*/
}











.main{background: url(../../images/main_bg.jpg) no-repeat bottom right;text-align: center;padding: 0 0 40vw 0;background-size: cover;}
.main img{width: 52%;}


.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);
  }
}





.fadeUp03{
animation-name:fadeUpAnime;
animation-duration: 4s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger,.fadeUpTrigger03{
    opacity: 0;
}




    *::-ms-backdrop,.fadeUp {
	opacity:1;
  }
   *::-ms-backdrop,.fadeUpTrigger {
	opacity:1;
  }



.top01{background: rgb(0,0,0);background: #004d6b;}
.top01 ul{display: flex;width: 90%;margin: 0 auto;padding: 2vw 5%;background: #15a8bd;}
.top01 ul li{width: 21%;border-right: 1px solid #FFF;padding: 0 2%;}
.top01 ul li img{width: 100%;}

.top02{text-align: center;padding: 2em 0;}
.top02 img{width: auto;margin: 1em;}
.top02 p{font-size: 1.2vw;margin: 2vw 0 0 0;color: black;letter-spacing: 0.2em;}
.top02 p.top02_01{margin: 0;font-size: 1.2vw;letter-spacing: 0.05em;}
.top02 hr{width: 44%;}
.top02 p.top02_02{font-size: 2.3vw;letter-spacing: 0.1em;margin: 0 1vw 0 0;}
.top02 p.top02_03{color: #e1436d;font-size: 4.5vw;letter-spacing: 0;margin: 4vw 0 3vw 2vw;font-weight: 600;}
.top02 a{background: #15a8bd;color: #FFF;width: 40%;display: block;padding: 1.8vw 0;font-size: 1.5vw;letter-spacing: 0.2em;transition: 0.5s;border-radius: 5px;margin: 1%;margin: 0 auto 6vw auto;}

.f_sub a{background: #004d6b;color: #FFF;width: 35%;display: block;padding: 1.8vw 0;font-size: 1.5vw;letter-spacing: 0.2em;transition: 0.5s;border-radius: 5px;margin: 1%;}

.top02 a.raijyo02 {
    background: #8f0000;
    color: #FFF;
    width: 35%;
    display: block;
    padding: 1.8vw 0;
    font-size: 1.5vw;
    letter-spacing: 0.2em;
    transition: 0.5s;
    border-radius: 5px;
}
.f_sub{
	display:
	flex;
	margin: 0 0 5vw 0;
	justify-content: center;
}
	
	.top02 a.raijyo{background: #8f0000 no-repeat 90%;background-size: 5%;color: #FFF;width: 40%;display: block;margin: 20px auto;padding: 1.8vw 0;font-size: 1.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,.top02 a.raijyo02:hover{ background: #8f0000 no-repeat 90%;background-size: 5%;letter-spacing: 0.5em; transition:0.5s;}

.top03{position: relative;padding: 7vw 0 2vw 0;}
.top03 .scrolldown2{}
.title{text-align: center;color: #9d9d9d;font-size: 1.5vw;font-weight: bold;}
.top03 .title{margin: 1vw 0 2vw 0;}

.top03 dl{width: 40%;margin: 0 auto;display: flex;flex-wrap: wrap;font-size: 1.2vw;color: #000;letter-spacing: 0.2em;}
.top03 dt{width: 30%;margin: 0 0 1vw 0;}
.top03 dd{width: 70%;margin: 0 0 1vw 0;}

.top04{ background:url(../../images/top07.jpg) no-repeat;background-size: 100%;text-align: center;padding: 11vw;}
.top04 .title{font-size: 2.5vw;margin: 0 0 3vw 0;}
.top04 img{width: 40%;margin: 0 0 4vw 0;}
.top04 .top04_01{line-height: 2.2;font-size: 1vw;color: black;font-weight: 600;}
.top04 .top04_02{font-size: 2.5vw;font-weight: bold;margin: 2vw 0 0 0;}

.top05{ background:url(../../images/top13.jpg) no-repeat; background-size:cover;padding: 9vw 0 5vw 0;}
.top05 .scrolldown2{}
.top05 .title{color: white;margin: 3vw 0 0 0;}
.top05 .top05_btn{display: flex;width: 50%;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{background: #424242;}
.top05 .top05_btn .zoomIn a .mask img{}



/* 丸の描写 */
.top05 .scrolldown2:before {
	background: #ffffff;
}

/* 線の描写 */
.top05 .scrolldown2:after{
	background:  #ffffff;
}


.top06{margin: 3vw auto 0 auto;width: 76%;font-size: 1vw;}
.top06 p{font-size: 0.8vw;line-height: 2;font-weight: bold;}


.top07{/* text-align: center; */display: block;/* align-items: center; *//* justify-content: center; *//* margin: -3vw auto 3vw auto; */flex-wrap: wrap;width: 41%;margin: 0 auto 0.5em auto;}
.top07 p{text-align: left;font-size: 0.7vw;font-weight: bold;}
.top07 img{width: 100%;}
.top07 a{
    width: 63%;
    margin: 0 1%;
}	


.second{text-align: center;padding: 11vw 0;color: white;font-size: 3vw;line-height: 1.2;text-shadow: 0 0 10px black;}

.brand01{ background:url(../../images/cont01_img01.jpg) no-repeat center;}
.brand02{text-align: center;padding: 5vw 0;}
.brand02 img{width: 8%;}
.brand02 .brand02_01{font-size: 3vw;margin: 1vw 0;color: #072b41;}
.brand02 .brand02_02{line-height: 2em;}
.brand02 ul{display: flex;margin: 3vw auto 0 auto;width: 80%;}
.brand02 ul li{}
.brand02 ul li img{width: 100%;}
.brand02 ul li p{text-align: right;font-size: 0.8vw;}

.brand03{text-align: center;background: #d4e6f0;padding: 5vw 0;}
.brand03 img{width: 11%;}
.brand03 .brand03_01{font-size: 3vw;margin: 1vw 0;color: #072b41;}
.brand03 .brand03_02{line-height: 2em;}
.brand03 ul{display: flex;margin: 3vw auto 0 auto;width: 80%;}
.brand03 ul li{width: 33.3%;}
.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 center;}
.loc02{padding: 8vw 0;text-align: center;background: #FFF;}
.loc02 .scrolldown2{}
.loc02 .loc02_01{}
.loc02 .loc02_01{font-size: 3vw;margin: 0 0 2vw 0;}
.loc02 .loc02_02{line-height: 2;}
.loc_title{}
.loc_title img{width: 30%;}
.loc03{}
.loc03_{padding: 8vw 0;}
.loc03_ .loc03_01{text-align: center;font-size: 2vw;margin: 0 0 2vw 0;}
.loc03_ .loc03_02{width: 60%;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{font-size: 1vw;text-align: right;}
.loc03_ .loc03_03{display: flex;width: 60%;margin: 0 auto;}
.loc03_ .loc03_03 li{margin: 1vw 1%;}
.loc03_ .loc03_03 li img{}
.loc03_ .loc03_03 li p{font-size: 0.8vw;text-align: right;}
.loc03__{background: #e7f5f6 url(../../images/loc_bg.png) right top no-repeat;background-size: 30%;}
.loc03__ .loc03__01{display: flex;width: 60%;margin: 0 auto;}
.loc03__ .loc03__01 img{width: 18%;margin: -36px 0 0 0;z-index: 997;height: auto;}
.loc03__ .loc03__01 p{font-size: 1.6vw;margin: 3vw 0 0 1vw;}
.loc03__wrap{display: flex;width: 60%;margin:  0 auto;;}
.loc03__wrap .loc03__02{width: 65.6%;margin: 0 0 1% 0;}
.loc03__wrap .loc03__02 p{text-align: center;background: #FFF;border: double #b2e2e6;padding: 6px 0;}
.loc03__wrap .loc03__02 ul{display: flex;width: 100%;flex-wrap: wrap;}
.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: 0.8vw;
    text-align: right;background: none;border: none;padding: 0;}
.loc03__03{width: 32.3%;margin: 0 0 0 1%;}
.loc03__03 p{text-align: center;background: #FFF;border: double #b2e2e6;padding: 6px 0;}
.loc03__03 ul{display: flex;flex-wrap: wrap;}
.loc03__03 ul li{width: 100%;margin: 1vw 1%;}
.loc03__03 ul li img{}
.loc03__03 ul li p{text-align: right;font-size: 0.8vw;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: cover;
  background-repeat: no-repeat;
}




.loc04{
	background: url(../../images/loc02.jpg) no-repeat center;/*背景画像設定※オリジナル画像を設定してください*/

  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.loc04_{padding: 5vw 0;width: 60%;margin: 0 auto;}
.loc04_ .loc04_01{text-align: center;font-size: 2vw;margin: 3vw 0;}
.loc04_ .loc04_02{display: flex;justify-content: space-between;}
.loc04_ .loc04_02 li{}
.loc04_ .loc04_02 li.img{width: 46%;}
.loc04_ .loc04_02 li.img img{width: 100%;}
.loc04_ .loc04_02 li.img p{font-size: 1vw;text-align: right;}
.loc04_ .loc04_02 li.para{width: 50%;}
.loc04_ .loc04_02 li.para .loc04_02_01{font-size: 1.7vw;margin: 1vw 0;}
.loc04_ .loc04_02 li.para .loc04_02_02{font-size: 1vw;line-height: 2.5;}
.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: 1vw;text-align: right;}

.loc05{	background: url(../../images/loc03.jpg) no-repeat center;/*背景画像設定※オリジナル画像を設定してください*/

  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;}
.loc05 img{}
.loc05_{width: 60%;margin: 0 auto;padding: 5vw 0;}
.loc05_ .loc05_01{text-align: center;font-size: 2.2vw;}
.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: 1vw;text-align: right;}

.loc06{padding: 0 0 5vw 0;}
.loc06 .title{color: #7fd1d7;font-size: 39px;}
.loc06 .loc06_{font-size: 2vw;text-align: center;margin: 1vw;}
.loc06 ul{width: 60%;margin: 0 auto;display: flex;justify-content: space-between;}
.loc06 ul li{width: 24%;}
.loc06 ul li img{}
.loc06 ul li p{font-size: 1vw;text-align: right;}

.loc07{margin: 0 0 50px 0;}
.loc07 .title{color: #7fd1d7;
    font-size: 39px;}
.loc07 .loc07_{text-align: center;font-size: 2vw;margin: 2vw 0;}
.loc07 ul{width: 60%;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: 1vw;text-align: right;}


.acc_h{background: url(../../images/access_h.jpg) no-repeat;background-size: cover;background-position: bottom;}
.acc_h p{}
.acc01{width: 80%;margin: 5vw auto;}
.acc01 p{text-align: center;font-size: 3vw;}
.acc01 ul{display: flex;margin: 4vw 0;justify-content: space-between;}
.acc01 li{width: 49%;}
.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: 2vw;}
.acc02 .title ul li span{font-size: 1vw;}
.acc02 .image{  background:url(../../images/acc01.jpg) no-repeat center;text-align: right;background-size: cover;}
.acc02 .image img{width: 32%;margin: 0 0 -0.5vw 0;}
.acc02 .image p{}
.acc02 .acc02_{}
.acc02 .acc02_ dl{display: flex;width: 70%;margin: 4vw auto 2vw auto;justify-content: space-between;}
.acc02 .acc02_ dl dt{width: 45%;}
.acc02 .acc02_ dl dt img{}
.acc02 .acc02_ dl dt p{text-align: right;font-size: 1vw;}
.acc02 .acc02_ dl dd{width: 50%;}
.acc02 .acc02_ dl dd p.acc02_01{font-size: 2.1vw;margin: 1vw 0 1vw 0;}
.acc02 .acc02_ dl dd p.acc02_02{font-size: 1vw;line-height: 2;}
.acc02 .acc02_ ul{display: flex;width: 70%;margin: 0 auto;}
.acc02 .acc02_ ul li{}
.acc02 .acc02_ ul li img{}
.acc02 .acc02_ ul li p{font-size: 1vw;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: 2vw;}
.acc03 ul li span{font-size: 1vw;}
.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: 60%;margin: 0 0 -1vw 0;}
.acc03 .acc03_{width: 70%;margin: 2vw auto;}
.acc03 .acc03_ dl{display: flex;justify-content: space-between;margin: 4vw 0;}
.acc03 .acc03_ dt{width: 48%;}
.acc03 .acc03_ dt p{text-align: right;font-size: 1vw;color: gray;}
.acc03 .acc03_ dd{width: 50%;}
.acc03 .acc03_ dd .acc03_01{font-size: 2.6vw;margin: 1vw 0 1.5vw 0;}
.acc03 .acc03_ dd .acc03_02{font-size: 1.1vw;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: 2vw;border-right: 1px solid;padding: 0 2vw;}
.acc04 ul li span{font-size: 1vw;}
.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: 60%;margin: 0 0 -0.9vw 0;}
.acc04 .image ul p{}
.acc04 .acc04_{font-size: 2.5vw;text-align: center;margin: 4vw 0;}

.acc05{margin: 5vw auto;width: 50%;display: flex;border: 1px solid #b1b1b1;padding: 3vw 3vw 2.7vw 3vw;justify-content: space-between;}
.acc05 dt{width: 43%;}
.acc05 dt img{}
.acc05 dt p{text-align: right;font-size: 1vw;color: gray;}	
.acc05 dd{width: 53%;}
.acc05 dd .acc05_01{font-size: 2vw;}
.acc05 dd .acc05_02{font-size: 1.1vw;margin: 0 0 1vw 0;line-height: 2em;}
.acc05 dd img{width: 80%;}

.acc06{border-top: 1px solid #b1b1b1;padding: 3vw 5vw 0 5vw;}
.acc06 p{line-height: 2;font-size: 0.8vw;}


.map01{background: #171930;text-align:center;color:#FFF;font-size:3vw;padding: 1vw 0;margin: 2vw 0 0 0;}
.map02{ width:90%; margin: 4vw auto 6vw auto;}
















footer .ftr01{	display: flex;align-items: center;justify-content: center;margin: 0 auto;}
footer .ftr01 dt{	text-align: center;font-size: 0.8vw;line-height: 1.4;padding: 0 10px 0 0;}
footer .ftr01 dd{	margin: 0 0 -12px 0;}
footer .ftr01 dd img{	width: auto;}
footer .ftr02{color: black;text-align: center;display: block;margin: 0.6vw 0 0 0;text-decoration: revert;font-size: 0.5vw;}
footer hr{ margin:5vw 0 0 0;
}


/****************************************

NEW footer 19/05

*****************************************/

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;
}
footer .ftr_logos {
  padding: 20px 0 10px;
  /* background-color:#162647;*/
  border-bottom:1px solid #d6d6d6;
}
footer .ftr_logos .flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 10px;
}
footer .ftr_logos .flex li {
  margin: 0 15px;
}
footer .ftr_logos .flex p {
  margin-top: 5px;
  line-height: 1;
  text-align: center;
  margin-bottom:9px;
}
footer .ftr_logos .flex p a {
  font-size: 10px;
  text-decoration: underline;
}
footer .ftr_logos .flex p a:hover {
  text-decoration: none;
}
footer .ftr_logos  {
  text-align: center;
  color:#3e3a39;;
  font-size: 10px;
  line-height: 1.2;
}

.copyright{
	padding:10px;
	background:#e5e5e5;
	box-sizing:border-box;
	font-size:10px;
	text-align:center;
	}




div.second.plan01 { background:url(../../images/pla_h.jpg)  no-repeat center;background-size: cover;padding: 5.5vw 0;}

div.plan02 p.plan02_01.fadeUpTrigger02 {
font-size: 3vw;text-align: center;margin: 6vw 0;}
ul.plan03 {display: flex;flex-wrap: wrap;width: 1000px;margin: 0 auto;}
ul.plan03 li {
width: 46%;margin: 2%;}
ul.plan03 li a {
}
ul.plan03 li a img {
width: 100%;}
p.plan04 {text-align: center;padding: 0 6vw;font-size: 0.8vw;}


div.plan_detail {
width: 900px;margin: 0 auto;text-align: center;}
div.plan_detail img.pc {
width: 100%;margin: 7vw auto 5vw auto;}
div.plan_detail img.sp {
}
div.plan_detail img.mdr {
width: 100%;}
div.plan_detail img.hanrei {
width: 70%;}
div.plan_detail p {
margin: 30px 0;text-align: left;}
div.plan_detail a{
	background:#333;
	color:#FFF;border-radius: 3px;padding: 20px 0;width: 35%;display: block;margin: 0 auto;}


div.second.design01 { background:url(../../images/design_h.jpg) no-repeat;padding: 15vw;background-size: cover;background-position: bottom;}

div.design02 { background:url(../../images/design01.png) no-repeat left;background-size: 50%;width: 50%;margin: 0 auto;padding: 8vw 0 7vw 40%;text-align: center;}
div.design02 img {width: 64%;margin: 0 0 22px 0;}
div.design02 p {text-align: center;font-size: 1.2vw;}
div.design03 {background: #162035;width: 70%;margin: 2vw auto 8vw auto;}
div.design03 ul {display: flex;align-items: center;padding: 1vw;}
div.design03 ul li.li01 {color: #ebe2ca;font-size: 2vw;padding: 0 2vw;}
div.design03 ul li.li02 {
}
div.design03 ul li.li02 p {color: #FFF;font-size: 1.0vw;margin: 1vw 0;}
div.design03 ul li.li03 {padding: 0 0 0 1vw;}
div.design03 ul li.li03 img { vertical-align: top;}
div.design04 {
}
div.design04 div.design04_01 {background: url(../../images/design04.jpg) no-repeat right;padding: 13vw  0;background-size: 68%;width: 80%;margin: 0 auto;}
div.design04 div.design04_01 h3 {font-size: 4vw;background: #FFF;display: inline;color: #412d21;}
div.design04 div.design04_01 p {font-size: 1.8vw;background: #FFF;display: inline;}
div.design04 div.design04_02 {background: url(../../images/design05.jpg) no-repeat left;padding: 13vw  0;background-size: 68%;width: 80%;margin: 0 auto;}
div.design04 div.design04_02 h3 {font-size: 4vw;color: #412d21;margin: 0 1.3vw 0 0;text-align: right;line-height: 1.2;}
div.design04 div.design04_02 p {font-size: 1.8vw;text-align: right;}
div.design05 {
}
div.design05 h3 {font-size: 4vw;text-align: center;margin: 80px 0 0 0;}
div.design05 img.design05_01 {width: 80%;}
div.design05 div.design05_02 {display: flex;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: 0 0 1vw 0;}
div.design05 div.design05_02 ul.design05_ul li.design05_li h4 {display: flex;font-size: 1.1vw;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: 0.8vw;vertical-align: middle;margin: 0 2% 0 0;}
div.design05 div.design05_02 ul.design05_ul li.design05_li p {font-size: 1vw;}
div.design05 div.design05_02 ul.design05_ul li.design05_li h4 span.pink {font-size: 0.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: 0.7vw 4%;}
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: 1vw;}
div.design05 div.design05_02 div.design05_03 dl.design05_03_dl {display: flex;padding: 0 5%;justify-content: space-between;}
div.design05 div.design05_02 div.design05_03 dl.design05_03_dl dt {width: 55%;}
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: 7px;color: #FFF;font-size: 1vw;padding: 0 4%;margin: 0 0 0.5vw 0;}
div.design05 div.design05_02 div.design05_03 dl.design05_03_dl dd {width: 42%;}
div.design05 div.design05_02 div.design05_03 dl.design05_03_dl dd img {padding: 0;width: 100%;}
div.design05 div.design05_02 img {padding: 0 5% 5% 5%;width: 90%;}
p.design06 {width: 80%;margin: 4vw auto;font-size: 0.8vw;}


div.second.sec01 {background: url(../../images/sec_h.jpg) no-repeat;padding: 15vw;background-size: cover;background-position: bottom;}
div.second.sec01 p.mnc.fadeUpTrigger {
}
div.sec02 {width: 80%;margin: 0 auto;}
div.sec02 h3.sec_h3 {
    margin: 3vw 0;
}
.sec_h3{
    text-align: center;
    color: #1f2a41;
    font-size: 2.6vw;
}
div.sec02 h4.sec_h4 {
}
.sec_h4{
    background: #1f2a41;
    color: #FFF;
    text-align: center;
    font-size: 1.8vw;
    letter-spacing: 0.4em;
    padding: 0.3vw 0 0 0;
}
div.sec02 ul {display: flex;flex-wrap: wrap;}
div.sec02 ul li {width: 46%;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: 2vw;
    border-left: 16px solid #1f2a41;
    padding: 0 0 0 15px;
}
div.sec02 ul li p {font-size: 1.1vw;margin: 0 0 3vw 0;line-height: 1.8;text-align: left;}
div.sec02 ul li img {width: 80%;}
div.sec02 dl {margin: 5vw 0 0 0;display: flex;}
div.sec02 dl dt {width: 50%;}
div.sec02 dl dt h5.sec_h5 {margin:  0 0 0.5vw 0;}
div.sec02 dl dt p {font-size: 1.1vw;}
div.sec02 dl dd {width: 46%;text-align: center;}
div.sec02 dl dd img {width: 100%;}
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 {display: flex;}
div.sec03 div.sec04 div.sec05 {width: 46%;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 {width: 32%;}
div.sec03 div.sec04 div.sec05 ul li img {
}
div.sec03 div.sec04 div.sec05 span {font-size: 0.8vw;}
div.sec03 div.sec04 ul.sec06 {width: 46%;padding: 0 2%;}
div.sec03 div.sec04 ul.sec06 li {display: flex;flex-wrap: wrap;}
div.sec03 div.sec04 ul.sec06 li div.data {width: 68%;padding: 0 2% 0 0;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: 30%;}
div.sec03 div.sec04 ul.sec06 li div.img img {
}
div.sec03 div.sec07 {margin: 5vw 0;}
div.sec03 div.sec07 h5.sec_h5 {margin: 0 0 1vw 0;}
div.sec03 div.sec07 ul {display: flex;justify-content: space-between;}
div.sec03 div.sec07 ul li.data {width: 66%;}
div.sec03 div.sec07 ul li.data p {font-size: 1.1vw;margin: 0 0 1.5vw 0;}
div.sec03 div.sec07 ul li.data ul {
}
div.sec03 div.sec07 ul li.data ul li {width: 30%;}
div.sec03 div.sec07 ul li.data ul li h6 {background: #cfcfcf;text-align: center;font-size: 1.2vw;}
div.sec03 div.sec07 ul li.data ul li p {font-size: 1vw;}
div.sec03 div.sec07 ul li.img {width: 30%;}
div.sec03 div.sec07 ul li.img img {
}
div.sec03 div.sec07 div.sec08 {text-align: center;}
div.sec03 div.sec07 div.sec08 img {width: 70%;}
div.sec09 {width: 80%;margin: 0 auto;}
div.sec09 h4.sec_h4 {
}
div.sec09 dl {display: flex;flex-wrap: wrap;margin: 2vw 0 0 0;}
div.sec09 dl dt {
    width: 36%;
    padding: 0 0 0 4%;
    margin: 2vw 0 0 0;









}
div.sec09 dl dt h5.sec_h5 {
}
div.sec09 dl dt p {font-size: 1.1vw;padding: 1vw 3vw 0 0;}
div.sec09 dl dd {width: 8%;margin: 2vw 0 0 0;}
div.sec09 dl dd img {border: 1px solid #707070;}
div.sec09 dl dt span {font-size: 0.8vw;line-height: 1.5em;display: block;padding: 0 3vw 0 0;}
p.sec10 {width: 80%;margin: 5vw auto 0 auto;font-size: 0.8vw;}
div.sec09 dl dd img.none{
    width: 159%;
    border: none;
    margin: 0 0 0 -42%;
}





.gnavi2 li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi2 li.current a,
.gnavi2 li a:hover{
  color:#0481A2;
}
.gnavi2 li a.link_none::after{background:none;}
	

.gnavi2 li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -2px;
    left: 0%;
    /*線の形状*/
    width: 100%;
    height: 2px;
    text-align: center;
    background: #1f2a41;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi2 li.current a::after,
.gnavi2 li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}











div.second.com01 {background: url(../../images/com_h.jpg) no-repeat;padding: 15vw;background-size: cover;background-position: bottom;
}
div.second.com01 p.mnc.fadeUpTrigger {
}
h3.com_h3 {color: #1f2a41;font-size: 2vw;text-align: center;margin: 5vw 0;}
h4.com_h4{
    font-size: 3vw;
    color: #1f2a41;
    text-align: center;
    margin: 0 0 1vw 0;
}
h5.com_h5{
    font-weight: bold;
    font-size: 1.1vw;
}
h5.com_h5 span{font-size: 0.7em;margin:0 0 0 0.5em;}	
p.com_p{
    font-size: 0.9vw;
}
ul.com_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

ul.com_ul li{
    margin: 0 0 2vw 0;
    width: 32%;
}
/*============================
#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;}
nav#g-nav2 div#g-nav-list2 ul.gnavi2 li {text-align: center;width: 15%;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: 1vw;
    border-right: 1px solid #c5c5c5;
    line-height: 1.2;
    border-bottom: 2px solid #c5c5c5;
}
nav#g-nav2 div#g-nav-list2 ul.gnavi2 li a span{
    font-size: 0.8vw;
}
nav#g-nav2 div#g-nav-list2 ul.gnavi2 li a.b_none{
	border-right: none !important;
	border-bottom: 2px solid #c5c5c5 !important;
	}






/*============================
#kitchen
============================*/
div#kitchen.com01 {
    margin: 5vw 0 0 0;
}
div#kitchen.com01:target::before {
  content: "";
  display: block;
  height: 64px; /* ずらしたい高さ */
  margin-top: -64px; /* heightに対するネガティブマージン */
  visibility: hidden,
}

	
div#kitchen.com01 h4.com_h4 {}
div#kitchen.com01 dl {display: flex;width: 80%;margin: 0 auto 1vw auto;}
div#kitchen.com01 dl dt {width: 38%;padding: 0 2% 0 0;}
div#kitchen.com01 dl dt img {
}
div#kitchen.com01 dl dd {width: 60%;}
div#kitchen.com01 dl dd ul.com_ul {
}
div#kitchen.com01 dl dd ul.com_ul li {width: 32%;}
div#kitchen.com01 dl dd ul.com_ul li img {
}
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: 5vw;margin: -5vw;}
div#bathroom.com02 h4.com_h4 {
}
div#bathroom.com02 dl {width: 80%;margin: 0 auto;display: flex;}
div#bathroom.com02 dl dt {width: 38%;margin: 0 2% 0 0;}
div#bathroom.com02 dl dt img {
}
div#bathroom.com02 dl dd {width: 60%;}
div#bathroom.com02 dl dd ul.com_ul {display: flex;flex-wrap: wrap;justify-content: space-evenly;}
div#bathroom.com02 dl dd ul.com_ul li.a {width: 60%;display: flex;align-items: flex-start;}
div#bathroom.com02 dl dd ul.com_ul li.a img {width: 49%;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 {
}
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: 5vw;margin: -5vw;}
div#powderroom.com03 h4.com_h4 {
}
div#powderroom.com03 dl {display: flex;margin: 0 auto;width: 80%;}
div#powderroom.com03 dl dt {width: 38%;margin: 0 2% 0 0;}
div#powderroom.com03 dl dt img {
}
div#powderroom.com03 dl dt h5.com_h5 {
}
div#powderroom.com03 dl dt p.com_p {
}
div#powderroom.com03 dl dd {width: 60%;}
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 {object-fit: cover;height: 12vw;}
div#powderroom.com03 dl dd ul.com_ul li h5.com_h5 {
}
div#powderroom.com03 dl dd ul.com_ul li p.com_p {
}
.com03_01{width:80%;margin: 0 auto 10vw auto;text-align: right;}
	

/*============================
#lourelbox
============================*/
div#lourelbox.com04 {padding: 5vw;margin: -5vw;}
div#lourelbox.com04 h4.com_h4 {
}
div#lourelbox.com04 div.com04_01 {width: 80%;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: 1.5vw 0;font-size: 2vw;}
div#lourelbox.com04 div.com04_01 p {width: 70%;padding: 2vw 0 0 4%;font-size: 1.3vw;line-height: 1.8em;}
div#lourelbox.com04 div.com04_01 img {right: 1vw;position: absolute;top: 1vw;width: 19%;}
div#lourelbox.com04 div.com04_01 ul {display: flex;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: 80%;margin: 0 auto;padding: 5vw;margin-top: -5vw;}
div#other.com05 h4.com_h4 {
}
div#other.com05 div.com05_01 {display: flex;}
div#other.com05 div.com05_01 div.com05_02 {width: 73%;padding: 0 1%;}
div#other.com05 div.com05_01 div.com05_02 h5 {font-size: 2vw;border-bottom: 1px solid;margin: 0 0 1vw 0;}
div#other.com05 div.com05_01 div.com05_02 ul {display: flex;justify-content: space-between;}
div#other.com05 div.com05_01 div.com05_02 ul li {width: 32.3%;}
div#other.com05 div.com05_01 div.com05_02 ul li img {
    object-fit: cover;
    height: 30vw;
    object-position: 100% 100%;
}
div#other.com05 div.com05_01 div.com05_02 ul li h5.com_h5 {font-weight: bold;font-size: 1.1vw;border: none;margin: 0;}
div#other.com05 div.com05_01 div.com05_02 ul li p.com_p {
}


div#other.com05 div.com05_01 div.com05_03 {width: 23%;padding: 0 1%;}
div#other.com05 div.com05_01 div.com05_03 h5 {font-size: 2vw;border-bottom: 1px solid;margin: 0 0 1vw 0;}
div#other.com05 div.com05_01 div.com05_03 ul {
}
div#other.com05 div.com05_01 div.com05_03 ul li {
}
div#other.com05 div.com05_01 div.com05_03 ul li img {object-fit: cover;height: 30vw;}
div#other.com05 div.com05_01 div.com05_03 ul li h5.com_h5 {font-weight: bold;font-size: 1.1vw;border: none;margin: 0;}
div#other.com05 div.com05_01 div.com05_03 ul li p.com_p {
}









div#other.com05 div.com06 {margin: 5vw 0;}
div#other.com05 div.com06 h5 {font-size: 2vw;border-bottom: 1px solid;margin: 0 0 1vw 0;}
div#other.com05 div.com06 dl {display: flex;justify-content: space-between;}
div#other.com05 div.com06 dl dt {width: 50%;}
div#other.com05 div.com06 dl dt img {
}
div#other.com05 div.com06 dl dd {
    width: 23%;
}
div#other.com05 div.com06 dl dd img {
}
div#other.com05 div.com06 dl dd h5.com_h5 {font-weight: bold;font-size: 1.1vw;border: none;margin: 0;}
div#other.com05 div.com06 dl dd p.com_p {
}
div.com07 {width: 80%;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: 30px;border-left: 10px solid;padding: 0 0 0 12px;}
div.com07 ul {display: flex;justify-content: space-between;margin: 2vw 0;}
div.com07 ul li {width: 32%;text-align: center;}
div.com07 ul li h5 {font-size: 1.2vw;background: #2c3f92;color: #FFF;height: 4vw;padding: 1vw 2vw;margin: 0 0 1.5vw 0;align-items: center;display: flex;text-align: left;}
div.com07 ul li img {width: 80%;}
div.com07 ul li p {text-align: left;font-size: 1.2vw;}
div.com07 ul li p span {font-size: 0.9vw;display: block;margin: 1vw 0 0 0;}
p.com08 {width: 80%;margin: 0 auto;font-size: 0.8vw;}







div.second.model01 {
    background: url(../../images/model_h.jpg) no-repeat center;
    background-size: cover;
    padding: 5.5vw 0;
}




div.container.model02 {width: 1000px;margin: 2vw auto 0 auto;}
div.container.model02 div.slider {margin: 0 0 1vw 0;}
div.container.model02 div.slider div.slick-img {}
div.container.model02 div.slider div.slick-img img {width: 100%;/* height: 31em; *//* object-fit: cover; *//* object-position: bottom; */}
div.container.model02 div.thumbnail {
}
div.container.model02 div.thumbnail div.thumbnail-img {
    width: 90px !important;
    margin: 0 5px 10px 5px;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    height: 53px;
}
div.container.model02 div.thumbnail div.thumbnail-img img {object-fit: cover;height: 53px;margin-bottom: 0.5em;}

.thumbnail-img {
  opacity: .3;
  transition: opacity .3s linear;
}
.thumbnail .slick-current {
  opacity: 1;
}


.thumbnail .slick-track {
  transform: unset !important;
}

.model03{
	width: 1000px;
	margin: 2vw auto;
	font-size: 0.8vw;
	}




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: 800px;}
div.acc07 img.acc09 {margin: 2vw 0;border-top: #15a8be 2px solid;border-bottom: #15a8be 2px solid;}
div.acc07 p {color: #FFF;font-size: 1vw;line-height: 2.5;padding: 0 8vw;}





.gnavi li a.new:before{
	content: "NEW";
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #900505;
	transform: translateX(-50%);
	}


.corona{
    width: 47%;
    margin: 1.5vw auto;
    display: block;
    }


.slick-dots{
	bottom: 15px !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;
}
.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: 239px;
}

 /* ふんわりアルファオーバー */

.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: 20px 0;
	font-size: 18px;
	width: 47%;
}


 /* 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: 2vw 0 1vw 0;justify-content: center;align-items: center;}
div.top08 ul li {margin: 0 1.5vw;text-align: center;}
div.top08 ul li img {width: 100%;}



 /* 2023.03.1 */
.top01img{
	display: block;
	width: 40%;
	margin: 0 auto;
	padding: 4vw 0 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: 7vw 10%;background-position: bottom;}
div.eye01 img.eye01_01 {width: 34%;}
div.eye01 p {
    margin: 3vw 0;
    line-height: 2;
}
div.eye01 img.eye01_02 {width: 50%;margin: 2vw 0;}
div.eye02 {width: 80%;margin: 0 auto;}
div.eye02 img.eye02_04.pc {width: 69%;display: block;margin: 0 auto;}
div.eye02 img.eye02_04.sp {
}
div.eye02 p {font-size: 1.5vw;text-align: center;margin: 2vw 0;line-height: 2;}
div.eye02 iframe {width: 80%;margin: 0 auto;display: block;height: 41vw;}
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: 1.5vw;display: block; transition:0.5s;}
div.eye03 ul li a:hover {background:#333; transition:0.5s;}


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 {display: flex;justify-content: space-between;margin: 0 0 3vw 0;}
div.eye04 dl.eye04_02 dt {width: 49%;}
div.eye04 dl.eye04_02 dt img {width: 100%;border-radius: 10px;}
div.eye04 dl.eye04_02 dd {width: 46%;}
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: auto;margin: 0 1vw 0 0;}
div.eye04 dl.eye04_02 dd ul li.point_box dl {display: flex;margin: 0 0 1.2vw 0;justify-content: space-between;}
div.eye04 dl.eye04_02 dd ul li.point_box dl dt {width: 47%;}
li.point_box dl dt img {border-radius: 10px;}
div.eye04 dl.eye04_02 dd ul li.point_box dl dd {width: 49%;}
li.point_box dl dd p {font-size: max(15px,1vw);line-height: 1.8;}
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 {display: flex;justify-content: space-between;}
div.eye04 dl.eye04_03 dt {width: 39%;}
div.eye04 dl.eye04_03 dt ul {
}
div.eye04 dl.eye04_03 dt ul li.point_box {margin: 0 0 3vw 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 {display: flex;justify-content: space-between;}
div.eye04 dl.eye04_03 dt ul li.point_box dl dt {width: 49%;}
div.eye04 dl.eye04_03 dt ul li.point_box dl dt img {
}
div.eye04 dl.eye04_03 dt ul li.point_box dl dd {width: 46%;}
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 {width: 54%;}
div.eye04 dl.eye04_03 dd ul {
}
div.eye04 dl.eye04_03 dd ul li.point_box {margin: 0 0 3vw 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 {display: flex;justify-content: space-between;}
div.eye04 dl.eye04_03 dd ul li.point_box dl dt {
    width: 31%;
}
div.eye04 dl.eye04_03 dd ul li.point_box dl dt img {
}
div.eye04 dl.eye04_03 dd ul li.point_box dl dd {width: 67%;}
div.eye04 dl.eye04_03 dd ul li.point_box dl dd p {font-size: max(15px,1vw);}
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 {color: #0ba29a;}
div.eye04 dl.eye04_03 dd ul li.point_box p span.min {display: block;}
li.point_box.todana {
}
li.point_box.todana h3 {
}
li.point_box.todana h3 img {
}
li.point_box.todana p {
}
li.point_box.todana p span.green {
}
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 {width: 59% !important;}
li.point_box.todana dl dt img {
}
li.point_box.todana dl dd {width: 37% !important;}
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;}
li.point_box.todana dl dd ul li p {
}


div.eye05 {background: #8cd4d0;width: 49%;margin: 6vw auto;padding: 2vw;position: relative;min-width: 700px;}
div.eye05 dl {display: flex;justify-content: space-between;}
div.eye05 dl dt {width: 34%;}
div.eye05 dl dt img {width: 100%;height: 13vw;object-fit: cover;border-radius: 10px;}
div.eye05 dl dd {width: 61%;}
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;}
div.eye05 dl dd p {font-size: max(15px,1vw);line-height: 2;}
div.eye05 img.eye05_01 {position: absolute;left: 0;bottom: 0;width: 20%;margin: 0 0 -20px -23px;}



div.eye06 {background: #dcf2f1;padding: 10vw 0 5vw 0;}
div.eye06 img.eye_h {max-width: 80%;}
div.eye06 dl.eye06_01 {display: flex;width: 80%;margin: 0 auto;justify-content: space-between;}
div.eye06 dl.eye06_01 dt {width: 49%;}
div.eye06 dl.eye06_01 dt img {border-radius: 10px;height: 44vw;object-fit: cover;}
div.eye06 dl.eye06_01 dd {width: 47%;}
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 {display: flex;justify-content: space-between;}
div.eye06 dl.eye06_01 dd ul li.point_box dl dt {
    width: 64%;
}
div.eye06 dl.eye06_01 dd ul li.point_box dl dt img {height: auto;}
div.eye06 dl.eye06_01 dd ul li.point_box dl dd {width: 32%;}
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;display: flex;justify-content: space-between;}
div.eye06 dl.eye06_02 dt {width: 44%;}
div.eye06 dl.eye06_02 dt ul {
}
div.eye06 dl.eye06_02 dt ul li.point_box {margin: 0 0 1vw 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 {display: flex;justify-content: space-between;}
div.eye06 dl.eye06_02 dt ul li.point_box dl dt {width: 69%;}
div.eye06 dl.eye06_02 dt ul li.point_box dl dt img {}
div.eye06 dl.eye06_02 dt ul li.point_box dl dd {width: 27%;}
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 {width: 53%;}
div.eye06 dl.eye06_02 dd ul {
}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo {margin: 0 0 2vw 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);}
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 {display: flex;margin: 1vw 0;justify-content: space-between;}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl dt {width: 58%;}
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 {width: 38%;}
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 {
}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl dd ul li h4 {color: #0ba29a;font-weight: 700;margin: 0 0 0.5vw 0;}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl dd ul li dl {margin: 0 0 1vw 0;}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl dd ul li dl dt {width: 40%;}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl dd ul li dl dt img {height: 5vw;object-fit: cover;border-radius: 0;}
div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl dd ul li dl dd {width: 55%;}
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 {display: flex;justify-content: space-between;}
div.eye06 dl.eye06_02 dd ul li.point_box dl dt {width: 50%;}
div.eye06 dl.eye06_02 dd ul li.point_box dl dt img {
}
div.eye06 dl.eye06_02 dd ul li.point_box dl dd {width: 46%;}
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;width: 80%;margin: 0 auto;}
div.eye07 img.eye_h {
}
div.eye07 dl.eye07_01 {display: flex;justify-content: space-between;}
div.eye07 dl.eye07_01 dt {width: 49%;}
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 {width: 49%;}
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 {display: flex;justify-content: space-between;}
div.eye07 dl.eye07_01 dd ul li.point_box dl dt {width: 49%;}
div.eye07 dl.eye07_01 dd ul li.point_box dl dt img {
}
div.eye07 dl.eye07_01 dd ul li.point_box dl dd {width: 49%;}
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 {display: flex;justify-content: flex-start;flex-wrap: wrap;margin: 4vw 0 0 0;}
div.eye07 ul.eye07_02 li.point_box {width: 29%;margin: 2%;}
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 {display: flex;justify-content: space-between;}
div.eye07 ul.eye07_02 li.point_box dl dt {display: flex;width: 49%;}
div.eye07 ul.eye07_02 li.point_box dl dt img {height: 11vw;object-fit: cover;}
div.eye07 ul.eye07_02 li.point_box dl dd {width: 49%;}
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: 49%;margin: 0 auto;padding: 6vw;min-width: 700px;}
div.eye08 dl.eye08_01 {display: flex;justify-content: space-between;margin: 0 0 2vw 0;}
div.eye08 dl.eye08_01 dt {width: 65%;}
div.eye08 dl.eye08_01 dt p.min {font-weight: bold;font-size: 1vw;}
div.eye08 dl.eye08_01 dt h3 {font-size: 2vw;font-weight: bold;margin: 0 0 1vw 0;}
div.eye08 dl.eye08_01 dt h3 span {font-size: 1.5vw;}
div.eye08  h4 {font-family: "source-han-serif-japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;color: #0fa39b;font-size: 2vw;}
div.eye08 dl.eye08_01 dt p {line-height: 1.8;}
div.eye08 dl.eye08_01 dd {width: 29%;}
div.eye08 dl.eye08_01 dd img {
}
div.eye08 h4 {
}
div.eye08 ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
div.eye08 ul li {width: 47%;list-style: disc;list-style-position: inside;margin: 0.2vw 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: 1vw 5vw;display: block;text-align: center;width: 30%;margin: 2vw auto 0 auto;}














 /* 2023.03.27 */


div.container {
}
div.container div.reason01 {background:url(../../images/reason/re01.jpg) no-repeat;background-size:100%;position: relative;height: 63vw;}
div.container div.reason01 img.reason01 {width: 24vw;margin: 6vw 0;position: absolute;right: 9vw;}
div.container div.reason01 img.imagephoto{
    position: absolute;
    width: 6vw;
    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 {display: flex;flex-wrap: wrap;width: 80%;margin: 2vw auto 0 auto;justify-content: space-around;}
div.container div.reason02 div.reason02_ div.reason02__ ul li {width: 48%;margin: 1%;}
div.container div.reason02 div.reason02_ div.reason02__ ul li img {width: 100%; transition:0.5s;}
div.container div.reason02 div.reason02_ div.reason02__ ul li img:hover{opacity: 0.5 ; transition:0.5s:}
	div.container div.point01 {position: relative;margin: 10vw 0 0 0;padding: 10vw 0 0 0;}
div.container img.point_icon {position: absolute;width: 10vw;margin: -1vw 0 0 0;left: 3vw;}
div.container div.point01 dl {display: flex;}
div.container div.point01 dl dt {width: 55%;}
div.container div.point01 dl dt img {
}
div.container div.point01 dl dd {width: 35%;background: #f2efe6;padding: 9% 5% 5% 5%;}
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; transition:0.5s;}
div.container div.point01 dl dd a img.point01_02:hover{ opacity:0.8; transition:0.5s;}	
div.container div.point02 {margin: 10vw 0 0 0;position: relative;padding: 10vw 0 0 0;}
div.container div.point02 img.point_icon {
}
div.container div.point02 img {}
div.container div.point02 dl {display: flex;background: #f2efe6;margin: -10px 0 0 0;}
div.container div.point02 dl dt {
    width: 35%;
    background: url(../../images/reason/point02_01bg.png) no-repeat;
    padding: 9% 5% 5% 5%;
    background-size: 30%;
    background-position: 29vw 20vw;
}
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 {transition:0.5s; width: 80%;margin: 0 auto;display: block;}
div.container div.point02 dl dt a img.point02_02:hover{ opacity:0.5; transition:0.5s;}
div.container div.point02 dl dd {width: 45%;padding: 5%;}
div.container div.point02 dl dd img {}
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 {margin: 10vw 0 0 0;padding: 10vw 0 0 0;}
div.container div.point03 img.point_icon {
}
div.container div.point03 dl {display: flex;background: #f2efe6;}
div.container div.point03 dl dt {width: 55%;}
div.container div.point03 dl dt img {
}
div.container div.point03 dl dd {width: 35%;padding: 9% 5% 5% 5%;background-size: 30%;background-position: 29vw 20vw;}
div.container div.point03 dl dd img.point03_02 {
}
div.container div.point03 dl dd img.point03_03 {width: 80%;display: block;margin: 3vw 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.point03 dl dd a img.point03_04:hover{ transition:0.5s; opacity:0.8;}
div.container div.point04 {position: relative;background:url(../../images/reason/point04.jpg) no-repeat;background-size:cover;/* padding: 10vw 0 0 0; */}
div.container div.point04 img.point_icon {
}
div.container div.point04 div.point04_01 {}
div.container div.point04 div.point04_01 img {width: 60%;display: block;margin: 0 auto;padding: 10vw;}
div.container div.point04 div.point04_02 {
}
div.container div.point04 div.point04_02 dl {display: flex;background: #f2efe6;padding: 5vw 10% 10vw 10%;align-items: baseline;}
div.container div.point04 div.point04_02 dl dt {width: 50%;}
div.container div.point04 div.point04_02 dl dt img {
}
div.container div.point04 div.point04_02 dl dd {width: 50%;}
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 { transition:0.5s; width: 80%;margin: 3vw auto 0 auto;display: block;}
div.container div.point04 div.point04_02 dl dd a img:hover{ opacity:0.8; transition:0.5;}
.point04_wrap{
    padding: 10vw 0 0 0;
}



 /* 2023.04.21 */


.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;}
.lifestyle div.lifestyle01 h2 {
}
.lifestyle div.lifestyle01 h2 img {width: 31vw;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: 60%;margin: 5vw auto;display: block;}
.lifestyle div.gourmet01 {display: flex;width: 80%;align-items: end;margin: 5vw auto 0 auto;justify-content: space-between;background: url(../../images/lifestyle/gourmet01_bg.png) no-repeat;background-position:right bottom;background-size: 30%;}
.lifestyle div.gourmet01 div.gourmet01_01 {width: 41%;}
.lifestyle  div.h3 {display: flex;align-items: center;margin: 0 0 1vw 0;}
.lifestyle  div.h3 img {width: 3vw !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 {margin: 0;}
.lifestyle  p.nomal {font-family: "Meiryo","HHElvetica";}
.lifestyle div.gourmet01 div.gourmet01_02 {width: 26%;}
.lifestyle div.gourmet01 div.gourmet01_02 img {
}
.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;}
div.lifestyle div.gourmet02 div.gourmet02_01 {width: 60%;}
div.lifestyle div.gourmet02 div.gourmet02_01 img {
}
div.lifestyle div.gourmet02 div.gourmet02_01 p.nomal {
}
div.lifestyle div.gourmet02 div.gourmet02_02 {width: 35%;}
div.lifestyle div.gourmet02 div.gourmet02_02 img.pc {
}
div.lifestyle div.gourmet02 div.gourmet02_02 img.sp {
}
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;}
div.lifestyle div.gourmet02 div.gourmet02_02 img.map {
}
div.lifestyle div.gourmet03 {display: flex;justify-content: space-between;width: 80%;margin: 0 auto;align-items: end;}
div.lifestyle div.gourmet03 div.gourmet03_01 {width: 58%;}
div.lifestyle div.gourmet03 div.gourmet03_01 img {
}
div.lifestyle div.gourmet03 div.gourmet03_02 {width: 40%;}
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;}

div.lifestyle div.gourmet03 div.gourmet03_02 p.nomal {
}
div.lifestyle div.gourmet03 div.gourmet03_02 img.photo {
}
div.lifestyle div.gourmet04 {display: flex;width: 80%;margin: 5vw auto;justify-content: space-between;align-items: end;}
div.lifestyle div.gourmet04 div.gourmet04_01 {width: 27%;text-align: right;}
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.gourmet05 {width: 80%;margin: 10vw auto 0 auto;background: #fbdee5;justify-content: space-between;display: flex;padding: 0 0 1vw 0;}
div.lifestyle div.gourmet05 div.gourmet05_01 {width: 60%;}
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 {width: 33%;padding: 2vw 2vw 0 0;position: relative;text-align: right;}
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;}
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: -6vw -3vw 0 0;
    width: 14vw;
}
div.lifestyle div.gourmet05 div.gourmet05_02 img.gourmet05_04 {width: 11vw;margin: -1vw 0 -2vw 0;position: relative;z-index: 1;}
div.lifestyle div.gourmet05 div.gourmet05_02 img.gourmet05_05 {
}
div.lifestyle div.gourmet06 {background: #fce4c8;border: 2px solid #91682b;padding: 2vw 3vw 1vw 3vw;width: 73%;margin: 5vw auto;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
div.lifestyle div.gourmet06 img {width: 30%;margin: 0 0 0 -5.5%;}
div.lifestyle div.gourmet06 h3 {font-size: max(20px,1.7vw);margin: 0 0 0 3%;color: #91682b;font-weight: bolder;}
div.lifestyle div.gourmet06 div.gourmet06_01 {width: 55%;}
div.lifestyle div.gourmet06 div.gourmet06_01 dl {display: flex;justify-content: space-between;}
div.lifestyle div.gourmet06 div.gourmet06_01 dl dt {width: 62%;}
div.lifestyle div.gourmet06 div.gourmet06_01 dl dt h4 {color: #000;font-weight: bold;font-size: max(16px,1.4vw);margin: 0 0 1vw 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 {width: 34%;}
div.lifestyle div.gourmet06 div.gourmet06_01 dl dd img.interview02 {width: 100%;margin: 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 {width: 40%;}
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(16px,1.4vw);margin: 0 0 1vw 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;font-size: 0.8vw;}


.wrap0102{background: url(../../images/lifestyle/bg01.png) no-repeat left 50%;background-size: 24%;}
.wrap0304{background: url(../../images/lifestyle/bg02.png) no-repeat right 50%;background-size: 26%;}
.wrap05{background: url(../../images/lifestyle/bg03.png) no-repeat left top;background-size: 26%;padding: 1vw 0 0 0;}



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: 100%;
	max-width: 1050px;
	margin:0 auto;
	display:block;
	}
	



 /* 2023.04.26 */


div.special {/* background: #eaedf2; */padding: 5vw 0 0 0;/* margin: 6vw 0; */}
div.special h2 {
  text-align: center;
  color: #9d9d9d;
  font-size: 2.5vw;
  position: relative;
  /* display: inline-block; */
  margin-bottom: 2em;
  }

div.special h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 6vw;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #004d6b;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

div.special ul.slider03 {
}
div.special ul.slider03 li {margin: 1vw;}
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: 107%;
}
div.special ul.slider03 .slick-next {
	    z-index: 999;
	    right: 20px;
	    top: 107%;
}	
	
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: -20% !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: 3vw auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
ul.model05 li {width: 49%;margin: 0.5vw 0;}
ul.model05 li img {width: 100%;}
div.model06{
    background: #41575d;
    padding: 10vw 0 5vw 0;
    margin: 0 0 4vw 0;
}	
div.model06 iframe{
    height: 33vw;
    margin: 0 auto 3vw auto;
    display: block;
    width: 100%;
    max-width: 1050px;
}	


.com09{}
.com09 iframe{
    width: 80%;
    height: 45vw;
    margin: 5vw auto 3vw auto;
    display: block;
    }


ul.com_ul02 {width: 80%;margin: 0 auto 3vw auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
ul.com_ul02 li {width: 24%;margin: 0.5vw 0;}
ul.com_ul02 li img {
}
ul.com_ul02 li span{ text-align:right; display:block; font-size:0.8em;}	


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 {height: 114vw;background:url(../../images/concept_bg.jpg) no-repeat;padding: 4vw 0;background-size: cover;}
div.top09 img.concept01 {width: 22%;display: block;margin: 0 auto;}
div.top09 h3 {text-align: center;color: #f8eaad;font-size: 3vw;margin: 51vw 0 2vw 0;}
div.top09 p {text-align: center;color: #fff;font-size: 1.5vw;}


.slick-dots li.slick-active button:before {
    color: white !important;
}





 /* 2023.06.20 */


div.modelnew01 {position: relative;margin-bottom: -1vw;}
div.modelnew01 img {
}
div.modelnew01 div {position: absolute;z-index: 2;bottom: -4vw;right: 3vw;font-size: 6vw;color: #FFF;}
div.modelnew02 {background: #666565;padding: 10vw 5vw;position: relative;height: 106vw;}
div.modelnew02 img.modelnew02_01 {margin-bottom: -0.5vw;}
div.modelnew02 div.modelnew02_02 {border: 2px solid #FFF;border-top: none;padding: 3vw;color: #FFF;width: 35%;margin: 0 0 0 2vw;}
div.modelnew02 div.modelnew02_02 h3 {
    font-size: 3vw;
}
div.modelnew02 div.modelnew02_02 h4 {font-size: 2vw;margin: 1vw 0;}
div.modelnew02 div.modelnew02_02 p {font-size: 1vw;line-height: 2;}
div.modelnew02 img.modelnew02_03 {width: 19vw;height: 19vw;position: absolute;top: 64vw;right: 11vw;object-fit: cover;}
div.modelnew02 img.modelnew02_04 {width: 35vw;height: 24vw;position: absolute;top: 97vw;left: 6vw;object-fit: cover;}
div.modelnew02 img.modelnew02_05 {width: 45vw;height: 31vw;position: absolute;top: 86vw;right: 6vw;object-fit: cover;}

div.modelnew03 {background: grey;padding: 7vw 5vw;position: relative;}
div.modelnew03 div.modelnew03_01 {border: 2px solid #FFF;border-bottom: none;padding: 3vw;color: #FFF;width: 35%;margin: 0 0 0 8vw;}
div.modelnew03 div.modelnew03_01 h3 {font-size: 3vw;}
div.modelnew03 div.modelnew03_01 h4 {font-size: 2vw;margin: 1vw 0;}
div.modelnew03 div.modelnew03_01 p {font-size: 1vw;line-height: 2;}
div.modelnew03 img.modelnew03_02 {width: 86%;}
div.modelnew03 img.modelnew03_03 {width: 24vw;height: 33vw;position: absolute;top: 10vw;right: 3vw;object-fit: cover;}
div.modelnew03 img.modelnew03_04 {width: 15vw;height: 15vw;position: absolute;bottom: 10vw;right: 6vw;object-fit: cover;}

div.modelnew04 {background: #575f62;padding: 7vw 5vw;position: relative;}
div.modelnew04 img.modelnew04_01 {
}
div.modelnew04 img.modelnew04_02 {width: 14vw;height: 11vw;position: absolute;bottom: 17vw;left: 12vw;object-fit: cover;z-index: 2;}
div.modelnew04 img.modelnew04_03 {width: 20vw;height: 20vw;position: absolute;bottom: 21vw;left: 24vw;object-fit: cover;}
div.modelnew04 div.modelnew04_04 {border: 2px solid #FFF;border-top: none;padding: 3vw;color: #FFF;width: 35%;margin: -0.5vw 0 0 45vw;}
div.modelnew04 div.modelnew04_04 h3 {font-size: 3vw;}
div.modelnew04 div.modelnew04_04 h4 {font-size: 2vw;margin: 1vw 0;}
div.modelnew04 div.modelnew04_04 p {font-size: 1vw;line-height: 2;}

div.modelnew05 {background: #667377;padding: 7vw 5vw;position: relative;height: 44vw;}
div.modelnew05 div.modelnew05_01 {border: 2px solid #FFF;border-right: none;padding: 3vw;color: #FFF;width: 35%;margin: 0;}
div.modelnew05 div.modelnew05_01 h3 {font-size: 3vw;}
div.modelnew05 div.modelnew05_01 h4 {font-size: 2vw;margin: 1vw 0;}
div.modelnew05 div.modelnew05_01 p {
}
div.modelnew05 img.modelnew05_02 {width: 20vw;height: 14vw;position: absolute;top: 37vw;left: 24vw;object-fit: cover;z-index: 2;}
div.modelnew05 img.modelnew05_03 {width: 20vw;height: 12vw;position: absolute;top: 40vw;left: 51vw;object-fit: cover;z-index: 2;}
div.modelnew05 img.modelnew05_04 {width: 55%;position: absolute;right: 3vw;top: 5vw;}



 /* 2023.10.10 */


.acc01 p b{font-size: 4vw;
    color: #b00003;}



 /* 2024.03.06 */


.footer-holiday {
    color: #FF0004;
    font-size: 13px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0.5em 0 3vw 0;
    font-family: "source-han-serif-japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }


 /* 2024.03.11 */

footer .ftr02 {
    color: #333;
    text-align: center;
    display: block;
    margin: 0.3em 0 0 0;
    text-decoration: revert;
    font-size: 0.5vw;
    font-size: 11px;
}

 /* 2024.03.11 */

.map01 {
    background: #006370;}	
	


 /* 2024.03.18 */

.gallery01{
    background: #006370;
    width: 1000px;
    margin: 1em auto 0 auto;
    text-align: center;
    color: #fff;
    font-size: 2em;
    padding: 0.5em 0;
    }	

	
	
 /* 2024.03.21 */
 
.top07_01{
    width: 100%;
    font-size: 1vw !important;
    margin: 0 0 0.5em 0;
}	
	
.top07_02{
    display: flex;
    width: 100%;
}

div.modelnew01 h2 span{
display: block;
    font-size: 0.3em;
    text-align: center;
    background: #454545;}
	
	
 /* 2024.03.29 */
 .design07{} 
 .design07 a{}
 .design07 img{
    max-width: 840px !important;
}

 /* 2024.04.02 */
.caption{
	width:80%;
	margin:0 auto;
	font-size:0.8vw;}


 /* 2024.04.11 */
div.special.youtube {text-align: center;margin: 0 0 5vw 0;background:url(../../images/video_bg.jpg) no-repeat;background-position: top;margin: 6em 0 0 0;padding: 5vw 0;}
div.special.youtube h2 {
}
div.special.youtube iframe {width: 65%;height: auto;aspect-ratio: 16 / 9;margin: 0 auto;display: block;}
div.special.youtube p {font-size: 1.6em;margin: 0.5em 0 0 0;}




 /* 2024.05.14 */

div.top10 {
    background: #e5e8f1;
}
div.top10 div.pc {width: 80%;margin: 0 auto;padding: 1em 0;/* display: flex; */justify-content: center;}
div.top10 div.pc a {/*! background: #9f020b; */display: block;/*! border-radius: 15px; *//*! padding: 1.5em 2em; */margin: 1em auto;box-shadow: 4px 3px 4px 0px #00000045;width: 920px;}
div.top10 div.pc a img {display: block;}


div.plan_detail.price {
}
div.plan_detail.price div.pc {display: flex;justify-content: center;align-items: flex-end;}
div.plan_detail.price div.pc img.pc {width: 30%;}
div.plan_detail.price div.pc img.mdr{width: 70%;}
		
 /* 2024.06.06 */

div.top11 { background:#024d6c; text-align:center;
padding: 1.5em 0;
}
div.top11 img {width: auto !important;
margin: 1em 0;
display:block;
margin:1em auto;
}

 /* 2024.06.07 */

div.modelnew01 div{
	display:flex;
  align-items: center;
	justify-content: flex-end;
	}
div.modelnew01 div img{
  width: 12%;
  height: auto;
  margin-left: 0.2em;

	}
	
	
	

div.eye06 dl.eye06_01 dt span,div.eye06 dl.eye06_02 dd ul li.point_box.sanmenkyo dl dt span,div.eye06 dl.eye06_02 dt ul li.point_box dl dt span {text-align:right; display:block;}	

.eye09{
    width: 80%;
    margin: 5em 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: 3.5em;}
div.a3dmodel_room iframe {width: 80%;height: 44vw;}


/* 20240829 */

div.typhoon {border: 1px red solid;width: 70%;margin: 0 auto 2em auto;display: flex;padding: 1em 0;max-width: 1050px;justify-content: center;}
div.typhoon span {color: red;/* font-family: auto; */margin: 0 2em 0 0;}
div.typhoon p {
    text-align: center;
    color: red;
}
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: 1em auto 1em auto;max-width: 1050px;}
div.special div.special01 a {
}
div.special div.special01 a img {
}
div.special ul.special02 {display: flex;width: 80%;margin: 0 auto;flex-wrap: wrap;justify-content: space-between;max-width: 1050px;}
div.special ul.special02 li {width: 49%;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 {
}
div.voice div.voice01 img {
}
div.voice ul {display: flex;width: 80%;max-width: 1540px;justify-content: center;margin: 5em auto;}
div.voice ul li {margin: 0 1em;}
div.voice ul li a {
}
div.voice ul li a img {
}
div.voice div.voice_box {width: 80%;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;}
div.voice div.voice_box h3.voice_h3 span.h3_01.cinzel {color: #fff;margin: 0 0.5em 0 0;}
div.voice div.voice_box h3.voice_h3 span.h3_02.cinzel {color: #ac831f;font-size: 3em;font-style: italic;}
div.voice div.voice_box h3.voice_h3 span.h3_03 {color: #ac831f;margin: 0 1em 0 0.5em;}
div.voice div.voice_box h3.voice_h3 span.h3_04 {color: #fff;}
div.voice div.voice_box .flex_box {display: flex;margin: 2em 0 0 0;justify-content: space-between;}
div.voice div.voice_box div.inner01.flex_box div.inner02 {width: 49%;}
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 {width: 48%;}
div.voice  h4.voice_h4 {font-size: 1.8em;color: #004d6b;font-weight: 400;margin: 1em 0 0.5em 0;font-weight: 500;}
div.voice  p.middle {color: black;line-height: 2;/* font-weight: 500; */font-size: 1.3em;}
div.voice div.voice_box div.inner04.flex_box {
}
div.voice div.voice_box div.inner04.flex_box div.inner05 {width: 50%;}
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: 49%;position: relative;}
div.voice div.voice_box div.inner04.flex_box div.inner06 img {
}
div.voice div.voice_box div.inner04.flex_box div.inner06 p.small.small01 {position: absolute;top: 2vw;right: 1em;width: 31%;font-size: 1vw;}
div.voice div.voice_box div.inner04.flex_box div.inner06 p.small.small02 {position: absolute;top: 18vw;left: 2vw;width: 33%;font-size: 1vw;}
div.voice div.voice_box div.inner07.flex_box {
}
div.voice div.voice_box div.inner07.flex_box div.inner08 {width: 49%;}
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: 49%;}
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%;}
div.voice div.voice_box div.inner10 ul.flex_box li {margin: 0;width: 32%;}
div.voice div.voice_box div.inner10 ul.flex_box li img {
}
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;}
div.voice div.voice_box div.inner07.flex_box div.inner11 p.small.inner12 {position: absolute;right: 0;width: 33%;top: 1vw;font-size: 1vw;}
div.voice div.voice_box div.inner07.flex_box div.inner11 p.small.inner13 {top: 17vw;position: absolute;left: 2vw;width: 45%;font-size: 1vw;}
div.voice div.voice_box div.inner07.flex_box div.inner11 img {
}
div.voice div.voice_box div.inner14.flex_box {
}
div.voice div.voice_box div.inner14.flex_box div.inner15 {
    position: relative;
    width: 45%;
}
div.voice div.voice_box div.inner14.flex_box div.inner15 p.small.inner16 {position: absolute;top: 3vw;left: 0;width: 31%;font-size: 1vw;}
div.voice div.voice_box div.inner14.flex_box div.inner15 p.small.inner17 {position: absolute;bottom: 4vw;right: 0;width: 42%;font-size: 1vw;}
div.voice div.voice_box div.inner14.flex_box div.inner15 img {
}
div.voice div.voice_box div.inner14.flex_box div.inner02 {width: 50%;}
div.voice div.voice_box div.inner14.flex_box div.inner02 img {
}

div.voice {
}
div.voice div.inner18.flex_box {align-items: flex-start;}
div.voice div.inner18.flex_box div {
    width: 68%;
}
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%;}
div.voice div.inner18.flex_box ul li {margin: 0 0 0.5em 0;}
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: 5em 5%;width: 70%;max-width: 1500px;margin: 0 auto;}
div.voice div.eye dl {display: flex;justify-content: center;}
div.voice div.eye dl dt {width: 27%;margin: 0 2em 0 0;}
div.voice div.eye dl dt img {height: 29em;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: 2.5em;margin: 0 0 0.5em 0;color: #004d6b;}
div.voice div.eye dl dd p {line-height: 2;font-family: auto;}
div.voice div.eye a {
    width: 55%;
    display: block;
    margin: 3em 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: 65%;background: #024d6c;margin: 1em auto 0 auto;padding: 5%;}
div.kagutsuki h3 {color: yellow;border-bottom: 1px solid #fff;font-size: 2.5em;}
div.kagutsuki p {color: #fff;font-size: 1.2em;margin: 1em 0 0 0;}

div.kagutsuki div{background:#fff; color:#024d6c;}




#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 9999;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}



#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 a p{
    font-size: 1.2vw;
    color: black;
    font-weight: 500;
    margin: 0 0 0 0.5em;
}
	








/*============================
2LDKの魅力
============================*/
div#ldk_2 {
}
div#ldk_2 div.ldk01 {
}
div#ldk_2 div.ldk01 img.pc {
}
div#ldk_2 div.ldk01 img.sp {
}
div#ldk_2 div.ldk01 p {text-align: right;}
div#ldk_2 div.ldk02 {width: 80%;margin: 0 auto;}
div#ldk_2 div.ldk02 p {font-size: 1.3em;text-align: center;line-height: 2.5em;margin: 3em 0;}
div#ldk_2 div.ldk02 img.pc {
}
div#ldk_2 div.ldk02 img.sp {
}
div#ldk_2 div.ldk03 {background: #f5f3f2;padding: 7em 10%;margin: 3em 0 0 0;}
div#ldk_2 div.ldk03 div.ldk04 {text-align: center;}
div#ldk_2 div.ldk03 div.ldk04 img {width: 41%;}
div#ldk_2 div.ldk03 div.ldk04 p {text-align: center;font-weight: 500;font-size: 2.2em;margin: 2em 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;}
div.ldk03 div.tab-container div.tab-buttons img {width: 22vw;height: auto;margin: 2em;}
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: 20%;}
div.ldk03 div.tab-container div.tab-contents div.white {background: #fff;padding: 5em 6%;}
div.ldk03 div.tab-container div.tab-contents div.white div.white01 p {font-size: 2.3em;margin: 1em 0 3em 0;}
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 {
    width: 41%;
}
div.ldk03 div.tab-container div.tab-contents div.white dl dt img.dt01 {margin: 0 0 3em 0;}
div.ldk03 div.tab-container div.tab-contents div.white dl dd {width: 40%;}
div.ldk03 div.tab-container div.tab-contents div.white dl dd div {margin: 0 0 3em 0;}
div.ldk03 div.tab-container div.tab-contents div.white dl dd div h3 {color: #bf6da3;font-weight: bolder;font-size: 1.6em;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.5em;right: 0.7em;}
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: 40%;
    display: block;
    margin: 3em auto;
}
.ldk05 a img{
    width: 100%;
}
.ldk05 a img:hover {
	opacity:0.8;
}	

.ldk06{
  padding: 3vw 5vw 0 5vw;
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  }

}