@charset "utf-8";
/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}

html {
	font-size: 75%;
	-webkit-text-size-adjust: none;
}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-tap-highlight-color: transparent;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

option {
	padding-right: 10px;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}


/* Clearing Floats
--------------------------------------------- */
.clear {
	clear:both;
}
#header:after,
.block:after,
.first:after,
.second:after,
.third:after,
.wrapper:after,
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

/* BODY
---------------------------------------------
BASE COLOR
GREEN1 #607F59
GREEN2 #BCCDB8
BROWN #6D462C
GRAY #383433
*/

body {
	margin: 0px;
	padding: 0px;
	font-family:'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	line-height:2.4em;
	letter-spacing: .1em;
	color:#000;
    background: url(../images/bg.jpg);
    background-attachment: fixed;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#headerWrapper:after,
#headerWrapperChange:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 329px;
	height: 111px;
	background: url(../images/hd_cloud_01.png) no-repeat 0 0;
	content: " ";
	z-index: 1;
}
#headerWrapper:before,
#headerWrapperChange:before {
	position: absolute;
    top:0;
	right: 0;
	width: 194px;
	height: 67px;
	background: url(../images/hd_cloud_03.png) no-repeat 0 0;
	content: " ";
	z-index: 2;
}
@media screen and (max-width : 767px) {
    body {
        font-size:14px;
        background-attachment: scroll;
    }
    #headerWrapper:after,
    #headerWrapperChange:before{
        position: absolute;
        top: 0;
        left: 0;
        width: 165px;
        height: 56px;
        background: url(../images/hd_cloud_01.png) no-repeat 0 0;
        background-size: 100% auto;
        content: " ";
        z-index: -1;
    }
    #headerWrapper:before,
    #headerWrapperChange:before{
        position: absolute;
        top:0;
        right: 0;
        width: 96px;
        height: 34px;
        background: url(../images/hd_cloud_03.png) no-repeat 0 0;
        background-size: 100% auto;
        content: " ";
        z-index: -1;
    }
}
img {
	vertical-align:bottom;
}
a:link, a:visited {color:#383433; text-decoration:none;}
a:hover, a:active {color:#607F59; text-decoration:underline;}
input,
select,
textarea {
	font-family: inherit;
}
/* Wrapper
--------------------------- */
#headerWrapper {
    margin: 0 auto;
    min-width: 980px;
}
#headerWrapperChange {
    width: 100%;
	position:fixed !important;
    background: url(../images/bg.jpg);
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    z-index: 10000;
    transition: all 0.2s linear;
    overflow: hidden;
    top:-120px;
}
#header {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    z-index: 100;
    transition: all 0.2s linear;
}
#header2 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 100;
    transition: all 0.2s linear;
}
#header .inner,
#header2 .inner{
    max-width: 980px;
    margin: 0 auto;
}
#headerWrapperChange.show {
    top: 0;
}
#headerWrapperChange #logo2 {
	float:left;
    padding: 14px 0 0;
    z-index: 1;
    position: relative;
}
#headerNav {
    float: right;
    position: relative;
    transition: all 0.2s linear;
	line-height: 1.5;
}
#logo {
	float:left;
	padding:34px 0 0;
}
#logo a img,
#logo2 a img {
    transition-duration: 0.2s;
}
#logo a:hover img,
#logo2 a:hover img {
    opacity: 0.7;
}
#headerNav .tel {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    margin: -5px 8px 0;
	letter-spacing: 0;
}
#headerNav .tel img {
    width: 23px;
    vertical-align: middle;
}
#headerNav .request {
    display: inline-block;
    margin: 0 8px;
    font-weight: bold;
    font-size: 14px;
	vertical-align: top;
	letter-spacing: 0;
}
#headerNav .request i {
    color: #607F59;
    margin-right:3px;
}
#headerNav .language {
    display: inline-block;
    position: relative;
    margin: 0 8px;
	vertical-align: top;
}
#headerNav .language-change {
	font-size:13px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 4px 10px;
    line-height: 1;
    display: block;
}
#headerNav .language-change i {
    font-size: 15px;
    color: #607F59;
}
#headerNav .language-kind {
	display:none;
	width:100px;
	position:absolute;
	z-index:10000;
	top:25px;
	right:0;
	font-size:12px;
	background:#fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
#headerNav .language-kind ul li {
	display:block;
}
#headerNav .language-kind ul li a {
	display:block;
	background:#fff;
	padding:2px 0;
	text-align:center;
	font-size:12px;
}
#navi {
	float:right;
    clear: right;
	padding:10px 0;
}
#navi2 {
	float:right;
    clear: right;
	margin-top: 10px;
	padding:10px 0;
}
ul.menu {
    display:flex;
}
ul.menu li {
	color:#fff;
	padding:3px 7px;
    border-right: 1px solid #ddd;
}
ul.menu li:first-child {
    border-left: 1px solid #ddd;
}
ul.menu li a {
	color: #30241a;
	font-size:14px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 64px;
    transition: all 0.05s linear;
	letter-spacing: 1px;
}
ul.menu li a i,
ul.menu li a img {
    transition: all 0.05s linear;
}
ul.menu li a i {
    color: #607F59;
    font-size: 20px;
    display: block;
}
ul.menu li a:hover i,
ul.menu li a:hover img {
    transform: scale(1.2);
}
ul.menu li a img {
    width: 20px;
    display: block;
    margin: 0 auto;
}
ul.menu li a:hover {
    text-decoration: none;
	color: #607F59;
}
ul.menu li:last-child:after {
	content: "";
}
#header #btn {
	display:none;
}

div.tooltip {
    display: block;
    position: relative;
	font-size:11px;
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
}
div.tooltip strong {
	font-size:16px;
	display: block;
}
div.tooltip i {
    color: #BCCDB8;
    cursor: pointer;
        font-size: 16px;
}
div.tooltip span {
    display: none !important;
}
div.tooltip:hover {
    position: relative;
    color: #333;
}

div.tooltip *:hover + span {
    display: block !important;
    position: absolute;
    top: 40px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background-color:#383433;
    width: 120px;
    text-align: center;
    padding: 4px 8px;
    border-radius:3px;
    z-index:9999;
    left: -20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
div.tooltip span:before{
    content:''; 
    display:block; 
    position:absolute;
    height:0; 
    width:0; 
    top:-14px; 
    left:65px;
    border:13px transparent solid; 
    border-right-width:0; 
    border-left-color:#383433; 
    transform:rotate(270deg);
    z-index:100;
}
.social {
    display: none;
}
@media screen and (max-width : 960px) {
    #logo img {
        max-width: 100%;
    }
}
@media screen and (max-width : 767px) {
    #headerWrapper {
        min-width: 0;
    }
    #header {
        z-index: 3000;
        width: auto;
        padding: 15px 10px;
    }
    #logo {
        float:none;
        width:65%;
        margin: 0;
        padding:0;
        position: relative;
        text-align: center;
    }
    .drawer-open #logo {
        opacity: 0.1;
        z-index: -1;
    }
    #logo img {
        max-width: 100%;
    }
    #headerNav {
        float: none;
        text-align: center;
    }
    #headerWrapperChange {
        display: none;
    }
    #headerWrapper.fixed {
        position:static !important;
        width: auto;
        height: auto;
    }
    #headerWrapper.fixed #header {
        width: auto !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    #headerWrapper.fixed #header #headerNav{
        display: none;
    }
    #main-navi {
        width: auto;
        margin: 0 auto;
    }
    #navi {
        display: block;
        margin: 0;
        background: #fff;
    }
	#navi2 {
        margin: 0;
		float: none;
	}
    #navi ul.menu {
        margin: 50px 0 0 !important;
        border-top: 1px solid #ddd;
        padding: 0;
    }
    #navi ul.menu,
    #navi ul.spmenu{
        display: block;
        margin: 0;
        padding: 0;
    }
    #navi ul.menu li,
    #navi ul.spmenu li {
        border-right: none;
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 0;
        margin: 0;
    }
    #navi ul.menu li:first-child {
        border-left: none;
    }
    #navi ul.menu li a {
        font-size: 16px !important;
        width: auto;
        text-align: left;
        padding: 2px 18px;
        font-weight: bold;
        letter-spacing: 0.1em;
        display: block;
    }
    #navi ul.menu li a i,
    #navi ul.menu li a img{
        display: inline-block;
        margin-right: .5em;
        color: #607F59;
    }
    #navi ul.menu li a i {
        font-size: 18px;
        width: 18px;
        text-align: center;
    }
    #navi ul.menu li a img {
        width: 18px;
        vertical-align: middle;
    }
    #navi ul.spmenu{
        display: block;
        margin:15px 30px;
        padding: 0;
    }
    #navi ul.spmenu li a {
        font-size: 16px !important;
        width: auto;
        display: block;
      text-align: center;
        padding: 2px 10px;
        font-weight: bold;
        line-height: 1.5;
    }

    #navi ul.spmenu li a i{
        display: inline-block;
        margin-right: .25em;
    }
    #navi ul.spmenu .tel {
        padding: 2px 10px;
        color: #000;
        font-weight: bold;
      text-align: center;
        line-height: 1.8;
    }
    #navi ul.spmenu .tel img {
        width: 24px;
        vertical-align: middle;
        margin-right: .25em;
    }
    #navi ul.spmenu .tel a {
        display: inline-block;
        padding: 0px;
    }
    #navi ul.spmenu .language {
        padding: 2px 10px;
        text-align: center;
        line-height: 1.5;

    }
    #navi ul.spmenu .language a {
        font-size: 12px !important;
        padding: 0;
        font-weight: normal;
        display: inline;
    }
    #navi ul.spmenu li.language i {
        display: block;
        font-size: 14px !important;
    }
    #navi .social {
      margin: 15px;
    }
    .social {
      display: flex;
      flex-direction: row;
      justify-content: center;
        margin: 40px 0
    }
        .social {
            text-align: center ;
        }
    .social li {
        float:none;
        display: inline-block;
        margin: 0 5px;
        width: 42px;
        font-size: 24px;
        border-radius: 24px;
    }
    .social li a {
        color: #709f70;
        display: block;
        text-align: center;
        transition: transform 0.1s linear;
        padding: 10px 0;
    }
    .social li a:hover {
        transform: scale(1.2);
    }
    .social li img {
        width:auto !important;
        height: 24px;
    }
	#navi2 {
		margin: 0;
		z-index: 0;
	}
	ul.menu2 {
		display:flex;
		margin: 0;
		position: relative;
		z-index: 1;
	}
	ul.menu2 li {
		color:#fff;
		padding:3px 0px;
		width: 14.2%;
		border-right: 1px solid #ddd;
	}
	ul.menu2 li:first-child {
		border-left: 1px solid #ddd;
	}
	ul.menu2 li a {
		font-size:10px;
		line-height: 1.5;
		font-weight: bold;
		text-align: center;
		display: block;
		transition: all 0.05s linear;
	}
	ul.menu2 li a i {
		color: #607F59;
		font-size: 20px;
		display: block;
		margin-bottom: 5px;
	}
	ul.menu2 li a:hover i,
	ul.menu2 li a:hover img {
		transform: scale(1.2);
	}
	ul.menu2 li a img {
		width: 20px;
		display: block;
		margin: 0 auto 5px;
	}
	ul.menu2 li a:hover {
		text-decoration: none;
	}
	div.tooltip *:hover + span{
		top: 40px;
		left: 20px;
		font-size: 12px;
		width: 120px;
	}
    #navi ul.spmenu li a i{
        color: #709f70;
    }
    div.tooltip i {
        color: #709f70;
        cursor: pointer;
        font-size: 16px;
        margin-right: .25em;
    }
}
/* ----------------------------------------*/
#container {
	width: 100%;
	position:static;
}
.page #container {
	position:static;
}
.contents {
	width:960px;
    margin: 0 auto;
    padding: 30px 0 60px;
}
.block {
	margin-bottom: 60px;
}
.page .contents {
    padding: 0 0 60px;
}
.contents:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
.contents p {
	margin-bottom: 1em;
	letter-spacing: 1px;
	line-height: 2;
}
.contents h1 {
	font-size:30px;
	line-height:1.5;
	margin-top:0.5em;
	margin-bottom:1.5em;
	letter-spacing:0.1em;
    padding: 36px 0 0;
    font-family: "Times New Roman","Zen Old Mincho","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: normal;
    color: #6D462C;
    text-align: center;
    background: url(../images/yui.svg) no-repeat center top;
    background-size: 54px auto;
}
.contents h2 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #607F59;
    padding: 8px 0;
    margin-bottom: 1em;
}
.contents h3 {
    background: rgba(92,131,89,0.25);
    font-size: 18px;
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 1em;
	letter-spacing: .1em;
}
.contents section h4 {
    font-size: 16px;
    padding: 4px 0;
    font-weight: bold;
    margin-bottom: .5em;
    border-bottom: 1px solid #383433;
}
.contents img {
    max-width: 100%;
}

/*BROWN #6D462C
GRAY #383433*/
.contents .title {
	margin-bottom:50px;
	text-align:center;
}
.contents * {
	position:relative;
}
a.inline {
	margin-right: 20px;
	font-size: 13px;
}
a.button {
    background: #607F59;
    color: #fff;
    display: inline-block;
    padding: .75em 4em .75em 3em;
    transition: all 0.25s;
}
a.button:hover {
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    background: #3C4F39;
}
a.button:after {
    font-family: "FontAwesome";
    content:"\f105";
    position: absolute;
    right: 10px;
}
.contents section {
    margin-bottom: 60px;
}
#search {
    background: #fff;
    padding: 20px 20px 10px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    color: #6D462C;
    margin-bottom: 20px;
}
#search ul li {
    float: left;
    padding: 0 10px;
    font-size: 15px;
}
#search ul li div {
    margin-bottom: 5px;
    line-height: 1.5;
}
#search input[type=text] {
    padding: 2px 6px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    letter-spacing: 1px;
}
#search select  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 1px 6px 1px 6px;
	width:45px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
	background: url(../images/caret-down-solid.svg) no-repeat 30px 50%;
	background-size: 10px auto;
}
#search ul li#checkin {
    position: relative;
}
#search ul li#checkin span.dynDate {
    display: block;
    position: relative;
	padding-right: 28px;
}
.cmbARRY { width: 3em;}
.cmbARRM { width: 2em;}
.cmbARRD { width: 2em;}
#search ul li#checkin span.dynDate:after {
}
#search ul li#checkin i {
    font-size: 18px;
    color: #607F59;
	cursor: pointer;
}
#search input[type=submit],
#search input[type=button]{
    background: #607F59;
    color: #fff;
    font-size: 16px;
    border:none;
    border-radius: 8px;
    padding: 10px 30px;
    font-weight: 400;
	font-family:"FontAwesome","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transition: all 0.25s;
    cursor: pointer;
    margin: 0 auto 5px;
}
#search input[type=submit]:hover,
#search input[type=button]:hover {
    background: #3C4F39;
}
#search .adult {
    border-left: 1px solid #ddd;
	margin-left: 10px;
	padding-left: 10px;
}
#search li.child:first-child {
    border-left: 1px solid #ddd;
}
#searchNavi {
	position: relative;
}
#bestrate {
    float: left;
    border:1px solid #6D462C;
    font-size: 14px;
}
#bestrate .bestrateTitle {
    font-weight: bold;
    float: left;
    background: #6D462C;
    color:#fff;
    position: relative;
    padding: 0px 10px 0px 54px;
}
#bestrate .bestrateTitle img {
    width: 44px;
    position: absolute;
    left: 5px;
    top:-6px;
}
#bestrate .bestrateText {
    float: left;
    padding: 0 10px;
    color: #6D462C;
}
#child {
	margin: 0 auto;
	text-align: center;
	color: #6D462C;
	font-size: 13px;
	cursor: pointer;
	
}
#child:after {
	font-family: "FontAwesome";
	content:"\f107";
	margin-left: 5px;
}
#child.active:after {
	font-family: "FontAwesome";
	content:"\f106";
	margin-left: 5px;
}
#child:hover,
#child.active {
	color: #607F59;
}
#childmenu {
	width: 440px;
	margin: 0 auto;
	background: #3C4F39;
	color: #fff;
	padding: 12px;
	font-size: 12px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 100;
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	line-height:1.5em;
}
#childmenu table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 1%;
}
#childmenu table caption {
	font-size: 13px;
}
#childmenu table th,
#childmenu table td {
	padding: 4px 8px;
	border: 1px solid #fff;
	color: #fff !important;
}
#dynCalendarTest1_screen table {
	margin-bottom: 0 !important;
	background: #fff;
}
#dynCalendarTest1_screen {
	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
#searchMenu {
    float: right;
}
#searchMenu ul li {
    display: inline-block;
    margin-left: 1em;
    font-size: 13px;
}
#searchMenu ul li:before {
    font-family: "FontAwesome";
    content: "\f054";
    margin-right: 3px;
    color: #607F59;
    font-size: 80%;
}
#popular .contents {
    padding: 80px 0;
}
#popularList ul {
    display: flex;
    justify-content: center;
}
#popularList ul li {
	display: block;
    flex: 1;
    margin: 0 8px 10px;
    background: #fff;
    position: relative;
	padding: 0 0 40px;
}

/* BODY
---------------------------------------------
BASE COLOR
GREEN1 #607F59
GREEN2 #BCCDB8
BROWN #6D462C
GRAY #383433
*/
#popularList ul li span.rank {
    display: block;
    color: #607F59;
    border:3px solid #607F59;
    background: #fff;
    text-align: center;
    width: 30px;
    line-height: 30px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: -6px;
    top:-6px;
    z-index: 10;
}
#popularList ul li img {
    max-width: 100%;
}
#popularList ul li p {
    font-size: 14px;
    margin: 0 10px .5em;
    padding: 0;
}
#popularList ul li p.price {
    color: #E72D2D;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1em;
}
#popularList ul li p.detail {
    margin: 0;
	position: absolute;
	width:  100%;
	display: block;
	bottom:0;
}
#popularList 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;
}
#popularList ul li p.detail a:after {
    font-family: "FontAwesome";
    content:"\f105";
    position: absolute;
    right: 10px;
}
#popularList ul li p.detail a:hover {
    background: #3C4F39;
    color: #fff;
    text-decoration: none;
}
#popularList ul li p.photo {
    display: block;
    overflow: hidden;
    padding: 0;
    margin:0 0 10px;
}
#popularList ul li p.photo a {
    background: #fff;
}
#popularList ul li p.photo a img {
    transition: all 0.25s;
    vertical-align: bottom;
}
#popularList ul li p.photo a:hover img {
    opacity: 0.75;
}
.center {
    text-align: center;
    margin: 1.5em auto;
}
@media screen and (max-width : 767px) {
	#container {
		width: 100%;
		min-width: 0;
        overflow: hidden;
	}
    .contents {
        width: auto;
		margin:0 10px;
        padding: 30px 0;
    }
    .contents h1 {
        font-size:24px;
        line-height:1.5;
        margin-bottom:1.5em;
        letter-spacing:0.05em;
        padding: 24px 0 0;
        font-family: "Times New Roman","Zen Old Mincho","Sawarabi Mincho","游明朝", serif;
        color: #6D462C;
        text-align: center;
        background: url(../images/yui.svg) no-repeat center top;
        background-size: 40px auto;
    }
	.contents  img {
		max-width:100%;
	}
	a.inline {
		margin-right:0;
		margin-bottom: 10px;
		display: block;
	}
	a.button {
		background: #607F59;
		color: #fff;
		display: inline-block;
		padding: .75em 2.4em .75em 1.2em;
		margin-bottom:12px;
		transition: all 0.25s;
	}
    #search {
        background: #fff;
        padding: 10px;
        box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
        color: #6D462C;
        margin-bottom: 20px;
    }
    #search ul li {
        float: none;
        display: inline-block;
        padding: 0 5px 10px 5px;
        font-size: 14px;
    }
    #search ul li div {
        margin-bottom: 0;
    }
    #search input[type=text] {
        padding: 2px 6px;
        font-size: 16px;
    }
    #search select  {
         padding: 1px 22px 1px 6px;
        font-size: 16px;
    }
    #search ul li.submit {
        display: block;
    }
    #search ul li#checkin span:after {
        top:3px;
        right: .5em;
        font-size: 18px;
    }
        
    #search input[type=submit],
	#search input[type=button] {
        width: 100%;
        padding: 10px 0;
    }
	#search li.child:first-child {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
    	padding: 0 7px 10px;
		border-left: none;
	}
	#search .child {
		width: 45%;
	}
	#search .adult div {
		display: inline-block;
		margin-right: 5px;
	}
	#search .child div {
		display: inline-block;
		margin-right: 5px;
	}
    #searchNavi {
        margin-bottom: 40px;
    }
    #bestrate {
        float: none;
        border:1px solid #6D462C;
        font-size: 13px;
        margin: 0 12px 10px;
    }
    #bestrate .bestrateTitle {
        float: none;
    }
    #bestrate .bestrateText {
        float: none;
        padding: 3px 10px;
        color: #6D462C;
    }
    #searchMenu {
        float: none;
        text-align: center;
    }
    #searchMenu ul li {
        display: inline-block;
        margin-left: 0;
        margin-right: .5em;
        font-size: 12px;
    }

	#child {
		float: none;
	}
	#childmenu {
		width: auto;
		position: static;
		z-index: 100;
	   margin: 0 12px 5px;
		box-shadow:none;
	}
	#childmenu table {
		width: 100%;
		float: none;
		margin: 0 auto 10px;
	}
    #popular .contents {
        padding: 50px 0;
    }

    #popularList ul {
        display: block;
    }
    #popularList ul li {
        margin: 0 5px 15px;
        clear: both;
    }
    #popularList ul li img {
        max-width: 100%;
    }
    #popularList ul li p {
		font-size: 14px;
        margin: 10px 10px .2em 40%;
    }
	#popularList ul li p.ranktitle {
		padding: .5em 0 0;
	}
    #popularList ul li p.price {
        margin: 0 10px .2em 40%;
    	font-size: 14px;
		font-weight: bold;
	}
    #popularList ul li p.detail {
        margin: 0 10px 0 0;
    }
    #popularList ul li p.detail a {
        display: block;
        font-size: 12px;
        margin-left: 40%;
        padding: 4px 8px;
    }
    #popularList ul li p.photo {
        padding: 0;
        width: 36%;
        margin:0;
        float: left;
    }
}
/* Content
--------------------------- */


/* Footer
--------------------------- */
#footerLink {
    text-align: center;
    background: #607F59;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}
#footerLink a {
    color: #fff;
}
#footer {
	padding:40px 0;
}
#footer .wrapper {
	width:1024px;
	margin:0 auto 25px;
}
#footerlogo {
    width: 30%;
    float: left;
    margin-right:2%;
}
#footerlogo .logo {
    margin-bottom: 10px;
}
#footerlogo img {
    width: 100%;
}
#footeraddress {
    float: left;
    width: 35%;
    border-top: 1px solid #ddd;
	letter-spacing: 0;
}
#footeraddress p {
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    font-size: 14px;
}
#footerservice {
    float: right;
    font-size: 11px;
    text-align: center;
}
#footerservice ul li {
    display: inline-block;
    margin-right: 8px;
}
#footerservice ul li img {
    width: 48px;
}

#social {
	width:auto;
	display:flex;
	justify-content:center;
	margin-bottom:15px;
}
#social li {
	vertical-align:bottom;
    width: 48px;
	overflow:hidden;
	line-height:1;
	margin:0 7px;
    font-size: 30px;
    border-radius: 24px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
#social li a {
    color: #607F59;
    background: #fff;
    display: block;
    padding: 9px 0;
    text-align: center;
    transition: transform 0.1s linear;
}
#social li a:hover {
    transform: scale(1.2);
}
#social li img {
    width:auto !important;
    height: 30px;
}
.members {
	margin:0 20px;
}
.members a {
	display:block;
	background:#c6b164;
	padding:3px;
	color:#fff;
	font-size:14px;
	text-align:center;
}
.members a:hover {
	opacity:0.8;
	text-decoration:none;
}
.footer-lang {
	padding:20px 0;
}
.footer-lang ul {
	display:flex;
	justify-content:center;
}
.footer-lang ul li {
	margin:0 .5em;
}
#footercopy {
	clear:both;
	font-size:14px;
	letter-spacing :0;
	text-align:center;
}
.rules {
	line-height:1.7em;
	margin-bottom:1em;
}
.rules span {
	display:inline-block;
}
#pagetop {
	width:32px;
	position:fixed;
	right:15px;
	bottom:25px;
	display:none;
    color: #607F59;
    z-index: 1000;
}
#pagetop a {
    color: #607F59;
    display: block;
    background: rgba(255,255,255,0.9);
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    transition: transform 0.1s linear;
}
#pagetop a:hover {
    transform: scale(1.2);
}
@media screen and (max-width : 768px) {
    #footer .wrapper {
        width: auto;
    }
}

.entry-content p {
	margin: 0 0 1em;
}

.entry-content b,
.entry-content strong {
	font-weight: bold;
}
.pc {display:block;}
.sp {display:none;}

.m0 {margin-bottom:0px !important;}
.m10 {margin-bottom:10px !important;}
.m20 {margin-bottom:20px !important;}
.m30 {margin-bottom:30px !important;}
.m40 {margin-bottom:40px !important;}
.m50 {margin-bottom:50px !important;}
.m60 {margin-bottom:60px !important;}
.m70 {margin-bottom:70px !important;}
.m80 {margin-bottom:80px !important;}

@media screen and (max-width : 767px) {
	.pc {display:none;}
	.sp {display:block;}
	#footer {
		padding:20px 0;
	}
	#footer .wrapper {
		max-width:960px;
		margin:0 auto;
		padding:0 12px;
	}
    #footerLink a {
        font-size: 11px;
    }
    #footer {
        padding:20px 0 60px;
    }
    #footerlogo {
        width: auto;
        float: none;
        margin: 0 auto 20px;
        text-align: center;
    }
    #footerlogo .logo {
        margin-bottom: 20px;
    }
    #footerlogo img {
        width: 240px;
        max-width: 100%;
    }
        #social {
            text-align: center ;
        }
    #social li {
        float:none;
        display: inline-block;
        margin: 0 5px;
        width: 42px;
        font-size: 24px;
        border-radius: 24px;
    }
    #social li a {
        color: #607F59;
        background: #fff;
        display: block;
        padding: 9px 0;
        text-align: center;
        transition: transform 0.1s linear;
        border-radius: 24px;
    }
    #social li a:hover {
        transform: scale(1.2);
    }
    #social li img {
        width:auto !important;
        height: 24px;
    }
    #footeraddress {
        float: none;
		width: auto;
        border-top: 1px solid #ddd;
        margin-bottom: 20px;
    }
    #footeraddress p {
        border-bottom: 1px solid #ddd;
        padding: 4px 0;
        font-size: 14px;
    }
    #footerservice {
        float: none;
        font-size: 12px;
        text-align: center;
        margin-bottom: 20px;
    }
    #footerservice ul li {
        display: inline-block;
        margin-right: 8px;
    }
    #footerservice ul li img {
        width: 48px;
    }
    .copyright {
        float: none;
        font-size: 12px;
        text-align: center;
    }
    .rules {
        float: none;
        font-size: 12px;
        text-align: center;
    }
    #pagetop {
        right:10px;
        bottom:15px;
    }
}
.hachidori_chat_window p,
.hachidori_chat_logo a {
	line-height:1.5 !important;
}
@media print{
    body {
        background-attachment:scroll !important;
    }
    #headerWrapper,
    #container {
    	padding:0 10px;
    }
    .drawer-toggle,
    #headerNav,
    #headerWrapperChange,
    #headerWrapperChange.show {display:none !important;}
}