@charset "UTF-8";


.hide-text {
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.cmn_maxbox_b {
	width:100%; max-width: 1400px; margin: 0 auto;
}

.cmn_maxbox_n {
	width:100%; max-width: 1080px; margin: 0 auto;
}


/* common /////////////////////////////////////////////////////////////////////////////////////////// */

/* googlefont */
/* 英語はデフォルトで使用 */
.font_crimson, #en {
	font-family: 'Crimson Text', serif;
}
.font_crimson_i {
	font-family: 'Crimson Text', YuMincho, 'Yu Mincho', serif;
	font-style: italic;
}

/* ゴシック */
.font_gothic {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


.cmn_side_floatmenu {
	position: fixed;
	top : 200px;
	right: 0;
	z-index: 99999;
}

.cmn_side_floatmenu li:first-child {
	margin-bottom: 15px;
}

@media print{
	#cmn_sp_fmenu,
	header,
	.cmn_side_floatmenu {
		display: none;
	}
}


#wrapper {
	
}

header {
	width:100%;
}

/* 共通のナビ */
.cmn_nav ul {
	padding: 30px 0 0 0;
	
	display: flex;
	justify-content: space-around;
}

.cmn_nav li {
	font-size: 1.7rem;
	padding: 10px 0 6px 0;
}

.cmn_nav li a {
	color: #651f1a;

	position: relative;
	display: inline-block;
	text-decoration: none;
}

.cmn_nav li:not(.current) a::after {
	position: absolute;
	bottom: -8px;
	left: 25%;
	content: '';
	width: 50%;
	height: 4px;
	background: #914b84;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

.cmn_nav li a:hover {
	color: #914b84;
	opacity: 1 !important;
}

.cmn_nav li a:hover::after {
	transform: scale(1, 1);
}

.cmn_nav li.current a {
	color: #914b84;
}

.cmn_nav li.current a::after {
	position: absolute;
	bottom: -8px;
	left: 25%;
	content: '';
	width: 50%;
	height: 4px;
	background: #914b84 !important;
}

/* ホームの一部だけ下線 */
.home_nav_dot {
	border-bottom: dotted 1px #651f1a;
}

/* ドロワーメニュー */
#common_spmenu {
	margin-bottom: 15px;
}

#common_spmenu li {
	padding: 5px 8px 5px 15px;
	border-top:1px solid #000000;
}

#common_spmenu li:last-child {
	border-bottom:1px solid #000000;
}

#common_spmenu li a {
	display: block;
}


#common_spmenu li span {
	display: block;
	font-size:1.0rem;
}

#common_spmenu_lang {
	padding: 0 10px; font-size: 1.2rem;
}


/* よく使うボタン */
.cmn_rarr_btn1 span,
.cmn_btn_rarr_left a span,
.cmn_btn_rarr_right a span,
.cmn_btn_rarr_center a span {
	display: inline-block;
	padding: 10px 70px;
	color: #FFFFFF;
	letter-spacing: 1px;
	background: url("../img/cmn_btn_sq_rarr.svg") no-repeat;
	background-position: 92% 50%;
	background-color: #651f1a;
	font-size: 2rem;
}

.cmn_rarr_btn1 span:hover,
.cmn_btn_rarr_left a span:hover,
.cmn_btn_rarr_right a span:hover,
.cmn_btn_rarr_center a span:hover {
	background-color: #a27976;
	opacity: 1 !important;
}

.cmn_btn_rarr_left, .cmn_btn_rarr_right, .cmn_btn_rarr_center {
	margin: 20px auto 20px auto;
}

.cmn_btn_rarr_left a span {
	padding: 10px 120px;
}

.cmn_btn_rarr_right a span {
	padding: 10px 120px;
}

.cmn_btn_rarr_center a span {
	padding: 10px;
	width:400px;
}

.cmn_btn_rarr_center {
	text-align: center;
}

.cmn_btn_rarr_right {
	text-align: right;
}


footer {
	background: url("../img/cmn_footer_bg.jpg");
	border-top:2px solid #651f1a;
	padding-top: 2px;
}

.sub_footer_inner {
	border-top:1px solid #651f1a;	
}

.cmn_footer_container {
	display: flex;
	padding: 25px 0;
	justify-content: space-between;
	
	color: #651f1a;
}

.cmn_footer_container a {
	color: #651f1a;
}


.cmn_footer_nav {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 30px;
}

.cmn_footer_nav ul {
	padding: 0 50px 0 20px;
	min-width: 240px;
	border-left: 1px solid #651f1a;
}

.cmn_footer_nav ul li {
	padding: 0 0 0 20px;
	background: url("../img/cmn_ico_rarr_brown.svg") no-repeat;
	background-position: 0% 50%;
}


.cmn_footer_info {
	display: flex;
	justify-content: flex-start;
	padding: 0 0 30px 0;
}

.cmn_footer_info p {
	margin-left: 40px;
	line-height: 150%;
}


/* 右側 */
.cmn_footer_right {
	max-width: 200px;
}

.cmn_footer_right ul {
	width: 200px;
}

.cmn_footer_right ul li {
	margin-bottom: 18px;
}

.cmn_footer_right ul li img {
	width: 100%;
}

.cmn_footer_contact {
	font-size: 1.3rem;
	text-align: center;
}

.cmn_footer_contact span {
	font-size: 2rem;
	letter-spacing: 0.8px;
}

.cmn_footer_contact span strong {
	font-size: 3rem;
	font-weight: normal;
}

.cmn_footer_contact p:nth-child(3) {
	margin-top: -10px;
	line-height: 130%;
}

.cmn_footer_contactbtn {
	display: block;
	margin: 10px auto auto auto;
	padding: 6px 0;
	background: #651f1a;
}

.cmn_footer_contactbtn span{
	display: inline-block;
	padding: 0 0 0 30px;
	color: #FFFFFF;
	font-size: 1.7rem;
	background: url("../img/cmn_ico_mail.svg") no-repeat;
	background-position: 0 50%;
}

/* サブページ用 */
.sub_footer_contact {
	margin-bottom: 8px;
}

.cmn_footer_right ul li {
	margin-bottom: 10px;
}




/* 言語 */
.cmn_footer_lang {
	padding: 15px 0;
	margin-bottom: 2px;
	border-top:1px solid #651f1a;
	border-bottom:1px solid #651f1a;
}

.cmn_footer_lang ul {
	display: flex;
	justify-content: center;
}

.cmn_footer_lang li {
	color: #651f1a;
}

.cmn_footer_lang li:after {
	content: '　／　';
}

.cmn_footer_lang li:last-child:after {
	content: '';
}

.cmn_footer_lang a {
	color: #651f1a;
}

address {
	padding: 5px 0 10px 0;
	font-style: normal;
	text-align: center;
	color: #651f1a;
	border-top:2px solid #651f1a;
}

/* footer固定メニュー（スマホ時表示） */
#cmn_sp_fmenu {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #f6f1e6;
	box-shadow:0px 0px 2px 1px rgba(0,0,0,0.05);
	
	z-index: 9999;
}

#cmn_sp_fmenu ul {
	display: flex;
	justify-content: space-between;
}

#cmn_sp_fmenu ul li {
	width: 25%;
	padding: 1% 0 2% 0;
	text-align: center;
	border-right: 1px solid #651f1a;
}

#cmn_sp_fmenu ul li a {
	display: block;
	color: #651f1a;
}

#cmn_sp_fmenu ul li img {
	width:30px;
}

#cmn_sp_fmenu ul li:last-child {
	padding: 10px 0 0 0;
	background: #651f1a;
}

#cmn_sp_fmenu ul li:last-child a {
	color: #FFFFFF;
}

#cmn_sp_fmenu ul li:last-child img {
	display: inline-block; margin-bottom: 5px;
	width:26px;
}





/* TOPページ用ナビ */
#home_fixied_header {
	position: fixed;
	top:0;
	z-index: 9999;
}


.cmn_fixed_header {
	position:fixed;
}

.cmn_fixed_menu_container {
	float:left; position:relative;
	width:100%;
	
	/* お問合せ分 */
	padding-right:260px;
	margin-right:-260px;

	display: flex;
	flex-wrap: wrap;
}

.cmn_fixed_menu_container > div {
	padding: 5px 0 0 25px;
	width:175px;
}


.cmn_fixed_header_tel {
	float:right;
	width:242px;
	padding: 6px;
	
	color:  #651f1a;
	font-size: 1.3rem;
	text-align: center;
	line-height: 140%;
	background:#dcd4cf;
}

.cmn_fixed_header_tel > p {
	display: inline-block; padding: 15px 0 3px 0;
	margin-bottom: 5px;
	border-bottom: 1px dotted #651f1a;
	line-height: 100%;
}

.cmn_fixed_header_tel > p > span {
	font-size: 2rem;
}

.cmn_fixed_header_tel > p > strong {
	font-size: 3rem;
	font-weight: normal;
}


.cmn_fixed_pnavi > ul {
	margin: auto 0 auto auto; padding: 0;
	display: flex;
	justify-content: flex-end;
}

.cmn_fixed_pnavi > ul > li{
	background: url(../img/cmn_ico_rarr.svg) no-repeat;
	background-position: 0 13px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 5px 10px 0 15px;
	
	font-size: 1.6rem;
}

.cmn_fixed_pnavi ul li a {
	color: #651f1a;
}

.cmn_fixed_navi {
	width:100%;
}

.cmn_fixed_navi ul {	
	padding: 0;
}


/* Languageのサブメニュー */
.cmn_pnavi_ddmenu:hover {
     -webkit-transition: all .5s;
    transition: all .5s;
}
ul.cmn_pnavi_ddchild {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.cmn_pnavi_ddchild li a {
	padding: 2px 10px;
	display: block;
}
.cmn_pnavi_ddchild li a:hover {
    background: #FFFFFF;
}

.cmn_pnavi_ddmenu {
    position: relative;
}

.cmn_pnavi_ddmenu ul.cmn_pnavi_ddchild {
    position: absolute;
    top: 40px;
    width: 100px;
    background:rgba(255,255,255,0.7);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.cmn_pnavi_ddmenu:hover ul.cmn_pnavi_ddchild {
    top: 40px;
    visibility: visible;
    opacity: 1;
}




#cmn_pagetop {
	position: fixed;
	bottom: 50px; right: 50px;
	z-index: 9999;
}

#cmn_pagetop a {
	width: 100px; height:100px;
}

#cmn_pagetop a:hover {
	opacity:0.8;
}

#cmn_pagetop img {
	width: 100px; height:100px;
}




/* 2重線のリンク */
.cmn_dbl_border {
	padding: 3px;
	display: inline-block;
	background-image: url("../img/home_btn_bg1.jpg");
	background-size: cover;
	border:1px solid #FFFFFF;
}

.cmn_dbl_border a {
	display: block;
	color: #FFFFFF;
	line-height: 140%;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #FFFFFF;
}

.cmn_dbl_border a span {
	display: inline-block;
	padding: 30px 30px;
}




/* home /////////////////////////////////////////////////////////////////////////////////////////// */

#home_mainimg ul {
}

#home_mainimg {
	width: 100%; margin: 0 0 0 0;
	height: 700px; overflow: hidden;
}


#home_mainimg li {
	width: 100%; height: 700px; margin: 0 0 0 0; padding: 0;
	background-repeat: no-repeat,repeat-x,repeat-x,no-repeat;
	background-position:  calc(50% - 410px) 98%,top, bottom, center;
	background-size:240px,auto,auto, cover;
}

#home_mainimg li:nth-child(1) {
	background-image:url("../img/cmn_logo_white.png"),url("../img/cmn_grade_w.png"), url("../img/cmn_grade_b.png"), url("../img/slider_202207/home_slide_08.jpg");
	background-position: center,top, bottom,  center;
	background-size:auto,auto,auto, cover;
}

#home_mainimg li:nth-child(2) {
	background-image:url("../img/cmn_logo_white.png"),url("../img/cmn_grade_w.png"), url("../img/cmn_grade_b.png"), url("../img/slider_202207/home_slide_02.jpg?2");
}

#home_mainimg li:nth-child(3) {
	background-image:url("../img/cmn_logo_white.png"),url("../img/cmn_grade_w.png"), url("../img/cmn_grade_b.png"), url("../img/slider_202207/home_slide_03.jpg?2");
	
}

#home_mainimg li:nth-child(4) {
	background-image:url("../img/cmn_logo_white.png"),url("../img/cmn_grade_w.png"), url("../img/cmn_grade_b.png"), url("../img/slider_202207/home_slide_04.jpg?2");
}

#home_mainimg li:nth-child(5) {
	background-image:url("../img/cmn_logo_white.png"),url("../img/cmn_grade_w.png"), url("../img/cmn_grade_b.png"), url("../img/slider_202207/home_slide_05.jpg?2");
}

#home_mainimg li:nth-child(6) {
	background-image:url("../img/cmn_logo_white.png"),url("../img/cmn_grade_w.png"), url("../img/cmn_grade_b.png"), url("../img/slider_202207/home_slide_06.jpg?2");
}

#home_mainimg li:nth-child(7) {
	background-image:url("../img/cmn_logo_white.png"),url("../img/cmn_grade_w.png"), url("../img/cmn_grade_b.png"), url("../img/slider_202207/home_slide_07.jpg?2");
}

/* jQueryのスタイル上書き */
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 20px !important;
	z-index: 9999 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #e5e5e5 !important;
	width:10px !important; height: 10px !important;
	border-radius: 6px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #651f1a !important;
}

#home_mainimg li > div {
	position: absolute;
	width:100%;
	max-width:1080px;
	margin: auto;
	color: #FFFFFF;
	font-size: 3rem;
	z-index: 9999;
    bottom: 128px; left: 0; right: 0;
}

/* スライド上の文字 */
#home_mainimg li > div > p {
	padding: 0 0 0 20px;
	text-shadow:0px 0px 6px #000000;
}

/* スライド上の英語文字 */
#home_mainimg li > div > img {
	display: inline-block;
}

/* スライド毎に文字ブロックの位置を指定 20190424 廃止 */
/*#home_mainimg li:nth-child(1) div {
    bottom: 80px; left: 0; right: 0;
}

#home_mainimg li:nth-child(2) div {
    bottom: 80px; left: 0; right: 0;
}

#home_mainimg li:nth-child(3) div {
    bottom: 120px; left: 0; right: 0;
	text-align: right;
}

#home_mainimg li:nth-child(4) div {
    top: 80px; left: 0; right: 0;
}

#home_mainimg li:nth-child(5) div {
    bottom: 100px; left: 0; right: 0;
}
*/
/* 日本語調整 */
#home_mainimg li:nth-child(3) p {
	padding-right: 70px;
}

/* 英語文字調整 */
#home_mainimg li:nth-child(2) div img {
	width:620px; max-width: 100%;
}

#home_mainimg li:nth-child(3) div img {
	width:476px; max-width: 100%;
}

#home_mainimg li:nth-child(4) div img {
	width:340px; max-width: 100%;
}

#home_mainimg li:nth-child(5) div img {
	width:200px; max-width: 100%;
}


.home_header {
	position: relative;
}

.home_pnavi {
	position: absolute;
    top: 0;
    left: 0;
    right: 10px;
	z-index: 9999;
}

.home_pnavi > ul {
	margin: auto 0 auto auto; padding: 20px 20 0 0;
	display: flex;
	justify-content: flex-end;
	color: #651f1a;
}

.home_pnavi > ul > li{
	background: url(../img/cmn_ico_rarr.svg) no-repeat;
	background-position: 0 13px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 5px 10px 0 15px;
	
	font-size: 1.6rem;
}

.home_pnavi .home_pnavi_telbox {
	background: none;
}

.home_pnavi ul > li > a {
	color: #651f1a;
}

.home_pnavi_telbox {
	/*line-height: 200%;*/
}

.home_pnavi_telbox span {
	font-size: 4rem;
	line-height: 100%;
}

.home_pnavi_telbox div {
	padding:0px  5px 3px 5px;
	border:1px solid #651f1a;
	text-align: center;
	line-height: 120%;
}

.home_pnavi_telbox div span {
	display: inline-block;
	margin: 6px auto 0 5px;
	font-size: 2.5rem;
}


/*緊急情報*/
.home_emergency {
	background: rgb(101,31,26);
	color: #FFFFFF;
}

.home_emergency dl {
	display: flex;
	padding: 15px 0;
	
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.home_emergency dt {
	width:34%; padding: 0 0 0 20px;
	font-size: 2.4rem;
}

.home_emergency dt img {
	display: inline-block;
	margin: -5px 10px 0 0;
}

.home_emergency dd {
	width:66%;
	font-size: 1.8rem;
}


.home_bg_diagonal {
	height: 2426px;
	background: url("../img/home_bg1.png") top center no-repeat;
	position: relative;
	z-index: 1;
}


/* スライドメニュー */
.home_list {
	padding: 48px 0;
	max-width:1140px; margin: auto;
}

/* slickカスタマイズ */
.slick-slide img {
	margin: auto;
}

.slick-prev::before {
   content: url("../img/btn_larr.svg") !important;
 }
.slick-next::before {
    content: url("../img/btn_rarr.svg") !important;
}

.slick-prev, .slick-next {
	top:50% !important;
	width: 25px !important;
	height: 86px !important;
}


.home_menuslide li a {
	display: block;
	position: relative;
	width: 320px; margin: auto;
}

.home_menuslide li a div {
	position: absolute;
	width: 230px;
	padding: 12px 0 12px 30px;
	top : 25px; left: 0px;
	
	color: #651f1a;
	font-size: 2rem;

	background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 35%, rgba(255,255,255,0.02) 98%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 35%,rgba(255,255,255,0.02) 98%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.8) 35%,rgba(255,255,255,0.02) 98%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 );

}


/* メインメッセージ */
.home_message {
	width:100%; margin: 20px auto 0 auto;
	position: relative;
	background: url("../img/hojoen_concept.png") top center no-repeat;
	height: 980px;
}

.home_message section {
	position: relative;
}

.home_message section div {
	position: absolute;
	top : 165px; left: 114px;
	width:470px; height: 420px;
	text-align: center;
}

.home_message section h1, .home_message section strong,
.home_message section span {
	color: #651f1a;
}

.home_message section h1 {
	margin: auto auto 0 auto;
	font-size: 3rem;
	font-weight: normal;
	line-height: 130%;
}

.home_message section strong {
	font-size: 2rem;
}

.home_message section span {
	font-size: 2rem;
	display: block;
	text-align: left;
	width:85%; margin: 15px auto auto auto;
}

.home_message section p {
	padding: 20px 65px 0 65px;
	text-align: left;
}


/* news */
.home_news {
	
}

.home_head_rbtn {
	position: relative;
	text-align: center;
	font-size: 3rem;
	color: #651f1a;
	font-weight:normal;
}


.home_head_rbtn a {
	display: inline-block;
	position: absolute;
	top : 20px; right: 0;
	font-size: 2rem;
}


.home_news h2 {
	margin-bottom: 30px;
}

.home_news ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home_news ul li {
	width: 285px;
	margin-bottom: 20px;
}


.home_news ul li:nth-child(1),.home_news ul li:nth-child(4) {
}

.home_news ul li:nth-child(2),.home_news ul li:nth-child(5) {
	/*border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;*/
}

.home_news ul li:nth-child(3),.home_news ul li:nth-child(6) {
}


.home_news ul li p {
	margin-bottom: 8px;
	padding: 0 0 0 8px;
	background: #dcd4cf;
}

.home_news ul li .thumbnail {
	max-height: 164px;
	overflow: hidden;
}

.home_news ul li img {
	width: 100%;
}

.home_news ul li a {
	display: block;
	color: #651f1a;
}

.home_news h4 {
	margin-top: 5px;
	padding-right: 50px;
	background-image: url("../img/cmn_btn_sq_rarr_brown.svg");
	background-position: 98% 50%;
	background-repeat: no-repeat;
	min-height: 40px;
}

.home_news h4:hover {
	background-image: url("../img/cmn_btn_sq_rarr_on.svg");
}

/* おすすめ宿泊プラン */
.home_recm_plan {
	margin-top: -206px;
	background-image: url("../img/home_plan_bg.jpg");
	background-size: cover;
}

/*top追加*/
.home_recm_plan section {
	padding-top: 346px;
	background-color: rgba(255,255,255,0.8);
	padding-bottom: 200px;
}

.cmn_h2_def {
	margin-bottom: 30px;
	text-align: center;
	color: #651f1a;
	font-size: 3rem;
	font-weight: normal;
	line-height: 200%
}

.home_recm_plan > section > p, .home_news > p, .home_pg > section > p {
	max-width: 700px; margin: auto auto 40px auto;
	text-align: center;
}


.home_recm_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home_recm_list li > a {
	display: block;
}

.home_recm_list li > a:hover,
.home_recm_list li > a > div:hover{
	opacity: 1 !important;
}

.home_recm_list li > a > div {
	display: flex;
	max-width:476px;
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid #FFFFFF;
	line-height: 140%;
}

.home_recm_list li:nth-child(even) > a > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}


.home_recm_list li:last-child > a > div,
.home_recm_list li:nth-last-child(2) > a > div {
	border-bottom: none;
	margin-bottom: 0;
}

/*.home_recm_list li > a > div > img {
	display: block;
}
*/
.home_recm_list li > a > article {
	width:24%;
}

.home_recm_info {
	width:76%;
	padding: 0 50px 0 10px;
	background-image: url("../img/cmn_btn_sq_rarr_gold.svg");
	background-position: 98% 5%;
	background-repeat: no-repeat;
}

.home_recm_info h3 {
	color: #433a3f;
	font-size: 2.3rem;
	line-height: 130%;
	letter-spacing: 0.5px;
}

.home_recm_info p {
	color: #433a3f;
}

.home_recm_info:hover {
	background-image: url("../img/cmn_btn_sq_rarr_bk.svg");
}

.home_recm_price {
	margin: 20px auto auto auto;
	color: #846b00 !important;
	font-size: 1.4rem;
}

.home_recm_price strong {
	font-size: 1.4rem;
}

.home_recm_price span {
	font-size: 1.2rem;
}

.home_recm_planbtn {
	margin: auto auto 20px auto;
	text-align: center;
}

/* その他のプラン */
.home_other_plan {
	padding: 20px 0; margin: 50px 0 0 0 ;
	background: #f6f1e6;
}

.home_other_planlist {
	display: flex;
	margin: 0 0 20px 0;
	background: #FFFFFF;
}

.home_other_planlist > div:nth-child(1) {
	width:38%;
}

.home_other_plan_info {
	width:62%;
	display: flex;
	align-items: center;
}

.home_other_plan_info div:nth-child(1) {
	width:35%;
	text-align: center;
	font-size: 2rem;
	color: #651f1a;
}

.home_other_plan_info div:nth-child(2) {
	width: 65%;
	padding: 10px 70px 10px 0;
	background-image: url("../img/cmn_btn_sq_rarr_brown.svg");
	background-position: 98% 50%;
	background-repeat: no-repeat;
}


.home_recm_end {
	height: 240px;
	margin: -238px auto -70px auto;
	background: url("../img/home_bg2.png") no-repeat bottom center;
}

/* 検索・リンク */
.home_search {
	padding: 0 0 40px 0;
	background: #f6f1e6;
}

.home_search > div {
	display: flex;
	justify-content: space-between;
}

.home_search_container {
	width:42%;
}

.home_search_container {
	padding: 20px 40px;
	background: rgba(0,0,0,0.75);
}

.home_search_container p {
	text-align: center;
}

.home_link_container {
	width: 56%;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home_link_container li {
	width:48%;
	margin-bottom: 15px;
	padding: 3px;
	
	font-size: 1.5rem;
	background-image: url("../img/home_btn_bg1.jpg");
	background-size: cover;
	border:1px solid #FFFFFF;
}

.home_link_container li:last-child {
	width:100%;
	margin-bottom: 0;
	background-image: url("../img/home_btn_bg2.jpg");
	}

.home_link_container li a {
	display: flex;
	align-items: center;
	justify-content: center;
	
	color: #FFFFFF;
	line-height: 140%;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #FFFFFF;
}

.home_link_container li img {
	display: inline-block;
	margin: 0 0 10px 0;
}

.home_link_container li:nth-child(1) p,
.home_link_container li:nth-child(2) p
{
	padding: 25px 0;
}

.home_link_container li:nth-child(3) p {
	padding: 25px 0;
}

/* 検索条件 */
.home_search_title {
	color: #FFFFFF;
	font-size: 1.9rem;
	line-height: 140%;
}

.home_search_title span {
	font-size: 1.5rem;
	color: #976c6a;
}

#search_sample input,
#search_sample select {
	color: #333333;
}

#search_sample input {
	height: 20px !important;
}

.home_search_container dl {
	color: #FFFFFF;
	margin-bottom: 15px;
}

#search_sample div {
	display: flex;
}

.search_sample_type {
	display: flex;
}

#btnSearch a {
	display: block;
	color: #FFFFFF;
	background: #651f1a;
	border-radius: 0.6em;
}

#btnSearch a span {
	display: inline-block;
	padding: 4px 40px 4px;
	background:url("../img/cmn_ico_arr_white.svg") no-repeat;
	background-position: 92% 44%;
}

/* エステ＆ウェディング */
/*.home_esthe_wedding {
	display: flex;
}

.home_esthe_wedding li {
	width:50%;
	padding: 0 10px;
	text-align: center;
	font-size: 3rem;
	color: #FFFFFF;
	background-size: cover;
	overflow: hidden;
}

.home_esthe_wedding li:nth-child(1) {
	background-image: url("../img/home_bg_este.jpg");
}

.home_esthe_wedding li:nth-child(2) {
	background-image: url("../img/home_bg_wedding.jpg");
}

.home_esthe_wedding li a {
	display: block;
	height: 430px;
	padding-top: 40px;
	color: #FFFFFF;
}

.home_esthe_wedding li p {
	max-width: 380px; margin:10px auto;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: left;
}

.home_esthe_wedding li:hover, .home_facility li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";

   -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
}


.home_esthe_wedding li span{
	display: inline-block;
	padding: 0 10px 2px 10px;
	font-size: 2rem;
	color: #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
*/



/* エステ＆ウェディング */
.home_subconts_container {
	display: flex;
}

.home_subconts_container article {
	width:50%;
}

.home_subconts_container article.image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 50%;
}

.home_subconts_image {
	background-image: url("../img/home_bg_este.jpg");
}

.home_subconts_weddingimg {
	background-image: url("../img/home_bg_wedding.jpg");
}

.home_subconts_esthetic.bg {
	background: #651f1a;
}

.home_subconts_esthetic .rightconts,
.home_subconts_esthetic .leftconts {
	max-width:420px;
	padding: 30px 0 30px 50px;
	text-align: center;
	color: #651f1a;
}

.home_subconts_esthetic .leftconts {
	padding: 30px 50px 30px 0;
	margin: auto 0 auto auto;
}

.home_subconts_esthetic strong,
.home_esthetic strong {
	font-size: 3rem;
}

.home_subconts_esthetic span,
.home_esthetic span {
	display: inline-block;
	padding: 0 10px 2px 10px;
	font-size: 2rem;
	border-bottom:2px solid #651f1a;
}

.home_esthetic span {
	border-bottom:2px solid #FFF;
}

.home_subconts_esthetic p,
.home_esthetic p {
	text-align: left;
	margin: 10px auto;
}
.home_esthetic p {
	text-align: center;
}

.home_subconts_esthetic.bg .rightconts,
.home_subconts_esthetic.bg .rightconts a {
	color: #FFF;
}

.home_subconts_esthetic.bg .rightconts,
	padding: 30px 0 30px 50px;

.home_subconts_esthetic.bg span {
	border-bottom:2px solid #FFF;
}


/* エステ&リラクゼーション */
.home_esthetic section {
	width: 100%;
	margin: 0 auto 80px auto;
}

.home_esthetic section {
	height: 220px;
	padding: 6px;
	background-image: url("../img/home_bg_este.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home_esthetic a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 28px;
	text-align: center;
	color: #FFF;
	border: 1px solid #FFF;
}



/* フォトギャラリー */
.home_pg {
	padding: 30px 0;
	background: url("../img/home_photogallery_bg_pattern.jpg") repeat-x;
	background-size: auto 100%;
	background-position: center;	
}

/*.home_pg ul,*/
.gallery_category ul {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*.home_pg ul a,*/
.gallery_category ul a {
	display: block;
	width:200px; height: 160px;
	text-align: center;
	font-size: 3rem;
}

/*.home_pg ul a div,*/
.gallery_category ul a div {
	width:200px; height: 160px;
	padding-top: 50px;
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.6);
}

/*.home_pg ul a div:hover,*/
.gallery_category ul a div:hover {
	background-color: transparent;
	color: transparent;
}


/*.home_pg ul li, */
.gallery_category ul li {
	background-size: 100% 100%;
	margin-bottom: 10px;
}

/*.home_pg ul li:nth-child(1),*/
.gallery_category ul li:nth-child(1) {
	background-image: url("../img/home_pg_room.jpg")
}

/*.home_pg ul li:nth-child(2),*/
.gallery_category ul li:nth-child(2) {
	background-image: url("../img/home_pg_cuisin.jpg")
}

/*.home_pg ul li:nth-child(3) ,*/
.gallery_category ul li:nth-child(3) {
	background-image: url("../img/home_pg_hotspring.jpg")
}

/*.home_pg ul li:nth-child(4),*/
.gallery_category ul li:nth-child(4) {
	background-image: url("../img/home_pg_facility.jpg")
}

/*.home_pg ul li:nth-child(5),*/
.gallery_category ul li:nth-child(5) {
	background-image: url("../img/home_pg_other.jpg")
}


/* ウェディング */
.wedding_image {
	width: 100%;
	height: 300px;
	margin: 40px auto 80px auto;
	text-indent: -9999px;
	background-image: url("../img/home_wedding.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



/* フォトギャラリー（改良版） */
.home_photogallery {
	display: flex;
	padding: 20px 0 10px 0;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_photogallery > li {
	width:210px; height: 210px;
	overflow: hidden;
}

.home_photogallery > li a  {
	width:210px; height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;

	background-size: 100%;
	background-position: top center;
	background-repeat:no-repeat;
	color: #FFFFFF;
}

.home_photogallery > li:nth-of-type(1) a {
	background-image: url("../img/pg_thumbnail_room_off.png");
}

.home_photogallery > li:nth-of-type(2) a {
	background-image: url("../img/pg_thumbnail_cuisine_off.png");
}

.home_photogallery > li:nth-of-type(3) a {
	background-image: url("../img/pg_thumbnail_hotspring_off.png");
}

.home_photogallery > li:nth-of-type(4) a {
	background-image: url("../img/pg_thumbnail_facility_off.png");
}

.home_photogallery > li:nth-of-type(5) a {
	background-image: url("../img/pg_thumbnail_other_off.png");
}

.home_photogallery > li a:hover {
	opacity: 1 !important;
	color: transparent;
}

.home_photogallery > li:nth-of-type(1) a:hover {
	background-image: url("../img/pg_thumbnail_room_on.png");
}

.home_photogallery > li:nth-of-type(2) a:hover {
	background-image: url("../img/pg_thumbnail_cuisine_on.png");
}

.home_photogallery > li:nth-of-type(3) a:hover {
	background-image: url("../img/pg_thumbnail_hotspring_on.png");
}

.home_photogallery > li:nth-of-type(4) a:hover {
	background-image: url("../img/pg_thumbnail_facility_on.png");
}

.home_photogallery > li:nth-of-type(5) a:hover {
	background-image: url("../img/pg_thumbnail_other_on.png");
}


.home_photogallery p {
	text-align: center;
	padding-top: 0px;
	font-size: 2rem;
	line-height: 130%;
}



/* 施設案内 */
.home_facility {
	padding: 20px 0;
}

.home_facility p {
	max-width: 72%; margin: auto auto 20px auto;
}

.home_facility ul {
	padding: 20px 0;
	display: flex;
	text-align: center;
}

.home_facility ul li {
	width:50%;
	background-size: cover;
}

.home_facility ul li a {
	display: inline-block;
}



.home_footer_banner {
	padding: 20px 0;
	border-top:1px solid #651f1a;
	border-bottom:1px solid #651f1a;
}

.home_footer_banner ul {
	display: flex;
}

.home_bnr_o {
	justify-content: center;
	flex-wrap: wrap;
	margin: auto auto 20px auto;
}

.home_bnr_o li {
	margin: 0 10px;
}

/* 20190424 レイアウト変更により廃止
.home_bnr_o li:nth-child(1) {
	width: 264px;
}

.home_bnr_o li:nth-child(2) {
	width: 522px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
*/
.home_bnr_o li:nth-child(2) div {
	margin-bottom: 8px;
}


.home_bnr_r {
	justify-content: space-between;
	max-width: 850px;
	flex-wrap: wrap;
	margin: auto auto 20px auto;
}



/* sub common /////////////////////////////////////////////////////////////////////////////////////////// */

.sub_main

.sub_main section .marginbottom {
	margin: auto auto 30px auto;	
}

/* サブページメインの共通項目 */
.sub_title {
	position: relative;
	z-index: -1;
	margin: auto auto 30px auto;
	
	background-size: auto 100%;
	background-position: center;
}

.sub_title > div {
	position: relative;
	height: 400px;
	background-repeat: repeat-x,repeat-x;
	background-position: top, bottom;
	background-size:auto,auto;
	background-image:url("../img/sub_grade_w_top.png"), url("../img/sub_grade_w_bottom.png");
}

.sub_title h1 {
	position: absolute;
	width:200px;

	text-align: center;
	bottom: 50px;
    left: 0;
    right: 0;
	margin: auto;
}

.sub_title h1 strong {
	color: #FFFFFF;
	font-size: 3rem;
	line-height: 130%;
	letter-spacing: 4px;
	text-shadow:0px 0px 5px #000000,0px 0px 20px #000000,0px 0px 40px #000000;
	
	-webkit-writing-mode: vertical-rl;
	  -ms-writing-mode: tb-rl;
		  writing-mode: vertical-rl;
	text-align: left;
}

.sub_title h1 span {
	display: block;
	color: #806b00;
	font-size: 1.5rem;
	line-height: 110%;
}




.sub_h2_copy {
	margin: auto auto 25px auto;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 1px;
}

.sub_h2_copy span {
	font-size: 2.4rem;
}

.sub_catch {
	margin: auto auto 20px auto;
}

.sub_catch p {
	max-width: 820px;
	margin: auto auto 40px auto;
	text-align: center;
}


.sub_contact {
	margin: auto auto 30px auto;
	padding: 30px 10px;
	border: 1px solid #bbbbbb;
}

.sub_contact p {
	margin: auto auto 30px auto;
	text-align: center;
}

.sub_contact_info {
	display: flex;
	justify-content: center;
}

.sub_contact_info div:nth-child(1) {
	margin-right: 40px;
}

.sub_contact_info div:nth-child(2) {
	color: #651f1a;
	font-size: 2rem;
	line-height: 130%;
}

.sub_contact_info div:nth-child(2) strong {
	font-size: 3.5rem;
}

.sub_contact_info div:nth-child(2) strong a {
	color: #651f1a;
}

.sub_contact_notice {
	max-width: 800px; margin: auto;
	padding: 20px 0 0 0;
	text-align: left !important;
}


.cmn_border_conts {
	margin: auto auto 30px auto;
	padding: 30px;
	border: 1px solid #bbbbbb;
}




#sub_mainimg {
	width: 100%; height: 250px; margin: 0 0 56px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#sub_mainimg section {
 	width: 100%; height: 250px;
	background: url(../img/sub_mainimg_dot.svg) repeat;
	display: flex;
	align-items: center;

}

#sub_mainimg h2 {
	display: block;
	padding: 15px 0 15px 100px;
	font-size: 3.6rem; font-weight: normal;
	line-height: 100%; letter-spacing: 0.4rem;
	text-shadow: 2px 2px 16px #828282;
}



.sub_mainimg_web {
	background: url(../img/sub_mainimg_web.jpg) no-repeat center;
	background-size: cover;
}

.sub_mainimg_system {
	background: url(../img/sub_mainimg_system.jpg) no-repeat center;
	background-size: cover;
}

.sub_mainimg_print {
	background: url(../img/sub_mainimg_print.jpg) no-repeat center;
	background-size: cover;
}

.sub_mainimg_career {
	background: url(../img/sub_mainimg_career.jpg) no-repeat center;
	background-size: cover;
}

.sub_mainimg_plan {
	background: url(../img/sub_mainimg_plan.jpg) no-repeat center;
	background-size: cover;
}

.sub_mainimg_consul {
	background: url(../img/sub_mainimg_consul.jpg) no-repeat center;
	background-size: cover;
}

.sub_mainimg_seminar {
	background: url(../img/sub_mainimg_seminar.jpg) no-repeat center;
	background-size: cover;
}

.sub_mainimg_community {
	background: url(../img/sub_mainimg_community.jpg) no-repeat center;
	background-size: cover;
}

.sub_mainimg_biz {
	background: url(../img/sub_mainimg_biz.jpg) no-repeat center;
	background-size: cover;
}

.sub_mainimg_company {
	background: url(../img/sub_mainimg_company.jpg) no-repeat center;
	background-size: cover;
}

.sub_mainimg_recruit {
	background: url(../img/sub_mainimg_recruit.jpg) no-repeat center;
	background-size: cover;
}

.sub_mainimg_contact {
	background: url(../img/sub_mainimg_contact.jpg) no-repeat center;
	background-size: cover;
}



.sub_horison_conatiner {
	display: flex;
	justify-content: space-between;
}

.sub_horison_conatiner > li {
	width:48%;
}

.sub_horison_heading {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
}

.sub_horison_reverse {
	flex-direction: row-reverse;
}

.sub_horison_txt {
	width:25%;
}

.sub_horison_txt > div {
	height: 160px;
	margin: 0 0 20px 0;
	padding: 30px 0px 0 0;
	text-align: center;
	background: url("../img/guestroom_roomsnamebg.jpg") no-repeat;
	background-size: cover;
}

.sub_horison_txt > div {
	color: #000000;
}

.sub_horison_txt > div > span {
	font-size: 2rem;
	-webkit-writing-mode: vertical-rl;
	  -ms-writing-mode: tb-rl;
		  writing-mode: vertical-rl;
}

.sub_horison_txt a {
	display: block;
	padding: 15px 10px;
	font-size: 1.7rem;
	color: #000000;
	text-align: center;
	border: 1px solid #cccccc;
}

.sub_horison_photo {
	width: 70%;
}

.sub_horison_conatiner p {
	margin: auto auto 30px auto;
}




/* xxxxxx /////////////////////////////////////////////////////////////////////////////////////////// */

/* サブページごとの背景を入れる */
.sub_mainimg {
	background-image: url("../img/sub_main.jpg");
}



/* topicslist /////////////////////////////////////////////////////////////////////////////////////////// */
.topicslist_mainimg {
	background-image: url("../img/topicslist_main.jpg");
}

.topicslist_info li {
	padding: 0 30px 30px 30px;
}

.topicslist_info li > p {
	display: flex;
	align-items: flex-end;
	height: 75px; padding: 4px 20px; margin: 0 0 30px 0;
	background: #DCD4CF;
	color: #651F1A; font-size: 1.5rem; /*font-weight: bold;*/
}

.topicslist_info li div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.topicslist_info li a {
	flex-shrink: 0;
	display: block;
	width: 40%; margin: 0 40px 0 0;
}

.topicslist_info li a img {
	width: 100%;
}

.topicslist_info li > img {
	flex-shrink: 0;
	display: block;
	width: 40%; margin: 0 40px 0 0;
}

.topicslist_info section h3 {
	color: #433A3F; font-size: 3.0rem; font-weight: bold; line-height: 120%;
	padding: 0 0 20px 0; border-bottom: 1px solid #C4C4C4; margin: 0 0 20px 0;
}

.topicslist_info section a {
	display: block;
	width: 130px; border: 1px solid #C4C4C4; margin: 68px 0 0 auto;
	color: #433A3F; font-size: 1.4rem; font-weight: bold;
	text-align: center;
	background: url("../img/topicslist_ico_next.svg") no-repeat right 6px center;
}

.topicslist_pager {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto 80px auto;
}

.topicslist_pager ul {
	display: flex;
}

.topicslist_pager li {
	width: 36px; border: 1px solid #C4C4C4;
	text-align: center;
}

.topicslist_pager li a {
	display: block;
	height: 100%; padding: 1px 0;
	color: #000000; font-size: 1.4rem;
}

.topicslist_pager li.current a {
	color: #FFF;
	background: #C4C4C4;
}

.topicslist_pager li.prev,
.topicslist_pager li.next {
	display: flex;
	justify-content: space-between;
	width: 54px;
}

.topicslist_pager li.prev {
	margin: 0 16px 0 0;
}

.topicslist_pager li.next {
	margin: 0 0 0 16px;
}

.topicslist_pager li.prev a,
.topicslist_pager li.next a {
	width: 48%;
	text-align: center;
}

.topicslist_prevbtn a {
	display: block;
	width: 130px; border: 1px solid #C4C4C4; margin: 0 0 40px auto;
	color: #433A3F; font-size: 1.4rem; font-weight: bold;
	text-align: center;
	background: url("../img/topicslist_ico_prev.svg") no-repeat left 6px center;
}

.topicslist_detail > p {
	display: flex;
	align-items: center;
	height: 50px; padding: 0 40px; margin: 0 0 30px 0;
	background: #DCD4CF;
	color: #651F1A; font-size: 2.0rem; font-weight: bold;
}

.topicslist_detail div {
	/*display: flex;*/
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
}

.topicslist_detail h3 {
	width: 100%; color: #433A3F; font-size: 3.0rem; font-weight: bold; line-height: 120%;
	padding: 0 40px; margin: 0 0 40px 0;
}

.topicslist_detail img {
	display: block;
//	width: 48%;
	margin: 0 50px 0 0;
}

.topicslist_detail div p {
	width: calc(100% - 48% - 50px);
}

.topicslist_kanren dt {
	margin: 0 0 10px 0;
	color: #806B00; font-size: 2.0rem;
}

.topicslist_kanren {
	margin: 0 auto 100px auto;
}

.topicslist_kanren dd {
	padding: 0 40px; margin: 0 0 50px 0;
}

.topicslist_kanren dd.file a {
	position: relative;
	display: block;
	width: 48%; padding: 10px 20px; border: 1px solid #C4C4C4; border-radius: 0.5rem;
	color: #651F1A; font-size: 1.7rem; font-weight: bold; line-height: 130%;
}

.topicslist_kanren dd.file a::after {
	content: '\03009';
	display: block;
	position: absolute;
	top: 50%; right: 0;
	transform: translateY(-50%);
}

.topicslist_kanren dd.file a:hover,
.topicslist_kanren dd.file a:active {
	border: 0;
	color: #FFF; 
	background: #651F1A;
}

.topicslist_kanren dd.link a {
	color: #651F1A; font-weight: bold;
	text-decoration: underline;
}

.topicslist_kanren dd.link a:hover,
.topicslist_kanren dd.link a:active {
	color: #433A3F;
}



/* plan /////////////////////////////////////////////////////////////////////////////////////////// */
.plan_mainimg {
	background-image: url("../img/plan_main.jpg");
}


/* calender /////////////////////////////////////////////////////////////////////////////////////////// */
.calender_mainimg {
	background-image: url("../img/calender_main.jpg");
}


/* planday /////////////////////////////////////////////////////////////////////////////////////////// */
.planday_mainimg {
	background-image: url("../img/planday_main.jpg");
}


#planday_message {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 40px 0;
	align-items: center;
}

#planday_message_img  {
    width: 50%;
    margin: 0px 0 40px 0;
}

#planday_message_img img {
	display: block;
    margin: 10px 0 40px auto;
}

#planday_message_right {
    max-width: 450px; width: 40%; margin: 0 0 0 70px;
}

#planday_message_right h3 {
    padding: 0 0 10px 0;
    font-size: 3.0rem;
}

#planday_message_right p {
    text-align:justify;
    text-justify:inter-character;
}

#planday_message_bgimg {
    width: 50%x; height: 250px;
    margin: -250px auto 50px 25%;
    background-image: url("../img/cmn_paper_bg.jpg");
    background-color: #666666;
}

.planday_kaiseki .sub_horison_txt > div > span {
	text-align: left;
	line-height: 130%;
}

.planday_monthly_menu {
	margin: auto auto 20px;
}

.planday_monthly_menu span {
	font-size: 2rem;
}

/* メニュー内容 */
.planday_menu_conts {
	width:100%; min-height: 600px;
	margin: auto auto 15px auto;
	padding: 18px 10px 10px 10px;
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
}

.planday_menu_conts > div {
	color: #806b00;
	text-align: center;
	font-size: 1.7rem;
	line-height: 150%;
	margin-bottom: 5px;
}

.planday_menu_conts > div h3 {
	font-size: 2rem;
}

.planday_menu_conts > div strong {
	font-size: 2rem;
	color: #b2272d;
}

.planday_menu_conts dl {
	
}

.planday_menu_conts dl dt {
	width:22%;
	float: left; clear: both;
	text-align: right;
	font-size: 2rem;
}

.planday_menu_conts dl dd {
	width: 74%;
	float: right;
	padding: 5px 0 10px 0;
}

.planday_kaiseki > li > p {
	padding: 10px 15px;
}

.planday_menu_conts h4 {
	font-size: 2rem;
}


.planday_restaurant {
	margin: auto auto 30px auto;
	padding: 40px 40px;
	
	display: flex;
	justify-content: space-between;
}

.planday_restaurant > div:nth-child(1) {
	width:45%;
}

.planday_restaurant h3 {
	margin-bottom: 10px;
	font-size: 3rem;
	letter-spacing: -1.5px;
	line-height: 140%;
}

.planday_restaurant h3 span {
	font-size: 2rem;
	display: inline-block; padding-right: 20px;
	letter-spacing: 0px;
}

.planday_restaurant:first-child h3 span {
	line-height: 100%;
}

.planday_restaurant:last-child h3 {
	margin-bottom: 10px;
}

.planday_restaurant dl {
	margin: auto auto 14px auto;
	display: flex;
}

.planday_restaurant dl dt {
	font-size: 2rem;
	color: #806b00;
	margin-right: 10px;
}

.planday_restaurant dl dd {
	padding-top: 5px;
}

.planday_restaurant > div:nth-child(2) {
	width: 50%;
}

.planday_restaurant > div:nth-child(2) img {
	width: 100%;
}

.planday_roten_img {
	width:50%;
}

.planday_roten_img img {
	max-width: 48%;
}

.planday_lunch {
	background: url("../img/cmn_stone_bg.jpg");
	padding: 40px 0;
}

.planday_lunch_message {
	text-align: center;
}

.planday_lunch_message p {
	max-width: 840px; margin: auto auto 20px auto;
}

.planday_lunch_message p:nth-child(1) {
	text-align: center;
}

.planday_lunch_message p:nth-child(2) {
	display: inline-block;
	text-align: left;
}

.planday_lunch_menu {
	margin: 20px auto;
	width: 100%;
}

.planday_lunch_menu td {
	padding: 15px 12px;
	background: #dcd4cf;
	border: 3px solid #f5f5f5;
	text-align: center;
	font-size: 2.5rem;
	line-height: 130%;
}

.planday_lunch_menu td span {
	display: block;
	font-size: 2rem;
}

.planday_lunch_drink {
	width: 100%;
}

.planday_lunch_drink th, .planday_lunch_drink td {
	padding: 15px 12px;
	background: #dcd4cf;
	border: 3px solid #f5f5f5;
	text-align: center;
	font-size: 2rem;
	line-height: 130%;
	width:50%;
}

.planday_lunch_drink th span {
	display: block;
	font-size: 1.5rem;
}

.planday_lunch_drink td {
	font-size: 2.5rem;
	background: #E6E6E6;
}





/* plangroup /////////////////////////////////////////////////////////////////////////////////////////// */
.plangroup_mainimg {
	background-image: url("../img/plangroup_main.jpg");
}

#plangroup_banquet {
	margin: 0 0 60px 0;
}

#plangroup_message {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 40px 0;
}

#plangroup_message_img  {
    width: 50%;
    margin: 0 0 40px 0;
}

#plangroup_message_img img{
	display: block;
    margin: 0 0 40px auto;
}

#plangroup_message_right {
    max-width: 470px; width: 42%; margin: 0 0 0 70px;
}

#plangroup_message_right p {
    text-align:justify;
    text-justify:inter-character;
}

#plangroup_message_right dl {
	padding: 30px 16px 30px 16px;
	border-top: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
	margin: 30px 0 0 0;
}

#plangroup_message_right dt {
	margin: 0 0 16px 0;
	color: #806B00; font-size: 2.0rem;
}

#plangroup_message_right dd {
	font-size: 1.5rem;
}

#plangroup_message_right dd span {
	color: #806B00; font-size: 2.0rem;
}


#plangroup_message_bgimg {
    height: 278px;
    margin: -278px auto 50px 25%;
    background-image: url("../img/cmn_paper_bg.jpg");
    background-color: #666666;
}

#plangroup_option {
	padding: 20px 0 10px 12px;
	border: 1px solid #BBBBBB;
	margin: 0 0 40px 0;
}

#plangroup_option h2 span {
	display: block;
	margin: -10px 0 0 0;
	font-size: 2.0rem;
}

#plangroup_option p {
	text-align: center;
}

#plangroup_option ul {
	display: flex;
	justify-content: space-between;
}

#plangroup_option li {
	width: 50%;
}

#plangroup_option dl {
	padding: 16px 16px;
	margin: 20px 0;
}

#plangroup_option dt {
	margin: 0 0 10px 0;
	color: #806B00; font-size: 2.0rem;
}

#plangroup_option dd {
	font-size: 1.5rem;
}

#plangroup_option dd p {
	display: inline-block;
}

#plangroup_option dd .price {
	color: #806B00; font-size: 2.0rem;
}

#plangroup_option .plangroup_option_companion {
	margin: 20px 0 0 0;
}

#plangroup_option .plangroup_option_other {
	margin: -12px 0 0 0;
}



#plangroup_enkai,
#plangroup_convention,
#plangroup_mice {
	padding: 40px 40px 30px;
	border: 1px solid #BBBBBB;
	margin: 0 0 40px 0;
}

#plangroup_enkai > p,
#plangroup_convention > p,
#plangroup_mice > p {
	width: 88%; margin: 0 auto 40px auto;
}

#plangroup_enkai ul ,
#plangroup_convention ul {
	display: flex;
	justify-content: space-between;
}

#plangroup_enkai li ,
#plangroup_convention li {
	width: 30%;
}

#plangroup_enkai li img,
#plangroup_convention li img{
	display: inline-block;
	margin: 0 0 4px 0;
}

#plangroup_mice > div {
	display: flex;
	justify-content: space-between;
}

#plangroup_mice .plangroup_convention_left {
	flex-shrink: 0;
	width: 30%;
}

#plangroup_mice .plangroup_convention_left img {
	display: inline-block;
	margin: 0 0 4px 0;
}

#plangroup_mice .plangroup_convention_right {
	flex-shrink: 0;
	width: 65%;
}

#plangroup_mice .cmn_btn_rarr_center {
	text-align: left;
}

#plangroup_mice .cmn_btn_rarr_center a {
	text-align: center;
}


/* mice /////////////////////////////////////////////////////////////////////////////////////////// */
.mice_mainimg {
	background-image: url("../img/mice_main.jpg");
}

.mice_banquethall_msg > p {
	max-width: 820px;
	margin: auto auto 40px auto;
}

#mice_enkai_msg {
    display: flex;
    flex-wrap: nowrap;
	align-items: center;
}

#mice_enkai_img  {
    width: 50%;
    margin: 0 0 40px 0;
}

#mice_enkai_img img {
	display: block;
	width: 130%; height: auto;
	max-width: none; max-height: none;
    margin: 0 0 6px -160px;
}

#mice_enkai_right {
    max-width: 450px; width: 40%; margin: 0 0 0 70px;
}

#mice_enkai_right h3 {
    padding: 0 0 26px 0;
    font-size: 2.6rem;
}

#mice_enkai_right p {
    text-align:justify;
    text-justify:inter-character;
}

.mice_enkai_imgbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mice_enkai_imgbox li {
	width: 31%; margin: 0 0 40px 0;
}

.mice_enkai_imgbox li img {
	display: block;
	padding: 4px; border: 1px solid #BBBBBB; margin: 0 0 4px 0;
}

.mice_enkai_detail {
	padding: 40px;
	border: 1px solid #BBBBBB;
	margin: 0 0 40px 0;
}

.mice_enkai_detail h4 {
	margin: 0 0 8px 0;
	color: #806B00; font-size: 2.0rem; font-weight: bold;
}

.mice_enkai_detail table {
	table-layout: fixed;
	width: 100%; margin: 0 0 40px 0;
	border-collapse: collapse;
}

.mice_enkai_detail th,
.mice_enkai_detail td {
	padding: 6px 4px;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	background: #F1EFEE;
	color: #433A3F; font-size: 2.0rem; font-weight: bold;
	text-align: center;
}

.mice_enkai_detail th.note,
.mice_enkai_detail td.note {
	border-right: 0;
}

.mice_enkai_detail th,
.mice_enkai_detail td.name {
	background: #D6CEC9;
}

.mice_enkai_detail .name,
.mice_enkai_detail .place {
	width: 20%;
}

.mice_enkai_detail .size,
.mice_enkai_detail .capacity {
	width: 14%;
}

.mice_enkai_detail .note {
	width: 32%;
}

.mice_enkai_detail ul {
	display: flex;
	justify-content: space-between;
}

.mice_enkai_detail li {
	width: 48%;
}

.mice_enkai_detail li h5 {
	color: #806B00; font-size: 1.7rem; font-weight: bold;
	text-align: center;
}

.mice_enkai_detail li p {
	margin: 0 0 14px 0;
	text-align: center;
}

.mice_enkai_detail li img {
	width: 100%;
}

#mice_convention_msg {
    display: flex;
    flex-wrap: nowrap;
	align-items: center;
}

#mice_convention_img  {
    width: 50%;
    margin: 0 0 40px 0;
}

#mice_convention_img img {
	display: block;
	width: 130%; height: auto;
	max-width: none; max-height: none;
    margin: 0 0 6px -160px;
}

#mice_convention_right {
    max-width: 450px; width: 40%; margin: 0 0 0 70px;
}

#mice_convention_right h3 {
    padding: 0 0 26px 0;
    font-size: 2.6rem;
}

#mice_convention_right p {
    text-align:justify;
    text-justify:inter-character;
}

.mice_convention_imgbox {
	display: flex;
	justify-content: space-between;
	width: 66%; margin: 0 auto;
}

.mice_convention_imgbox.margaret {
	width: 342px;
	margin: 30px 0 0 0;
}

.mice_convention_imgbox li {
	width: 48%; margin: 0 0 40px 0;
}

.mice_convention_imgbox.margaret li {
	width: 100%;
}

.mice_convention_imgbox li img {
	display: block;
	padding: 4px; border: 1px solid #BBBBBB; margin: 0 0 4px 0;
}

.mice_convention_detail {
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
	border: 1px solid #BBBBBB;
	margin: 0 0 40px 0;
}

.mice_convention_detail h4 {
	width: 100%; margin: 0 0 8px 0;
	color: #806B00; font-size: 2.0rem; font-weight: bold;
}

.mice_convention_detail .left_table {
	width: 48%;
}

.mice_convention_detail .right_table {
	width: 52%;
}

.mice_convention_detail table {
	table-layout: fixed;
	width: 100%; margin: 0 0 20px 0;
	border-collapse: collapse;
}

.mice_convention_detail th,
.mice_convention_detail td {
	padding: 6px 4px;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	background: #F1EFEE;
	color: #433A3F; font-size: 2.0rem; font-size: 1.6vw; font-weight: bold;
	text-align: center;
}

.mice_convention_detail th {
	line-height: 130%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.mice_convention_detail .left_table th {
	padding: 15px 4px 14px 4px;
}

.mice_convention_detail .right_table th:last-of-type,
.mice_convention_detail .right_table td:last-of-type {
	border-right: 0;
}

.mice_convention_detail .right_table .usetype {
	display: none;
}

.mice_convention_detail th,
.mice_convention_detail td:first-of-type {
	background: #D6CEC9;
}

.mice_convention_detail ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.mice_convention_detail li {
	width: 48%; margin: 0 0 30px 0;
}

.mice_convention_detail li h5 {
	color: #806B00; font-size: 1.7rem; font-weight: bold;
	text-align: center;
}

.mice_convention_detail li p {
	margin: 0 0 14px 0;
	text-align: center;
}

.mice_convention_detail li img {
	width: 100%;
}

#mice_kaigi_msg {
    display: flex;
    flex-wrap: nowrap;
	align-items: center;
}

#mice_kaigi_img  {
    width: 50%;
    margin: 0 0 40px 0;
}

#mice_kaigi_img img {
	display: block;
	width: 130%; height: auto;
	max-width: none; max-height: none;
    margin: 0 0 6px -160px;
}

#mice_kaigi_right {
    max-width: 450px; width: 40%; margin: 0 0 0 70px;
}

#mice_kaigi_right h3 {
	margin-top: 30px;
    padding: 0 0 26px 0;
    font-size: 2.6rem;
}

#mice_kaigi_right p {
    text-align:justify;
    text-justify:inter-character;
}

.mice_kaigi_detail {
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
	border: 1px solid #BBBBBB;
	margin: 0 0 40px 0;
}

.mice_kaigi_detail h4 {
	width: 100%; margin: 0 0 8px 0;
	color: #806B00; font-size: 2.0rem; font-weight: bold;
}

.mice_kaigi_detail .left_table {
	width: 48%;
}

.mice_kaigi_detail .right_table {
	width: 52%;
}

.mice_kaigi_detail table {
	table-layout: fixed;
	width: 100%; margin: 0 0 20px 0;
	border-collapse: collapse;
}

.mice_kaigi_detail th,
.mice_kaigi_detail td {
	padding: 6px 4px;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	background: #F1EFEE;
	color: #433A3F; font-size: 2.0rem; font-size: 1.6vw; font-weight: bold;
	text-align: center;
}

.mice_kaigi_detail th {
	line-height: 130%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.mice_kaigi_detail .left_table th {
	padding: 15px 4px 14px 4px;
}

.mice_kaigi_detail .right_table th:last-of-type,
.mice_kaigi_detail .right_table td:last-of-type {
	border-right: 0;
}

.mice_kaigi_detail .right_table .usetype {
	display: none;
}

.mice_kaigi_detail th,
.mice_kaigi_detail td:first-of-type {
	background: #D6CEC9;
}



/* guestroom /////////////////////////////////////////////////////////////////////////////////////////// */
.guestroom_mainimg {
	background-image: url("../img/guestroom_main.jpg");
}

.gr_bull_image {
	margin: auto auto 50px auto;
}

.gr_room_info {
	display: flex;
	padding: 10px 0;
	margin: auto auto 20px auto;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.gr_room_info dt {
	width:30%;
	font-size: 2rem;
}

.gr_room_info dd {
	width: 70%;
}

.gr_amenity {
	padding: 30px 10px;
	margin: 20px auto 50px auto;
	border:1px dotted #cccccc;
	display: flex;
	justify-content: space-between;
}

.gr_amenity dl {
	margin-right: 20px;
	width:80%;
}

.gr_amenity dl > div {
	display: flex;
	margin: 0 0 20px 0;
	justify-content: flex-start;
}

.gr_amenity dt {
	width:18%;
	font-size: 2rem;
	line-height: 100%;
	text-align: right;
	color: #846b00;
}

.gr_amenity dd {
	width: 80%;
}

.gr_amenity dd span {
	color: #846b00;
}


.gr_amenity > div {
	width:180px;
	display: flex;
	align-items: center;
}

.gr_amenity > div p {
	color: #846b00;
	padding: 0 0 0 5px;
	line-height: 100%; 
}

.gr_amenityitem {
	margin: 0 !important;
}

.gr_sub_copy, .gr_sub_copy_reverse {
	width: 100%;
	height: 350px;
	margin: auto auto 40px auto;
	background: url("../img/guestroom_landscape.jpg") no-repeat;
	background-position: calc(50% + 350px);
	
	padding: 64px 0 0 0;
	color: #846b00;
	font-size: 3rem;
	
	text-shadow:0px 0px 5px #ffffff,0px 0px 15px #ffffff,0px 0px 30px #ffffff;
}

.gr_sub_copy_reverse {
	background: url("../img/guestroom_ichigoichie.jpg") no-repeat;
	background-position: calc(50% - 350px);
	text-align: right;
}

.gr_sub_copy_reverse h3 span {
	display: inline-block;
	text-align: left;
}


.gr_special {
	display: flex;
	margin: auto auto 50px auto;
	justify-content: space-between;
}

.gr_special > div {
	width:48%;
}

.gr_special > div > img {
	display: block;
	width:80%;
	margin: auto;
}

.gr_special_pr {
	padding: 0 0 0 20px;
}

.gr_special_pr h3 {
	font-size: 3rem;
}

.gr_notice {
	color: #b4272d;
}

.gr_bottom_menu {
	display: flex;
	margin: 60px auto 80px auto;
	justify-content: space-between;
}

.gr_bottom_menu li {
	min-width: 30%;
	background-size: cover;
}

.gr_bottom_menu li a span {
	padding: 50px;
	font-size: 2rem;
}

.gr_bottom_menu li:nth-child(1) {
	background-image: url("../img/guestroom_onsen.jpg");
}

.gr_bottom_menu li:nth-child(2) {
	background-image: url("../img/guestroom_ryori.jpg");
}



/* hotspring /////////////////////////////////////////////////////////////////////////////////////////// */
.hotspring_mainimg {
	background-image: url("../img/hotspring_main.jpg");
}

#hotspring_openair_msg {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 40px 0;
}

#hotspring_openair_msg_img  {
    width: 50%;
    margin: 0 0 40px 0;
}

#hotspring_openair_msg_img img {
	display: block;
    margin: 0 0 40px auto;
}

#hotspring_openair_msg_right {
    max-width: 450px; width: 40%; margin: 0 0 0 70px;
}

#hotspring_openair_msg_right p {
    text-align:justify;
    text-justify:inter-character;
}

#hotspring_openair_msg_right div {
    margin: 20px 0 40px 0;
    padding: 17px 0;
    background-color: #d1c9c4;
    color: #651f1a;
    font-size: 2.0rem;
    line-height: 2.4rem;
    text-align: center;
}
/* IE11のみ対応 */
_:lang(x)::-ms-backdrop, #hotspring_openair_msg_right div {
	padding-bottom: 30px;
}

#hotspring_openair_msg_bgimg {
    height: 500px;
    margin: -430px auto 50px 25%;
    background-image: url("../img/cmn_paper_bg.jpg");
    background-color: #666666;
}

.hotspring_openair_detail {
	margin: 0 auto 80px auto;
}

.hotspring_openair_detail .sub_horison_txt span:nth-of-type(2) {
	font-size: 1.5rem;
}

.hotspring_openair_detail .gr_room_info {
	border-bottom: 0;
}

.hotspring_openair_detail .gr_room_info dd {
	font-size: 2.0rem;
}

.hotspring_openair_detail li > img {
	border: 2px solid #CCCCCC;
}

#hotspring_public_msg {
    display: flex;
    flex-wrap: nowrap;
	flex-direction: row-reverse;
    margin: 0 0 40px 0;
}

#hotspring_public_msg_img  {
    width: 50%;
    margin: 0 0 40px 0;
}

#hotspring_public_msg_img img {
	display: block;
    margin: 0 auto 40px 0;
}


#hotspring_public_msg_left {
    max-width: 450px; width: 40%; margin: 0 70px 0 0;
}

#hotspring_public_msg_left p {
    text-align:justify;
    text-justify:inter-character;
}

#hotspring_public_msg_left div {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 120px 0;
}

#hotspring_public_msg_left div p {
    width: 70%; padding: 17px 0;
    background-color: #d1c9c4;
    color: #651f1a;
    font-size: 2.0rem;
    line-height: 2.4rem;
    text-align: center;
}

#hotspring_public_msg_left div a {
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	width: 26%;
	padding: 17px 4px;
	border: 1px solid #C9C9C9;
	color: #000; font-size: 1.7rem;
	line-height: 130%;
	text-align: center;
}

#hotspring_public_msg_bgimg {
    height: 500px;
    margin: -430px 25% 50px auto;
    background-image: url("../img/cmn_paper_bg.jpg");
    background-color: #666666;
}

.hotspring_quality_msg {
	max-width: 820px;
	margin: auto auto 40px auto;
}

.hotspring_quality_detail {
	max-width: none;
	border: 1px dotted #C4C4C4; margin: 0 auto 80px auto;
}

.hotspring_quality_detail div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.hotspring_quality_detail dt {
	width:22%;
	float: left; clear: both;
	text-align: right;
	color: #806B00; font-size: 2rem; font-weight: bold;
}

.hotspring_quality_detail dd {
	width: 74%;
	float: right;
	padding: 5px 0 10px 0;
}

.hotspring_quality_detail img {
	flex-shrink: 0;
	width: 20%; margin: 0 0 0 40px;
}

.hotspring_quality_linkbox li:nth-child(1) {
	background-image: url("../img/hotspring_guestrooms.jpg");
}




/* cuisine /////////////////////////////////////////////////////////////////////////////////////////// */
.cuisine_mainimg {
	background-image: url("../img/cuisine_main.jpg");
}

.cuisine_catch > p {
	text-align: center;
}

.cuisine_detail {
	border-top: 0;	
	border-bottom: 0;	
}

.cuisine_detail .sub_horison_txt > div {
	padding: 20px 10px 20px 20px;
}

.cuisine_detail .sub_horison_txt > div > span {
	text-align: left;
	line-height: 130%;
}

.cuisine_detail .sub_horison_reverse .sub_horison_txt > div {
	padding: 20px 20px 0px 20px;
}

.cuisine_detail .sub_horison_reverse .sub_horison_txt > div > span {
	font-size: 1.7rem;
}

/* メニュー内容 */
.cuisine_detail_menu {
	width:100%; min-height: 600px;
	margin: auto auto 15px auto;
	padding: 18px 10px 10px 10px;
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
}

.cuisine_detail_menu > section {
	color: #806b00;
	text-align: center;
	font-size: 1.7rem;
	line-height: 150%;
	margin-bottom: 5px;
}

.cuisine_detail_menu > section h3 {
	font-size: 2rem;
}

.cuisine_detail_menu > section strong {
	font-size: 2rem;
	color: #b2272d;
}

.cuisine_detail_menu input,
.cuisine_detail_menu label {
	display: none;
}

.cuisine_detail_menu dl {
	
}

.cuisine_detail_menu dl dt {
	width:22%;
	float: left; clear: both;
	text-align: right;
	font-size: 2rem;
}

.cuisine_detail_menu dl dd {
	width: 74%;
	float: right;
	padding: 5px 0 10px 0;
}

.cuisine_detail > li > p,
.cuisine_detail > li > .cmn_btn_rarr_center {
	padding: 10px 15px;
}

.cuisine_detail > li > .cmn_btn_rarr_center span {
	width: 100%;
}

.cuisine_allergy h3 {
	margin: 0 0 20px 0;
	font-size: 3.0rem; font-weight: bold;
	text-align: center;
}

.cuisine_allergy > p {
	text-align: center;
}

.cuisine_allergy > p:after {
	content: '';
	display: block;
	width: 128px; border-top: 2px solid #C8C8C8; margin: 20px auto;
	box-sizing: border-box;
}

.cuisine_allergy dt {
	margin: 0 0 8px 0;
	color: #806B00; font-size: 2.0rem;
}

.cuisine_allergy dd {
	padding: 0 24px;
	font-size: 1.5rem;
}

.cuisine_allergy dd p {
	display: flex;
	align-items: flex-start;
	margin: 0 0 6px 0;
}

.cuisine_allergy dd span {
	margin: 0 8px 0 0;
	color: #806B00; font-size: 1.7rem; font-weight: bold;
}

.cuisine_allergy dd ul {
	margin: 0 0 0 20px;
}

.cuisine_allergy dd li {
	list-style-type: decimal;
	list-style-position: outside;
}

.cuisine_order {
	padding: 30px 0;
	background: url("../img/cmn_stone_bg.jpg") repeat center;
}

.cuisine_order > div > p {
	margin: 0 0 30px 0;
	text-align: center;
}

.cuisine_order ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px dotted #bbbbbb;
}

.cuisine_order li {
	width: 23%; margin: 0 0 20px 0;
}

.cuisine_order li img {
	display: block;
	max-width: 100%; margin: 0 auto 6px auto;
}

.cuisine_order li h3 {
	margin: 0 0 4px 0;
	color: #806B00; font-size: 2.0rem; font-weight: bold;
}

.cuisine_order li h3 span {
	display: block;
	margin: 2px 0 -2px 0;
	font-size: 1.5rem;
}

.cuisine_drink {
	padding: 30px 0; margin: 0 0 30px 0;
	background: url("../img/home_photogallery_bg.jpg") no-repeat center / cover;
}

.cuisine_drink > div > p {
	margin: 0 0 30px 0;
	text-align: center;
}

.cuisine_drink ul {
	display: flex;
	justify-content: space-between;
	margin: 0 0 4px 0;
}

.cuisine_drink li {
	width: 23%;
}

.cuisine_drink li img {
	width: 100%;
}

.cuisine_drink span {
	display: block;
	text-align: right;
}

#cuisine_dining_room {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 40px 0;
}

#cuisine_dining_room_img  {
    width: 50%;
    margin: 0 0 40px 0;
}

#cuisine_dining_room_img img {
	display: block;
    margin: 0 0 40px auto;
}

#cuisine_dining_room_right {
    max-width: 450px; width: 40%; margin: 0 0 0 70px;
}

#cuisine_dining_room_right h3 {
    padding: 0 0 10px 0;
    font-size: 2.0rem;
}

#cuisine_dining_room_right h3 span {
    padding: 0 0 0 10px;
    font-size: 3.0rem;
}

#cuisine_dining_room_right p {
    text-align:justify;
    text-justify:inter-character;
}

#cuisine_dining_room_right div span {
	width: 100%;
}

#cuisine_dining_room_right img {
	display: inline-block;
	margin: 80px 0 0 0;
}

#cuisine_dining_room_bgimg {
    width: 50%x; height: 450px;
    margin: -450px auto 50px 25%;
    background-image: url("../img/cmn_paper_bg.jpg");
    background-color: #666666;
}

#cuisine_dining_ago {
    display: flex;
    flex-wrap: nowrap;
	flex-direction: row-reverse;
    margin: 80px 0 40px 0;
}

#cuisine_dining_ago_img  {
    width: 50%;
    margin: 0 0 40px 0;
}

#cuisine_dining_ago_img img {
	display: block;
    margin: 0 auto 40px 0;
}

#cuisine_dining_ago_left {
    max-width: 450px; width: 40%; margin: 0 70px 0 0;
}

#cuisine_dining_ago_left h3 {
    padding: 0 0 10px 0;
    font-size: 2.0rem;
}

#cuisine_dining_ago_left h3 span {
    padding: 0 0 0 10px;
    font-size: 3.0rem;
}

#cuisine_dining_ago_left p {
    text-align:justify;
    text-justify:inter-character;
}

#cuisine_dining_ago_left p a {
	font-weight: bold;
	text-decoration: underline;
}

#cuisine_dining_ago_left div {
    padding: 17px 0 42px 0 ; 
    margin: 20px 0 80px 0;
    background-color: #d1c9c4;
    color: #651f1a;
    font-size: 2.0rem;
    line-height: 2.4rem;
    text-align: center;
}

#cuisine_dining_ago_bgimg {
    height: 500px;
    margin: -480px 25% 50px auto;
    background-image: url("../img/cmn_paper_bg.jpg");
    background-color: #666666;
}

.cuisine_dining_linkbox li:nth-child(1) {
	background-image: url("../img/hotspring_guestrooms.jpg");
}

.cuisine_dining_linkbox li:nth-child(2) {
	background-image: url("../img/guestroom_onsen.jpg");
}




/* facilities /////////////////////////////////////////////////////////////////////////////////////////// */
.facilities_mainimg {
	background-image: url("../img/facilities_main.jpg");
}

.facilities_guide {
    margin: 0 auto 40px auto;
}

.facilities_guide img {
    float: left;
    width: 50%;
}

.facilities_guide div {
    float: right;
    width: calc(50% - 40px);
    padding: 30px;
    border: 1px solid #c4c4c4;
}

.facilities_guide h3 {
    padding: 0 0 20px 0;
    font-size: 2.0rem;
    color: #806b00;
}

.facilities_guide dl {
}

.facilities_guide dt {
    float: left; clear: both;
    width: 25%;
    font-size: 1.9rem;
    text-align: right;
}

.facilities_guide dd {
    float: right;
    width: 75%;
    padding: 3px 0 15px 15px;
}

.facilities_floor {
    background-image: url("../img/cmn_paper_bg.jpg");
}

.facilities_floor img {
    margin: 50px auto;
}

.facilities_info {
    margin: 40px 0 50px 0;
}

.facilities_info h3 {
    padding: 0 0 30px 0;
    text-align: center;

}

.facilities_info_box {
    padding: 0 15px 10px 0;
    color: #000000;
}

.facilities_info_box {
    margin: 0 auto 50px auto;
    border: 1px solid #c4c4c4;
}

.facilities_info_box h4 {
    padding: 30px 0 0 0;
    font-size: 3.0rem;
    text-align: center;
}

.facilities_info_box hr {
    clear: both;
    width: 90%; margin: 0 auto;
    text-align: center;
    border-top: 1px solid #c4c4c4;
}

.facilities_info_box article {
    margin: 40px;
}

.facilities_info_box article h5 {
    padding: 0 0 10px 0;
    font-size: 2.0rem;
    color: #806b00;
}

.facilities_info_box article p {
    padding: 0 0 10px 0;
}

.facilities_info_box article img {
    float: left;
    width: calc(33% - 20px);
    margin: 15px 10px 0 10px;
}

.facilities_info_box article:before,
.facilities_info_box article:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.facilities_info_box article:after {
    clear: both;
}

.facilities_info_box article dt {
    float: left; clear: both;
    font-size: 1.9rem;
    color: #806b00;
}

.facilities_info_box dd {
    float: left;
    padding: 3px 0 5px 0;
}

.facilities_info_box article dl:before,
.facilities_info_box article dl:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.facilities_info_box article dl:after {
    clear: both;
}

.facilities_info_box > .l_revo {
    float: left;
    width: calc(50% - 80px); margin: 40px 30px 40px 40px;
}

.facilities_info_box > .r_revo {
    float: right;
    width: calc(50% - 80px); margin: 40px 40px 40px 30px;
}

.facilities_info_box article > .img60 {
    float: none;
    display: block;
    width: 65%;
    margin: 15px auto 0 auto;
}

.facilities_info_box article > .r_renge {
    width: 70%;
    margin: 0 auto 0 15%;
}


.facilities_info_box article span {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 3px 10px 3px 10px;
    border: 1px solid #c8c8c8;
    font-size: 1rem; color: #433a3f;
    line-height: 1.5rem;
}




/* esthetic /////////////////////////////////////////////////////////////////////////////////////////// */
.esthetic_mainimg {
	background-image: url("../img/esthetic_main.jpg");
}

.esthetic_setsumei {
	text-align: center;
	margin: -250px 0 107px 0;

}

.esthetic_setsumei img {
	margin: 0 -550px 0 0;

}


#esthetic_message {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 40px 0;
}

#esthetic_message_img  {
    width: 50%;
    margin: 10px 0 40px 0;
}

#esthetic_message_img img {
	display: block;
    margin: 10px 0 40px auto;
}


#esthetic_message_right {
    max-width: 450px; width: 40%; margin: 0 0 0 70px;
}

#esthetic_message_right h3 {
    padding: 0 0 10px 0;
    font-size: 2.0rem;
}

#esthetic_message_right h3 span {
    padding: 0 0 0 10px;
    font-size: 3.0rem;
}

#esthetic_message_right p {
    text-align:justify;
    text-justify:inter-character;
}

#esthetic_message_right div {
    margin: 20px 0;
    padding: 17px 0;
    background-color: #d1c9c4;
    color: #651f1a;
    font-size: 2.0rem;
    line-height: 2.4rem;
    text-align: center;
}

#esthetic_message_right div span {
    font-size: 1.5rem;
    line-height: 1px;
}

#esthetic_message_bgimg {
    width: 50%x; height: 450px;
    margin: -450px auto 50px 25%;
    background-image: url("../img/cmn_paper_bg.jpg");
    background-color: #666666;
}

#esthetic_menu {
    max-width: 100%; width: 1080px; margin: 0 auto 40px auto;
}

#esthetic_menu p {
    padding: 30px 0 40px 0;
    font-size: 1.5rem;
    text-align: center;
}

#esthetic_inline {
    display: flex;
    justify-content: space-between;
    text-align: center;
	margin: auto auto 30px auto;
}

.esthetic_menubox {
    width: 48%;
    padding: 30px;
    border: 1px solid #c8c8c8;
}

.esthetic_menubox h3 {
    font-size: 3.0rem;
}

.esthetic_menubox p {
    padding: 0 0 10px;
    font-size: 1.5rem;
}

.esthetic_menubox table {
    width: 100%;
    color: #433a3f;
    font-size: 2.0rem;
}

.esthetic_menubox table th {
    padding: 9px 0;
    border: 3px solid #FFFFFF;
    background-color: #dcd4cf;
}

.esthetic_menubox table th span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

.esthetic_menubox table td {
    padding: 9px 4px 9px 0;
    border: 3px solid #FFFFFF;
    background-color: #f7f5f4;
}

.esthetic_menubox table td strong {
    font-size: 2.5rem;
}

#esthetic_menu img {
    margin: 0 0 40px 0;
}

.esthetic_contact {
	background: url("../img/esthetic_contact_bg1.png") no-repeat;
	background-size: 100% 100%;
	height: 170px; overflow: hidden;
	padding: 20px 20px 30px 20px;
	margin: auto auto 60px auto;
	text-align: center;
}

.esthetic_contact p {
	font-size: 3rem;
	color: #FFFFFF;
}

.esthetic_contact .esthetic_contact_flexbox {
	display: flex;
	align-content: center;
	justify-content: center;
}

.esthetic_contact_flexbox div {
	color: #FFFFFF;
}

.esthetic_contact_tel {
	margin: auto 0 auto auto;
}

.esthetic_contact_tel div:nth-child(1) {
	font-size: 3rem;
	line-height: 130%;
}

.esthetic_contact_tel div:nth-child(1) strong {
	font-size: 4rem;
	color: #FFFFFF;
}

.esthetic_contact_tel div:nth-child(2) {
	border:1px solid #FFFFFF;
}





/* wedding /////////////////////////////////////////////////////////////////////////////////////////// */
.wedding_mainimg {
	background-image: url("../img/wedding_main.jpg");
}

.wedding_subnavi {
	margin: auto auto 40px auto;
}

.wedding_subnavi ul {
	display: flex;
	justify-content: space-between;
}

.wedding_ceremony_intro {
	max-width:900px; margin: auto auto 40px auto;
}


.wedding_type, .wedding_party_type, .wedding_cuisine_flexbox {
	display: flex;
	justify-content: space-between;
}

.wedding_type article, .wedding_party_type article, .wedding_cuisine_flexbox article {
	width:48%;
}

.wedding_type h3, .wedding_party_type h3, .wedding_cuisine_flexbox h3 {
	text-align: center;
	font-size: 3rem;
	margin: 20px auto;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #b9b9b9;
}

.wedding_type > article p:nth-of-type(1) {
	margin: auto auto 20px auto;
	min-height: 100px;
}

.wedding_type > article p:nth-of-type(2) {
	margin: 10px auto 20px auto;
	text-align: center;
}

.wedding_type h4, .wedding_cuisine h4 {
	font-size: 2rem;
	color: #806b00;
}

.wedding_type > article p span {
	color: #806b00;
}

.wecdding_party {
	background: url("../img/cmn_stone_bg.jpg");
	padding: 50px 0;
	margin: auto auto 30px auto;
}

.wedding_txt_center {
	max-width: 830px; margin: auto auto 30px auto;
}

.wedding_party_type {
	margin: auto auto 80px auto;
}

.wedding_party_type article ul {
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
}

.wedding_party_type article ul li {
	width:48%;
}

.wedding_txt_center strong {
	font-size: 3rem;
	display: block;
	text-align: center;
	margin: auto auto 20px auto;
}

.wedding_cuisine_flexbox {
	margin: auto auto 30px auto;
}

.wedding_cuisine_menu {
	display: flex;
	justify-content: space-between;
}

.wedding_cuisine_menu > ul {
	width:55%;
	display: flex;
	justify-content: space-between;
}

.wedding_cuisine_menu > ul li {
	width:48%;
}

.wedding_cuisine_menu > p {
	width:42%;
}


.wedding_contact {
	background: url("../img/wedding_contact_bg.jpg") no-repeat;
	background-size: cover;
	padding: 38px 0;
}

.wedding_contact_container {
	background: rgba(255,255,255,0.7);
	padding: 30px 30px 10px 30px;
}


.wedding_info {
	margin: 10px auto;
}

.wedding_info > div {
	display: flex;
	font-size: 2rem;
	margin: 0 0 10px 0;
	align-items: center;
}

.wedding_info dt {
	width:25%;
	color: #806b00;
}

.wedding_info dd {
	width:70%;
}

.wedding_info dd strong {
	font-size: 3rem;
}


/* gallery /////////////////////////////////////////////////////////////////////////////////////////// */

.gallery_mainimg {
	background-image: url("../img/photogallery_main.jpg");
}

.gallery_category {
	margin-bottom: 40px;
}

.gallery_container {
	padding: 50px 0;
}


#gallery > section:nth-of-type(even) {
	background: url("../img/cmn_stone_bg.jpg") repeat;
}

.gallery_container h3 {
	font-size: 3rem;
	text-align: center;
	margin: auto auto 20px auto;
}

.gallery_container h4 {
	font-size: 2rem;
	color: #806b00;
	margin: auto auto 16px auto;
}

.gallery_container ul {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.gallery_container ul li {
	width:48%;
	margin-bottom: 20px;
}

.gallery_container ul li p {
	margin: 20px 0;
	line-height: 140%;
}



/* wifi /////////////////////////////////////////////////////////////////////////////////////////// */
.wifi_mainimg {
	background-image: url("../img/wifi_main.jpg");
}


#wifi_guide {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
    margin: 0 auto 50px auto;

}

.wifi_block {
    width: 50%;
    margin: 0 0 65px 0; padding: 0 20px 0 0;
}

.wifi_block:last-child {
    width: 100%;
}

.wifi_block h3 {
    padding: 0 0 20px 0;
    font-size: 2.0rem;
    color: #806b00;
}

.wifi_block ul {
    padding: 0 0 0 20px;
}

.wifi_block ul li {
    color: #433a3f;
    list-style-type: decimal;
}





/* sightseeing /////////////////////////////////////////////////////////////////////////////////////////// */
.sightseeing_mainimg {
	background-image: url("../img/sightseeing_main.jpg");
}

#sightseeing_map {
    padding: 0 20px;
    text-align: center;
}

#sightseeing_map img {
    max-width: 450px; width: 100%;
    margin: 0 0 40px 0;
}

.sightseeing_box {
    margin: 0 auto 50px auto;
    border: 1px solid #c4c4c4;
}

.sightseeing_box hr {
    clear: both;
    width: 90%; margin: 0 auto;
    text-align: center;
    border-top: 1px solid #c4c4c4;
}

.sightseeing_block {
    margin: 40px;
}

.sightseeing_block h3 {
    padding: 0 0 30px 0;
    font-size: 3.0rem;
    text-align: center;
}

.sightseeing_block img {
    float: left;
    display: block;
    width: 40%;
    margin: 15px 0 0 0;
}

.sightseeing_block article {
    float: right;
    width: calc(60% - 35px);
}

.sightseeing_block strong {
    display: block;
    margin: 20px 0 28px 0;
    color: #651f1a;
    font-weight: bold;
    text-decoration: underline;
}

.sightseeing_block dl {
    margin: 10px 0 10px 0;
}

.sightseeing_block dl:before,
.sightseeing_block dl:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.sightseeing_block dl:after {
    clear: both;
}

.sightseeing_block dt {
    float: left; clear: both;
    width: 20%;
    font-size: 1.9rem;
    color: #806b00;
}

.sightseeing_block dd {
    float: right;
    width: 80%;
    padding: 3px 0 15px 0;
}

.sightseeing_block article div span {
    margin: 0 50px 0 0;
    padding: 10px 80px;
}

.sightseeing_block .moshimoshi a span {
	padding: 10px 70px;
}

.sightseeing_block_levo img {
    width: 30%;

}

.sightseeing_block_levo article {
    width: calc(70% - 35px);
}









/* access /////////////////////////////////////////////////////////////////////////////////////////// */
.access_mainimg {
	background-image: url("../img/access_main.jpg");
}

.access_map_container {
	max-width: 700px; margin: auto auto 20px auto;
}

.access_map_container p {
	text-align: right;
	margin: 10px auto;
}

.access_map_container p a {
	display: inline-block;
	padding: 0 40px 0 0;
	background: url("../img/access_mark_loupe.svg") no-repeat 90% 50% / 20px;
}

.access_contaier a {
	text-decoration: underline;
}


.access_contaier h3 {
	color: #806b00;
	font-size: 2rem;
}

.access_contaier .cmn_border_conts {
	text-align: center;
	padding: 40px 20px;
}

.access_heading_horizon {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.access_bus_title {
	font-size: 3rem;
}

.access_microbus {
	display: flex;
	justify-content:flex-start;
	margin: 20px auto auto auto;
}

.access_microbus > div {
	width:46%;
}

.access_microbus > div:nth-child(1) {
	margin-right: 20px;
}

.access_microbus > div:nth-child(2) {
	text-align: left;
}

.access_pearl {
	display: flex;
	justify-content:flex-start;
	margin: 20px auto auto auto;
}


.access_pearl > div:nth-child(1) {
	width:30%;
	margin-right: 20px;
}

.access_pearl > div:nth-child(1) img {
	width: 100%;
}

.access_pearl > div:nth-child(2) {
	text-align: left;
	width:68%;
}

.access_pearl span {
	color: #806b00;
}

.access_bottom_margin {
	margin-bottom: 60px;
}







/* guidance /////////////////////////////////////////////////////////////////////////////////////////// */

/* contact /////////////////////////////////////////////////////////////////////////////////////////// */
.contact_mainimg {
	background-image: url("../img/contact_main.jpg");
}


/* rule /////////////////////////////////////////////////////////////////////////////////////////// */
.rule_mainimg {
	background-image: url("../img/rule_main.jpg");
}

.rule_info dl {
	padding: 0 0 16px 0; border-bottom:  1px solid #C4C4C4; margin: 0 0 30px 0;
}

.rule_info dl:last-of-type {
	border: 0;
}

.rule_info dt {
	margin: 0 0 6px 0;
	color: #806B00; font-size: 2.0rem; font-weight: bold;
}

.rule_info dd > div {
	display: flex;
	margin: 0 0 4px 0;
}

.rule_info span {
	flex-shrink: 0;
	display: block;
	width: 48px; margin: 0 28px 0 0;
	text-align: right;
}

.rule_info div > ul {
	margin: 0 0 0 20px;
}

.rule_info div > ul > li {
	list-style: decimal;
}

.rule_info li > ul {
	margin: 0 0 0 20px;
}

.rule_table_fee {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

.rule_table_fee th,
.rule_table_fee td {
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	color: #433A3F; font-size: 2.0rem; font-weight: bold;
}

.rule_table_fee th {
	padding: 4px 8px;
	background: #D6CEC9;
	text-align: center;
}

.rule_table_fee tr:first-of-type th {
	width: 50%;
}

.rule_table_fee td {
	padding: 4px 20px;
	background: #F1EFEE;
}

.rule_table_penalty01,
.rule_table_penalty02 {
	width: 100%;
	border-collapse: collapse;
}

.rule_table_penalty01 th,
.rule_table_penalty01 td,
.rule_table_penalty02 th,
.rule_table_penalty02 td {
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	color: #433A3F; font-size: 1.8rem; font-weight: bold;
}

.rule_table_penalty01 th,
.rule_table_penalty02 th {
	padding: 8px 2px;
	background: #D6CEC9;
	letter-spacing: 0rem; line-height: 120%;
	text-align: center;
}

.rule_table_penalty01 tr:nth-of-type(1) th:first-of-type,
.rule_table_penalty02 tr:nth-of-type(1) th:first-of-type {
	width: 26%;
}

.rule_table_penalty01 tr:not(:first-of-type) th:last-of-type,
.rule_table_penalty02 tr:not(:first-of-type) th:last-of-type {
	width: 22%;
}

.rule_table_penalty01 td,
.rule_table_penalty02 td {
	padding: 8px 0;
	background: #F1EFEE;
	text-align: center;
}





/* privacy /////////////////////////////////////////////////////////////////////////////////////////// */
.privacy_mainimg {
	background-image: url("../img/privacy_main.jpg");
}

.privacy_info > dl {
	padding: 0 0 20px 0; border-bottom: 1px solid #C8C8C8; margin: 0 0 40px 0;
}

.privacy_info > dl > dt {
	margin: 0 0 4px 0;
	color: #806B00; font-size: 2.0rem; font-weight: bold;
}

.privacy_info > dl > dd dt {
	color: #806B00; font-size: 1.5rem; font-weight: bold;
}

.privacy_info > dl > dd span {
	font-size: 2.0rem;
}


/* recruit /////////////////////////////////////////////////////////////////////////////////////////// */
.recruit_mainimg {
	background-image: url("../img/recruit_main.jpg");
}


/* about /////////////////////////////////////////////////////////////////////////////////////////// */
.about_mainimg {
	background-image: url("../img/about_main.jpg");
}

.about_company {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto 80px auto;
}

.about_company img {
	flex-shrink: 0;
	display: block;
	width: 48%;
}

.about_company dl {
	width: 48%; padding: 18px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.about_company dt {
	width:120px;
	float: left; clear: both;
	text-align: right;
	font-size: 2rem;
}

.about_company dd {
	width: 72%;
	float: right;
	padding: 5px 0 10px 0;
}

.about_history {
	margin: 0 auto 80px auto;
}

.about_history dt {
	width:24%;
	float: left; clear: both;
	text-align: right;
	font-size: 2rem;
}

.about_history dd {
	width: 74%;
	float: right;
	padding: 5px 0 10px 0;
}

.about_associated {
	margin: 0 auto 80px auto;
}

.about_associated h3 {
	margin: 0 0 20px 0;
	color: #806B00; font-size: 2.0rem; font-weight: bold;
}

.about_associated ul {
	display: flex;
}

.about_associated li {
	width: 33.33%; padding: 0 18px 0 24px;
}

.about_associated li:not(:last-of-type) {
	border-right: 1px solid #C4C4C4;
}

.about_associated li h4 {
	margin: 0 0 40px 0;
	font-size: 2.0rem; font-weight: bold;
}


/* question /////////////////////////////////////////////////////////////////////////////////////////// */

.question_mainimg {
	background-image: url("../img/question_main.jpg");
}

.question_list {
	margin: 0 0 80px 0;
}

.question_list dt {
	margin: 0 0 16px 0;
}

.question_list dt p,
.question_list dd p {
	margin: 0 0 4px 0;
	color: #806B00; font-size: 2.0rem; font-weight: bold;
}

.question_list dd {
	padding: 0 0 16px 0; border-bottom: 1px solid #C4C4C4; margin: 0 0 30px 0;
}







/* english他 /////////////////////////////////////////////////////////////////////////////////////////// */
/* scrollを揺らす */
@keyframes fuwafuwa{
	0% {transform: translate(0,0);}
	30% {transform: translate(0,0);}
	65% {transform: translate(0,-5px);}
	100% {transform: translate(0,0);}
}

.fuwafuwa {
	-webkit-animation:fuwafuwa 3s infinite linear alternate;
	animation:fuwafuwa 3s infinite linear alternate;
}


.lang_main_visual {
	color: #FFFFFF;
	height: 700px;
	text-align: center;
	position: relative;
	background-image:url("../img/en_grade_b.png"), url("../img/english_main.jpg");
	background-size:auto, auto 100%;
	background-position: center bottom,center;
	background-repeat: repeat-x,no-repeat;
}

.lang_main_visual_title {
	position: absolute;
	left:0; right: 0;
	bottom:75px;
}

.lang_main_visual_title h1 {
	margin: 20px auto;
	font-size: 2rem;
	font-weight: normal;
	line-height: 100%;
}

.lang_main_scroll a {
	color: #FFFFFF;
	font-size: 2rem;
	text-shadow:0px 0px 5px #004837,0px 0px 20px #004837,0px 0px 40px #004837;
}


#lang_header_base {
	position: fixed;
	height: 120px; width: 100%;
	top:0;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 37%, rgba(255,255,255,0.8) 66%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 37%,rgba(255,255,255,0.8) 66%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 37%,rgba(255,255,255,0.8) 66%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	
	z-index: 9999;
}

#lang_header {
	position: fixed;
	/*position: absolute;
	left:0; right: 0;*/
	top:0;
	z-index: 9999;
}


#lang_header > ul {
	padding: 25px 0 28px 0;

	font-weight: bold;
	font-size: 2rem;
	display: flex;
	justify-content: space-around;
}

#lang_header > ul > li {
	;
}

#lang_nav_pc {
	;
}

#lang_nav_sp {
	display: none !important;
}

.lang_dd > ul.cmn_pnavi_ddchild {
	font-size: 1.6rem;
	min-width: 130px;
}



.lang_pankuzu {
	position: absolute;
	display: flex;
	justify-content: flex-end;

	padding: 10px 0;
	left:0; right: 0;
	z-index: 100;
}

.lang_pankuzu a {
	text-decoration: underline;
}

.lang_pankuzu li:not(:last-child)::after {
	white-space: pre-wrap;
	content : '  >  '
}



.lang_pos {
	display: flex;
	flex-wrap: wrap;
	
	background-image: url("../img/english_about_img.jpg"), url("../img/english_bg_sakura1.png"), url("../img/english_bg_ume.png");
	background-repeat:no-repeat;
	background-position: center 125px, left 390px, right -100px top 320px;
}

.lang_main article {
	width:50%;
	position: relative;
}

#lang_about_container {
	width:100%;
}

#lang_about_container > article {
	width:50%; margin: auto 0 auto auto;
	padding: 60px 0 0 0;
	background: url("../img/english_bg_90per_pattern.png");
}


.lang_main .rightconts, .lang_main .leftconts {
	max-width: 540px;
}

.lang_main .rightconts, .lang_main .leftconts p {
	font-size: 1.4rem;
}

.lang_main .rightconts {
	margin: auto auto auto 0;
	padding: 40px 0 50px 85px;
}

.lang_main .leftconts {
	margin: auto 0 auto auto;
	padding: 40px 85px 50px 0;
}

.lang_main h2 {
	text-align: center;
	color: #651f1a;
}

.lang_main h2 span {
	display: inline-block;
	padding: 44px 30px 8px 30px;
	margin: auto auto 24px auto;
	border-bottom: 1px solid #651f1a;
	background:url("../img/english_mark_brown.svg") no-repeat top center;
}

.lang_main h3 {
	padding: 15px 5px;
	font-weight: normal;
	text-align: center;
	color: #806b00;
	border:1px solid #806b00;
	font-size: 2.7rem;
	line-height: 60%;
}

.lang_main h3 span {
	font-size: 1.4rem;
}

.lang_access {
	padding:40px 40px 50px 0 !important;
}

.lang_root {
	display: flex;
	justify-content: space-between;
}

.lang_root li:nth-child(odd) {
	padding: 5px 10px 10px 10px;
	margin: 10px 0;
	font-size: 2rem;
	background-color: #efefef;
}

.lang_root li span {
	display: inline-block;
	padding: 0 5px 3px 5px;
	background: url("../img/cmn_azuki_nami.svg") repeat-x bottom center;
	letter-spacing: -0.5px;
}

.lang_root li:nth-child(even) {
	width:20px;
	background: url("../img/cmn_azuki_rarr.svg") no-repeat;
	background-position: 50%;
}

.lang_main h4 {
	margin: auto auto 10px auto;
	font-size: 1.7rem;
	color: #651f1a;
	border-bottom: 1px dotted #651f1a;
}

.lang_access .lang_root_detail {
	padding: 10px;
}

.lang_root_detail dl {
	line-height: 100%;
}

.lang_root_detail dt {
	padding: 2px 2px 2px 6px;
	margin-bottom: 6px;
	border-left: 2px solid #cda7a0;
	font-size: 1.7rem;
}

.lang_root_detail dd {
	padding: 0 0 0 8px;
	margin-bottom: 14px;
	font-size: 1.4rem;
}

.lang_map_container {
	background: #b7c6ce;
}


.lang_conts_container {
	display: flex;
}

.lang_facility {
	background-image: url("../img/english_bg_mark1.png"), url("../img/english_bg_90per_pattern.png");
	background-repeat: no-repeat, repeat;
	background-position: top right, center;
}


.lang_conts_container article.image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 50%;
}

.lang_conts_container article.lang_facility_image {
	background-image: url("../img/english_facilities_img.jpg");
}

.lang_conts_container article.lang_cuisine_image {
	background-image: url("../img/english_cuisine_img.jpg");
}

.lang_conts_container article.lang_hotspring_image {
	background-image: url("../img/english_hotspring_img.jpg");
}

.lang_conts_container article.lang_guestroom_image {
	background-image: url("../img/english_guestrooms_img.jpg");
}

.lang_conts_container article.lang_contact_image {
	background-image: url("../img/english_contact_img.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top right;
	
}


.lang_jp_btn {
	margin: 20px auto;
	text-align: center;
}

.lang_jp_btn > a {
	display: inline-block;
	width:120px; height: 120px;
	padding-top: 18px;
	
	background: #333333;
	color: #cbb07a;
	font-size: 1.7rem;
	line-height: 100%;
}

.lang_jp_btn span {
	display: inline-block;
	color: #FFFFFF;
	font-size: 1.2rem;
	padding: 2px 5px;
	margin:10px auto 8px auto;
	border:1px solid #FFFFFF;
}

.lang_spimage {
	display: inline-block;
	margin-bottom: 30px;
}

.lang_cuisine {
	background-image: url("../img/english_bg_yagasuri_pattern.png") ,url("../img/home_photogallery_bg_pattern.jpg");
	background-position: top right 570px,center top;
	background-repeat: repeat-y, repeat-x;
	background-size: auto,auto 100%;
}

.lang_hotspring {
	background: url("../img/english_bg_pink_pattern.jpg") repeat-x;
	background-size: auto 100%;
}

.lang_guestroom {
	background-image: url("../img/english_bg_mark2.png"), url("../img/english_bg_90per_pattern.png");
	background-repeat: no-repeat, repeat;
	background-position: top left, center;
}

.lang_tourism_contaienr {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: url("../img/english_bg_susuki.png") no-repeat top 390px left;
}

.lang_tourism_contaienr article {
	width:50%;
	padding: 570px 0 0 0;
}

.lang_tourism_contaienr > div {
	position: absolute;
	left :0; right: 0;
	top:86px;
	text-align: center;
}

.lang_tourism_info {
	background-image: url("../img/english_bg_sakura2.png"), url("../img/english_bg_90per_pattern.png");
	background-repeat: no-repeat, repeat;
	background-position: top 120px right 0, center;
}

.lang_tourism_info p {
	width:95%; margin: 5px auto 20px auto;
	line-height: 130%;
	font-size: 1.5rem;
}

.lang_tourism_img {
	text-align: right;
	background:url("../img/english_bg_ume.png") no-repeat bottom right 420px;
}

.lang_tourism_img > div {
	width:356px; height: 356px;
	max-width:100%;
	display: inline-block;
	margin-top: 76px;
	margin-right:180px;
	
}

.lang_contact_container {
	background-image:url("../img/home_photogallery_bg_pattern.jpg");
	background-position:center top;
	background-repeat:repeat-x;
	background-size: auto 100%;
}

.lang_contact {
	background: url("../img/english_bg_yagasuri_pattern.png") top left 580px repeat-y;
}


.lang_footer {
	border-top: none;
}


.lang_footer_menu_container {
	display: flex;
	padding: 25px 0;
	justify-content: space-between;
}

.lang_footer_menu_container a {
	color: #651f1a;
}


.lang_footer_menu ul {
	min-width: 100px; max-width: 80%; margin: auto auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 2rem;
}

.lang_footer_menu ul li {
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	background: url("../img/cmn_ico_rarr_brown.svg") no-repeat;
	background-position: 0% 55%;
}

.lang_footer_menu_container > div {
	width:50%;
}


.lang_reservation {
	display: flex;
	justify-content: center;
	align-items: center;
}

.lang_ver {
	background-image: url("../img/cmn_bg_darkbrown.jpg");
}

.lang_ver a span {
	color: #FFFFFF;
	font-size: 2rem;
	padding: 25px 15px;
}

.lang_phoneno {
	text-align: center;
	margin-left: 20px;
	color:  #651f1a;
}

.lang_phoneno p:nth-child(1) {
	border-top:1px dotted #651f1a;
	border-bottom:1px dotted #651f1a;
	line-height: 200%;
	padding: 6px 0 0 0;
}

.lang_phoneno p:nth-child(1) span {
	font-size: 2rem;
}

.lang_phoneno p:nth-child(1) strong a {
	font-size: 3rem;
	font-weight: normal;
}


/* 言語 */
.lang_footer_lang {
	padding: 15px 0;
	margin-bottom: 2px;
	border-top:1px solid #651f1a;
	border-bottom:1px solid #651f1a;
}

.lang_footer_lang ul {
	display: flex;
	justify-content: center;
}

.lang_footer_lang li {
	color: #651f1a;
}

.lang_footer_lang li:after {
	white-space: pre-wrap;
	content: '    /    ';
}

.lang_footer_lang li:last-child:after {
	content: '';
}

.lang_footer_lang a {
	color: #651f1a;
}

.lang_contact_footerimg img {
	width:100%;
}


.lang_facility .lang_sakura {
	left:460px;
}

.lang_guestroom .lang_sakura {
	right:460px;
}

.lang_tourism_info .lang_sakura {
	left:460px;
}

.lang_sakura {
	position: absolute;
	z-index: 1000;
	bottom:-80px;
}









/* 1400以下 */
@media only screen and ( max-width:1400px) {

	.cmn_fixed_logo1 {
		display: none;
	}

	.cmn_fixed_menu_container {
		justify-content:space-between;
	}

	.home_list {
		width:90%; margin: auto;
	}

}



/* 1080以上 */
@media only screen and (min-width: 1080px)  {

	.pcNone{
		display:none;
	}

	.cmn_footer_spnav,
	.cmn_footer_sp_check,
	#cmn_sp_fmenu {
		display: none;
	}
}




/* 1400以上 */
@media only screen and (min-width: 1400px)  {

	.cmn_fixed_logo1 {
		float: left;
		width:275px;
		padding: 18px 0 0 0;
	}

	.cmn_fixed_menu_container {
		/* 左のロゴ分 */
		padding-left:275px;
		margin-left:-275px;
		
		justify-content:flex-end;
	}
	
	.cmn_fixed_menu_container > div:nth-child(1) {
		display: none;
	}
	
	.mice_convention_detail th,
	.mice_convention_detail td,
	.mice_kaigi_detail th,
	.mice_kaigi_detail td {
		font-size: 1.7rem !important;
	}


}


/* 1920以上 */
@media only screen and (min-width: 1920px)  {

	/* サブページメインの共通項目 */
	.sub_title {
		background-size: 100% auto;
		background-position: center;
	}

	.lang_main_visual {
		background-size: auto, auto 100%;
		background-position: bottom,center;
	}



}

