
/***********************************************************************************************************************

compact.css

***********************************************************************************************************************/

.compact #bg_gara,
.compact .bg-layer{
	background: none;
}

.mx700{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.mx800{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.mx900{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.sec_snav{
	position: relative;
	margin: 5% 0 0;
}

.sec_value{
	padding: 0 0 8%;
	background-color: rgba(206,147,179,0.7);
}
.sec_assets{
	padding: 0 0 8%;
	margin-top: 8%;
	background-color: #b0c0d7;
}
.sec_money{
	padding: 0 0 8%;
	margin-top: 8%;
	background-color: #b1b7b8;
}

.cmn_line{
	position: relative;
}
.cmn_line::before,
.cmn_line::after{
	content: "";
	position: absolute;
	top: 4em;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
}
.cmn_line::after{
	top: 5em;
	height: 1px;
}



@media screen and (max-width: 767px) {
.sec_snav{
	margin: 8% 0 0;
}
.sec_value{
	padding-bottom: 12%;
}
.sec_money{
	padding-bottom: 12%;
}
}



/*** hd **********************************/
.hd{
	position: relative;
}
.hd figure{
	position: relative;
}
.hd figure figcaption{
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	color: #fff;
	text-align: right;
}
.hd img{
	width: 100%;
	height: auto;
}
.hd .pc{}
.hd .sp{ display: none;}


@media screen and (max-width: 767px) {
.hd .pc{ display: none;}
.hd .sp{ display: block;}
}



/*** h1〜  **********************************/
h1.h1_ttl{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	font-size: 24px;
	font-size: clamp(13px, 2vw, 24px);
	color: #fff;
	text-align: center;
}
h1.h1_ttl .en{
	display: block;
	font-size: 250%;
	font-family: Arial, Helvetica, "sans-serif";	
	letter-spacing: 0.1em;
}
h1.h1_ttl .jp{
	display: inline-block;
}

.h2_wrap{
	padding: 3.3em 0 3em;
	background-color: #eb5f2c;
}
h2.h2_ttl{
	font-size: 22px;
	font-size: clamp(14px, 2.2vw, 22px);
	font-weight: 500;
	text-align: center;
	line-height: 1.6em;
	color: #fff;
}
h2.h2_ttl .big{
	display: block;
	font-size: 220%;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

h3.h3_ttl{
	font-family: Arial, Helvetica, "sans-serif";	
	font-size: 50px;
	font-size: clamp(24px, 5vw, 50px);
	font-weight: 500;
	line-height: 1em;
	color: #fff;
}
h3.h3_ttl .num{
	display: block;
	font-size: 320%;
	margin-bottom: 0.3em;
}
h3.h3_ttl .base{
	padding-right: 0.3em;
}
h3.h3_ttl .jp{
	position: relative;
	top: -0.2em;
	display: inline-block;
	font-size: 22px;
	font-size: clamp(14px, 2.2vw, 22px);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	color: #ce93b3;
	line-height: 1.6em;
	height: 1.6em;
	padding: 0 1em;
	margin-bottom: 1.5em;
	border-radius: 0.8em;
	background-color: #fff;
}
.sec_assets h3.h3_ttl .jp{ color: #799dc1;}
.sec_money h3.h3_ttl .jp{ color: #878277;}

h4.h4_ttl{
	font-size: 50px;
	font-size: clamp(27px, 4.5vw, 50px);
	font-weight: 500;
	line-height: 1.4em;
	color: #fff;
	margin-bottom: 0.3em;
}

h5.h5_ttl{
	font-family: Arial, Helvetica, "sans-serif";	
	font-size: 50px;
	font-size: clamp(24px, 5vw, 50px);
	font-weight: 500;
	line-height: 1em;
	color: #fff;
	padding: 0 0 0.2em 8%;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #fff;
}
.reverse h5.h5_ttl{
	padding: 0 8% 0.2em 0;
}
.point_box.normal h5.h5_ttl{
	padding: 0 0 0.2em 0;
}

h6.h6_ttl{
	font-size: 30px;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: 500;
	color: #fff;
	margin-bottom: 0.5em;
}

p.p_lead{
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	color: #fff;
	/*line-height: 2em;*/
	/*text-align: center;*/
}

.clr_fff{
	color: #fff;
}
.shadow{
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}



@media screen and (max-width: 767px) {
h1.h1_ttl{
	left: 5%;
}
h1.h1_ttl .en{
	font-size: 200%;
	letter-spacing: normal;
}

h2.h2_ttl .big{
	margin-bottom: 0.6em;
}
p.p_lead{
	text-align: justify;
}
p.p_lead .resp_autowrap{
	display: inline;
}

.point_box .cap_r{
	text-align: left;
}
}


@media screen and (max-width: 639px) {
h5.h5_ttl{
	padding-left: 0;
}
.reverse h5.h5_ttl{
	padding-right: 0;
}
.sec_assets h3.h3_ttl{
	margin-left: 42%;
}
}



/*** list_snav **********************************/
.list_snav{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.list_snav li{
	width: 44.4444444%;
	text-align: center;
	margin: 0 0 8%;
}
.list_snav li.no02{
	margin-left: auto;
}

.list_snav figure{
}
.list_snav figcaption{
	font-size: 30px;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 0.7em;
}


@media screen and (max-width: 639px) {
.list_snav{
	width: 80%;
	max-width: 260px;
}
.list_snav li{
	width: 100%;
	margin: 0 0 15%;
}
}



/*** btn_next **********************************/
.btn_next{

}
.btn_next a{
	display: block;
	width: 80%;
	height: 40px;
	font-size: 16px;
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 40px;
	letter-spacing: 0.1em;
	color: #ce93b3;
	margin: 1em auto 0;
	border: 1px solid #ccc;
	border-radius: 20px;
}
.btn_next a:hover{
	color: #fff;
	background-color: #ce93b3;
}

.list_snav li.no02 .btn_next a{ 
	color: #b0c0d7;
}
.list_snav li.no02 .btn_next a:hover{ 
	color: #fff;
	background-color: #b0c0d7;
}

.list_snav li.no03 .btn_next a{ 
	color: #b1b7b8;
}
.list_snav li.no03 .btn_next a:hover{ 
	color: #fff;
	background-color: #b1b7b8;
}




/*** ttl_box **********************************/
.ttl_box{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
}
.sec_assets .ttl_box{
	flex-direction: row-reverse;
}

.ttl_box_photo{
	width: 47.2222222%;
}
.ttl_box_txt{
	width: 40%;
	align-self: center;
}
.ttl_box_txt .inner{
	width: 95%;
}
.sec_assets .ttl_box_txt .inner{
	margin-left: 5%;
}

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

@media screen and (max-width: 1340px) {
.ttl_box_txt{
	margin-top: 15em;
}
}

@media screen and (max-width: 1200px) {
.ttl_box_photo{
	width: 40%;
}
.ttl_box_txt{
	margin-top: 10em;
	width: 60%;
}
.ttl_box_txt .inner{
	width: 85%;
	margin: 0 0 0 10%;
}
}



@media screen and (max-width: 639px) {
.ttl_box_photo{
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	max-width: 180px;
}
.sec_assets .ttl_box_photo{
	right: auto;
	left: 0;
}

.ttl_box_txt{
	width: 100%;
	position: relative;
	z-index: 1;
}
.ttl_box_txt .inner{
	width: 90%;
	margin: 0 auto;
}
}



/*** point_box **********************************/
.point_box{
	width: 100%;
	max-width: 1440px;
	display: flex;
	justify-content: flex-start;
	margin: 8% auto 0;
}
.point_box.reverse{
	flex-direction: row-reverse;
}
.point_box.normal{
	width: 84%;
	display: block;
	max-width: 1024px;
}
.point_box.normal.zu{
	margin-top: 3%;
}


.point_box_photo{
	width: 47.222222%;
}
.point_box_txt{
	width: 38%;
}

.point_box_txt p{
	text-align: justify;
}

.point_box_txt .inner{
	padding-left: 8%;
}
.reverse .point_box_txt .inner{
	padding-left: 0;
	padding-right: 8%;
}



@media screen and (max-width: 1200px) {
.point_box_txt{
	width: 45%;
}
}



@media screen and (max-width: 639px) {
.point_box{
	width: 90%;
	flex-flow: wrap;
	margin: 12% auto 0;
}
.point_box.normal{
	width: 90%;
}
.point_box_photo{
	width: 100%;
}
.point_box_txt{
	width: 100%;
	margin-top: 1.5em;
}
.point_box_txt .inner{
	padding-left: 0;
}
.reverse .point_box_txt .inner{
	padding-right: 0;
}
}




/*** ph_point **********************************/
.ph_point{
	position: relative;
}
.ph_point figcaption{
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
}




/*** list_wealth **********************************/
.list_wealth{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 3% 0 2em;
}
.list_wealth li{
	width: 31.25%;
}
.list_wealth li img{
	filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 639px) {
.list_wealth li{
	width: 48%;
}
.list_wealth li:nth-child(3){
	margin: 5% auto 0;
}
}




/*** 初回だけ表示（マウスオーバーで消す）→常時に変更  **********************************/
.panorama_wrap{
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 3% auto 0;
	background-color: #fff;
	border-radius: 20px;
}

.atention_scroll{
	display: none;
}


@media screen and (max-width: 640px) {
.panorama_wrap{
	border-radius: 10px;
	/*margin-bottom: 10%;*/
}
.atention_scroll{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%; 
	background-color: rgba(0,0,0,0.4);
	border-radius: 10px;
	/*transition: all .3s linear;*/
}

.atention_scroll p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 300px;
	text-align: center;
	color: #fff;
	line-height: 1.5em; /* 3em*/
}
.atention_scroll img{
	width: 56px!important;
	height: auto!important;
	margin-bottom: 10px;
}
}


/*** panoramaBox  **********************************/
.panoramaBox{
	width: 96%;
	max-width: 980px;
	margin: 0 auto;
	padding: 4% 0;
	text-align: center;
}
.panoramaBox .w820 img{
	width: 100%;
	max-width: 820px;
	height: auto;
}


@media screen and (max-width: 640px) {
.panoramaBox{
	position: relative;
	padding: 4% 0 5%;
	margin: 0 auto 10px;
	cursor: pointer;
  
  /* 横にはみ出した要素をスクロールするプロパティ */
  overflow-x: scroll;
  overflow-y: hidden;
  
  /* 縦書きにするプロパティで右側スタート →　スタートをセンターに変更するので非表示 */
  /*-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;*/
  
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}  
  
/*.panoramaBox figure{
 	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}*/
 
.panoramaBox img{
	width: 640px!important; /*900px*/
	max-width: 640px!important; /*900px*/
	height: auto!important;
}
}


/*** 横スクロールバーデザイン（Firefoxは効かない）  **********************************/
.panoramaBox::-webkit-scrollbar {
 height: 4px;
}
.panoramaBox::-webkit-scrollbar-thumb {
  background-color: #54c3f1;
  border-radius: 2px;
}
.panoramaBox::-webkit-scrollbar-track {
  background: #ccc;
}





/*************************************************************************************
*************************************************************************************

print

*************************************************************************************
**************************************************************************************/

@media print {

}