@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@700&family=Noto+Serif+JP:wght@300;400;600;700&family=Stardos+Stencil:wght@700&display=swap');


body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	font-size: 14px;
	color: #000000;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #000000;
}

article {
	position: relative;
}

.boxlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: block;
	text-indent: -9999px;
}

.contents_inner {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

#sc_events_calendar_head {
	background: rgba(255,255,255,0.9);
	color: #0B330B;
}

#sc_events_calendar_head h2 {
	color: #0B330B;
}

#sc_calendar table {
	background: #ffffff;
}

#sc_calendar td div.sc_day_div a {
	white-space: normal;
	line-height: 1.8;
}

@media all and (min-width: 769px) {
	.sponly {
		display: none !important;
	}
	
	/* @group header */
	
	article > header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		background: #0B330B;
		width: 100%;
	}
	
	article > header .contents_inner {
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.header_logo {
		
	}
	
	nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	nav ul {
		display: flex;
	}
	
	nav ul li a {
		color: #ffffff;
		text-decoration: none;
		font-size: 16px;
		display: block;
		padding: 29px 0px;
	}
	
	nav ul li > a {
		position: relative;
	}
	
	nav ul li > a:after {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
		content: '';
		height: 2px;
		background: #ffffff;
		transform: scaleX(0);
		transform-origin: right;
		transition-duration: .6s;
		transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		transition-property: transform;
	}
	
	nav ul li > a:hover {
		color: #6a816b;
	}
	
	nav ul li > a:hover::after {
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		-moz-transform-origin: left;
		transform-origin: left;
	}
	
	nav ul li.active > a::after {
		transform: scaleX(1);
	}
	
	nav ul li {
		position: relative;
		padding: 2px 20px 0;
	}
	
	nav ul li:after {
		position: absolute;
		content: "";
		width: 1px;
		height: 24px;
		background: #ffffff;
		opacity: 0.5;
		top: 50%;
		right: 0;
		z-index: 1;
		margin-top: -12px;
	}
	
	nav ul li:last-child {
		
	}
	
	nav .nav_reserve {
		position: relative;
		padding: 12px 0;
	}
	
	nav .nav_reserve > a {
		display: block;
		width: 96px;
		height: 60px;
		background: url("../img/header_reserve.png") no-repeat;
		background-size: 96px auto;
		overflow: hidden;
		text-indent: -9999px;
	}
	
	nav ul li:last-child::after {
		display: none;
	}
	
	.submenu {
		position: absolute;
		top: 85px;
		left: -50px;
		z-index: 100;
		width: 200px;
		background: #0B330B;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-20px);
		transition: 0.3s all ease-in-out;
	}
	
	nav .nav_reserve .submenu {
		top: 84px;
		left: -52px;
	}
	
	.submenu_wide {
		width: 280px;
		left: -70px;
	}
	
	.submenu.slidedown {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
	}
	
	.submenu_list {
		border-bottom: 1px solid #ffffff;
	}
	
	.submenu_list a {
		color: #ffffff;
		text-decoration: none;
		font-size: 16px;
		text-align: center;
		display: block;
		padding: 10px 0;
	}
	
	.submenu_list:last-child {
		border-bottom: 0;
	}
	
	/* @end */
	
	/* @group index */
	
	.index_main {
		margin: 85px 0 0;
	}
	
	.index_main_slider img {
		width: 100%;
		height: auto;
	}
	
	.index_main_01 {
		
	}
	
	.index_about {
		background: url("../img/background_02.jpg") no-repeat top center;
		background-size: cover;
		padding: 80px 0 60px;
	}
	
	.index_about .contents_inner:before {
		position: absolute;
		content: "";
		top: 0;
		left: -50px;
		z-index: 1;
		width: 236px;
		height: 73px;
		background: url("../img/about_copy.svg") no-repeat;
		background-size: 236px auto;
	}
	
	.index_about h1 {
		font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 45px;
		color: #ffffff;
		font-weight: 600;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.index_about h1 span {
		font-size: 25px;
	}
	
	.index_about_text {
		font-size: 16px;
		color: #fff;
		line-height: 1.8;
		max-width: 840px;
		margin: 0 auto 60px;
		text-align: center;
	}
	
	.parts_01 {
		position: absolute;
		bottom: -120px;
		left: -20px;
		z-index: 1;
	}
	
	.index_news {
		background: url("../img/page_back.jpg") repeat-y top center;
		background-size: 100% auto;
		position: relative;
	}
	
	.index_news_inner {
		background: url("../img/parts_img02.png") no-repeat right 20px;
		background-size: 544px auto;
		padding: 80px 0 60px;
	}
	
	.index_news h2, .index_cal h2, .index_first h2, .index_price h2, .index_facility h2, .index_access h2 {
		font-size: 45px;
		font-weight: 600;
		color: #0B330B;
		font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	
	.index_cal h2, .index_price h2, .index_access h2 {
		color: #fff;
	}
	
	.index_news_list {
		display: flex;
		justify-content: center;
	}
	
	.index_news_list dl {
		display: flex;
		flex-wrap: wrap;
		max-width: 380px;
		font-size: 16px;
		margin: 60px 0;
	}
	
	.index_news_list dl dt {
		width: 35%;
	}
	
	.index_news_list dl dd {
		width: 65%;
	}
	
	.btn {
		text-align: center;
	}
	
	.btn a {
		display: inline-block;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		padding: 12px 70px;
		position: relative;
		background: #000000;
		border: 2px solid #FCC251;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	}
	
	.btn a:hover {
		background: #ffffff;
		color: #000000;
	}
	
	.btn a:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-left: 8px solid #ffffff;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		top: 22px;
		right: 10px;
		z-index: 1;
	}
	
	.btn a:hover::after {
		border-left: 8px solid #000000;
	}
	
	.btn_green a {
		background: #1A481A;
	}
	
	.btn_green a:after {
		border-left: 8px solid #ffffff;
	}
	
	.btn_white a {
		background: #fff;
		color: #416241;
	}
	
	.btn_white a:after {
		border-left: 8px solid #416241;
	}
	
	.parts_03 {
		position: absolute;
		bottom: -200px;
		left: 0px;
		z-index: 1;
	}
	
	.index_cal {
		background: url("../img/background_02.jpg") no-repeat top center;
		background-size: cover;
		padding: 80px 0 60px;
		position: relative;
	}
	
	.index_cal_box {
		text-align: center;
		margin: 60px 0;
	}
	
	.parts_04 {
		position: absolute;
		top: -100px;
		right: 0px;
		z-index: 1;
	}
	
	.parts_05 {
		position: absolute;
		bottom: -200px;
		right: 0px;
		z-index: 1;
	}
	
	.index_cal .contents_inner:before {
		position: absolute;
		content: "";
		bottom: -15px;
		left: -140px;
		z-index: 1;
		width: 506px;
		height: 81px;
		background: url("../img/reserve_copy.svg") no-repeat;
		background-size: 506px auto;
	}
	
	.index_first {
		background: url("../img/page_back.jpg") repeat-y top center;
		background-size: 100% auto;
		padding: 80px 0 60px;
		position: relative;
	}
	
	.index_first:before {
		position: absolute;
		content: "";
		top: 60px;
		right: 0px;
		z-index: 1;
		width: 494px;
		height: 62px;
		background: url("../img/beginners_copy.svg") no-repeat;
		background-size: 494px auto;
	}
	
	.index_first_container {
		max-width: 840px;
		margin: 60px auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.index_first_text {
		width: 55%;
		font-size: 16px;
		line-height: 2;
	}
	
	.index_first_img {
		width: 40%;
	}
	
	.index_first_img img {
		width: 100%;
		height: auto;
	}
	
	.parts_06 {
		position: absolute;
		bottom: -200px;
		left: 0px;
		z-index: 1;
	}
	
	.index_price {
		background: url("../img/background_02.jpg") no-repeat top center;
		background-size: cover;
		padding: 80px 0 60px;
		position: relative;
	}
	
	.index_price_container {
		margin: 60px auto;
		max-width: 840px;
		display: flex;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
	
	.index_price_box {
		width: 55%;
		display: flex;
	}
	
	.index_price_box:nth-child(2) {
		width: 45%;
		border-right: 1px solid #ffffff;
	}
	
	.index_price_label {
		background: rgba(255,255,255,0.7);
		font-size: 16px;
		font-weight: bold;
		color: #0B330B;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 130px;
	}
	
	.index_price_num {
		width: calc(100% - 130px);
		color: #ffffff;
		font-size: 16px;
	}
	
	.index_price_sub {
		padding: 20px 20px;
		border-bottom: 1px solid #ffffff;
	}
	
	.index_price_sub:last-child {
		border-bottom: 0;
	}
	
	.index_price_box:nth-child(2) .index_price_num {
		display: flex;
		align-items: center;
	}
	
	.index_price_yen {
		margin-left: 1em;
	}
	
	.parts_07 {
		position: absolute;
		bottom: -180px;
		left: 0px;
		z-index: 1;
	}
	
	.index_facility {
		background: url("../img/page_back.jpg") repeat-y top center;
		background-size: 100% auto;
		padding: 80px 0 60px;
		position: relative;
	}
	
	.index_facility:before {
		position: absolute;
		content: "";
		top: 80px;
		right: 0px;
		z-index: 1;
		width: 380px;
		height: 63px;
		background: url("../img/facility_copy.svg") no-repeat;
		background-size: 380px auto;
	}
	
	.index_facility_container {
		display: flex;
		justify-content: space-between;
		margin: 60px 0;
		align-items: center;
	}
	
	.index_facility_text {
		width: 55%;
		font-size: 16px;
		line-height: 2;
	}
	
	.index_facility_img {
		width: 28%;
	}
	
	.index_facility_img img {
		width: 100%;
		height: auto;
	}
	
	.index_facility_text .btn {
		text-align: left;
		margin: 60px 0 0;
	}
	
	.index_facility_text a {
		margin-right: 20px;
	}
	
	.index_facility_text a:last-child {
		padding: 12px 50px;
	}
	
	.parts_08 {
		position: absolute;
		bottom: -180px;
		right: 0px;
		z-index: 1;
	}
	
	.index_access {
		background: url("../img/background_02.jpg") no-repeat top center;
		background-size: cover;
		padding: 80px 0 60px;
		position: relative;
	}
	
	.index_access .contents_inner:before {
		position: absolute;
		content: "";
		top: -50px;
		left: -140px;
		z-index: 1;
		width: 647px;
		height: 65px;
		background: url("../img/access_copy.svg") no-repeat;
		background-size: 647px auto;
	}
	
	.index_access_container h3 {
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		margin: 40px 0 0;
	}
	
	.index_access_map {
		margin: 20px 0 60px;
	}
	
	.index_access_map iframe {
		width: 100%;
	}
	
	.slick-dots {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 100%;
	}
	
	.slick-dots li {
		margin: 0 7px;
	}
	
	.slick-dots button {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		text-indent: -9999px;
		overflow: hidden;
		outline: none;
		cursor: pointer;
		width: 12px;
		height: 12px;
		border: 0;
		margin: 0;
		padding: 0;
		background: #E6E6E6;
		border-radius: 12px;
	}
	
	.slick-dots .slick-active button {
		background: #9EC391;
	}
	
	/* @end */
	
	/* @group page */
	
	.page_head {
		background: url("../img/pagetitle_back.jpg") no-repeat center center;
		background-size: cover;
		height: 200px;
		margin: 85px 0 0;
		position: relative;
	}
	
	.page_head_img {
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 1;
	}
	
	.page_head .contents_inner {
		height: 200px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.page_head h1 {
		text-align: center;
		font-size: 32px;
		color: #ffffff;
		font-weight: normal;
		position: relative;
	}
	
	.page_head h1:after {
		position: absolute;
		width: 63px;
		height: 3px;
		content: "";
		background: #ffffff;
		bottom: -15px;
		left: 50%;
		margin-left: -31px;
		z-index: 1;
	}
	
	.page_contents {
		background: url("../img/page_back.jpg") repeat-y top center;
		background-size: 100% auto;
		padding: 100px 0;
	}
	
	.page_lead {
		background: #1A481A;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
		padding: 8px 110px;
	}
	
	.page_inner {
		max-width: 840px;
		margin: 60px auto;
	}
	
	/* @end */
	
	/* @group campaign */
	
	.page_campaign_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	
	.page_campaign_list:after {
		content: "";
		width: 32%;
		display: block;
	}
	
	.page_campaign_list_box {
		width: 32%;
		margin-bottom: 20px;
	}
	
	.page_campaign_list_box img {
		width: 100%;
		height: auto;
	}
	
	.page_campaign_inner img {
		max-width: 100%;
		height: auto;
	}
	
	.page_campaign_inner p {
		margin-bottom: 1.5em;
	}
	
	.btn_return {
		margin: 50px 0 0;
	}
	
	.btn_return a {
		display: inline-block;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		padding: 8px 50px;
		position: relative;
	}
	
	.btn_return a {
		background: #1A481A;
	}
	
	.btn_return a:after {
		border-left: 8px solid #ffffff;
	}
	
	.page_campaign_inner h2 {
		font-size: 24px;
		margin-bottom: 1.5em;
	}
	
	.page_campaign_inner h3 {
		font-size: 22px;
		margin-bottom: 1.5em;
	}
	
	.page_campaign_inner h4 {
		font-size: 20px;
		margin-bottom: 1.5em;
	}
	
	.page_campaign_inner h5 {
		font-size: 18px;
		margin-bottom: 1.5em;
	}
	
	/* @end */
	
	/* @group about */
	
	.about_container {
		background: #ffffff;
		position: relative;
		padding: 80px;
	}
	
	.about_title {
		position: absolute;
		top: -32px;
		left: 50%;
		margin: 0 0 0 -165px;
		z-index: 1;
	}
	
	.about_title h2 {
		width: 329px;
		height: 65px;
		color: #ffffff;
		font-size: 24px;
		font-weight: bold;
		background: url("../img/about_title_back.png") no-repeat;
		background-size: 329px auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.about_lead {
		font-size: 24px;
		font-weight: bold;
		color: #1A481A;
		text-align: center;
	}
	
	.about_lead_en {
		font-family: 'Stardos Stencil', cursive;
		font-size: 55px;
	}
	
	.about_point_container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.about_point_box {
		width: 47%;
		margin-bottom: 35px;
	}
	
	.about_point_num {
		font-family: 'Stardos Stencil', cursive;
		font-size: 24px;
		color: #1A481A;
		display: block;
	}
	
	.about_point_box h4 {
		background: #1A481A;
		color: #ffffff;
		padding: 5px 15px;
		font-size: 18px;
		display: inline-block;
	}
	
	.about_point_large {
		font-size: 22px;
	}
	
	.about_point_textarea {
		margin: 15px 0 0;
	}
	
	.about_point_textarea h5 {
		font-size: 20px;
		font-weight: bold;
		color: #000000;
	}
	
	.about_point_text {
		font-size: 16px;
		line-height: 1.8;
	}
	
	/* @end */
	
	/* @group news */
	
	.news_list {
		margin: 0;
		font-size: 16px;
	}
	
	.news_list li {
		margin-bottom: 1em;
	}
	
	.page_news_album {
		display: flex;
		justify-content: space-between;
	}
	
	.page_news_album img {
		width: 31%;
		height: auto;
	}
	
	/* @end */
	
	/* @group price */
	
	.page_anker {
		
	}
	
	.page_anker ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 0 80px;
	}
	
	.page_anker ul li {
		width: 250px;
		margin: 0 10px;
	}
	
	.page_anker2 ul li {
		width: auto;
		margin: 0 10px 30px;
	}
	
	.page_anker ul li a {
		display: block;
		background: #000000;
		color: #ffffff;
		text-decoration: none;
		font-size: 18px;
		padding: 10px;
		font-weight: bold;
		text-align: center;
		position: relative;
	}
	
	.page_anker2 ul li a {
		display: inline-block;
		padding: 10px 30px;
	}
	
	.page_anker ul li a:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-top: 16px solid #000000;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		bottom: -16px;
		left: 50%;
		z-index: 1;
		margin-left: -14px;
	}
	
	.section_title {
		height: 76px;
		background: url("../img/lead_title.png") no-repeat;
		background-size: 100% auto;
		color: #ffffff;
		display: flex;
		align-items: center;
		padding: 0 60px;
	}
	
	.section_title h2 {
		font-size: 25px;
		color: #ffffff;
		font-weight: bold;
	}
	
	.price_standard {
		display: flex;
		justify-content: space-between;
		margin: 50px 0;
	}
	
	.price_standard_box {
		width: 47%;
	}
	
	.price_standard h3 {
		font-size: 27px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.price_standard_box table, .price_charter_box table {
		width: 100%;
		text-align: left;
		border: 1px solid #0B330B;
	}
	
	.price_standard_box table th, .price_charter_box table th {
		border-bottom: 1px solid #0B330B;
		color: #ffffff;
		position: relative;
		padding: 20px 15px;
		width: 240px;
		background: rgba(67,93,38,0.8);
	}
	
	.price_standard_th {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		font-size: 18px;
		font-weight: bold;
		padding: 20px 15px;
		line-height: 1.4;
	}
	
	.price_standard_th2 {
		top: -10px;
	}
	
	.price_standard_box table td, .price_charter_box table td {
		border-bottom: 1px solid #0B330B;
		font-size: 20px;
		padding: 20px;
		font-weight: bold;
		background: #ffffff;
	}
	
	.price_standard_small {
		font-size: 13px;
	}
	
	.list_text {
		font-size: 18px;
		line-height: 2;
	}
	
	.price_standard_flow {
		text-align: center;
	}
	
	.price_standard_flow h3 {
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		margin: 80px 0 0;
	}
	
	.price_standard_flow_table {
		margin: 40px 0 0;
	}
	
	.price_standard_flow_box {
	}
	
	.price_standard_flow_box {
		display: flex;
		justify-content: center;
	}
	
	.price_standard_flow_time {
		width: 287px;
		height: 50px;
		position: relative;
		border-top: 1px solid #0B330B;
		border-left: 1px solid #0B330B;
		background: rgba(67,93,38,0.8);
		color: #ffffff;
	}
	
	.price_standard_flow_name {
		width: 287px;
		height: 50px;
		position: relative;
		border-top: 1px solid #0B330B;
		border-right: 1px solid #0B330B;
		background: #ffffff;
	}
	
	.price_standard_flow_box:last-child .price_standard_flow_time,
	.price_standard_flow_box:last-child .price_standard_flow_name {
		border-bottom: 1px solid #0B330B;
	}
	
	.price_standard_flow_text {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
		top: 0;
		left: 0;
		font-size: 18px;
		font-weight: bold;
		display: flex;
		align-items: center;
		padding: 0 30px;
	}
	
	.price_standard_cancel {
		margin: 80px 60px 0;
	}
	
	.price_standard_cancel h3 {
		font-size: 25px;
		font-weight: bold;
		background: url("../img/price_teirei.png") no-repeat;
		background-size: 367px auto;
		color: #ffffff;
		width: 367px;
		height: 65px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
	}
	
	.price_standard_cancel_text {
		font-size: 16px;
		line-height: 2;
		background: #ffffff;
		padding: 40px 40px;
	}
	
	.btn_large {
		margin: 80px 0;
		text-align: center;
	}
	
	.btn_large a {
		font-size: 20px;
		font-weight: bold;
		display: block;
		max-width: 628px;
		padding: 26px 20px;
		margin: 0 auto;
	}
	
	.btn_large a .btn_icon {
		display: inline-block;
		position: relative;
		padding: 0 30px 0 0;
	}
	
	.btn_large a .btn_icon:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-left: 8px solid #ffffff;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		top: 12px;
		right: 0px;
		z-index: 1;
	}
	
	.btn_large a:hover .btn_icon:after {
		border-left: 8px solid #000000;
	}
	
	.btn_large a:after {
		display: none;
	}
	
	.price_charter {
		padding: 0 60px;
		margin: 60px 0;
	}
	
	.price_charter h3 {
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.price_charter_box {
		margin-bottom: 60px;
	}
	
	.price_charter_box table th, .price_charter_box table td {
		width: 50%;
		padding: 30px 30px;
	}
	
	.price_charter_box table th .price_standard_th {
		padding: 30px 30px;
	}
	
	.price_charter_box table td {
		text-align: center;
	}
	
	.price_charter_cancel {
		background: #ffffff;
		padding: 60px 80px;
		margin-bottom: 5px;
	}
	
	.price_charter_cancel h4 {
		font-size: 25px;
		font-weight: bold;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.price_charter_cancel .list_text {
	}
	
	.price_payment {
		margin: 60px;
	}
	
	.price_payment h4 {
		font-size: 25px;
		font-weight: bold;
		margin: 40px 0 20px;
	}
	
	.price_shooting_box {
		margin: 60px;
	}
	
	.price_shooting_text {
		font-size: 16px;
		line-height: 1.8;
	}
	
	.price_shooting_img {
		display: flex;
		justify-content: space-between;
		margin: 0 60px;
	}
	
	.price_shooting_img img {
		width: 49%;
		height: auto;
	}
	
	.price_shooting_point {
		margin: 100px 60px 0;
	}
	
	.price_shooting_point_box {
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	
	.price_shooting_point_text {
		width: 66%;
	}
	
	.price_shooting_point_img {
		width: 32%;
	}
	
	.price_shooting_point_img img {
		width: 100%;
		height: auto;
	}
	
	.price_shooting_point_box h3 {
		font-size: 25px;
		font-weight: bold;
		color: #0B330B;
		display: flex;
		align-items: center;
	}
	
	.price_shooting_point_num {
		color: #1A481A;
		font-size: 16px;
		font-weight: bold;
		display: inline-block;
		margin-right: 20px;
	}
	
	/* @end */
	
	/* @group reserve */
	
	.reserve_seat {
		margin: 60px;
	}
	
	.reserve_seat_text {
		font-size: 16px;
		line-height: 1.8;
	}
	
	.reserve_seat_img {
		display: flex;
		margin: 60px 0 0;
	}
	
	.reserve_seat_img img {
		width: 31%;
		margin-right: 2%;
	}
	
	/* @end */
	
	/* @group rental */
	
	.rental_container {
		margin: 60px 0;
	}
	
	.rental_box {
		margin-bottom: 60px;
	}
	
	.rental_name {
		background: rgba(67,93,38,0.8);
		display: flex;
		padding: 10px 60px;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
	}
	
	.rental_name h3 {
		width: 35%;
		margin-right: 2%;
	}
	
	.rental_detail {
		display: flex;
		justify-content: space-between;
		margin: 60px;
	}
	
	.rental_thumb {
		width: 30%;
	}
	
	.rental_thumb img {
		width: 100%;
		height: auto;
	}
	
	.rental_text {
		width: 63%;
		font-size: 16px;
	}
	
	.rental_text_small {
		font-size: 15px;
	}
	
	/* @end */
	
	/* @group field */
	
	.field_container {
		text-align: center;
	}
	
	.field_map {
		margin: 60px;
		text-align: center;
	}
	
	.field_youtube {
		margin: 60px auto;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	
	.field_youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	
	.field_kodawari {
		position: relative;
		max-width: 960px;
		height: 280px;
		background: url("../img/kodawari_back.png") no-repeat center center;
		background-size: cover;
		padding: 80px 60px 0;
		margin: 160px auto;
	}
	
	.field_kodawari h3 {
		width: 350px;
		height: 65px;
		font-size: 24px;
		font-weight: bold;
		color: #ffffff;
		background: url("../img/lead_title_back.png") no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: -32px;
		left: 50%;
		margin: 0 0 0 -175px;
	}
	
	.field_kodawari_text {
		font-size: 18px;
		line-height: 2;
		text-align: left;
	}
	
	.field_barricade {
		margin: 60px;
	}
	
	.field_barricade_text {
		font-size: 16px;
		margin-bottom: 60px;
	}
	
	.field_barricade h3 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.field_barricade_area {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	
	.field_barricade_area:after {
		content: "";
		display: block;
		width: 32%;
	}
	
	.field_barricade_area img {
		width: 32%;
		height: auto;
		margin-bottom: 15px;
	}
	
	/* @end */
	
	/* @group safety */
	
	.safety_box {
		display: flex;
		justify-content: space-between;
		margin: 60px;
	}
	
	.safety_text {
		width: 66%;
		font-size: 16px;
	}
	
	.safety_thumb {
		width: 32%;
	}
	
	.safety_thumb img {
		width: 100%;
		height: auto;
	}
	
	/* @end */
	
	/* @group access */
	
	.access_text {
		font-size: 18px;
		font-weight: bold;
		margin: 60px;
	}
	
	.access_map {
		margin: 60px 0;
	}
	
	.access_map iframe {
		width: 100%;
	}
	
	.access_youtube {
		margin: 60px 0;
	}
	
	.access_youtube_wrapper {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	
	.access_youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	
	/* @end */
	
	/* @group rule */
	
	.rule_table {
		margin: 60px 0;
	}
	
	.rule_table table {
		border: 1px solid #0B330B;
	}
	
	.rule_table table th {
		background: rgba(67,93,38,0.8);
		padding: 45px 60px;
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		border-bottom: 1px solid #0B330B;
		text-align: left;
		width: 34%;
		vertical-align: middle;
	}
	
	.rule_table table td {
		padding: 45px 40px;
		font-size: 20px;
		border-bottom: 1px solid #0B330B;
		background: #ffffff;
	}
	
	.rule_table .small {
		font-size: 15px;
	}
	
	/* @end */
	
	/* @group form */
	
	.form_container {
		margin: 0 60px;
	}
	
	.form_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 70px;
	}
	
	.form_label {
		width: 250px;
		font-size: 18px;
	}
	
	.form_label .required {
		color: #B50000;
	}
	
	.form_input {
		width: calc(100% - 280px);
	}
	
	.form_input_date {
		display: flex;
	}
	
	.form_input_date_box {
		position: relative;
	}
	
	.form_input_date .error {
		position: absolute;
		bottom: -23px;
		left: 0;
		z-index: 1;
	}
	
	.form_input input {
		width: 100%;
		border: 2px solid #0B330B;
		font-size: 18px;
		padding: 10px;
		border-radius: 0;
	}
	
	.form_input_age {
		font-size: 16px;
	}
	
	.form_input_age input {
		width: 120px;
	}
	
	.form_container h3 {
		font-size: 18px;
		font-weight: bold;
		border-bottom: 2px solid #707070;
		margin: 70px 0;
	}
	
	.form_box_date, .form_box_date2 {
		margin-bottom: 20px;
	}
	
	.form_box_date .form_label {
		width: 230px;
	}
	
	.form_box_date .form_input {
		width: calc(100% - 260px);
	}
	
	.form_box_date2 .form_label {
		width: 220px;
	}
	
	.form_box_date2 .form_input {
		width: calc(100% - 250px);
	}
	
	.form_box_date .form_input input, .form_box_date2 .form_input input {
		width: 88px;
	}
	
	.form_box_date .form_input_radio input[type=radio] {
		width: auto;
		margin: 0 10px 0 0;
	}
	
	.form_input_radio {
		font-size: 16px;
	}
	
	.form_input_radio {
		display: flex;
	}
	
	.mwform-radio-field {
		margin-right: 20px;
	}
	
	.mwform-radio-field label {
		display: flex;
		align-items: center;
	}
	
	.form_column {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.form_box_column {
		width: 48%;
		margin-bottom: 30px;
	}
	
	.form_box_column .form_label {
		width: 150px;
	}
	
	.form_box_column .form_input {
		width: calc(100% - 180px);
		font-size: 16px;
	}
	
	.form_box_column .form_input input {
		width: 65%;
	}
	
	.form_textarea {
		margin: 40px 0;
	}
	
	.form_textarea textarea {
		width: 100%;
		border: 2px solid #0B330B;
		font-size: 18px;
		padding: 20px;
		border-radius: 0;
		height: 300px;
	}
	
	.form_privacy {
		text-align: center;
		margin: 80px 0;
	}
	
	.form_privacy a {
		font-size: 18px;
		text-decoration: none;
	}
	
	.form_btn {
		text-align: center;
		margin: 80px 0;
	}
	
	.form_btn input[type=submit] {
		border: 0;
		margin: 0;
		color: #45A5B1;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 260px;
		height: 66px;
		color: #fff;
		background: #000;
		font-size: 16px;
		letter-spacing: 5px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
		position: relative;
	}
	
	.mw_wp_form_preview .form_input,
	.mw_wp_form_preview .form_textarea {
		font-size: 18px;
	}
	
	.form_box_att {
		font-size: 16px;
		margin: 20px 0 0;
	}
	
	.form_box_att .required {
		color: #B50000;
	}
	
	/* @end */
	
	/* @group costume */
	
	.costume_text {
		font-size: 16px;
		margin-bottom: 50px;
	}
	
	.costume_head {
		margin: 0 60px;
	}
	
	.costume_share {
		margin: 60px 60px 0;
		font-size: 16px;
	}
	
	.costume_img img {
		width: 100%;
		height: auto;
	}
	
	.costume_price {
		margin: 40px 60px;
	}
	
	.costume_price table {
		width: 100%;
		text-align: left;
		border: 1px solid #0B330B;
		font-size: 18px;
	}
	
	.costume_price table th {
		border-bottom: 1px solid #0B330B;
		color: #ffffff;
		position: relative;
		padding: 20px 5%;
		width: 50%;
		background: rgba(67,93,38,0.8);
	}
	
	.costume_price table td {
		width: 50%;
		font-size: 18px;
		text-align: center;
		vertical-align: middle;
		border-bottom: 1px solid #0B330B;
		background: #ffffff;
	}
	
	.costume_price_box01 {
		position: relative;
		padding: 5px 0 0 40px;
		margin: 10px 20px 0;
		font-size: 16px;
	}
	
	.costume_price_box01:before {
		content: "";
		position: absolute;
		width: 21px;
		height: 109px;
		background: url("../img/kakko01_left.svg") no-repeat;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.costume_price_box01:after {
		content: "";
		position: absolute;
		width: 21px;
		height: 109px;
		background: url("../img/kakko01_right.svg") no-repeat;
		top: 0;
		right: 0;
		z-index: 1;
	}
	
	.costume_price_box02 {
		position: relative;
		padding: 5px 0 0 40px;
		margin: 10px 20px 0;
		font-size: 16px;
	}
	
	.costume_price_box02:before {
		content: "";
		position: absolute;
		width: 21px;
		height: 89px;
		background: url("../img/kakko02_left.svg") no-repeat;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.costume_price_box02:after {
		content: "";
		position: absolute;
		width: 21px;
		height: 89px;
		background: url("../img/kakko02_right.svg") no-repeat;
		top: 0;
		right: 0;
		z-index: 1;
	}
	
	.costume_price_photo {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 100px;
	}
	
	.costume_price_photo img:nth-child(1) {
		width: 55%;
		height: auto;
		margin-bottom: 40px;
	}
	
	.costume_price_photo img:nth-child(2) {
		width: 40%;
		height: auto;
		margin-bottom: 40px;
	}
	
	.costume_price_photo img:nth-child(3) {
		width: 47%;
		height: auto;
	}
	
	.costume_price_photo img:nth-child(4) {
		width: 48%;
		height: auto;
	}
	
	.costume_time {
		margin: 60px;
	}
	
	.costume_time table {
		width: 100%;
		text-align: left;
		font-size: 18px;
		border: 1px solid #0B330B;
	}
	
	.costume_time table td {
		width: 50%;
		font-size: 18px;
		padding: 15px 60px 15px;
		text-align: right;
		color: #ffffff;
		border: 1px solid #0B330B;
		background: rgba(67,93,38,0.8);
	}
	
	.costume_time table td:nth-child(2) {
		width: 50%;
		text-align: left;
		background: #ffffff;
		color: #000;
	}
	
	.costume_cal_text {
		margin: 60px;
		color: #DA0B09;
		font-size: 15px;
	}
	
	.costume_cal {
		background: #ffffff;
		padding: 40px 60px;
	}
	
	.costume_cal img {
		width: 100%;
		height: auto;
	}
	
	.costume_kiyaku {
		font-size: 16px;
		margin: 40px 60px;
	}
	
	.costume_kiyaku .costume_img {
		margin: 60px 0 0;
	}
	
	.costume_kiyaku ul {
		margin: 40px 0 0;
		line-height: 2;
	}
	
	.costume_chinori {
		margin: 60px 0 100px;
		display: flex;
		justify-content: space-between;
	}
	
	.costume_chinori img {
		width: 48%;
		height: auto;
	}
	
	/* @end */
	
	/* @group media */
	
	.media_content {
		margin: 60px;
	}
	
	.media_content_text {
		font-size: 16px;
	}
	
	.media_content_photo {
		margin: 60px 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.media_content_field {
		margin: 20px 0 40px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.media_content_field:after {
		content: "";
		display: block;
		width: 32%;
	}
	
	.media_content_photo img, .media_content_field img {
		width: 32%;
		height: auto;
		margin-bottom: 20px;
	}
	
	.media_works {
		margin: 60px 60px 0;
	}
	
	.media_works_img {
		margin: 0 0 40px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.media_works_img img {
		width: auto;
		height: 180px;
	}
	
	.media_price {
		display: flex;
		justify-content: space-between;
		margin: 50px 0;
	}
	
	.media_price_box {
		width: 48%;
	}
	
	.media_price_box table {
		width: 100%;
		text-align: left;
		border: 1px solid #0B330B;
	}
	
	.media_price_box table th {
		border-bottom: 1px solid #0B330B;
		color: #ffffff;
		position: relative;
		padding: 20px 15px;
		width: 58%;
		font-size: 17px;
		background: rgba(67,93,38,0.8);
	}
	
	.media_price_box table td {
		border-bottom: 1px solid #0B330B;
		font-size: 17px;
		padding: 20px 10px;
		font-weight: bold;
		vertical-align: middle;
		background: #ffffff;
	}
	
	.media_price_box table th .price_standard_small {
		font-size: 13px;
	}
	
	/* @end */
	
	/* @group manga */
	
	.manga_youtube {
		margin: 0 60px;
	}
	
	.manga_img, .manga_text {
		margin: 60px;
	}
	
	.manga_img img {
		width: 100%;
		height: auto;
	}
	
	.manga_text {
		font-size: 16px;
		line-height: 2;
	}
	
	/* @end */
	
	/* @group blog */
	
	.blog_content {
		margin: 60px;
	}
	
	.blog_content h3 {
		font-size: 25px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.blog_text {
		font-size: 16px;
		line-height: 2;
	}
	
	.blog_text p {
		margin-bottom: 1.5em;
	}
	
	.blog_text img {
		max-width: 100%;
		height: auto;
	}
	
	/* @end */
	
	/* @group first */
	
	.first_content {
		margin: 60px;
	}
	
	.first_content_text {
		font-size: 18px;
		line-height: 2;
	}
	
	.first_table1 {
		border: 1px solid #0B330B;
		width: 100%;
		margin: 60px 0;
		background: #ffffff;
	}
	
	.first_table1 th {
		background: rgba(67,93,38,0.8);
		padding: 20px 15px;
		border-bottom: 1px solid #0B330B;
		font-size: 20px;
		color: #FFFFFF;
		vertical-align: middle;
		width: 250px;
	}
	
	.first_table1 td {
		padding: 20px 35px;
		border-bottom: 1px solid #0B330B;
		font-size: 22px;
	}
	
	.first_content_img {
		display: flex;
		justify-content: space-between;
		margin: 60px 0;
		flex-wrap: wrap;
	}
	
	.first_content_img:after {
		content: "";
		display: block;
		width: 32%;
	}
	
	.first_content_img img {
		width: 32%;
		height: auto;
	}
	
	.first_manga {
		background: rgba(67,93,38,0.8);
		padding: 10px 60px;
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		margin: 60px 0;
	}
	
	.first_manga_box {
		margin: 0 60px;
	}
	
	.first_content h4 {
		font-size: 25px;
		font-weight: bold;
	}
	
	.first_table2 {
		width: 100%;
		margin: 60px 0;
	}
	
	.first_table2 th {
		background: rgba(67,93,38,0.8);
		padding: 15px 50px;
		border-top: 1px solid #0B330B;
		border-bottom: 1px solid #0B330B;
		border-left: 1px solid #0B330B;
		font-size: 20px;
		color: #FFFFFF;
		text-align: left;
		width: 60%;
	}
	
	.first_table2 td {
		padding: 15px 40px;
		border-top: 1px solid #0B330B;
		border-bottom: 1px solid #0B330B;
		border-right: 1px solid #0B330B;
		font-size: 22px;
		text-align: center;
		background: #ffffff;
	}
	
	.first_table2 td.arrow {
		background: none;
		border: none;
	}
	
	.first_content_text_center {
		text-align: center;
		margin-bottom: 60px;
	}
	
	.first_faq {
		border-bottom: 1px solid #0B330B;
		position: relative;
	}
	
	.first_faq:last-child {
		border-bottom: 0;
	}
	
	.first_faq_q {
		cursor: pointer;
	}
	
	.first_faq_q, .first_faq_a {
		position: relative;
		font-size: 16px;
		font-weight: bold;
		padding: 30px 50px 20px 70px;
		margin-bottom: 20px;
	}
	
	.first_faq_a {
		display: none;
	}
	
	.first_faq_q span, .first_faq_a span {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		font-size: 51px;
		font-weight: bold;
		color: #1A481A;
		font-family: 'Cormorant', serif;
	}
	
	.first_faq_a a {
		text-decoration: underline;
	}
	
	.openbtn {
		position: absolute;
		top: 50%;
		right: 20px;
		z-index: 1;
		width: 16px;
		height: 16px;
		background: url("../img/first_plus.svg") no-repeat;
		background-size: 16px auto;
		margin-top: -8px;
	}
	
	.open .openbtn {
		background: url("../img/first_minus.svg") no-repeat;
		background-size: 16px auto;
	}
	
	/* @end */
	
	/* @group album */
	
	.album_container ul,
	.page_news_album ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.album_container ul:after ,
	.page_news_album ul:after{
		content: "";
		display: block;
		width: 32%;
	}
	
	.album_container ul li,
	.page_news_album ul li {
		width: 32%;
		margin-bottom: 40px;
	}
	
	.album_container ul li img,
	.page_news_album ul li img,
	#content .gallery .gllr_image_block a img,
	.gallery .gllr_image_block a img {
		width: 100% !important;
		height: auto !important;
		border: 0 !important;
	}
	
	.gllr_image_row {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.gllr_image_row:after {
		content: "";
		width: 32%;
		display: block;
	}
	
	.gllr_image_block {
		float: none !important;
		width: 32%;
		margin-bottom: 15px;
	}
	
	.gllr_image_row p{
		width: auto !important;
		height: auto !important;
	}
	
	.album_thumb {
		margin-bottom: 10px;
	}
	
	.album_name {
		margin-bottom: 10px;
	}
	
	.album_link a {
		display: block;
	}
	
	.gallery_box_single {
		
	}
	
	.gllr_image_block a {
		position: relative;
		display: block;
	}
	
	.gllr_image_block a br {
		display: none;
	}
	
	.gllr_image_block a:before {
		position: absolute;
		content: "";
		width: 27px;
		height: 27px;
		bottom: 3px;
		right: 3px;
		z-index: 1;
		background: url("../img/icon_album.png") no-repeat;
		background-size: 27px auto;
	}
	
	.album_att {
		margin-bottom: 30px;
	}
	
	h1.entry-title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 30px;
	}
	
	.fancybox-title-inside {
		margin-left: 0 !important;
	}
	
	.page_news_album ul li:nth-child(n + 4) {
		display: none;
	}
	
	/* @end */
	
	/* @group footer */
	
	footer {
		background: #0B330B;
		padding: 60px 0 20px;
		color: #ffffff;
		position: relative;
	}
	
	.footer_icon {
		position: absolute;
		bottom: 0px;
		left: -224px;
		z-index: 1;
	}
	
	.footer_content {
		display: flex;
		justify-content: space-between;
	}
	
	.footer_address h2 {
		font-size: 20px;
		font-weight: 600;
	}
	
	.footer_address_text {
		font-size: 16px;
		margin: 20px 0 0;
	}
	
	.footer_address_box {
		display: flex;
		margin: 20px 0;
		font-size: 15px;
	}
	
	.footer_address_tel {
		background: url("../img/icon_tel.svg") no-repeat 0 3px;
		background-size: 19px auto;
		padding: 0 0 0 25px;
	}
	
	.footer_address_mail {
		background: url("../img/icon_mail.svg") no-repeat 0 3px;
		background-size: 21px auto;
		padding: 0 0 0 25px;
		margin-left: 20px;
	}
	
	.footer_address_time {
		font-size: 15px;
	}
	
	.footer_address_time span {
		font-size: 11px;
	}
	
	.footer_link {
		width: 40%;
	}
	
	.footer_link ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.footer_link li {
		width: 45%;
		margin: 0 0 20px;
	}
	
	.footer_link a {
		color: #ffffff;
		display: block;
		border-bottom: 1px solid #ffffff;
		text-decoration: none;
		position: relative;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0 5px;
	}
	
	.footer_link a:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-left: 8px solid #ffffff;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		top: 20px;
		right: 0;
		z-index: 1;
	}
	
	.copyright {
		text-align: center;
		margin: 40px 0 0;
	}
	
	.pagetop {
		position: absolute;
		top: -150px;
		right: 0;
		z-index: 100;
	}
	
	/* @end */
	
	/* @group wp pagenavi */
	
	.wp-pagenavi {
		margin: 80px 0;
		text-align: center;
	}
	
	.wp-pagenavi {
		clear: both;
		text-align: center;
		margin: 40px 0 70px;
	}
	
	.wp-pagenavi .pages {
		display: none !important;
	}
	
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 6px !important;
		background: #1A481A !important;
		color: #ffffff !important;
		text-decoration: none !important;
		font-size: 14px !important;
		border: 0 !important;
		margin: 5px !important;
		width: 34px;
		height: 34px;
		border-radius: 34px;
		display: inline-block;
	}
	
	.wp-pagenavi span.current {
		background: #709349 !important;
		color: #ffffff !important;
		border: 0 !important;
		font-weight: bold !important;
		border: 0 !important;
	}
	
	/* @end */
}

@media all and (max-width: 1280px) and (min-width: 769px) {
	
}

@media only screen and (max-width: 768px) {
	.contents_inner {
		padding: 0 20px;
		margin: 0 auto;
	}
	
	.fullimg {
		width: 100%;
		height: auto;
	}
	
	.pconly {
		display: none !important;
	}
	
	/* @group header */
	
	article > header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		padding: 10px 0;
		background: #0B330B;
		width: 100%;
	}
	
	article > header .contents_inner {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	.header_logo {
		margin-right: auto;
	}
	
	.header_logo img {
		width: 48px;
		height: auto;
	}
	
	nav {
		position: fixed;
		top: 73px;
		left: 0;
		width: 100%;
		height: calc(100vh - 73px);
		z-index: 1000;
		background: #0B330B;
		padding: 0 20px 40px;
		overflow: auto;
	}
	
	.spmode nav {
		display: none;
	}
	
	nav ul {
		
	}
	
	nav ul li > a {
		color: #ffffff;
		text-decoration: none;
		font-size: 16px;
		text-align: center;
		display: block;
		padding: 18px 10px;
		color: #FDC149;
		font-weight: bold;
	}
	
	nav ul li {
		position: relative;
		border-bottom: 1px solid #ffffff;
	}
	
	.nav_reserve {
		margin-right: 20px;
		position: relative;
	}
	
	.nav_reserve > a {
		display: block;
		width: 75px;
		height: 47px;
		background: url("../img/header_reserve.png") no-repeat;
		background-size: 75px auto;
		overflow: hidden;
		text-indent: -9999px;
	}
	
	nav ul li:last-child::after {
		display: none;
	}
	
	.submenuhover {
		position: relative;
	}
	
	.submenu_btn {
		position: absolute;
		top: 10px;
		right: -5px;
		z-index: 1;
	}
	
	.submenu_btn a {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
	}
	
	.submenu_btn span {
		width: 30px;
		height: 3px;
		background: #FDC149;
		display: block;
		position: absolute;
	}
	
	.submenu_btn span:nth-child(1) {
		top: 18px;
		left: 0;
	}
	
	.submenu_btn span:nth-child(2) {
		width: 3px;
		height: 30px;
		top: 5px;
		left: 14px;
	}
	
	.submenu_btn a.is-open span:nth-child(2) {
		display: none;
	}
	
	.submenu {
		display: none;
	}
	
	.nav_reserve .submenu {
		position: fixed;
		width: 100%;
		top: 73px;
		left: 0;
		z-index: 100;
		background: #0B330B;
		padding: 0 20px 20px;
	}
	
	.submenu.slidedown {
		
	}
	
	.submenu_list {
		
	}
	
	.submenu_list a {
		color: #ffffff;
		text-decoration: none;
		font-size: 16px;
		text-align: center;
		display: block;
		padding: 18px 0;
		margin: 0 20%;
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	
	.nav_reserve .submenu .submenu_list:first-child a {
		border-top: none;
	}
	
	.submenu_wide .submenu_list a {
		margin: 0 5%;
	}
	
	.submenu_list:last-child {
		border-bottom: 0;
	}
	
	/* @end */
	
	/* @group sp_menu */
	
	#sp_menu {
		
	}
	
	.menu-trigger, .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	
	.menu-trigger {
		position: relative;
		width: 40px;
		height: 40px;
		margin: 8px 0 0 5px;
	}
	
	.menu-trigger span {
		position: absolute;
		left: 0px;
		width: 40px;
		height: 3px;
		background-color: #FDC149;
		border-radius: 3px;
	}
	
	.menu-trigger span:nth-of-type(1) {
		top: 5px;
	}
	
	.menu-trigger span:nth-of-type(2) {
		top: 18px;
	}
	
	.menu-trigger span:nth-of-type(3) {
		top: 31px;
	}
	
	.is-open .menu-trigger span:nth-of-type(1) {
		top: 19px;
		-webkit-transform: translateY(0px) rotate(-45deg);
		-ms-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
	
	.is-open .menu-trigger span:nth-of-type(2) {
		display: none;
	}
	
	.is-open .menu-trigger span:nth-of-type(3) {
		top: 19px;
		-webkit-transform: translateY(0px) rotate(45deg);
		-ms-transform: translateY(0px) rotate(45deg);
		transform: translateY(0px) rotate(45deg);
	}
	
	/* @end */
	
	/* @group index */
	
	.index_main {
		margin: 73px 0 0;
	}
	
	.index_main img {
		width: 100%;
		height: auto;
	}
	
	.index_about {
		background: url("../img/background_02.jpg") no-repeat top center;
		background-size: cover;
		padding: 50px 0 30px;
		overflow: hidden;
	}
	
	.index_about .contents_inner:before {
		position: absolute;
		content: "";
		top: 0;
		left: 0px;
		z-index: 1;
		width: 205px;
		height: 46px;
		background: url("../img/about_copy.svg") no-repeat;
		background-size: 100% auto;
	}
	
	.index_about h1 {
		font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 45px;
		color: #ffffff;
		font-weight: 600;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.index_about h1 span {
		font-size: 25px;
	}
	
	.index_about_text {
		font-size: 16px;
		color: #fff;
		line-height: 1.8;
		max-width: 840px;
		margin: 0 auto 30px;
		text-align: center;
	}
	
	.parts_01 {
		position: absolute;
		bottom: -120px;
		left: -20px;
		z-index: 1;
	}
	
	.index_news {
		background: url("../img/page_back_sp.jpg") repeat-y top center;
		background-size: 100% auto;
		padding: 50px 0;
		position: relative;
	}
	
	.index_news h2, .index_cal h2, .index_first h2, .index_price h2, .index_facility h2, .index_access h2 {
		font-size: 32px;
		font-weight: 600;
		color: #0B330B;
		font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	
	.index_cal h2, .index_price h2, .index_access h2 {
		color: #fff;
	}
	
	.index_news_list {
		display: flex;
		justify-content: center;
	}
	
	.index_news_list dl {
		display: flex;
		flex-wrap: wrap;
		font-size: 16px;
		margin: 30px 0;
	}
	
	.index_news_list dl dt {
		width: 130px;
	}
	
	.index_news_list dl dd {
		width: calc(100% - 130px);
	}
	
	.btn {
		text-align: center;
	}
	
	.btn a {
		display: block;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		padding: 10px 10px;
		position: relative;
		background: #000000;
		border: 2px solid #FCC251;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	}
	
	.btn a:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-left: 8px solid #ffffff;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		top: 50%;
		right: 10px;
		z-index: 1;
		margin-top: -4px;
	}
	
	.btn_green a {
		background: #1A481A;
	}
	
	.btn_green a:after {
		border-left: 8px solid #ffffff;
	}
	
	.btn_white a {
		background: #fff;
		color: #416241;
	}
	
	.btn_white a:after {
		border-left: 8px solid #416241;
	}
	
	.btn a:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		top: 22px;
		right: 10px;
		z-index: 1;
	}
	
	.index_cal {
		background: url("../img/background_02.jpg") no-repeat top center;
		background-size: cover;
		padding: 80px 0 60px;
		position: relative;
	}
	
	.index_cal .contents_inner:before {
		position: absolute;
		content: "";
		bottom: -30px;
		left: 0px;
		z-index: 0;
		width: 267px;
		height: 46px;
		background: url("../img/reserve_copy.svg") no-repeat;
		background-size: 267px auto;
	}
	
	.index_cal_box {
		text-align: center;
		margin: 30px 0;
	}
	
	.index_cal_box img {
		width: 100%;
		height: auto;
	}
	
	.index_first {
		background: url("../img/page_back_sp.jpg") repeat-y top center;
		background-size: 100% auto;
		padding: 50px 0;
		position: relative;
	}
	
	.index_first .contents_inner:before {
		position: absolute;
		content: "";
		top: -20px;
		right: 0px;
		z-index: 1;
		width: 345px;
		height: 46px;
		background: url("../img/beginners_copy.svg") no-repeat;
		background-size: 345px auto;
	}
	
	.index_first_container {
		margin: 30px 0;
	}
	
	.index_first_text {
		font-size: 16px;
		line-height: 2;
	}
	
	.index_first_img {
		
	}
	
	.index_first_img img {
		width: 100%;
		height: auto;
	}
	
	.index_price {
		background: url("../img/background_02.jpg") no-repeat top center;
		background-size: cover;
		padding: 50px 0;
		position: relative;
	}
	
	.index_price_container {
		margin: 30px auto;
	}
	
	.index_price_box {
		margin-bottom: 20px;
	}
	
	.index_price_label {
		background: rgba(255,255,255,0.7);
		font-size: 18px;
		font-weight: bold;
		color: #0B330B;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 0;
	}
	
	.index_price_num {
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		border: 1px solid #ffffff;
		border-top: none;
	}
	
	.index_price_sub {
		padding: 20px 20px;
		border-bottom: 1px solid #ffffff;
	}
	
	.index_price_yen {
		display: block;
		font-weight: bold;
	}
	
	.index_price_sub:last-child {
		border-bottom: 0;
	}
	
	.index_price_box:nth-child(2) .index_price_num {
		
	}
	
	.index_facility {
		background: url("../img/page_back_sp.jpg") repeat-y top center;
		background-size: 100% auto;
		padding: 50px 0;
		position: relative;
	}
	
	.index_facility .contents_inner:before {
		position: absolute;
		content: "";
		top: -15px;
		right: 0px;
		z-index: 1;
		width: 268px;
		height: 46px;
		background: url("../img/facility_copy.svg") no-repeat;
		background-size: 268px auto;
	}
	
	.index_facility_container {
		margin: 30px 0;
	}
	
	.index_facility_text {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 30px;
	}
	
	.index_facility_img {
		
	}
	
	.index_facility_img img {
		width: 100%;
		height: auto;
	}
	
	.index_facility_text .btn {
		text-align: left;
		margin: 60px 0 0;
	}
	
	.index_facility_text a {
		margin-right: 20px;
	}
	
	.index_facility_text a:last-child {
		padding: 12px 50px;
	}
	
	.index_facility .btn a {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.index_access {
		background: url("../img/background_02.jpg") no-repeat top center;
		background-size: cover;
		padding: 50px 0 80px;
		position: relative;
		overflow: hidden;
	}
	
	.index_access .contents_inner:before {
		position: absolute;
		content: "";
		top: -20px;
		left: 0px;
		z-index: 1;
		width: 456px;
		height: 46px;
		background: url("../img/access_copy.svg") no-repeat;
		background-size: 456px auto;
	}
	
	.index_access_container h3 {
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		margin: 40px 0 0;
	}
	
	.index_access_map {
		margin: 30px 0;
	}
	
	.index_access_map iframe {
		width: 100%;
		height: 400px;
	}
	
	.slick-dots {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 100%;
	}
	
	.slick-dots li {
		margin: 0 7px;
	}
	
	.slick-dots button {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		text-indent: -9999px;
		overflow: hidden;
		outline: none;
		cursor: pointer;
		width: 12px;
		height: 12px;
		border: 0;
		margin: 0;
		padding: 0;
		background: #E6E6E6;
		border-radius: 12px;
	}
	
	.slick-dots .slick-active button {
		background: #9EC391;
	}
	
	/* @end */
	
	/* @group page */
	
	.page_head {
		background: url("../img/pagetitle_back.jpg") no-repeat center center;
		background-size: cover;
		height: 150px;
		margin: 73px 0 0;
		position: relative;
	}
	
	.page_head_img {
		display: none;
	}
	
	.page_head .contents_inner {
		height: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.page_head h1 {
		text-align: center;
		font-size: 24px;
		color: #ffffff;
		font-weight: normal;
		position: relative;
	}
	
	.page_head h1:after {
		position: absolute;
		width: 40px;
		height: 3px;
		content: "";
		background: #ffffff;
		bottom: -15px;
		left: 50%;
		margin-left: -20px;
		z-index: 1;
	}
	
	.page_contents {
		background: url("../img/page_back_sp.jpg") repeat-y top center;
		background-size: 100% auto;
		padding: 50px 0 80px;
	}
	
	.page_lead {
		background: #1A481A;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
		padding: 8px 20px;
	}
	
	.page_inner {
		max-width: 840px;
		margin: 30px auto;
	}
	
	/* @end */
	
	/* @group campaign */
	
	.page_campaign_list {
		margin-bottom: 60px;
	}
	
	.page_campaign_list_box {
		margin-bottom: 20px;
	}
	
	.page_campaign_list_box img {
		width: 100%;
		height: auto;
	}
	
	.page_campaign_inner img {
		max-width: 100%;
		height: auto;
	}
	
	.page_campaign_inner p {
		margin-bottom: 1.5em;
	}
	
	.btn_return {
		margin: 50px 0 0;
	}
	
	.btn_return a {
		display: inline-block;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		padding: 8px 50px;
		position: relative;
	}
	
	.btn_return a {
		background: #1A481A;
	}
	
	.btn_return a:after {
		border-left: 8px solid #ffffff;
	}
	
	.page_campaign_inner h2 {
		font-size: 22px;
		margin-bottom: 1.5em;
	}
	
	.page_campaign_inner h3 {
		font-size: 20px;
		margin-bottom: 1.5em;
	}
	
	.page_campaign_inner h4 {
		font-size: 18px;
		margin-bottom: 1.5em;
	}
	
	.page_campaign_inner h5 {
		font-size: 16px;
		margin-bottom: 1.5em;
	}
	/* @end */
	
	/* @group about */
	
	.about_container {
		background: #ffffff;
		position: relative;
		padding: 40px 15px;
	}
	
	.about_title {
		position: absolute;
		top: -30px;
		left: 50%;
		margin: 0 0 0 -140px;
		z-index: 1;
	}
	
	.about_title h2 {
		width: 280px;
		height: 60px;
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
		background: url("../img/about_title_back.png") no-repeat;
		background-size: 280px auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.about_lead {
		font-size: 20px;
		font-weight: bold;
		color: #1A481A;
		text-align: center;
	}
	
	.about_lead_en {
		font-family: 'Stardos Stencil', cursive;
		font-size: 40px;
	}
	
	.about_point_container {
		
	}
	
	.about_point_box {
		margin-bottom: 35px;
	}
	
	.about_point_num {
		font-family: 'Stardos Stencil', cursive;
		font-size: 20px;
		color: #1A481A;
		display: block;
	}
	
	.about_point_box h4 {
		background: #1A481A;
		color: #ffffff;
		padding: 5px 15px;
		font-size: 16px;
	}
	
	.about_point_large {
		font-size: 20px;
	}
	
	.about_point_textarea {
		margin: 15px 0 0;
	}
	
	.about_point_textarea h5 {
		font-size: 18px;
		font-weight: bold;
		color: #000000;
	}
	
	.about_point_text {
		font-size: 16px;
		line-height: 1.8;
	}
	
	/* @end */
	
	/* @group news */
	
	.news_list {
		margin: 0;
		font-size: 16px;
	}
	
	.news_list li {
		margin-bottom: 1em;
	}
	
	.page_news_album {
		
	}
	
	.page_news_album img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
	/* @end */
	
	/* @group price */
	
	.page_anker {
		
	}
	
	.page_anker ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 20px;
	}
	
	.page_anker ul li {
		width: 48%;
		margin: 0 0 30px;
	}
	
	.page_anker ul li a {
		display: block;
		background: #000000;
		color: #ffffff;
		text-decoration: none;
		font-size: 14px;
		padding: 10px 5px;
		font-weight: bold;
		text-align: center;
		position: relative;
	}
	
	.page_anker ul li a:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-top: 14px solid #000000;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		bottom: -14px;
		left: 50%;
		z-index: 1;
		margin-left: -12px;
	}
	
	.section_title {
		height: 76px;
		background: url("../img/lead_title.png") no-repeat center center;
		background-size: auto 76px;
		color: #ffffff;
		display: flex;
		align-items: center;
		padding: 0 15px;
	}
	
	.section_title_long {
		height: 140px;
		background: url("../img/lead_title.png") no-repeat center center;
		background-size: auto 140px;
	}
	
	.section_title h2 {
		font-size: 20px;
		color: #ffffff;
		font-weight: bold;
	}
	
	.price_standard {
		margin: 30px 0;
	}
	
	.price_standard_box {
		
	}
	
	.price_standard h3 {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.price_standard_box table, .price_charter_box table {
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
		border: 1px solid #292412;
	}
	
	.price_standard_box table th, .price_charter_box table th {
		color: #ffffff;
		padding: 10px 15px;
		width: 100%;
		display: block;
		background: rgba(67,93,38,0.8);
		text-align: center;
	}
	
	.price_standard_th {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
	}
	
	.price_standard_box table td, .price_charter_box table td {
		font-size: 18px;
		padding: 20px;
		font-weight: normal;
		width: 100%;
		display: block;
		text-align: center;
		background: #ffffff;
	}
	
	.price_standard_small {
		font-size: 13px;
	}
	
	.list_text {
		font-size: 16px;
		line-height: 2;
	}
	
	.price_standard_flow {
		text-align: center;
	}
	
	.price_standard_flow h3 {
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		margin: 80px 0 0;
	}
	
	.price_standard_flow_table {
		margin: 40px 0 0;
	}
	
	.price_standard_flow_box {
		border: 1px solid #292412;
		border-bottom: 0;
	}
	
	.price_standard_flow_box:last-child {
		border-bottom: 1px solid #292412;
	}
	
	.price_standard_flow_box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.price_standard_flow_time {
		width: 50%;
		position: relative;
		background: rgba(67,93,38,0.8);
	}
	
	.price_standard_flow_name {
		width: 50%;
		background: #ffffff;
	}
	
	.price_standard_flow_text {
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		padding: 10px 10px;
	}
	
	.price_standard_flow_time .price_standard_flow_text {
		color: #ffffff;
	}
	
	.price_standard_cancel {
		margin: 40px 0 0;
	}
	
	.price_standard_cancel h3 {
		font-size: 20px;
		font-weight: bold;
		background: url("../img/price_teirei.png") no-repeat;
		background-size: cover;
		color: #ffffff;
		width: 100%;
		height: 65px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
	}
	
	.price_standard_cancel_text {
		font-size: 16px;
		line-height: 2;
		background: #ffffff;
		padding: 20px;
	}
	
	.btn_large {
		margin: 40px 0;
		text-align: center;
	}
	
	.btn_large a {
		font-size: 18px;
		font-weight: bold;
		display: block;
		padding: 20px 10px;
		margin: 0 auto;
	}
	
	.btn_large a:after {
		top: 50%;
		margin-top: -4px;
	}
	
	.price_charter {
		padding: 0 15px;
		margin: 30px 0;
	}
	
	.price_charter h3 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.price_charter_box {
		margin-bottom: 60px;
	}
	
	.price_charter_box table td {
		text-align: center;
	}
	
	.price_charter_cancel {
		margin: 0 0 30px;
	}
	
	.price_charter_cancel h4 {
		font-size: 18px;
		font-weight: bold;
		margin: 20px 0;
	}
	
	.price_charter_cancel .list_text {
		margin-bottom: 30px;
	}
	
	.price_payment {
		margin: 0 0 30px;
	}
	
	.price_payment h4 {
		font-size: 20px;
		font-weight: bold;
		margin: 20px 0;
	}
	
	.price_shooting_box {
		margin: 30px 0 0;
	}
	
	.price_shooting_text {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 30px;
	}
	
	.price_shooting_img {
		display: flex;
		justify-content: space-between;
	}
	
	.price_shooting_img img {
		width: 49%;
		height: auto;
	}
	
	.price_shooting_point {
		margin: 50px 0 0;
	}
	
	.price_shooting_point_box {
		margin-bottom: 30px;
	}
	
	.price_shooting_point_text {
		
	}
	
	.price_shooting_point_img {
		
	}
	
	.price_shooting_point_img img {
		width: 100%;
		height: auto;
	}
	
	.price_shooting_point_box h3 {
		font-size: 20px;
		font-weight: bold;
		color: #0B330B;
		display: flex;
		align-items: center;
	}
	
	.price_shooting_point_num {
		color: #1A481A;
		font-size: 14px;
		font-weight: bold;
		display: inline-block;
		margin-right: 15px;
	}
	
	/* @end */
	
	/* @group reserve */
	
	.reserve_seat {
		margin: 30px 0;
	}
	
	.reserve_seat_text {
		font-size: 16px;
		line-height: 1.8;
	}
	
	.reserve_seat_img {
		display: flex;
		margin: 30px 0 0;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.reserve_seat_img img {
		width: 49%;
		height: auto;
		margin: 0 0 10px;
	}
	
	/* @end */
	
	/* @group rental */
	
	.rental_container {
		margin: 60px 0;
	}
	
	.rental_box {
		margin-bottom: 60px;
	}
	
	.rental_name {
		background: rgba(67,93,38,0.8);
		padding: 10px 15px;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
	}
	
	.rental_name h3 {
		
	}
	
	.rental_box_sub {
		font-size: 16px;
	}
	
	.rental_detail {
		margin: 30px 0;
	}
	
	.rental_thumb {
		margin-bottom: 30px;
	}
	
	.rental_thumb img {
		width: 100%;
		height: auto;
	}
	
	.rental_text {
		font-size: 16px;
	}
	
	.rental_text_small {
		font-size: 15px;
	}
	
	/* @end */
	
	/* @group field */
	
	.field_container {
		text-align: center;
	}
	
	.field_map {
		margin: 30px 0;
		text-align: center;
	}
	
	.field_map img {
		width: 100%;
		height: auto;
	}
	
	.field_youtube {
		margin: 30px auto;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	
	.field_youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	
	.field_kodawari {
		position: relative;
		max-width: 960px;
		height: 380px;
		background: url("../img/kodawari_back.png") no-repeat center center;
		background-size: cover;
		padding: 50px 15px 0;
		margin: 60px auto;
	}
	
	.field_kodawari h3 {
		width: 280px;
		height: 60px;
		font-size: 20px;
		font-weight: bold;
		color: #ffffff;
		background: url("../img/lead_title_back.png") no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: -30px;
		left: 50%;
		margin: 0 0 0 -140px;
	}
	
	.field_kodawari_text {
		font-size: 16px;
		line-height: 2;
		text-align: left;
	}
	
	.field_barricade {
		margin: 30px 0;
	}
	
	.field_barricade_text {
		font-size: 16px;
		margin-bottom: 30px;
		line-height: 2;
	}
	
	.field_barricade h3 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.field_barricade_area {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	
	.field_barricade_area img {
		width: 49%;
		height: auto;
		margin-bottom: 15px;
	}
	
	/* @end */
	
	/* @group safety */
	
	.safety_box {
		display: flex;
		justify-content: space-between;
		margin: 30px 0;
	}
	
	.safety_text {
		width: 70%;
		font-size: 16px;
	}
	
	.safety_thumb {
		width: 28%;
	}
	
	.safety_thumb img {
		width: 100%;
		height: auto;
	}
	
	/* @end */
	
	/* @group access */
	
	.access_text {
		font-size: 18px;
		font-weight: bold;
		margin: 30px 0;
	}
	
	.access_map {
		margin: 60px 0;
	}
	
	.access_map iframe {
		width: 100%;
	}
	
	.access_youtube {
		margin: 30px 0;
	}
	
	.access_youtube_wrapper {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	
	.access_youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	
	/* @end */
	
	/* @group rule */
	
	.rule_table {
		margin: 30px 0;
	}
	
	.rule_table table {
		border: 1px solid #292412;
	}
	
	.rule_table table th {
		background: rgba(67,93,38,0.8);
		padding: 20px;
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		text-align: left;
		display: block;
		width: 100%;
		vertical-align: middle;
	}
	
	.rule_table table td {
		display: block;
		width: 100%;
		padding: 20px;
		line-height: 2;
		font-size: 16px;
		background: #ffffff;
	}
	
	.rule_table .small {
		font-size: 14px;
	}
	
	/* @end */
	
	/* @group form */
	
	.form_container {
		margin: 0px;
	}
	
	.form_box {
		align-items: center;
		margin-bottom: 30px;
	}
	
	.form_label {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.form_label .required {
		color: #B50000;
	}
	
	.form_input {
		
	}
	
	.form_input input {
		width: 100%;
		border: 2px solid #0B330B;
		font-size: 18px;
		padding: 10px;
		border-radius: 0;
	}
	
	.form_input_age {
		font-size: 16px;
	}
	
	.form_input_age input {
		width: 100px;
	}
	
	.form_container h3 {
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #707070;
		margin: 30px 0;
	}
	
	.form_box_date, .form_box_date2 {
		margin-bottom: 20px;
	}
	
	.form_input_date {
		display: flex;
	}
	
	.form_box_date .form_label {
		
	}
	
	.form_box_date .form_input {
		
	}
	
	.form_box_date2 .form_label {
		
	}
	
	.form_box_date2 .form_input {
		
	}
	
	.form_box_date .form_input input, .form_box_date2 .form_input input {
		width: 60px;
	}
	
	.form_box_date .form_input_radio input[type=radio] {
		width: auto;
		margin: 0 10px 0 0;
	}
	
	.form_input_radio {
		font-size: 16px;
	}
	
	.form_input_radio {
		display: flex;
	}
	
	.mwform-radio-field {
		margin-right: 20px;
	}
	
	.mwform-radio-field label {
		display: flex;
		align-items: center;
	}
	
	.form_input_date_box {
		position: relative;
	}
	
	.form_input_date .error {
		position: absolute;
		bottom: -23px;
		left: 0;
		z-index: 1;
	}
	
	
	.form_column {
		
	}
	
	.form_box_column {
		margin-bottom: 30px;
	}
	
	.form_box_column .form_label {
		width: 150px;
	}
	
	.form_box_column .form_input {
		font-size: 16px;
	}
	
	.form_box_column .form_input input {
		width: 80px;
	}
	
	.form_textarea {
		margin: 40px 0;
	}
	
	.form_textarea textarea {
		width: 100%;
		border: 2px solid #0B330B;
		font-size: 18px;
		padding: 20px;
		border-radius: 0;
		height: 200px;
	}
	
	.form_privacy {
		text-align: center;
		margin: 30px 0;
	}
	
	.form_privacy a {
		font-size: 18px;
		text-decoration: none;
	}
	
	.form_btn {
		text-align: center;
		margin: 30px 0;
	}
	
	.form_btn input[type=submit] {
		border: 0;
		margin: 0;
		color: #45A5B1;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 260px;
		height: 66px;
		color: #fff;
		background: #000;
		font-size: 16px;
		letter-spacing: 5px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
		position: relative;
	}
	
	.form_box_att {
		font-size: 16px;
		margin: 20px 0 0;
	}
	
	.form_box_att .required {
		color: #B50000;
	}
	
	/* @end */
	
	/* @group costume */
	
	.costume_text {
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	.costume_head {
		margin: 0 0px;
	}
	
	.costume_share {
		margin: 30px 0px 0;
		font-size: 16px;
	}
	
	.costume_img img {
		width: 100%;
		height: auto;
	}
	
	.costume_price {
		margin: 30px 0;
	}
	
	.costume_price table {
		width: 100%;
		text-align: left;
		font-size: 18px;
		border: 1px solid #292412;
	}
	
	.costume_price table th {
		color: #ffffff;
		position: relative;
		padding: 20px;
		width: 100%;
		display: block;
		background: rgba(67,93,38,0.8);
	}
	
	.costume_price table td {
		font-size: 18px;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		display: block;
		padding: 20px;
		background: #ffffff;
	}
	
	.costume_price_box01 {
		position: relative;
		padding: 5px 30px 0;
		margin: 10px 10px 0;
		font-size: 16px;
	}
	
	.costume_price_box01:before {
		content: "";
		position: absolute;
		width: 21px;
		height: 109px;
		background: url("../img/kakko01_left.svg") no-repeat;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.costume_price_box01:after {
		content: "";
		position: absolute;
		width: 21px;
		height: 109px;
		background: url("../img/kakko01_right.svg") no-repeat;
		top: 0;
		right: 0;
		z-index: 1;
	}
	
	.costume_price_box02 {
		position: relative;
		padding: 5px 30px 0;
		margin: 10px 10px 0;
		font-size: 16px;
	}
	
	.costume_price_box02:before {
		content: "";
		position: absolute;
		width: 21px;
		height: 89px;
		background: url("../img/kakko02_left.svg") no-repeat;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.costume_price_box02:after {
		content: "";
		position: absolute;
		width: 21px;
		height: 89px;
		background: url("../img/kakko02_right.svg") no-repeat;
		top: 0;
		right: 0;
		z-index: 1;
	}
	
	.costume_price_photo {
		margin-bottom: 30px;
	}
	
	.costume_price_photo img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
	.costume_time {
		margin: 30px 0;
	}
	
	.costume_time table {
		width: 100%;
		text-align: left;
		font-size: 18px;
		border: 1px solid #292412;
	}
	
	.costume_time table td {
		width: 50%;
		font-size: 18px;
		padding: 15px 0;
		text-align: center;
		background: rgba(67,93,38,0.8);
		border: 1px solid #292412;
		color: #ffffff;
	}
	
	.costume_time table td:nth-child(2) {
		width: 50%;
		text-align: left;
		background: #ffffff;
		color: #000;
		padding: 15px;
	}
	
	.costume_cal_text {
		margin: 30px 0;
		color: #DA0B09;
		font-size: 15px;
	}
	
	.costume_cal {
		background: #ffffff;
		padding: 10px;
	}
	
	.costume_cal img {
		width: 100%;
		height: auto;
	}
	
	.costume_kiyaku {
		font-size: 16px;
		margin: 30px 0px;
	}
	
	.costume_kiyaku .costume_img {
		margin: 30px 0 0;
	}
	
	.costume_kiyaku ul {
		margin: 40px 0 0;
		line-height: 2;
	}
	
	.costume_chinori {
		margin: 30px 0;
		display: flex;
		justify-content: space-between;
	}
	
	.costume_chinori img {
		width: 48%;
		height: auto;
	}
	
	/* @end */
	
	/* @group media */
	
	.media_content {
		margin: 30px 0;
	}
	
	.media_content_text {
		font-size: 16px;
	}
	
	.media_content_photo {
		margin: 30px 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.media_content_field {
		margin: 30px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.media_content_photo img, .media_content_field img {
		width: 49%;
		height: auto;
		margin-bottom: 10px;
	}
	
	.media_works {
		margin: 30px 0px 0;
	}
	
	.media_works_img {
		margin: 0 0 0px;
	}
	
	.media_works_img img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
	.media_price {
		margin: 30px 0;
	}
	
	.media_price_box {
		
	}
	
	.media_price_box table {
		width: 100%;
		text-align: center;
		border: 1px solid #292412;
		margin-bottom: 30px;
	}
	
	.media_price_box table th {
		color: #ffffff;
		position: relative;
		padding: 20px 15px;
		width: 100%;
		display: block;
		font-size: 18px;
		background: rgba(67,93,38,0.8);
	}
	
	.media_price_box table td {
		font-size: 18px;
		padding: 20px 10px;
		font-weight: bold;
		vertical-align: middle;
		width: 100%;
		display: block;
		background: #ffffff;
	}
	
	.media_price_box table th .price_standard_small {
		font-size: 13px;
	}
	
	/* @end */
	
	/* @group manga */
	
	.manga_youtube {
		margin: 0 0px;
	}
	
	.manga_img, .manga_text {
		margin: 30px 0;
	}
	
	.manga_img img {
		width: 100%;
		height: auto;
	}
	
	.manga_text {
		font-size: 16px;
		line-height: 2;
	}
	
	/* @end */
	
	/* @group blog */
	
	.blog_content {
		margin: 30px 0;
	}
	
	.blog_content h3 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.blog_text {
		font-size: 16px;
		line-height: 2;
	}
	
	.blog_text p {
		margin-bottom: 1.5em;
	}
	
	.blog_text img {
		max-width: 100%;
		height: auto;
	}
	
	/* @end */
	
	/* @group first */
	
	.first_content {
		margin: 30px 0;
	}
	
	.first_content_text {
		font-size: 16px;
		line-height: 2;
	}
	
	.first_table1 {
		width: 100%;
		margin: 60px 0;
		text-align: center;
	}
	
	.first_table1 th {
		background: rgba(67,93,38,0.8);
		padding: 20px 15px;
		font-size: 18px;
		color: #FFFFFF;
		vertical-align: middle;
		width: 100%;
		display: block;
	}
	
	.first_table1 td {
		padding: 20px 15px;
		font-size: 18px;
		width: 100%;
		display: block;
		background: #ffffff;
	}
	
	.first_content_img {
		display: flex;
		justify-content: space-between;
		margin: 30px 0;
		flex-wrap: wrap;
	}
	
	.first_content_img img {
		width: 49%;
		height: auto;
		margin-bottom: 10px;
	}
	
	.first_manga {
		background: rgba(67,93,38,0.8);
		padding: 10px 15px;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
		margin: 30px 0;
	}
	
	.first_manga_box {
		margin: 0 0px;
	}
	
	.first_content h4 {
		font-size: 20px;
		font-weight: bold;
	}
	
	.first_table2 {
		width: 100%;
		margin: 30px 0;
	}
	
	.first_table2 th {
		background: rgba(67,93,38,0.8);
		padding: 15px 20px;
		font-size: 18px;
		color: #FFFFFF;
		text-align: left;
		width: 100%;
		display: block;
	}
	
	.first_table2 td {
		padding: 15px 20px;
		font-size: 18px;
		text-align: center;
		width: 100%;
		display: block;
		background: #ffffff;
	}
	
	.first_table2 td.arrow {
		background: none;
	}
	
	.first_table2 td.arrow:last-child {
		display: none;
	}
	
	.first_content_text_center {
		text-align: center;
		margin-bottom: 60px;
	}
	
	.first_faq {
		border-bottom: 1px solid #0B330B;
		position: relative;
	}
	
	.first_faq:last-child {
		border-bottom: 0;
	}
	
	.first_faq_q {
		cursor: pointer;
	}
	
	.first_faq_q, .first_faq_a {
		position: relative;
		font-size: 16px;
		font-weight: bold;
		padding: 25px 50px 20px 50px;
		margin-bottom: 10px;
	}
	
	.first_faq_a {
		display: none;
	}
	
	.first_faq_q span, .first_faq_a span {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		font-size: 40px;
		font-weight: bold;
		color: #1A481A;
		font-family: 'Cormorant', serif;
	}
	
	.first_faq_a a {
		text-decoration: underline;
	}
	
	.openbtn {
		position: absolute;
		top: 50%;
		right: 20px;
		z-index: 1;
		width: 16px;
		height: 16px;
		background: url("../img/first_plus.svg") no-repeat;
		background-size: 16px auto;
		margin-top: -8px;
	}
	
	.open .openbtn {
		background: url("../img/first_minus.svg") no-repeat;
		background-size: 16px auto;
	}
	
	/* @end */
	
	
	
	/* @group album */
	
	.album_container ul,
	.page_news_album ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	
	.album_container ul li,
	.page_news_album ul li {
		width: 49%;
		margin-bottom: 20px;
	}
	
	.album_container ul li img,
	.page_news_album ul li img,
	#content .gallery .gllr_image_block a img,
	.gallery .gllr_image_block a img {
		width: 100% !important;
		height: auto !important;
		border: 0 !important;
	}
	
	.gllr_image_row {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.gllr_image_block {
		float: none !important;
		width: 48%;
		margin-bottom: 15px;
	}
	
	.gllr_image_row p{
		width: auto !important;
		height: auto !important;
	}
	
	.album_thumb {
		margin-bottom: 10px;
	}
	
	.album_name {
		margin-bottom: 10px;
	}
	
	.album_link a {
		display: block;
	}
	
	.gallery_box_single {
		
	}
	
	.gllr_image_block a {
		position: relative;
		display: block;
	}
	
	.gllr_image_block a br {
		display: none;
	}
	
	.gllr_image_block a:before {
		position: absolute;
		content: "";
		width: 27px;
		height: 27px;
		bottom: 3px;
		right: 3px;
		z-index: 1;
		background: url("../img/icon_album.png") no-repeat;
		background-size: 27px auto;
	}
	
	.album_att {
		margin-bottom: 30px;
	}
	
	h1.entry-title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 30px;
	}
	
	.fancybox-title-inside {
		margin-left: 0 !important;
	}
	
	.page_news_album ul li:nth-child(n + 4) {
		display: none;
	}
	
	/* @end */
	
	/* @group footer */
	
	footer {
		background: #0B330B;
		padding: 80px 0 20px;
		color: #ffffff;
		position: relative;
	}
	
	.footer_content {
		display: flex;
		flex-wrap: wrap;
	}
	
	.footer_address {
		order: 2;
		width: 100%;
	}
	
	.footer_address h2 {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 20px;
	}
	
	.footer_address_text {
		font-size: 14px;
	}
	
	.footer_address_box {
		display: flex;
		margin: 20px 0;
		font-size: 15px;
	}
	
	.footer_address_tel {
		background: url("../img/icon_tel.svg") no-repeat 0 3px;
		background-size: 19px auto;
		padding: 0 0 0 25px;
	}
	
	.footer_address_mail {
		background: url("../img/icon_mail.svg") no-repeat 0 3px;
		background-size: 21px auto;
		padding: 0 0 0 25px;
		margin-left: 20px;
	}
	
	.footer_address_time {
		font-size: 15px;
	}
	
	.footer_address_time span {
		font-size: 11px;
	}
	
	.footer_link {
		order: 1;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.footer_link ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.footer_link li {
		width: 47%;
		margin: 0 0 20px;
	}
	
	.footer_link a {
		color: #ffffff;
		display: block;
		border-bottom: 1px solid #ffffff;
		text-decoration: none;
		position: relative;
		font-size: 14px;
		font-weight: bold;
		padding: 10px 0 5px;
	}
	
	.footer_link a:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-left: 8px solid #ffffff;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		top: 20px;
		right: 0;
		z-index: 1;
	}
	
	.copyright {
		text-align: center;
		margin: 40px 0 0;
	}
	
	.pagetop {
		position: absolute;
		top: -60px;
		right: 0;
		z-index: 100;
	}
	
	/* @end */
}


/* 東内追加分 */
.index_event {
	background: url("../img/page_back.jpg") repeat-y top center;
	background-size: 100% auto;
	position: relative;
}
.index_event h2, .index_movie h2 {
	font-size: 45px;
	font-weight: 600;
	color: #0B330B;
	font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	text-align: center;
}
.index_movie h2 {
	color: #ffffff;
}
.index_movie {
	background: url("../img/background_02.jpg") no-repeat top center;
	background-size: cover;
	position: relative;
}
.movie-youtube {
	display: flex;
	justify-content: space-around;
	margin-top: 25px;
}
.movie-youtube p {
	width: 47%;
	height: auto;
	display: block;
	color: #ffffff;
}
.movie-youtube p iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

@media all and (min-width: 769px) {
	.index_event_inner, .index_movie_inner {
		padding: 80px 0 60px;
	}	
	.event-10 {
		display: flex;
		justify-content: space-around;
		margin-top: 25px;
	}
} /* min769 end */
@media all and (max-width: 768px) {
	.index_event h2, .index_movie h2 {
		font-size: 32px;
		padding-top: 20px;
	}
	.event-10, .movie-youtube {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 25px;
	}
	.event-10 {
		flex-direction: row;
		justify-content: space-between;
	}
	.event-10 p {
		margin-bottom: 20px;
		text-align: center;
	}
	.event-10 p img {
		max-width: 100%;
		max-height: auto;
	}
	.event-10 p:last-child {
		margin-left: 1em;
	}

	.movie-youtube p {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.movie-youtube {
		padding-top: 0px;
	}
} /* min769 end */

/* メディア実績のページを見やすく（NARTS/Takuri） */
a.media-post-box:hover {
	opacity: 0.7;
	display: block;
	transition: all 0.3s;
}
div.media-post_info {
	padding: 0.2em;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #385031;
}
.page_campaign_list_box a {
	text-decoration-line: none !important;
}
/* トップページにメディア実績のサムネールを並べる */
.index_media-list {
	background: url("../img/page_back.jpg") repeat-y top center;
	background-size: 100% auto;
	padding: 40px 0 60px 0;
	position: relative;
}
.index_media-list h2 {
	font-size: 45px;
	font-weight: 600;
	color: #0B330B;
	font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}
.index_media-list .more-info {
	text-align: center;
 	margin-top: 32px;
}
ul.media-achievements-thumbnails {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

ul.media-achievements-thumbnails li {
	max-width: 300px;
	margin-left: 100px;
	text-align: center;
}

ul.media-achievements-thumbnails li a {
	text-decoration: none !important;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

ul.media-achievements-thumbnails li a img {
	margin: 0 auto 0 auto;
	align-self: flex-start;
	text-align: center;
	display: block;
	height: auto;
}

ul.media-achievements-thumbnails li div.media-achievements-info {
	width: 100%;
	padding: 0.2em;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #385031;
}

.media-achievements-date, .media-achievements-title {
	display: block;
	line-height: 1.5em;
	text-align: left; /* テキストを左揃え */
}
@media all and (max-width: 768px) { /* リンクとドッグタグの距離をとる */
	.index_media-list {
		padding: 30px 0 80px 0;
	}
}



/* メディア実績のページを見やすく（NARTS/野中） */
.infiniteslide ul li {
	display: inline-block;
}

