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

/* =========================
	body
========================= */

body {
	background: url(../img/all/bg.jpg) repeat;
	font-size: 13px;
	font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "游ゴシック", YuGothic;
	line-height: 2em;
	color: #222;
}

p {
	margin: 0;
	color: ;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: none;
}

a:link,
a:visited {
	font-weight: bold;
	color: #222;
	text-decoration: underline;
	word-break: break-all;
}

a:focus {
	outline: none;
}

table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	word-break: break-all;
	color: ;
	border: ;
}

tr {
	border-bottom: #b0b0b0 solid 1px;
}

th,
td{
	padding: 4px;
	border: ;
}

th {
	background: ;
	width: 25%;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	color: ;
}

td {
	background: ;
	word-break: break-all;
	text-align: left;
	padding-left: 10px;
}

ul {
	list-style-type: none;
	padding: 0;
}
ul:after {
	display: block;
	content: "";
	clear: both;
}

dl {
	margin: 0;
}
dl dd {
	margin: 0;
}
dl:after {
	display: block;
	content: "";
	clear: both;
}



/* =========================
	logo
========================= */

.header_inner {
	position: relative;
	margin:  0 auto;
	/*text-align: center;*/
	background: url(../img/all/bg.jpg) repeat;
	z-index: 100;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
}

h1 {
	background: ;
	text-align: center;
	margin: 0 auto;
	padding: 0 10% 30px;
	line-height: 0;
}
h1 img {
	width: 80%;
	max-width: 245px;
}

/* =========================
	slider
========================= */

.slider_box {
	max-width: 700px;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}


/* =========================
	g_menu
========================= */

.g_menu {
	min-height: 1em;
	line-height: 1em;
	margin: 0;
	padding-top: 0px;
	background: ;
	text-align: center;
	/*border-top: solid 1px #999;*/
}

.g_menu a {
	display: inline-block;
	width: 50%;
	max-width: 350px;
}

.g_menu img {
	max-width: 180px;
}


/* =========================
	menu
========================= */

.menu {
	margin: 0 ;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../img/index/bg_search.jpg) repeat;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
}

.menu ul {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.menu ul li {
	background: ;
	border-bottom: ;
	line-height: 0;
	list-style: none;
	text-align: center;
}
.menu ul li:last-child {
	background: none;
}

.menu ul li a {
	display: block;
	padding: 6px 10px;
	background: url(../img/menu/arrow.png) no-repeat 95% 50%;
	background-size: auto 14px;
	text-decoration: none;
}
.menu ul li.yo a {
	background: #9bcfdf;
	padding-bottom: 5px;
}
.menu ul li.en a {
	background: #f2c278;
	padding-top: 5px;
}



/* =========================
	footer_menu
========================= */

.footer_menu {
	margin: 0 auto;
	padding: 0 5% 50px;
	background:  ;
	text-align: center;
}

.footer_menu img {
	margin-top: 30px;
}


/* =========================
	f_menu
========================= */

.f_menu {
	margin: 0;
	background: ;
	border-bottom: ;
}

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

.f_menu img {
	max-width: 160px;
}

.f_menu ul {
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.f_menu li {
	float: left;
	width: 50%;
	padding: 5px 0;
	line-height: 0;
	text-align: center;
	list-style: none;
}


/* =========================
	footer
========================= */

.footer {
	position: relative;
	margin: 0;
	padding-top: 10px;
	background: url(../img/all/f_bg.png) repeat-x left bottom;
}
.footer:before {
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	background: #408ba5;
	position: absolute;
	bottom: 43px;
	z-index: 1;
}

.footer_inner {
	background: ;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0 20px;
}

.footer_inner img {
	width: 60%;
	max-width: 160px;
}

.footer_inner p {
	margin: 10px 0;
	color: ;
	text-align: center;
}

.footer_inner span {
	display: inline-block;
	margin-right: 5px;
}

.copyright {
	padding: 5px 10px;
	background: #222;
	margin: 0;
	font-size: 11px;
	text-align: center;
	border-top: ;
}

.copyright p {
	margin: 0;
	color: #ddd;
}


/* =========================
	Contents
========================= */

.contents {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
}

.contents p {
	padding: 2% 0;
}

.link a {
	display: block;
	width: 60%;
	max-width: 200px;
	margin: 30px auto;
	padding: 15px 20px;
	background: #222222;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.link2 {
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}

.text_contents {
	max-width: 530px;
	margin: 0 auto;
	padding: 1px 15px 15px;
}

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

.lightbox_info {
	margin: -15px 0 -5px;
	font-size: 11px;
	text-align: center;
}

.inline_block span {
	display: inline-block;
}


/* =========================
	page
========================= */
h3.title_text {
	background: ;
	margin: ;
	padding: ;
	font-size: 1.6em;
	font-weight: bold;
	color: ;
	text-align: ;
}
h4.title_text2 {
	background: url(../img/english/line01.png) no-repeat left bottom;
	margin: ;
	padding-bottom: 20px;
	font-size: 1.4em;
	font-weight: bold;
	color: ;
	text-align: ;
}

h5.title_text {
	background: ;
	margin: ;
	padding: ;
	font-size: 1.4em;
	font-weight: bold;
	color: ;
	text-align: ;
}
 .sub_box {
 	margin: 10px auto 20px;
 	padding: 20px 0 10px;
 }
.att {
	background: ;
	padding: ;
}
.img2 {
	display: table;
	margin: 0 auto;
}
.img2 li {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.img2 li:nth-of-type(2n+1) {
	margin-left: 0;
}

/*------------------ index ------------------*/
.header {
	margin: 0 auto;
}

#index .point {
	padding: 30px 0;
}
#index .point ul {
	position: relative;
}
#index .point ul li.point01 {
	margin-bottom: -8px;
}
#index .point li.title {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translate(-2.5%,-50%);
	z-index: 10;
}
#index .point ul li.point01 h3 {
	position: absolute;
	top:-60px;
	left: 10px;
	width: 28%;
}
#index .point ul li.point02 h3 {
	position: absolute;
	bottom:-60px;
	right: 10px;
	width: 28%;
}

#index .obi01 {
	position: relative;
	background: url(../img/index/obi01.jpg) no-repeat right top / cover;
	background-attachment: fixed;
	width: 100%;
	height: 150px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2) inset;
	margin-top: 50px;
	overflow: hidden;
}

#index #NewsBox{
    width: 100%;
    background: url("../img/index/seikaiha_bg.png") repeat-x left bottom 20px;
}
#index #NewsBox iframe.News-fb{
    width: 300px;
    display: block;
    margin: 0 auto;
}


/*------------------ spa ------------------*/

.spa_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/spa/title.png) no-repeat center center / 10% auto , url(../img/spa/spa.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.spa_title h2 {
		background-size: 10% auto ,cover;
	}
}

#spa .spa05 h4 {
	margin-bottom: 10px;
}


/*------------------ cuisine ------------------*/

.cuisine_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/cuisine/title.png) no-repeat center center / 10% auto ,url(../img/cuisine/cuisine.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.cuisine_title h2 {
		background-size: 10% auto ,cover;
	}
}

#cuisine .ryo01 .text_contents {
	width: 260px;
	margin: 0 auto;
}
#cuisine .ryo02 .text_contents {
	width: 280px;
	margin: 0 auto;
}
#cuisine .ryo01 .text_contents p ,
#cuisine .ryo02 .text_contents dl {
	writing-mode: vertical-rl;
}
#cuisine .ryo01 h4 ,
#cuisine .ryo02 h4 {
	margin-bottom: 20px;
}

#cuisine .ryo02 .text_contents dl dt {
	float: left;
	width: 2em;
}
#cuisine .ryo02 .text_contents dl dd {
	padding-top: 3em;
}
	
	
			
/*------------------ facilities ------------------*/

.facilities_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/facilities/title.png) no-repeat center center / 10% auto ,url(../img/facilities/facilities.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.facilities_title h2 {
		background-size: 10% auto ,cover;
	}
}
	


/*------------------ sightseeing ------------------*/

.sightseeing_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/sightseeing/title.png) no-repeat center center / 10% auto ,url(../img/sightseeing/sightseeing.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.sightseeing_title h2 {
		background-size: 10% auto ,cover;
	}
}

#sightseeing .sight01 .text_contents h4 {
	margin-bottom: 0;
}
#sightseeing .sight01 .title01 {
	background: rgba(65,137,158,0.5);
	margin-left: -2%;
	margin-right: -2%;
	padding: 12px 0 5px;
}
#sightseeing .sight01 .title02 ,
#sightseeing .sight01 .title04 {
	background: rgba(190,89,14,0.6);
	margin-left: -2%;
	margin-right: -2%;
	padding: 12px 0 5px;
}
#sightseeing .sight01 .title03 {
	background: rgba(69,143,33,0.5);
	margin-left: -2%;
	margin-right: -2%;
	padding: 12px 0 5px;
}
	
	
/*------------------ access ------------------*/

.access_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/access/title.png) no-repeat center center / 10% auto ,url(../img/access/access.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.access_title h2 {
		background-size: 10% auto ,cover;
	}
}
	
#access h4 {
	margin-bottom: 10px;
}


/*------------------ english ------------------*/

.english_title {
	position: relative;
}
.english_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/english/english.jpg) no-repeat bottom center / cover;
}
.english_title .title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url(../img/english/t_midori.png) repeat left top;
	width: 40%;
	padding: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 320px) {
	.english_title h2 {
		background-size: cover;
	}
}

#english #flick2 {
	margin-bottom: 10px;
}

#english h3.title_text {
	margin-left: -2%;
	margin-right: -2%;
	padding: 10px 0 ;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

#english .en02 h3.title_text {
	background: rgba(65,137,158,0.5);
}
#english .en02 h4.title_text {
	background: url(../img/english/t_ao.png) no-repeat center center;
	width: 110px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px ;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
	box-sizing: border-box;
}
#english .en02 .women h4.title_text {
	background: url(../img/english/t_aka.png) no-repeat center center;
}
	
#english .en03 h3.title_text {
	background: rgba(190,89,14,0.6);
}
#english .en03 h4.title_text {
	background: url(../img/english/t_kon.png) no-repeat center center;
	width: 110px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px ;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
	box-sizing: border-box;
}
#english .en03 .bk h4.title_text {
	background: url(../img/english/t_ki.png) no-repeat center center;
}

#english .en04 h3.title_text {
	background: rgba(69,143,33,0.5);
}
#english .en04 h4.title_text {
	background: url(../img/english/t_cha.png) no-repeat center center;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px ;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
	box-sizing: border-box;
}
#english .en04 .wa h4.title_text {
	background: url(../img/english/t_midori.png) no-repeat center center;
}

#english .en05 h3.title_text {
	background: rgba(217,156,43,0.6);
}
#english .en05 .waku {
	background: #fff;
	padding-top: 10px;
	border: 2px solid #222;
}

#english .en06 h3.title_text {
	background: rgba(143,33,49,0.6);
}
#english .en06 dl {
	max-width: 500px;
	margin: 30px auto 0;
}
#english .en06 dl dd {
	margin-bottom: 30px;
}
#english .en06 dl dd > h4 {
	margin-top: 10px;
	padding-bottom: 15px;
	font-size: 1.2em;
}
			
/*------------------ movie ------------------*/

.movie_contents {
	width: 96%;
	max-width: 700px;
	margin: 30px auto 0;
	padding-bottom: 1px;
}

.movie_contents p,
.movie_contents h2 {
	margin-top: 0;
	text-align: center;
	color: ;
}

.movie_contents span {
	display: inline-block;
}

.movie_contents strong {
	display: inline-block;
	margin: 0 10px;
}

.movie {
	padding: 0;
}

.movie_box {
	margin: 10px 0 30px;
}
 
 #movie_top .header_inner {
 	padding-top: 0;
 } 

/* =========================
	add
========================= */

/*------------------ float ------------------*/

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

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

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.img_left {
	width: 49%;
	float: left;
	margin: 1% 0;
	line-height: 0;
	text-align: left;
}

.img_right {
	width: 49%;
	float: right;
	margin: 1% 0;
	line-height: 0;
	text-align: right;
}

/*------------------ margin ------------------*/

.m0 {
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}


/*------------------ line_height ------------------*/

.line_height {
	line-height: 0;
	text-align: center;
}

.large {
	font-size: 1.2em;
}
.small {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}

/*----------------map---------------------*/
.bgmap03{
    /*位置の設定*/
    position: absolute;
	text-align: center;
	top: 1250px;
    /*背景画像の設定*/
    background: url("../img/english/map.png") no-repeat;
    /*透過の設定*/
    opacity: 0.6;
}
.bgmap02{
    /*位置の設定*/
    width: 300px;
	height: 300px;
    position: absolute;
	text-align: center;
	top: 1250px;

    /*背景画像の設定*/
    background: url("../img/access/map02.png");
    background-size: cover;

    /*透過の設定*/
    opacity: 0.8;
}