@charset "utf-8";
table {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ddd;
	margin-bottom:1em;
}
table th,
table td {
	border-bottom:1px solid #ddd;
	padding:4px 8px;
}
table th {
	font-weight: bold;
    color: #5C8359;
    white-space: nowrap;
}
img.fright {
	float:right;
	margin-left:20px;
}
img.fleft {
	float:left;
	margin-right:20px;
}
.slider {
    width: 100%;
    margin: 0 auto 60px!important;
	position: relative;
    opacity: 0;
}
.slick-initialized{
    opacity: 1;
}
.slider img {
    width: 800px;
    height: auto;
}
.slider .slick-slide{
    margin: 5px 15px;
}
.slider li{
	position: relative;
}
.slider li span {
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom:40px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	z-index: 1000;
	font-size: 13px;
	padding: 8px 10px;
	line-height: 1;
}
.slick-slide{
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-slide{
}
.pageTitle {
	text-align:center;
	margin-bottom:10px;
	min-width:980px;
	position:relative;
}
.pageTitle div.spa {
	background: url(../spa/images/header.jpg) no-repeat center;
}
.pageTitle div.keikoku {
	background: url(../spa/images/header2.jpg) no-repeat center;
}
.pageTitle div.yuri {
	background: url(../spa/images/header3.jpg) no-repeat center;
}
.pageTitle div.kashikiri {
	background: url(../spa/images/header4.jpg) no-repeat center;
}
.pageTitle div.cuisine {
	background: url(../cuisine/images/header1.jpg) no-repeat center;
}
.pageTitle div.buffet {
	background: url(../cuisine/images/header2.jpg) no-repeat center;
}
.pageTitle div.yuiza {
	background: url(../cuisine/images/header3.jpg) no-repeat center;
}
.pageTitle div.kaiseki {
	background: url(../cuisine/images/header4.jpg) no-repeat center;
}
.pageTitle div.rooms {
	background: url(../room/images/header.jpg) no-repeat center;
}
.pageTitle div.yunomachi1 {
	background: url(../room/images/header10.jpg) no-repeat center;
}
.pageTitle div.yuraku3 {
	background: url(../room/images/header11.jpg?02) no-repeat center;
}
.pageTitle div.baby {
	background: url(../room/images/header3.jpg) no-repeat center;
}
.pageTitle div.kiddy {
	background: url(../room/images/header4.jpg) no-repeat center;
}
.pageTitle div.natsukashi {
	background: url(../room/images/header5.jpg) no-repeat center;
}
.pageTitle div.yunomachi2 {
	background: url(../room/images/header6.jpg) no-repeat center;
}
.pageTitle div.yunomachi3 {
	background: url(../room/images/header7.jpg) no-repeat center;
}
.pageTitle div.yuraku1 {
	background: url(../room/images/header8.jpg) no-repeat center;
}
.pageTitle div.yuraku2 {
	background: url(../room/images/header9.jpg) no-repeat center;
}
.pageTitle div.sightseeing {
	background: url(../sightseeing/images/header.jpg) no-repeat center;
}
.pageTitle div.facility {
	background: url(../facilities/images/header.jpg) no-repeat center;
}
.pageTitle div.request {
	background: url(../request/images/header.jpg) no-repeat center;
}
.pageTitle div.access {
	background: url(../access/images/header.jpg) no-repeat center;
}
.pageTitle div.yuitabi {
	background: url(../concept/images/header.jpg) no-repeat center;
}
.pageTitle div {
    height: 320px;
    max-height: 480px;
	background-size:100% !important;
}
#breadclumb {
	width:960px;
    margin: 0 auto 20px;
}
#breadclumb ul li {
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
	text-overflow: ellipsis;
}
#breadclumb ul li:after {
    font-family: "FontAwesome";
    content:"\f105";
    margin: 0 5px;
}
#breadclumb ul li:last-child:after {
    content:"";
}
.yuitabi-left {
    float: left;
    width: 40%;
}
.yuitabi-right {
    float: right;
    width: 54%;
}
.yuitabi-right ul {
	margin-bottom: 1em;
}
.yuitabi-right ul li {
	padding: 8px;
	border-bottom: 1px dotted #607F59;
	font-weight: bold;
	background: rgba(255,255,255,0.7);
}
.yuitabi-right ul li:first-child {
	border-top: 1px dotted #607F59;
}
.yuitabi-right ul li i {
	color: #607F59;
}
ul.award {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    flex-wrap:wrap;
}
ul.award li {
    width: 25%;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}
ul.award li img {
    width: 80%;
    max-width: 100%;
}
ul.award li p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 .75em;
    padding: 0;
}
.index {
    background: #fff;
    padding: 20px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.15);
    margin-bottom: 60px;
}
.index h3 {
    color: #607F59;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    background: none;
	padding: 0;
}
.index h3 .nosmoking {
    position: absolute;
    right:0;
}
.index h3 .nosmoking img {
    margin-left: 10px;
}

.index h3 .type ul li {
	display: inline-block;
	font-size: 13px;
	padding: 7px 10px;
    border:1px solid #b19a49;
    line-height: 1;
     font-weight:normal;
    color: #b19a49;
    letter-spacing: 0;
    margin-right: 5px; 
}

h2 span.type {
	display: inline;
	font-size: 14px;
	padding: 5px 12px;
    border:1px solid #b19a49;
    line-height: 1;
    font-weight: bold;
    color: #b19a49;
    letter-spacing: 0;
    margin-right: 10px; 
    vertical-align: middle;
}
.index h3 .type {
    position: absolute;
    right:0;
}
.index a img{
    transition: .2s;
}
.index a:hover img {
    opacity: 0.8;
    transform: scale(1.03)
}
.index p {
    font-size: 14px;
}
.index p.detail {
    text-align: right;
	margin-bottom: 0;
}
.index .photo {
    width: 300px;
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
    padding: 0;
	display: block;
	position: relative;
	z-index: 1;
}
.index .text {
	margin-left: 330px;
}
.index p.thumb {
    width: 230px;
    float: right;
    margin-left: 30px;
    margin-bottom: 0;
    padding: 0;
}
.index p img {
    max-width: 100%;
    vertical-align: bottom;
}
.index p.photo a {
	display: block;
    transition: opacity 0.25s !important;
	opacity: 1;
}
.index p.photo a:hover{
	opacity: 0.7;
}

.roomWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.roomWrap .room {
	width: 47%;
	box-sizing: border-box;
    margin-bottom: 60px;
}
.roomWrap .room h3 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    background: none;
	padding: 4px 0 12px;
	text-align: center;
	border-bottom: 3px solid #607F59;
	transition: .2s;
}
.roomWrap .room h3 span {
	display: block;
	font-size: 15px;
}
.roomWrap .room h3 .nosmoking {
    position: absolute;
	top:0;
    right:0;
}
.roomWrap .room h3 .nosmoking img {
    margin-left: 8px;
	width: 30px;
}
.roomWrap .room p {
	text-align: center;
}
.roomWrap .room p.photo {
	display: block;
	overflow: hidden;
	position: relative;
}
.welcome-baby {
	position: absolute;
	right: 5px;
	top:5px;
}
.roomWrap .room a:hover {
	text-decoration: none;
	color: #222;
}
.roomWrap .room a p.photo img {
	transition: .5s;
}
.roomWrap .room a:hover p.photo img {
	transform: scale(1.05);
}
.roomWrap .room a:hover p.photo img.welcome-baby {
	transform: scale(1);
}
.roomWrap .room a:hover h3 {
	border-bottom: 3px solid #222;
}
.chief {
    background: #fff;
    padding: 40px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.15);
    margin-bottom: 40px;
}
.chief h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    background: none;
}
.chief p {
    font-size: 14px;
}
.chief p.detail {
    text-align: right;
}
.chief p.photo {
    width: 250px;
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
    padding: 0;
	text-align: center;
}
.chief p.thumb {
    width: 230px;
    float: right;
    margin-left: 30px;
    margin-bottom: 0;
    padding: 0;
}
.chief p img {
    max-width: 100%;
    vertical-align: bottom;
}
.schedule {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding: 5px 0;
  font-size: 90%;
    margin-bottom: 2em;
}
.clean {
    width: 15%;
    float: left;
    text-align: center;
    position: relative;
    padding: 5px 0;
}
.schedule .lady {
    width: 55%;
    float: left;
    background: #6B001F;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 5px 0;
}
.schedule .lady:before {
    content:"14:00";
    position: absolute;
    left: 5px;
}
.schedule .lady:after {
    content:"1:00";
    position: absolute;
    right: 5px;
}

.schedule .men {
    width: 30%;
    float: right;
    background: #003E6D;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 5px 0;
}
.schedule .men:before {
    content:"4:00";
    position: absolute;
    left: 5px;
}
.schedule .men:after {
    content:"10:00";
    position: absolute;
    right: 5px;
}
.schedule .lady2 {
    width: 30%;
    float: right;
    background: #6B001F;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 5px 0;
}
.schedule .lady2:before {
    content:"4:00";
    position: absolute;
    left: 5px;
}
.schedule .lady2:after {
    content:"10:00";
    position: absolute;
    right: 5px;
}
.schedule .men2 {
    width: 55%;
    float: left;
    background: #003E6D;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 5px 0;
}
.schedule .men2:before {
    content:"14:00";
    position: absolute;
    left: 5px;
}
.schedule .men2:after {
    content:"1:00";
    position: absolute;
    right: 5px;
}


.schedule .sauna1 {
    width: 50%;
    float: left;
    background: #222;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 5px 0;
    margin-left:2.5%;
}
.schedule .sauna1:before {
    content:"15:00";
    position: absolute;
    left: 5px;
}
.schedule .sauna1:after {
    content:"24:00";
    position: absolute;
    right: 5px;
}
.schedule .sauna2 {
    width:27.5%;
    float: right;
    background: #222;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 5px 0;
}
.schedule .sauna2:before {
    content:"5:00";
    position: absolute;
    left: 5px;
}
.schedule .sauna2:after {
    content:"10:00";
    position: absolute;
    right: 5px;
}
.amenity {
    display: flex;
	justify-content: space-between;
    margin-bottom: 10px;
}
.amenity dl {
    width: 23.5%;
    margin: 0;
    border-top:1px solid #ccc;
}
.amenity dl dt {
    float: left;
    clear: left;
    border-bottom:1px solid #ccc;
    background: rgba(92,131,89,0.2);
    width:20%;
    text-align: center;
    padding: 3px 0;
}
.amenity dl dd {
    float: right;
    clear: right;
    width:80%;
    border-bottom:1px solid #ccc;
    text-indent: .5em;
    padding: 3px 0;
}
ul.baby {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    flex-wrap:wrap;
    margin-right: -25px;
}
ul.baby li {
    width: 220px;
    position: relative;
    margin-right: 25px;
    margin-bottom: 25px;
}
ul.baby li img {
    max-width: 100%;
}
ul.baby li h4 {
    font-size: 14px;
        letter-spacing: 0;
    font-weight: bold;
    margin: 0 0 .3em;
    border: 1px solid #BCCDB8;
    text-align: center;
    border-radius: 6px;
    background: rgba(217,227,215,0.5);
}
ul.baby li p {
    font-size: 11px;
    margin: 0 0 .75em;
    padding: 0;
}
.indoor {
    margin-bottom: 20px;
    overflow: hidden;
}
.indoor {
    position: relative;
    padding-bottom: 40%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.indoor iframe,
.indoor object,
.indoor embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.food ul {
    display: flex;
    flex-wrap:wrap;
    margin-right: -30px;
}
.food ul li {
    width: 215px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.food ul li img {
    max-width: 100%;
    transition: all .2s;
}
.food ul li a {
    display: block;
    position: relative;
    background: #000;
    font-size: 13px;
    transition: all .2s;
}
.food ul li a:hover img {
    opacity: .8;
}
.food ul li a h3 {
    width: 92%;
	font-size: 14px;
    position: absolute;
    bottom:0;
    margin: 0;
    padding:5px 4%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    transition: all .2s;
}
.food ul li a h3:after {
    font-family: "FontAwesome";
    content:"\f105";
    position: absolute;
    right: 10px;
}
.food ul li a:hover h3 {
    opacity: 0.8;
}
.reason ul {
    display: flex;
    flex-wrap:wrap;
    margin-right: -30px;
}
.reason ul li {
    width: 300px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.reason ul li img {
    max-width: 100%;
    transition: all .2s;
	margin-bottom: 0px;
}
.reason ul li h3 {
    color: #607F59;
	padding: 0;
    font-size: 18px;
	line-height: 1.5;
    font-weight: bold;
    background: none;
    text-align: center;
}
.reason ul li h3 span {
    background: #607F59;
    display: block;
    color: #fff;
	font-size: 18px;
	width: 36px;
	line-height: 1;
	padding: 8px 0;
	margin-right: 8px;
    text-align: center;
    border-radius: 18px;
	display: inline-block;
}
.reason ul li p {
	margin-bottom: 0;
}
.reason ul li p.photo {
	margin-bottom: .5em;
}
 ul.osusume li {
	border-bottom: 1px dotted #607F59;
	 text-align: center;
}
.time {
    display: inline-block;
    background: #6D462C;
    color: #fff;
    padding:.25em .5em;
}
.roomInfo {
    float: left;
    width: 68%;
}
.roomInfo td img {
    float: right;
    margin-left: 10px;
}

.roomInfo table th,
.roomInfo table td {
	border-bottom:1px solid #ddd;
	padding:8px;
}
.roomInfo table th {
	font-weight: bold;
    color: #5C8359;
    white-space: nowrap;
}
.floor {
    float: right;
    width: 28%;
}
.floor img {
    max-width: 100%;
    border: 1px solid #ddd;
}
table.facility td {
    text-align: right;
}
table.facility th,
table.facility td {
	line-height:1.5;
	padding: 8px;
}
.column2 .text {
    width: 63%;
    float: left;
}
.column2 .photo {
    width: 33%;
    float: right;
}
.column2 .photo img {
    max-width: 100%;
}
.text table th {
    width: 10em;
}
#recommend ul {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
#recommend ul li {
	display:block;
    width: 300px;
    background: #fff;
    position: relative;
	margin-right: 30px;
}
#recommend ul li:last-child {
	margin-right: 0;
}
#recommend ul li img {
    max-width: 100%;
}
#recommend ul li p {
    font-size: 14px;
    margin: 0 10px .5em;
    padding: 0;
}
#recommend ul li p.price {
    color: #E72D2D;
    font-weight: bold;
    font-size: 15px;
    float: left;
}
#recommend ul li p.detail {
    margin: 0 10px 10px;
}
#recommend ul li p.detail a {
    display: block;
    text-align: center;
    background: #607F59;
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: all 0.25s;
    margin: 0 0 10px;
    float: right;
}
#recommend ul li p.detail a:hover {
    background: #3C4F39;
    color: #fff;
    text-decoration: none;
}
#recommend ul li p.photo {
    display: block;
    overflow: hidden;
    padding: 0;
    margin:0 0 10px;
}
#recommend ul li p.photo a {
    background: #fff;
}
#recommend ul li p.photo a img {
    transition: all 0.25s;
    vertical-align: bottom;
}
#recommend ul li p.photo a:hover img {
    opacity: 0.75;
}

.omotenashi ul {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
.omotenashi ul li {
    width: 252px;
    margin: 0 18px 30px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.omotenashi ul li p {
    font-size: 12px;
    margin: 0 12px 16px;
}
.omotenashi ul li p.photo {
    width: 100%;
    margin:0 0 16px;
}
.omotenashi ul li img {
    max-width: 100%;
    transition: all .2s;
}
.omotenashi ul li h3 {
    color: #6D462C;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 12px;
	background: none;
	padding: 0;
}
.wpcf7-form table td p,
.wpcf7-form table th p {
	line-height: 2;
	margin-bottom:0;
}
.wpcf7-form p {
	line-height: 1.5;
	margin-bottom:1em;
}
#form_submit,
.wpcf7-submit {
	display:block;
	width:8em;
	margin:0 auto;
    font-size: 20px;
    padding: 8px 24px;
    background: #607F59;
    color:#fff;
    border:none;
    position:relative;
    font-family:"FontAwesome","Noto Sans CJK JP Subset";
}
.wpcf7-spinner {
	display:block !important;
	margin:10px auto !important;
}
.grecaptcha-badge { bottom: 80px !important; }
.home .grecaptcha-badge,
.single .grecaptcha-badge {
visibility: hidden;
}

.sightseeing .photo img {
    max-width: 100%;
    vertical-align: bottom;
}
#downloadList {
    margin-bottom: 40px;
}
#downloadList ul {
    display: flex;
    flex-wrap: wrap;
}
#downloadList ul li {

    width: 30%;
    margin: 0 auto 30px;
    position: relative;
    padding: 0;
}
#downloadList ul li img {
    max-width: 100%;
    box-shadow:0 4px 8px rgba(0,0,0,0.25);
}
#downloadList ul li h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1em !important;
    background: none;
	padding: 0;
}
#downloadList ul li h3 a {
    color: #607F59;
}
#downloadList ul li p {
    font-size: 12px;
}
#downloadList ul li p.detail {
    width: 100%;
}
#downloadList ul li p.detail a {
    display: block;
    text-align: center;
    background: #607F59;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: all 0.25s;
    margin: 0;
}
#downloadList ul li p.detail a:after {
    font-family: "FontAwesome";
    content:"\f105";
    position: absolute;
    right: 10px;
}
#downloadList ul li p.detail a:hover {
    background: #3C4F39;
    color: #fff;
    text-decoration: none;
}
#downloadList ul li p.photo {
    display: block;
    overflow: hidden;
    padding: 0;
    margin-bottom: 1em;
}
#downloadList ul li p.photo a {
    display: block;
    background: #fff;
}
#downloadList ul li p.photo a img {
    transition: all 0.25s;
    vertical-align: bottom;
}
#downloadList ul li p.photo a:hover img {
    opacity: 0.75;
}
#questionList ul li h3 {
    cursor: pointer;
    background: rgba(92,131,89,0.8);
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: .5em;
}
#questionList ul li h3:hover {
    background: rgba(92,131,89,1);
    color: #fff;
}
#questionList ul li h3.close {
    background: rgba(92,131,89,1);
    color: #fff;
}
#questionList ul li h3:after {
    font-family: "FontAwesome";
    content:"\f103";
    position: absolute;
    font-weight: normal;
    right: 20px;
}
#questionList ul li h3.close:after {
    font-family: "FontAwesome";
    content:"\f102";
    position: absolute;
    font-weight: normal;
    right: 20px;
}
.conditions ol {
    list-style: decimal;
    margin-left: 1.5em;
}
.conditions ol li {
    margin-bottom: .5em;
}
.conditions ol li ol {
  padding:0 0 0 1.5em;
  margin:0;
}

.conditions ol li ol li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
    margin-bottom: 0em;
    text-indent: -1.5em;
}
.conditions ol li ol li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
.conditions table {
    border: 1px solid #ccc;
	background: #fff;
}
.conditions table th {
    text-align: center;
}
.conditions table th,
.conditions table td {
    border: 1px solid #ccc;
    vertical-align: middle;
}
#map {
    width: 100%;
}
.tab {
    text-align: center;
}
.tab li {
    display: inline-block;
    margin: 0 5px;
}
.tab li a {
    background: #607F59;
    color: #fff;
    display: inline-block;
    padding: .75em 4em .75em 3em;
    transition: all 0.25s;
}
.tab li a:hover,
.tab li a.current {
    text-decoration: none;
    background: #3C4F39;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.tab li a:after {
    font-family: "FontAwesome";
    content:"\f107";
    position: absolute;
    right: 10px;
}
.timetable li {
    display: inline-block;
    background: rgba(92,131,89,0.8);
    color: #fff;
    padding: 0 7px;
    margin: 4px 8px 4px 0;
}
.facility-drawing {
	margin: 0 auto 20px;
	text-align: center;
}
.facility-list {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.facility-list ul {
    list-style:square inside;
	width: 45%;
	margin-left: 1.5em;
}
.facility-list ul li {
	border-bottom: 1px solid #BCCDB8;
	padding-left: .5em;
}
.facility-list ul li a:after {
	font-family: "FontAwesome";
	content:"\f101";
	padding-left: 5px;
}
ul.kids {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    flex-wrap:wrap;
    margin-right: -30px;
}
ul.kids li {
    margin-right: 30px;
	margin-bottom: 30px;
    width: 300px;
    background: #fff;
    position: relative;
}
ul.kids li img {
    max-width: 100%;
}
ul.kids li p {
    font-size: 14px;
    margin: 0 10px .5em;
    padding: 0;
}
.spa {
	width: 100%;
	height: 510px;
	margin: 0 auto 30px;
}
@media screen and (max-width : 979px) {
	.spa {
		height:950px;
	}
}
@media screen and (max-width :599px) {
	.spa {
		height:640px;
	}
}
.spa-time {
	width: 100%;
	max-width:1100px;
	margin: 0 auto 30px;
}
.spa-time iframe {
	height: 520px;
}
@media screen and (max-width : 979px) {
	.spa-time iframe {
		height:950px;
	}
}
@media screen and (max-width :599px) {
	.spa-time iframe {
		height:660px;
	}
}
.boxleft {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.boxright {
    float: right;
    width: 32%;
}
.boxleft2 {
    float: left;
    width: 48%;
}
.boxright2 {
    float: right;
    width: 48%;
}
.boxleft3 {
    float: left;
	width:  64%
}
.boxright3 {
    float: right;
    width: 64%;
}
.box2 {
    display: flex;
    justify-content: space-between;
}
.box2 div {
    width: 48%;
}
#child-cusine {
	display: flex;
	justify-content:space-between;
}
#child-cusine .childmenu {
	width: 47%;
	box-sizing: border-box;
	border:1px solid #607F59;
	padding: 25px;
}
#child-cusine .childmenu h4 {
	color: #607F59;
	border: none !important;
	text-align: center;
	line-height: 1;
	font-size:20px !important;
}
#child-cusine .childmenu p {
	font-size: 12px;
}
.index:after,
.chief:after,
.schedule:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

.mailform input[type="text"],
.mailform input[type="email"],
.mailform select,
.mailform textarea {
	padding:6px 8px;
	font-size:16px;
}
.notes {
	position:relative;
	font-size:14px;
	line-height:1.75 !important;
	margin-left:1.25em;
	margin-bottom:.5em !important;
	
}
.notes:before {
	content:"※";
	position:absolute;
	left:-1.25em;
	top:0;
}
@media screen and (max-width : 767px) {
	.slider {
        width: 100%;
		margin: 0 auto;
	}
    .slider img {
        width: 100%;
        height: auto;
    }
    .slider .slick-slide{
        margin: 5px 5px;
    }
	.slider li span {
		right: 10px;
		bottom:20px;
		font-size: 12px;
		padding: 4px 6px;
	}
    .pageTitle {
        text-align:center;
        margin-bottom:10px;
        min-width:0px;
        width: 100%;
        position:relative;
    }
    .pageTitle div {
	    height:160px;
    }
    #breadclumb {
        padding: 0 10px;
    }
    ul.award li {
        width: 50%;
        margin-bottom: 15px;
    }
    ul.award li p {
        font-size: 12px;
        line-height: 1.7;
    }
    .index {
        padding: 15px;
        box-shadow: 0 6px 24px rgba(0,0,0,0.15);
        margin:0 10px 40px;
    }
    .index .photo {
        width: auto;
        max-width: 480px;
        float: none;
        margin:0 auto 15px;
        padding: 0;
		text-align: center;
    }
	.index .text {
		margin-left: 0;
	}
    .index p.thumb {
        width: 230px;
        float: none;
        margin: 0 auto 10px;
    }
	.index p.detail {
		text-align: center;
		margin-bottom: 0;
	}

	.index h3 .type {
		position: static;
	}
	.roomWrap {
		display: block;
	}
	.roomWrap .room {
		width: auto;
		margin-bottom: 40px;
	}
    .chief {
        padding: 15px;
        box-shadow: 0 6px 24px rgba(0,0,0,0.15);
        margin:0 10px 40px;
    }
    .chief p.photo {
        width: auto;
        max-width: 480px;
        float: none;
        margin:0 auto 15px;
        padding: 0;
    }
    .chief p.thumb {
        width: 230px;
        float: none;
        margin: 0 auto 10px;
    }
    .amenity {
        flex-wrap: wrap;
    }
    .amenity dl {
        width: 48%;
        margin: -1px 0 0;
        border-top:1px solid #ccc;
    }
    ul.baby {
        margin-right: -5%;
    }
    ul.baby li {
        width: 45%;
        margin-right: 5%;
        margin-bottom: 15px;
    }
    ul.baby li h4 {
        font-size: 14px;
    }
    ul.baby li p {
        font-size: 11px;
    }
    .food ul {
        margin-right: -2%;
    }
    .food ul li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .reason ul {
        display: block;
        flex-wrap: nowrap;
        margin-right: 0;
        padding: 0;
    }
    .reason ul li {
        clear: both;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .reason ul li:after {
        clear:both;
        content:' ';
        display:block;
        font-size:0;
        line-height:0;
        visibility:hidden;
        width:0;
        height:0;
    }
    .reason ul li p {
        font-size: 13px;
    }
    .reason ul li p.photo {
        max-width: 100%;
        transition: all .2s;
		margin-bottom: .5em;
    }
    .reason ul li h3 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 2;
    }
    .reason ul li h3 span {
        font-size: 16px;
        width: 28px;
        line-height: 1;
        padding: 6px 0;
        border-radius: 18px;
    }

    .omotenashi ul {
        display: flex;
        flex-wrap:wrap;
        margin-right: 0;
    }
    .omotenashi ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .omotenashi ul li p {
        font-size: 12px;
        line-height: 1.5;
        margin: 0 10px 10px 0px;
    }
    .omotenashi ul li p.photo {
        width: 28%;
        margin: 0 15px 0 0;
    }
    .omotenashi ul li div {
        width: 68%;
    }
    .omotenashi ul li h3 {
        margin: 0px 10px 5px 0px;
    }
    .roomInfo {
        width: auto;
        float: none;
    }
    .floor {
        width: auto;
        float: none;
        text-align: center;
    }
    #recommend ul {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 0;
    }
    #recommend ul li {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        background: #fff;
        position: relative;
    }

    #recommend ul li p {
        font-size: 12px;
        margin: 15px 10px 5px;
        padding: 0;
    }
    #recommend ul li p.price {
        color: #E72D2D;
        font-weight: bold;
        font-size: 15px;
        margin: 0;
        float: left;
    }
    #recommend ul li p.detail {
        margin: 0 10px 10px;
    }
    #recommend ul li p.photo {
        display: block;
        float: left;
        width: 33%;
        margin:0 15px 0 0;
    }
    .facility-drawing {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

	.facility-list {
		display: block;
	}
	.facility-list ul {
		list-style:disc;
		width: auto;
		margin-left: 2em;
	}
    .boxleft,
    .boxright,
    .boxleft2,
    .boxright2,
    .boxleft3,
    .boxright3 {
        float: none;
        width: auto;
    }
    .box2 {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .box2 div {
        width: auto;
        margin-bottom: 12px;
    }
    .sightseeing .photo {
        width: auto;
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
        padding: 0;
    }

    table.facility td {
        text-align: right;
    }
    .column2 .text {
        float: none;
        width: auto;
    }
    .column2 .photo {
        float: none;
        width: auto;
    }
   .column2 .photo img {
        max-width: 100%;
    }
    .text table th {
        width: auto;
    }
    #downloadList ul {
        display: block;
    }
    #downloadList ul li {
        margin: 0 5px 15px;
        padding: 0;
        width:  auto;
        display: block;
        clear: left;
    }
    #downloadList ul li h3 {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: .5em;
        margin-left: 130px;
    }
    #downloadList ul li p {
        margin-left: 36%;
        font-size: 11px;
        margin-left: 120px;
    }
    #downloadList ul li p.photo {
        display: block;
        position: static;
        text-align: center;
        float: left;
        margin:0 10px 10px 0;
    }
    #downloadList ul li p.photo a {
        width:100px;
        height: 80px;
        overflow: hidden;
    }
    #downloadList ul li p.photo img {
        width: auto;
        max-width: none;
        height: 100%;
        margin-left: 0px;
        vertical-align: bottom;
    }
    #downloadList ul li p.detail {
        position: static;
        width: auto;
    }
    #downloadList ul li p.detail a {
        font-size: 12px;
        padding: 4px 0;
    }
    .tab li {
        margin: 0;
    }
    .tab li a {
        padding: .75em 2em .75em .75em;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        font-size: 12px;
    }
	table.spa-table th,
	table.spa-table td {
		display: block;
	}
	table.spa-table th {
		border-bottom: none;
		padding-bottom: 0;
	}
	table.spa-table td {
		padding-top: 0;
	}
	#child-cusine {
		display: block;
	}
	#child-cusine .childmenu {
		width: auto;
		margin-bottom: 20px;
	}
	.wpcf7-form table th {
		border-bottom:none;
		padding: 4px 8px 0 8px;
	}
	.wpcf7-form table th,
	.wpcf7-form table td {
		display:block;
	}
	form textarea {
		width:100%;
	}
	.notes {
		font-size:12px;
		line-height:1.75 !important;
	}

}
