@charset "UTF-8";

/* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	font-family: 'Hina Mincho', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #000;
}

a {
	text-decoration: underline;
	outline: none;
}

a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.m-page img,
.m-single img,
.m-page-footer img{
	border-radius:8px;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 5px;
  outline: none;
}

/* _:-ms-lang(x), body {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
}
 */

/*l-header
---------------------------------------------------------------------------- */
.l-header {
	position: fixed;
    width: 100%;
    background: #fff;
    z-index: 10;
}

.l-header-logo {
    width: 233px;
}

.l-header-logo a,
.l-header-bnr a {
	display: block;
	transition: .3s;
}

.l-header-bnr{
    width:250px;
}

.l-header-content {
    padding: 10px 0 0 30px;
    height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-header-detail {
    min-width: 830px;
		display: flex;
    justify-content: space-between;
}

.l-header-block {
    width: 267px;
}

.l-header-block span {
    display: inline-block;
    background: #957D1A;
    color: #fff;
    border-radius: 5px;
    width: 63px;
    height: 28px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    padding: 7px 0;
    margin-right: 10px;
}

.l-header-block p a {
    font-size: 32px;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    line-height: 1;
		pointer-events: none;
}

.l-header-list {
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}

.l-header-list li {
    display: inline-block;
    text-align: center;
    width: 50%;
    border-left: solid 1px #fff;
}

.l-header-list li a {
	position: relative;
    display: block;
    text-decoration: none;
    background: #957D1A;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    height: 47px;
    padding: 13px 0 13px 20px;
    line-height: 1.4;
		transition: .3s;
}

li.l-header-book a::before {
	position: absolute;
	pointer-events: none;
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

li.l-header-lang a::before {
	position: absolute;
	pointer-events: none;
	content: "\f0ac";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.l-header-yoyaku {
	display: none;
    background: #957D1A;
    padding: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 100;
}

.l-yoyaku-container {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.l-yoyaku-list {
    width: 248px;
}

.l-yoyaku-button a {
    background: #D5D5D5;
    display: block;
    border-radius: 5px;
    text-align: center;
    color: #000;
    text-decoration: none;
    min-height: 79px;
    padding: 31px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
}

.l-yoyaku-button {
    margin-bottom: 10px;
}

.l-yoyaku-button:last-child {
    margin: 0;
}



.l-yoyaku-content {
    background: #FFFFFF;
    border-radius: 5px;
    width: 740px;
    margin: 0 auto;
		padding: 0 0 20px;
}

.l-yoyaku-content table {
    width: 100%;
    margin: 0 auto 10px;
}

.l-yoyaku-content table th {
    width: 240px;
    text-align: left;
    vertical-align: middle;
    padding: 0 0 0 40px;
    font-size: 20px;
    font-size: 2rem;
		color: #000;
}

.l-yoyaku-content table td {
    padding: 10px 0;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
}

.l-3col {
    display: flex;
    align-items: center;
}

.l-3col-block {
    width: 31%;
}

.l-3col-block select {
    border: solid 1px #BCBCBC;
    width: 110px;
    height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 5px;
    margin-right: 10px;
		font-family: 'Hina Mincho', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.l-yoyaku-content input[type="submit"] {
    width: 194px;
    background: #957D1A;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    display: block;
    height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
		font-family: 'Hina Mincho', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
		cursor: pointer;
		transition: .3s;
}

.l-header-menu {
	display: none;
}

@media screen and (min-width: 768px){

	.l-header-logo a:hover {
		opacity: .7;
	}

	.l-header-list li a:hover {
		opacity: .7;
	}

	.l-yoyaku-button a:hover {
	    background: #f1f1f1;
	    opacity: 1;
	}

	.l-yoyaku-content input[type="submit"]:hover {
		background: #8a807f;
	}
}


/*@media screen and (max-width: 1160px){*/
@media screen and (max-width: 1390px){

	.l-header-detail {
		display: none;
	}

	.l-header-logo {
    width: 125px;
        margin:0 auto;
	}
    
    .l-header-bnr {
        display:none;
    }

	.l-header-content {
	    height: 60px;
	    padding: 10px;
	}

	.l-header-yoyaku {
		padding: 20px 20px;
    top: 0;
    height: 100vh;
    background: rgba(82, 70, 70, .95);
	}

	.l-yoyaku-content table th {
	    display: block;
	    width: 100%;
	    padding: 0;
	}

	.l-yoyaku-content table td {
	    width: 100%;
	    display: block;
	    padding: 10px 0 20px;
	    font-size: 1.4rem;
	}

	.l-3col-block select {
	    width: 61px;
	    margin-right: 5px;
	}

	.l-yoyaku-container {
    width: 100%;
    display: block;
	}

	.l-yoyaku-button a {
	    min-height: 40px;
	    padding: 12px 0;
	}


	.l-yoyaku-list {
	    width: 100%;
	    margin: 10px auto 0;
	}

	.l-yoyaku-content {
	    padding: 40px 20px;
			width: 100%;
	}

	.l-yoyaku-content table tr:last-child td .l-3col-block {
	    width: 50%;
	}

	.l-yoyaku-content table tr:last-child td .l-3col-block select {
	    width: 120px;
	}

	p.l-yoyaku-head {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 0 0 15px;
	}

	span.l-yoyaku-close {
    display: block;
    width: 24px;
    margin: 0 0 10px auto;
	}

	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 18px;
	  height: 19px;
	  background: none;
	  border: none;
	  appearance: none;
	  cursor: pointer;
	  z-index: 100;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #957D1A;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}

	.menu-trigger.active span {
		background: #fff;
	}

	.menu-trigger.active span:nth-of-type(1) {
	  transform: translateY(9px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-7px) rotate(45deg);
	}
}


/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {
}

.l-gNav-list {
    font-size: 0;
}

.l-gNav-list li {
    display: inline-block;
    vertical-align: middle;
		margin-right: 5px;
}

.l-gNav-list li:last-child {
	margin-right: 0;
}

.l-gNav-list li a {
    width: 72px;
    height: 72px;
    display: block;
    border-radius: 8px;
    position: relative;
		transition: .3s;
		color: #000000;
		text-decoration: none;
		text-align: center;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1;
		padding-top: 47px;
}

.l-gNav-list li a::before {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	pointer-events: none;
}

.l-gNav-list li:first-child a::before {
	background: url("../img/common/ico_gnav_home.png")no-repeat;
	background-size: 22px;
	height: 22px;
	background-position: center;
	top: 14px;
}

.l-gNav-list li:nth-child(2) a::before {
	background: url("../img/common/ico_gnav_onsen.png")no-repeat;
	background-size: 24px;
	height: 25px;
	background-position: center;
	top: 14px;
}

.l-gNav-list li:nth-child(3) a::before {
	background: url("../img/common/ico_gnav_restaurant.png")no-repeat;
	background-size: 19px;
	height: 27px;
	background-position: center;
	top: 10px;
}

.l-gNav-list li:nth-child(4) a::before {
	background: url("../img/common/ico_gnav_info.png")no-repeat;
	background-size: 26px;
	height: 26px;
	background-position: center;
	top: 14px;
}

.l-gNav-list li:nth-child(5) a::before {
	background: url("../img/common/ico_gnav_room.png")no-repeat;
	background-size: 34px;
	height: 20px;
	background-position: center;
	top: 14px;
}

.l-gNav-list li:nth-child(6) a::before {
	background: url("../img/common/ico_gnav_recruit.png")no-repeat;
	background-size: 33px;
	height: 23px;
	background-position: center;
	top: 10px;
}

.l-gNav-list li:nth-child(7) a::before {
	background: url("../img/common/ico_gnav_access.png")no-repeat;
	background-size: 18px;
	height: 27px;
	background-position: center;
	top: 10px;
}

.l-gNav-list li:nth-child(8) a::before {
	background: url("../img/common/ico_gnav_guide.png")no-repeat;
	background-size: 28px;
	height: 25px;
	background-position: center;
	top: 14px;
}

.l-gNav-list li:nth-child(9) a::before {
	background: url("../img/common/ico_gnav_cart.png")no-repeat;
	background-size: 29px;
	height: 24px;
	background-position: center;
	top: 14px;
}


/*@media screen and (min-width: 1161px){*/
@media screen and (min-width: 1391px){

	.l-gNav-list li a:hover {
		background: #F0F0F0;
	}

	.l-sp {
		display: none!important;
	}
}

/*@media screen and (max-width: 1160px){*/
@media screen and (max-width: 1390px){
	.l-sp {
		display: none;
		position: fixed;
		background: #957D1A;
		width: 285px;
		height: 100vh;
		top: 0;
		right: 0;
		padding: 20px 0 20px 20px;
		z-index: 60;
	}

	.l-sp a {
    color: #fff;
    text-decoration: none;
	}

	.l-sp-nav {
	    height: calc(100vh - 40px);
	    overflow-y: scroll;
	    padding-bottom: 100px;
	}

	.l-sp-nav p {
    padding-left: 50px;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
        color:#FFF;
	}
    
    .l-sp-nav p.l-sp-en{
        top:4px;
    }

	.l-sp-nav p::before {
		position: absolute;
		content: "";
		left: 0;
	}

	p.l-sp-home::before {
		background: url("../img/common/ico_sp_home.png")no-repeat;
		width: 22px;
		height: 22px;
		background-size: 22px;
		background-position: center;
		top: 0;
        left:4px;
	}

	p.l-sp-onsen::before {
		background: url("../img/common/ico_sp_onsen.png")no-repeat;
		width: 24px;
		height: 25px;
		background-size: 25px;
		background-position: center;
		top: 0;
	}
    
    p.l-sp-onsen+ul{
        display:none;
    }

	p.l-sp-food::before {
		background: url("../img/common/ico_sp_food.png")no-repeat;
		width: 19px;
		height: 27px;
		background-size: 19px;
		background-position: center;
		top: -4px;
		left: 2px;
	}

	p.l-sp-facility::before {
		background: url("../img/common/ico_sp_facility.png")no-repeat;
		width: 26px;
		height: 26px;
		background-size: 26px;
		background-position: center;
		top: -5px;
	}
    
    p.l-sp-facility+ul{
        display:none;
    }

	p.l-sp-room::before {
		background: url("../img/common/ico_sp_room.png")no-repeat;
		width: 34px;
		height: 20px;
		background-size: 34px;
		background-position: center;
		top: 0;
	}
    
    p.l-sp-room+ul{
        display:none;
    }

	p.l-sp-access::before {
		background: url("../img/common/ico_sp_access.png")no-repeat;
		width: 18px;
		height: 27px;
		background-size: 18px;
		background-position: center;
		top: -3px;
		left: 4px;
	}

	p.l-sp-guide::before {
		background: url("../img/common/ico_sp_guide.png")no-repeat;
		width: 28px;
		height: 25px;
		background-size: 28px;
		background-position: center;
		top: -3px;
	}
    
    p.l-sp-guide+ul{
        display:none;
    }

	p.l-sp-book::before {
		background: url("../img/common/ico_sp_book.png")no-repeat;
		width: 24px;
		height: 24px;
		background-size: 24px;
		background-position: center;
		top: 0;
		left: 4px;
	}

	p.l-sp-staff::before {
		background: url("../img/common/ico_sp_staff.png")no-repeat;
		width: 23px;
		height: 28px;
		background-size: 23px;
		background-position: center;
		top: 0;
		left: 4px;
	}

	p.l-sp-recruit::before {
		background: url("../img/common/ico_sp_recruit.png")no-repeat;
		width: 28px;
		height: 18px;
		background-size: 28px;
		background-position: center;
		top: 2px;
	}

	p.l-sp-wedding::before {
		background: url("../img/common/ico_sp_wedding.png")no-repeat;
		width: 29px;
		height: 29px;
		background-size: 29px;
		background-position: center;
		top: 0;
	}

	p.l-sp-denshokan::before {
		background: url("../img/common/ico_sp_denshokan.png")no-repeat;
		width: 36px;
		height: 14px;
		background-size: 36px;
		background-position: center;
		top: 4px;
	}

	p.l-sp-kamiyose::before {
		background: url("../img/common/ico_sp_kamiyose.png")no-repeat;
		width: 29px;
		height: 29px;
		background-size: 29px;
		background-position: center;
		top: -3px;
	}
    
    p.l-sp-en::before {
		background: url("../img/common/ico_sp_en.png")no-repeat;
		width: 29px;
		height: 29px;
		background-size: 29px;
		background-position: center;
		top: -3px;
	}
    
    p.l-sp-onsen::after,
    p.l-sp-room::after,
    p.l-sp-facility::after,
    p.l-sp-guide::after{
        content:"";
        background: url("../img/common/ico_sp_arrow.png")no-repeat;
		width: 29px;
		height: 29px;
		background-size: 29px;
		background-position: center;
        position:absolute;
        right:0;
        top:-4px;
    }

	.l-sp-nav ul {
	    margin-left: 50px;
	    font-size: 1.4rem;
	    margin-bottom: 40px;
	}

	.l-sp-nav ul li {
	    margin-bottom: 15px;
	    padding-left: 15px;
	    position: relative;
	}

	.l-sp-nav ul li:before {
	    position: absolute;
	    content: "";
	    background: #fff;
	    width: 11px;
	    height: 1px;
	    left: 0;
	    top: 10px;
	}

}


/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
	text-align: right;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    padding: 20px 35px 70px;
}

.l-topicPath li {
	display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
		vertical-align: middle;
		color: #524646;
		position: relative;
		padding-right: 25px;
}

.l-topicPath li::before {
	position: absolute;
	content: ">";
	right: 4px;
    bottom: 0;
}

.l-topicPath li:last-child {
	padding: 0;
}

.l-topicPath li:last-child::before {
	display: none;
}


.l-topicPath li a {
    text-decoration: none;
    color: #524646;
}

.l-topicPath li a:hover {
    text-decoration: underline;
}



@media screen and (max-width: 1160px){

	.l-topicPath {
    padding: 10px 20px 40px;
	}

	.l-topicPath li {
	    font-size: 1.2rem;
	}
}


/* l-pageBody
---------------------------------------------------------------------------- */
.l-pageBody {
    width: 100%;
		padding-top: 95px;
		overflow: hidden;
}

/*@media screen and (max-width: 1160px){*/
@media screen and (max-width: 1390px){
    .l-pageBody {
			padding-top: 60px;
        min-width: 0;
    }
}


/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
}

@media screen and (max-width: 1160px){
}


/* l-pageTop
---------------------------------------------------------------------------- */
.l-pageTop {
	width: 58px;
	position: fixed;
	z-index: 5;
	right: 50px;
	bottom: 50px;
}

.l-pageTop a {
    display: block;
    transition: .3s;
}

.l-bottom {
	display: none;
}

@media screen and (min-width: 768px){

	.l-pageTop a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 1160px){

	.l-pageTop {
    width: 47px;
    right: 0;
    bottom: 0;
	}

	.l-bottom {
		position: fixed;
		bottom: 0;
		left: 0;
		width: calc(100% - 47px);
		display: block;
		background: #957D1A;
		z-index: 5;
	}

	.l-bottom a {
		color: #fff;
	}

	.l-bottom ul {
	    text-align: center;
	    font-size: 0;
	}

	.l-bottom ul li {
	    display: inline-block;
	    width: 50%;
	    vertical-align: middle;
	    font-size: 15px;
	    font-size: 1.5rem;
	}

	.l-bottom ul li a {
		position: relative;
	    display: block;
	    min-height: 47px;
	    padding: 12px 0 12px 20px;
	}

	a.is-book {
	   border-right: solid 1px #fff;
	}

	a.is-book::before {
		position: absolute;
		pointer-events: none;
		content: "\f002";
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		color: #fff;
		font-size: 15px;
		left: 40px;
		top: 50%;
		transform: translateY(-50%);
	}

	a.is-tel::before {
		position: absolute;
		pointer-events: none;
		content: "";
		background: url("../img/common/ico_tel.png")no-repeat;
		background-size: 16px;
		height: 16px;
		width: 16px;
		background-position: center;
		left: 36px;
		top: 50%;
		transform: translateY(-50%);
	}

}


/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
	padding: 100px 30px 50px;
	 background: url("../img/common/bg_gold.jpg");
	 color: #fff;
}

.l-footer a {
	color: #fff;
	text-decoration: none;
}

.l-footer-sitemap {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.l-footer-4col {
    width: 16%;
    font-size: 14px;
    font-size: 1.4rem;
}

.l-footer-4col ul {
    margin-left: 16px;
    margin: 10px 0 20px 15px;
}

.l-footer-4col ul li {
	margin-bottom: 5px;
    padding-left: 14px;
    position: relative;
}

.l-footer-4col ul li:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 1px;
    left: 0;
    top: 10px;
}

.l-footer-4col p {
    margin-bottom: 20px;
}

.l-footer-sns {
    margin: 130px auto 80px;
    text-align: center;
    font-size: 0;
}

.l-footer-sns li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px;
}

.l-footer-sns li a {
	display: block;
	transition: .3s;
}

.is-fb {
    display: block;
    width: 27px;
    margin: 0 auto;
}

.is-ig {
    display: block;
    width: 28px;
    margin: 0 auto;
}

.is-yt {
    display: block;
    width: 34px;
    margin: 0 auto;
}

.is-tik {
    display: block;
    width: 27px;
    margin: 0 auto;
}

.is-tw {
    display: block;
    width: 31px;
    margin: 0 auto;
}

.l-footer-logo {
    width: 268px;
}

.l-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 870px;
    margin: 0 auto 50px;
}

.l-footer-address {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
}

.l-footer-tel {
    width: 305px;
}

.l-footer-tel dt {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
}

.l-footer-tel dt span {
    display: inline-block;
    vertical-align: middle;
    background: url("../img/common/bg_gold.jpg");
    position: relative;
    z-index: 2;
    padding: 0 9px 0 0;
}

.l-footer-tel dt:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    top: 17px;
    z-index: 1;
}

.l-footer-tel dd {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: 0.09em;
    text-align: center;
}

.l-footer-tel dd a {
    display: block;
    pointer-events: none;
}

.l-footer-copy {
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media screen and (min-width: 768px){

	.l-footer a:hover {
		text-decoration: underline;
	}

	.l-footer-sns li a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 1160px){

	.l-footer-sitemap {
    display: none;
	}

	.l-footer {
	    padding: 30px 20px 100px;
	}

	.l-footer-sns {
	    margin: 0 auto 50px;
	}

	.l-footer-content {
	    display: block;
	    margin: 0 auto 30px;
	}

	.l-footer-logo {
	    width: 164px;
	    margin: 0 auto 20px;
	}

	.l-footer-address {
	    text-align: center;
	}

	.l-footer-tel {
	    display: none;
	}
}
