@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	color: #fff;
	min-width: inherit;
	max-height: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 28px;
	font-size: 14px;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: #000;
}
.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
/*=============================================
 * header
 *=============================================*/
#header {
	background: url(../img/shared/h_bg.jpg) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
header .logo {
	position: absolute;
	top: 16px;
	width: 200px;
	left: 10px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 999;
}
header #hd_top {
	position: relative;
	/*	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);*/
	height: 76px;
	z-index: 99;
}
header h1 {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	font-weight: normal;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
	left: 5px;
	z-index: 1000;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	bottom: 3px;
	right: 5px;
	height: 54px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
}
header .topnavi li a {
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 5px;
	width: 100%;
	border-left: 1px dotted rgba(255,255,255,1.00);
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 19px;
	font-weight: normal;
}
header .menu_toggle {
	background-color: #000;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
/*====================== end nav ====================== */
.go_slide {
	position: relative;
}
/*====================== header key ====================== */
.navbg {
	height: 76px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: -76px;
	width: 100%;
	left: 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbg.active {
	top: 0px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.navOpen .navbg.active {
	box-shadow: none!important
}
header #key {
	position: relative;
	z-index: 100;
	overflow: hidden;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 3%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 100;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 40%;
	width: 100%;
	z-index: 100;
}
.bx-wrapper .bx-controls-direction a {
	color: #e75a5a;
	font-family: "fontello";
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	text-indent: -9999px;
	top: 0%;
	z-index: 9999;
	width: 30px;
	display: block;
}
.bx-prev::after {
	content: "";
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	float: right;
}
.bx-next::after {
	content: "";
	right: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
header .bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #fff;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000 none repeat scroll 0 0;
}
/*====================== end nav ====================== */


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

footer {
	overflow: hidden;
	line-height: 26px;
	position: relative;
}
footer:before {
	content: "";
	background: #2f2b29;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
}
footer .shopinfo {
	padding: 6% 2.34% 5%;
	position: relative;
}
footer .shopinfo .logo {
	width: 220px;
	margin: 0 auto 10px
}
footer .shopinfo ul {
	margin: 0 auto;
	max-width: 315px;
}
footer .shopinfo ul li {
	padding: 2px 0;
}
footer .shopinfo dl {
	padding-top: 10px;
	width: 330px;
	margin: 0 auto;
}
footer .add {
	background: url(../img/shared/copyright-pattern.jpg);
	padding: 5% 0;
}
footer .vcard {
	padding: 0 1%;
	margin-bottom: 3%;
}
footer .vcard dd {
	padding-left: 20px;
}
#f_logo {
	margin: 0 auto 5px;
	width: 145px;
}
#f_tel {
	width: 265px;
	margin-bottom: 10px;
}
footer .banner li {
	float: left;
	width: 32%;
	padding: 0 0.5%;
}
footer .link {
	margin: 0 auto 10px;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 45%;
	min-width: 170px;
	max-width: 210px;
	margin: 0px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: #644518;
	border: solid 1px rgba(255, 255, 255, 0.38);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}
footer .add-link {
	background-color: #20100d;
	padding: 3% 0;
	margin-bottom: 2px;
}
footer .add-link ul {
	margin: 0 auto;
	max-width: 330px;
}
footer .add-link ul li {
	padding: 2px 0 2px 20px;
}
footer .add-link ul li a {
	position: relative;
	display: block;
	padding-left: 5px;
	color: #fff;
}
footer .add-link ul li a:before {
	content: "";
	position: absolute;
	background: url(../img/shared/arrow.png) no-repeat;
	width: 11px;
	height: 12px;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
}
.shadw {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
}
/*--------margin padding------------*/
.mb00 {
	margin-bottom: 0!important;
}
.mb05 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb45 {
	margin-bottom: 45px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mt00 {
	margin-top: 0!important;
}
.mt05 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt35 {
	margin-top: 35px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt45 {
	margin-top: 45px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.pb00 {
	padding-bottom: 0!important;
}
.pb05 {
	padding-bottom: 5px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb25 {
	padding-bottom: 25px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pb35 {
	padding-bottom: 35px!important;
}
.pb40 {
	padding-bottom: 40px!important;
}
.pb45 {
	padding-bottom: 45px!important;
}
.pb50 {
	padding-bottom: 50px!important;
}
.pt00 {
	padding-top: 0!important;
}
.pt05 {
	padding-top: 5px!important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt25 {
	padding-top: 25px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pt35 {
	padding-top: 35px!important;
}
.pt40 {
	padding-top: 40px!important;
}
.pt45 {
	padding-top: 45px!important;
}
.pt50 {
	padding-top: 50px!important;
}
.mlr {
	margin: 0 2.34%
}
.plr {
	padding: 0 2.34%
}
.txt-center {
	text-align: center;
}
.txt-l {
	text-align: left;
}
.mb05pr {
	margin-bottom: 5%;
}
.mb06pr {
	margin-bottom: 5%;
}
.mb08pr {
	margin-bottom: 8%;
}
.mb10pr {
	margin-bottom: 10%;
}
.mb12pr {
	margin-bottom: 12%;
}
.mb14pr {
	margin-bottom: 14%;
}
.mb16pr {
	margin-bottom: 16%;
}
.mb18pr {
	margin-bottom: 18%;
}
.mb20pr {
	margin-bottom: 20%;
}
.pb05pr {
	padding-bottom: 5%;
}
.pb06pr {
	padding-bottom: 6%;
}
.pb08pr {
	padding-bottom: 8%;
}
.pb10pr {
	padding-bottom: 10%;
}
.pb12pr {
	padding-bottom: 12%;
}
.pb14pr {
	padding-bottom: 14%;
}
.pb16pr {
	padding-bottom: 16%;
}
.pb18pr {
	padding-bottom: 18%;
}
.pb20pr {
	padding-bottom: 20%;
}
.pt05pr {
	padding-top: 5%;
}
.pt06pr {
	padding-top: 6%;
}
.pt08pr {
	padding-top: 8%;
}
.pt10pr {
	padding-top: 10%;
}
.pt12pr {
	padding-top: 12%;
}
.pt14pr {
	padding-top: 14%;
}
.pt16pr {
	padding-top: 16%;
}
.pt18pr {
	padding-top: 18%;
}
.pt20pr {
	padding-top: 20%;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
.hline {
	position: relative;
}
.hline:before {
	content: "";
	background: url(../img/shared/key_hline.png) repeat-x top center;
	width: 100%;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
#index #sec1 h2 {
	margin-bottom: -15%;
}
#index #sec1 dl dd {
	padding: 2% 2.34% 0;
}
#index #sec2 {
	padding: 10% 0 5%;
	position: relative;
}
#index #sec2 h2 {
	position: absolute;
	top: 3%;
	left: 0;
}
#index #sec2 p.photo {
	margin-bottom: -30%;
}
#index #sec2 .text {
	padding: 0 2.34%;
}
#index #sec3 {
	margin-bottom: -25%;
}
#index #sec3 h3 {
	margin-bottom: -8%;
	position: relative;
	z-index: 2;
}
#index #sec3 h4 {
	margin-bottom: -10%;
}
#index #sec4 {
	background: url(../img/shared/s5-pattern.jpg);
	padding-top: 25%;
	padding-bottom: 8%;
}
#index #sec4 h2 {
	text-align: center;
	font-size: 22px;
	padding-bottom: 20px;
	letter-spacing: 2px;
}
#index #sec4 .item {
	background: url(../img/shared/s4_item_bg.png), url(../img/shared/s4_bg02.png);
	-webkit-background-size: 100% auto, auto;
	background-repeat: no-repeat, repeat;
	background-position: bottom center, top center;
	background-size: 100% auto, auto;
	padding: 4% 2.34% 7%;
	margin: 0 2.34% 4%;
	position: relative;
	text-align: center;
	color: #fff;
}
#index #sec4 .item h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#index #sec4 .item a.link01 {
	position: absolute;
	display: block;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0;
	text-indent: -9999px;
	border: 2px solid #9b5b3c;
}
#index #sec4 .item p.txt {
	padding: 4% 0 0;
}
#index #sec4 .item a.tel {
	position: relative;
	z-index: 5;
}
/*=============================================*/
/*                   　mobara　　　　　          */
/*=============================================*/
#mobara #sec1{
	padding: 6% 0 0;
}
#mobara #sec1 h2 {
	margin-bottom: -4%;
}
#mobara #sec1 p.photo {
	margin-bottom: -7%;
}
#mobara #sec3 .blk01 {
	background: url(../img/mobara/s3_bg01.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 5% 2.34% 6%;
}
.bx-wrapper .bx-controls-direction a {
}
.box-c01 {
	background: url(../img/mobara/s1_bg01.png) no-repeat 0 3%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding: 8% 0 0%;
}
.box-c02 {
	background: url(../img/mobara/s2_bg02.png), url(../img/mobara/s2_bg01.jpg), url(../img/mobara/s2_bg03.png), url(../img/shared/pattern.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat, repeat;
	background-position: 0 6%, top center, bottom center, top center;
	-webkit-background-size: 100% auto, auto, 100% auto, auto;
	background-size: 100% auto, auto, 100% auto, auto;
	padding: 15% 0 6%;
}
.box-c02 .go_slide1 {
	position: relative;
	margin: 0 2.34% 4%;
}
.box-c02 ul.slide_thm {
	padding: 0 2.34%;
}
.box-c02 ul.slide_thm li {
	float: left;
	width: 23%;
	margin-right: 2.5%;
}
.box-c02 ul.slide_thm li:nth-child(4) {
	float: right;
	margin-right: 0;
}
.box-c02 ul.slide_thm li:nth-child(5) {
	margin-left: 37%;
}
.box-c02 ul.slide_thm li a {
	display: table;
	margin-bottom: 10px;
	opacity: 0.5;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.box-c02 ul.slide_thm li a.active {
	opacity: 1;
}
.box-c02 h2 {
	margin-bottom: 3%;
}
.box-c03 .blk01 h2 {
	margin-bottom: 4%;
}
.box-c03 .blk02 {
	position: relative;
}
.box-c03 .blk02:before {
	content: "";
	background: url(../img/mobara/hline_03.jpg) repeat-x top center;
	height: 15px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.box-c04 {
	background: url(../img/mobara/s4_bg01.png), url(../img/shared/s5-pattern.jpg);
	-webkit-background-size: 100% auto, auto;
	background-size: 100% auto, auto;
	background-repeat: no-repeat, repeat;
	background-position: 0 10px, top center;
	padding: 6% 0;
	border-bottom:10px solid #20100d;
}
.box-c04 h2 {
	margin-bottom: 3%;
}
.box-c04 .toggle {
	margin: 0 2.34% 4%;
	background: url(../img/shared/pattern.jpg);
	padding: 2% 0 6%;
}
.box-c04 .toggle .toggle-link {
	padding: 4% 2.34%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bolder;
	text-align: center;
	line-height: 35px;
}
.box-c04 .toggle .toggle-link:after {
	top: 90%;
	left: 50%;
	right: auto;
	margin-left: -10px;
	margin-top: 0;
}
.box-c04 .toggle .toggle-link h3 {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 5px;
	font-weight: bold;
}
.box-c04 .toggle .toggle-link h3 span.note {
	display: inline!important;
	font-size: 18px!important;
	color: #D19449;
	letter-spacing: -2px;
	padding-right: 10px;
}
.box-c04 .toggle-link h3 span {
	display: block;
	font-size: 14px;
}
.box-c04 .toggle .toggle-link p.price {
	font-size: 25px;
}
.box-c04 .toggle .toggle-link p.price span.s01{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	display: block;
	font-weight: normal!important;
	font-size: 13px;
	line-height: 20px;
}
.box-c04 .toggle .toggle-link p.price span {
	font-size: 18px;
}
.box-c04 .toggle .toggle-link p.price span.s {
	font-size: 14px;
}
.box-c04 .text {
	padding: 0 2.34%;
	text-align: center;
	font-size: 13px;
}
.box-c04 .text ul {
	margin-bottom: 10px;
}
.box-c04 .tt02 {
	font-size: 16px;
	line-height: 32px;
	padding: 2% 2.34%;
	background: #744d13;
	text-align: center;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-top: 6%;
	margin-bottom: 3%;
}
.box-c05 {
	padding: 6% 0% 10%;
	background: url(../img/mobara/s4_bg01.png) no-repeat 0 10px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.box-c05 .toggle-link {
}
.box-c05 .toggle-link:after {
	top: 90%;
	left: 50%;
	right: auto;
	margin-left: -10px;
	margin-top: 0;
}
.box-c05 p.note {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.box-c05 .toggle-main {
	padding: 0 2.34%;
}
.box-c05 .item {
	margin-bottom: 5%;
	text-align: center;
}
.box-c05 .item h4 {
	background: url(../img/mobara/s5_bgitem.jpg) repeat-x top center;
	padding: 2% 2.34%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 2%;
}
.box-c06 {
	background: url(../img/mobara/s4_bg01.png), url(../img/shared/pattern.jpg);
	background-repeat: no-repeat, repeat;
	background-position: 0 10px, top center;
	-webkit-background-size: 100% auto, auto;
	background-size: 100% auto, auto;
	padding: 8% 0 6%;
}
.box-c06 .list {
	padding: 0 2.34%;
}
.box-c06 .list dl {
	background: url(../img/shared/line.png) repeat-x bottom center;
	padding: 10px 0;
}
.box-c06 .list dl dt {
	color: #e5c3a4;
}
.box-c06 .list dl dd.tel a {
	font-size: 20px;
	color: #fff;

}
/*=============================================*/
/*                   　oyumino　　　　　          */
/*=============================================*/

#oyumino #sec1 h2 {
	margin-bottom: -4%;
}
#oyumino #sec1 p.photo {
	margin-bottom: -7%;
}
#oyumino #sec3 .blk01 {
	background: url(../img/oyumino/s3_bg01.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 5% 2.34% 6%;
}
.box-c0502 {
	padding: 6% 0% 5%;
	background: url(../img/mobara/s4_bg01.png) no-repeat 0 10px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.box-c0502 .toggle {
	margin: 0 2.34%
}
.box-c0502 .toggle-link {
	background: url(../img/shared/pattern.jpg);
	text-align: center;
	font-size: 22px;
	line-height: 35px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #BB904F;
	margin-bottom: 5%;
	padding: 3% 4%
}
.box-c0502 .toggle-link:after {
	content: ""!important;
	background: url(../img/oyumino/arrow_bot.png) no-repeat top center;
	width: 15px;
	height: 17px;
	margin-top: -7px;
}
.box-c0502 .toggle-link:before {
	content: ""!important;
	background: url(../img/oyumino/arrow_bot.png) no-repeat top center;
	width: 15px;
	height: 17px;
	position: absolute;
	line-height: 20px;
	top: 50%;
	left: 4%;
	margin-top: -7px;
	color: #FFF;
}
.box-c0502 .toggle-link.active:after {
	background: url(../img/oyumino/arrow_top.png) no-repeat top center;
}
.box-c0502 .toggle-link.active:before {
	background: url(../img/oyumino/arrow_top.png) no-repeat top center;
}
.box-c0502 p.note {
	text-align: center;
	padding: 3% 2.34% 5%;
}
.box-c0502 .toggle-main {
}
.box-c0502 .item {
	margin-bottom: 5%;
	text-align: center;
}
.box-c0502 .item h4 {
	background: url(../img/mobara/s5_bgitem.jpg) repeat-x top center;
	padding: 2% 2.34%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 2%;
}

/*=============================================*/
/*                   　asumigaoka　　　　　          */
/*=============================================*/

#asumigaoka #sec1 h2 {
	margin-bottom: -10%;
}
#asumigaoka #sec1 p.photo {
	margin-bottom: -7%;
}
#asumigaoka #sec3 .blk01 {
	background: url(../img/asumigaoka/s3_bg01.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 5% 2.34% 6%;
}
/*=============================================*/
/*                   　makuhari　　　　　          */
/*=============================================*/

#makuhari #sec1 h2 {
	margin-bottom: -4%;
}
#makuhari #sec1 p.photo {
	margin-bottom: -7%;
}
#makuhari #sec3 .blk01 {
	background: url(../img/makuhari/s3_bg01.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 5% 2.34% 6%;
}

.box-c0503 {
	padding: 6% 0% 8%;
	background: url(../img/mobara/s4_bg01.png) no-repeat 0 10px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.box-c0503 .note{
	text-align: center;
	padding:10px 2.34% 10px;
}
.box-c0503 h3 {
	background: url(../img/mobara/s5_bgitem.jpg) repeat-x top center;
	padding: 2% 2.34%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin:0 2.34% 4%;
}




/*=============================================*/
/*                   　urayasu　　　　　          */
/*=============================================*/

#urayasu #sec1 h2 {
	margin-bottom: -4%;
}
#urayasu #sec1 p.photo {
	margin-bottom: -7%;
}
#urayasu #sec3 .blk01 {
	background: url(../img/urayasu/s3_bg01.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 5% 2.34% 6%;
}

/*=============================================*/
/*                   　narita　　　　　          */
/*=============================================*/

#narita #sec1 h2 {
	margin-bottom: -4%;
}
#narita #sec1 p.photo {
	margin-bottom: -7%;
}
#narita #sec3 .blk01 {
	background: url(../img/narita/s3_bg01.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 5% 2.34% 6%;
}

/*=============================================*/
/*                   　tougane　　　　　          */
/*=============================================*/

#tougane #sec1 h2 {
	margin-bottom: -4%;
}
#tougane #sec1 p.photo {
	margin-bottom: -7%;
}
#tougane #sec3 .blk01 {
	background: url(../img/tougane/s3_bg01.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 5% 2.34% 6%;
}



@media screen and (min-width:375px) {
	#index #sec4 h2{
		font-size: 27px;
	}
#index #sec4 .item {
	padding: 4% 2.34% 10%;
}
#index #sec4 .item .info p.photo {
	float: left;
	width: 40%;
	margin-top: 3%;
}
#index #sec4 .item .info p.txt {
	padding: 0;
	line-height: 24px;
	width: 57%;
	float: right;
}
}





@media screen and (min-width:400px) {
#index #sec4 .item .info p.photo {
	width: 42%;
	margin-top: 0%;
}
#index #sec4 .item .info p.txt {
	padding: 0;
	line-height: 24px;
	width: 57%;
	float: right;
}
}

@media screen and (min-width:460px) {
.box-c06 .list dl dt {
	float: left;
	width: 18%;
}
.box-c06 .list dl dd {
	float: right;
	width: 82%;
}
}


.btn_access{
	width: 300px;
	height: 38px;
	background: #000;
	display: block;
	cursor:pointer;
	font-size: 17px;
	font-weight: 300;
	padding-top: 12px;
	margin: 10px auto;
	text-align: center;
	color: #fff;
}
.btn_access a{
	display: block;
	color: #000;
}
.btn_access a:hover{
	text-decoration: none;
}
