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

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

body {
	background: url(../img/all/bg-gray.jpg) repeat center top;
	font-size: 13px;
	font-family: 'Noto Serif JP', serif;
	line-height: 2em;
	color: #666;
}

p {
	margin: 0;
	color: ;
}

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

a:link,
a:visited {
	font-weight: normal;
	color: #666;
	text-decoration: none;
	word-break: break-all;
}

a:focus {
	outline: none;
}

table {
	background: rgba(255,255,255,0.7);
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	word-break: break-all;
	color: ;
	border: 1px dotted #999;
}

tr {
	border-bottom: ;
}

th,
td{
	padding: 4px;
	border: 1px dotted #999;
}

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

td {
	background: ;
	word-break: break-all;
	text-align: center;
	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;
}

.red{
	color:#FF2C5A;
}

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

.header_inner {
	position: relative;
	margin:  0 auto;
	/*text-align: center;*/
	background: url(../img/all/bg-top.png) no-repeat 55% bottom / 245% auto;
	z-index: 100;
}

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

/* =========================
	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: #20b2db;
	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: #20b2db;
	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;
}


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

.footer_menu {
	margin: 0 auto;
	padding: 0 5% 70px;
	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:before {
	position: absolute;
	top: -14%;
	display: block;
	content: "";
	background: url(../img/all/bg-bottom.png) no-repeat center bottom / 200% auto;
	width: 100%;
	height: 15%;
}
.footer {
	position: relative;
	margin: 0;
	background: #20b2db;
}

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

.footer_inner img {
	width: 70%;
	max-width: 150px;
}

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

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

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

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


/* =========================
	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: #036eb7;
	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
========================= */
h2.title_text {
	background: ;
	margin: ;
	padding: ;
	font-size: 1.6em;
	font-weight: normal;
	color: ;
	text-align: ;
	letter-spacing: 0.1em;
	line-height: 150%;
}
h2.title_text > span {
	background: url(../img/all/line-blue.png) repeat-x left bottom / auto 45%;
	padding-bottom: 5px;
}
h3.title_text {
	background: ;
	margin: ;
	padding: ;
	font-size: 1.6em;
	font-weight: normal;
	color: ;
	text-align: ;
	line-height: 150%;
}
h3.title_text2 {
	background: ;
	margin: ;
	padding: ;
	font-size: 1.6em;
	font-weight: normal;
	color: ;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 150%;
}
h3.title_text2 > span {
	background: url(../img/all/line-blue.png) repeat-x left bottom / auto 45%;
	padding-bottom: 5px;
}
h4.title_text {
	background: ;
	margin:10px 0 ;
	padding: ;
	font-size: 1.4em;
	font-weight: normal;
	color: ;
	text-align: center;
}
h4.title_text > span {
	font-size: 0.8em;
}
h4.title_text2 {
	background: ;
	margin:10px 0 ;
	padding: ;
	font-size: 1.4em;
	font-weight: normal;
	color: ;
	text-align: center;
}
h4.title_text2 > span {
	background: url(../img/all/line-yellow.png) repeat-x left bottom / auto 45%;
	padding-bottom: 5px;
}
h5.title_text {
	background: ;
	margin: 10px 0 0;
	padding: ;
	font-size: 1.2em;
	font-weight: normal;
	color: #20b2db;
	text-align: center;
}
 .sub_box {
 	margin: 10px auto 20px;
 	padding: 20px 0 10px;
 }
.att {
	background: ;
	padding: 10px;
	border: 2px dotted #20b2db;
}
.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 .greeting {
	background: ;
	width: 96%;
	padding: 10px 2% 0;
}

#index .point li {
	margin-bottom: 50px;
}
#index .point li .photo {
	width: 104%;
	height: 200px;
	margin-left: -2%;
	margin-right: -2%;
}
#index .point li.point01 .photo {
	background: url(../img/index/photo-01.jpg) no-repeat center top / cover;
}
#index .point li.point02 .photo {
	background: url(../img/index/photo-02.jpg) no-repeat center top / cover;
}
#index .point li.point03 .photo {
	background: url(../img/index/photo-03.jpg) no-repeat center top / cover;
}
#index .point li .text_contents {
	background: #fff;
	margin-top: -30px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}
#index .point li .text_contents .more {
	text-align: center;
}
#index .point li .text_contents .more a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

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

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

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

#cuisine .ryo01 dl dt {
	text-align: center;
}
#cuisine .ryo01 dl dd {
	position: relative;
	z-index: 10;
	width: 80%;
	margin-top: -30px;
	margin-bottom: 30px;
	padding: 10px 10px 20px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}
#cuisine .ryo01 dl dd.matsu {
	background: #f6f3e1 url(../img/cuisine/matsu-bg.png) no-repeat right bottom / 70% auto;
}
#cuisine .ryo01 dl dd.take {
	background: #e3eece url(../img/cuisine/take-bg.png) no-repeat right bottom / 70% auto;
}
#cuisine .ryo01 dl dd.ume {
	background: #f7f0ee url(../img/cuisine/ume-bg.png) no-repeat right bottom / 60% auto;
}
#cuisine .ryo01 dl dd > p {
	text-align: center;
}

#cuisine .ryo02 dl dt {
	text-align: center;
}
#cuisine .ryo02 dl dd {
	position: relative;
	z-index: 10;
	background: #fff;
	margin-bottom: 30px;
	padding: 20px 10px 20px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}
		
/*------------------ facilities ------------------*/

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

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

#facilities .kan01 dl dt {
	text-align: center;
}
#facilities .kan01 dl dd {
	position: relative;
	z-index: 50;
	background: #fff;
	width: 80%;
	margin-top: -30px;
	margin-bottom: 50px;
	padding: 20px 10px 20px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}

#facilities .kan02 dl dt {
	text-align: center;
}
#facilities .kan02 dl dd {
	background: #fff;
	margin-bottom: 50px;
	padding: 20px 10px 20px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}

#facilities .kan03 dl.list {
	margin-left: 10px;
}
#facilities .kan03 dl.list dt {
	float: left;
	width: 5em;
}
#facilities .kan03 dl.list dd {
	padding-left: 6em;
}
#facilities .kan03 dl.cont dt {
	text-align: center;
}
#facilities .kan03 dl.cont dd {
	color: #fff;
	margin-bottom: 50px;
	padding: 20px 10px 20px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}
#facilities .kan03 dl.cont dd:nth-of-type(1) {
	background: #604c3f;
}
#facilities .kan03 dl.cont dd:nth-of-type(2) {
	background: #4c4a62;
}
	

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

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

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

#sightseeing .sub_box .text_contents {
	background: #fff;
	padding: 20px 10px 20px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}
#sightseeing .att a {
	color: #20b2db;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: underline;
}

/*------------------ price ------------------*/

.price_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/price/top-t.png) no-repeat center center / 35% auto , url(../img/price/price.jpg) no-repeat bottom center / cover;
}

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

#price h4 {
	margin-top: 50px;
}

#price .box {
	background: #FFF;
	padding: 10px;
	border: 1px dotted #20b2db;
}
#price #benefits,#fee #benefits *{
    box-sizing: border-box;
}
#price #benefits {
	width: min(95%,1000px);
	margin: 0 auto;
	padding: 30px 15px 15px;
	overflow: hidden;
	text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 5px;
/*
background-color: #ffeaff;
background-image: linear-gradient(321deg, #ffeaff 0%, #eefdff 100%);
*/
background-color: #eee0ee;
background-image: linear-gradient(321deg, #eee0ee 0%, #faffff 100%);

}
#price #benefits h4 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	line-height: 150%;
	margin: 0 0 15px;
	letter-spacing: 0.1em;
    color: #222;
    font-weight: 600;
}
#price #benefits span.bg {
	background: url(../img/all/line-yellow.png) repeat-x left bottom;
}
#price #benefits span:not(.bg){
    display:inline-block;
    padding-inline:0.2em;
    font-size: calc(100% * 1.2);
    font-weight: 600;
    letter-spacing: -0.05em;
}
#price #benefits .inner {
	width: min(97%,800px);
	box-sizing: border-box;
	padding: 10px;
	border: 1px dotted #FF2C5A;
	background: #FFF;
	margin: 15px auto 25px;
    font-size: 16px;
}
#price #benefits p{
    font-size: 16px;
    color: #222;
    line-height: 1.7;
}
#price #benefits .inner p{
    font-size: 16px;
    font-weight: 600;
}
#price #benefits .inner h5 {
	color: #FF2C5A;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px;
    font-weight: 600;
}
#price #benefits .inner h2::before {
	content: "〜 ";
}
#price #benefits .inner h2::after {
	content: " 〜";
}
#price #benefits .bestrate-banner{
    width:min(100%,800px);
    margin:0px auto 15px;
}
#price #benefits .bestrate-banner img{
    width: 100%;
    height: auto;
}

/*------------------ access ------------------*/

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

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

#access .text_contents {
	font-size: 1.2em;
}
#access .text_contents a {
	color: #20b2db;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: underline;
}
#access .map {
	margin-bottom: 30px;
}
		
/*------------------ 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;
}