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

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

body {
	background: #f5deb3;
	font-size: 13px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 2em;
	color: #111;
}

p {
	color: #111;
}

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

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

a:focus {
	outline: none;
}

table {
	width: 100%;
	border-collapse: collapse; 
	/*border-spacing:3px;*/
	word-break: break-all;
	color: #111;
}

th {
	padding: 6px 2%;
}

td {
	width: auto;
	padding: 6px 2%;
}

ul {
	padding: 0 30px;
	color: #111;
}


/* =========================
	header
========================= */

.header {
	background: url(../img/all/header.png);
}

h1 {
	margin: 0;
	padding-bottom: 12px;
	padding-top: 12px;
	line-height: 0;
	text-align: center;
}

h1 img {
	width: 90%;
	max-width: 350px;
}


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

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

.g_menu img {
	width: 100%;
	max-width: 180px;
	margin: 0;
}

.g_menu ul {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid rgba(255,255,255,0.3);
}

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


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

.slider_back {
	margin: 30px auto 0;
}

@media screen and (max-width: 700px) {
	.slider_back {
		margin: 0 auto;
	}
}

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


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

.menu {
	margin: 0;
	background: url(../../common/img/common/header.png);
}

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

.menu ul li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	line-height: 0;
	list-style: none;
}

.menu ul li:last-child {
	border-bottom: none;
}

.menu ul li a {
	display: block;
	padding: 25px 10px;
	background: url(../../common/img/common/arrow.png) no-repeat 95% 50%;
	background-size: 16px 16px;
	text-decoration: none;
}


/* =========================
	s_menu
========================= */

.s_menu {
	width: 96%;
	margin: 30px auto 0;
	text-align: center;
}

.s_menu img {
	margin-top: 10px;
}

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

.footer_menu {
	width: 96%;
	margin: 30px auto 0;
	text-align: center;
}

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


/* =========================
	f-menu
========================= */

.f_menu {
	margin: 50px 0 0;
	background: url(../img/all/f_menu.png);
}

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

.f_menu img {
	width: 100%;
	max-width: 180px;
}

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

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


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

.footer {
	background: url(../img/all/footer.png) repeat-x bottom center;
	background-size: auto 100%;
}

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

.footer_inner p {
	margin: 10px 0 0;
	color: #fff;
}

.footer_name {
	font-size: 15px;
}

.footer_name strong {
	font-size: 24px;
}

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

.copyright {
	padding: 2px 0;
	font-size: 11px;
	text-align: center;
}

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


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

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

.contents p {
	padding: 0 2%;
}

.link a {
	display: block;
	width: 60%;
	max-width: 200px;
	margin: 30px auto;
	padding: 10px 20px;
	background: rgba(22,69,127,0.5);
	border: 1px solid rgba(255,255,255,0.3);
	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;
}

.midashi {
	padding: 0 2%;
	background: url(../img/all/midashi.png) no-repeat center right;
	background-size: auto 100%;
	line-height: 0;
}

.midashi_b {
	padding: 0 2%;
	background: url(../img/all/midashi.png) no-repeat 85% 50%;
	background-size: auto 100%;
	line-height: 0;
}


.midashi2 {
	padding-bottom: 5px;
	background: url(../img/all/midashi2.png) no-repeat bottom center;
	background-size: 100% 4px;
	font-size: 16px;
	color: #840016;
}

.midashi2 span {
	display: inline-block;
	margin: 5px 10px;
	color: #111;
}

.midashi2_b {
	padding-bottom: 5px;
	background: url(../img/all/midashi2.png) no-repeat bottom center;
	background-size: 100% 4px;
	font-size: 16px;
	color: #840016;
}

.midashi2_b span {
	display: inline-block;
	margin-left: 5px;
}

.midashi3 {
	padding-bottom: 5px;
	background: url(../img/all/midashi2.png) no-repeat bottom center;
	background-size: 100% 4px;
	font-size: 16px;
	color: #111;
}

.midashi4 {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
	color: #111;
}

.midashi4 span {
	display: inline-block;
	margin-left: 5px;
}

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

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

.kome {
	margin: 5px 0 0;
}

.kome p {
	width: 92%;
	margin: 0 auto;
	padding: 0 0 0 15px;
	background-image: url(../img/all/kome.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 14px 14px;
}


/* =========================
	page
========================= */

/*------------------ 追加 index ------------------*/

.index_back::before {
	background: url(../img/index/back.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

.index_lead {
	width: 96%;
	max-width: 700px;
	margin: 30px auto 0;
	padding: 1px 5px 5px;
	background: url(../img/index/index_lead.png) no-repeat center center;
	background-size: 100% 100%;
	text-align: center;
}

.appeal {
	width: 96%;
	margin: 30px auto 0;
	background: url(../img/index/appeal1.png) no-repeat top left,
	url(../img/index/appeal2.png) no-repeat bottom right;
	text-align: center;
}

.can_txt{padding:20px 2% 0; font-size: 1.2em; font-weight:bold; color: #FFFFFF; text-align: left; display: table; margin: 0 auto;}
.can_link a{background-color: #FFC600; padding: 5px 30px; color: #000000; border-radius: 6px; border: 1px solid #261301; text-decoration: none;text-align: center;font-weight:bold;font-size: 1.2em;font-weight:bold; }


/*------------------ ryori ------------------*/

.ryori_back::before {
	background: url(../img/ryori/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

.ryori_title {
	margin: 0 auto;
	max-width: 700px;
	background: url(../img/ryori/title.png) no-repeat 0 80%,
	url(../img/ryori/main.jpg) no-repeat top center;
	background-size: auto auto,
	100% 100%;
	line-height: 0;
}

@media screen and (max-width: 500px) {
	.ryori_title {
		background-size: 100% auto,
		100% 100%;
	}
}

.ryori {
	max-width: 496px;
	margin: -5px auto 0;
}


/*------------------ ikesu ------------------*/

.ikesu_back::before {
	background: url(../img/ikesu/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

.ikesu_title {
	margin: 0 auto;
	max-width: 700px;
	background: url(../img/ikesu/title.png) no-repeat 0 20%,
	url(../img/ikesu/main.jpg) no-repeat top center;
	background-size: auto auto,
	100% 100%;
	line-height: 0;
}

@media screen and (max-width: 500px) {
	.ikesu_title {
		background-size: 100% auto,
		100% 100%;
	}
}


/*------------------ oheya ------------------*/

.oheya_back::before {
	background: url(../img/oheya/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

.oheya_title {
	margin: 0 auto;
	max-width: 700px;
	background: url(../img/oheya/title.png) no-repeat 0 80%,
	url(../img/oheya/main.jpg) no-repeat top center;
	background-size: auto auto,
	100% 100%;
	line-height: 0;
}

@media screen and (max-width: 500px) {
	.oheya_title {
		background-size: 100% auto,
		100% 100%;
	}
}

.oheya_info {
	max-width: 480px;
	margin: 0 auto;
	padding: 20px;
	background: url(../img/oheya/oheya_info.png) no-repeat center center;
	background-size: 100% 100%;
}

.oheya_info h4 {
	margin: 10px 0 0;
	font-size: 16px;
}

.oheya_info li {
	color: #840016;
}

.oheya_table th {
	width: 30%;
	background: url(../img/oheya/oheya_info.png) no-repeat center center;
	border: 1px solid #555;
	text-align: left;
}

.oheya_table td {
	background: rgba(255,255,255,0.3);
	border: 1px solid #555;
}

.oheya_table span {
	display: inline-block;
}


/*------------------ ryokin ------------------*/

.ryokin_back::before {
	background: url(../img/ryokin/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

.ryokin_title {
	margin: 0 auto;
	max-width: 700px;
	background: url(../img/ryokin/title.png) no-repeat 0 80%,
	url(../img/ryokin/main.jpg) no-repeat top center;
	background-size: auto auto,
	100% 100%;
	line-height: 0;
}

@media screen and (max-width: 500px) {
	.ryokin_title {
		background-size: 100% auto,
		100% 100%;
	}
}

.ryokin {
	max-width: 500px;
	margin: 30px auto 0;
	text-align: center;
}

.ryokin p {
	margin: 0 0 10px;
	line-height: 28px;
}

.ryokin span {
	display: inline-block;
	margin: 0 5px;
}

.ryokin strong {
	display: inline-block;
	margin: 0 10px;
	font-size: 20px;
}

.ryokin_table th,
.ryokin_table td {
	width: 50%;
	text-align: center;
}


/*------------------ shuhen ------------------*/

.shuhen_back::before {
	background: url(../img/index/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

.shuhen_title {
	margin: 0 auto;
	max-width: 700px;
	background: url(../img/shuhen/title.png) no-repeat 0 80%,
	url(../img/shuhen/main.jpg) no-repeat top center;
	background-size: auto auto,
	100% 100%;
	line-height: 0;
}

@media screen and (max-width: 500px) {
	.shuhen_title {
		background-size: 100% auto,
		100% 100%;
	}
}

.shuhen_link {
	max-width: 600px;
	margin: 5px auto 50px;
	text-align: right;
}


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

.access_back::before {
	background: url(../img/index/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

.access_title {
	margin: 0 auto;
	max-width: 700px;
	background: url(../img/access/title.png) no-repeat 0 20%,
	url(../img/access/main.jpg) no-repeat top center;
	background-size: auto auto,
	100% 100%;
	line-height: 0;
}

@media screen and (max-width: 500px) {
	.access_title {
		background-size: 100% auto,
		100% 100%;
	}
}

.access {
	margin-bottom: 50px;
}

.access_l1 {
	background: rgba(255,255,255,0.3);
	border: 1px solid #555;
	text-align: center;
}
.must{
	background-color: #DF191C;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 1.2em;
	padding: 10px 5px!important;
	margin-bottom: 15px;
}


/*------------------ dantai ------------------*/

.dantai {
	margin: 50px auto 60px;
	padding: 10px 2% 25px;
	background: #fff;
}

.dantai_midashi {
	padding: 0 2%;
	background: url(../img/dantai/dantai_midashi.png) no-repeat center right;
	background-size: auto 100%;
	line-height: 0;
}

.dantai_ryokin strong {
	display: inline-block;
	margin: 10px 20px;
	font-size: 20px;
}


/*------------------ movie ------------------*/

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

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

.movie_contents span {
	display: inline-block;
	margin: 0 5px;
}

.movie {
	padding: 20px 0 0;
}

.movie_box {
	margin: 15px 0 30px;
}


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

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

.center {
	text-align: center;
}

.left {
	text-align: left !important;
}

.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: 48%;
	float: left;
	margin: 0 0 5% 0;
	line-height: 0;
	text-align: left;
}

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

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

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}


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

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

.line_height img {
	display: inline-block;
	margin-bottom: 5px;
}