@charset "utf-8";
.fbold {
	font-weight: bold;
}
.fnomal {
	font-weight: normal;
}
.ff-min {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	}
.al-c {
	text-align: center;
}
.al-r {
	text-align: right;
}
.al-l {
	text-align: left;
}
.al-j {
	text-align: justify;
	text-justify: inter-ideograph;	
}

.fl-r {
	float: right;
}
.fl-l {
	float: left;
}
.fcolor-red{
	color:#ff0000;
}
.fcolor-white{
	color:#ffffff;
}
.fcolor-black{
	color:#000000;
}
.fcolor-blue{
	color:#0000ff;
}
.fcolor-orange{
	color: #F39800;
}
.fcolor-lblue {
	color: #3399FF;
}
.fcolor-pink {
	color: #e95383;
}
.digi-blue1 {
	color: #0a3190;
}
.fl-cl {
	clear: both;
}
img {
	border: none;
	max-width: 100%;
	}
a:hover img {
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
}
.shd-5px {
	-webkit-box-shadow: 0px 0px 5px #333333;
	box-shadow: 0px 0px 5px #333333;
}
.shd-8px
{
	-webkit-box-shadow: 4px 4px 8px #888888;
	box-shadow: 4px 4px 8px #888888;
}
.f-large {
	font-size: larger;
}
.f-small {
	font-size: smaller;
}
sup {
	font-size: x-small;
}
.alp-100 {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;	/* Ie用 */
}
.alp-50 {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;	/* Ie用 */
}
span {
	display: inline-block;
}
.ind-1em {
	padding-left: 1em;
	text-indent: -1em;
}

.parallax-window:nth-of-type(1) {
	background: url("../img/bg01.jpg")no-repeat center / cover;
	background-attachment: fixed;
}

.parallax-window:nth-of-type(2),
.parallax-window:nth-of-type(4) {
	background: url("../img/bg04.jpg")no-repeat center / cover;
	background-attachment: fixed;
}

.parallax-window:nth-of-type(3) {
	background: url("../img/bg05.jpg")no-repeat center / cover;
	background-attachment: fixed;
}

.parallax-window:nth-of-type(5) {
	background: url("../img/bg03.jpg")no-repeat center / cover;
	background-attachment: fixed;
}

.caution {
	margin: 2.5em auto;
}

.caution .detailbox {
	box-sizing:border-box;
	padding: 2.5%;
	border: 1px solid;
	font-size: 16px;
	line-height: 2;
}

.accordion {
	margin-top: 2.5em;
	padding: 1em;
	background-color: rgba(0,0,0,.5);
	border-radius: 4px;
}

.accordion summary {
	cursor: pointer;
}

.specialFeature {
	box-sizing: border-box;
	padding: 2.5em;
	width: clamp(320px, 95%, 960px);
	margin: 5em auto;
	background: url("../img/usphotel-rogo.png")no-repeat right top /24%, rgba(255,255,255,.8);
	border-radius: 4px;
	color: #333;
	box-shadow: 0 0 0 #fff;
	line-height: 1.8;
	overflow-wrap: anywhere;
}

.specialFeature h2 {
	border-bottom: 1px solid #333;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.specialFeature p {
	margin-bottom: 1em;
}

.specialFeature .info {
	text-align: left;
	box-shadow: 0 0 8px rgba(0,0,0,.5) inset;
	border-radius: 4px;
	padding: 1em;
}

.specialFeature .info li:first-of-type {
	border-left: 8px solid #333;
	padding-left: .5em;
}

.specialFeature .info li:not(:last-of-type) {
	margin-bottom: 1em;
}

.specialFeature .sns {
	display: flex;
	gap: 2%;
	margin: 1em 0;
}

.specialFeature .sns figure {
	margin: 0;
	width: 2em;
}
