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

value.css

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

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

.sec_nakamachi{
	position: relative;
	margin: 5% 0 0;
}
.sec_ranking{
	/*margin-top: 8%;*/
}
.ranking_box{
	margin-top: 10%;
}



@media screen and (max-width: 767px) {
.sec_nakamachi{
	margin: 8% 0 0;
}
.sec_ranking{
	/*margin-top: 15%;*/
}
.ranking_box{
	margin-top: 15%;
}
}



/*** 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: 50%;
	transform: translate(-50%, -50%);
	width: 96%;
	font-size: 26px;
	font-size: clamp(15px, 2.6vw, 26px);
	color: #fff;
	text-align: center;
}
h1.h1_ttl .en{
	display: block;
	font-size: 180%;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.15em;
}
h1.h1_ttl .jp{
	display: inline-block;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #fff;
}

h2.h2_ttl{
	font-size: 32px; /*36px*/
	font-size: clamp(22px, 3.2vw, 32px); /* clamp(22px, 3.6vw, 36px) */
	font-weight: 500;
	text-align: center;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 1.5em;
}

h3.h3_ranking{
	font-size: 26px; /*24px*/
	font-size: clamp(20px, 2.6vw, 26px); /*clamp(20px, 2.4vw, 24px)*/
	font-weight: 500;
	text-align: center;
	line-height: 1.6em;
	letter-spacing: 0.05em; /*0.1em*/
	color: #2f4571;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
}
h3.h3_ranking .big{
	font-size: 150%;
}

p.p_money{
	width: 100%;
	max-width: 650px;
	font-size: 30px;
	font-size: clamp(18px, 3vw, 30px);
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	padding: 0.5em 0;
	margin: 1.2em auto; /*1.2em auto 0*/
	background-color: #a72037;
}

p.p_lead{
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 2em;
	text-align: center;
}
p.p_cate{
	text-align: justify;
	padding-top: 0.5em;
}

.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) {
h3.h3_ranking .sp_none{
	display: none;
}
p.p_lead{
	text-align: justify;
}
p.p_lead .resp_autowrap{
	display: inline;
}
}



/*** map_nakamachi **********************************/
.map_nakamachi{
	position: relative;
}
.map_nakamachi img{
	width: 100%;
	height: auto;
}
.map_nakamachi figcaption{
	position: absolute;
	right: 0.5em;
	bottom: 10%;
}


@media screen and (max-width: 767px) {
.map_nakamachi{
	/*margin-top: 10%;*/
}
}



/*** fig_ranking **********************************/
.fig_ranking{
	margin-top: 3%;
}
.fig_ranking figcaption{
	padding-top: 2em;
}
.fig_ranking figcaption.outside{
	position: relative;
	right: auto;
	bottom: auto;
	text-align: right;
	padding-top: 0.5em;
}

.fig_ranking .pc{ }
.fig_ranking .sp{ display: none;}


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



/*** bn_lifell **********************************/
.bn_lifell{
	width: 70%;
	max-width: 460px;
	margin: 0 auto 3em;
	padding-top: 5%;
}




/*** panoramaBox  **********************************/
.panoramaBox{
	width: 100%;
	margin: 0 auto 2em;
}


@media screen and (max-width: 640px) {
.panoramaBox{
	position: relative;
  width: 100%;
  /*height: 620px;*/
  padding: 10px 0;
  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;
}




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

.atention_scroll{
	display: none;
}


@media screen and (max-width: 640px) {
.panorama_wrap{
	/*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);
	
	/*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;
}
}






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

print

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

@media print {

}