html{font-size: 62.5%}

html {
	visibility: hidden;
}

html.wf-active,
html.loading-delay {
	visibility: visible;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	background: #fff;
	font-size: 1.6em;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt" !important;
	letter-spacing: 0.05em;
	text-align: justify;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Crimson Text', 'Noto Serif JP', serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	margin-bottom: 3rem;
	position: relative;
	color: #000;
}
.h2, h2 {
	font-size: 3.6rem;
	margin-bottom: 30px;
}
.h3, h3 {
	font-size: 2.8rem;
}

.navbar-brand,
.navbar-brand > a,
h3.widget-title,
.widget {
	font-size: inherit;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #000;
	font-size: 1.4rem;
	padding: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	color: #df6626;
	font-weight: inherit;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(:first-child) > a:before {
	content: '｜';
	margin: 0.25rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover:before,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:before {
	color: #000;
}

@media (min-width: 1200px){
.container {
	max-width: 1170px;
}
}


.row {
}

/*
https://beginners-high.com/container-child-over/
*/


@media (max-width: 1200px){

	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		font-size: 1.6rem;
		padding: .5em 1em;
		text-align: center;
		border-top: 1px solid #ccc;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li:not(:first-child) > a:before {
		display: none;
	}

	#main-nav {
		max-height: calc(100vh - 120px);
		overflow: scroll;
		margin-top: 30px;
		padding-bottom: 60px;
	}
}


@media (max-width: 767.98px){
	body {
		font-size: 1.4em;
		line-height: 1.5;
	}

	.h2, h2 {
		font-size: 2.8rem;
		margin-bottom: 15px;
	}
	.h3, h3 {
		font-size: 1.8rem;
	}
}




a {
	color: #000;
}
a img {
}

a:hover {
	color: #df6626;
	text-decoration: underline;
}

@media screen and ( min-width: 767px ){
	a {
		transition: .2s;
	}
	a img {
		transition: .2s;
	}
	a:hover img {
		opacity: .7;
	}
}

@media(min-width: 768px){
	a[href^="tel:"]{
		pointer-events: none;
		text-decoration: none !important;
	}
}


p {
	margin-top: 0;
	margin-bottom: 3rem;
}
.lead {
	font-size: 1.8rem;
}

hr {
	margin-top: 60px;
	margin-bottom: 60px;
	border-top: 1px solid #ccc;
}

input {
	border:0;
	padding:10px;
	color:#999;
	border:solid 1px #ccc;
	margin:0;
}


button, input, optgroup, select, textarea {
	font-size: 1.4rem;
	line-height: 1.3;
}




.page-content, .entry-content, .entry-summary {
	margin: 0;
}





header#masthead {
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	padding: 20px 15px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	position: fixed;
	width: 100%;
top: 0;
transition: .5s;
}

header#masthead.hide{
transform: translateY(-100%);
}


.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 10px;
	width: 16vw;
}
.navbar-brand > a {
	color: #000;
}

.submenu {
	font-size: 1.4rem;
	display: block;
	text-align: right;
	color: #999;
	margin: 0 0 10px;
}
.submenu a {
	color: #999;
}
.submenu a:hover {
	color: #df6626;
	text-decoration: none;
}
.submenu_child {
	margin: 0 0 0 20px;
	display: inline-block;
}

.submenu_sns,
.submenu_search {
	font-size: 2rem;
	line-height: 1;
}
.submenu_sns a {
	padding: 0 0.3em;
	display: inline-block;
}


.submenu_faq {
font-size: 1.2rem;
margin: 0 0 0 10px;
}
.submenu_faq a.bt_link {
	margin-bottom: 0;
	padding: 0.2em 1em 0.25em;
	display: inline-block;
	position: relative;
	top: -0.2em;
	margin: 0 0 0 10px;
}

.submenu_search button,
.submenu_search input {
	padding: 0;
	background: transparent;
}
.submenu_search button {
	border: none;
	color: #999;
}

.submenu_search .searchsubmit {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	padding: 0;
	cursor: pointer;
	border: none;
	background: transparent;
}

@media screen and ( min-width: 767px ){
.submenu_search .searchsubmit:hover {
	opacity: .6;
}
}




.navbar-nav {
	justify-content: flex-end;
}
/*
.dropdown-toggle::after {
	display: none;
} */


body .dropdown .dropdown-menu {
	border: 1px solid #ccc;
padding: 15px 0;
	border-radius: 0;
	font-size: 1.2rem;
	line-height: 1.3;
	color: inherit;
	margin: 0;
}
body .dropdown .dropdown-menu a {
	display: block;
	margin-bottom: 0;
	padding: 15px;
	border-top: 1px solid #ddd;
}
body .dropdown .dropdown-menu a:hover {
text-decoration: none;
background: rgba(39, 20, 6, 0.7);
color: #fff;
}
body .dropdown .dropdown-menu a > img {
	margin-bottom: 5px;
	display: none !important;
}


.dropdown:hover > a {
	color: #df6626 !important;
}
body .dropdown .dropdown-menu {
	font-size: 1.4rem;
	width: auto;
    min-width: 15em;
	position: absolute !important;
    top: 1.75em;
	left: 0;
	border: none;
	padding: 0;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+20,0.9+100 */
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff',GradientType=0 ); /* IE6-9 */
}
.dropdown:hover .dropdown-menu {
	display: block;
}
@media (max-width: 767.98px){
	.dropdown {
		overflow: hidden;
	}
	a.nav-link {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.dropdown.show > a {
		overflow: hidden;
		background: rgba(39, 20, 6, 0.7);
		color: #fff !important;
	}
	.dropdown:hover .dropdown-menu {
		display: none;
	}
	body .dropdown .dropdown-menu {
		position: relative !important;
		top: 0;
		padding: 0;
		box-shadow: none;
		transition: .2s;
		height: 0;
		text-align: center;
		transition: all 0.5s;
		overflow: hidden;
		transform-Origin: top center;
		transform: scale(1,0);
		display: block;
	}
	body .dropdown .dropdown-menu.show {
		display: block;
		height: auto;
		transform: scale(1);
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		background: rgba(39, 20, 6, 0.05);
	}
	body .dropdown .dropdown-menu a {
		display: block;
		margin-bottom: 0;
		padding: 1em 1em;
		border-bottom: 1px solid #ccc;
	}
	.dropdown-menu.collapsing {
		display:block;
	}
}







.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border: none;
	padding: 0px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	position: relative;
	margin: 0 5px;
	outline: none;
}
.navbar-light .navbar-toggler:after {
	content: 'MENU';
	font-size: 11px;
	text-align: center;
	position: absolute;
	display: block;
	right: 0;
	bottom: -3px;
	transition: ease .2s;

}
.navbar-light .navbar-toggler-icon {
	background-image:none; /* この行で背景画像を無効化 */
	background-color: #999;
	width: 30px;
	height: 2px;
	display: block;
	position: absolute;
	transition: ease .2s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:0px;}
.navbar-toggler-icon:nth-of-type(2) {top:7px;}
.navbar-toggler-icon:nth-of-type(3) {top:14px;}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
top:13px;
transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
top:13px;
transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"]:after {
	bottom: -10px;
}





@media (min-width: 1200px){
.navbar-expand-xl .navbar-collapse {
	display: block!important;
}
}

@media (max-width: 1200px){
		.navbar-brand {
			width: 150px;
		}
		.submenu {
			text-align: center;
			line-height: 1.8;
		}
		.submenu_child {
			margin: 0 15px 15px;
		}
		.submenu_sns,
		.submenu_search {
			font-size: 2.4rem;
		}

	}
@media (max-width: 767.98px){
hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
	.lead {
		font-size: 1.6rem;
	}
	header#masthead {
		background: #fff;
		padding: 15px 0;
	}

}



.slider_wrap {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	min-height: 540px;
}

.ms-slide .ms-slide-bgcont img {
max-width: none;
}

#page_cont {
	padding-top: 100px;
}

@media (max-width: 1199.98px){
	#page_cont {
		padding-top: 70px;
	}
}
@media (max-width: 767.98px){
	#page_cont {
		padding-top: 53px;
	}
}


#page-sub-header {
	background: url("img/slide/s2.jpg") no-repeat center bottom;
	background-size:cover;
	padding: 90px 0;
	font-size: 1.8rem;
}
#page-sub-header h1 {
	color: #fff!important; margin-bottom: 0.4rem!important;
	text-shadow: #000 0px 0px 5px, #000 0px 0px 5px, #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
}
#page-sub-header p {
	color: #fff!important; font-weight: bold;
	font-size: 1.8rem;
	text-shadow:#000 0px 0px 5px, #000 0px 0px 5px, #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
}



.p_recruit #page-sub-header {
	background: url("img/recruit/st1.jpg") no-repeat center center;
	background-size:cover;
}

.p_gelande #page-sub-header {
background: url("img/lower/st_gelande.jpg") no-repeat center center;
background-size: cover;
}
.p_charges #page-sub-header {
background: url("img/lower/st_charges.jpg") no-repeat center center;
background-size: cover;
}
.p_rental #page-sub-header {
background: url("img/lower/st_rental.jpg") no-repeat center center;
background-size: cover;
}
.p_activities #page-sub-header {
background: url("img/lower/st_activities.jpg") no-repeat center center;
background-size: cover;
}
.p_school #page-sub-header {
background: url("img/lower/st_school.jpg") no-repeat top center;
background-size: cover;
}
.p_events #page-sub-header {
background: url("img/lower/st_events.jpg") no-repeat center center;
background-size: cover;
}
.p_restaurant #page-sub-header {
background: url("img/lower/st_restaurant.jpg") no-repeat center center;
background-size: cover;
}
.p_access #page-sub-header {
background: url("img/lower/st_access.jpg") no-repeat center center;
background-size: cover;
}
.p_facilities #page-sub-header {
background: url("img/lower/st_facilities.jpg") no-repeat center center;
background-size: cover;
}

.p_covid19 #page-sub-header {
	background: url("img/covid19/covid19_st1_sp.png") no-repeat center center;
	background-size: cover;
	height: 70.65vw;
}
.p_covid19 #page-sub-header > .container {
	display: none;
}
.p_30th #page-sub-header {
	background: url("img/30th/30th_st1.jpg") no-repeat center center;
	background-size: cover;
	height: 48.5vw;
    padding: 0;
}
.p_30th #page-sub-header > .container {
	display: none;
}



@media screen and (min-width: 768px){
body:not(.theme-preset-active) #page-sub-header {
	font-size: 1.8rem;
}
body:not(.theme-preset-active) #page-sub-header h1 {
	font-size: 4.4rem;
}
.p_covid19 #page-sub-header {
	background: url("img/covid19/covid19_st1.png") no-repeat center center;
	background-size: cover;
	height: 25vw;
}
}





#content.site-content {
	padding-bottom: 120px;
	padding-top: 60px;
	overflow: hidden;
	position: relative;
}


.breadcrumbs {
	font-size: 1.2rem;
	padding: 15px 0;
	color: #999;
}
.breadcrumbs a {
	color: #999;
}



@media (max-width: 767.98px){
	#page-sub-header {
		padding: 30vw 0;
		font-size: 1.6rem;
	}
	#content.site-content {
		padding-bottom: 60px;
		padding-top: 30px;
	}
	.breadcrumbs {
		padding: 5px 0;
	}
}




.foot_top_box .fluid_foot_box .fluid_foot_box_inner a:not(.bt_link_w) {
color: #fff;
}






a.bt_link {
	display: flex;
	color: #999;
	border: 1px solid #999;
	padding: 0.6em;
	text-decoration: none;
	position: relative;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;
	cursor: pointer;
	justify-content: center;
	align-items: center;
}


a.bt_link:hover {
	background: rgba(39, 20, 6, 0.7);
	color: #fff;
	border: 1px solid rgba(39, 20, 6, 0);
}
@media screen and ( min-width: 767px ){
a.bt_link:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
}


a.bt_link > i {
	float: left;
	line-height: inherit;
	margin-right: 0.3em;
}
.info_item a.bt_link > i {
	float: none;
	line-height: 1;
	margin-right: 0;
}

a.bt_link_nexter {
	padding: 0.6em 2em 0.6em 0.6em;
}
a.bt_link_prever {
	padding: 0.6em 0.6em 0.6em 2em;
}

a.bt_link_nexter.bt_link_active,
a.bt_link_prever.bt_link_active {
	background: rgba(39, 20, 6, 0.7);
	color: #fff;
}


	a.bt_link_nexter:hover,
	a.bt_link_prever:hover {
		background: rgba(39, 20, 6, 0.7);
		color: #fff;
	}


a.bt_link_nexter:after,
a.bt_link_prever:after {
	position: absolute;
	right: 0.8em;
	display: block;
	content: "";
	width: 0.7em;
	height: 0.7em;
	border-right: 2px solid #999;
	border-top: 2px solid #999;
	transform: rotate(45deg);
	bottom: calc(50% - 0.35em);
	transition: .2s;
}

a.bt_link_prever:after {
	right: auto;
	left: 0.8em;
	transform: rotate(-135deg);
}

a.bt_link_nexter.bt_link_active:after,
a.bt_link_prever.bt_link_active:after {
	border-color: #fff;
}

	a.bt_link_nexter:hover:after,
	a.bt_link_prever:hover:after {
		border-color: #fff;
	}



a.bt_anchor {
	padding: 0.6em 2em 0.6em 0.6em;
	margin-bottom: 0px;
}
a.bt_anchor:after {
	position: absolute;
	right: 0.8em;
	display: block;
	content: "";
	width: 0.7em;
	height: 0.7em;
	border-right: 2px solid #999;
	border-top: 2px solid #999;
	transform: rotate(135deg);
	bottom: calc(50% - 0.2em);
	transition: .2s;
}

a.bt_anchor:hover:after {
	border-color: #fff;
}



a.bt_link_w {
	color: #fff;
	border: 1px solid #fff;
}
a.bt_link_w:after {
	border-color: #fff;
}

	a.bt_link_w:hover {
		background: #fff;
		border-color: #fff;
		color: rgba(39, 20, 6, 0.7);
	}
	a.bt_link_w:hover:after {
		border-color: rgba(39, 20, 6, 0.7);
	}


a.bt_primary {
	color: rgba(39, 20, 6, 0.7);
	border-color: rgba(39, 20, 6, 0.7);
	border-width: 2px;
}
a.bt_primary:after {
	border-color: rgba(39, 20, 6, 0.7);
}

	a.bt_primary:hover {
		border-width: 2px;
	}


.anchor_set {
margin-bottom: 30px;
border-left: 1px solid #999;
border-top: 1px solid #999;
}

.anchor_set a.bt_anchor {
	height: 100%;
}

.anchor_set > div > a.bt_anchor {
	border-top: none;
	border-left: none;
}

@media (min-width: 768px){
}
@media (max-width: 767.98px){
	.anchor_set {
		margin-bottom: 30px;
		border-left: 1px solid rgba(39, 20, 6, 0.7);
		border-top: 1px solid rgba(39, 20, 6, 0.7);
		margin-right: -16px;
		margin-left: -16px;
	}
	.anchor_set a.bt_anchor {
		height: 100%;
		margin: 0;
		border-left: none;
		border-top: none;
		min-height: 4.3em;
	}
}




h2 a.bt_link,
h3 a.bt_link {
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	padding-right: 2em;
	position: absolute;
	bottom: 0;
	right: 0;
	height: auto;
}







a.bt_pick {
	text-align: center;
	display: block;
	background: #000;
	color: #fff;
	height: 20.75vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	/* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); */
	/*font-weight: 300;*/
}

a.bt_pick:hover {
	text-decoration: none;
	/*background: #6a5a4e;*/
	background: rgba(39, 20, 6, 1);
	/* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3); */
}

a.bt_pick .inner {
	z-index: 1;
	text-shadow: #000 0px 0px 10px;
}


a.bt_pick .item_img {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .7;
	top: 0;
	left: 0;
}

a.bt_pick .item_img img {
	width: 100%;
	height: 100%;
	transition: .4s;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

@media screen and ( min-width: 767px ){
a.bt_pick:hover .item_img img {
	transform: scale(1.1);
}
}

a.bt_pick .en_txt {
	display: block;
	margin-bottom: 0.5em;
	color: #fff;
}







@media (max-width: 767.98px){
	a.bt_link {
		padding: 0.6em 2em 0.6em 0.6em;
		font-size: 1.2rem;
	}
	a.bt_pick {
		height: calc(20.75vw * 2);
		margin-bottom: 30px;
	}
	h2 a.bt_link,
	h3 a.bt_link {
		position: relative;
		display: block;
		margin: 15px auto 0;
		width: fit-content;
	}
}






.site-footer {
	background: #fff;
position: relative;
}



.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 30px;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}




.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 30px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



.l_txt {
	font-size: 175% !important;
	line-height: 1;
	font-weight: 200;
}
.s_txt {
	font-size: 75% !important;
}


.sec_box {
	margin-bottom: 120px;
}



.fluid_box {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: #867C74;
	color: #fff;
	overflow: hidden;
}
.fluid_box .inner {
	padding: 90px 0;
}

.fluid_box video {
	margin: 0 auto;
	z-index: -1;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
}



@media (max-width: 767.98px){
	.sec_box {
		margin-bottom: 60px;
	}
}




/* ================================================================================= */



.home h2,
.home h3 {
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 0.7em;
	margin-bottom: 30px;
}
.home .fluid_box h2,
.home .fluid_box h3 {
	border-bottom: none;
	padding-bottom: 0;
	color: #fff;
}

.home .lead {
	text-align: center;
	margin-bottom: 45px;
}



.home_icons {
/* display: flex;
justify-content: space-around; */
text-align: center;
line-height: 1.2;
}
.home_icons a {
	display: block;
	color: #999;
	padding: 15px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.home_icons > div:last-child a {
	border-right: none;
}

.home_icons a:hover {
	background-color: rgba(39, 20, 6, 0.7);
	color: #fff;
	text-decoration: none;
}
.home_icons a:hover .svg path,
.home_icons a:hover .svg rect {
	fill: #fff !important;
}

.home_icons a .svg {
	margin-bottom: 10px;
}
.home_icons .item_name {
	display: block;
}



@media (max-width: 767.98px){
	.home_icons a .svg {
		display: none;
	}
}




.home .slide_title {
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,.1);
	display: none;
}
.home .slide_title img {
	width: 391px;
	margin-bottom: 60px;
}


.infowidget {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
.infowidget a {
	color: #fff;
	display: block;
}
.infowidget a:hover {
	text-decoration: none;
}
.infowidget p {
	margin: 0;
}

.infowidget .svg path,
.infowidget .svg rect {
	fill: #fff !important;
}

.infowidget.infowidget_home {
	position: absolute;
	right: 30px;
	top: 130px;
	width: 240px;
}
.info_item {
	width: 100%;
	background-color: rgba(39, 20, 6, 0.7);
}

.infowidget a.bt_link {
margin-bottom: 0;
border: none;
}

.info_item_main {
	border-bottom: 1px solid #fff;
	padding: 15px;
}
.info_item_main .item_title {
	font-size: 2rem;
}

.infowidget_home .info_item_weather {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 50%;
	padding: 15px;
}
.infowidget_home .info_item_weather .item_icon_weather {
font-size: 2.4em;
line-height: 1.3;
}
.infowidget_home .info_item_weather .item_icon_weather .weather_txt {
	font-size: 1.2rem;
	display: block;
}

.infowidget_home .info_item_temp {
	border-bottom: 1px solid #fff;
	width: 50%;
	padding: 15px;
}
.infowidget_home .info_item_temp .item_temp {
font-size: 1.8rem;
padding-top: 0.8em;
}
.infowidget_home .info_item_snow {
margin-bottom: 10px;
padding: 15px;
}
.infowidget_home .info_item_snow table {
	margin: 0 auto;
	width: auto;
}
.infowidget_home .info_item_snow table th {
	font-weight: 400;
	padding: 0 15px;
	vertical-align: bottom;
}
.infowidget_home .info_item_snow table td {
	font-size: 1.6rem;
	text-align: left;
}
.infowidget_home .info_item_yotei {
	margin-bottom: 10px;
}
.infowidget_home .info_item_livecam_title {
	border-bottom: 1px solid #fff;
	padding: 5px;
	font-size: 1.2rem;
}
.infowidget_home .info_item_livecam {
	margin-bottom: 10px;
	display: flex;
	font-size: 1.2rem;
}
.infowidget_home .info_item_livecam a.bt_link {
	border-right: 1px solid #fff;
	width: 50%;
}
.infowidget_home .info_item_livecam a.bt_link:last-child {
	border-right: none;
}


@media (max-width: 1199.98px) {
	.infowidget.infowidget_home {
		right: 15px;
		top: 85px;
		width: 220px;
	}
}
@media (max-width: 991.98px){
	.infowidget.infowidget_home {
		position: static;
		width: 100%;
	}
	.home .slide_title img {
		width: 70vw;
		margin-bottom: 0;
	}



.infowidget_home .info_item_weather {
	width: 33.3%;
	padding: 10px;
}
.infowidget_home .info_item_weather .item_icon_weather {
	font-size: 2.0em;
	line-height: 1.5;
}
.infowidget_home .info_item_temp {
	border-right: 1px solid #fff;
	width: 33.3%;
	padding: 10px;
}
.infowidget_home .info_item_temp .item_temp {
font-size: 1.4rem;
padding-top: 0.8em;
}
.infowidget_home .info_item_snow {
	border-bottom: 1px solid #fff;
margin-bottom: 0;
padding: 15px 5px;
width: 33.3%;
}
.infowidget_home .info_item_snow table {
	margin: 0 auto;
	width: auto;
	line-height: 2;
}
.infowidget_home .info_item_snow table th {
	font-weight: 400;
	padding: 0 5px 0 0;
	vertical-align: bottom;
}
.infowidget_home .info_item_snow table td {
	font-size: 1.4rem;
	text-align: left;
}
.infowidget_home .info_item_yotei {
	margin-bottom: 1px;
}
.infowidget_home .info_item_livecam {
	margin-bottom: 1px;
}
}









.home_sidewidget {
position: fixed;
right: -60px;
top: 15vh;
width: 60px;
z-index: 0;
transition: .2s;
max-height: 85vh;
overflow-y: scroll;
z-index: 1;

	-ms-overflow-style: none;/* IE, Edge 対応 */
	scrollbar-width: none; /* Firefox 対応 */
}
.home_sidewidget::-webkit-scrollbar {/* Chrome, Safari 対応 */
	display:none;
}



.home_sidewidget .infowidget {
font-size: 1rem;
line-height: 1.2;
}
.home_sidewidget .svg {
	max-width: 40px;
	height: auto;
	margin-bottom: 7px;
max-height: 40px;
}

.home_sidewidget .info_item a {
	padding: 10px 5px 7px;
}

.home_sidewidget .info_item a:hover {
	color: rgba(39, 20, 6, 0.7);
	background: #fff;
}

.home_sidewidget .info_item a:hover .svg path,
.home_sidewidget .info_item a:hover .svg rect {
	fill: rgba(39, 20, 6, 0.7) !important;
}




.home_sideicons .item_name {
	height: 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home_sidewidget .info_item {
margin-bottom: 1px;
}


.home_sideinfo {
	margin-bottom: 30px;
}
.home_sideinfo .info_item {
	margin-bottom: 1px;
	padding: 7px 5px;
}
.home_sideinfo .item_title {
	margin-bottom: 5px;
}

.home_sideinfo .info_item_weather .item_icon_weather {
	font-size: 2.4em;
	line-height: 1.3;
}
.home_sideinfo .info_item_weather .item_icon_weather .weather_txt {
	font-size: 1rem;
	display: block;
}
.home_sideinfo .item_snow_cond {
	font-size: 1.2rem;
}




.post_item {
margin-bottom: 60px;
}
.post_item a {
display: block;
text-decoration: none !important;
}

.post_item a:hover {
	color: #000;
	text-decoration: none;
	background: #f5f5f5;
}


.post_item .post_item_title {
font-size: 1.8rem;
display: block;
margin-bottom: 15px;
font-weight: 200;
line-height: 1.5;
height: 3em;
overflow: hidden;
}
.post_item .post_item_img {
	display: block;
	margin-bottom: 15px;
}
.post_item .post_item_meta {
	font-size: 1.4rem;
	display: block;
	margin-bottom: 10px;
	color: #999;
}
.post_item .post_item_cat {
	font-size: 1.2rem;
	color: #fff;
	background: #867C74;
	padding: 0.4em 1em;
	margin-right: 0.5em;
	line-height: 1;
	display: inline-block;
}
.post_item .post_item_date {

}
.post_item .post_desc {
	display: block;
	font-size: 1.2rem;
	color: #666;
}




.post_item_s {
	margin-bottom: 30px;
}
.post_item_s .post_item_title {
	height: auto;
}
.post_item_s .post_item_img {
	margin-bottom: 0px;
	margin-right: 15px;
}



.fluid_box .post_item a {
background: #fff;
padding: 15px;
}


.slick-prev,
.slick-next {
	z-index: 1;
    width: 24px;
    height: 24px;
}
.slick-prev:before,
.slick-next:before {
color: rgba(39, 20, 6, 1);
font-size: 24px;
}
.entry-content ul.slick-dots {
	margin: 0;
	padding: 0;
}
.slick-dots li button:before {
color: rgba(39, 20, 6, 1);
}
.slick-dots li.slick-active button:before {
color: rgba(39, 20, 6, 1);
}

.slick-slider {
margin-right: -15px;
margin-left: -15px;
}
.slick-slider .slick-slide {
margin: 0 15px 15px;
}

@media screen and (max-width: 768px) {
	.slick-prev,
	.slick-next {
		top: auto;
		bottom: -30px;
	}
	.slick-prev {
		left: 10px;
	}
	.slick-next {
		right: 10px;
	}
}
@media screen and (max-width: 479px) {
	.p_home .slick-prev,
	.p_home .slick-next {
		top: 41vw;
		bottom: auto;
	}
	.p_home .slick-prev {
		left: 20px;
	}
	.p_home .slick-next {
		right: 20px;
	}

	.p_home .fluid_box .slick-prev,
	.p_home .fluid_box .slick-next {
		top: 50vw;
	}
	.p_home .fluid_box .slick-prev:before,
	.p_home .fluid_box .slick-next:before {
		color: #fff;
	}
	.p_home .fluid_box .slick-prev {
		left: 35px;
	}
	.p_home .fluid_box .slick-next {
		right: 35px;
	}
}


.sns_widget {
	margin-bottom: 30px;
}


.blog_list_set {

}

p.blog_title {
font-size: 1.8rem;
border-bottom: 1px solid #DF6626;
color: #DF6626;
padding-bottom: 0.5em;
margin-bottom: 20px;
vertical-align: middle;
}
p.blog_title > a {
	float: right;
	font-size: 1.2rem;
	color: #999;
line-height: 1.8rem;
}


.blog_list_school p.blog_title {
color: #004098;
border-bottom: 1px solid #004098;
}



.blog_post_list {
	font-size: 1.4rem;
	height: 18em;
	overflow-y: scroll;
	padding: 0 1em 1em 0;
}
.blog_post_list dl {
	margin-bottom: 0.5em;
}
.blog_post_list dt{
	float: left;
	font-weight: 400;
}

.blog_post_list dd{
	margin-left: 9em;
}






.entry-title {
	width: 100%;
	background-color: rgba(39, 20, 6, 0.7);
	font-size: 2.8rem!important;
	line-height: 1.2; color: #fff;
	border: none;
	padding: 25px;
}
.entry-title a {
	text-decoration: none;
}

.entry-title a:hover {
	color: #fff;
}


.posted-on, .byline, .comments-link {
	color: #000;
}
.entry-meta {
	text-align: right;
	margin-bottom: 30px;
}


.entry-content a:not(.bt_link) {
	text-decoration: underline;
}
.entry-content a:hover {
	text-decoration: none;
}

.entry-content h2 {
	background: rgba(39, 20, 6, 0.7);
	color: #fff;
	padding: 20px;
	text-align: center;
	margin-bottom: 60px;
	font-size: 2.8rem;
	margin-top: 90px;
}
.entry-content h3 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 2.4rem;
	margin-top: 60px;
}
.entry-content .row h3:first-child {
	margin-top: 0px;
}
.entry-content h3:not(.subcopy) {
	padding: 0 0 20px;
	border-bottom: 1px solid #000;
}
.entry-content h3.subcopy {
	font-size: 3.6rem;
}

.entry-content h4 {
	padding: 0;
	margin-bottom: 15px;
	font-size: 2.4rem;
	margin-top: 0px;
	color: rgba(39, 20, 6, 1);
	line-height: 1.5;
}
.entry-content h5 {
	color: rgba(39, 20, 6, 1);
	padding: 0 0 0.5em;
	margin-bottom: 15px;
	font-size: 1.8rem;
	border-bottom: 1px solid #ccc;
}
.entry-content ul {
	margin: 0 0 30px;
	padding-left: 1.75em;
}


a img.alignnone {
	margin: 0;
}

.entry-content section {
margin-bottom: 60px;
}

.entry-content .table {
	margin-bottom: 30px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
}
.entry-content .table thead {
	text-align: center;
}

.entry-content .table tr:hover {
	background: #f5f5f5;
}

.entry-content .table td,
.entry-content .table th {
	padding: .25em .5em;
	vertical-align: middle;
}
.entry-content .table-bordered td,
.entry-content .table-bordered th {
	border: 1px solid #999;
}
.entry-content .table th {
	background: #f5eebb;
	font-weight: inherit;
	min-width: 5.5em;
}


.entry-content .table_cal {
	border: 1px solid #ccc;
}

.entry-content .table_cal th, .entry-content .table_cal td {
	padding: 0.2em 0.3em;
	min-width: 1em;
	text-align: center;
	border-right: 1px solid #ccc;
}

.entry-content .table_cal tbody th:first-child,
.entry-content .table_cal tbody td:first-child, .holiday {
	color: #f00;
}

.entry-content .table_cal tbody th:last-child,
.entry-content .table_cal tbody td:last-child {
	color: #00f;
}

.closeday {
	/* background: #eee; */
}
.openday {
	background: rgba(255, 102, 0, 0.2);
}
.longday {
	background: rgba(255, 102, 0, 0.6);
}
.springm .openday {
	background: rgba(0, 255, 42, 0.2);
}
.springm .shortday {
	background: #ceeaff;
}
.springm .longday {
	background: rgba(0, 255, 42, 0.6);
}
.spring-openday {
	background: rgba(0, 255, 42, 0.2);
}

.calmark {
display: inline-block;
width: 1.2em;
height: 1.2em;
position: relative;
top: 0.2em;
border: 1px solid #ccc;
}


@media screen and (max-width: 768px) {
	.entry-content .table-responsive .table {
		margin-bottom: 0px;
	}
	.table-responsive {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	}
	.table-responsive::before {
	font-size: 1.2rem;
	display: block;
	padding: 0.5em;
	content: "表は左右にスクロールできます";
	color: #999;
	}
	.table-responsive::-webkit-scrollbar {
	height: 5px;
	}

	.table-responsive::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #ccc;
	}

	.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
	}
}



.entry-content blockquote {
	margin: 0 0 30px;
	border: 1px solid rgba(39, 20, 6, 0.7);
	padding: 15px 15px 0px;
}
.entry-content blockquote.bq-blue {
	margin: 0 0 30px;
	border: 1px solid rgba(0, 112, 192, 1);
	padding: 15px 15px 0px;
}
.entry-content blockquote.bq-yellow {
	margin: 0 0 30px;
	border: 1px solid rgba(255, 192, 0, 1);
	padding: 15px 15px 0px;
}
.entry-content blockquote.bq-red {
	margin: 0 0 30px;
	border: 1px solid rgba(192, 0, 0, 1);
	padding: 15px 15px 0px;
}


.entry-content blockquote h4 {
	background: rgba(39, 20, 6, 0.7);
	color: #fff;
	padding: 0.6em;
	font-size: 2rem;
	margin: -15px -15px 30px;
	text-align: center;
}
.entry-content blockquote h4 .tokuten {
	background: #fff;
	color: rgba(39, 20, 6, 1);
	display: inline-block;
	padding: 0.3em;
	margin-right: 1em;
	font-size: .7em;
	vertical-align: bottom;
	border-radius: 3px;
}
.entry-content blockquote.bq-blue h4 {
	background: rgba(0, 112, 192, 1);
	color: #fff;
	padding: 0.6em;
	font-size: 2rem;
	margin: -15px -15px 30px;
	text-align: center;
}
.entry-content blockquote.bq-yellow h4 {
	background: rgba(255, 192, 0, 1);
	color: #fff;
	padding: 0.6em;
	font-size: 2rem;
	margin: -15px -15px 30px;
	text-align: center;
}
.entry-content blockquote.bq-red h4 {
	background: rgba(192, 0, 0, 1);
	color: #fff;
	padding: 0.6em;
	font-size: 2rem;
	margin: -15px -15px 30px;
	text-align: center;
}

.entry-content blockquote h3 {
	margin-top: 30px;
}


.entry-content ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	/* border-top: 1px solid #ccc; */
	margin: 0px 0 30px;
	text-align: left;
	/* padding-left: 1.5em; */
	text-align: left;
	/* display: inline-block; */
}

.entry-content ol > li {
	margin-bottom: 0;
	padding-left: 2em;
	position: relative;
	font-weight: 500;
	/* border-bottom: 1px solid #ccc; */
	line-height: 1.5;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.entry-content ol > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	color: #fff;
	display: block;
	float: left;
	line-height: 1.7;
	margin-left: -2.5em;
	text-align: center;
	height: 2em;
	width: 2em;
	border-radius: 50%;
	margin-top: 0.15em;
	font-weight: bold;
	font-size: 70%;
	background: rgba(39, 20, 6, 0.7);
	padding-top: 0.1em;
}
.entry-content ol > li:hover {
	/* background: #f5f5f5; */
}

.entry-content ol > li li:before {
	color: rgba(39, 20, 6, 0.7);
	border: 1px solid rgba(39, 20, 6, 0.7);
	background: #fff;
}


/**
 *text-alert
 */
#text-alert { text-align: center; padding: 15px 0; }
#text-alert > div { display: inline-block; width: 80%; padding: 2rem 4rem; border: 2px solid #e95504; }
#text-alert > div h1 { font-size: 2.6rem; font-weight: bold; margin-bottom: 0; color: #e95504; }
#text-alert > div p {font-size: 1.6rem; margin-bottom: 0; color: #e95504; }

@media only screen and (max-width: 990px) {
	#text-alert { text-align: center; padding: 15px 15px; }
	#text-alert > div { width: 100%; padding: 1.4rem 2.8rem; }
	#text-alert > div h1 { font-size: 2.2rem; }
	#text-alert > div p {font-size: 1.4rem; }
}
@media only screen and (max-width: 480px) {
	#text-alert > div { width: 100%; padding: 1.2rem 2.1rem; }
	#text-alert > div h1 { font-size: 1.8rem; }
	#text-alert > div p {font-size: 1.3rem; line-height: 1.4; }
}


.uc_txt {
	color: #e95504;
	text-align: center;
	border: 1px solid #e95504;
	padding: 0.6em;
	margin: 0 auto 60px;
	border-radius: 10em;
	font-size: 1.4rem;
	max-width: 800px;
}
.uc_txt .h3 {
	color: inherit;
}


a.item_box {
	font-size: 1.4rem;
	margin: 0 0 60px;
	display: block;
	text-decoration: none !important;
}

a.item_box:hover {
	text-decoration: none;
	color: #000;
	background: #f5f5f5;
}


a.item_box p {
	margin: 0 0 15px;
}


a.item_box h4 {
	position: relative;
}
a.item_box h4:after {
	position: absolute;
	right: 0.1em;
	display: block;
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-right: 2px solid #999;
	border-top: 2px solid #999;
	transform: rotate(45deg);
	top: 0.35em;
	transition: .2s;
}


@media (max-width: 767.98px){
	.entry-title {
		padding: 15px;
		font-size: 2.4rem!important;
	}
	.entry-content h2 {
		color: #fff;
		padding: 15px;
		margin-bottom: 30px;
		font-size: 2.4rem;
		margin-top: 60px;
	}
	.entry-content h3 {
		padding: 0 0 10px;
		margin-bottom: 30px;
		font-size: 2rem;
		margin-top: 30px;
	}
	.entry-content h3.subcopy {
		font-size: 2rem;
		padding: 0;
	}
	.entry-content h4 {
		font-size: 1.8rem;
	}
	.entry-content blockquote h4 {
		padding: 0.5em;
		font-size: 1.6rem;
	}
	.entry-content .table {
		font-size: 1.2rem;
	}
	a.item_box {
		margin: 0 0 30px;
	}
}



.p_rental .entry-content table {
text-align: center;
}







.p_faq .accordion .card {
	border: 1px solid rgba(39, 20, 6, 0.7);
	border-radius: 0;
	margin-bottom: 30px;
}

.p_faq .accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 2px solid rgba(39, 20, 6, 0.7);
	border-radius: 0;
}
.p_faq .accordion .card-header {
	font-size: 1.8rem;
	padding: 0;
	background: #fff;
	border-bottom: none;
	transition: .2s;
}
.p_faq .accordion .card-header a {
	display: block;
	padding: 1rem 1.5rem;
text-decoration: none;
background: rgba(39, 20, 6, 0.5);
color: #fff;
}
.p_faq .accordion .card-header a.collapsed {
	background: #fff;
	color: rgba(39, 20, 6, 1);
}
.p_faq .accordion .card-header:hover a {
	background: rgba(39, 20, 6, 0.5);
	color: #fff;
}
.p_faq .accordion .card-header a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d8";
	font-weight: 900;
	float: right;
	transition: .5s;
	margin-left: 1em;
}
.p_faq .accordion .card-header a.collapsed:before {
	transform:rotate(-180deg);
}

.p_faq .accordion .card-body {
	padding: 1.5rem 1.5rem 1.5rem 4.5rem;
	position: relative;
}
.p_faq .accordion .card-body:before {
	content: 'A.';
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	color: #df6626;
	font-size: 2rem;
	line-height: 1.5;
}
.p_faq .accordion .card-body p {
	margin-bottom: 5px;
}



@media (max-width: 767.98px){
	.p_faq .accordion .card {
		margin-bottom: 15px;
	}
	.p_faq .accordion .card-header {
		font-size: 1.4rem;
	}
}





.p_plan .entry-content section {
	margin-bottom: 90px;
}








#accordion_recruit.accordion h3.areatitle {
	padding-top: 3rem;
}

#accordion_recruit.accordion .card {
	border: 2px solid rgba(39, 20, 6, 0.7);
	border-radius: 0;
	margin-bottom: 30px;
}

#accordion_recruit.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 2px solid rgba(39, 20, 6, 0.7);
	border-radius: 0;
}
#accordion_recruit.accordion .card-header {
	font-size: 1.4rem;
	padding: 0;
	background: #fff;
	border-bottom: none;
	transition: .2s;
}
#accordion_recruit.accordion .card-header h2 {
margin: 0 0 30px;
}
#accordion_recruit.accordion .card-header p {
	margin-bottom: 1rem;
}
#accordion_recruit.accordion .card-header a {
	display: block;
	padding: 2rem;
text-decoration: none;
background: rgba(39, 20, 6, 0.5);
color: #fff;
}
#accordion_recruit.accordion .card-header a.collapsed {
	background: rgba(39, 20, 6, 0.05);
	color: rgba(39, 20, 6, 1);
}
#accordion_recruit.accordion .card-header:hover a {
	background: rgba(39, 20, 6, 0.5);
	color: #fff;
}
#accordion_recruit.accordion .card-header a:before {
	content: "とじる ▲";
	font-weight: 900;
	transition: .5s;
	position: absolute;
	bottom: 0.5rem;
	right: 0.7rem;
	font-size: 1.1rem;
	color: rgba(39, 20, 6, 0.7);
}
#accordion_recruit.accordion .card-header a.collapsed:before {
	content: "詳しく見る ▼";
}
.p_event_list #accordion_recruit.accordion .card-header a.collapsed:before {
	content: "詳しく見る ▶";
}
#accordion_recruit.accordion .card-header:hover a.collapsed:before {
	color: #fff;
}
#accordion_recruit.accordion .card-header h3 {
	text-align: left;
	padding: 0 0 0.5rem;
	margin-bottom: 1.5rem;
	color: #fff;
	border-color: #fff;
}
#accordion_recruit.accordion .card-header a.collapsed h3 {
	color: rgba(39, 20, 6, 1);
	border-color: rgba(39, 20, 6, 1);
}
#accordion_recruit.accordion .card-header:hover h3 {
	color: #fff !important;
	border-color: #fff !important;
}

#accordion_recruit.accordion .card-body {
	padding: 2rem;
	position: relative;
}



.p_gelande #accordion_recruit.accordion .card-header a,
.p_corporate #accordion_recruit.accordion .card-header a,
.p_faq .accordion .card-header a {
position: relative;
}
.p_gelande #accordion_recruit.accordion .card-header a:before,
.p_corporate #accordion_recruit.accordion .card-header a:before {
	color: #fff;
}
.p_gelande #accordion_recruit.accordion .card-header a.collapsed:before,
.p_corporate #accordion_recruit.accordion .card-header a.collapsed:before {
	color: rgba(39, 20, 6, 0.7);
}
.p_gelande #accordion_recruit.accordion .card-header:hover a.collapsed:before,
.p_corporate #accordion_recruit.accordion .card-header:hover a.collapsed:before {
	color: #fff;
}
.p_gelande #accordion_recruit.accordion .card-header table:last-child,
.p_corporate #accordion_recruit.accordion .card-body table:last-child {
	margin-bottom: 0;
}


.p_recruit .entry-content blockquote a,
.p_recruit .entry-content table a {
	color: #DF6626;
}


blockquote.shokai {
	border-radius: 3.0rem;
	overflow: hidden;
}



img.l_icon {
	width:50px;
	margin: 0 2px 5px;
}
@media (max-width: 767.98px){
	img.l_icon {
		width:40px;
		margin: 0 2px 5px;
	}
}




.cam_standby {
	border: 1px solid #f00;
	color: #f00;
	padding-bottom: 56.25%;
	position: relative;
	text-align: center;
	line-height: 1;
background: #ffd;
}
.cam_standby .inner {
	position: absolute;
width: 100%;
top: 50%;
left: 0;
margin-top: -1.5em;
padding: 1em;
}

@media (max-width: 767.98px){
	.cam_standby {
		font-size: 1.2rem;
	}
}




/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
	overflow: hidden;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
	float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
	text-align: center;
}

.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
}

.gallery-caption { /** キャプション **/
	color: #222;
	font-size: 12px;
	margin: 0 0 10px;
	text-align: center;
}

.gallery-columns-1 .gallery-item { /** カラムなし **/
	width: 100%;
	margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
	width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
	width: 23%;
	margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
	width: 18%;
	margin: 0 1%;
}

@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}




@media screen and (max-width: 768px) {
#wpfront-scroll-top-container {
right: 0 !important;
}
.site-info {
padding: 10px 10px 60px;
}
}




.entry-content .wpcf7 .table td,
.entry-content .wpcf7 .table th {
padding: .7em 1em;
}
.entry-content .wpcf7 .table th {
	min-width: 5.5em;
	display: flex;
	border-bottom: none;
}
@media screen and (max-width: 768px) {
	.entry-content .wpcf7 .table td,
	.entry-content .wpcf7 .table th {
		padding: .5em .5em;
	}
}

.form-control {
font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.your-age .form-control,
.your-raijo .form-control {
	width: auto;
	display: inline;
}
.wpcf7-checkbox.form-control {
border: none;
padding: 0;
height: auto;
background: transparent;
}



.wpcf7-form input[type=submit] {
	padding: 10px 60px;
	border: none;
	margin: 0 auto 30px;
	display: inherit;
	font-size: 16px;
	transition: .2s;
	border-radius: 0;
	background: #fff;
color: rgba(39, 20, 6, 0.7);
border: 2px solid rgba(39, 20, 6, 0.7);
}

.wpcf7-form input[type=submit]:hover {
background: rgba(39, 20, 6, 0.7);
border-color: transparent;
color: #fff;
}

.wpcf7-form input[type=submit][disabled] {
	cursor: not-allowed;
	color: #fff;
	background: #ddd;
border-color: #ddd;
}

body .wpcf7-list-item {
margin-top: .5rem;
margin-bottom: .5rem;
display: block;
}

th .q_tip {
background: #fff;
color: rgba(39, 20, 6, 1);
display: flex;
padding: 0.3em;
margin-right: 1em;
vertical-align: top;
border-radius: 3px;
justify-content: center;
align-items: center;
}
th .q_txt {
	display: inline-block;
}

th .q_txt .en_txt {
	display: block;
font-size: 1.1rem;
}

.shikuminet-icon {
	display:block;
}

.shikuminet-icon img {
	width:30px;
	margin: 10px 0;
}

.tdprice-today {
	background: #0070C0;
	color:#fff;
}

.tdprice-web {
	background: #FFC000;
	color:#fff;
}

.tdprice-direct {
	background: #C00000;
	color:#fff;
}

.trprice-today {
	background: #D0F5FC;
}

.trprice-web {
	background: #FFFF99;
}

.trprice-direct {
	background: #FCE2D6;
}

/* 20201102更新分 */
.corporate_sub{
	color: rgba(192, 0, 0, 1);
}

.sp_visible{
	display: block;
}

.pc_visible{
	display: none;
}

.license_link{
	color: #007bff;
}

.licence_bikou{
	margin-left: 26%;
}
.img_photo{
	float: right;
	font-size: 65%;
}


.hikikae{
	margin-bottom: 30px;
}

.gaitou{
background: rgba(39, 20, 6, 0.7);
padding: 10px;
text-align: center;
color: #ffffff;
margin-bottom: 15px;
line-height: 1.3;
}

.maru3{
padding: 30px 30px;
}

@media screen and (max-width: 1200px) {
	.charge{
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.maru2{
		margin-bottom: 30px;
	}
	.charge{
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.sp_visible{
		display: none;
	}
	.pc_visible{
		display: block;
	}
	.licence_bikou{
		margin-left: auto;
	}

	.maru2{
		margin-bottom: 30px;
	}
}





/*
Calendar Year
*/
.xo-event-calendar {
font-family: inherit;
}
#event_calendar table.xo-month a {
text-decoration: none;
}
#event_calendar table.xo-month > caption {
color: inherit;
}
#event_calendar table.xo-month > thead th {
background: #f5eebb;
}
#event_calendar table.xo-month .month-event-title {
padding: 0 3px;
border-radius: 4px;
color: #fff;
font-size: 14px;
background: rgba(39, 20, 6, 0.7) !important;
}

#event_calendar .xo-months {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	row-gap: 5px;
}
#event_calendar .other-month {
	display:none;
}
#event_calendar table.xo-month .month-dayname td div,
#event_calendar table.xo-month .month-week,
#event_calendar table.xo-month thead {
	line-height: 1.5em;
	height: 1.5em;
}
#event_calendar table.xo-month .month-dayname td div {
	padding: 0;
	text-align: center;
	font-size: 1em;
}
#event_calendar .xo-event-calendar table.xo-month .month-dayname td div,
#event_calendar .xo-event-calendar table.xo-month .month-dayname td div.today {
	color: #333;
	font-weight: normal;
}

@media (max-width: 767.98px) {
	#event_calendar .xo-months {
		grid-template-columns: repeat(1, 1fr);
	}
}



.xo-event-meta {
    padding: 0 0 6rem;
}



.p_30th #page_cont {
/*     background: #000;
	color: #fff; */
	background: url(img/30th/30th_bg1.jpg) no-repeat fixed center center;
	background-size: cover;
}
.p_30th .entry-content h2 {
    color: #b88e2b;
	background: transparent;
	border-bottom: 7px double #b88e2b;
    font-size: 3.6rem;
    padding: 6rem 2rem 4.5rem;
	position: relative;
}
/* .p_30th .entry-content h2::before {
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url(img/30th/logo_gala_30th.png);
    background-size: auto 150%;

    background-repeat: no-repeat;
    background-position: top 0% left 0%;
    background-attachment: scroll;
    opacity: .15;
    top: 0;
    right: 0;
} */
@media (max-width: 767.98px) {
	.p_30th .entry-content h2 {
		font-size: 2.4rem;
	}
}
.p_30th .entry-content blockquote {
	border: 1px solid #b88e2b;
	background: rgba(184, 142, 43, 13%);
}
.p_30th .entry-content blockquote h4 {
    background:#b88e2b;
    font-weight: 700;
}

