
@charset "UTF-8";
/* ===== Reset Style ===== */
html, body,
div, span,
object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var,
ul, ol, li, dl, dt, dd,
form, fieldset, legend, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

header, footer {
	display: block;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	list-style: none;
}

img {
	border: 0;
}

em,
strong,
cite {
	font-style: normal;
}

sup {
	vertical-align: top;
	font-size: 0.7em;
}

sub {
	vertical-align: bottom;
	font-size: 0.7em;
}

strong,
em {
	font-weight: bold;
}

hr {
	display: none;
}



/* ===== Basic Style ===== */
body {
	color: #333;
	background: #fff;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	/*webkit-text-size-adjust: none !important;*/
	/*border-top: 4px solid #381900;*/
}

#bodyContainer {
	/*padding: 10px 10px 0 10px;*/
}

#bodyContainer p {
	/*margin-bottom: 1.0em;*/
}

#bodyContainer a {
	/*color: #333;*/
	text-decoration: none;
}

#mainContainer {
	/*margin: 0 -10px 15px;*/
}

.h2_front {
	background: url(../images/h2_front_mark.png) no-repeat 0 2px;
	margin: 0 0 5px 0;
	padding: 0 0 0 24px;
	border-bottom: 2px solid #040031;
	overflow: hidden;
}
.h2_front2_wh{
	border-bottom: 3px solid #ffffff;
	overflow: hidden;
	display: table;
	margin: 0 auto;
	margin-bottom: 16px;
	color: #ffffff;
}
/* 戻る */
.backbt_wrap {
	margin: 24px 10px 24px;
	text-align: right;
}

.backbt {
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #a90d10;
}

.backbt_txt {
	font-size: 9px;
}

/* ===== Header ===== */
.header_upper {
	position: relative;
	height: 44px;
	line-height: 1;
	background: #fff;
	/*border-top: 2px solid #430e2c;*/
}

.header_upper .site_id {
	position: absolute;
	top: 2px;
	left: 10px;
	padding: 0;
	background: none;
	margin: 0;
}

.header_upper .top_link {
	position: absolute;
	top: 8px;
	right: 10px;
	padding: 0;
	background: none;
	margin: 0;
}

.header_upper p.top_link a {
	border: 1px solid #C7C7C7;
	background: #000;
	-moz-linear-gradient(top, white 0%, #eeeeee 100%);
	-webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeeeee));
	-webkit-linear-gradient(top, white 0%, #eeeeee 100%);
	linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	-webkit-box-shadow: inset 0 0 0 1px #FFFFFF;
	box-shadow: inset 0 0 0 1px #FFFFFF;
	display: block;
	padding: 7px 7px 7px 7px;
	text-decoration: none;
	font-weight: bold;
	width: 5.8em;
	text-align: center;
	letter-spacing: .1em;
	/*letter-spacing: -1px;*/
	color: #fff;
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}


.header_upper .reserve a::after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 28px;
	top: 52%;
}

.global_header-box{
	display: flex;
	position: absolute;
	top: 18px;
	right: 5px;
	height: 100%;
}
.global_header-box .reserve{
	margin-right: 16px;
}

.global_header-box .reserve a{
	display: block;
	text-decoration: none;
	padding: 12px 10px 24px;
	border-radius: 4px;
	color: #fff;
	/*background-color: #b59976;*/
	background-color: #f14d12;
	margin-top: -12px;
	position: relative;
}
.global_header-box .reserve a::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 28px;
	top: 52%;
}

#global_header > .menu{
	float: right;
	right: 5px;
	width: 30px;
	top: 13px;
}
#global_header > .menu a{
  /*text-indent: -9999px;*/
  color: #fff;
  height: 4px;
}

header p.menu{
  display: inline-block;
  position: relative;
  padding: 5px 4px 0 0;
  transition:.5s;
  cursor: pointer;
  user-select: none;
}
header p.menu:before, header p.menu:after {
    transition: .5s;
  }
header p.menu a{
  position: relative;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: .5s;
  border-radius: 2.5rem;
  display: inline-block;
  /*top: 0px;*/
  transition: all.5s;


}
header p.menu a:before,
header p.menu a:after{
	display: block;
    content: "";
    height: 2px;
    width: 30px;
    background: #fff;
    position: absolute;
    transition: all .5s;;
    border-radius: 1rem;
}
header p.menu a:before{
	 top: -12px;
}
header p.menu a:after{
	 top: 12px;
}
header p.menu a.current {
	top: 0px;
	background: none;
}

header p.menu a.current:before {
	background: #fff;
   -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
	top: -10px;
}
header p.menu a.current:after {
	background: #fff;
	-webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
	top: 10px;
	
}


.hotel_id {
	position: absolute;
	top: 13px;
	left: 8px;
	color: #fff;
	/*font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN";*/
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
}

.hotel_id a{
	text-decoration: none;
	color: #ffffff;
}



/*.hotel_id:before{
    content: "栃木";
    font-size: 12px;
    color: #fff;
    vertical-align: text-top;
    display: block;
    margin: 0 0 4px 2px;
}*/

.header_bottom {
	position: relative;
	height: 60px;
	line-height: 1;
	background: url(../images/header_bg.png) repeat-x #b7950d; /* Old browsers */
}


#breadcrumbs {
    background-color: #eee;
    padding: 10px;
}
#breadcrumbs ul {
    display: table;
}
#breadcrumbs ul li {
    display: table-cell;
    white-space: nowrap;
}
#breadcrumbs ul li:after {
    content: ">";
    padding: 0 10px;
}
#breadcrumbs ul li:last-child:after {
    content: "";
}

/* ===== #globalNavSp  ===== */
/* globalNavSp 最適化用（ニュースは別管理） */
#globalNavSp,
.globalNavSp {
	display: none;
	margin-top: 61px;
	padding: 0;
	/*background: #EEECED;*/
	background: #210939;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: auto;
	border-top: 1px solid #092800;
}

#globalNavSp.current,
.globalNavSp.current {
	display: block;
}

#globalNavSp .inner,
.globalNavSp .inner {
	padding: 4px 10px 6px;
}

#globalNavSp .inner h2,
.globalNavSp .inner h2 {
	font-size: 18px;
	color: #fff;
/*	background: url(../images/link_menu.png) no-repeat left center;*/
	-webkit-background-size: 12px 11px;
	background-size: 12px 11px;
	padding: 4px 0 4px 0;
	margin: 0;
	border: 0;
	width: initial;
}

#globalNavSp .inner ul,
.globalNavSp .inner ul {
	border: 1px solid #999999;
	background: #FFF;
	margin-bottom: 0;
	width: 100%;
	list-style: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 10px;
}

#globalNavSp .inner ul li,
.globalNavSp .inner ul li {
	border-bottom: 1px solid #c7c7c7;
	margin: 0 auto;
	width: 95%;
}

#globalNavSp .inner ul li:last-child,
.globalNavSp .inner ul li:last-child {
	border: none;
}

#globalNavSp .inner ul li a,
.globalNavSp .inner ul li a {
	display: block;
	padding: 12px 36px 12px 18px;
	color: #333 !important;
	font-size: 15px;
	text-decoration: none;
}

#globalNavSp .inner nav ul li a {
	position: relative;
}


.globalNavSp {
	display: block;
	position: static;
	/*margin: 0 -10px 15px;*/
	/*padding-bottom: 15px;*/
	width: auto;
	border-bottom: 1px solid #C7C7C7;
}

.globalNavSp .inner {
	padding-bottom: 0;
}

/* ===== slider ===== */
.flexslider {
	position: relative;
	overflow: hidden;
}

.flexslider li {
	list-style: none;
}

.flexslider ul.slides {
	width: 1000%;
}

.flexslider ul.slides li {
	text-align: center;
}

.flexslider ul.slides li img {
	max-width: 100%;
}

.flexslider ol.flex-control-nav {
	padding-top: 5px;
	margin-bottom: 8px;
	text-align: center;
}

.flexslider ol.flex-control-nav li {
	display: inline-block;
	margin: 0 5px;
}

.flexslider ol.flex-control-nav li a {
	background: #E2E2E2;
	width: 12px;
	height: 12px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 1px 1px 3px #C0C0C0;
	box-shadow: inset 1px 1px 3px #C0C0C0;
}

.flexslider ol.flex-control-nav li a.flex-active {
	background: #FFE900;
}

.flexslider ul.flex-direction-nav {
	width: 100%;
	opacity: 0.7;
}

.flexslider ul.flex-direction-nav li {
	float: left;
	width: 20px;
}

.flexslider ul.flex-direction-nav li a {
	/*background: url(../images/nav_prev.png) no-repeat left top;*/
	background-size: 20px 40px;
	display: block;
	width: 20px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: absolute;
	z-index: 20;
	top: 50%;
	margin-top: -30px;
}

.flexslider ul.flex-direction-nav li:last-child {
	float: right;
}

.flexslider ul.flex-direction-nav li:last-child a {
	/*background: url(../images/nav_next.png) no-repeat left top;*/
	background-size: 20px 40px;
}

.mainvisual img {
	max-width: 100%;
}

#sub_nav {
	width: 100%;
	overflow: hidden;
}

#sub_nav ul {
	width: 100%;
	/*width: 96%;*/
	margin: 0 auto;
	clear: both;
}
/*
#sub_nav li {
	width: 48%;
	float: left;
	background: #000;
	margin: 0 1% 4px 1%;
}
*/
#sub_nav li {
	background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
	border: 1px solid #999999;
	float: left;
	margin: 0 1.6% 8px;
	width: 46%;
	border-radius: 8px;
}

#sub_nav li a {
	color: #000;
	
	display: block;
	text-decoration: none;
	padding: 12px;
	text-align: center;
	position: relative;
}
#sub_nav li a:after{
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #999999;
    border-right: 2px solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 12px;
    top: 57%;
    margin: -7px 0 0 0;
}


/* ===== btn ===== */
p.btnlink {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 10px;
	overflow: hidden;
	background: #ebebeb;
}

p.btnlink a {
	display: block;
	padding: 10px;
	/*padding: 0 10px 10px;*/
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #303030;
}

.btnarrow a {
	position: relative;
}


/* ===== front1_box ===== */

.front1_box {
	width: 100%;
	overflow: hidden;
}

.front1_box li {
	width: 50%;
	float: left;
	padding: 0 0 4px 0;
}

.front1_box li img {
	max-width: 100%;
	height: auto;
}

.front1_box a {
	text-decoration: none;
}

/**/

.front3_box {
	width: 100%;
}

li.front3_box_list {
	border-bottom: 1px dotted #ccc;
	padding: 4px 0;
}

li.front3_box_list:last-child {
	border: none;
}

.front3_box dl {
	width: 96%;
	overflow: hidden;
	margin: 0 auto;
}

.front3_box dt {
	width: 37.5%;
	float: left;
}

.front3_box dt img {
	max-width: 100%;
	height: auto;
}

.front3_box dd {
	/*width: 62.5%;*/
	width: 58.5%;
	padding: 1%;
	float: left;
}

.front3_box ul.google_btn {
	width: 100%;
	overflow: hidden;
	clear: both;
	/*border-bottom: 1px solid #999999;*/
}

.front3_box .google_btn li {
	font-weight: bold;
	color: #000;
}

.front3_box .google_btn li a {
	display: block;
	font-size: 15px;
	padding: 6px 0;
	/*padding: 12px 20px 12px 20px;*/
	text-decoration: none;
	position: relative;
	color: #303030;
}

.front3_box .google_btn li a{
	display: block;
	text-decoration: none;
}

.front3_box .google_btn li:nth-child(1) {
	width: 100%;
	/*padding: 10px 0;*/
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #ebebeb;
	background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
}

.front3_box ul.google_btn2 {
	width: 100%;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #999999;
	display: table;
}

.front3_box .google_btn2 li {
	font-weight: bold;
	color: #000;
}

.front3_box .google_btn2 li a {
	display: block;
	font-size: 15px;
	padding: 6px 0;
	/*padding: 12px 20px 12px 20px;*/
	text-decoration: none;
	position: relative;
}

.front3_box .google_btn2 li a{
	display: block;
	text-decoration: none;
}

.front3_box .google_btn2 li:nth-child(1),
.front3_box .google_btn2 li:nth-child(2),
.front3_box .google_btn2 li:nth-child(3),
.front3_box .google_btn2 li:nth-child(4) {
	display: table-cell;
	width: 10%;
	text-align: center;
	background: #ebebeb;
	background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);*/
}

.front3_box .google_btn2 li:nth-child(1),
.front3_box .google_btn2 li:nth-child(2),
.front3_box .google_btn2 li:nth-child(3) {
	border-right: 1px solid #999999;
}

.front3_box i {
	font-size: 28px;
}

.front4_box {
	width: 100%;
}

.front4_box dl {
	line-height: 1.8;
	padding: 0 10px;
	overflow: hidden;
	font-size: 12px;
	/*border-bottom: 1px dotted #999999;*/
}

.btn_tel {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	background: #ebebeb;
}

.btn_tel a{
	display: block;
	text-decoration: none;
	color: #303030;
}

/*
.front4_box nav ul {
	width: 100%;
	overflow: hidden;
}

.front4_box nav li {
	width: 46.6%;
	float: left;
	margin: 4px;
	padding: 10px 0;
}

.front4_box nav li a{
	display: block;
	text-decoration: none;
}

.front4_box nav li:nth-child(1) {
	text-align: center;
	border: 1px solid #999999;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	background: #ebebeb;
	background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
}

.front4_box nav li:nth-child(2) {
	text-align: center;
	border: 1px solid #999999;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	background: #ebebeb;
	background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
}
*/

/* ===== global_sns ===== */
#global_sns ul {
	display: flex;
	width: 100%;
	overflow: hidden;
}

#global_sns li {
	width: 46.6%;
	float: left;
	margin: 4px;
	padding: 10px 0;
}

#global_sns li a{
	display: block;
	text-decoration: none;
	color: #fff;
}

#global_sns li:nth-child(1) {
	text-align: center;
	border: 1px solid #999999;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	/*background: #ebebeb;
	background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);*/
}

#global_sns li:nth-child(2) {
	text-align: center;
	border: 1px solid #999999;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	/*background: #ebebeb;
	background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);*/
}

#global_sns li:nth-child(3) {
	text-align: center;
	border: 1px solid #999999;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	/*background: #ebebeb;
	background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);*/
}

#global_sns li:nth-child(4) {
	text-align: center;
	border: 1px solid #999999;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	/*background: #ebebeb;
	background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);*/
}

.icon-location {
	color: #ff0000;
}

.icon-phone {
	color: #009f04;
}

.icon-info {
	color: #00139f;
}
/* ===== #global_sub_nav ===== */

#global_sub_nav {
	width: 100%;
	overflow: hidden;
}

#global_sub_nav li {
	color: #000;
	border-bottom: solid 1px #C7C7C7;
}

#global_sub_nav li a {
	display: block;
	font-size: 15px;
	padding: 12px 36px 12px 18px;
	text-decoration: none;
	position: relative;
	color: #303030;
}

#global_sub_nav li:nth-child(1) {
	border-top: solid 1px #C7C7C7;
}

#global_sub_nav li:nth-child(1),
#global_sub_nav li:nth-child(2),
#global_sub_nav li:nth-child(3),
#global_sub_nav li:nth-child(4),
#global_sub_nav li:nth-child(5),
#global_sub_nav li:nth-child(6){
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

#global_sub_nav li:nth-child(7),
#global_sub_nav li:nth-child(8),
#global_sub_nav li:nth-child(9),
#global_sub_nav li:nth-child(10),
#global_sub_nav li:nth-child(11){
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

#global_sub_nav li:last-child {
    border-bottom: none;
}

/* ===== #global_search ===== */


.st-accordion{
	width:100%;
	min-width:270px;
	margin: 0 auto;
	/*padding: 10px 0;*/
}

.st-accordion ul {
	/*border-top: 1px solid #c7deef;*/
}

.st-accordion ul li{
	/*height: 724px !important;*/
	overflow: hidden;
	overflow: hidden;
	padding: 12px 6px 6px;
    background-color: #210939;
}

.st-accordion ul li:first-child{
	/*border-top:none;*/
}

.search_btn a {
	color: #fff;
}

.st-accordion ul li > a{
	font-family: 'Josefin Slab',Georgia, serif;
	/*text-shadow: 1px 1px 1px #fff;*/
	padding-left:2%;/* 調整 */
	font-size: 18px;
	display: block;
	position: relative;
	line-height: 1.8;
	outline:none;
	-webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	text-decoration: none;
	/*color: #000;*/
}

.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
	color: #fff;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
	/*color: #1693eb;*/
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
	padding: 5px 2% 0 2%;
	display: block !important;
	background-color: #fff;;
}

.st-content p{
	font-size:  16px;
	/*font-family:  Georgia, serif;*/
	/*font-style: italic;*/
	line-height:  28px;
	padding: 0px 4px 15px 4px;
}

.st-content img{
	width:125px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

span.customSelect {
	font:12px sans-serif;
	background:#fff url(../images/search_arrow.png) right center no-repeat;
	border:1px solid #ddd;
	color:#555;
	padding:7px 9px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px 2px;
	max-width: 175px;
	min-width: 66px;
}

.customSelect.customSelectHover {
	border-color:#c7c7c7;
	background-color:#f5f5f5;
}

.customSelect.customSelectFocus {
	border-color:Orange;
}

.customSelect.customSelectOpen {
	border-color:OliveDrab;
}

.customSelect.customSelectChanged {
	-webkit-animation: changed 0.5s;
	-moz-animation: changed 0.5s;
	-ms-animation: changed 0.5s;
	animation: changed 0.5s;
}

input.formbtn[type="submit"] {
	background: none repeat scroll 0 0 #fe3235;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0 5px;
	padding: 10px;
	width: 150px;
}

input.formbtn[type="button"] {
	background: none repeat scroll 0 0 #ed4444;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0 5px;
	padding: 10px;
	width: 150px;
	display: block;
}

/* ===== #global_footer ===== */

#global_footer {
	line-height: 1.8;
	background: #000;
}

#global_footer a {
	text-decoration: none;
	color: #fff;
}

#global_footer ul {
	padding: 4px 2%;
}
#global_footer li{
	padding: 6px 0 6px 20px;
}

#global_footer_btm {
	background: url(../images/header_bg.png) repeat-x #b7950d;  Old browsers
	background: #3c001a; /* Old browsers */
	color: #fff;
	/*border-bottom: 4px solid #003a3d;*/
}

#global_footer_btm img {
	/*max-width: 60%;*/
	max-width: 100%;
}

.site_id_btm {
	width: 100%;
	margin: 0 auto;
	/*text-align: center;*/
	/*padding: 10px 0;*/
}

#global_footer_btm address {
	text-align: center;
}

/* ===== ClearFix ===== */
footer ul:after,
nav.navProduct > ul:after,
div.txtImg:after,
dl.listAccess:after,
ul.flex-direction-nav:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0;
	line-height: 0;
}

footer ul,
nav.navProduct > ul,
div.txtImg:after,
dl.listAccess,
ul.flex-direction-nav {
	zoom: 1;
}

/*room*/
.room_box img {
	max-width: 100%;
}

.room_box_inner {
	margin: 10px auto 0;
	width: 92%;
	font-size: 84%;
	padding: 1% 2% 1% 2%;
}

.room_box_inner .title_r {
	font-weight: bold;
	color: #e60012;
}

/* ↓おすすめプラン */
.plan_box{
	padding: 10px;
}
.plan_title{
	font-weight: bold;
	font-size: 13px;
	background-color: #9d0e14;
	color: #fff;
	padding: 2px 5px;
}
.plan_box .planname{
	display: none;
}
.plan_text{
	font-size: 10.5px;
	color: #64461a;
	background-color: rgb(245, 235, 235);
	font-weight: bold;
    display: block;
	padding: 0px 5px;
	margin-right: 1px;
	margin-left: 1px;

}
.planlist_link{
	background-color: #a90d10;
	width: 200px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 45px auto 0;
	padding: 2px 0;
	border-radius: 18px;
	line-height: 28px;
	font-size: 14px;
}
.planlist_link:before{
	content: url(/common/img/arrow-right-white.svg);
	width: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 3px;
	display: inline-block;
}
.planlist_link:hover{
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}
/* ↑おすすめプラン */

.bxslider1 img,
.bxslider2 img,
.bxslider3 img,
.bxslider4 img,
.bxslider5 img,
.bxslider6 img,
.bxslider7 img,
.bxslider8 img,
.bxslider9 img,
.bxslider10 img,
.bxslider11 img,
.bxslider12 img {
	text-align: center;
	margin: 0 auto;
}

#bx-pager,
#bx-pager2,
#bx-pager3,
#bx-pager4,
#bx-pager5,
#bx-pager6,
#bx-pager7,
#bx-pager8,
#bx-pager9,
#bx-pager10,
#bx-pager11,
#bx-pager12 {
	display: table;
	width: 100%;
}

#bx-pager > a,
#bx-pager2 > a,
#bx-pager3 > a,
#bx-pager4 > a,
#bx-pager5 > a,
#bx-pager6 > a,
#bx-pager7 > a,
#bx-pager8 > a,
#bx-pager9 > a,
#bx-pager10 > a,
#bx-pager11 > a,
#bx-pager12 > a {
	display: table-cell;
	border: 5px solid transparent;
}

#bx-pager img,
#bx-pager2 img,
#bx-pager3 img,
#bx-pager4 img,
#bx-pager5 img,
#bx-pager6 img,
#bx-pager7 img,
#bx-pager8 img,
#bx-pager9 img,
#bx-pager10 img,
#bx-pager11 img,
#bx-pager12 img {
	display: block;
	width: 100%;
}

/*contact*/
.global_box img {
	max-width: 100%;
}

.global_box_inner {
	margin: 10px auto 0;
	width: 92%;
	font-size: 84%;
	padding: 1% 2% 1% 2%;
}

/* ===== 以下下層ページ ===== */
/* ===== gallery ===== */
.photo_box {
	width: 100%;
	overflow: hidden;
}

.photo_box li {
	width: 47%;
	float: left;
	margin: 0 1.4% 10px;
	padding: 0 0 0 0;
	text-align: center;
}

.photo_box li img {
	max-width: 100%;
	filter: brightness(0.6);
}

.photo_box li a{
	text-decoration: none;
}
.photo_box li a dl {
	position: relative;
}

.photo_box a dd {
	position: absolute;
	color: #fff;
	top: 37%;
	left: 0;
	right: 0;
	border-bottom: 2px #fff solid;
	border-top: 2px #fff solid;
	width: 90%;
	margin: 0 auto;
	padding: 6px 0;
	font-size: 1.3em;
}


.photo_box_detail {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
}

.photo_box_detail li {
	padding: 0 0 20px 0;
}

.photo_box_detail img {
	max-width: 100%;
}

/* ===== access ===== */

.google-maps {
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
}

.google-maps iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

.box_map3 ul {
	/*border-top: 1px solid #c2c2ba;
	border-bottom: 1px solid #c2c2ba;*/
	margin: 0 0 4px 0;
}

.box_map3 li {
	margin: 10px auto 0 auto;
	width: 96%;
	font-size: 84%;
}

.box_map3 li:nth-child(1) {
	border-bottom: 1px solid #c2c2ba;
}

.box_map3 img {
	max-width: 100%;
}

.box_map3 dl {
	width: 96%;
	padding: 2%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

.box_map3 dt {
	width: 30%;
	float: left;
}

.box_map3 dd {
	width: 66%;
	float: left;
	padding: 0 2% 0 2%;
}

.box_map3 span {
	font-size: 84%;
}

.sight_link {
	margin: 10px auto 0 auto;
	width: 96%;
	/*width: 100%;
	padding: 0 0 0 0;
	background: none repeat scroll 0 0 #f2f2e9;
	border-top: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;
	border-bottom: 1px solid #c2c2ba;
	/*margin: 4px 0;*/
}

.sight_link img {
	max-width: 100%;

}

.sight_link dl {
	width: 96%;
	padding: 2%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

.sight_link dt {
	width: 30%;
	float: left;
}

.sight_link dd {
	width: 66%;
	float: left;
	padding: 2% 2% 0 2%;
}

.sight_link span {
	font-size: 84%;
}

.sight_link a {
	color: #333;
}

/*sightseeing*/

.box_sightseeing img {
	max-width: 100%;

}

.box_sightseeing h3 {
	padding-left: 2%;
}

.box_sightseeing ul {
	/*border-bottom: 1px solid #c2c2ba;*/
	margin: 0 0 4px 0;
}

.box_sightseeing li {
	margin: 10px auto 0 auto;
	width: 96%;
	padding: 12px 0;
	/*width: 100%;*/
	/*padding: 0 0 0 0;
	/*background: none repeat scroll 0 0 #f2f2e9;*/
	/*border-bottom: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;
	/*margin: 4px 0;*/
}

.box_sightseeing li:nth-child(1) {

}

.box_sightseeing dl {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

.box_sightseeing dt {
	width: 36%;
	float: left;
	padding: 2% 2% 0 2%;
}

.box_sightseeing dd {
	width: 56%;
	float: left;
	padding: 2% 2% 0 2%;
	font-size: 84%;
}


/*hotspring*/

.nav_facility {
	clear: both;
	overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

.nav_facility li {
	background: -moz-linear-gradient(center top , white 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: 2px 4px;
    padding: 10px 0;
    width: 46.6%;
}

.nav_facility li a{
	display: block;
	padding: 4px 0;
	text-align: center;
	text-decoration: none;
	color: inherit;
}

.nav_facility li:nth-child(1),
.nav_facility li:nth-child(2),
.nav_facility li:nth-child(3),
.nav_facility li:nth-child(4),
.nav_facility li:nth-child(5),
.nav_facility li:nth-child(6),
.nav_facility li:nth-child(7),
.nav_facility li:nth-child(8),
.nav_facility li:nth-child(9),
.nav_facility li:nth-child(10),
.nav_facility li:nth-child(11),
.nav_facility li:nth-child(12) {
    border: 1px solid #999999;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}

.h2_type2 {
	color: #fff;
	padding: 6px 0 6px 16px;;
	overflow: hidden;
	font-weight: normal;
}

.hotspring_box img {
	max-width: 100%;
}


.txt_pp2 {
	color: #4a0628;
	font-size: 100%;
	padding: 10px;
}

.hotspring_link {
	border-bottom: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;
	margin: 10px auto 0 auto;
	width: 96%;
	/*width: 100%;
	padding: 0 0 0 0;
	background: none repeat scroll 0 0 #f2f2e9;
	border-top: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;
	border-bottom: 1px solid #c2c2ba;
	/*margin: 4px 0;*/
}

.hotspring_link img {
	max-width: 100%;

}

.hotspring_link dl {
	width: 96%;
	padding: 2%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

.hotspring_link dt {
	width: 30%;
	float: left;
}

.hotspring_link dd {
	width: 66%;
	float: left;
	padding: 0 2% 0 2%;
}

.hotspring_link span {
	font-size: 84%;
}

.table_box1 {
	width: 96%;
	margin: 0 auto;
}

.table_box1 table {
	width: 100%;
	line-height: 1.8;
	font-size: 84%;
}

.table_box1 table caption {
	font-weight: bold;
}

.tr_box1 {
	width: 100%;
	padding: 10px 0;

}

.td_box1-l {
	width: 30%;
	vertical-align: top;
	border-bottom: 1px dotted #c0c9b3;
}

.td_box1-r {
	width: 70%;
	border-bottom: 1px dotted #c0c9b3;
}

.hotsphoto_box {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
}

.hotsphoto_box li {
	width: 45%;
	float: left;
	margin: 0 2% 10px;
	padding: 0 0 0 0;
	text-align: center;
}

.hotsphoto_box li img {
	max-width: 100%;
}

.hotsphoto_box a dd {
	position: relative;
}

/*
.hotsphoto_box a dd:after {
	content:"";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 2px solid #7e7e7e;
	border-right: 2px solid #7e7e7e;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	position: absolute;
	right: 10px;
	margin: -14px 0 0;
}
*/
.hotsphoto_box_detail {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
}

.hotsphoto_box_detail li {
	padding: 0 0 20px 0;
}

.hotsphoto_box_detail img {
	max-width: 100%;
}

/* ===== link ===== */
.link_box_inner {
	border-bottom: 1px dotted #999;
	padding: 10px 2%;
	margin: 0 0 10px 0;
}

.sitemap_box_inner li {
	color: #000;
	width: 95%;
	margin: 0 auto;
}

.sitemap_box_inner li a {
	display: block;
	font-size: 15px;
	padding: 14px 36px 14px 18px;
	position: relative;
	text-decoration: none;
	color: #303030;
}

.sitemap_box_inner li li {
	display: block;
	font-size: 15px;
	padding: 0 0 0 36px;
	position: relative;
	text-decoration: none;
	width: 95%;
	margin: 0 auto;
}

.sitemap_box_inner .list_sitemap1 {
	background: -moz-linear-gradient(center top , white 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	overflow: hidden;
	border-bottom: 1px solid #c7c7c7;
	/*width: 100%;*/
}

.sitemap_box_inner .list_sitemap2-1 {
	background: -moz-linear-gradient(center top , white 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	overflow: hidden;
	border-bottom: 1px solid #c7c7c7;
	/*width: 100%;*/
}

.sitemap_box_inner .list_sitemap2-2 {
	background: -moz-linear-gradient(center top , white 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	overflow: hidden;
	border-top: 1px solid #c7c7c7;
	/*width: 100%;*/
}


/*privacy*/
.privacy_box_inner {
	margin: 10px auto 0;
	width: 92%;
	font-size: 84%;
	padding: 1% 2% 1% 2%;
}

/*members*/
.members_box img {
	max-width: 100%;
}

.members_box_inner {
	margin: 10px auto 0;
	width: 92%;
	font-size: 84%;
	padding: 1% 2% 1% 2%;
}

.members_box_inner .title_r {
	font-weight: bold;
	color: #e60012;
}

.members_box_inner li {

}

/*reserve*/
.reserve_box img {
	max-width: 100%;
}

.reserve_box_inner {
	background: none repeat scroll 0 0 #f2f2e9;
	border-bottom: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;
	margin: 10px auto 0;
	width: 92%;
	font-size: 84%;
	padding: 1% 2% 1% 2%;
}

.reserve_box_inner .title_r {
	font-weight: bold;
	color: #e60012;
}

.reserve_box_inner li {

}

/*faq*/
.faq_box img {
	max-width: 100%;
}

.faq_box_inner {
	margin: 10px auto 0;
	width: 92%;
	font-size: 84%;
	padding: 1% 2% 1% 2%;
}

.faq_box_inner .title_r {
	font-weight: bold;
	color: #e60012;
}

.faq_block {
	padding: 0 0 10px 0;
	line-height: 1.8;
}

.faq_block dt {
	border-bottom: 1px dotted #ccc;
	color: #003333;
	font-weight: bold;
}

/*info*/

.box_info_col {
	margin: 10px auto 0 auto;
	width: 96%;
	padding: 1%;
	/*width: 100%;*/
	/*padding: 0 0 0 0;
	/*background: none repeat scroll 0 0 #f2f2e9;*/
	/*border-bottom: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;
	/*margin: 4px 0;*/
}

.box_info h3 {
	/*padding: 1% 1% 0 1%;*/
}


.box_info ul {
	border-top: 1px solid #c2c2ba;
	/*border-bottom: 1px solid #c2c2ba;*/
	margin: 0 0 4px 0;
}

.box_info li {
	margin: 10px auto 0 auto;
	width: 96%;
	/*width: 100%;*/
	/*padding: 0 0 0 0;
	/*background: none repeat scroll 0 0 #f2f2e9;*/
	/*border-bottom: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;
	/*margin: 4px 0;*/
}

.box_info li img {
	max-width: 100%;
}

.box_info li:nth-child(1) {

}

.box_info label {
	padding: 10px;
	display: block;
	margin: 0;
	border-top: 1px solid #c2c2ba;
}

.box_info input[type="checkbox"].on-off{
	display: none;
}

.box_info .menu .accod {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
}

.box_info .menu .accod .inner {
	padding: 5px;
}

.box_info input[type="checkbox"].on-off + .accod{
	height: 0;
	overflow: hidden;
}

.box_info input[type="checkbox"].on-off:checked + .accod{
	/*max-height: 500px;
	min-height: 500px;*/
	height: 100%;
}

.info_text_imp {
	font-weight: bold;
}

.info_photo_box {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
}

.info_photo_box li {
	width: 45%;
	float: left;
	margin: 0 2% 10px;
	padding: 10px 0 0 0;
	background: none repeat scroll 0 0 #f2f2e9;
	border: none;
	text-align: center;
}

.info_photo_box li img {
	max-width: 100%;
}

.info_photo_box li a{
	text-decoration: none;
}


.info_photo_box a dd {
	position: relative;
	color: #303030;

}

.info_titl {
	width: 96%;
	height: 24px;
	position: relative;
	margin: 0 auto;
}

.info_titl h3 {
	position: absolute;
	top: 0;
	left: 0;
}

.info_time {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #ff0000;
	font-weight: bold;
}

/*.box_info dl {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}*/

.box_info dt {
	/*width: 36%;
	float: left;*/
	padding: 0 2% 0 2%;
}

.box_info dd {
	/*width: 56%;
	float: left;*/
	padding: 0 2% 0 2%;
	font-size: 84%;
}

/**/


.online_box_inner li {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #c7c7c7;
}

.online_box_inner li a {
	display: block;
	font-size: 15px;
	padding: 12px 36px 12px 18px;
	position: relative;
	text-decoration: none;
}

.online_box_inner .list_sitemap1 {
	background: -moz-linear-gradient(center top , white 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	overflow: hidden;
	border-bottom: 1px solid #c7c7c7;
	/*width: 100%;*/
}

.online_box_inner .list_sitemap2-1 {
	background: -moz-linear-gradient(center top , white 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	overflow: hidden;
	border-bottom: 1px solid #c7c7c7;
	/*width: 100%;*/
}

.online_box_inner .list_sitemap2-2 {
	background: -moz-linear-gradient(center top , white 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	overflow: hidden;
	border-top: 1px solid #c7c7c7;
	/*width: 100%;*/
}

.info_icon {
	width: 96%;
	/*border-top: 1px solid #c2c2ba;*/
	/*border-bottom: 1px solid #c2c2ba;*/
	/*padding: 0 0 10px 0;*/
	margin: 0 auto 10px auto;
	overflow: hidden;
	clear: both;
}

.info_icon dl {
	/*background: none repeat scroll 0 0 #f2f2e9;*/
	/*border-bottom: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;*/
	/*margin: 10px 1% 0 1%;*/
	padding: 1% 1% 0 1%;
	width: 14.66%;
	/*width: 15.34%;
	min-height: 98.8px;*/
	min-height: 94.6px;
	float: left;
	font-size: 10px;
	/*width: 100%;*/
	/*padding: 0 0 0 0;
	/*background: none repeat scroll 0 0 #f2f2e9;*/
	/*border-bottom: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;
	/*margin: 4px 0;*/
}

.info_icon dl img {
	max-width: 100%;
	text-align: center;
}

.info_icon li:nth-child(1) {

}

.box_info_icon {
	width: 96%;
	/*border-top: 1px solid #c2c2ba;*/
	/*border-bottom: 1px solid #c2c2ba;*/
	/*padding: 0 0 10px 0;*/
	margin: 0 auto 10px auto;
	overflow: hidden;
	clear: both;
}

.box_info_icon dl {
	/*background: none repeat scroll 0 0 #f2f2e9;*/
	/*border-bottom: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;*/
	/*margin: 10px 1% 0 1%;*/
	/*padding: 1% 1% 0 1%;*/
	width: 20%;
	float: left;
	/*width: 15.34%;
	min-height: 98.8px;*/
	/*min-height: 94.6px;*/
	font-size: 10px;
	/*width: 100%;*/
	/*padding: 0 0 0 0;
	/*background: none repeat scroll 0 0 #f2f2e9;*/
	/*border-bottom: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;
	/*margin: 4px 0;*/
}

.box_info_icon dl img {
	max-width: 100%;
	text-align: center;
}

/*contact*/
.contact_box img {
	max-width: 100%;
}

.contact_box_inner {
	background: none repeat scroll 0 0 #f2f2e9;
	border-bottom: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;
	margin: 10px auto 0;
	width: 92%;
	font-size: 84%;
	padding: 1% 2% 1% 2%;
}

.contact_box_inner input,
.contact_box_inner textarea {
	margin: 10px 0;
}

/** we remove the red glow around required fields since we are already using the red star */
.contact_box_inner input:required, textarea:required {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
/** inputs and textarea**/
.contact_box_inner input:not([type="submit"]),
.contact_box_inner textarea{
	outline:none;
	display:block;
	width:274px;
	padding:4px 8px;
	border:1px dashed #DBDBDB;
	color:#3F3F3F;
	font-family:'Droid Sans',Tahoma,Arial,Verdana sans-serif;
	font-size:14px;
	border-radius:2px;
	transition:background 0.2s linear,
	box-shadow 0.6s linear;
}
.contact_box_inner input:not([type="submit"]):active,
.contact_box_inner textarea:active,
.contact_box_inner input:not([type="submit"]):focus,
.contact_box_inner textarea:focus{
	background:#F7F7F7;
	border:dashed 1px #969696;
	box-shadow:2px 2px 7px #E8E8E8 inset;
}
.contact_box_inner input:not([type="submit"]){
	height: 20px;
}
.contact_box_inner textarea{
	min-height:150px;
	resize:vertical
}
/* placeholder */
::-webkit-input-placeholder  {
	color:#BABABA;
	font-style:italic;
}
.contact_box_inner input:-moz-placeholder,
.contact_box_inner textarea:-moz-placeholder{
	color:#BABABA;
	font-style:italic;
}

/** Styling the send button **/
.contact_box_inner input[type=submit]{
	text-align: center;
	cursor:pointer;
	background:none;
	border:none;
	font-family: 'Alice',serif;
	color:#767676;
	font-size:18px;
	padding:10px 4px;
	border:1px solid #E0E0E0;
	text-shadow: 0px 1px  1px #E8E8E8;
	background: rgb(247,247,247);
	background: linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(242,242,242,1) 100%);
	border-radius:5px;
	box-shadow:0px 1px 1px #FFF inset,
	0 0 0px 5px #EAEAEA;
	transition:all 0.2s linear;
}

.contact_box_inner input[type=submit]:hover{
	color:#686868;
	border-color: #CECECE;
	background: linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(242,242,242,1) 100%);
	box-shadow:0px 1px 1px #FFF inset,
	0 0 0px 5px #E0E0E0;
}

.contact_box_inner input[type=submit]:active,
.contact_box_inner input[type=submit]:focus{
	position:relative;
	top:1px;
	color:#515151;
	background: linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
	box-shadow:0px -1px 1px #FFF inset,
	0 0 0px 5px #E0E0E0;
}

input[type="submit"] {
	-webkit-appearance: none;
}

input[type="button"] {
	-webkit-appearance: none;
}

.rela_table {
	width: 100%;
	overflow: hidden;
}

.rela_l1 {
	width: 30px;
}

.rela_l2,
.rela_l2,
.rela_r1,
.rela_r2{
	width: 30px;
}

.rela_inpo {
	color: #ff0000;
}


/*ウィジット*/
.widget_jal{
 float:left;
}
.widget_ana{
 float:right;
}
/*event*/

.box_event img {
	max-width: 100%;

}

.box_event h3 {
	padding-left: 2%;
}

.box_event ul {
	border-top: 1px solid #c2c2ba;
	/*border-bottom: 1px solid #c2c2ba;*/
	margin: 0 0 4px 0;
}

.box_event li {
	background: none repeat scroll 0 0 #f2f2e9;
	border-bottom: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;
	margin: 10px auto 0 auto;
	width: 96%;
	padding: 10px;
	/*width: 100%;*/
	/*padding: 0 0 0 0;
	/*background: none repeat scroll 0 0 #f2f2e9;*/
	/*border-bottom: 1px solid #c2c2ba;
	border-left: 1px solid #eaeae4;
	border-right: 1px solid #eaeae4;
	/*margin: 4px 0;*/
}

.box_event li:nth-child(1) {

}

.box_event dl {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

.box_event dt {
	width: 36%;
}

.box_event dd {
	width: 56%;
	font-size: 84%;
}

.col_box_ban {
	margin: 10px auto 10px;
	width: 96%;
}

.box-block{
	padding: 0;
}
.box-block .bnr1{
   	max-width: 50%;
    height: auto;
}
.box-block .bnr2{
   	width: 25%;
}


#bnr_plan{
	width: 96%;
	margin: 0 auto 5px;
}
#bnr_plan a{
	max-width: 690px;
	display: block;
	margin: 0 auto;
}
#bnr_plan a img{
	max-width: 100%;
}
.cake_bnr a{
	display: block;
	margin:0 auto;
}
.cake_bnr img{
	width: 95%;
	display: block;
	margin: 0 auto;
}

/*========観光情報========*/
.text_gold_deco{
	color:#DAA520;
	padding-left: 4px;
	font-size: 12px;
}
/*--------------------------------------------
JR入りNEWウィジット
---------------------------------------------*/
.widget {
	display: flex;
	-webkit-transform : translate(0);
	-ms-transform : translate(0);
	transform: translate(0);
	-webkit-transform : scale(0.79);
	-ms-transform : scale(0.79);
	transform: scale(0.79);
	/* margin-left: -29px; */
	margin-top: -10px;
	padding: 0;

    justify-content: center;
    align-items: center;
}
.widget_inner {
	margin-right: 1px;
	border:2px solid #eb5c01;
}

/*--------------------------------------------
JR入りNEWウィジット
---------------------------------------------*/
.widget {
	display: flex;
	-webkit-transform : translate(0);
	-ms-transform : translate(0);
	transform: translate(0);
	-webkit-transform : scale(0.79);
	-ms-transform : scale(0.79);
	transform: scale(0.79);
	/* margin-left: -29px; */
	margin-top: -10px;
	padding: 0;

    justify-content: center;
    align-items: center;
}
.widget_inner {
	margin-right: 1px;
	border:2px solid #eb5c01;
}

/* ===== topix ===== */

.video-container {
	position:relative;
	width:100%;
	padding-top:56.25%;
	}
	.video-container iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	}

