@charset "utf-8";


/*--------------------------------------------------

 * theme

--------------------------------------------------*/









/*--------------------------------------------------

 * ism

--------------------------------------------------*/

.g-ism{}
.ism-section-grid__body{
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}





/********* header *********/
.ism-header{
	position: relative;
	z-index: 0;
	
	/*color: #fff;
	background-color: #666;*/
}
.ism-header__number{
	line-height: 1;
	font-size: 2.125em;
	font-weight: bold;
	
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	color: inherit;
	background-color: inherit;
	
	padding: 0 1em;
	
	position: relative;
	z-index: -1;
}
.ism-header__number:before{
	content: "ISM";
	display: block;
	
	font-size: .64em;
}
.ism-header__number:after{
	content: "";
	display: block;
	
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0, .1);
}
.ism-header__name{
	line-height: 1.33;
	
	margin: 0;
	padding: 1em;
}

.ism-theme{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	
	font-weight: bold;
	
	padding: .5em 2em;
	background-color: inherit;
	border-radius: 99em 0 0 99em;
}
.ism-theme__icon{
	margin-right: 1em;
	
	display: block;
	flex: 0 0 auto;
}
.ism-theme__label{
	line-height: 1.33;
	flex: 1 0 auto;
}

@media (min-width: 769px){
	.ism-header{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.ism-header__number{
		position: absolute;
		top: 0;
		right: 100%;
		bottom: 0;
	}
	.ism-theme{
		position: absolute;
		z-index: 1;
		top: 100%;
		/*left: 0;*/
		left: 1px; /* for Chrome */
		transform: translateX(-100%);
	}
	.ism-theme__icon{
		width: 30px;
	}
}
@media (max-width: 768px){
	.ism-header{
		display: flex;
	}
	.ism-header__number,
	.ism-header__name{
		box-sizing: border-box;
	}
	.ism-header__number{
		flex: 0 0 auto;
	}
	.ism-header__name{
		flex: 1 1 auto;
		align-self: center;
	}
	.ism-theme{
		position: absolute;
		right: 0;
		bottom: 0;
		transform: translateY(50%);
	}
	.ism-theme__icon{
		width: 20px;
	}
}








/* header */
.ism-header{
	
}
.ism-section-grid__photo{}
/*.ism-section-grid__photo > img{
	width: 100%;
}*/

@media (min-width: 769px){
	.ism-header{
		position: fixed;
		z-index: 1;
		top: 0;
		left: 50%;
		right: 0;
		
		height: 135px;
	}
	/*.ism-section-grid__photo > img{
		position: sticky;
		top: 135px;
		
		width: 100%;
		min-height: calc(100vh - 135px);
		object-fit: cover;
	}*/
}

.ie-sticky{
	position: sticky;
	top: 135px;
}
.ie-sticky > img{
	width: 100%;
	height: calc(100vh - 135px);
	object-fit: cover;
}

.ie-objedtfit{
	font-family: "object-fit: cover;";
}

@media all and (-ms-high-contrast:none){
	.ism-section-grid__body{
		position: relative;
	}
	.ism-section-grid__photo{
		overflow: hidden;
	}
	/*.ism-section-grid__photo > img{
		position: static;
		width: 100%;
		min-height: auto;
		object-fit: cover;
		
		
		border: 3px solid red;
		box-sizing: border-box;
	}*/
}
@media (max-width: 768px){
	.ism-header{
		position: sticky;
		top: 80px;
		z-index: 1;
		
		height: 80px;
	}
	.ism-section-grid__photo{
		position: sticky;
		top: 160px;
	}
	/*.ism-section-grid__photo > img{
		width: 100%;
		min-height: calc(90vh - 160px);
		object-fit: cover;
	}*/
	.ism-section-grid__body{
		position: relative;
		outline: 1px solid transparent; /* fix for ios */
	}
}





/* grid */
.ism-section-grid{}
.ism-section-grid__photo{}
.ism-section-grid__body{
	padding: 2em;
	
	/*color: #fff;
	background-color: #666;*/
}
.sec1{
	padding-bottom:10em;
	}
	
@media (min-width: 769px){
	.ism-section-grid{
		display: flex;
	}
	.ism-section-grid__photo,
	.ism-section-grid__body{
		box-sizing: border-box;
		flex: 1 1 50%;
	}
	.ism-section-grid__photo{}
	.ism-section-grid__body{}
}
@media (max-width: 768px){
	.ism-section-grid{}
	.ism-section-grid__photo{}
	.ism-section-grid__body{}
}






/* comment */
.comment{
	padding: 2em;
	margin: 2em -2em -2em -2em;
	
	color: #333;;
	background-color: #F1F1F1;
}










/* staff comment */
.staff-comment{
	display: flex;
	align-items: center;
}
.staff-comment__photo,
.staff-comment__note{
	box-sizing: border-box;
}
.staff-comment__photo{
	flex: 0 0 auto;
	border-radius: 999em;
	overflow: hidden;
	margin-right: 1em;
}
.staff-comment__portrait{
	width: 64px;
}
.staff-comment__note{
	flex: 1 1 auto;
	
	
	font-size: .825em;
	font-weight: bold;
}










/* hotel list */
.hotel-list{
	margin-top: 1em;
	font-weight: bold;
}
.hotel-list__items{
	margin: 0;
	padding: 0;
	list-style: none;
}
.hotel-list__item{
	
}
.hotel-list__more{
	color: inherit;
}






/* contents */
.indent{
	padding-left: 2em;
	padding-right: 2em;
}
.em{
	line-height: 2;
	font-size: 1.2em;
	font-weight:bold;
}
.em2{
	line-height: ;
	font-size: 1.5em;
	font-weight:normal;
	display:inline-block;
	border:1px solid #FFFFFF;
	padding:0.75em 1.25em;
	border-radius:30% 70% 35% 65% / 50% 50% 50% 50%;
	background:#FFFFFF;
	color:#FF6600;
	margin-bottom:1em;
}

@media (max-width: 768px){
	.em{
		line-height: 2;
		font-size: 1.1em;
		font-weight:bold;
}
.em2{
	line-height: ;
	font-size: 1.3em;
	font-weight:normal;
	display:inline-block;
	border:1px solid #FFFFFF;
	padding:0.75em 1.25em;
	border-radius:30% 70% 35% 65% / 50% 50% 50% 50%;
	background:#FFFFFF;
	color:#FF6600;
	margin-bottom:1em;
}
}
.figure{
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size:0.7em;
}

.figure img{
	border-radius:5px;
	}


video{
	height:100%;
	border-radius:5px;
	}






@media (min-width: 769px){}
@media (max-width: 768px){}
