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

/* 
------------------------------------------------------------------------------------------------------------------------
Set out
------------------------------------------------------------------------------------------------------------------------
*/

*:not(select):not(input), *:before, *:after {
    margin: 0;
    padding: 0;
	border: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
  font-size: 62.5%;
  overflow-x:hidden;
}
html, body {
	width:100%;
	margin:0;
	padding:0;
}
body {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif ;
	color: #333;
	height:100%;
	font-size:1.5rem;
	line-height:1.7;
	-webkit-text-size-adjust: 100%;
	background:#f2f2f2;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.clear {
	clear:both;
}

img {
	max-width:100%;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover img {opacity:0.7;}
h1 a:hover img {opacity:1;}
h1 a img { vertical-align:middle;}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	letter-spacing:normal;
}
li {list-style-type:none;}
.align {text-align:center;}
.align_left {text-align:left;}
.align_right {text-align:right;}

.bold {font-weight:bold;}
.font_s {font-size:1.2rem;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.mb80 { margin-bottom:80px;}
.in,.in2 {display:none;}



@media screen and (max-width:768px){
body {font-size:1.3rem;}
.in {display:block;}
img.in {display:inline-block;}
br.in {line-height:0;}
.out {display:none;}
}
@media screen and (max-width:480px){
.in2 {display:block;}
br.in2 {line-height:0;}
.out2 {display:none;}
}

/* 
------------------------------------------------------------------------------------------------------------------------
layout
------------------------------------------------------------------------------------------------------------------------
*/
.body_wrap {
	max-width:1800px;
	margin:0 auto;
	position:relative;
}
.content_wrap,.wrap {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-right:20px;
	padding-left:20px;
	box-sizing:content-box;
}
.wrap {
	max-width:1000px;
}

.bg {
	background:url(../img/common/bg.jpg);
}

.btn a,.rsv_btn {
	display:inline-block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #003e30), color-stop(0.00, #267666));
	background: -webkit-linear-gradient(#267666, #003e30);
	background: -moz-linear-gradient(#267666, #003e30);
	background: -o-linear-gradient(#267666, #003e30);
	background: -ms-linear-gradient(#267666, #003e30);
	background: linear-gradient(#267666, #003e30);
	padding:8px 35px 8px 25px;
	font-size: 1.5rem;
    letter-spacing: 3px;
	position:relative;
	color:#fff;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	border:1px solid #003e30;
}
.btn.red a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #580205), color-stop(0.00, #78403d));
	background: -webkit-linear-gradient(top, #78403d 0%, #580205 88%);
	background: -moz-linear-gradient(top, #78403d 0%, #580205 88%);
	background: -o-linear-gradient(top, #78403d 0%, #580205 88%);
	background: -ms-linear-gradient(top, #78403d 0%, #580205 88%);
	background: linear-gradient(to bottom, #78403d 0%, #580205 88%);
	border:1px solid #580205;
}
.btn a:after,.rsv_btn:after {
	content:"";
	position:absolute;
	top:16px;
	right:15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn a:hover,.rsv_btn:hover {
	opacity:0.8;
}

.imgbtn {
	max-width:390px;
}
.imgbtn a {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	width:100%;
	position:relative;
}
.imgbtn a:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:20px;
	margin:auto 0;
	width: 10px;
	height: 10px;
	border-top: 1px solid #580205;
	border-right: 1px solid #580205;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.imgbtn a:hover {
	opacity:0.8;
}
.imgbtn span:first-child{
	flex:3;
	background-size: cover !important;
	background-position:center !important;
}
.imgbtn.stay span:first-child{
	background:url(../img/top/planbtn.jpg) no-repeat;
}
.imgbtn.meal span:first-child{
	background:url(../img/top/mealbtn.jpg) no-repeat;
}
.imgbtn span:last-child{
	font-size:2.0rem;
	padding:40px 20px;
	display:block;
	flex:3;
}

.page_main {
	margin-bottom:85px;
}
.page_main_img {
	width:100%;
	height:360px;
	background-position:center !important;
	background-size:cover !important;
	display:table;
}
.page_main_img p{
	display:table-cell;
	vertical-align:middle;
	padding:0 20px;
	text-align:center;
	font-size:4.0rem;
	color:#fff;
	text-shadow:0 0 5px rgba(0,0,0,0.7);
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	letter-spacing: 3px;
}

.pnkz {
	background:#fff;
	padding:14px 0 7px;
	border-bottom:1px solid #DACBBB;
}
.pnkz li{
	display:inline-block;
	vertical-align:top;
	margin:0 16px 0 0;
	padding:0 20px 0 0;
	position:relative;
}
.pnkz li:after{
	content:"";
	position:absolute;
	top:6px;
	right:0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #580205;
	border-right: 1px solid #580205;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pnkz li:last-child:after{
	display:none;
}
.pnkz li a,.pnkz li{
	font-size:1.3rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pnkz li a:hover{
	text-decoration:underline;
}

.double_box,.triple_box,.forth_box,.left_box {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.double_box li,.double_box dl,.double_box .box{
	width:50%;
}
.triple_box li,.triple_box dl,.triple_box .box{
	width:33.33%;
}
.forth_box li,.forth_box dl,.forth_box .box{
	width:25%;
}

.left_box.right dt {
	order:2;
}
.left_box.right dd {
	order:1;
}

.read,.read+p {
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	text-align:center;
}
.read {
	font-size: 3.3rem;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.read+p {
	font-size:1.6rem;
	margin-bottom:80px;
	letter-spacing: 2px;
}

.info {
	border-top:1px solid #CBCBCB;
	font-size:1.4rem;
}
.info dt{
	float:left;
	clear:both;
	padding:10px;
}
.info dd{
	border-bottom:1px solid #CBCBCB;
	padding:10px 10px 10px 100px;
}

.content_page {
	padding-top:200px;
	margin-top:-200px;
}

@media screen and (max-width:1200px){
.content_page {
	padding-top:180px;
	margin-top:-180px;
}
}
@media screen and (max-width:768px){
.content_page {
	padding-top:100px;
	margin-top:-100px;
}
.imgbtn span:first-child {
    flex: 2.3;
}
.imgbtn span:last-child {
	font-size:1.6rem;
	padding:25px 20px;
}

.page_main {
    margin-bottom: 50px;
}
.page_main_img {
	height:150px;
}
.page_main_img p {
	font-size:3.0rem;
	padding:54px 20px 0;
}

.read {
	font-size:2.5rem;
	margin-bottom:10px;
}
.read+p {
	font-size:1.5rem;
	margin-bottom:60px;
}

.btn a {
	font-size:1.4rem;
}
}


/* 
------------------------------------------------------------------------------------------------------------------------
iframe
------------------------------------------------------------------------------------------------------------------------
*/

.iframe_rsv {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:-10;
	transition:.3s;
}
.iframe_rsv.active {
	opacity:1;
	z-index:100;
	transition:.3s;
}

#iframe {
	background:rgba(255,255,255,0.95);
	width:100%;
	height:100vh;
	display:table;
	font-size:1.3rem;
}
#iframe a:hover{
	text-decoration:underline;
}
#iframe .reserve-wrap_i{
	display:table-cell;
	vertical-align:middle;
	color:#333;
}
#iframe #reserve{
	max-width:480px;
	box-sizing:border-box;
	margin:0 auto;
	padding:0 20px;
	position:relative;
}
#iframe .reserve-wrap_i a{
	color:#333;
}

#iframe .reserve-wrap_i form dl,#iframe .reserve-wrap_i form dl dt,#iframe .reserve-wrap_i form dl dd{
	display:inline-block;
	vertical-align:top;
}
#iframe .reserve-wrap_i form dl {
	margin:0 13px 0 0;
}
#iframe .reserve-wrap_i form dl:first-child{
	display:block;
	margin:0 0 15px;
}
#iframe .reserve-wrap_i form input[type="image"]{
	display:block;
	width:191px;
	margin:0 auto 20px;
}
#iframe .reserve-wrap_i form dl dd input,#iframe .reserve-wrap_i form dl dd select{
	margin:0 7px 0 0;
}


#iframe .reserve-wrap_i .left {
	width:100%;
	text-align:center;
	margin:0 0 20px;
}
#iframe .reserve-wrap_i .left a{
	border:2px solid #666;
	display:block;
	padding:5px;
	color:#333;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	line-height:1.5;
}
#iframe .reserve-wrap_i .left a ul{
	border:1px solid #666;
	padding:15px 20px;
}
#iframe .reserve-wrap_i .left a ul li{
	border-bottom:1px solid #666;
	padding-top:4px;
	padding-bottom:4px;
}
#iframe .reserve-wrap_i .left a ul li:first-child{
	font-size:2.4rem;
	padding-top:0;
}
#iframe .reserve-wrap_i .left a ul li:nth-child(2){
	font-size:1.8rem;
}
#iframe .reserve-wrap_i .left a ul li:last-child{
	font-size:1.6rem;
	border:none;
	padding-bottom:0;
	position:relative;
	margin-left:-10px;
}
#iframe .reserve-wrap_i .left a ul li:last-child:after{
	content:"";
	position:absolute;
	top: 13px;
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#iframe .reserve-wrap_i ul.bottom{
	text-align:center;
}

#iframe .top {
	border-bottom:1px solid #666;
	padding:0 20px 15px;
	margin:0 0 15px;
}

#iframe .reserve-contents .middle {
	padding:0 20px 10px;
	border-bottom:1px solid #666;
	margin:0 0 10px;
}
#iframe .reserve-contents .middle li{
	display:inline-block;
	margin:0 14px 0 0;
}
#iframe .reserve-contents .bottom li {
	margin:0 0 15px;
}
#iframe .reserve-contents .middle li a{
	display:inline-block;
	padding:0 0 0 14px;
	position:relative;
}
#iframe .reserve-contents .middle li a:before{
	content:"";
	position:absolute;
	top:7px;
	left:0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close {
	position:fixed;
	bottom:10%;
	right:0;
	left:0;
	margin:0 auto;
	background:#333;
	border-radius:50%;
	width:35px;
	height:35px;
	cursor:pointer;
	opacity:0;
	z-index:-10;
}
.close.active {
	z-index:10000;
	opacity:1;
}
.close span{
	display: inline-block;
	position: relative;
	margin: 8px 20px 0 15px;
	padding: 0;
	width: 4px;
	height: 20px;
	background: #fff;
	transform: rotate(45deg);
}
.close span:before{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: -8px;
	  width: 20px;
	  height: 4px;
	  margin-top: -2px;
	  background: #fff;
}

@media screen and (max-width:468px){
#iframe .reserve-wrap_i form dl {
	margin:0 0 10px;
}

#iframe .top {
	padding:0 0 10px;
	margin:0 0 10px;
}
#iframe .reserve-contents .middle {
	padding:0 0 10px;
}

#iframe .reserve-wrap_i form input[type="image"] {
	margin:0 auto 10px;
}

}
@media screen and (max-height:660px){
.close {
	bottom:5%;
}
}
@media screen and (max-height:590px){
.close {
	right:5%;
	left:auto;
}
}


/* 
------------------------------------------------------------------------------------------------------------------------
iframe_bottom
------------------------------------------------------------------------------------------------------------------------
*/
.reserve-wrap {
	max-width:1800px;
	margin:0 auto;
}

.reserve-wrap.fix {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:84px;
	z-index:100;
}


.reserve-wrap.fix {
	background: url(../img/common/rsv_bg.jpg) no-repeat;
	background-size: cover;
}
.reserve-wrap.fix{
	background: url(../img/common/rsv_bg.jpg) no-repeat;
	background-size: cover;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.3rem;
}
.reserve-wrap.fix #reserve {
	padding:10px 20px;
	box-sizing:content-box;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}
.reserve-wrap.fix #reserve input:not(.submit),.reserve-wrap.fix #reserve select{
	border:none;
	background:none;
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size:2.4rem;
	text-align:right;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
	max-width:135px;
	margin:0 5px 0 0;
}
.reserve-wrap.fix #reserve select::-ms-expand {
　display: none;
}


.reserve-wrap.fix .left {
	max-width:200px;
	width:100%;
	text-align:center;
	position:absolute;
	top: 11px;
	left: 15px;
	z-index:10;
	border:2px solid #580205;
	display:block;
	padding:5px;
	color:#580205;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	line-height:1.5;
}
.reserve-wrap.fix .left ul{
	border:1px solid #580205;
	padding:5px 20px;
	font-size:2.4rem;
}
.reserve-wrap.fix .left a ul{
	color:#580205;
}
.reserve-wrap.fix .left ul li:nth-child(2),.reserve-wrap.fix .left ul li:nth-child(3),.reserve-wrap.fix .reserve-contents .bottom{
	display:none;
}

.reserve-wrap.fix .reserve-contents {
	position:relative;
}
.reserve-wrap.fix .reserve-contents .top {
	margin-bottom:3px;
}
.reserve-wrap.fix .reserve-contents {
	padding:0 0 5px 230px;
	margin-top:-5px;
}
#iframe_bottom .ui-datepicker-trigger {
    vertical-align: middle;
    display: inline-block;
	cursor:pointer;
	margin:0 0 0 10px;
}
.reserve-wrap.fix .reserve-contents dl,.reserve-wrap.fix .reserve-contents dl dt,.reserve-wrap.fix .reserve-contents dl dd{
	display:inline-block;
}
.reserve-wrap.fix .reserve-contents dl {
	margin:0 15px 0 0;
}

.reserve-wrap.fix .reserve-contents .middle li{
	display:inline-block;
	margin:0 6px 0 0;
}
.reserve-wrap.fix .reserve-contents .middle li a{
	display:inline-block;
	padding:0 0 0 11px;
	position:relative;
	font-size:12px;
}
.reserve-wrap.fix .reserve-contents .middle li a:before{
	content:"";
	position:absolute;
	top:7px;
	left:0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.reserve-wrap.fix .reserve-contents .submit{
	position:absolute;
	top:0;
	right:0;
}
.reserve-wrap.fix .reserve-contents .submit:hover{
	opacity:0.8;
}

#iframe_bottom #ui-datepicker-div {
	top:auto !important;
	bottom:10px !important;
}

@media screen and (max-width:1030px){
.reserve-wrap.fix .left {
    max-width: 152px;
}
.reserve-wrap.fix .reserve-contents {
    padding: 0 0 0 164px;
	margin-top:0;
}
.reserve-wrap.fix #reserve input:not(.submit), .reserve-wrap.fix #reserve select {
	font-size:1.8rem;
	max-width: 104px;
}
}
@media screen and (max-width:925px){
.iframe_bottom {
	display:none;
}
}


/* 
------------------------------------------------------------------------------------------------------------------------
Header
------------------------------------------------------------------------------------------------------------------------
*/

header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	margin:0 auto !important;
	width:100%;
	background:url(../img/common/nav_bg.png) repeat-x;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	color:#fff;
	max-width:1800px;
}
header a{
	color:#fff;
	display:block;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
}
header h1{
	position:absolute;
	top:0;
	left:0;
}
header nav{
	float:right;
	min-height:146px;
	margin:20px 20px 0 0;
}
header nav ul,header nav p,header nav dl,header nav .lang{
	display:inline-block;
	vertical-align:middle;
}
header nav li{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
}
header nav li a{
	font-size:1.8rem;
	padding:0 0 2px;
}
header nav li a:hover{
	border-bottom:2px solid #fff;
	padding:0;
}
header nav p.rsv_btn {
	cursor:pointer;
	margin:0 10px 0 0;
}
header nav p.rsv_btn:after {
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	top: 17px;
}
header nav .lang {
	text-align:center;
	margin:8px 5px 0 10px;
	position:relative;
	cursor:pointer;
	vertical-align: top;
}
header nav .lang span{
	display:block;
}
header nav .lang ul {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.5);
	margin:10px 0 0;
	display:none;
}
header nav .lang ul li {
	display:block;
	margin:0;
}
header nav .lang ul li a {
	font-size:1.5rem;
	display:block;
	text-align:center;
	padding:7px 0;
	border-bottom:1px solid #fff;
}
header nav .lang ul li a:hover {
	border-bottom:1px solid #fff;
}
header nav .lang ul li:last-child a {
	border-bottom:none;
}


/* ハンバーガーメニュー */
.menu-btn_wrap {
	display:none;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  vertical-align:top;
}
.menu-trigger {
  position: relative;
  width: 18px;
  height: 18px;
  padding:0 4px;
  box-sizing:content-box;
  display:inline-block;
  margin:0 0 0 4px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
}
.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:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.menu-btn_wrap {
	position:relative;
}
.menu-btn_wrap:after{
	content:"MENU";
	text-align:center;
	display:block;
	width:100%;
	position:absolute;
	bottom:9px;
	left:0;
	font-size:1.4rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
}

/* ハンバーガーメニュー中身 */
[off-canvas] {
	background:url(../img/common/gnav_bg.jpg);

}
[off-canvas] nav{
	margin:0 0 30px;

}

[off-canvas] nav ul{
	position: relative;
	z-index:100000000;
}

[off-canvas] li,
.border_bottom p{
	border-bottom:1px solid #fff;
}
[off-canvas] li ul li:last-child {
	border-bottom:none;
}
[off-canvas] a,
[off-canvas] li p{
	color:#333;
	display:block;
	padding:15px 25px 15px 25px;
	font-size:1.5rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
}
[off-canvas] li {
	position:relative;
	border-bottom:1px solid #8f7864;
}
@media screen and (max-width:1200px){
header nav li a,header nav p.rsv_btn {
	font-size:1.5rem;
}
header nav p.rsv_btn {
	padding:8px 32px 8px 20px;
}
header nav p.rsv_btn+p {
	max-width:180px;
}
h1 a img {
	max-width:80px;
}
header nav p.rsv_btn a {
	font-size:1.5rem;
}
}
@media screen and (max-width:927px){
header {
	background:none;
}
header nav ul, header nav p, header nav dl {
	float:left;
}
header nav {
	margin:0;
}
header nav ul,header nav p.rsv_btn+p {
	display:none;
}
.menu-btn_wrap {
	display:inline-block;
	background:#580205;
	padding:12px 15px 15px;
	height:58px;
	width:63px;
}
header nav p.lang {
	background:#BF9844;
	padding:8px 12px;
	height:58px;
	margin:0;
}
.menu-btn_wrap:after {
	bottom:2px;
}
header nav p.rsv_btn {
	margin:0;
	font-size:1.3rem;
	padding:17px 34px 17px 18px;
}
header nav p.rsv_btn:after {
    top: 22px;
}
h1 a img {
    max-width: 65px;
}
}


/* 
------------------------------------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------------------------------
*/
footer {
	max-width:1800px;
	margin:0 auto !important;
}

/* 予約モジュール */
.reserve-wrap.static {
	width:100%;
	background:url(../img/common/rsv_bg.jpg) no-repeat;
	background-size:cover;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.3rem;
}
.reserve-wrap.static .line{
	background:url(../img/common/rsv_line.jpg) repeat-x;
	width:100%;
	height:20px;
	clear:both;
}
.reserve-wrap.static #reserve {
	padding:30px 20px;
	box-sizing:content-box;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}
.reserve-wrap.static #reserve input:not(.submit),.reserve-wrap.static #reserve select{
	border:none;
	background:none;
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size:2.4rem;
	text-align:right;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
	max-width:135px;
	margin:0 5px 0 0;
}
.reserve-wrap.static #reserve select::-ms-expand {
　display: none;
}


.reserve-wrap.static .left {
	max-width:200px;
	width:100%;
	text-align:center;
	position:absolute;
	top: 29px;
	left: 15px;
	z-index:10;
}
.reserve-wrap.static .left a{
	border:2px solid #580205;
	display:block;
	padding:5px;
	color:#580205;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	line-height:1.5;
}
.reserve-wrap.static .left a:hover{
	opacity:0.7;
}
.reserve-wrap.static .left a ul{
	border:1px solid #580205;
	padding:15px 20px;
}
.reserve-wrap.static .left a ul li{
	border-bottom:1px solid #AB8082;
	padding-top:4px;
	padding-bottom:4px;
}
.reserve-wrap.static .left a ul li:first-child{
	font-size:2.4rem;
	padding-top:0;
}
.reserve-wrap.static .left a ul li:nth-child(2){
	font-size:1.8rem;
}
.reserve-wrap.static .left a ul li:last-child{
	font-size:1.6rem;
	border:none;
	padding-bottom:0;
	position:relative;
	margin-left:-10px;
}
.reserve-wrap.static .left a ul li:last-child:after{
	content:"";
	position:absolute;
	top: 13px;
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #580205;
	border-right: 1px solid #580205;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.reserve-wrap.static  .reserve-contents {
	position:relative;
}
.reserve-wrap.static  .reserve-contents .top {
	margin-bottom:10px;
}
.reserve-wrap.static  .reserve-contents {
	padding:14px 0 0 230px;
	margin-bottom: 20px;
}
.ui-datepicker-trigger {
    margin-top: -10px;
    vertical-align: middle;
    display: inline-block;
	cursor:pointer;
}
.reserve-wrap.static  .reserve-contents dl,.reserve-wrap.static  .reserve-contents dl dt,.reserve-wrap.static  .reserve-contents dl dd{
	display:inline-block;
}
.reserve-wrap.static  .reserve-contents dl {
	margin:0 15px 0 0;
}

.reserve-wrap.static  .reserve-contents .middle {
	padding:0 0 10px;
	border-bottom:1px solid #AB8082;
	margin:0 0 10px;
}
.reserve-wrap.static  .reserve-contents .middle li,.reserve-wrap.static  .reserve-contents .bottom li{
	display:inline-block;
	margin:0 6px 0 0;
}
.reserve-wrap.static  .reserve-contents .middle li a{
	display:inline-block;
	padding:0 0 0 11px;
	position:relative;
	font-size:12px;
}
.reserve-wrap.static  .reserve-contents .middle li a:before{
	content:"";
	position:absolute;
	top:7px;
	left:0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.reserve-wrap.static  .reserve-contents .bottom li{
	vertical-align:middle;
}

.reserve-wrap.static  .reserve-contents .submit{
	position:absolute;
	top:0;
	right:0;
}
.reserve-wrap.static  .reserve-contents .submit:hover{
	opacity:0.8;
}

/* フッター中部 */
footer .content{
	background:url(../img/common/footer_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

footer .content .top {
	padding:58px 0 53px;
}

footer .content .top .triple_box_sns {
	margin-bottom:50px;
	text-align:center;
}
footer .content .top .triple_box_sns .box{
	margin:0 30px  30px 0;
	display:inline-block;
	vertical-align:top;
}
footer .content .top .triple_box_sns .box:first-child{
	width:300px;
}
footer .content .top .triple_box_sns .box:last-child{
	margin:0;
}

footer .content .top .forth_box {
	clear:both;
}
footer .content .top .forth_box li{
	width:23.5%;
	margin:0 2% 0 0;
}
footer .content .top .forth_box li:last-child{
	margin:0;
}

/* フッター下部 */

footer .content .bottom {
	background:rgba(0,0,0,0.5);
	padding:45px 0 32px;
	color:#fff;
	font-size:1.2rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer .content .bottom a{
	color:#fff;
}

footer .content .bottom .left,footer .content .bottom .right {
	display:inline-block;
	vertical-align:top;
}
footer .content .bottom .left {
	margin-bottom:30px;
}
footer .content .bottom .left ul{
	display:inline-block;
	vertical-align:top;
	margin:0 50px 0 0;
}
footer .content .bottom .left ul:last-child{
	margin:0;
}
footer .content .bottom .left ul li a{
	display:inline-block;
	padding:0 0 0 15px;
	position:relative;
}
footer .content .bottom .left ul li a:before{
	content:"";
	position:absolute;
	top:6px;
	left:0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .content .bottom .left ul li a:hover{
	text-decoration:underline;
}

footer .content .bottom .right {
	text-align:center;
	margin-bottom:20px;
}
footer .content .bottom .right p{
	margin-bottom:10px;
}

footer small {
	display:block;
}

/* 191010 insta */
footer .content .top .triple_box_sns .box:nth-child(2) {
    max-width: 300px;
	width:100%;
}
.instabox {
	max-width:300px;
	width:100%;
	padding:18px 14px;
	background:#fff;
	text-align:center;
}
.instabox img{
	max-width:100%;
}
.instabox .title {
	margin-bottom:15px;
}
.instabox .btn a{
	background:#fff;
	border:1px solid #000;
	color:#000;
}
.instabox .btn a:after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.instabox .instagram{
	margin-bottom:20px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding:0;
}
.instabox .instagram li {
	width:31.5%;
	list-style:none;
	line-height:0;
	margin:0 2.75% 5px 0;
}
.instabox .instagram li:nth-child(3n) {
	margin:0 0 5px;
}

.instabox .instagram .ins_like {
	display:none;
}
.instabox .instagram li a {
	position:relative;
	display:block;
}
.instabox .instagram li a img,
.instabox .instagram li a:hover img{
	transition:.3s;
}
.instabox .instagram li a:hover img{
	opacity:0.5;
}
.instabox .instagram li a:hover:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:20px;
	height:20px;
	background:url(../img/common/instagram.svg) no-repeat;
	background-size:20px;
	margin:auto;
}
.instabox .detailbtn{
	text-align:center;
	padding:0 20px;
}


@media screen and (max-width:1030px){
.reserve-wrap.static .left {
	max-width:165px;
}
.reserve-wrap.static .left a ul li:last-child:after {
    top: 12px;
    right: 2px;
}
.reserve-wrap.static #reserve input:not(.submit), .reserve-wrap.static #reserve select {
	font-size:1.6rem;
	max-width:93px;
}
.reserve-wrap.static  .reserve-contents {
    padding: 14px 0 0 185px;
}
}
@media screen and (max-width:950px){
.reserve-wrap.static .left {
	position:static;
	max-width:none;
	text-align:left;
	margin-bottom:20px;
}
.reserve-wrap.static .left a ul {
    padding: 8px 20px;
}
.reserve-wrap.static .left li{
	display:inline-block;
	border:none !important;
}
.reserve-wrap.static .left li:last-child{
	float:right;
	padding:0 15px 0 0;
	margin:7px 0 0;
}
.reserve-wrap.static .left a ul li:last-child:after {
	top:8px;
	right:0;
}

.reserve-wrap.static  .reserve-contents {
    padding: 0;
	margin:0;
}
}
@media screen and (max-width:768px){
footer .content .top .forth_box li,footer .content .top .forth_box li:last-child{
	width:49%;
	margin:0 2% 10px 0;
}
footer .content .top .forth_box li:nth-child(2n){
	margin:0 0 10px;
}

footer .content .bottom {
	text-align:center;
}
footer .content .bottom .left{
	text-align:left;
}
.reserve-wrap.static  .reserve-contents .submit {
	position:static;
	text-align:center;
}
.reserve-wrap.static .left a ul li:first-child {
	font-size:1.8rem;
}
.reserve-wrap.static .left a ul li:nth-child(2) {
    font-size: 1.4rem;
}
.reserve-wrap.static .left a ul li:last-child {
	font-size:1.2rem;
	padding:0 10px 0 0;
	margin:5px 0 0;
}
.reserve-wrap.static .left a ul li:last-child:after {
    top: 7px;
	width:6px;
	height:6px;
}
}
@media screen and (max-width:500px){
footer .content .bottom .left {
	display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
	flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
footer .content .bottom .left ul {
	display:block;
	margin:0;
	width:50%;
	padding:0 5px 0 0;
}
footer .content .top .triple_box_sns .box{
	margin:0 0 30px;
}
}
@media screen and (max-width:468px){
.reserve-wrap.static  .reserve-contents .bottom {
	text-align:center;
}
.reserve-wrap.static  .reserve-contents .bottom li{
	margin-bottom:10px;
}
}
@media screen and (max-width:360px){
.reserve-wrap.static .left {
	text-align:center;
}
.reserve-wrap.static .left a ul li {
	padding:0;
}
.reserve-wrap.static .left a ul li:last-child{
	display:block;
	float:none;
	border-top: 1px solid #AB8082 !important;
	padding-top:4px;
}
.reserve-wrap.static .left a ul li:last-child:after {
    top: 10px;
	right:20px;
}
}

/* 
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/

.Opening li {
	transform: scale(1.3,1.3);
	position:relative;
	top:-50px;
}
.Opening {
	max-width:1800px;
	margin:0 auto;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color: #FFF;
	z-index:-1;
}
.Opening ul {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	max-width:1800px;
	margin:0 auto;
	overflow:hidden;
}
.Opening ul li{
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.Opening ul li .Opening__text{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	z-index: 9;
}
.Opening ul li span .Opening__img{
	max-width: inherit;
	width: 100%;
}

#top .main_top {
	width:100%;
	height:100vh;
	position:relative;
}
#top .main_top p.catch{
	position:absolute;
	width:289px;
	height:485px;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	color:#fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size:3.4rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	text-shadow:0 0 7px rgba(0,0,0,0.7);
	text-align:initial;
	letter-spacing: 3px;
}
#top .main_top p.scroll{
	position:absolute;
	bottom:30px;
	left:50%;
	transform:translate(-50%,0);
	cursor:pointer;
}

#top .about {
	width:100%;
	height:100vh;
	display:table;
}
#top .about .inner{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#top .about .inner .box{
	background:url(../img/top/about_bg.png) no-repeat;
	background-size:cover;
	background-position:center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding:84px 100px;
	letter-spacing:2px;
	font-size:2.0rem;
	line-height:2;
	display:inline-block;
	text-align:left;
	min-height: 587px;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
}
#top .about .inner .box .catch{
	font-size:2.8rem;
	margin-left:40px;
	line-height:1.7;
}
#top .about .inner .box .line{
	width:20px;
	height:325px;
	background:url(../img/top/about_line.png) no-repeat;
	background-size:20px;
	margin:20px 0 0 40px;
	display:inline-block;
	vertical-align:middle;
}

#top h2 {
	max-width:1200px;
	position:relative;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	color:#580205;
	font-size:3.8rem;
	text-align:center;
	margin:0 auto 55px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
}
#top h2 span:first-child,#top h2 span:last-child {
	height:1px;
	background:#AB8082;
	display:block;
	flex:1.8;
	width:100%;
	align-self:center;
}
#top h2 span:nth-child(2){
	flex:2;
	align-self:center;
	-webkit-align-items: center;
	-ms-align-items    : center;
}

#top .feature {
	padding-top:140px;
	margin-bottom:125px;
}
#top .feature dl {
	position:relative;
}
#top .feature dl dt{
	height:630px;
	position:relative;
}
#top .feature dl.one dt{
	background:url(../img/top/feature01.jpg) no-repeat;
	background-size:cover;
	background-position:left 30% top 0;
}
#top .feature dl.two dt{
	background:url(../img/top/feature02.jpg) no-repeat;
	background-size:cover;
	background-position:left 30% top 0;
}
#top .feature dl.three dt{
	background:url(../img/top/feature03.jpg) no-repeat;
	background-size:cover;
	background-position:left 30% top 0;
}
#top .feature dl.four dt{
	background:url(../img/top/feature04.jpg) no-repeat;
	background-size:cover;
	background-position:left 30% top 0;
}
#top .feature dl.five dt{
	background:url(../img/top/feature05.jpg) no-repeat;
	background-size:cover;
	background-position:left 30% top 0;
}
#top .feature dl.six dt{
	background:url(../img/top/feature06.jpg) no-repeat;
	background-size:cover;
	background-position:left 30% top 0;
}
#top .feature dl.seven dt{
	background:url(../img/top/feature07.jpg) no-repeat;
	background-size:cover;
	background-position:left 30% top 0;
}
#top .feature dl dd{
	position:absolute;
	max-width:494px;
	width:100%;
	height:630px;
	background:rgba(0,0,0,0.5);
	top:0;
	right:0;
	z-index:10;
}
#top .feature dl dd .inner_wrap{
	display:table;
	width:100%;
	height:100%;
}
#top .feature dl dd .inner{
	vertical-align:middle;
	display:table-cell;
}
#top .feature dl dd .inner .box{
	max-width:328px;
	margin:0 auto;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	color:#fff;
}
#top .feature dl dd .inner .box .title{
	text-align:center;
	margin-bottom:20px;
}
#top .feature dl dd .inner .box .title img{
	display:inline-block !important;
	max-width:80px;
}
#top .feature dl dd .inner .box .title+p{
	line-height:2;
	margin-bottom:10px;
}
#top .feature dl dd .inner .box .btn a{
	background:none;
	border:1px solid #fff;
	color:#fff;
	width:100%;
	text-align:center;
	transition:.3s;
}
#top .feature dl dd .inner .box .btn a:hover{
	opacity:1;
	background:#fff;
	color:#333;
	transition:.3s;
}
#top .feature dl dd .inner .box .btn a:hover:after{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
#top .feature .thumbnail {
	background:#000;
	padding:20px 0;
}
#top .feature .thumbnail .slick-list {
	max-width:1200px;
	margin:0 auto;
}
#top .feature .thumbnail .slick-list li {
	margin:0 5px 0 0;
	-webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
	cursor:pointer;
	position:relative;
	transition:.3s;
}
#top .feature .thumbnail .slick-list li.slick-current,#top .feature .thumbnail .slick-list li:hover {
	-webkit-filter:grayscale(0%);
    -moz-filter:grayscale(0%);
    -ms-filter:grayscale(0%);
    filter:grayscale(0%);
	transition:.3s;
}
#top .feature .thumbnail .slick-list li.slick-current:after,#top .feature .thumbnail .slick-list li:hover:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	border:4px solid rgba(255,255,255,0.5);
}
#top .feature .thumbnail .slick-list li:last-child {
	margin:0 ;
}

#top .midokoro {
	margin-bottom:100px;
}
#top .midokoro .top {
	width:100%;
	height:500px;
	background:url(../img/top/midokoro00.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
#top .midokoro .top .box {
	max-width:456px;
	width:100%;
	height:500px;
	margin:0 auto;
	display:table;
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	line-height:2;
}
#top .midokoro .top .box .inner{
	display:table-cell;
	vertical-align:middle;
	padding:0 20px;
	text-align:center;
	font-size:1.5rem;
	text-shadow:0 0 3px #000;
}
#top .midokoro .top .box .inner .title{
	font-size:3.6rem;
	line-height:1.2;
	margin-bottom:30px;
}

#top .midokoro .forth_box dl {
	position:relative;
	min-height:600px;
	overflow:hidden;
}
#top .midokoro .forth_box dl dt{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	min-height:600px;
	width:auto;
}
#top .midokoro .forth_box dl dt img{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	max-width:none;
	width:auto;
	height:600px;
	text-align:center;
}
@media screen and (min-width:1670px){
#top .midokoro .forth_box dl dt img{
	width:100%;
}
}
#top .midokoro .forth_box dl dd{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.5);
	text-shadow:0 0 3px #000;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transition:.5s;
}
#top .midokoro .forth_box dl dd a{
	width:100%;
	color:#fff;
	font-size:3.0rem;
	letter-spacing:3px;
	display:table;
	height:100%;
}
#top .midokoro .forth_box dl dd a .inner{
	width:119px;
	height:460px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
}
#top .midokoro .forth_box dl dd a p{
	display:inline-block;
	vertical-align:middle;
}
#top .midokoro .forth_box dl dd a p.title{
	font-size:10.0rem;
	line-height:1;
	margin-bottom:10px;
}
#top .midokoro .forth_box dl dd a p.link,#top .feature .slick-arrow{
	width:38px;
	height:38px;
	border:1px solid #fff;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	margin:0 auto;
}
#top .midokoro .forth_box dl dd a p.link span,#top .feature .slick-arrow:before{
	position:absolute;
	top:0;
	bottom:0;
	left:-5px;
	right:0;
	margin:auto;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top .feature .slick-arrow{
	font-size:0;
	bottom:20px;
	margin: auto 0;
    top: 0;
    bottom: 0;
}
#top .feature .slick-arrow:before{
	content:"";
}
#top .feature .slick-arrow.next{
	right:30px;
	left:auto;
}
#top .feature .slick-arrow.next:before,#top .feature .slick-arrow.prev:before{
	right:16px;
	left:auto;
}
#top .feature .slick-arrow.prev{
	left: 30px;
    z-index: 10;
}
#top .feature .slick-arrow.prev:before{
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	right:12px;
}

#top .midokoro .forth_box dl:hover dd{
	background:rgba(0,0,0,0.3);
	transition:.5s;
}
#top .midokoro .forth_box dl:hover dt img{
	transition:.5s;
}
#top .midokoro .forth_box dl:hover dt img{
	-webkit-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	transition:.5s;
}

#top .reco_stay {
	margin-bottom:100px;
}
#top .reco_stay h2 span:nth-child(2){
	flex: 2.4;
}
#top .reco_stay h2 span:first-child, #top .reco_stay h2 span:last-child {
    flex: 1.4;
}

#top .reco_stay .triple_box{
	margin-bottom:40px;
}
#top .reco_stay .box{
	width:32%;
	margin:0 2% 0 0;
	padding:10px 10px 20px;
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}
#top .reco_stay .box dl{
	width:100%;
}
#top .reco_stay .box:last-child{
	margin:0;
}
#top .reco_stay dl dt{
	margin-bottom:10px;
}
#top .reco_stay dl dd{
	font-size:1.4rem;
	padding:0 5px;
}
#top .reco_stay dl .title,#top .reco_meal .left_box dd .title{
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	font-size:1.8rem;
	margin-bottom:5px;
}
#top .reco_stay dl .title a:hover,#top .reco_meal .left_box dd .title a:hover{
	text-decoration:underline;
}
#top .reco_stay dl .money,#top .reco_meal .left_box dd .money{
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	font-size:1.5rem;
	margin:0 0 10px;
}
#top .reco_stay dl .money span,#top .reco_meal .left_box dd .money span{
	font-size:2.2rem;
	margin:0 0 0 10px;
}
#top .reco_stay dl .money+p,#top .reco_meal .left_box dd .money+p{
	margin:0 0 20px;
}

#top .reco_stay dl+.btn_box{
	text-align:center;
}
#top .reco_stay dl+.btn_box li.btn,#top .reco_meal .left_box dd .btn_box li.btn{
	display:inline-block;
	width:auto;
}
#top .reco_stay dl+.btn_box li.btn:first-child,#top .reco_meal .left_box dd .btn_box li.btn:first-child{
	margin:0 5px 5px 0;
}
#top .reco_stay dl+.btn_box .btn a,#top .reco_meal .left_box dd .btn_box li.btn a{
	font-size:1.5rem;
}
#top .reco_stay .imgbtn,#top .reco_meal .imgbtn{
	margin:0 auto;
}

#top .reco_meal {
	padding-bottom:90px;
	margin-bottom:400px;
}
#top .reco_meal .left_box {
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	margin:0 0 30px;
}
#top .reco_meal .left_box dt,#top .reco_meal .left_box dd{
	width:50%;
}
#top .reco_meal .left_box dt a{
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#top .reco_meal .left_box dt:hover{
	opacity:0.7;
}
#top .reco_meal .left_box dt {
	background-size:cover !important;
	background-position:center !important;
	position:relative;
}
#top .reco_meal .left_box dd{
	padding:40px 25px;
	font-size:1.4rem;
	min-height:360px;
}

#top .information {
	padding:90px 0 0;
	margin:0 0 110px;
}
#top .information h2 span:nth-child(2){
	flex:3.3;
}
#top .information .inner {
	background:url(../img/top/info_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding:95px 0;
}
#top .information .inner .double_box .box{
	background:rgba(255,255,255,0.9);
	padding:35px 40px;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
	width:48%;
}
#top .information .inner .double_box .box:first-child{
	margin:0 2% 0 0;
}
#top .information .inner .double_box .box .title{
	color:#333;
	font-size:2.4rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	border-bottom:1px solid #B28E96;
	padding:0 0 10px;
	margin:0 0 15px;
}
#top .information .inner .double_box .box dl{
	width:100%;
	padding:0 0 15px;
	border-bottom:1px solid #B28E96;
	margin:0 0 25px;
}
#top .information .inner .double_box .box dl dt{
	float:left;
	clear:both;
	padding:5px;
	color:#4D4D4D;
	font-size:1.4rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top .information .inner .double_box .box dl dd{
	padding:0 5px 0 108px;
}
#top .information .inner .double_box .box dl dd a{
	color:#580205;
	font-size:1.4rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:5px 0;
	display:inline-block;
}
#top .information .inner .double_box .box dl dd a:hover{
	text-decoration:underline;
}

#top .information .inner .double_box .box dl+p.btn{
	text-align:center;
}
#top .information .inner .double_box .box dl+p.btn a{
	max-width:280px;
	width:100%;
}

#top .access .box_wrap {
	position:relative;
}
#top .access .box {
	background:url(../img/top/access_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
#top .access .box .inner{
	background:url(../img/top/access_figure.png) no-repeat;
	background-size:contain;
	background-position:center;
	height:600px;
	width:100%;
	display:table;
}
#top .access .table{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:600px;
	display:table;
}
#top .access .table .table_inner{
	display:table-cell;
	vertical-align:middle;
}
#top .access .text{
	max-width:608px;
	background:rgba(88,2,5,0.7);
	color:#fff;
	padding:5px;
}
#top .access .text .border{
	border:1px solid #C6B198;
	padding:50px 40px;
	text-align:right;
}
#top .access .text .border .text_inner{
	max-width:355px;
	display:inline-block;
	text-align:left;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	font-size:1.6rem;
}
#top .access .text a{
	color:#fff;
	text-decoration:underline;
}
#top .access .text a:hover{
	text-decoration:none;
}
#top .access .text .border .text_inner p:first-child{
	margin-bottom:30px;
}
#top .access .text .btn a{
	text-decoration:none;
	background:none;
	border:1px solid #fff;
}
#top .access .text .btn a:hover{
	opacity:1;
	background:#fff;
	color:#333;
	transition:.3s;
}
#top .access .text .btn a:hover:after{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

@media screen and (max-width:1329px){
#top .access .box .inner {
    background: url(../img/top/access_figure.png) no-repeat;
    background-size: cover;
    background-position:right 10px top 82%;
    height: 400px;
    width: 100%;
    display: table;
}
#top .access .table{
	height:400px;
}
#top .access .text .border {
	padding:25px;
}
}
@media screen and (max-width:1210px){
#top .access .text {
	max-width:none;
	display:inline-block;
	width:40%;
}

}
@media screen and (max-width:1130px){
#top h2 span:nth-child(2) {
	flex:3;
}

/*#top .reco_stay dl+.btn_box li.btn, #top .reco_meal .left_box dd .btn_box li.btn,
#top .reco_stay dl+.btn_box li.btn:first-child, #top .reco_meal .left_box dd .btn_box li.btn:first-child {
	display:block;
	margin:0 0 5px;
}
#top .reco_stay dl+.btn_box .btn a, #top .reco_meal .left_box dd .btn_box li.btn a {
	max-width:none;
	width:100%;
}*/
#top .reco_stay dl+.btn_box .btn a {
	font-size:1.4rem;
	padding:8px 22px 8px 10px;
}
#top .reco_stay dl+.btn_box .btn a:after {
	top:17px;
	right:10px;
}
}
@media screen and (max-width:900px){
#top h2 {
	font-size:3.0rem;
}
#top .midokoro .forth_box dl dd a {
	font-size:2.2rem;
}
#top .midokoro .forth_box dl dd a p.title {
	font-size:6.0rem;
}

#top .midokoro .forth_box dl,#top .midokoro .forth_box dl dt {
    min-height: 450px;
}
#top .midokoro .forth_box dl dt img {
	height:450px;
}
#top .midokoro .forth_box dl dd a .inner {
    width: 72px;
    height: 358px;
}
}
@media screen and (max-width:768px){
#top h2 {
	font-size:2.6rem;
	margin-bottom:30px;
}
#top .main_top p.catch {
	font-size:2.0rem;
	width: 185px;
    height: 330px;
	top: 44px;
    left: -19px;
}

#top .about .inner .box{
	webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: rl-tb;
	writing-mode: horizontal-tb;
	font-size:1.3rem;
	padding:30px 35px;
	min-height:0;
}
#top .about .inner .box .line {
	display:none;
}
#top .about .inner .box .catch {
	font-size:2.2rem;
	margin:0 0 20px;
}

#top .feature {
    padding-top: 60px;
    margin-bottom: 70px;
}
#top .feature dl dd .inner {
	padding:0 20px;
}
#top .feature dl dt,#top .feature dl dd {
	height:510px;
}
#top .feature dl dd .inner .box .title {
	margin-bottom:20px;
}
#top .feature dl dd .inner .box .title+p {
	margin-bottom:15px;
}

#top .midokoro .top .box .inner .title {
    font-size: 3.0rem;
}
#top .midokoro .top .box .inner {
	font-size:1.4rem;
}

#top .midokoro,#top .reco_stay {
    margin-bottom: 70px;
}
#top .midokoro .forth_box {
	display:block;
}
#top .midokoro .forth_box dl,#top .midokoro .forth_box dl dt {
	width:100%;
	height:265px;
	min-height:0;
}
#top .midokoro .forth_box dl dt img {
	height:auto;
	width:100%;
	margin:-50% 0 0;
}
#top .midokoro .forth_box dl dd {
    webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: rl-tb;
	writing-mode: horizontal-tb;
}
#top .midokoro .forth_box dl dd a .inner {
	width:100%;
	height:auto;
	text-align:center;
	padding:30px 20px;
}
#top .midokoro .forth_box dl dd a p.title {
	display:block;
}
#top .midokoro .forth_box dl dd a p.link {
	bottom: 30px;
}

#top .feature dl dd .inner .box .title img {
	width:20%;
}

#top .reco_stay .triple_box {
	display:block;
}
#top .reco_stay .box {
	width:100%;
	margin:0 0 20px;
}
#top .reco_stay dl {
	width:100%;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}
#top .reco_stay dl dt{
	width:30%;
	margin:0 2% 0 0;
}
#top .reco_stay dl dd{
	width:68%;
	font-size:1.3rem;
}
#top .reco_stay dl .title, #top .reco_meal .left_box dd .title {
	font-size:1.8rem;
	margin:0 0 5px;
}
#top .reco_stay dl .money, #top .reco_meal .left_box dd .money {
	font-size:1.4rem;
}
#top .reco_stay dl .money span, #top .reco_meal .left_box dd .money span {
	font-size:1.8rem;
}


#top .reco_meal .left_box {
	display:block;
}
#top .reco_meal .left_box dt{
	width:100%;
	height:250px;
}
#top .reco_meal .left_box dd{
	width:100%;
	min-height:0;
	padding:25px;
}

#top .information {
	padding:70px 0 0;
	margin:0 0 80px;
}
#top .information .inner {
	padding:60px 0 40px;
}
#top .information .inner .double_box{
	display:block;
}
#top .information .inner .double_box .box,#top .information .inner .double_box .box:first-child{
	width:100%;
	margin:0 0 20px;
}
#top .information .inner .double_box .box {
	padding:30px 20px;
}

#top .reco_meal .left_box dt{
	height:300px;
}

#top .access .table {
	position:static;
	height:auto;
}
#top .access .text {
	width:100%;
	background:rgba(88,2,5,1);
}
#top .access .text .border .text_inner {
	max-width:none;
	font-size:1.4rem;
}
#top .access .box .inner {
	height:390px;
	background:url(../img/top/access_figure_sp.png) no-repeat;
	background-size:cover;
	background-position:center;
}
#top .access .text .btn {
	text-align:center;
}
}
@media screen and (max-width:600px){
#top h2 span:nth-child(2) {
	flex:6;
}
#top .reco_meal {
    padding-bottom: 90px;
    margin-bottom: 250px;
}
}

@media screen and (max-width:494px){
#top .feature .slick-arrow {
	bottom:20px;
	top:auto;
	margin:0;
}
#top .feature .slick-arrow.prev {
    right: auto;
    left: 80px;
}
#top .feature .slick-arrow.next {
    right: 80px;
}
}
@media screen and (max-width:490px){
#top .access .box .inner {
	height:300px;
}
#top .reco_stay dl .money+p, #top .reco_meal .left_box dd .money+p {
	display:none;
}
}
@media screen and (max-width:468px){
#top .about .inner .box .catch {
	font-size:1.8rem;
}
#top h2 span:first-child, #top h2 span:last-child {
	display:none;
}


#top .reco_meal .left_box dd .btn_box li.btn a {
	font-size:1.4rem;
	padding:8px 22px 8px 10px;
}
#top .reco_meal .left_box dd .btn_box li.btn a:after {
	top:17px;
	right:10px;
}

#top .reco_meal .left_box dt{
	height:200px;
}

#top .information .inner .double_box .box dl dt {
	font-size:1.2rem;
}
#top .information .inner .double_box .box dl dd {
    padding: 0 5px 0 87px;
}
#top .information .inner .double_box .box dl dd a {
	font-size:1.3rem;
}
}
@media screen and (max-width:390px){
#top .access .box .inner {
	height:250px;
}
}


/* 
------------------------------------------------------------------------------------------------------------------------
plan
------------------------------------------------------------------------------------------------------------------------
*/

#plan.stayplan .page_main_img {
	background:url(../img/stayplan/main.jpg) no-repeat;
}
#plan.cuisineplan .page_main_img {
	background:url(../img/cuisineplan/main.jpg) no-repeat;
}
#plan .imgbtn{
	max-width:none;
	margin-bottom:10px;
}
#plan .imgbtn.triple_box li {
	width:32.6%;
	margin:0 1% 10px 0;
}
#plan .imgbtn.triple_box li:nth-child(3n) {
	margin:0 0 10px;
}
#plan .imgbtn.triple_box li span:first-child {
    flex: 1.5;
}
#plan .imgbtn.triple_box li span:last-child {
    font-size: 1.4rem;
	padding: 22px 20px;
}
#plan .imgbtn.triple_box li a:after{
	display:none;
}
#plan .other {
	margin-bottom:70px;
}
#plan .other li a{
	font-size:1.3rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0 0 0 15px;
	position:relative;
}
#plan .other li a:before{
	content:"";
	position:absolute;
	top:5px;
	left:0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #580205;
	border-right: 1px solid #580205;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#plan .content .left_box dt{
	width:40%;
}
#plan .content .left_box {
	border-top:1px solid #DACBBB;
	padding:40px 0;
}
#plan .content .left_box:nth-child(10) {
	border-bottom:1px solid #DACBBB;
}
#plan .content .left_box dt{
	margin:0 4% 0 0;
}
#plan .content .left_box dd{
	width:56%;
}
#plan .content .left_box dd .title{
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	font-size:2.4rem;
	margin:0 0 5px;
}
#plan .content .left_box dd .category {
	margin:0 0 20px;
}
#plan .content .left_box dd .category li,#plan .main_info .left .category li,#info .content .left dl dd .category li,#info.detail .left .category li{
	display:inline-block;
	vertical-align:top;
	color:#fff;
	background:#988575;
	padding:3px 15px;
	margin:0 5px 5px 0;
	font-size:1.3rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#plan .content .left_box dd .money{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.3rem;
	margin:0 0 30px;
}
#plan .content .left_box dd .money span{
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	font-size:2.0rem;
	margin:0 0 0 10px;
}
#plan .content .left_box dd .money+p{
	font-size:1.4rem;
	margin:0 0 30px;
}
#plan .content .left_box dd .btn_box li{
	display:inline-block;
	margin:0 10px 10px 0;
}
#plan .content .left_box dd .btn_box li:last-child{
	margin:0 0 10px;
}
#plan .content .left_box dd .btn_box li a{
	max-width:210px;
	width:100%;
	display:inline-block;
}
.wp-pagenavi {
	margin:90px 0 100px;
	text-align:center;
}
.wp-pagenavi a,.wp-pagenavi span{
	display:inline-block;
	background:#fff;
	border:1px solid #A7797B;
	padding:8px 15px;
	color:#580205;
	margin:0 10px 0 0;
}
.wp-pagenavi a:last-child,.wp-pagenavi span:last-child{
	margin:0;
}
.wp-pagenavi span,.wp-pagenavi a:hover{
	background:#580205;
	color:#fff;
}


#plan .main_info .box {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	margin-bottom:65px;
}
#plan .main_info .slide{
	width:55%;
	order:2;
}
#plan .main_info .left{
	width:40%;
	margin:0 5% 0 0;
}

#plan .main_info .slide .slick-list {
	margin-bottom:10px;
}
#plan .main_info .slide .slick-dots {
	text-align:center;
}
#plan .main_info .slide .slick-dots li{
	display:inline-block;
	margin:0 10px 0 0;
}
#plan .main_info .slide .slick-dots li:last-child{
	margin:0;
}
#plan .main_info .slide .slick-dots button{
	font-size:0;
	background:#B2B2B2;
	width:12px;
	height:12px;
	border-radius:50%;
	cursor:pointer;
}
#plan .main_info .slide .slick-dots .slick-active button,#plan .main_info .slide .slick-dots button:hover{
	background:#580205;
}

#plan .main_info .left h3.title{
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	font-size:2.4rem;
	margin-bottom:10px;
}
#plan .main_info .left .category {
	margin-bottom:30px;
}
#plan .main_info .left .money {
	font-size:1.3rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:20px;
}
#plan .main_info .left .money span{
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	font-size:2.0rem;
	margin:0 0 0 10px;
}
#plan .main_info .left .text {
	font-size:1.4rem;
	margin:0 0 40px;
}
#plan .main_info .left .text p {
	margin:0 0 20px;
}
#plan .main_info .left .text p a{
	color:#933;
	text-decoration:underline;
}
#plan .main_info .left .text p a:hover{
	text-decoration:none;
}

#plan .main_info .white_box {
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	padding:40px;
	margin-bottom:70px;
}
#plan .main_info .white_box .title{
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	font-size:2.4rem;
	margin-bottom:15px;
	border-bottom:1px solid #AB8082;
	padding:0 0 10px;
}

#plan .main_info .btn,#plan .reco+.btn{
	text-align:center;
	margin-bottom:80px;
}
#plan .main_info .btn a,#plan .reco+.btn a{
	display:inline-block;
	max-width:210px;
	width:100%;
}
#plan .main_info .sns{
	text-align:center;
	margin-bottom:85px;
}

#plan .reco {
	margin-bottom:105px;
}
#plan .reco h3{
	border-top:1px solid #AB8082;
	border-bottom:1px solid #AB8082;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	font-size:2.4rem;
	padding:10px;
	margin-bottom:35px;
}
#plan .reco .forth_box dl{
	width:23.5%;
	margin:0 2% 0 0;
}
#plan .reco .forth_box dl:last-child{
	margin:0;
}
#plan .reco .forth_box dl dt{
	margin:0 0 15px;
}
#plan .reco .forth_box dl dd {
	font-size:1.4rem;
}
#plan .reco .forth_box dl dd .title{
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	font-size:2.0rem;
	margin:0 0 10px;
}

@media screen and (max-width:1130px){
#plan .imgbtn span:first-child{
	flex:2;
}
#plan .imgbtn span:last-child{
	padding:27px 20px;
}
}
@media screen and (max-width:1130px){
#plan .imgbtn.triple_box li,#plan .imgbtn.triple_box li:nth-child(3n) {
	width:49%;
	margin:0 2% 10px 0;
}
#plan .imgbtn.triple_box li:nth-child(2n) {
	margin:0 0 10px !important;
}
}
@media screen and (max-width:768px){
#plan .imgbtn span:last-child{
	padding:14px 13px;
	font-size:1.4rem;
}

#plan .other {
    margin-bottom: 50px;
}

#plan .main_info .slide {
    width: 43%;
}
#plan .main_info .left {
    width: 52%;
}

#plan .main_info .left h3.title,#plan .main_info .white_box .title,#plan .reco h3 {
    font-size: 2.0rem;
}
#plan .main_info .left .category {
    margin-bottom: 15px;
}
#plan .main_info .left .category li {
	font-size:1.0rem;
}
#plan .main_info .left .text p {
	font-size:1.3rem;
}

#plan .main_info .white_box {
    padding: 25px 30px;
    margin-bottom: 50px;
}
#plan .main_info .btn_box {
	margin-bottom:30px;
}
#plan .main_info .sns {
	margin-bottom:50px;
}

#plan .reco .forth_box dl,#plan .reco .forth_box dl:last-child {
	width:49%;
	margin:0 2% 20px 0;
}
#plan .reco .forth_box dl:nth-child(2n) {
	margin:0 0 20px;
}
#plan .reco .forth_box dl dd .title {
	font-size:1.8rem;
}

#plan .reco {
    margin-bottom: 75px;
}
}
@media screen and (max-width:500px){
#plan .content .left_box dd .title {
    font-size: 1.6rem;
     margin: 0; 
    line-height: 1.5;
}
#plan .content .left_box dd .category,
#plan .content .left_box dd .money+p,
#plan .content .left_box dd .btn_box li.btn.red {
    display: none;
}
#plan .content .left_box dd .money {
    font-size: 1.0rem;
    margin: 0 0 10px;
}
#plan .content .left_box dd .money span {
    font-size: 1.6rem;
    margin: 0 0 0 10px;
}
#plan .content .left_box dd .btn_box li a {
	font-size:1.4rem;
}

#plan .content .left_box dt {
	width:38%;
}
#plan .content .left_box dd {
	width:58%;
}
#plan .content .left_box {
    padding: 25px 0 15px;
}
.wp-pagenavi {
    margin: 50px 0 60px;
    text-align: center;
}

#plan .main_info .box {
	display:block;
}
#plan .main_info .slide,#plan .main_info .left {
    width: 100%;
}
#plan .main_info .slide {
	margin:0 0 30px;
}
}
@media screen and (max-width:468px){
#plan .imgbtn.triple_box li,#plan .imgbtn.triple_box li:nth-child(3n),#plan .imgbtn.triple_box li:nth-child(2n) {
	width:100%;
	margin:0 0 10px;
}
#plan .imgbtn span:last-child {
    padding: 20px 13px;
}
}


/* 
------------------------------------------------------------------------------------------------------------------------
info
------------------------------------------------------------------------------------------------------------------------
*/

#info .page_main_img {
	background:url(../img/info/main.jpg) no-repeat;
}
#info .content .right{
	float:right;
	width:25%;
}
#info .content .left{
	float:right;
	width:75%;
	padding:0 40px 0 0;
}

#info .content .right .white_box{
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	border-top:5px solid #580205;
	padding:20px;
	margin-bottom:30px;
}
#info .content .right .white_box .title{
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	font-size:2.4rem;
	color:#580205;
	margin-bottom:15px;
}
#info .content .right .white_box .category li a{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.3rem;
}
#info .content .right .white_box select{
	width:100%;
}

#info .content .left dl{
	padding:30px 0;
	border-bottom:1px solid #DACBBB;
	clear:both;
}
#info .content .left dl:after {
    content:"";
    display:block;
    clear:both;
}
#info .content .left dl dt{
	float:left;
}
#info .content .left dl dd{
	padding:0 0 0 185px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#info .content .left dl dd .date{
	font-size:1.3rem;
}
#info .content .left dl dd .title{
	font-size:1.8rem;
	margin-bottom:10px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
}

#info.detail .left h3{
	font-size:2.4rem;
	border-bottom:1px solid #DACBBB;
	margin:0 0 20px;
	padding:0 0 10px;
}
#info.detail .left .date,#info.detail .left .category{
	display:inline-block;
	vertical-align:top;
}
#info.detail .left .date {
	font-size:1.3rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 10px 10px 0;
}
#info.detail .left .category{
	margin-bottom:65px;
}
#info.detail .left .content {
	padding-bottom:50px;
	margin-bottom:35px;
	border-bottom:1px solid #DACBBB;
}
#info.detail .left .content p{
	margin-bottom:30px;
}
#info.detail .left .content+.btn{
	text-align:center;
	margin-bottom:40px;
}
#info.detail .left .sns{
	text-align:center;
	margin-bottom:75px;
}

@media screen and (max-width:768px){
#info .content .right,#info .content .left{
	float:none;
	width:100%;
}
#info .content .right {
	margin-bottom:40px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
}
#info .content .right .white_box{
	width:49%;
	margin:0;
}
#info .content .right .white_box:first-child{
	margin:0 2% 0 0;
}
#info .content .left{
	padding:0;
}

#info .content .right .white_box .title,#info.detail .left h3 {
	font-size:2.0rem;
}
#info.detail .left .category li {
	font-size:1.0rem;
}
#info.detail .left .category {
    margin-bottom: 35px;
}
#info.detail .left .content {
	padding-bottom:20px;
}
}
@media screen and (max-width:468px){
#info .content .right {
	display:block;
}
#info .content .right .white_box {
	width:100%;
}
#info .content .right .white_box:first-child{
	margin:0 0 20px;
}
#info .content .left dl {
    padding: 20px 0;
}
#info .content .left dl dt {
    max-width: 90px;
}
#info .content .left dl dd {
    padding: 0 0 0 110px;
}
#info .content .left dl dd .title {
	font-size:1.6rem;
}
#info .content .left dl dd .category li {
	font-size:1.0rem;
}
}

/* 
------------------------------------------------------------------------------------------------------------------------
features
------------------------------------------------------------------------------------------------------------------------
*/

#features .page_main_img {
	background:url(../img/features/main.jpg) no-repeat;
}

#features .box .visual {
	background-position:center !important;
	background-size:cover !important;
	height:460px;
	text-align:right;
	margin-bottom:30px;
}
#features .box .visual.right {
	text-align:left;
}
#features .box:first-child .visual {
	background:url(../img/features/01-00.jpg) no-repeat;
}
#features .box:nth-child(2) .visual {
	background:url(../img/features/02-00.jpg) no-repeat;
}
#features .box:nth-child(3) .visual {
	background:url(../img/features/03-00.jpg) no-repeat;
}
#features .box:nth-child(4) .visual {
	background:url(../img/features/04-00.jpg) no-repeat;
}
#features .box:nth-child(5) .visual {
	background:url(../img/features/05-00.jpg) no-repeat;
}
#features .box:nth-child(6) .visual {
	background:url(../img/features/06-00.jpg) no-repeat;
}
#features .box:nth-child(7) .visual {
	background:url(../img/features/07-00.jpg) no-repeat;
}
#features .box .visual ul{
	background:url(../img/features/title_bg.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color:#fff;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
	height:460px;
	padding:40px 50px 20px;
	text-align: left;
	display:inline-block;
}
#features .box .visual ul li {
	font-size:1.6rem;
	letter-spacing: 3px;
}
#features .box .visual ul li:first-child{
	font-size: 3.5rem;
    letter-spacing: 6px;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
}

#features .features_slide {
	position:relative;
	margin-bottom:35px;
}
#features .features_slide li {
	margin:0 20px 0 0;
}
#features .features_slide li p{
	margin:10px 0 0;
}
#features .slick-arrow {
	width:30px;
	height:30px;
	position:relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #580205), color-stop(0.00, #78403d));
	background: -webkit-linear-gradient(top, #78403d 0%, #580205 88%);
	background: -moz-linear-gradient(top, #78403d 0%, #580205 88%);
	background: -o-linear-gradient(top, #78403d 0%, #580205 88%);
	background: -ms-linear-gradient(top, #78403d 0%, #580205 88%);
	background: linear-gradient(to bottom, #78403d 0%, #580205 88%);
	border: 1px solid #580205;
	font-size:0;
	position:absolute;
	z-index:100;
	top:81px;
	cursor:pointer;
}
#features .slick-arrow:hover {
	opacity:0.8;
}
#features .slick-arrow.slick-prev {
	left:25px;
}
#features .slick-arrow.slick-next {
	right:25px;
}
#features .slick-arrow:before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(-135deg);
}
#features .slick-arrow.slick-next:before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#features .slide_box+.btn,#features .btn.last {
	text-align:center;
	margin-bottom:130px;
}
#features .slide_box+.btn a,#features .btn.last a {
	max-width:280px;
	width:100%;
	display:block;
	margin:0 auto;
}

@media screen and (max-width:768px){
#features .slide_box+.btn,#features .btn.last {
	margin-bottom:75px;
}

#features .box .visual ul{
	webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: rl-tb;
	writing-mode: horizontal-tb;
	padding:12px 20px 20px;
	display:block;
	width:100%;
	height:auto;
}
#features .box .visual .content_wrap{
	padding:0;
}

#features .box .visual ul li {
	font-size:1.4rem;
}
#features .box .visual ul li:first-child {
	font-size:2.6rem;
}
#features .box .visual {
	height:300px;
}
}
@media screen and (max-width:400px){
#features .features_slide li {
	margin:0;
	padding:0 20px;
}
#features .slick-arrow.slick-prev,#features .slick-arrow.slick-next {
	bottom:-40px;
	top:auto;
	left:100px;
}
#features .slick-arrow.slick-next {
	right:100px;
	left:auto;
}
#features .features_slide {
    margin-bottom: 58px;
}
}

/* 
------------------------------------------------------------------------------------------------------------------------
onsen
------------------------------------------------------------------------------------------------------------------------
*/

#onsen .page_main_img {
	background:url(../img/onsen/main.jpg) no-repeat;
}

#onsen .intoro {
	margin-bottom:120px;
}
#onsen .intoro .triple_box {
	margin-bottom:50px;
}
#onsen .intoro .triple_box li{
	position:relative;
}
#onsen .intoro .triple_box li p,#onsen .detail_box figcaption p,#onsen.detail .box .slide_box p{
	background:url(../img/features/title_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	color:#fff;
	font-size: 3.5rem;
    letter-spacing: 4px;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding:40px 0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:100px;
	line-height:10rem;
}
#onsen .intoro .btn.red,#onsen .detail_box .btn.red{
	margin-top:50px;
	text-align:center;
}
#onsen .intoro .btn.red a,#onsen .detail_box .btn.red a{
	max-width:280px;
	display:block;
	width:100%;
	margin:0 auto;
}

#onsen .detail_box {
	margin-bottom:180px;
}
#onsen .detail_box.right {
	margin-bottom:90px;
}
#onsen .detail_box figure{
	position:relative;
	margin-bottom:30px;
}
#onsen .detail_box figcaption{
	position:absolute;
	max-width:1200px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	margin:0 auto;
	text-align:right;
}
#onsen .detail_box.right figcaption{
	text-align:left;
}
#onsen .detail_box figcaption p{
	position:static;
	display:inline-block;
}

#onsen .box {
	margin-bottom:100px;
}
#onsen .box .btn.red {
	text-align:center;
	margin-top:50px;
}
#onsen .white_box {
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	padding:40px;
	font-size:1.4rem;
}
#onsen .white_box h3{
	padding:0 5px 5px;
	font-size: 2.2rem;
    letter-spacing: 2px;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	border-bottom:1px solid #875057;
	margin-bottom:20px;
}
#onsen .white_box h3+p{
	padding:0 5px;
}

@media screen and (max-width:768px){
#onsen .intoro {
	margin-bottom:70px;
}
#onsen .intoro .triple_box  {
	margin-bottom:20px;
}
#onsen .intoro .triple_box li p,#onsen .detail_box figcaption p{
	font-size:2.4rem;
	width:60px;
	line-height:6.0rem;
}
#onsen .intoro .btn.red, #onsen .detail_box .btn.red {
    margin-top: 25px;
}

#onsen .detail_box {
    margin-bottom: 90px;
}

#onsen .white_box {
	padding:20px;
}
}
@media screen and (max-width:768px){
#onsen .intoro .triple_box li p,#onsen .detail_box figcaption p{
	width:auto;
	font-size:1.6rem;
	line-height:1.5rem;
	 webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: rl-tb;
	writing-mode: horizontal-tb;
	padding:14px 20px;
	text-align:center;
}
}

/* 
------------------------------------------------------------------------------------------------------------------------
onsen roten
------------------------------------------------------------------------------------------------------------------------
*/
#onsen.detail .imgbtn{
	max-width:none;
	margin-bottom:135px;
}
#onsen.detail .imgbtn.triple_box li {
	width:32.6%;
	margin:0 1% 10px 0;
}
#onsen.detail .imgbtn.triple_box li:nth-child(3n) {
	margin:0 0 10px;
}
#onsen.detail .imgbtn.triple_box li a:after{
	display:none;
}

#onsen.detail .box .slide_box {
	position:relative;
	margin-bottom:30px;
}
#onsen.detail .box .slide_box p{
	right:auto;
	left:50px;
	line-height:10.0rem;
}
#onsen.detail .box .slide_box p.big{
	line-height:1.2;
}
#onsen.detail .box .slide_box p span{
	display:block;
}
#onsen.detail .box .slide_box p span:first-child{
	font-size:1.7rem;
	margin-right:16px;
}
#onsen.detail .box .slide_box p span:last-child{
	margin-top:40px;
}
#onsen.detail .slick-track {
	margin-bottom:15px;
}
#onsen.detail .slick-dots {
	text-align:center;
}
#onsen.detail .slick-dots li {
	display:inline-block;
	margin:0 15px 0 0;
}
#onsen.detail .slick-dots li button{
	font-size:0;
	background:#989898;
	width:12px;
	height:12px;
	border-radius:50%;
	cursor:pointer;
}
#onsen.detail .slick-dots li button:hover,#onsen.detail .slick-dots li.slick-active button{
	background:#580205;
}

#onsen.detail .box .slide_box+p{
	font-size:1.8rem;
}
#onsen.detail .white_box{
	margin-bottom:80px;
}

#onsen.detail .white_box .info{
	border-top:none;
}
#onsen.detail .white_box .info dd{
	padding:10px 10px 10px 147px;
}
#onsen.detail .white_box .info dd:last-child{
	border-bottom:none;
}

#onsen .white_box .page_link li{
	display:inline-block;
	margin:0 20px 0 0;
}
#onsen .white_box .page_link li a{
	padding:0 0 0 17px;
	position:relative;
	font-size:1.6rem;
}
#onsen .white_box .page_link li a:before{
	content:"";
	position:absolute;
	top:5px;
	left:0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #580205;
	border-right: 1px solid #580205;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#onsen .white_box .page_link li a:hover{
	text-decoration:underline;
}

#onsen.detail .btn_box {
	text-align:center;
}
#onsen.detail li.btn{
	display:inline-block;
}

@media screen and (max-width:1130px){
#onsen.detail .imgbtn.triple_box li,#plan .imgbtn.triple_box li:nth-child(3n) {
	width:49%;
	margin:0 2% 10px 0;
}
#onsen.detail .imgbtn.triple_box li:nth-child(2n) {
	margin:0 0 10px;
}

#onsen .box,#onsen.detail .imgbtn {
    margin-bottom: 70px;
}

#onsen .white_box h3 {
	font-size:2.0rem;
}
#onsen.detail .white_box .info {
	font-size:1.3rem;
}
#onsen.detail .white_box .info:not(.big) dd {
    padding: 10px 10px 10px 100px;
}
#onsen .white_box .page_link li a {
	font-size:1.4rem;
}

#onsen .white_box .page_link li a:before {
    top: 3px;
}
}

@media screen and (max-width:768px){
#onsen.detail .box .slide_box p{
	font-size:2.4rem;
	width:60px;
	line-height:6.0rem;
	left:20px;
	padding:20px 0;
}
#onsen.detail .box .slide_box p.big {
	line-height:1.3;
}
#onsen.detail .box .slide_box p span:first-child {
    font-size: 1.2rem;
    margin-right: 9px;
}
#onsen.detail .box .slide_box p span:last-child {
    margin-top: 23px;
}
#onsen.detail .box .slide_box+p {
    font-size: 1.4rem;
}
}
@media screen and (max-width:468px){
#onsen.detail .imgbtn.triple_box li,#plan .imgbtn.triple_box li:nth-child(3n),#plan .imgbtn.triple_box li:nth-child(2n) {
	width:100%;
	margin:0 0 10px;
}
#onsen.detail .imgbtn span:last-child {
    padding: 20px 13px;
}
#onsen.detail li.btn a{
	font-size:1.3rem;
	display:block;
	max-width:none;
	width:100%;
	padding:8px 30px 8px 18px;
}
#onsen.detail li.btn a:after{
    top: 16px;
}

#onsen.detail .box .slide_box p.big {
    line-height: 1.4;
    position: static;
    webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: rl-tb;
	writing-mode: horizontal-tb;
    left: 0;
    width: 100%;
    padding: 8px 10px;
	margin:20px 0 -10px;
}
#onsen.detail .box .slide_box p.big span{
	display:inline-block;
}
#onsen.detail .box .slide_box p span:last-child {
    margin-top: 0;
}

#onsen.detail .white_box .info.big dt {
	padding:10px 10px 7px;
	float:none;
	font-weight:900;
}
#onsen.detail .white_box .info.big dd {
	padding:0 10px 10px;
}
}


/* 
------------------------------------------------------------------------------------------------------------------------
meals
------------------------------------------------------------------------------------------------------------------------
*/

#meals .page_main_img {
	background:url(../img/meals/main.jpg) no-repeat;
}

#meals .left_box.top {
	margin-bottom:100px;
}
#meals .left_box .left,#meals .aniversary .left_box dt,#meals .rest .left_box dt {
	width:60%;
}
#meals .left_box .right,#meals .aniversary .left_box dd,#meals .rest .left_box dd {
	width:40%;
	padding:20px 20px 0 60px;
}
#meals .aniversary .left_box dd {
	text-align:right;
	padding:20px 60px 0 20px;
}
#meals .left_box .right .inner,#meals .aniversary .left_box dd .inner,#meals .rest .left_box dd .inner{
	max-width:330px;
	display:inline-block;
	text-align:left;
}
#meals .left_box .right .inner p,#meals .aniversary .left_box dd .inner p,#meals .rest .left_box dd .inner p{
	margin-bottom:30px;
}
#meals .left_box .right .inner p.btn{
	margin-bottom:15px;
}
#meals .left_box .right .inner p.btn a{
	display:block;
	text-align:center;
	max-width:280px;
}

#meals .left_box .left .slick-dots {
	text-align:center;
}
#meals .left_box .left .slick-dots li {
	display:inline-block;
	margin:0 15px 0 0;
}
#meals .left_box .left .slick-dots li button{
	font-size:0;
	background:#989898;
	width:12px;
	height:12px;
	border-radius:50%;
	cursor:pointer;
}
#meals .left_box .left .slick-dots li button:hover,#meals .left_box .left .slick-dots li.slick-active button{
	background:#580205;
}

#meals h3.title {
	font-size:3.7rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	margin-bottom:20px;
}

#meals .breakfast h3+p {
	margin-bottom:50px;
}
#meals .breakfast .triple_box {
	margin-bottom:100px;
}
#meals .breakfast .triple_box li {
	height:560px;
	transition:.3s;
	background-size:600px !important;
	background-position:center !important;
}
#meals .breakfast .triple_box li:hover {
	background-size:700px !important;
}
#meals .breakfast .triple_box li a{
	display:table;
	width:100%;
	height:100%;
}
#meals .breakfast .triple_box li a span:before{
	content:"";
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	margin:0 auto;
	width:30px;
	height:30px;
	border:1px solid rgba(255,255,255,0.5);
}
#meals .breakfast .triple_box li a span:after{
	content: "";
	position: absolute;
	left: -4px;
	right: 0;
	bottom: 25px;
	margin: 0 auto;
	width: 10px;
	height: 10px;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.5);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#meals .breakfast .triple_box li p{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#meals .breakfast .triple_box li p span{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color:#fff;
	font-size: 3.5rem;
    letter-spacing: 4px;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	background:rgba(88,2,5,0.9);
	width:120px;
	height:275px;
	display:inline-block;
	line-height:12.0rem;
	position:relative;
	padding:0 0 20px;
}
#meals .breakfast .triple_box li:first-child {
	background:url(../img/meals/02-01.jpg) no-repeat;
}
#meals .breakfast .triple_box li:nth-child(2) {
	background:url(../img/meals/02-02.jpg) no-repeat;
}
#meals .breakfast .triple_box li:last-child {
	background:url(../img/meals/02-03.jpg) no-repeat;
}
#meals .breakfast .triple_box li:first-child:hover {
	background:url(../img/meals/02-01.jpg) no-repeat;
}
#meals .breakfast .triple_box li:nth-child(2) {
	background:url(../img/meals/02-02.jpg) no-repeat;
}
#meals .breakfast .triple_box li:last-child {
	background:url(../img/meals/02-03.jpg) no-repeat;
}

#meals .menu {
	margin-bottom:115px;
}
#meals .menu .triple_box dl {
	width:32%;
	margin:0 2% 40px 0;
	font-size:1.4rem;
}
#meals .menu .triple_box dl:nth-child(3n) {
	margin:0 0 40px;
}
#meals .menu .triple_box dl dt{
	margin-bottom:15px;
}
#meals .menu .triple_box dl dd .title{
	font-size:2.4rem;
	line-height:1.3;
	margin-bottom:15px;
}
#meals .menu .triple_box dl dd .title span{
	display:inline-block;
	font-size:1.2rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#D8C9B8;
	padding:4px 10px;
}
#meals .menu .white_box,#meals .chef.white_box {
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	padding:35px 45px;
	font-size:1.4rem;
}

#meals .aniversary,#meals .rest {
	margin-bottom:100px;
}
#meals .aniversary .left_box dd .inner dl.info {
	margin-bottom:20px;
}
#meals .aniversary .left_box dd .inner dl.info dt,#meals .aniversary .left_box dd .inner dl.info dd {
	width:auto;
}
#meals .aniversary .left_box dd .inner dl.info dd {
	padding:10px 10px 10px 100px;
}

#meals .chef.white_box {
	margin-bottom:60px;
}
#meals .chef.white_box img{
	float:right;
}
#meals .chef.white_box .text{
	padding:0 320px 0 0;
}

#meals .imgbtn {
	margin:0 auto 115px;
}
#meals .imgbtn span:first-child {
	background:url(../img/meals/imgbtn.jpg) no-repeat;
}

.white_box.left_box {
	background:#fff;
	box-shadow:0 0 3px #000;
	padding:20px;
	max-width:880px;
	margin:0 auto;
	font-size:1.4rem;
}
.white_box.left_box.meal dt{
	width:35%;
	margin:0 5% 0 0;
}
.white_box.left_box.meal dd{
	width:60%;
}
.white_box.left_box.meal dd .title{
	font-size:3.0rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
}
.white_box.left_box.meal dd .link{
	position:relative;
	color:#580205;
	cursor:pointer;
	margin-top:10px;
	font-size:1.2rem;
	display:inline-block;
	padding:0 0 0 15px;
}
.white_box.left_box.meal dd .link:hover{
	text-decoration:underline;
}
.white_box.left_box.meal dd .link:before{
	content:"";
	position:absolute;
	top:6px;
	left:0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #580205;
	border-right: 1px solid #580205;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width:768px){
#meals h3.title {
	font-size:2.8rem;
	margin:0 0 5px;
}
#meals .left_box .right .inner p.btn a {
	font-size:1.4rem;
}
#meals .left_box.top,#meals .aniversary .left_box,#meals .rest .left_box {
	display:block;
	margin-bottom:60px;
}
#meals .left_box.top .left,#meals .left_box.top .right,
#meals .aniversary .left_box dt,#meals .aniversary .left_box dd,
#meals .rest .left_box dt,#meals .rest .left_box dd{
	width:100%;
}
#meals .left_box.top .right,#meals .aniversary .left_box dd,#meals .rest .left_box dd{
	padding:20px 5%;
}
#meals .left_box.top .right .inner,#meals .aniversary .left_box dd .inner,#meals .rest .left_box dd .inner{
	max-width:none;
}

#meals .breakfast .triple_box,#meals .menu{
	margin-bottom:60px;
}
#meals .breakfast .triple_box li {
	height:315px;
    background-size: 256px !important;
}
#meals .breakfast .triple_box li:hover {
    background-size: 356px !important;
}
#meals .breakfast .triple_box li p span {
	width:80px;
	height:220px;
	line-height:8.0rem;
	font-size:3.0rem;
}

#meals .menu .triple_box dl dd .title {
	font-size:2.0rem;
}

#meals .aniversary,#meals .rest {
	margin:0;
}
#meals .aniversary .left_box dd .inner dl.info {
	font-size:1.3rem;
}

#meals .chef.white_box {
	text-align:center;
}
#meals .chef.white_box img {
	float:none;
}
#meals .chef.white_box .text {
	padding:20px 0 0;
	text-align:left;
}
}

@media screen and (max-width:550px){
#meals .menu .triple_box dl,#meals .menu .triple_box dl:nth-child(3n) {
	width:48%;
	margin:0 4% 40px 0;
}
#meals .menu .triple_box dl:nth-child(2n) {
    margin: 0 0 40px;
}
#meals .menu .triple_box dl dd .title span {
	font-size:1.0rem;
	margin-top:5px;
}
#meals .menu .white_box, #meals .chef.white_box {
	padding:20px 25px;
}
#meals h3.title {
    font-size: 2.4rem;
}

.white_box.left_box.meals  {
	font-size:1.3rem;
	display:block;
}
.white_box.left_box.meals  dt{
	width:100%;
	margin:0 0 15px;
}
.white_box.left_box.meals  dd{
	width:100%;
}
.white_box.left_box.meals  dd .title{
	font-size:2.6rem;
}
}
@media screen and (max-width:468px){
#meals .breakfast .triple_box li {
	height:240px;
    background-size: 200px !important;
}
#meals .breakfast .triple_box li:hover {
    background-size: 300px !important;
}
#meals .breakfast .triple_box li p span {
	width:50px;
	height:180px;
	line-height:5.0rem;
	font-size:2.2rem;
}
}

/* 
------------------------------------------------------------------------------------------------------------------------
rooms
------------------------------------------------------------------------------------------------------------------------
*/

#rooms .page_main_img {
	background:url(../img/rooms/main.jpg) no-repeat;
}

#rooms .gallery {
	margin-bottom:95px;
}
#rooms .gallery .slick-dots {
	text-align:center;
	position:absolute;
	bottom:20px;
	width:100%;
	left:0;
}
#rooms .gallery .slick-dots li {
	display:inline-block;
	margin:0 15px 0 0;
}
#rooms .gallery .slick-dots li button{
	font-size:0;
	background:#989898;
	width:15px;
	height:15px;
	border-radius:50%;
	cursor:pointer;
	border:1px solid #CBCBCB;
}
#rooms .gallery .slick-dots li button:hover,#rooms .gallery .slick-dots li.slick-active button{
	background:#580205;
}

#rooms .imgbtn{
	max-width:none;
	margin-bottom:100px;
}
#rooms .imgbtn.triple_box li {
	width:32.6%;
	margin:0 1% 10px 0;
}
#rooms .imgbtn.triple_box li:first-child  span:first-child{
	background:url(../img/rooms/btn01.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
#rooms .imgbtn.triple_box li:nth-child(2)  span:first-child{
	background:url(../img/rooms/btn02.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
#rooms .imgbtn.triple_box li:nth-child(3)  span:first-child{
	background:url(../img/rooms/btn03.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
#rooms .imgbtn.triple_box li:nth-child(3n) {
	margin:0 0 10px;
}
#rooms .imgbtn.triple_box li a:after{
	display:none;
}


#rooms .visual {
	background-position:center !important;
	background-size:cover !important;
	height:460px;
	text-align:right;
	margin-bottom:50px;
}
#rooms .visual.s01 {
	background:url(../img/rooms/01.jpg) no-repeat;
}
#rooms .visual.s02 {
	background:url(../img/rooms/02.jpg) no-repeat;
}
#rooms .visual.s03 {
	background:url(../img/rooms/03.jpg) no-repeat;
}
#rooms .visual.right {
	text-align:left;
}
#rooms .visual p{
	background:url(../img/features/title_bg.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color:#fff;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
	height:460px;
	padding:40px 50px 20px;
	text-align: left;
	display:inline-block;
	font-size: 3.5rem;
    letter-spacing: 3px;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
}

#rooms .box {
	margin-bottom:130px;
}
#rooms .box .double_box dl{
	width:48%;
	margin:0 4% 0 0;
}
#rooms .box .double_box dl:nth-child(2n){
	margin:0;
}
#rooms .box .double_box dl dt{
	margin-bottom:15px;
}
#rooms .box .double_box dl dd p{
	margin-bottom:20px;
}
#rooms .box .double_box dl dd .title{
	font-size:2.4rem;
	margin-bottom:10px;
}
#rooms .box .double_box dl dd .title a:hover{
	text-decoration:underline;
}
#rooms .box .double_box dl dd .btn_box{
	text-align:center;
}
#rooms .box .double_box dl dd .btn_box li{
	display:inline-block;
	margin:0 5px 10px 0;
	width:auto;
}
#rooms .box .double_box dl dd .btn_box li:last-child{
	margin:0 0 10px;
}

#rooms section.white_box {
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	padding:45px 40px;
	margin-bottom:60px;
}
#rooms section.white_box h3{
	padding:0 5px 5px;
	font-size:2.2rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	border-bottom:1px solid #875057;
	margin-bottom:20px;
}
#rooms section.white_box h3 span{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size:1.4rem;
	margin:0 0 0 20px;
}
#rooms section.white_box h3+figure{
	text-align:center;
	padding:30px 20px;
	margin-bottom:70px;
}
#rooms section.white_box .left_box dt {
	width:27%;
	margin:0 5% 0 0;
}
#rooms section.white_box .left_box dd {
	width:68%;
}
#rooms section.white_box .left_box dd p:first-child{
	margin-bottom:15px;
}
#rooms section.white_box .left_box dd .attention{
	background:#FFFFE7;
	border:1px solid #C0272D;
	padding:20px;
	color:#C0272D;
}
#rooms section.white_box .left_box dd .attention .title{
	margin:0 0 5px;
	font-size:1.8rem;
	font-weight:bold;
}

#rooms .last {
	margin-bottom:130px;
}
#rooms .last dt {
	padding:15px;
}
#rooms .last dd {
	padding:15px 15px 15px 184px;
}
#rooms .last dd p{
	margin-bottom:15px;
}
#rooms .last dd p:last-child{
	margin:0;
}

#rooms .last dd .double_box {
	max-width:617px;
	margin-top:30px;
}
#rooms .last dd .double_box li{
	width:49%;
	margin:0 2% 0 0;
}
#rooms .last dd .double_box li:last-child{
	margin:0;
}
#rooms .last dd .double_box li p{
	margin-top:5px;
	font-size:1.4rem;
}


#rooms.detail .gallery {
    margin-bottom: 40px;
}
#rooms.detail .gallery .slick-dots {
	position:static;
	margin-top:10px;
}
#rooms.detail .gallery .slick-dots li button {
    width: 13px;
    height: 13px;
    border: none;
}

#rooms.detail .gallery+.btn {
	text-align:center;
	margin-bottom:80px;
}

#rooms.detail .double_box {
	margin-bottom:80px;
}
#rooms.detail .double_box dl.info{
	width:73%;
	margin-right:4%;
}
#rooms.detail .double_box dl.info dd{
	padding:10px 10px 10px 150px;
}
#rooms.detail .double_box dl.info dd p{
	margin-bottom:15px;
}
#rooms.detail .double_box dl.info dd p:last-child{
	margin:0;
}
#rooms.detail .double_box figure {
	width:23%;
}
#rooms.detail .double_box figure img{
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}

#rooms.detail .double_box dl.info dd .twin_box{
	background:url(../img/rooms/twin_ateback.jpg);
	padding:15px 23px;
	margin-bottom:5px;
	color:#fff;
}
#rooms.detail .double_box dl.info dd .twin_box li{
	width:auto;
	font-size:1.2rem;
}
#rooms.detail .double_box dl.info dd .twin_box li:first-child{
	float:left;
}
#rooms.detail .double_box dl.info dd .twin_box li:last-child{
	padding:6px 0 0 150px;
}

#rooms.detail .white_box {
	margin-bottom:120px;
}
#rooms.detail .white_box .page_link li{
	display:inline-block;
	margin:0 20px 0 0;
}
#rooms.detail .white_box .page_link li a{
	padding:0 0 0 17px;
	position:relative;
	font-size:1.6rem;
}
#rooms.detail .white_box .page_link li a:before{
	content:"";
	position:absolute;
	top:5px;
	left:0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #580205;
	border-right: 1px solid #580205;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#rooms.detail .white_box .page_link li a:hover{
	text-decoration:underline;
}

#rooms.detail h3 {
	font-size:2.4rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	border-top:1px solid #875057;
	border-bottom:1px solid #875057;
	padding:7px 10px;
	margin-bottom:40px;
}
#rooms.detail h3+.triple_box {
	margin-bottom:140px;
}
#rooms.detail h3+.triple_box dl {
	width:31%;
	margin:0 3.5% 0 0;
}
#rooms.detail h3+.triple_box dl:last-child {
	margin:0;
}
#rooms.detail h3+.triple_box dl dt{
	margin-bottom:15px;
}
#rooms.detail h3+.triple_box dl dd{
	font-size:1.8rem;
}
#rooms.detail h3+.triple_box dl dd p span{
	color:#fff;
	background:#857262;
	font-size:1.3rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:3px 15px;
	display:inline-block;
}
#rooms.detail h3+.triple_box dl dd p.btn{
	margin:25px 0 0;
	text-align:center;
}
#rooms.detail h3+.triple_box dl dd p.btn a{
	font-size:1.6rem;
}

@media screen and (max-width:1130px){
#rooms .imgbtn span:first-child{
	flex:2;
}
#rooms .imgbtn span:last-child{
	padding:27px 20px;
}
#rooms .imgbtn.triple_box li,#rooms .imgbtn.triple_box li:nth-child(3n) {
	width:49%;
	margin:0 2% 10px 0;
}
#rooms .imgbtn.triple_box li:nth-child(2n) {
	margin:0 0 10px;
}
}
@media screen and (max-width:768px){
#rooms .imgbtn,#rooms .gallery {
	margin-bottom:50px;
}
#rooms .imgbtn span:last-child{
	padding:14px 13px;
	font-size:1.4rem;
}

#rooms .box {
	margin-bottom:70px;
}

#rooms .visual {
	height:300px;
	margin-bottom:20px;
}
#rooms .visual p {
    height: 300px;
    padding: 30px 34px;
    font-size: 2.8rem;
}

#rooms .box .double_box dl dd .title {
	font-size:1.8rem;
}
#rooms .box .double_box dl dd .btn_box li {
	display:block;
	margin:0 0 10px;
}
#rooms .box .double_box dl dd .btn_box .btn a {
	font-size:1.4rem;
}
#rooms .box .double_box dl dd .btn_box .btn a {
	display:block;
	max-width:none;
	width:100%;
}

#rooms section.white_box {
	padding:20px 25px;
}
#rooms section.white_box h3 {
	font-size:2.0rem;
}
#rooms section.white_box h3+figure {
	margin-bottom:40px;
}

#rooms .last dd .double_box li p{
	font-size:1.2rem;
}

#rooms.detail .gallery+.btn {
    margin-bottom: 50px;
}

#rooms.detail .double_box dl.info {
	width:65%;
}
#rooms.detail .double_box dl.info dt {
	float:none;
	padding:10px 10px 5px;
	font-size:1.6rem;
	font-weight:900;
}
#rooms.detail .double_box dl.info dd {
	padding:0px 10px 10px;
}
#rooms.detail .double_box dl.info dd .twin_box li:first-child {
	max-width:100px;
}
#rooms.detail .double_box dl.info dd .twin_box li:last-child {
    padding: 0 0 0 120px;
}
#rooms.detail .double_box figure {
	width:31%;
}

#rooms.detail h3+.triple_box {
    margin-bottom: 70px;
}
#rooms.detail h3+.triple_box {
	display:block;
}
#rooms.detail h3+.triple_box dl {
	display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
	width:100%;
	margin:0 0 20px;
}
#rooms.detail h3+.triple_box dl dt {
	width:33%;
	margin:0 4% 0 0;
}
#rooms.detail h3+.triple_box dl dd {
    font-size: 1.5rem;
	width:63%;
}
#rooms.detail h3+.triple_box dl dd p span {
    font-size: 1.1rem;
    padding: 2px 10px;
}
#rooms.detail h3+.triple_box dl dd p.btn {
	text-align:left;
}
#rooms.detail h3+.triple_box dl dd p.btn a {
    font-size: 1.4rem;
}
#rooms.detail h3+.triple_box dl dd p.btn {
    margin: 15px 0 0;
}
}
@media screen and (max-width:550px){
#rooms section.white_box .left_box {
	display:block;
}
#rooms section.white_box .left_box dt{
	width:100%;
	margin:0 0 15px;
}
#rooms section.white_box .left_box dt img{
	width:100%;
}
#rooms section.white_box .left_box dd{
	width:100%;
}

#rooms.detail .double_box dl.info dd .twin_box li:first-child {
	max-width:80px;
}
#rooms.detail .double_box dl.info dd .twin_box li:last-child {
    padding: 0 0 0 100px;
}
}
@media screen and (max-width:468px){
#rooms .imgbtn.triple_box li,#rooms .imgbtn.triple_box li:nth-child(3n),#rooms .imgbtn.triple_box li:nth-child(2n) {
	width:100%;
	margin:0 0 10px;
}
#rooms .imgbtn span:last-child {
    padding: 20px 13px;
}

#rooms .visual {
    height: 200px;
}
#rooms .box .visual .content_wrap {
	padding:0;
}
#rooms .visual p {
	 webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: rl-tb;
	writing-mode: horizontal-tb;
	width: 100%;
    height: auto;
    font-size: 1.6rem;
    padding: 15px 20px;
}

#rooms .box .double_box {
	display:block;
}
#rooms .box .double_box dl{
	width:100%;
	margin:0 0 40px;
}


#rooms .last {
	margin-bottom:70px;
}
#rooms .last dt {
	float:none;
	padding:15px 15px 8px;
	font-weight:900;
	font-size:1.6rem;
}
#rooms .last dd {
	padding:0 15px 15px;
}

#rooms.detail .double_box {
	display:block;
}
#rooms.detail .double_box dl.info,#rooms.detail .double_box figure{
	width:100%;
}
#rooms.detail .double_box dl.info{
	margin:0 0 60px;
}
#rooms.detail .double_box figure{
	text-align:center;
}

#rooms.detail .white_box .page_link li a {
	font-size:1.4rem;
}

#rooms.detail .white_box {
    margin-bottom: 80px;
}
}

/* 
------------------------------------------------------------------------------------------------------------------------
shimaonsen
------------------------------------------------------------------------------------------------------------------------
*/

#shimaonsen .page_main_img {
	background:url(../img/shimaonsen/main.jpg) no-repeat;
}
#shimaonsen .forth_box.topbox {
	margin-bottom:80px;
}
#shimaonsen .forth_box.topbox dl {
	position:relative;
	min-height:600px;
	overflow:hidden;
}
#shimaonsen .forth_box.topbox dl dt{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	min-height:600px;
	width:auto;
}
#shimaonsen .forth_box.topbox dl dt img{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	max-width:none;
	width:auto;
	height:600px;
	text-align:center;
}
@media screen and (min-width:1670px){
#shimaonsen .forth_box.topbox dl dt img{
	width:100%;
}
}
#shimaonsen .forth_box.topbox dl dd{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.5);
	text-shadow:0 0 3px #000;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transition:.5s;
}
#shimaonsen .forth_box.topbox dl dd a{
	width:100%;
	color:#fff;
	font-size:3.0rem;
	letter-spacing:3px;
	display:table;
	height:100%;
}
#shimaonsen .forth_box.topbox dl dd a .inner{
	width:119px;
	height:460px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
}
#shimaonsen .forth_box.topbox dl dd a p{
	display:inline-block;
	vertical-align:middle;
}
#shimaonsen .forth_box.topbox dl dd a p.title{
	font-size:10.0rem;
	line-height:1;
	margin-bottom:10px;
}
#shimaonsen .forth_box.topbox dl dd a p.link{
	width:38px;
	height:38px;
	border:1px solid #fff;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	margin:0 auto;
}
#shimaonsen .forth_box.topbox dl dd a p.link span{
	position:absolute;
	top:0;
	bottom:0;
	left:-5px;
	right:0;
	margin:auto;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#shimaonsen .forth_box.topbox dl:hover dd{
	background:rgba(0,0,0,0.3);
	transition:.5s;
}
#shimaonsen .forth_box.topbox dl:hover dt img{
	transition:.5s;
}
#shimaonsen .forth_box.topbox dl:hover dt img{
	-webkit-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	transition:.5s;
}

#shimaonsen .forth_box.topbox+.content_wrap .double_box {
	margin-bottom:70px;
}
#shimaonsen .forth_box.topbox+.content_wrap .double_box dl{
	width:48%;
	margin:0 4% 0 0;
	font-size:1.4rem;
}
#shimaonsen .forth_box.topbox+.content_wrap .double_box dl:last-child{
	margin:0;
}
#shimaonsen .forth_box.topbox+.content_wrap .double_box dl dt{
	margin-bottom:15px;
}
#shimaonsen .forth_box.topbox+.content_wrap .double_box dl dd .title{
	font-size:2.4rem;
	margin-bottom:10px;
}
#shimaonsen .forth_box.topbox+.content_wrap .double_box dl dd .title a:hover{
	text-decoration:underline;
}
#shimaonsen .forth_box.topbox+.content_wrap .double_box dl dd .btn{
	margin:40px 0 0;
	text-align:center;
}
,#shimaonsen .white_box.bicycle {
	margin-bottom:140px;
}

@media screen and (max-width:900px){
#shimaonsen .forth_box.topbox dl dd a {
	font-size:2.2rem;
}
#shimaonsen .forth_box.topbox dl dd a p.title {
	font-size:6.0rem;
}

#shimaonsen .forth_box.topbox dl,#shimaonsen .forth_box.topbox dl dt {
    min-height: 450px;
}
#shimaonsen .forth_box.topbox dl dt img {
	height:450px;
}
#shimaonsen .forth_box.topbox dl dd a .inner {
    width: 72px;
    height: 358px;
}
}
@media screen and (max-width:768px){
#shimaonsen .forth_box.topbox {
	display:block;
	margin-bottom:50px;
}
#shimaonsen .forth_box.topbox dl,#shimaonsen .forth_box.topbox dl dt {
	width:100%;
	height:265px;
	min-height:0;
}
#shimaonsen .forth_box.topbox dl dt img {
	height:auto;
	width:100%;
	margin:-50% 0 0;
}
#shimaonsen .forth_box.topbox dl dd {
     webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: rl-tb;
	writing-mode: horizontal-tb;
}
#shimaonsen .forth_box.topbox dl dd a .inner {
	width:100%;
	height:auto;
	text-align:center;
	padding:30px 20px;
}
#shimaonsen .forth_box.topbox dl dd a p.title {
	display:block;
}
#shimaonsen .forth_box.topbox dl dd a p.link {
	bottom: 30px;
}

#shimaonsen .forth_box.topbox+.content_wrap .double_box dl {
	font-size:1.3rem;
}
#shimaonsen .forth_box.topbox+.content_wrap .double_box dl dd .title {
	font-size:2.0rem;
}
#shimaonsen .forth_box.topbox+.content_wrap .double_box dl dd .btn {
	margin:20px 0 0;
}

#shimaonsen .forth_box.topbox+.content_wrap .double_box {
    margin-bottom: 60px;
}

}
@media screen and (max-width:468px){
#shimaonsen .forth_box.topbox+.content_wrap .double_box {
	display:block;
}
#shimaonsen .forth_box.topbox+.content_wrap .double_box dl {
	width:100%;
	margin:0 0 40px;
}
}


/* 
------------------------------------------------------------------------------------------------------------------------
shimaonsen detail
------------------------------------------------------------------------------------------------------------------------
*/
#shimaonsen.detail .read_box .top_title{
	color:#580205;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	font-size:10.0rem;
	text-align:center;
	line-height:1.2;
	margin-bottom:50px;
}
#shimaonsen.detail .read_box .top_title span{
	display:block;
	font-size:2.0rem;
	letter-spacing:4px;
}
#shimaonsen.detail .read_box figure{
	margin-bottom:50px;
}
#shimaonsen.detail .read_box figure:last-child{
	margin-bottom:70px;
}
#shimaonsen.detail .read_box p{
	padding:0 5%;
}

#shimaonsen.detail .left_box {
	margin-bottom:60px;
}
#shimaonsen.detail .left_box dt{
	width:50%;
	margin:0 3% 0 0;
}
#shimaonsen.detail .left_box.right dt{
	margin:0 0 0 3%;
}
#shimaonsen.detail .left_box dd{
	width:47%;
	font-size:1.4rem;
}
#shimaonsen.detail .left_box.right dd{
	text-align:right;
}
#shimaonsen.detail .left_box dd .inner{
	max-width:563px;
	display:inline-block;
	text-align:left;
	padding:30px 5% 0 0;
}
#shimaonsen.detail .left_box.right dd .inner{
	padding:30px 0 0 5%;
}
#shimaonsen.detail .left_box dd .inner p{
	margin-bottom:25px;
}
#shimaonsen.detail .left_box dd .inner .title{
	font-size:2.2rem;
	letter-spacing:2px;
	margin-bottom:15px;
}

#shimaonsen.detail .double_box dl{
	width:48%;
	margin:0 4% 40px 0;
}
#shimaonsen.detail .double_box dl:nth-child(2n){
	margin:0 0 50px;
}
#shimaonsen.detail .double_box dl dt {
	margin-bottom:15px;
}
#shimaonsen.detail .double_box dl dd .title{
	font-size:2.0rem;
	margin-bottom:5px;
}
#shimaonsen.detail .double_box dl dd .title a:hover{
	text-decoration:underline;
}
#shimaonsen.detail .double_box dl dd .btn{
	margin-top:30px;
}

#shimaonsen.detail .white_box,#shimaonsen .white_box.bicycle {
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	padding:40px;
	margin:100px 0 120px;
}
#shimaonsen.detail .white_box .page_link li{
	display:inline-block;
	margin:0 20px 0 0;
}
#shimaonsen.detail .white_box .page_link li a{
	padding:0 0 0 17px;
	position:relative;
	font-size:1.6rem;
}
#shimaonsen.detail .white_box .page_link li a:before{
	content:"";
	position:absolute;
	top:5px;
	left:0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #580205;
	border-right: 1px solid #580205;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#shimaonsen.detail .white_box .page_link li a:hover{
	text-decoration:underline;
}

#shimaonsen.detail .white_box .left_box,#shimaonsen .white_box.bicycle .left_box {
	margin:0;
}
#shimaonsen.detail .white_box .left_box dt,#shimaonsen .white_box.bicycle .left_box dt{
	width:30%;
	margin:0 5% 0 0;
}
#shimaonsen.detail .white_box .left_box dd,#shimaonsen .white_box.bicycle .left_box dd{
	width:65%;
}
#shimaonsen.detail .white_box h3,#shimaonsen .white_box.bicycle h3 {
    font-size: 2.2rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
    border-bottom: 1px solid #875057;
    padding: 7px 10px;
    margin-bottom: 30px;
}
#shimaonsen.detail .white_box .left_box .attention,#shimaonsen .white_box.bicycle .left_box .attention {
	margin:25px 0 0;
	padding:20px 25px;
	background:#FFFFE0;
	border:1px solid #AF1422;
	color:#AF1422;
}
#shimaonsen.detail .white_box .left_box .attention .title,#shimaonsen .white_box.bicycle .left_box .attention .title{
	font-size:1.8rem;
	margin:0 0 5px;
}

#shimaonsen.detail .white_box.mgn{
	margin: 0 0 -30px;
}

@media screen and (max-width:768px){
#shimaonsen.detail .read_box .top_title {
	font-size:7.0rem;
	margin-bottom:30px;
}
#shimaonsen.detail .read_box .top_title span {
	font-size:1.6rem;
}
#shimaonsen.detail .read_box figure {
    margin-bottom: 20px;
}

#shimaonsen.detail .left_box {
    margin-bottom: 40px;
}
#shimaonsen.detail .left_box dd {
	font-size:1.3rem;
}
#shimaonsen.detail .left_box dd .inner {
    padding: 0 5% 0 0;
}
#shimaonsen.detail .left_box.right dd .inner {
    padding: 0 0 0 5%;
}
#shimaonsen.detail .left_box dd .inner .title {
	font-size:2.0rem;
}

#shimaonsen.detail .double_box dl dd .title {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

#shimaonsen.detail .white_box,#shimaonsen .white_box.bicycle  {
    padding: 20px 25px;
    margin: 70px 0 80px;
}
#shimaonsen .white_box.bicycle {
	margin:0 0 70px;
}

#shimaonsen.detail .figure a {
	position:relative;
}
#shimaonsen.detail .figure a:after {
	content:"";
	width:50px;
	height:50px;
	background:url(../img/shimaonsen/kakudai.png) no-repeat;
	background-size:50px;
	position:absolute;
	bottom:0;
	left:0;
}
}
@media screen and (max-width:468px){
#shimaonsen.detail .left_box {
	display:block;
}
#shimaonsen.detail .left_box dt,#shimaonsen.detail .left_box.right dt,#shimaonsen.detail .white_box .left_box dt,#shimaonsen .white_box.bicycle .left_box dt {
	width:100%;
	margin:0 0 15px;
}
#shimaonsen.detail .left_box dd,#shimaonsen.detail .white_box .left_box dd,#shimaonsen .white_box.bicycle .left_box dd {
	width:100%;
	margin:0;
}
#shimaonsen.detail .left_box dd .inner,#shimaonsen.detail .left_box.right dd .inner{
	padding:0 5%;
}

}

/* 
------------------------------------------------------------------------------------------------------------------------
price
------------------------------------------------------------------------------------------------------------------------
*/

#price {
	font-size:1.4rem;
}
#price .page_main_img {
	background:url(../img/price/main.jpg) no-repeat;
}

#price table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #CBCBCB;
	background:#fff;
	margin-bottom:35px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#price table th,#price table td{
	border:1px solid #CBCBCB;
	padding:15px;
	font-weight:normal;
}
#price table tr:first-child,#price table tr:nth-child(2) {
	background:#E5E5E5;
}
#price table tr:first-child th:first-child,#price table tr:nth-child(2) th:first-child{
	width:280px;
}
#price table tr:nth-child(3) th,#price table tr:nth-child(4) th,#price table tr:nth-child(5) th,#price table tr:nth-child(6) th,#price table tr:nth-child(7) th,#price table tr:nth-child(8) th,#price table tr:nth-child(9) th,#price table tr:nth-child(10) th{
	background:#FFFEF8;
	text-align:left;
	width:280px;
}
#price table td{
	text-align:center;
}
#price table+ul {
	margin-bottom:90px;
}
#price table+ul li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type:disc;
	margin:0 0 0 15px;
}

#price h3,#price h4 {
    font-size: 2.4rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
    border-top: 1px solid #875057;
    border-bottom: 1px solid #875057;
    padding: 7px 10px;
    margin-bottom: 40px;
}
#price h4 {
	border-top:none;
	margin-bottom:20px;
}
#price .white_box {
	background:#fff;
	padding:30px 40px;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}
#price .white_box p{
	margin-bottom:20px;
}
#price .white_box p:last-child{
	margin:0;
}

#price .white_box+.btn {
	text-align:center;
	margin-bottom:110px;
}

@media screen and (max-width:768px){
#price {
	font-size:1.3rem;
}
#price h3, #price h4 {
	font-size:1.8rem;
}
}
@media screen and (max-width:550px){
#price table tr:first-child,#price table tr:nth-child(2) {
	display:none;
}
#price table th,#price table td,#price table tr:nth-child(3) th,#price table tr:nth-child(4) th,#price table tr:nth-child(5) th,#price table tr:nth-child(6) th,#price table tr:nth-child(7) th,#price table tr:nth-child(8) th,#price table tr:nth-child(9) th,#price table tr:nth-child(10) th{
	display:block;
	width:100%;
	border:none;
	border-bottom:1px solid #CBCBCB;
	text-align:center;
}
#price table td {
	padding:15px 15px 15px 54%;
	position:relative;
}
#price table td:before {
	content:"";
	width:50%;
	height:100%;
	padding:15px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border-right:1px solid #CBCBCB;
}
#price table tr:nth-child(3) td:nth-child(2):before,#price table tr:nth-child(4) td:nth-child(2):before,#price table tr:nth-child(5) td:nth-child(2):before,#price table tr:nth-child(6) td:nth-child(2):before,#price table tr:nth-child(7) td:nth-child(2):before,#price table tr:nth-child(8) td:nth-child(2):before,#price table tr:nth-child(9) td:nth-child(2):before,#price table tr:nth-child(10) td:nth-child(2):before {
	content:"1名様";
}
#price table tr:nth-child(3) td:nth-child(3):before,#price table tr:nth-child(4) td:nth-child(3):before,#price table tr:nth-child(5) td:nth-child(3):before,#price table tr:nth-child(6) td:nth-child(3):before,#price table tr:nth-child(7) td:nth-child(3):before,#price table tr:nth-child(8) td:nth-child(3):before,#price table tr:nth-child(9) td:nth-child(3):before,#price table tr:nth-child(10) td:nth-child(3):before {
	content:"2名様";
}
#price table tr:nth-child(3) td:nth-child(4):before,#price table tr:nth-child(4) td:nth-child(4):before,#price table tr:nth-child(5) td:nth-child(4):before,#price table tr:nth-child(6) td:nth-child(4):before,#price table tr:nth-child(7) td:nth-child(4):before,#price table tr:nth-child(8) td:nth-child(4):before,#price table tr:nth-child(9) td:nth-child(4):before,#price table tr:nth-child(10) td:nth-child(4):before {
	content:"3名様";
}
#price table tr:nth-child(3) td:nth-child(5):before,#price table tr:nth-child(4) td:nth-child(5):before,#price table tr:nth-child(5) td:nth-child(5):before,#price table tr:nth-child(6) td:nth-child(5):before,#price table tr:nth-child(7) td:nth-child(5):before,#price table tr:nth-child(8) td:nth-child(5):before,#price table tr:nth-child(9) td:nth-child(5):before,#price table tr:nth-child(10) td:nth-child(5):before {
	content:"4名様";
}
#price table tr:nth-child(3) td:nth-child(6):before,#price table tr:nth-child(4) td:nth-child(6):before,#price table tr:nth-child(5) td:nth-child(6):before,#price table tr:nth-child(6) td:nth-child(6):before,#price table tr:nth-child(7) td:nth-child(6):before,#price table tr:nth-child(8) td:nth-child(6):before,#price table tr:nth-child(9) td:nth-child(6):before,#price table tr:nth-child(10) td:nth-child(6):before {
	content:"5名様";
}
#price table tr:last-child td:last-child{
	border-bottom:none;
}

#price table+ul {
    margin-bottom: 50px;
}


#price .white_box {
	padding:20px 25px;
}
#price .white_box+.btn {
	margin-bottom:70px;
}
}

/* 
------------------------------------------------------------------------------------------------------------------------
book
------------------------------------------------------------------------------------------------------------------------
*/

#book {
	font-size:1.4rem;
}
#book .page_main_img {
	background:url(../img/book/main.jpg) no-repeat;
}

#book h3 {
    font-size: 2.2rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
    border-top: 1px solid #875057;
    border-bottom: 1px solid #875057;
    padding: 7px 10px;
    margin-bottom: 30px;
}
#book h3 span{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.2rem;
	vertical-align:middle;
	display:inline-block;
	margin-left:15px;
}

#book .features {
	margin-bottom:110px;
}
#book .features .triple_box dl{
	width:31%;
	margin:0 3.5% 0 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
}
#book .features .triple_box dl:last-child{
	margin:0;
}
#book .features .triple_box dl dt{
	width:32%;
	margin:0 4% 0 0;
}
#book .features .triple_box dl dd{
	width:64%;
}
#book .features .triple_box dl dd .title{
	font-size:1.8rem;
	margin-bottom:8px;
}
#book .features .triple_box dl dd .title+p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#book .triple_box.obi li,#book .triple_box.white li {
	width:32.44%;
	margin:0 1.33% 20px 0;
}
#book .triple_box.obi li:nth-child(3n),#book .triple_box.white li:nth-child(3n) {
	margin:0 0 20px;
}
#book .triple_box.obi a {
	display:block;
	position:relative;
	overflow:hidden;
}
#book .triple_box.obi a p{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:#fff;
	background:rgba(0,0,0,0.5);
	text-shadow:0 0 3px #000;
	padding:10px;
	text-align:center;
	font-size:1.8rem;
}
#book .triple_box.obi a img,#book .triple_box.white a img{
	transition:.3s;
}
#book .triple_box.obi a:hover img,#book .triple_box.white a:hover img{
	transform: scale(1.2,1.2);
	transition:.3s;
	opacity:1;
}
#book .triple_box.obi a+p {
	margin:15px 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#book .triple_box.white li {
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}
#book .triple_box.white li .text{
	padding:20px 25px 30px;
}
#book .triple_box.white li .text .title{
	color:#580205;
	font-size:1.8rem;
	margin-bottom:15px;
}
#book .triple_box.white li a p:first-child{
	overflow:hidden;
}


#book .checkin p,#book .cancel p,#book .cancel ul{
	margin-bottom:20px;
}
#book .cancel ul li{
	list-style-type:disc;
	margin-left:15px;
}


#book .room_plan {
	margin-bottom:70px;
}
#book .theme_plan {
	margin-bottom:120px;
}
#book .meal_plan {
	margin-bottom:90px;
}
#book .checkin {
	margin-bottom:75px;
}
#book .cancel {
	margin-bottom:140px;
}

@media screen and (max-width:965px){
#book .features .triple_box dl dd .title br.out,#book .features .triple_box dl dd .title+p br.out {
	display:none;
}
}
@media screen and (max-width:768px){
#book {
	font-size:1.3rem;
}
#book h3 {
	font-size:1.8rem;
	line-height:1.3;
}

#book .features,#book .theme_plan,#book .cancel {
    margin-bottom: 70px;
}
#book .room_plan,#book .meal_plan,#book .checkin {
    margin-bottom: 50px;
}

#book .features .triple_box dl {
	display:block;
}
#book .features .triple_box dl dt,#book .features .triple_box dl dd{
	width:100%;
}
#book .features .triple_box dl dt {
	margin:0 0 15px;
	text-align:center;
}
#book .features .triple_box dl dd .title,#book .triple_box.white li .text .title {
	font-size:1.6rem;
}

#book .triple_box.obi li, #book .triple_box.white li,#book .triple_box.obi li:nth-child(3n), #book .triple_box.white li:nth-child(3n) {
	width:49%;
	margin:0 2% 20px 0;
}
#book .triple_box.obi li:nth-child(2n), #book .triple_box.white li:nth-child(2n) {
	margin:0 0 20px;
}
	
#book .triple_box.obi a span {
	display:block;
	overflow:hidden;
}
#book .triple_box.obi a p {
	font-size:1.4rem;
	padding:5px;
	position:static;
	background:rgba(0,0,0,0.7);
}
}
@media screen and (max-width:400px){
#book .triple_box.obi {
	display:block;
}
#book .triple_box.obi li, #book .triple_box.white li,#book .triple_box.obi li:nth-child(3n), #book .triple_box.white li:nth-child(3n),#book .triple_box.obi li:nth-child(2n), #book .triple_box.white li:nth-child(2n) {
	width:100%;
	margin:0 0 20px;
}
}
@media screen and (max-width:550px){
#book .features .triple_box {
	display:block;
}
#book .features .triple_box dl {
    width: 100%;
    margin: 0 0 20px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}
#book .features .triple_box dl dt {
    width: 32%;
    margin: 0 4% 0 0;
}
#book .features .triple_box dl dd {
    width: 64%;
}
}

/* 
------------------------------------------------------------------------------------------------------------------------
access
------------------------------------------------------------------------------------------------------------------------
*/

#access {
	font-size:1.4rem;
}
#access .page_main_img {
	background:url(../img/access/main.jpg) no-repeat;
}
#access .read {
	margin-bottom:60px;
}

#access .map_box {
	margin-bottom:85px;
}
#access .map_box .inner{
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	background:#fff;
	margin-bottom:35px;
}
#access .map_box .inner p{
	text-align:center;
	padding:6px 20px 10px;
	background:#fff;
}
#access .map_box .inner+.btn{
	text-align:center;
}

#access h3 {
    font-size: 2.2rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
    border-top: 1px solid #875057;
    border-bottom: 1px solid #875057;
    padding: 7px 10px;
    margin-bottom: 30px;
}

#access .box {
	margin-bottom:70px;
}
#access .box.last {
	margin-bottom:150px;
}
#access .left_box .right {
	width:45%;
	order:2;
}
#access .left_box .right img,#access .left_box .right iframe{
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}
#access .left_box .left {
	width:50%;
	order:1;
	margin:0 5% 0 0;
}

#access .left_box .left .detail{
	margin-bottom:40px;
}
#access .left_box .left h4{
	font-size:1.8rem;
	font-weight:900;
	padding:0 0 5px;
	border-bottom:1px solid #D0BFAC;
	margin-bottom:15px;
}
#access .left_box .left p{
	margin-bottom:20px;
}
#access .left_box .left .attention{
	color:#C23335;
	font-size:1.2rem;
}
#access .left_box .left p a{
	color:#580205;
	text-decoration:underline;
}
#access .left_box .left p a:hover{
	text-decoration:none;
}

@media screen and (max-width:768px){
#access {
	font-size:1.3rem;
}
#access h3 {
	font-size:1.8rem;
	line-height:1.3;
}
#access .left_box .left h4 {
	font-size:1.5rem;
}
#access .map_box {
    margin-bottom: 55px;
}
#access .map_box .inner iframe{
	height:350px;
}
#access .left_box .right iframe {
	height:250px;
}
}
@media screen and (max-width:468px){
#access .left_box {
	display:block;
}
#access .left_box .left,#access .left_box .right{
	width:100%;
	margin:0;
}
#access .left_box .right{
	margin-bottom:20px;
}
}

/* 
------------------------------------------------------------------------------------------------------------------------
faq
------------------------------------------------------------------------------------------------------------------------
*/

#faq {
	font-size:1.4rem;
}

#faq .page_main_img {
	background:url(../img/faq/main.jpg) no-repeat;
}

#faq .white_box {
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	padding:45px 40px 25px;
	margin-bottom:75px;
}
#faq .white_box .page_link li{
	display:inline-block;
	margin:0 50px 20px 0;
	padding:0 0 0 17px;
	position:relative;
	font-size:1.6rem;
	cursor:pointer;
}

#faq .white_box .page_link li:before{
	content:"";
	position:absolute;
	top:6px;
	left:0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #580205;
	border-right: 1px solid #580205;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#faq .white_box .page_link li:hover{
	text-decoration:underline;
}

#faq h3 {
    font-size: 2.2rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
    border-top: 1px solid #875057;
    border-bottom: 1px solid #875057;
    padding: 7px 10px;
    margin-bottom: 30px;
}

#faq .box {
	margin-bottom:100px;
}

#faq .box dt{
	padding:5px 0 0;
	color:#580205;
	font-size:1.8rem;
	font-weight:900;
}
#faq .box dd{
	border-bottom:1px solid #D8C9B9;
	padding-bottom:5px;
}
#faq .box dd:last-child{
	border:none;
}

#faq .box .left{
	font-size:5.2rem;
	font-weight:normal;
	line-height:5.2rem;
	color:#580205;
	float:left;
	clear:both;
	padding:15px 0 0;
	display:block;
}
#faq .box .right{
	padding:15px 0 15px 70px;
	display:block;
	min-height:64px;
}
#faq .box dd .left{
	color:#BF9844;
}

#faq .btn.last {
	text-align:center;
	margin-bottom:110px;
}
#faq .btn.last .in {
	display:none;
}


@media screen and (max-width:768px){
#faq {
	font-size:1.3rem;
}
#faq h3 {
	font-size:1.8rem;
	line-height:1.3;
}

#faq .white_box .page_link li {
	font-size:1.4rem;
	margin:0 40px 10px 0;
}
#faq .white_box .page_link li:before {
    width: 6px;
    height: 6px;
}

#faq .box {
    margin-bottom: 60px;
}
#faq .box dt {
	font-size:1.6rem;
}
#faq .box .right {
    padding: 8px 0 8px 60px;
}

#faq .btn.last {
	margin-bottom:80px;
}
#faq .btn.last .out {
	display:none;
}
#faq .btn.last .in {
	display:block;
}
}


/* 
------------------------------------------------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------------------------------------------------
*/

#contact {
	font-size:1.4rem;
}

#contact .page_main_img {
	background:url(../img/contact/main.jpg) no-repeat;
}

#contact h3 {
    font-size: 2.2rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
    border-top: 1px solid #875057;
    border-bottom: 1px solid #875057;
    padding: 7px 10px;
    margin-bottom: 30px;
}

#contact .tel h3+p {
	margin-bottom:30px;
}

#contact .tel .white_box {
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	padding:45px 10px;
	margin-bottom:75px;
	color:#580205;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	text-align:center;
}
#contact .tel .white_box li{
	margin:0 20px 0 0;
	line-height:1.3;
	vertical-align:middle;
	font-size:2.0rem;
	display:inline-block;
}
#contact .tel .white_box li:nth-child(2){
	font-size:5.5rem;
	text-align:center;
}
#contact .tel .white_box li:nth-child(2) img{
	vertical-align:middle;
	margin:-18px 15px 0 0;
}
#contact .tel .white_box li:last-child{
	border:1px solid #580205;
	padding:10px 20px;
}
#contact .white_box a{
	color:#580205;
}

#contact .btn.last {
	margin-bottom:120px;
	text-align:center;
}
#contact .btn.last a.in{
	display:none;
}

@media screen and (max-width:1140px){
#contact .tel .white_box li{
	font-size:2.0rem;
}
#contact .tel .white_box li:nth-child(2) {
	font-size:5.0rem;
}
#contact .tel .white_box li:nth-child(2) img {
	max-width:50px;
}
}
@media screen and (max-width:1140px){
#contact .tel .white_box li{
	font-size:1.8rem;
}
#contact .tel .white_box li:nth-child(2) {
	font-size:4.0rem;
}
#contact .tel .white_box li:nth-child(2) img {
	max-width:40px;
	margin:-12px 10px 0 0;
}
}
@media screen and (max-width:768px){
#contact {
	font-size:1.3rem;
}
#contact h3 {
	font-size:1.8rem;
	line-height:1.3;
}

#contact .tel .white_box {
	padding:20px 25px;
	margin-bottom:50px;
}
#contact .tel .white_box li{
	display:block;
	margin:0 0 10px;
}
#contact .tel .white_box li:last-child {
	max-width:180px;
	margin:0 auto;
}

#contact .btn.last {
	margin-bottom:70px;
}
#contact .btn.last a.out{
	display:none;
}
#contact .btn.last a.in{
	display:inline-block;
}
}
@media screen and (max-width:468px){
#contact .tel .white_box li{
	font-size:1.6rem;
}
#contact .tel .white_box li:nth-child(2) {
	font-size:3.0rem;
}
#contact .tel .white_box li:nth-child(2) img {
	max-width:30px;
	margin:-8px 10px 0 0;
}
}

/* 
------------------------------------------------------------------------------------------------------------------------
live
------------------------------------------------------------------------------------------------------------------------
*/

#live {
	font-size:1.4rem;
}

#live .page_main_img {
	background:url(../img/live/main.jpg) no-repeat;
}

#live .LiveGazou {
	margin-bottom:50px;
}
#live .btn.last {
	margin-bottom:150px;
	text-align:center;
}

@media screen and (max-width:768px){
#live .btn.last {
	margin-bottom:80px;
}
}

/* 
------------------------------------------------------------------------------------------------------------------------
pointcard
------------------------------------------------------------------------------------------------------------------------
*/

#pointcard {
	font-size:1.4rem;
}

#pointcard .page_main_img {
	background:url(../img/point/main.jpg) no-repeat;
}

#pointcard .read+p{
	margin-bottom:30px;
}
#pointcard .card_btn{
	margin-bottom:55px;
	text-align:center;
}
#pointcard .card_btn a{
	display:inline-block;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	padding:1px 0 0;
	background:#fff;
}

#pointcard h3 {
    font-size: 2.2rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
    border-top: 1px solid #875057;
    border-bottom: 1px solid #875057;
    padding: 7px 10px;
    margin-bottom: 30px;
}

#pointcard .guide {
	margin-bottom:120px;
}
#pointcard .guide dl {
	margin-bottom:55px;
}
#pointcard .guide dl dt {
	font-size:5.2rem;
	color:#A87300;
	float:left;
	clear:both;
}
#pointcard .guide dl dd {
	padding:0 0 30px 65px;
	font-size:1.6rem;
	border-bottom:1px solid #CBCBCB;
	margin:0 0 5px;
}
#pointcard .guide dl dd .title{
	font-size:3.3rem;
	color:#A87300;
	margin-bottom:10px;
	padding-top:16px;
}
#pointcard .guide dl dd p a{
	color:#580205;
	text-decoration:underline;
}
#pointcard .guide dl dd p a:hover{
	text-decoration:none;
}

#pointcard .btn {
	text-align:center;
}

#pointcard .white_box {
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	padding:45px 40px;
	margin-bottom:40px;
}
#pointcard .white_box ul li{
	list-style-type:disc;
	margin:0 0 0 15px;
}
#pointcard .white_box p,#pointcard .white_box ul{
	margin-bottom:20px;
}
#pointcard .white_box p:last-child,#pointcard .white_box ul:last-child{
	margin-bottom:0;
}

#pointcard .btn.last {
	margin: 60px 0 110px;
}

@media screen and (max-width:768px){
#pointcard,#pointcard .guide dl dd {
	font-size:1.3rem;
}
#pointcard h3 {
	font-size:1.8rem;
	line-height:1.3;
}

#pointcard .guide {
    margin-bottom: 60px;
}
#pointcard .guide dl {
    margin-bottom: 30px;
}
#pointcard .guide dl dt {
    font-size: 4.0rem;
}
#pointcard .guide dl dd {
    padding: 0 0 19px 45px;
}
#pointcard .guide dl dd .title {
	font-size:2.4rem;
    padding-top: 11px;
}

#pointcard .white_box {
	padding:30px 25px;
	margin-bottom:25px;
}
#pointcard .btn.last {
    margin: 45px 0 60px;
}
}

/* 
------------------------------------------------------------------------------------------------------------------------
mailmag
------------------------------------------------------------------------------------------------------------------------
*/

#mailmag {
	font-size:1.4rem;
}

#mailmag .page_main_img {
	background:url(../img/mailmag/main.jpg) no-repeat;
}

#mailmag .read_box{
	margin-bottom:80px;
}
#mailmag .read_box p, #mailmag .read_box .read + p{
	font-size: 1.5rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
    text-align: center;
	margin-bottom:30px;
}
#mailmag .read_box .read {
    font-size: 3.3rem;
    margin-bottom: 20px;
}

#mailmag h3 {
    font-size: 2.2rem;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
    border-top: 1px solid #875057;
    border-bottom: 1px solid #875057;
    padding: 7px 10px;
    margin-bottom: 30px;
}

#mailmag .entry {
	margin-bottom:75px;
}
#mailmag .entry ul {
	position:relative;
}
#mailmag .entry ul li:first-child {
	padding:0 200px 0 126px;
	position:relative;
}
#mailmag .entry ul li:last-child {
	width:185px;
	position:absolute;
	top:0;
	right:0;
}

#mailmag .entry ul li:first-child span{
	display:inline-block;
	padding:12px 20px 0 10px;
	position:absolute;
	top:0;
	left:0;
}
#mailmag .entry ul li:first-child input{
	padding:12px 10px;
	width:100%;
	box-sizing:border-box;
	font-size:1.5rem;
}
#mailmag .entry ul li:last-child {
	display:inline-block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #580205), color-stop(0.00, #78403d));
	background: -webkit-linear-gradient(top, #78403d 0%, #580205 88%);
	background: -moz-linear-gradient(top, #78403d 0%, #580205 88%);
	background: -o-linear-gradient(top, #78403d 0%, #580205 88%);
	background: -ms-linear-gradient(top, #78403d 0%, #580205 88%);
	background: linear-gradient(to bottom, #78403d 0%, #580205 88%);
	border:1px solid #580205;
	position:absolute;
	right:0;
	top:0;
}
#mailmag .entry ul li:last-child:after {
	content:"";
	position:absolute;
	top:20px;
	right:15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mailmag .entry ul li:last-child:hover {
	opacity:0.8;
}
#mailmag .entry ul li:last-child input{
	background:none;
	padding:8px 35px 8px 25px;
	font-size:1.8rem;
	color:#fff;
	font-family: "丸明オールド StdN R",MaruminOld StdN R,serif;
	border:none;
	text-align:center;
	max-width:185px;
	width:100%;
}

#mailmag .btn.last {
	margin: 90px 0 110px;
	text-align:center;
}

@media screen and (max-width:768px){
#mailmag {
	font-size:1.3rem;
}
#mailmag h3 {
	font-size:1.8rem;
	line-height:1.3;
}

#mailmag .read_box {
    margin-bottom: 50px;
}
#mailmag .read_box p, #mailmag .read_box .read + p {
	font-size:1.5rem;
	margin-bottom:10px;
}
#mailmag .read_box .read {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

#mailmag .entry {
    margin-bottom: 50px;
}

#mailmag .entry ul li:first-child {
	margin:0 0 20px;
	padding: 0 0 0 126px;
}
#mailmag .entry ul li:last-child {
	position:static;
	margin:0 auto;
	display:block;
}
#mailmag .entry ul li:last-child input {
	font-size:1.4rem;
}

#mailmag .btn.last {
    margin: 50px 0 80px;
    text-align: center;
}
}

@media screen and (max-width:468px){
#mailmag .entry ul li:first-child {
	padding: 0;
}
#mailmag .entry ul li:first-child span {
    padding: 0;
    position: static;
	display:block;
	margin:0 0 10px;
}
}