/*
Theme Name: souen
*/
/* reset*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}
*,*::before,*::after {
  box-sizing: border-box;
}

/*theme style*/
body{
	font-family:"source-han-serif-japanese","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #3c3c3c;
	font-size: 18px;
	line-height: 1.3;
}
.en{font-family: "Times New Roman", Times, "serif";}
a, button, button:after {transition: .7s;}
img{max-width: 100%;height: auto;}
.wrap{width:1024px;margin:auto;position: relative;}
.center{text-align:center;}
.flex{display: flex;}
.flex_wrap{display:flex;flex-wrap:wrap;}
.justify_center{justify-content:center;}
.justify_around{justify-content:space-around;}
.justify_between{justify-content:space-between;}
.flex_end{align-items:flex-end;}
.txt_vertical {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	text-align: left;
	word-break: keep-all;
}
section{margin:88px auto 32px;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
header {
	position: absolute;
	top: 32px;
	z-index: 100;
	left: 28px;
}
header ul {
	padding-top: 48px;
	list-style: none;
}
header ul li {
	position: relative;
	padding: 20px 1vw;
}
header li a:hover {
	color: #ccc;
	text-shadow: 0 0 5px #000;
}
header li:before {
	content: "";
	height: 24px;
	width: 1px;
	background: #fff;
	box-shadow: 0 0 5px #999;
	position: absolute;
	top: -32px;
	left: calc(1vw + 13px);
}
header li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
}
header li:last-of-type {
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    position: absolute;
    top: 24px;
    left: 0;
    margin-left: 85vw;
}
header li:last-of-type a {
    border: 2px solid;
    padding: 8px 16px;
}
header li:last-of-type::before {display: none;}
header .header_menu_btn{display:none;}
header .sub-menu {display: none;}
/* Top */
#hero{overflow: hidden;position:relative;height:100vh;}
#hero li{height:100vh;}
.hero_slide .slide1{
	background: url("../../uploads/top_1.jpg")center center no-repeat;
	background-size: cover;
}
.hero_slide .slide2{
	background: url("../../uploads/top_2.jpg")center center no-repeat;
	background-size: cover;
}
#hero::before {
	content: "";
	position: absolute;
	left: -50%;
	top: -10vw;
	width: 150%;
	transform: rotate(-25deg);
	height: 80%;
	z-index: 10;
	background: -moz-linear-gradient(top, rgba(43,43,43,0.3) 0%, rgba(45,45,45,0) 100%);
	background: -webkit-linear-gradient(top, rgba(43,43,43,0.3) 0%,rgba(45,45,45,0) 100%);
	background: linear-gradient(to bottom, rgba(43,43,43,0.3) 0%,rgba(45,45,45,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d2b2b2b', endColorstr='#002d2d2d',GradientType=0 );
}
.kv_logo {
	position: absolute;
	top: 28%;
	width: 100%;
	height: 50%;
	max-height: 360px;
	text-align: center;
}
.kv_logo img {
	height: 100%;
}
.scroll_down {
	position: absolute;
	bottom: 2%;
	width: 100%;
	text-align: center;
	height: 10%;
}
.scroll_down img {
	height: 100%;
}
.top_reserve {
	position: absolute;
	bottom: 0;
	right: 0;
}
.top_reserve a {
	padding: 24px 16px;
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.3em;
	background-color: rgba(154,140,66,0.8);
}
.top_reserve a:before {
	font-size: 1.5em;
	font-family: dashicons;
	content: "\f179";
	color: #1c1c1c;
}
.top_reserve a:hover {
	background-color: rgba(154,140,66,1);
	color: #231815;
}
.sub_catch {
	background: rgba(154,140,66,0.8);
	color: #fff;
	text-align: center;
	padding: 64px 0 32px;
}
.sub_catch .inner {position: relative;}
.sub_catch .inner::before {
	content: "";
	position: absolute;
	left: -284px;
	top: -10%;
	background: url("../../uploads/jpn.png")center center no-repeat;
	background-size: auto 100%;
	height: 100%;
	width: 300px;
}
.sub_catch h2 img {height: 200px;}
.sub_catch p {line-height: 2.5;letter-spacing: 0.2em;}
.sub_catch h2 {margin-left: 24px;}
#top_slider_1 {
	width: 100%;
	overflow: hidden;
	margin: 32px 0;
}
.top_slider1 {
	width: 720px;
	margin: auto;
}
#top_slider_1 .slick-list {overflow: visible;}
#top_slider_1 .slick-slide{margin: 0 32px;}
.top_slide1 li{height:405px;}
.top_slide1 .slide1{
	background: url("../../uploads/top_slider1_1.jpg")center center no-repeat;
	background-size: cover;
}
.top_slide1 .slide2{
	background: url("../../uploads/top_slider1_2.jpg")center center no-repeat;
	background-size: cover;
}
.top_slide1 .slide3{
	background: url("../../uploads/top_slider1_3.jpg")center center no-repeat;
	background-size: cover;
}
.top_slide1 .slide4{
	background: url("../../uploads/top_slider1_4.jpg")center center no-repeat;
	background-size: cover;
}
.concept h2 {margin:96px auto 32px;}
.concept h2 img {height: 224px;}
.concept img {max-width: 100%;}
.concept p {
	letter-spacing: 0.2em;
	line-height: 2.2;
}
.right_3_2 {float: right;width: 66%;}
.left_3_2 {float: left;width: 66%;}
.right_3_1 {float: right;width: 33%;}
.left_3_1 {float: left;width: 33%;}
.left_3_1 div ,.right_3_1 div{margin-bottom: 40px;}
.hotspring_img {position: relative;}
.hotspring_img::after {
	position: absolute;
	bottom: -10%;
	right: -10%;
	content: "";
	width: 30%;
	height: 40%;
	background: url("../../uploads/chair.png")center center no-repeat;
	background-size: contain;
}
.btn_wrap{
	position:relative;
	z-index: 100;
}
.btn_top {
	position: relative;
	border: 1px solid #9a8c42;
	background: rgba(0,0,0,0);
	padding: 16px 40px 16px 32px;
	border-radius: 35px;
	font-size: 18px;
	font-family: inherit;
}
.btn_top:hover {
	background: #9a8c42;
	color: #fff;
}
.btn_top::after {
	position: absolute;
	top: 14px;
	right: 12px;
	content: "\f139";
	font-family: "dashicons";
	font-size: 32px;
	color: #1c1c1c;
}
.btn_top:hover::after {
	right: 8px;
	color: #fff;
}
.second_head {text-align: center;margin-top: 96px;}
.second_head p {
	border-left: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
	line-height: 2.2;
	letter-spacing: 0.2em;
	padding: 8px 16px;
}
#top_slider_2 .slick-slide {margin: 64px 32px 0;}
.top_slide2 li{height:600px;}
.top_slide2 .slide1{
	background: url("../../uploads/top_slider2_1.jpg")center center no-repeat;
	background-size: cover;
}
.top_slide2 .slide2{
	background: url("../../uploads/top_slider2_2.jpg")center center no-repeat;
	background-size: cover;
}
.top_slide2 .slide3{
	background: url("../../uploads/top_slider2_3.jpg")center center no-repeat;
	background-size: cover;
}
.top_slide2 .slide4{
	background: url("../../uploads/top_slider2_4.jpg")center center no-repeat;
	background-size: cover;
}
.top_slide2 .slide5{
	background: url("../../uploads/top_slider2_5.jpg")center center no-repeat;
	background-size: cover;
}
.infomation{
	margin:64px auto 32px;
	text-align: center;
}
.infomation p{
	line-height: 2.2;
	letter-spacing: 0.2em;
}
.link > div {
	width: 50%;
	text-align: center;
	padding: 88px 0 32px;
	color: #fff;
	position: relative;
}
.link > div::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 2;
}
.link > div p {
	position: relative;
	z-index: 10;
	line-height: 1.5;
}
.link .jp {font-size: 16px;}
.link .en {font-size: 24px;}
.aethtetic {
	background: url("../../uploads/aesthetic.jpg")center center no-repeat;
	background-size: cover;
}
.area {
	background: url("../../uploads/area.jpg")center center no-repeat;
	background-size: cover;
}
.link .btn_wrap{margin-top: 24px;}
.link .btn_top{color:#fff;font-size:16px;padding: 8px 40px 8px 32px;}
.link .btn_top::after {top: 4px;color:#fff;}
.news_info {
	width: 792px;
	margin: 40px auto;
	background: #4c4948;
	padding: 24px 88px;
	color: #fff;
}
.news_info h2 {font-size: 32px;margin-bottom: 24px;}
.news_info .news {margin-bottom: 8px;}
.news_info .news a{
	color:inherit;
	text-decoration:none;
}
.news_info .date{
	display: inline-block;
	width: 10em;
}
/* room */
#page_room #hero{
	background: url("../../uploads/room_kv.jpg")center center no-repeat;
	background-size: cover;
}
h2.txt_vertical {
	font-size: 48px;
	letter-spacing: 0.2em;
	font-weight: 300;
	margin-bottom: 64px;
}
.roommap {
	width: 1024px;
	margin: auto;
	position: relative;
}
.roommap img {width: 100%;}
.roommap button{
	position: absolute;
	opacity: 0;
}
.roommap #room01 {top:15.2%;left:12.7%;width: 6.5%;height: 9.5%;}
.roommap #room02 {top:26%;  left:13%  ;width: 5.0%;height: 8%;}
.roommap #room03 {top:33.8%;left:13.3%;width: 4.7%;height: 8%;}
.roommap #room04 {top:19.5%;left:20.2%;width: 6%;  height: 8%;}
.roommap #room05 {top:25.5%;left:27%;  width: 6%;  height: 7.5%;}
.roommap #room06 {top:14%;  left:35%;  width: 7%;  height: 8%;}
.roommap #room07 {top:24.5%;left:35.5%;width: 5%;  height: 8.5%;}
.roommap #room08 {top: 7%;  left:42.3%;width: 7%;  height:15.3%;}
.roommap #room09 {top:24.7%;left:44.5%;width: 6.5%;height: 8%;}
.roommap #room10 {top:32.5%;left:44.5%;width: 7%;  height:8.5%;}
.roommap #room11 {top:60%;  left:49.7%;width: 3.1%;height:9.7%;}
.roommap #room12 {top:59%;  left:52.7%;width: 3.2%;height:10.5%;}
.roommap #room13 {top:59%;  left:55.8%;width: 3.2%;height:10.5%;}
.roommap #room14 {top:60%;  left:58.9%;width: 3.1%;height:10%;}
.roommap #room15 {top:60%;  left:63.2%;width: 3.1%;height:10%;}
.roommap #room16 {top:59%;  left:66.1%;width: 3.2%;height:10.5%;}
.roommap #room17 {top:59%;  left:69.2%;width: 3.2%;height:10.5%;}
.roommap #room18 {top:60%;  left:72.3%;width: 3.5%;height: 9.7%;}
.roommap #room19 {top:28.5%;left:72.6%;width: 3.1%;height: 9.8%;}
.roommap #room20 {top:27.3%;left:75.5%;width: 3.1%;height:10.8%;}
.roommap #room21 {top:27.3%;left:78.5%;width: 3.2%;height:10.8%;}
.roommap #room22 {top:28.5%;left:81.6%;width: 3.1%;height: 9.8%;}
.roommap #room23 {top:28.5%;left:85.9%;width: 3.4%;height: 9.8%;}
.roommap #room24 {top:27.3%;left:89.2%;width: 3.1%;height:10.8%;}
.roommap #room25 {top:27.3%;left:92.1%;width: 3.1%;height:10.8%;}
.roommap #room26 {top:28.5%;left:95.1%;width: 3.5%;height:10%;}
.room_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.room {
	position:relative;
	width: 30%;
	margin: 32px 1.5%;
}
.room a {
	position: absolute;
	top:0;left:0;
	width:100%;height:100%;
}
.room .thumb {
	overflow: hidden;
	width: 100%;
	height: 160px;
	margin-bottom: 16px;
}
.room .thumb img {
	width: 100%;
	height: auto;
	transition:.7s;
}
.room:hover .thumb img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.room_box h3 {
	font-size: 24px;
	font-weight: 300;
}
#roominfo .info_box {
	text-align: left;
	margin: 32px auto;
	padding: 32px;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
}
#roominfo .info_box h3 {
	font-size: 32px;
	margin: 24px auto 16px;
}
#roominfo .info_box h3:first-of-type {margin-top: 0;}
#roominfo .info_box ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-left: 16px;
}
#roominfo .info_box ul li {width: 184px;}

/* hotspring */
#page_hotspring #hero{
	background: url("../../uploads/onsen_male_main.jpg")center center no-repeat;
	background-size: cover;
}
.hotspring_info h2,.hotspring_quality h2,.cuisine_menu  h2{letter-spacing: 1em;}
.hotspring_info .text {
	display: block;
	margin: 16px auto;
	line-height: 2.5;
	letter-spacing: 0.2em;
	font-size: 18px;
}
.hotspring_info h3 {
	font-size: 32px;
	font-weight: 300;
	padding-top: 1em;
	line-height: 2.5;
}
.onsen_slider_wrap {padding: 0 64px;}
.onsen_slider .slick-slide img {
	width: 100%;
	height: auto;
}
.onsen_slider figcaption {margin: 8px 0;}
.onsen_slider .slick-arrow{
	position: absolute;
	top: 42%;
	width: 60px;
	height: 60px;
	transition: .7s;
	border-radius: 50%;
	padding: 0;
	border: none;
	background: #fff;
}
.onsen_slider .slick-arrow:hover {background: #e6e6e6;}
.onsen-prev {left: -64px;}
.onsen-prev:before {
	content: "\f341";
	font-family: "dashicons";
	font-size: 32px;
	color: #1c1c1c;
}
.onsen-next {right: -64px;}
.onsen-next:before {
	content: "\f345";
	font-family: "dashicons";
	font-size: 32px;
	color: #1c1c1c;
}
ul.onsen-dots {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.onsen-dots button {
	border-radius: 50%;
	font-size: 0;
	padding: 6px;
	margin: 0 4px;
	background: #fff;
	border-color: #c6c6c6;
}
.onsen-dots .slick-active button {background: #c6c6c6;}
.hotspring_quality figure {padding: 0 64px;}
.hotspring_quality figure img {width: 100%;}
.hotspring_quality figcaption{
	text-align:left;
	margin: 8px 0;
}
.hotspring_quality figcaption dt {
	margin-right: 3em;
	position: relative;
	word-break: keep-all;
}
.hotspring_quality figcaption dt:after {
	content: "：";
	position: absolute;
	right: -2em;
}
.hotspring_quality figcaption dl {
	display: flex;
	margin-bottom: 8px;
}
.hotspring_quality figcaption dl ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.hotspring_quality figcaption dl ul li {width: 150px;}
/*cuisine*/
#page_cuisine #hero{
	background: url("../../uploads/cuisine_top.jpg")center center no-repeat;
	background-size: cover;
}

.cuisine figure {
	position: relative;
	margin-bottom: 200px;
}
.cuisine figure:nth-of-type(2n) {text-align: right;}
.cuisine figure:nth-of-type(2n+1) {text-align: left;}
.cuisine figure figcaption {
	background: #fff;
	padding: 32px;
	line-height: 2;
	letter-spacing: 0.2em;
	position: absolute;
	bottom: -88px;
}
.cuisine figure:nth-of-type(2n+1) figcaption {
	left: 50%;
	margin-left: -64px;
}
.cuisine figure:nth-of-type(2n) figcaption {
	right: 50%;
	margin-right: 64px;
}
.cuisine figure figcaption h3 {
	font-size: 32px;
	font-weight: 300;
	margin-left: 32px;
}
.cuisine figure figcaption p.small {
	margin-right: 2em;
	font-size: 12px;
}
.cuisine_menu h3 {margin-bottom:48px;}
.cuisine_menu h3 span {
	font-weight: 300;
	border: 1px solid #e8412f;
	border-radius: 30px;
	display: inline-block;
	padding: 7px 55px;
	font-size: 22px;
}
.cuisine_menu figure {
	text-align: left;
	border-bottom: 1px solid #3c3c3c;
	padding-bottom: 32px;
	margin: 48px 0 24px;
}
.cuisine_menu figure img {width: 50%;}
.cuisine_menu figure figcaption {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin-left: 2.5%;
	line-height: 2;
}
.cuisine_menu figure figcaption h4 {
	font-size: 24px;
	font-weight: 300;
}
.cuisine_menu figcaption dt {
    width: 6em;
    display: inline-block;
}
.cuisine_menu figcaption dd {
    display: inline-block;
}
.caution ul {
    display: inline-block;
    text-align: left;
    list-style: none;
    font-size: 16px;
}

.caution ul li {
    position: relative;
    padding-left: 1.2em;
}

.caution ul li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.restaurant .head h2 {
    margin-left: 20px;
}
.restaurant .head {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.restaurant .head p {
    line-height: 2.5;
    font-size: 20px;
}
.restaurant .image {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.restaurant .image figure img {
    width: 100%;
    box-sizing: border-box;
}
.restaurant .image figure {
    box-sizing: border-box;
}
/* relax */
#page_relax .top_kv{
	background: url("../../uploads/aesthetic.jpg")center center no-repeat;
	background-size: cover;
}
.top_kv {
    text-align: center;
	z-index: 1;
	position: relative;
}
.top_kv:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
	z-index: 2;
}
.top_kv h1 {
    color: #fff;
    letter-spacing: 0.3em;
    font-weight: 300;
    padding: 32vh 0 8vh;
	position: relative;
	z-index: 100;
	font-size: 40px;
}
.top_kv h1 .en {font-size: 40px;}
.top_kv h1 .jp {font-size: 24px;}
#page_relax h2 ,#page_access h2{
    font-size: 40px;
    margin-bottom: 32px;
    font-weight: 300;
}
#page_relax .text {
    text-align: left;
    margin: 32px 0;
}
#page_relax .text h3 {
    margin-bottom: 1em;
    font-size: 32px;
    font-weight: 300;
}
#page_relax .text h3 .sub {font-size: 30px;}
.aesthetic .text h3 {color: #9f77ae;}
.relax .text h3 {color: #bfa400;}
#page_relax .text p {margin-bottom: 1em;}
.aesthetic .text{
	background: url("../../uploads/aesthetic_txtbg.png")center right no-repeat;
	background-size: contain;
}
.relax .text{
	background: url("../../uploads/relax_txtbg.png")center right no-repeat;
	background-size: contain;
}
/* area */
#page_area .top_kv{
	background: url("../../uploads/area.jpg")center center no-repeat;
	background-size: cover;
}
.headtxt h2.txt_vertical {
    font-size: 24px;
    line-height: 2;
    padding: 1em;
    margin-bottom: 0;
    border-left: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
}
.area_box {
    margin-bottom: 32px;
    background-color: #fbf9f5;
	width:256px;
	margin: 0 42px 32px;
}
.area_box.headtxt {
    background-color: #fff;
}
.area_box img {float: left;}
.area_box img:last-of-type {margin-bottom: 8px;}
.area_box h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    margin: 12px;
	position: relative;
}
.area_box h3:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 120px;
	opacity:0;
	transition:.7s;
}
.area_box.inview h3:after {opacity:1;}

.area_box h3.tea:after{
	background: url(https://pf.lifhack.com/souen/wp-content/uploads/tea.png)bottom center no-repeat;
    background-size: contain;
}
.area_box h3.wine:after{
	background: url(https://pf.lifhack.com/souen/wp-content/uploads/wine.png)bottom center no-repeat;
    background-size: contain;
}
.area_box p {
    text-align: left;
    font-size: 14px;
    padding: 1em 12px;
}
.area_box p.access {
    text-align: right;
    padding-bottom: 1em;
	
}
/* access */
#page_access .top_kv{
	background: url("../../uploads/access_top.jpg")center center no-repeat;
	background-size: cover;
}
.map iframe{
	width: 1000px;
	height: 330px;
}
#map{
	width: 100%;
	height: 320px;
}
.access {
    width: 100%;
    max-width: 940px;
	position:relative;
}
.access a {position: absolute;}
.access a:hover {background: rgba(255,255,255,0.3);}
.access a.car_navitime {top:19.8%;left:71%;  width:19%; height: 1%;}
.access a.jr_navitime  {top:48.1%;left:71%;  width:19%; height: 1%;}
.access a.jr_orix      {top:54.2%;left:61%;  width:9%;  height: 4%;}
.access a.jr_nippon    {top:54.2%;left:72%;  width:9%;  height: 4%;}
.access a.jr_toyota    {top:54.2%;left:83%;  width:9%;  height: 4%;}
.access a.bus_takeya_hp{top:66.5%;left:51%;  width:6%;  height: 3%;}
.access a.bus_takeya   {top:68.8%;left:60%;  width:12%; height: 1%;}
.access a.shuttle      {top:35%;  left:88.5%;width:4.2%;height: 14%;}
.access #shuttle {position: absolute;top: 78%;}
/*archive*/
#page_archive .top_kv,#page_single .top_kv{
	background: url("../../uploads/archive_kv.jpg")left bottom no-repeat;
	background-size: cover;
}
#page_archive .wrap,#page_single .wrap {width: 792px;max-width: 100%;}
.archive_box {margin-bottom: 32px;}
.articles_index .thumb {
    height: 160px;
    width: 259px;
    overflow: hidden;
    margin-right: 16px;
}
.articles_index .thumb img {
    transition: .7s;
    max-width: initial;
    width: auto;
    height: 100%;
}
.articles_index a {
    text-decoration: none;
    color: inherit;
}
.articles_index a:hover {opacity: 0.7;}
.articles_index .text {flex-shrink: 3;}
.articles_index .text .date {font-size: 16px;}
.articles_index .text h2 {font-size: 24px;margin-bottom: 16px;}
/*single*/
#page_single a {
    color: inherit;
    text-decoration: none;
}
#page_single .thumb {margin:16px 0;}
#page_single h2 {
    font-size: 32px;
}
#page_single .time {
    font-size: 16px;
    text-align: right;
    margin-bottom: 8px;
}
#page_single .content{margin-bottom: 64px;}
#page_single .content p{
	margin-bottom: 1.5em;
	line-height: 1.5;
}
/*english*/
#page_english{font-family: "Times New Roman", Times, "serif";}
#page_english h2 {
    margin: 64px 0 24px;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
}
#page_english .top_kv h1 {padding: 16vh 0;}
#page_english .top_reserve a {padding: 16px;}
#page_english .top_reserve a:before {vertical-align: middle;}
#page_english .sub_catch .inner {
    width: 640px;
	max-width: 100%;
    margin: auto;
    text-align: left;
}
#page_english .sub_catch .inner p {line-height: 1.5;}
#page_english .sub_catch .inner h2 {margin: 0;}
#page_english .sub_catch {padding: 32px 0;}

#page_english .concept h2,
#page_english .second_head h2,
#page_english .access h2{
    font-size: 48px;
    margin:88px auto 32px
}
#page_english .concept .text {
    padding: 0 16px;
    text-align: left;
}
#page_english .concept p{letter-spacing: 0;}
#page_english #top_slider_2 .slick-slide {margin-top: 0;}
#page_english .aethtetic {
    background-color: #fbf9f5;
    background-image: url("../../uploads/aesthetic.jpg");
    background-size: 50%;
    background-position: center left;
    background-repeat: no-repeat;
    height: 216px;
    margin: 88px;
}
#page_english .aethtetic .inner {margin-left: 50%;padding: 32px;}
#page_english .aethtetic .inner h3 {font-size: 32px;}
#page_english .access {margin: auto;}
#page_english #map {margin-bottom: 32px;}
/*footer*/
.pagetop {
	text-align: center;
	margin: 64px 0 32px;
}
.pagetop img {height: 72px;}

.contact {
	width: 1024px;
	margin: 32px auto;
	position: relative;
}
.contact p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 4px;
}
.contact p.address {font-size: 22px;}
.contact p .tel_no {
	font-size: 32px;
	letter-spacing: 0.1em;
}
.contact a{
    color: inherit;
    text-decoration: none;
}
.contact .mail a{
    padding: 13px 29px 13px 45px;
    margin: 8px auto -4px ;
    display: block;
    width: 300px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.3em;
    border: 3px solid #3c3c3c;
    position: relative;
}
.contact .mail a:before {
    font-size: 24px;
    font-family: dashicons;
    content: "\f465";
    color: #1c1c1c;
    position: absolute;
    left: 16px;
    top: 9px;
}
.contact .mail a:hover{
    background-color: #3c3c3c;
    color:#fff;
}
.contact .mail a:hover:before{
    color:#fff;
}
.contact .bottom_reserve {
	text-align: center;
	margin-top: 16px;
}
.bottom_reserve a {
    padding: 16px 32px 16px 48px;
	width: 300px;
    display: block;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.3em;
    background-color: rgba(154,140,66,0.8);
    position: relative;
}
.bottom_reserve a:before {
    font-size: 24px;
    font-family: dashicons;
    content: "\f179";
    color: #1c1c1c;
    position: absolute;
    left: 16px;
    top: 12px;
}
.bottom_reserve_cancel a:hover {
	color: #666;
}
.contact .bottom_reserve_cancel {
	text-align: center;
	margin-top: 16px;
}
.bottom_reserve_cancel a {
    padding: 16px 32px 16px 32px;
	width: 300px;
    display: block;
    color: #000;
    text-decoration: none;
    letter-spacing: 0.2em;
    position: relative;
}



footer {background: #001c00;}
.footer_nav .menu {padding: 16px 0;}
.footer_nav .menu ul {
    width: 1024px;
	max-width:100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    list-style: none;
}
.footer_nav .menu ul li {
    position: relative;
    min-width: 6em;
	padding-bottom: 96px;
}
.footer_nav .menu ul li::before {
    content: "\f347";
    font-family: dashicons;
    color: #fff;
    vertical-align: middle;
}
.footer_nav .menu ul li a {
    color: #fff;
    text-decoration: none;
}
.footer_nav .menu > ul > li:last-of-type {display: none;}
.footer_nav .menu ul.sub-menu {
    position: absolute;
    left: 18px;
	top: 36px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.footer_nav .menu ul.sub-menu li {
    width: 100%;
	margin: 0;
	padding-bottom:0;
}

.footer_nav .menu ul.sub-menu li::before {
    display: none;
}

footer .CopyRight {
	background: #fff;
	text-align: center;
}
/* slick */
.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
/* fadebox */
.fadebox{
	opacity:0;
}
.fadeup{
	opacity:0;
	transform:translateY(30px);
}
.fadedown{
	opacity:0;
	transform:translateY(-30px);
}
.fadeleft{
	opacity:0;
	transform:translateX(30px);
}
.faderight{
	opacity:0;
	transform:translateX(-30px);
}
.inview{
	opacity:1;
	transform: translate(0,0);
	transition:1.6s;
	transition-timing-function:ease-out;
}
/* modal */
#modal-main {
	display: none;
	width: 700px;
	height: 640px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #666666;
	position:fixed;
	z-index: 10000;
}
#modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 9999;
}
#modal-main .thumb {
	text-align: center;
	height: 300px;
}
#modal-main .thumb img {height: 100%;}
#modal-main .room_ttl {
	position: relative;
	color: #3c3c3c;
}
#modal-main .room_ttl p {
	font-size: 32px;
	line-height: 1.1;
	padding: 8px 16px;
}
#modal-main .room_ttl .room_name {
	position: absolute;
	right: 0;
}
#modal-main .room_detail {padding: 8px 16px;}
#modal-main .room_detail .left {
	float: left;
	width: 50%;
	height: 224px;
	text-align: center;
}
#modal-main .room_detail .left img {height: 100%;}
#modal-main .room_detail .right {
	float: right;
	width: 50%;
}
#modal-main .room_detail .small {
	font-size: 11px;
	line-height: 1.1;
	margin-top: 32px;
}
@media screen and (max-width: 1024px) {
	.wrap{width:100%;margin:auto;overflow: hidden;}
	.contact{width:100%;}
	.footer_nav .menu ul {
		flex-wrap: wrap;
		justify-content: center;
		font-size: 14px;
	}
	.footer_nav .menu ul li {
		min-width: 10em;
		width: 20%;
		margin:0 2.5%;
		padding-bottom: 72px;
	}
	.footer_nav .menu ul.sub-menu{
		left:14px;
		top:18px;
		font-size: 12px
	}
	.footer_nav .menu ul.sub-menu li {padding-bottom:0;}
}
@media screen and (max-width: 896px) {
	body {font-size: 14px;}
	#head{
		-webkit-writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	#head {left: 0;top: 0;}
	header ul{padding-top: 0;}
	header ul.menu {
		background: rgba(255,255,255,0.9);
		color: #3c3c3c;
		padding: 48px 16px;
		transform: translate(-200%);
		transition: .7s;
	}
	header ul.menu.inview{
		transform: translate(0%);
		position: fixed;
		height: 130vh;
	}
	header li a {color: #3c3c3c;}
	header ul li {padding: 8px;}
	header li:last-of-type {position: static;margin: 0;}
	header li:before{display:none;}
	header .header_menu_btn{
		display:block;
		position: absolute;
		top: 16px;
		left: 8px;
		z-index: 100;
	}
	header .header_menu_btn button {
		border: none;
		background: inherit;
	}
	header .header_menu_btn button::before{
		font-size: 24px;
		font-family: dashicons;
		content: "\f333";
		color: #fff;
		transition: .3s
	}
	header .header_menu_btn button.open{position: fixed;color: #3c3c3c;}
	header .header_menu_btn button.open::before{
		content: "\f158";
		color: #3c3c3c;
	}
	#hero::before {
		width: 100%;
		height: 40vw;
		transform: rotate(-45deg);
		top: 0;
		left: -50%;
	}
	.sub_catch h2 img {height: 150px;}
	.top_slider1 {width: 456px;}
	#top_slider_1 .slick-slide {margin: 0 16px;}
	.top_slide1 li{height:280px;}
	.btn_top{font-size: 14px;}
	#top_slider_2 .slick-slide{margin:32px 8px;}
	.top_slide2 li{height:320px;}
	.news_info{width:90%;padding: 16px;}
	h2.txt_vertical{font-size: 36px;}
	.roommap {max-width: 100%;}
	.room{width:47%;}
	.room .thumb{height: 24vw;}
	.room_box h3{font-size: 16px;}
	#roominfo .info_box h3{font-size: 24px;}
	#roominfo .info_box ul li {width: 10em;}
	#modal-main {
		max-width: 98%;
		height: auto;
	}
	#modal-main .thumb ,#modal-main .thumb img{
		height: auto;
		width: 100%;
	}
	#modal-main .room_ttl p {font-size: 22px;}
	.hotspring_info h3 {font-size: 28px;}
	.hotspring_info .text {font-size: 14px;}
	.onsen_slider_wrap,.hotspring_quality figure {padding: 0;}
	.hotspring_quality figcaption dl ul li {width: 10em;}
	.cuisine figure:nth-of-type(2n+1) figcaption {
		right: 64px;
		margin: 0;
		left: auto;
	}
	.cuisine figure:nth-of-type(2n) figcaption {
		left: -64px;
		margin: 0;
		right: auto;
	}
	.caution ul{font-size:12px;}
	.top_kv h1 {font-size: 24px;}
	.top_kv h1 .en {font-size: 32px;}
	.top_kv h1 .jp {font-size: 24px;}
	#page_relax h2, #page_access h2 {font-size: 32px;}
	#page_relax .text h3 {font-size: 26px;}
	#page_relax .text h3 .sub {font-size: 20px;}
	.aesthetic .text,.relax .text {
		background-size: 30%;
		background-position-y: bottom;
	}
.map iframe{
	width: 100%;
	height: 450px;
}

	.contact p.address {font-size: 18px;}
	.contact p {font-size: inherit;}
	.contact p .tel_no {font-size: 24px;}
	#head.english {
		left: auto;
		top: 1vw;
		right: 2vw;
	}
	header.english li a {
		color: #fff;
		padding: 2% 5%;
		font-size: 16px;
	}
	#page_english .aethtetic {
		background-size: cover;
		position: relative;
	}

	#page_english .aethtetic .inner {
		position: absolute;
		margin: 0;
		bottom: -48px;
		background-color: #fbf9f5;
		width: 100%;
		padding: 8px;
	}
}
@media screen and (max-width: 480px) {
	.sub_catch p {line-height: 1.7;}
	.concept .clearfix > div {width: 100%;}
	.concept img {margin-bottom: 16px;}
	.hotspring_img::after{right: -3%;}
	.link{flex-wrap: wrap;}
	.link > div{
		width: 100%;
		padding: 32px 0 16px;
	}
	.news_info .date{display:block;}
	.hotspring_info h3 {line-height: 2;}
	.hotspring_info .text {line-height: 1.7;}
	#page_cuisine .cuisine figure {text-align: center;margin-bottom: 100px;}
	#page_cuisine .cuisine figure figcaption {position: static;margin:16px 0;padding:0;}
	.cuisine_menu figure img, .cuisine_menu figure figcaption {width: 100%;}
	.contact {flex-wrap: wrap;}
	.footer_nav .menu ul li {
		width: 45%;
		margin:0 2.5%;
	}
	#page_english .aethtetic{margin: 44px 0;}
}


/* hanare-index */
/* -------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .pc {
    display: none;
  }
}
.txt_vertical-02 {
	letter-spacing: 0.2em;
	font-weight: 300;
	margin-bottom: 64px;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	text-align: left;
	word-break: keep-all;
}
.txt_vertical-02 span {
  display: flex;
}
.txt_vertical-02 span.text01 {
	font-size: 42px;
  margin-left: 15px;
}
.txt_vertical-02 span.text02 {
	font-size: 28px;
  margin-left: 15px;
}
.txt_vertical-02 span.text03 {
	font-size: 28px;
  margin-right: 15px;
  justify-content: flex-end;
}
@media screen and (max-width: 896px) {
  .txt_vertical-02 span.text01 {
    font-size: 32px;
    margin-left: 15px;
  }
  .txt_vertical-02 span.text02 {
    font-size: 22px;
    margin-left: 15px;
  }
  .txt_vertical-02 span.text03 {
    font-size: 22px;
    margin-right: 15px;
    justify-content: flex-end;
  }
}
.hanare-index {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
.hanare-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5%;
  width: 100%;
}
.hanare-list a {
  display: block;
  text-decoration: none;
  color: #3c3c3c;
}
@media screen and (min-width: 1025px) {
  .hanare-list a {
    transition: .3s;
  }
  .hanare-list a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 897px) {
  .hanare-list-inner {
    width: 30%;
    margin-right: 5%;
  }
  .hanare-list-inner:nth-child(3n) {
    margin-right: 0;
  }
  .hanare-list-inner:nth-child(n + 4) {
    margin-top: 75px;
  }
  .hanare-list-inner:last-child {
    margin-left: 35%;
  }
}
@media screen and (max-width: 896px) {
  .hanare-list-inner {
    width: 48.5%;
  }
  .hanare-list-inner:nth-child(even) {
    margin-left: 3%;
  }
  .hanare-list-inner:nth-child(n + 3) {
    margin-top: 75px;
  }
}
.hanare-list dl {
  margin-top: 15px;
}
.hanare-list dl dt {
  text-align: center;
  font-size: 42px;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 896px) {
  .hanare-list dl dt {
    font-size: 26px;
    letter-spacing: 0;
  }
}
.hanare-list dl dd:nth-of-type(1) {
  letter-spacing: 0.1rem;
  margin: 10px 0 15px 0;
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 896px) {
  .hanare-list dl dd:nth-of-type(1) {
    font-size: 13px;
  }
}
.hanare-list dl dd:nth-of-type(2) {
  background: #EBE8D9;
  font-size: 14px;
  padding: 10px 25px 12px 25px;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .hanare-list dl dd:nth-of-type(2) {
    font-size: 12px;
    padding: 5px 15px 7px 15px;
  }
}
.hanare-list dl dd:nth-of-type(3) {
  font-size: 14px;
  text-align: left;
  margin-top: 15px;
  line-height: 1.75;
}

/* hanare-page */
/* -------------------------------------------------------------------------- */

.hanare-page {
  padding: 150px 50px;
}
@media screen and (max-width: 1024px) {
  .hanare-page {
    padding: 100px 25px;
  }
}
@media screen and (max-width: 896px) {
  .hanare-page {
    padding: 100px 15px;
  }
}
.hanare-page-bgc01 {
  background: #EFEFEF;
}
.hanare-page-bgc02 {
  background: #FAF3EF;
}
.hanare-page-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.hanare-page-name dt {
}
@media screen and (min-width: 896px) {
  .hanare-page-name-text01 {
    display: flex;
    align-items: flex-end;
  }
}
.hanare-page-name-text01 div:nth-of-type(1) {
  width: 200px;
  text-align: center;
  font-size: 60px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 896px) {
  .hanare-page-name-text01 div:nth-of-type(1) {
    width: 100%;
    font-size: 32px;
    text-align: center;
  }
}
.hanare-page-name-text01 div:nth-of-type(2) {
  width: calc(100% - 200px);
  background: #EBE8D9;
  padding: 10px;
}
@media screen and (max-width: 896px) {
  .hanare-page-name-text01 div:nth-of-type(2) {
    width: 100%;
    margin-top: 15px;
  }
}
.hanare-page-name-text02 {
  font-size: 18px;
  margin-top: 25px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 896px) {
  .hanare-page-name-text02 {
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
  }
}
.hanare-page-name-text03 {
  font-size: 18px;
  margin-top: 15px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 896px) {
  .hanare-page-name-text03 {
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
  }
}
.hanare-page-name-btn {
  font-size: 20px;
  margin-top: 25px;
  text-align: left;
}
.hanare-page-name-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  text-align: center;
  color: white;
  text-decoration: none;
  background: #4F7353;
}
@media screen and (min-width: 1025px) {
  .hanare-page-name-btn a {
    transition: .3s;
  }
  .hanare-page-name-btn a:hover {
    opacity: 0.5;
  }
}
.hanare-page-name-text03 .green {
  color: #68986E;
}
.hanare-page-under-right img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .hanare-page-under {
    display: flex;
    justify-content: space-between;
  }
  .hanare-page-under-left {
    width: calc(100% - 440px);
  }
  .hanare-page-under-right {
    width: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .hanare-page-under-right {
    max-width: 500px;
    margin: 50px auto 0 auto;
  }
}
.caption {
  margin-top: 10px;
  font-size: 13px;
}

/* slick */
/* -------------------------------------------------------------------------- */

.slider-wrap {
  margin: 0 auto;
  position: relative;
  margin-bottom: 75px;
}
.main-slider img {
  width: 100%;
  height: auto;
  display: block;
}
.slick-prev,
.slick-next {
  width: 48px;
  height: 48px;
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  font-size: 22px;
  opacity: 0.85;
  color: #fff;
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.slick-prev {
  left: 10px !important;
  z-index: 10;
}
.slick-next {
  right: 10px !important;
  z-index: 10;
}
.slick-dots {
  bottom: -40px !important;
}
.slick-dots li button:before {
  font-size: 12px !important;
  color: #ccc;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #4F7353;
  opacity: 1;
}