@charset "utf-8";
/* CSS Document */

/************************************************
 共通設定
************************************************ */
html { font-size: 62.5%; } /* 10px */
body {
    color: #000;
    /*font-family: 'Montserrat', 'Roboto', 'NotoSansCJKjp', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    background: #FFF;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    line-height: 1.8em;
    -webkit-text-size-adjust: 100%;
	font-size: 1.5rem;
}
a:link {
	color: #CB891B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #CB891B;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
}

#wrap {
	width: 100%;
	min-height: 320px;
	margin: 0 auto;
	/*overflow: hidden;*/
}


/* header */
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color:rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    z-index: 9999;
    transition: 0.2s;
}
@media screen and (min-width: 1200px) {
	.l-header{
		height:60px;
		font-size:1.5rem;
		font-weight:500;
		z-index:9999;
		transition: 0.2s;
	}
}
header {
	width: 100%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
}
header h1 {
	float: left;	
}
header h1#logo img {
	width: 240px;
	height: auto;
	margin: 10px 0 0 15px;	
}
header .nav01 {
	display: none;	
}
header nav #rese {
	display: flex;
	width: 100%;
	position: fixed;
	bottom: 0;
	justify-content: space-between;
	/*background: #CB891B;*/
	background: #333;
}
header nav #rese li {
	width: 33%;
	text-align: center;
	border-left: 1px solid #FFF;
}
header nav #rese li:first-child {
	border: none;	
}
header nav #rese li a {
	display: block;
	padding: 16px 0;
	color: #FFF;
	font-size: 16px;
}
header nav #rese li a:hover {
	text-decoration: none;
}
@media screen and (min-width: 1200px) {
	header h1#logo img {
		width: 330px;
		height: 39px;
		margin: 10px 0 0 40px;	
	}
	header a:link {
		color: #FFF;
		text-decoration: none;
	}
	header a:hover {
		text-decoration: underline;
	}
	header a:visited {
		color: #FFF;
	}
	header .nav01 {
		display: block;
	}
	header nav {
		float: right;
		/*width: 720px;*/
		width: 800px;
		
	}
	header nav .nav01 {
		display: flex;
		float: left;
	}
	header nav .nav01 li a {
		display: block;
		padding: 16px 0;
		/*margin-right: 36px;*/
		margin-right: 14px;
	}
	header nav #rese {
		position: static;
		float: right;
		width: 260px;
	}
	header nav #rese {
		flex-wrap: wrap;
	}
	header nav #rese li {
		width: 130px;
		text-align: center;
		border-left: 1px solid #FFF;
		box-sizing: border-box;
		padding: 0;
	}
	header nav #rese li a {
		display: block;
		padding: 16px;
		background: #CB891B;
	}
	header nav #rese li.tel {
		width: 100%;
		border: none;
	}
	header nav #rese li.tel a {
		background-color:rgba(0,0,0,0.3);
		cursor: default;
	}
	header nav #rese li.tel a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";	
	}
}
@media screen and (min-width: 1300px) {
	header nav {
		width: 920px;
	}
	header nav .nav01 li a {
		margin-right: 36px;
	}
}
/*menu*/
.menu{
    height: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
    z-index: 99;
}
.menu__line{
    background: #FFF;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
.menu__line_text {
	position: absolute;
	top: 26px;
	right: 20px;
    display: block;
    height: 4px;
	font-size: 11px;	
}

/*gnav*/
.gnav {
	display: block;	
}
@media screen and (max-width: 1199px) {
	.gnav {
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 100;
		top: 50px;
		padding-bottom: 100px;
		background: #555;
	}
	.header__navi__inner {
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.gnav__wrap {
		width: 100%;
		height: 100%;
		justify-content: center;
		position: absolute;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 100;
	}
	.gnav ul {
		margin-top: 50px;
		border-top: 1px solid #DDD;
	}
	.gnav ul li {
		font-size: 1.6rem;
		border-bottom: 1px solid #DDD;	
	}
	.gnav ul li a {
		display: block;
		padding: 18px 0;
	}
}
/* footer */
footer {
	width: 100%;
	background: #555;
	text-align: center;
	padding: 30px 0;
	color: #FFF;
	font-size: 12px;	
}
footer a:link,
footer a:visited {
	color: #FFF;
}	
footer #copyright {
	font-size: 10px;
	margin: 20px 0 60px 0;	
}
footer p.ftel {
	text-align: left;
	width: 200px;
	margin: 0 auto;
}
footer p span {
	background: #FFF;
	color: #000;
	padding: 3px 5px;
	margin-right: 10px;	
}
@media screen and (min-width: 980px) {
	footer {
		padding: 50px 0 20px 0;
		font-size: 12px;	
	}
	footer ul {
		display: flex;
		justify-content: center;
		margin-bottom: 50px;
	}
	footer ul li:after {
		content: "｜";
	}
	footer ul li:last-child:after {
		content: "";	
	}
	footer ul li a {
		padding: 20px;	
	}
	footer #copyright {
		font-size: 11px;
		margin: 40px 0 0 0;
	}
}
/* ページ上部へ戻るボタン */
#return_top { 
  opacity:0.5; position:fixed; bottom:60px; right:10px; z-index:100; display:block; text-indent:100%; overflow:hidden; white-space:nowrap; width:55px; height:55px; margin:0; padding:0; background:#000 url(../img/common/return_top.png) no-repeat center center;
  -moz-border-radius:100%; -khtml-border-radius:100%; -webkit-border-radius:100%; border-radius:100%;
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; transition-property:none;
}
#return_top:hover { opacity:1; }

/* h1,h2,h3 */
.ttl02 {
	font-size: 1.7rem;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.ttl02a {
	font-size: 2.0rem;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 60%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 30px;
	margin: 0 auto 30px auto;
}
.ttl02a span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
}
.ttl02b {
	font-size: 2.0rem;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px solid #000;
	text-align: center;
	width: 220px;
	margin: 0 auto 30px auto;
}
.ttl02b span {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
}
.ttl03a {
	background: #F8F2E9;
	border-left: 3px solid #CB891B;
	color: #CB891B;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 12px 18px;
	margin-bottom: 20px;
}
.ttl04 {
	color: #009966;
	
	font-size: 1.6rem;
	margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
	.ttl02 {
		font-size: 2.6rem;
		margin-bottom: 40px;	
	}
	.ttl02a {
		font-size: 2.6rem;
		margin-bottom: 40px;
		padding: 50px 0 20px 0;
	}
	.ttl02a span {
		font-size: 14px;	
	}
	.ttl02b {
		font-size: 2.6rem;
		margin-bottom: 40px;
		padding-bottom: 14px;
		width: 260px;
	}
	.ttl02b span {
		font-size: 14px;	
	}
	.ttl03a {
		border-left: 5px solid #CB891B;
		font-size: 1.8rem;
		padding: 14px 18px;
		margin-bottom: 30px;	
	}
	.ttl04 {
		font-size: 1.8rem;
	}
}

/* common-margin */
.mb70 {margin-bottom:50px;}
.mb50 {margin-bottom:50px;}
.mb40 {margin-bottom:40px;}
.mb30 {margin-bottom:30px;}
.mb20 {margin-bottom:20px;}
.mb10 {margin-bottom:10px;}
.sentence p.mb10 {
	margin-bottom:10px;
}
.center {
	text-align: center;	
}
.font_red {
	color: #B20000;	
}

/* button */
.button a {
	display: block;
	background: url(../img/common/button_arr.png) no-repeat 95% center #EEE;
	border: 1px solid #DBDBDB;
	width: 220px;
	padding: 16px 0;
	margin: 0 auto 30px auto;
	font-size: 1.4rem;
	text-align: center;
	color: #000;
}
.button_wid a {
	width: 80%;
	max-width: 570px;	
}
@media screen and (min-width: 980px) {
	.button a {
		/*margin: 0;*/
	}
	.button_ a {
		margin: 0;	
	}
}

/* 改行 */
.pc_br { display: none; }
@media screen and (min-width: 980px) {
	.sp_br { display: none; }
	.pc_br { display: block; }
}
/* pc sp 表示非表示 */
.pc { display: none; }
.sp { display: inline-block; }
@media screen and (min-width: 1200px) {
.pc { display: inline-block; }
.sp { display: none; }
}
/************************************************
 スライダー
************************************************ */
.top {
	width: 100vw;
	height: 90vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top__title {
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

/************************************************
 article/section/outline/aside
*************************************************/
article {
	display: block;
}
section {
	padding: 30px 0;	
}
.outline {
	width: 94%;
	padding: 0 3%;	
}
.outline800 {
	width: 100%;
	padding: 0;	
}
.outline1000 {
	width: 100%;
	padding: 0;	
}
aside {
	padding: 20px 0;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
aside img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 980px) {
	section {
		padding: 80px 0;
	}
	.outline {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0;
	}
	.outline800 {
		max-width: 800px;
		margin: 0 auto;
		padding: 0;
	}
	.outline1000 {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0;
	}
	aside {
		padding: 50px 0;
	}
	aside img {
		width: auto;
	}
	aside ul {
		display: flex;
		justify-content: center;
		/*flex-wrap: wrap;*/
	}
	aside ul img {
		height: 60px;
		margin: 0 10px;	
	}
}

.red_note {
	border: 1px solid #D90000;
	color: #D90000;
	text-align: center;
	padding: 2%;
	margin-bottom: 5%;	
	line-height: 1.4em;
}
.red_note dt {
	margin-bottom: 10px;
	font-weight: bold;	
}
/************************************************
 index
*************************************************/
.COVID-19 {
	width: 90%;
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #B20000;
	margin-bottom: 40px;
	background: url(../img/index/COVID-19_arr.png) no-repeat 98% center;
}
.COVID-19 a {
	display: block;
	padding: 14px 0;
	color: #B20000;
	font-size: 1.4rem;
}
.COVID-19 a:hover {
	text-decoration: none;	
}
.info {
	width: 88%;
	margin: 0 auto;
	background: #F1F1F2;
	font-size: 1.2rem;
	padding: 3%;
	margin: 0 3%;
	overflow: hidden;
	margin-bottom: 40px;
}
.info a {
	color: #000;
}
.info h2 {
	border-bottom: 1px solid #777;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.info ul {
	overflow: hidden;
}
.info ul span {
	margin-right: 12px;
	color: #666;
}
.info li {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 3px 0;	
}
.info li:nth-last-child(1),
.info li:nth-last-child(2) {
	display: none;
}
.info .ichiran {
	text-align: right;
	background: url(../img/common/button_arr.png) no-repeat;
	background-position: right center;
	padding-right: 30px;
}
.greeting {
	text-align: left;
	margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
.greeting {
	text-align: center;
	margin-bottom: 40px;	
}
}
.ind_guest {
	background: #F8F2E9;	
}
.ind_text {
	text-align: center;
	margin-bottom: 20px;	
}
.ind_guest .ind_room {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ind_guest .ind_room li {
	width: 48%;	
	text-align: center;
	margin-bottom: 20px;
}
.ind_guest .ind_room li img {
	width: 100%;
	height: auto;	
}
.ind_dining_image img,
.ind_breakfast_image img {
	width: 100%;
	height: auto;
}
#map { }
#map iframe {
	width: 100%;
	height: 300px;
}
#map .map_info {
	background: #CB891B;
	padding: 4%;
	text-align: center;
	color: #FFF;
	font-size: 12px;	
}
#map .front img {
	width: 70%;
	height: auto;
}
#map .map_info p {
	font-size: 12px;
	line-height: 1.8rem;
}
#map .button a {
	display: block;
	background: url(../img/index/map_arr.png) no-repeat 95% center #A77116;
	border: 1px solid #FFF;
	width: 220px;
	padding: 16px 0;
	margin: 20px auto 0 auto;
	font-size: 1.4rem;
	text-align: center;
	color: #FFF;
}
.oshibana {
	background: #FBECEC;	
}
.oshibana p {
	/*text-align: center;*/
	margin-bottom: 20px;	
}
.oshibana .display {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.oshibana .display li {
	width: 48%;	
	text-align: center;
	margin-bottom: 20px;
}
.oshibana .display li img {
	width: 100%;
	height: auto;	
}
.bn_area {
	width: 90%;
	/*margin: 0 auto 5% auto;*/
    margin: 0 auto;
}
.bn_area li img {
	width: 100%;
	height: auto;	
}
.option .option_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.option .option_list li {
	width: 30%;
	text-align: center;
	line-height: 1.4;
}
.option .option_list li img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 980px) {
	.info {
		max-width: 1160px;
		padding: 30px;
		font-size: 1.4rem;
		margin: 0 auto 80px auto;
	}
	.info h2 {
		width: 160px;
		float: left;
		border-bottom: none;
		text-align: center;	
		padding-right: 30px;
		padding-top: 65px;
	}
	.info ul {
		border-left: 1px solid #777;
		padding-left: 30px;	
	}
	.info ul span {
		margin-right: 24px;
	}
	.info li:nth-last-child(1),
	.info li:nth-last-child(2) {
		display: block;
	}
	.greeting {
		text-align: center;
		margin-bottom: 10px;	
	}
	.ind_guest_wrap {
    	padding-right: 370px;
	}
	.ind_guest_wrap h2 {
		width: 300px;
		height: 100%;
		float: left;
	}
	.ind_guest_wrap:after {
		display : table;
		clear : both;
		content : '';
	}
	.ind_guest_right {
		width: 100%;
		float: right;
		height: 100%;
		margin-right: -370px;
	}
	.ind_text {
		text-align: left;
		margin-bottom: 30px;	
	}
	.ind_guest .ind_room {
		width: 100%;
	}
	.ind_guest .ind_room li {
        /*width: auto;*/
        width: 24%;
	}
	.ind_dining_wrap {
		padding-right: 370px;
	}
	.ind_dining_wrap:after {
		display : table;
		clear : both;
		content : '';
	}
	.ind_dining_wrap h2 {
		width: 300px;	
	}
	.ind_dining_right {
		width: 300px;
		height: 100%;
		margin-right: -370px;
		float: right;
	}
	.ind_dining_right .ind_text {
		margin-bottom: 50px; 	
	}
	.ind_dining_image {
		width: 100%;
		float: left;
		height: 100%;
	}
	.ind_breakfast_wrap {
		padding-left: 370px;	
	}
	.ind_breakfast_wrap:after {
		display : table;
		clear : both;
		content : '';
	}
	.ind_breakfast_wrap h2 {
		width: 300px;	
	}
	.ind_breakfast_left {
		width: 300px;
		height: 100%;
		margin-left: -370px;
		float: left;
	}
	.ind_breakfast_left .ind_text {
		margin-bottom: 50px; 	
	}
	.ind_breakfast_image {
		width: 100%;
		float: right;
		height: 100%;
	}
	#map {
		height: 430px;
		padding-right: 350px;
	}
	#map:after {
		display : table;
		clear : both;
		content : '';
	}
	#map iframe {
		height: 430px;
		width: 100%;
		float: left;
		height: 100%;
	}
	#map .map_info {
		width: 350px;
		height: 100%;
		margin-right: -350px;
		float: right;
		background: #CB891B;
		padding: 0;	
	}
	#map .front img {
		width: 100%;
		margin-bottom: 10px;	
	}
	.oshibana h2 {
		width: 300px;
	}
	.oshibana p {
		margin-bottom: 40px;	
	}
	.oshibana .display::before{
	  content: "";
	  display: block;
	  width: 24%;
	  order: 1;
	}
	.oshibana .display::after{
	  content: "";
	  display: block;
	  width: 24%;
	}
	.oshibana .display li {
		width: 24%;	
	}
	.oshibana .display {
		margin-top: 30px;	
	}
	.bn_area {
		max-width:1200px;
		display: flex;
		/*justify-content: space-between;*/
        justify-content: center;
        flex-wrap: wrap;
	}
	.bn_area li {
		width: 48%;
        margin: 0 1% 1% 1%;
	}
	.bn_area li.single {
		width: 58%;
        margin: 0 1% 1% 1%;
	}
	.bn_area li img {
		width: 100%;
		height: auto;	
	}
	.option .option_list {
		max-width:1200px;
		display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
	}
}

/************************************************
 room
*************************************************/
.room {
	background: url(../img/room/room00.jpg)	no-repeat;
	width: 100%;
	height: 200px;
	background-position:center center;
	background-size: cover;
	border-bottom: 10px solid #096;
}
.ttl03_room {
	background: #EBFCF3;
	border-left: 3px solid #096;
	color: #096; 		
}
.tab {
	display: flex;
	border-bottom: 1px solid #999;
	margin-bottom: 40px;
}
.tab li {
	width: calc(100% / 3);
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	box-sizing: border-box;
	margin-right: 10px;
	background: #EEE;
}
.tab li:last-child {
	margin-right: 0	
}
.tab li a {
	display: block;
	padding: 12px 0;
	text-align: center;
	color: #000;
	font-size: 1.2rem;
}
@media screen and (min-width: 980px) {
	.tab li a {
		font-size: 1.5rem;	
	}
}



/************************************************
 access
*************************************************/
.access {
	background: url(../img/access/access00.jpg)	no-repeat;
	width: 100%;
	height: 200px;
	background-position:center center;
	background-size: cover;
	border-bottom: 10px solid #F93;
}
.ttl03_access {
	background: #E2F3FC;
	border-left: 3px solid #06C;
	color: #06C; 		
}
.gmap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-bottom: 20px;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.acc_dl {
	margin-bottom: 30px;	
}
.acc_dl dt {
	color: #CB881A;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;	
}
.acc_dl dt:before {
	content: "〇";
}
.acc_dl dd {
	margin-bottom: 20px;
}
.acc_dl .road_route {
	margin-bottom:30px;
	text-align: center;
}
.acc_dl .road_route img {
	width: 90%;
	max-width: 707px;
	height: auto;	
}
.my_airport {
	background: #F8F2E9;
	padding: 4%;
}
.my_airport h3 {
	color: #CB891B;
	margin-bottom: 10px;	
}
.my_airport .sup {
	font-size: 1.2rem;
	margin-top: 10px;
}
.acc_dir h3 {
	text-align: center;
	color: #CB891B;
	margin-bottom: 10px;
}
.acc_dir ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.acc_dir li {
	width: 48%;
	margin: 0 1%;
	font-size: 1.2rem;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.acc_dir ul li img {
	width: 100%;
	height: auto;	
}
.parking img {
	width: 100%;
	height: auto;
	margin-bottom: 3%;
}
.list_disc li {
		list-style: disc;
		margin-left: 20px;
		padding-bottom: 5px;
}
@media screen and (min-width: 980px) {
	.gmap {
		margin-bottom: 40px;
	}
	.acc_dl {
		margin-bottom: 60px;	
	}
	.acc_dl dt {
		font-size: 18px;
		margin-bottom: 15px;	
	}
	.acc_dl dd {
		margin-bottom: 50px;
	}
	.acc_dl .road_route {
		margin-bottom: 80px;	
	}
	.my_airport .sup {
		font-size: 1.4rem;	
	}
	.acc_dir h3 {
		font-size: 1.8rem;
		margin-bottom: 30px;	
	}
	.acc_dir ul {
		margin-bottom: 80px;	
	}
	.acc_dir li {
		width: 30%;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
}



/************************************************
 safran
*************************************************/
.safran {
	background: url(../img/safran/safran00.jpg)	no-repeat;
	width: 100%;
	height: 200px;
	background-position:center center;
	background-size: cover;
	border-bottom: 10px solid #96F;
}
.ttl03_safran {
	background: #efe7ff;
	border-left: 3px solid #9966FF;
	color: #9966FF; 		
}
.safran_menu,
.safran_tekeout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.safran_menu li {
	width: 47%;
	margin-bottom: 30px;
}
.safran_menu li img,
.safran_tekeout li img {
	width: 100%;
	height: auto;
}
.safran_menu h4,
.safran_tekeout h4 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*margin-bottom: 10px;*/
	font-size: 1.8rem;
}
.safran_menu .price,
.safran_tekeout .price {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.safran_menu .price span.yen,
.safran_tekeout .price span.yen {
	font-size: 1.4rem;
}
.safran_menu .price span.zei,
.safran_tekeout .price span.zei {
	font-size: 1.3rem;
	font-weight: normal;	
}
.safran_menu .sup,
.safran_tekeout .sup {
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.safran_tekeout li {
	width: 30%;
	margin-bottom: 30px;
}
.safran_tekeout::after {
	display: block;
	content:"";
	width: 30%;
}
@media screen and (min-width: 980px) {
	.safran_menu li {
		margin-bottom: 60px;
	}
	.safran_menu h4 {
		font-size: 2.0rem;
		margin-bottom: 10px;	
	}
	.safran_menu .price {
		font-size: 2.0rem;	
	}
}


/************************************************
 hisago
*************************************************/
.dining {
	background: url(../img/hisago/hisago00.jpg)	no-repeat;
	width: 100%;
	height: 200px;
	background-position:center center;
	background-size: cover;
	border-bottom: 10px solid #06C;
}
.ttl03_hisago {
	background: #E2F3FC;
	border-left: 3px solid #0059B2;
	color: #0059B2; 		
}
.hisago_bn {
	width: 100%;
	max-width: 722px;
	height: auto;
	margin: 0 auto 30px auto;
}
.hisago_bn img {
	width: 100%;
	height: auto;	
}
.menu_outline {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.menu_outline .photo {
	margin-bottom: 20px;	
}
.menu_outline .photo img {
	width: 100%;
	height: auto;
}
.menu_outline h4 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.menu_outline h4 .people {
	background: #CB8619;
	background: #0059B2;
	color: #FFF;
	padding: 3px 5px;
	font-size: 1.2rem;
	margin-left: 20px;
}
.menu_outline .price {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.menu_outline .price span.yen,
.menu_outline .sup {
	font-size: 1.4rem;
}
.menu_outline .price span.zei {
	font-size: 1.3rem;
	font-weight: normal;	
}
.menu_outline hr {
	margin-bottom: 20px;	
}
.menu_outline .course_ {
	background: #EEE;
	padding: 10px;
	font-size: 1.3rem;
	margin-bottom: 20px;
}
    .menu_outline  ul.list01 {
        display: flex;
        flex-wrap: wrap;
    }
     .menu_outline  ul.list01 li {
         width: 50%;
         margin-bottom: 30px;
    }
@media screen and (min-width: 980px) {
	.menu_outline {
		margin-bottom: 60px;	
	}
	.menu_outline .photo {
		width: 500px;
		float: left;
	}
	.menu_outline .course_price {
		width: 450px;
		float: right;
	}
	.menu_outline h4 {
		font-size: 2.0rem;
		margin-bottom: 20px;	
	}
	.menu_outline .price {
		font-size: 2.0rem;	
	}
	.menu_outline hr {
		margin: 30px 0 30px 0;	
	}
	.menu_outline .course_ {
		background: #EEE;
		padding: 16px;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
     .menu_outline  ul.list01 li {
         width: 33%;
         margin-bottom: 50px;
    }
}

/************************************************
 facility
*************************************************/
.facility {
	background: url(../img/facility/facility00.jpg)	no-repeat;
	width: 100%;
	height: 200px;
	background-position:center center;
	background-size: cover;
	border-bottom: 10px solid #06C;
}
.ttl03_facility {
	background: #E2F3FC;
	border-left: 3px solid #0059B2;
	color: #0059B2; 		
}


/************************************************
 404,information,higaeri
*************************************************/
.error404 {
	background: url(../img/others/error404.jpg)	no-repeat;
	width: 100%;
	height: 200px;
	background-position:center center;
	background-size: cover;
	border-bottom: 10px solid #555;
}
.information,
.post {
	background: url(../img/others/information.jpg)	no-repeat;
	width: 100%;
	height: 200px;
	background-position:center center;
	background-size: cover;
	border-bottom: 10px solid #555;
}
.covid-19,
.recruit {
	background: url(../img/others/covid-19.jpg)	no-repeat;
	width: 100%;
	height: 200px;
	background-position:center center;
	background-size: cover;
	border-bottom: 10px solid #555;
}
.higaeri {
	background: url(../img/others/higaeri.jpg)	no-repeat;
	width: 100%;
	height: 200px;
	background-position:center center;
	background-size: cover;
	border-bottom: 10px solid #555;
}

/**/
@media screen and (min-width: 980px) {
	.room,
	.access,
	.safran,
	.dining,
	.error404,
	.information,
	.post,
	.covid-19,
	.recruit,
	.higaeri,
	.facility {
		height: 340px;
	}
	.tab {
		margin-bottom: 80px;	
	}
	.tab li a {
		padding: 20px 0;
	}
}

/************************************************
 table
*************************************************/
.ts01 {
	background: #FDFBF7;
	padding: 1% 3%;
}
.ts01 dt {
	color: #CB891B;
	float: left;
	width: 100px;
	padding: 10px 0;
	border-top: 1px solid #DDD;
}
.ts01 dd {
	padding: 10px 0;
	margin-left: 100px;
	border-top: 1px solid #DDD;
}
.ts01 dt:first-of-type,
.ts01 dd:first-of-type {
	border: none;
	padding-bottom: 0;
}
.ts02 {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	font-size: 1.3rem;
}

.ts02 th {
	background: #EEE;
	padding: 14px;
	vertical-align: top;
	width: 30%;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

.ts02 td {
	padding: 14px;
	vertical-align:middle;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
.ts_price {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	box-sizing: border-box;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.ts_price th {
	padding: 14px;
	vertical-align: middle;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	text-align: left;
}
.ts_price th.th_top {
	background: #666;
	color: #FFF;
	text-align: center;
}
.ts_price th.th_top2 {
	background: #009966;
	color: #FFF;
	text-align: center;
}
.ts_price td {
	padding: 14px;
	vertical-align:middle;
	/*text-align: center;*/
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	text-align: right;
}
.ts_price td.center {
	text-align: center;
}
@media screen and (min-width: 980px) {
	.ts_price {
		margin-bottom: 20px;	
	}
	.ts02 {
		margin-bottom: 40px;
		font-size: 1.5rem;	
	}
	.ts02 th {
		padding: 20px;
	}
	.ts02 td {
		padding: 20px;
	}
}
/************************************************
 imgblock
*************************************************/
.img1block {
	width: 80%;
	margin: 0 auto 30px auto;
}
.img1block li {
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
}
.img2block {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	margin-bottom: 30px;
}
.img2block li {
	width: 50%;
	text-align: center;
}
.img1block li img,
.img2block li img {
	width: 100%;
	height: auto;
    vertical-align: bottom;
}

@media screen and (min-width: 980px) {
	.img1block {
		margin: 0 auto 100px auto;
	}
	.img2block {
		margin-bottom: 100px;	
	}
}
/************************************************
 single category
*************************************************/
.single p {
	margin-bottom: 20px;
}
.single img.alignleft {
	display: block;
	margin: 0 auto 20px 0;	
}
.single img.aligncenter {
	display: block;
	margin: 0 auto 20px auto;		
}
.single img.alignright {
	display: block;
	 margin: 0 0 0 auto;		
}
.category_title {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
	text-align: center;
	margin-bottom: 50px;
}
.category_title span {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.category .readmore {
	margin-bottom: 50px;	
}
.date {
	font-size: 1.2rem;
	color: #555;
	margin-bottom: 5px;	
}
.date span a {
	background: #CB891B;
	color: #CCC;
	margin-right: 10px;
}
.date span a:hover {
	text-decoration: none;	
}
.article__nav ul {
	border-top: 1px solid #DDD;
	margin-top: 80px;	
}
.article__nav ul li {
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
}
.article__nav ul li.next {
	text-align: right;	
}
@media screen and (min-width: 980px) {
	.single p {
		margin-bottom: 30px;
	}
	.single .image {
		margin-bottom: 30px;	
	}
	.article__nav ul {
		display: flex;
		justify-content: space-between;
		margin-top: 100px;
	}
	.article__nav ul li {
		width: 50%;
		padding: 16px 0;	
	}
	.category_title {
		
		margin-bottom: 100px;	
	}
	.category_title span {
		padding-bottom: 20px;
	}
	.category .readmore {
		margin-bottom: 100px;	
	}
	
}

/************************************************
 リンクのずれ
*************************************************/
#access01,
#access02,
#access03,
#room01,
#room02,
#room03,
#recruit01,
#recruit02,
#recruit03,
#recruit04,
#single,
#double,
#twin,
#deluxe,
#cancel,
#facility01 {
	margin-top:-60px;
	padding-top:60px;
}
/************************************************
 パンくず
*************************************************/
#pankuzu {
	background: #EEE;
	padding: 10px 0;	
}
#breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

#breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

#breadcrumb li:last-child:after {
  content: '';
}