@charset utf-8;

/* CSS Document */

/*------------------------

背景

------------------------*/

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #fff;
}

.wrap {
	width: 1220px;
	max-width: 1220px;
	margin: 65px auto 50px;
	height: auto;
	padding: 0;
}

.units-row,
.content {
	padding-top: 1.6em;
}

/*------------------------

404

------------------------*/

.page-404{
	background:none;
}

/*------------------------

マップ

------------------------*/

#map_canvas {
	width: 100%;
	height: 400px;
}

.gm-style img {
	max-width : none;
}

.gm-style label {
	width : auto;
	display : inline;
}

/*------------------------

フォーム

------------------------*/

.reservation-box-wrap .title {
	margin-top: .7em;
	margin-bottom: .5em;
}

.reservation-box {
	width: 100%;
	margin-top: .7em;
	margin-bottom: .5em;
}

.reservation-box-wrap .units-row {
	padding-bottom: .7em;
	margin-bottom: .7em;
	border-bottom: 1px dotted #000;
}

.reservation-title {
	text-align: center;
	padding-bottom: .7em;
	font-weight: bold;
	font-size: 1.5rem;
}

.form {
	width: 100%;
	background-color: #fff;
	margin-bottom: 1.6em;
}

.form th,
.form td {
	padding: 1em;
	border: 1px solid #eee;
	text-align: left;
}

.form th {
	width: 190px;
	background-color: #f7f7f7;
}

label,
select {
	cursor: pointer;
}

select {
	height: 18px;
	margin: 0 0 0 .6em;
	border: 1px solid #111;
	border-radius: 0;
	background: #fff;
	color: #111;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
	-webkit-appearance: button;
}

input[type='checkbox'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	margin-right: .2em;
	position: relative;
	position: relative;
	top: -2px;
	border: 1px solid #999;
	background-color: #fff;
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,.2);
	box-shadow: inset 4px 4px 10px rgba(0,0,0,.2);
	content: '';
	cursor: pointer;
	vertical-align: middle;
	-webkit-appearance: button;
	appearance: button;
}

input[type='checkbox']:checked:after {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	background: #E0C024;
	content: '';
}

input[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	margin-right: .2em;
	position: relative;
	position: relative;
	top: -2px;
	border: 1px solid #999;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	background-color: #fff;
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,.2);
	box-shadow: inset 4px 4px 10px rgba(0,0,0,.2);
	content: '';
	cursor: pointer;
	vertical-align: middle;
	-webkit-appearance: button;
	appearance: button;
}

input[type='radio']:checked:after {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #E0C024;
	content: '';
}

.number {
	width: 100%;
	margin-top: .7em;
	margin-bottom: .3em;
	margin-left: 1em;
}

.reservation-box-wrap .btn {
	padding: .4em 5em .5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #E0C024;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(204,54,27) 0%, rgb(169,45,22) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(204,54,27)), color-stop(1, rgb(169,45,22)));
	background-image: -webkit-linear-gradient(270deg, rgba(224,192,36,1.00) 0%, rgba(201,170,16,1.00) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(204,54,27) 0%, rgb(169,45,22) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(204,54,27) 0%, rgb(169,45,22) 100%);
	background-image: linear-gradient(180deg, rgba(224,192,36,1.00) 0%, rgba(201,170,16,1.00) 100%);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.35);
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,.35);
	box-shadow: 0 2px 1px rgba(0,0,0,.35);
	-webkit-transition: background-color .3s, box-shadow .3s, -webkit-transform .3s;
	transition: background-color .3s, box-shadow .3s, transform .3s;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	text-decoration: none;
	line-height: 155%;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.35);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcc361b, endColorstr=#ffa92d16, GradientType=0)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#59000000, Positive=true)';
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcc361b, endColorstr=#ffa92d16, GradientType=0) progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#59000000, Positive=true);
}

.reservation-box-wrap .btn:hover {
	background-color: #E2C327;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(169,45,22) 0%, rgb(137,36,18) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(169,45,22)), color-stop(1, rgb(137,36,18)));
	background-image: -webkit-linear-gradient(270deg, rgba(240,207,43,1.00) 0%, rgba(226,195,39,1.00) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(169,45,22) 0%, rgb(137,36,18) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(169,45,22) 0%, rgb(137,36,18) 100%);
	background-image: linear-gradient(180deg, rgba(240,207,43,1.00) 0%, rgba(226,195,39,1.00) 100%);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 1px 0px rgba(0,0,0,0.35);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa92d16, endColorstr=#ff892412, GradientType=0)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#59000000, Positive=true)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa92d16, endColorstr=#ff892412, GradientType=0) progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#59000000, Positive=true);
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}

#searchs li a {
	color: #CCC;
	font-size: 1.1rem;
}

#searchs li a:hover {
	color: #777;
}

/*------------------------

ページトップへ戻る

------------------------*/

#page-top {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 30px;
	bottom: 30px;
	text-align: center;
}

#page-top a {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	display: block;
	border: 1px solid #111;
	background-color: rgba(255,255,255,.48);
	color: #111;
	line-height: 2em;
}

#page-top a:hover {
	width: 50px;
	height: 50px;
	background-color: rgba(255,255,255,.8);
	line-height: 2em;
}

/*------------------------

テーブル

------------------------*/

table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 1.6em;
}

.hotelguide-page th {
	width: 20%;
	background: #f0f2f2;
	border-bottom: none;
}

.hotelguide-page th,
.hotelguide-page td {
	border-bottom: 1px solid #DCDCDC;
	padding: 1em 1.0999999999999999em;
}

/*------------------------

ボックス

------------------------*/

.black-box {
	margin-bottom: .7em;
	padding: .7em;
	border: 1px solid #111;
}

.gray-box {
	padding: 2.0em;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}

/*------------------------

リスト

------------------------*/

.simple li {
	list-style: none;
}

.simple li a {
	margin-top: .3em;
	padding: .5em;
	display: block;
	border-bottom: 1px dotted #32250c;
	color: #5d973e;
}

.simple li a:hover {
	color: #f77c02;
}

.list-center {
	display: inline-block;
	zoom: 1;
 *display: inline;
}

.arrow li a:before {
	margin-right: .5em;
	float: left;
	content: '\e0b0';
	font-family: 'typicons';
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 1.6em;
}

/*------------------------

バー

------------------------*/

hr {
	height: 5px;
	margin-top: 1em;
	margin-bottom: 3em;
	display: block;
	border: 0;
	border-top: none;
	background-image: url(../img/hr.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*------------------------

ボタン

------------------------*/

.button {
	padding: .3em 1em;
	position: relative;
	display: inline-block;
	border-radius: 3px;
	background-color: #e57981;
	-webkit-transition: background-color .3s, box-shadow .3s, -webkit-transform .3s;
	transition: background-color .3s, box-shadow .3s, transform .3s;
	color: white;
	text-decoration: none;
}

a.button {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button.next {
	padding-right: 2em;
}

.button.prev {
	padding-left: 2em;
}

.button.inline {
	margin: 0 .3em;
	padding: .3em;
	line-height: 1;
}

.button.bnr {
	padding: 0;
}

.button.bnr img {
	border-radius: 3px;
	-webkit-transition: -webkit-filter .3s;
	vertical-align: middle;
}

a.button:hover {
	background-color: #ec959b;
	box-shadow: 0 5px 0 #dc5f67, 0 10px 3px rgba(0,0,0,.1);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.button.bnr:hover img {
	-webkit-filter: brightness(1.1);
}

a.button:active {
	background-color: #e57981;
	box-shadow: 0 2px 0 #dc5f67, 0 4px 1px rgba(0,0,0,.1);
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

/* arrows */

.button.next::after,
.button.prev::before {
	width: .5em;
	height: .5em;
	position: absolute;
	z-index: 1;
	top: 50%;
	border-style: solid;
	border-color: white;
	content: '';
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.button.next::after {
	right: 1em;
	border-width: .2em .2em 0 0;
}

.button.prev::before {
	left: 1em;
	border-width: 0 0 .2em .2em;
}

.next:hover::after,
.prev:hover::before {
	-webkit-animation: larger .3s;
	animation: larger .3s;
}

.next:active::after,
.prev:active::before {
	-webkit-animation: smaller .3s;
	animation: smaller .3s;
}
 @-webkit-keyframes larger {
 30% {
 -webkit-transform: translateY(-50%) rotate(45deg) scale(1.2);
}
 100% {
 -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
}
}
@keyframes larger {
 30% {
 transform: translateY(-50%) rotate(45deg) scale(1.2);
}
 100% {
 transform: translateY(-50%) rotate(45deg) scale(1);
}
}
 @-webkit-keyframes smaller {
 30% {
 -webkit-transform: translateY(-50%) rotate(45deg) scale(.8);
}
 100% {
 -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
}
}
@keyframes smaller {
 30% {
 transform: translateY(-50%) rotate(45deg) scale(.8);
}
 100% {
 transform: translateY(-50%) rotate(45deg) scale(1);
}
}

.btn-center {
	margin: 1em auto;
	display: block;
	text-align: center;
}

.btn-big {
	margin-top: .2em;
	margin-bottom: .6em;
	padding: 1em 1.2em 2em 1.2em;
	position: relative;
	display: block;
	border: 1px solid #5d973e;
	color: #32250c;
}

.btn-big:after {
	width: 7px;
	height: 7px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	border-top: solid 2px #5d973e;
	border-right: solid 2px #5d973e;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-block {
	margin-top: .5em;
	display: block;
}

/*------------------------

バナー

.btn.bnr.cafe {
  background-image: url(http://placeimg.com/300/120/any);
}

.btn.bnr.cafe img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.btn.bnr.cafe:hover img {
  opacity: 0;
  -webkit-filter: brightness(1);
}

------------------------*/

/*------------------------

ラベル

------------------------*/

.label {
	padding: .2em .7em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: rgb(93,151,62);
	color: #fff;
}

/*------------------------

レイアウト

------------------------*/

.vertical-bottom {
	position: relative;
}

.vertical-bottom {
	position: absolute;
	bottom: 0;
}

.vertical-bl {
	position: absolute;
	bottom: 0;
	left: 0;
}

.vertical-br {
	position: absolute;
	right: 0;
	bottom: 0;
}

.vertical-center {
	width: 100%;
	display: table;
}

.vertical-center p,
.vertical-center > div,
.vertical-center img {
	padding: 0 .5em;
	display: table-cell;
	vertical-align: middle;
}

.centering {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	white-space: nowrap;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*------------------------

画像

------------------------*/

img {
	vertical-align: bottom;
}

a img {
	transition: .5s;
}

a img:hover {
	opacity: .6;
	transition: .5s;
}

.img-centered img {
	margin: 0 auto;
	display: block;
}

.img-left {
	margin-right: 1.5em;
	margin-bottom: 1em;
	float: left;
}

.img-right {
	margin-bottom: 1em;
	margin-left: 1.5em;
	float: right;
}

.youtube_wrapper iframe {
	width: 100%;
}

/*------------------------

余白

------------------------*/

.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mt70 {
	margin-top: 70px;
}

.mt100 {
	margin-top: 100px;
}

.mt_20 {
	margin-top: -20px;
}

.mtb05 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml05 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mr05 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.pt40 {
	padding-top: 40px;
}

/*------------------------

Typography

------------------------*/

h1.dot-style {
	padding: 0 0 10px;
	margin: 0 0 30px;
	color: #1e3259;
	font-size: 29px;
	font-size: 2.9rem;
	border-bottom: 1px dashed #93a2bf;
}

h1.bar-style,
h2.bar-style{
	padding: 6px 0 5px 10px;
	margin: 0 0 30px;
	color: #1e3259;
	font-size: 23px;
	font-size: 2.3rem;
	border-left: 4px solid #1e3259;
	text-align: left;
}


h3.bar-style {
	background-color: #1e3259;
	padding: .3em .6em;
	margin: 0;
	color: #1e3259;
	font-size: 1.7rem;
	text-align: left;
	color: #FFF;
}


h4.border {

	width: 175px;
	text-align: center;
	padding: 6px 0;
	margin: 1em auto;
	color: #93a2bf;
	font-size: 12px;
	font-size: 1.2rem;
	border: 1px solid #93a2bf;
	border-radius: 3px;
	behavior: url("/PIE.htc");
}

p {
	text-align: left;
	margin-bottom: 1.6em;
}

i {
	margin-right: 5px;
	color: #111;
	font-style: normal;
}

a {
	text-decoration: none;
}

a:hover {
}

em {
	margin: 0 .3em;
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
}

small {
	font-size: 1.1rem;
}

figcaption {
	font-style: normal;
}

.h-line {
	margin-bottom: 1em;
	display: flex;
	font-size: 3.5rem;
	text-align: center; /* for no-flexbox browsers */
	align-items: center;
}

.h-line:before,
.h-line:after {
	display: inline; /* for IE */
	border-top: 1px solid;
	content: '';
	flex-grow: 1;
}

.h-line:before {
	margin-right: .5em;
}

.h-line:after {
	margin-left: .5em;
}

.h-line-sub {
	margin-bottom: .7em;
	font-size: 2.0rem;
	text-align: center;
}

/*------------------------

フォントサイズ

------------------------*/

html {
	font-size: 62.5%;   /*10px reset*/
}

body {
	color: #111;
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', 'Lucida Sans Unicode', 'ＭＳ Ｐゴシック', Arial, Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.3rem;  /*13px* base*/
	line-height: 18px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

body {
	font-size: 13px;    /*13px* base　chromeのみページ変遷時にhtml設定を読み込まないバグのためのハック*/
}
}

.font06 {
	font-size: .6rem;
}

.font07 {
	font-size: .7rem;
}

.font08 {
	font-size: .8rem;
}

.font09 {
	font-size: .9rem;
}

.font10 {
	font-size: 1.0rem;
}

.font11 {
	font-size: 1.1rem;
}

.font12 {
	font-size: 1.2rem;
}

.font13 {
	font-size: 1.3rem;
}

.font14 {
	font-size: 1.4rem;
}

.font15 {
	font-size: 1.5rem;
}

.font16 {
	font-size: 1.6rem;
}

.font17 {
	font-size: 1.7rem;
}

.font18 {
	font-size: 1.8rem;
}

.font19 {
	font-size: 1.9rem;
}

.font20 {
	font-size: 2.0rem;
}

.font21 {
	font-size: 2.1rem;
}

.font22 {
	font-size: 2.2rem;
}

.font23 {
	font-size: 2.3rem;
}

.font24 {
	font-size: 2.4rem;
}

.font25 {
	font-size: 2.5rem;
}

.font26 {
	font-size: 2.6rem;
}

.font27 {
	font-size: 2.7rem;
}

.font28 {
	font-size: 2.8rem;
}

.font29 {
	font-size: 2.9rem;
}

.font30 {
	font-size: 3.0rem;
}

.font31 {
	font-size: 3.1rem;
}

.font32 {
	font-size: 3.2rem;
}

/*------------------------

clearfix

------------------------*/

.clearfix:before,
.clearfix:after {
	height: 0;
	display: block;
	overflow: hidden;
	content: '.';
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
} /* IE < 8 */
