@charset "UTF-8";

.mt100 {
	margin-top: 100px;
}

.mt80 {
	margin-top: 80px;
}

.mt60 {
	margin-top: 60px;
}

.mt40 {
	margin-top: 40px;
}

.mt20 {
	margin-top: 20px
}

.mt10 {
	margin-top: 10px;
}
/*英語FAQ*/
#qanda_link_box > #enfaq > #enfaqdiv,#qanda_link_box > #chfaq > #chfaqdiv {
	display: inline-block;
	overflow: hidden;
}
#qanda_link_box > #enfaq > #enfaqdiv > img,#qanda_link_box > #chfaq > #chfaqdiv > img {
	transition: 0.3s ease all;
}
#qanda_link_box > #enfaq:hover > #enfaqdiv > img,#qanda_link_box > #chfaq:hover > #chfaqdiv > img{
	transform: scale(1.3);
}
/*a img:hover {opacity: 0.7;}*/
/*a img {transition: 0.5s ease all;}*/
/*a img:hover {/*opacity: 0.8; /*transition: 0.5s ease all;}*/
/*a img + span:hover {/*opacity: 0.8; /*transition: 0.5s ease all;}*/
/*a img:hover + span.img_btn {/*background: rgba(0,54,102,0.8); color: white;}*/
a img + span.img_btn {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 90%;
	text-align: center;
	bottom: unset;
	position: absolute;
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px 3px #000;
	display: inline-block;
	width: 90%;
	height: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-shadow: 0 0 3px #000;
}

.txtCnt {
	text-align: center;
}

.p-global-nav > ul > li {
	height: 70px;
	padding-top: 15px;
	text-align: center;
}

.p-global-nav > ul > li > a span {
	font-size: 0.7rem;
}

.p-global-nav {
	line-height: 1.5;
}

h1.toptxt,
h2.toptxt {
	padding: 40px 0;
	text-align: center;
	color: #003866;
	font-size: 1.8rem;
	line-height: 1.5;
}

.toptxt_s {
	font-size: 1rem;
}

.link_color {
	color: #922e41;
}

/** TOPページ **/
#qanda_link_box {
	max-height: 500px;
	text-align: center;
	position: relative;
}

#qanda_link_box a img {
	max-height: 500px;
	width: auto;
}

#qanda_link_box a h2 {
	position: absolute;
	top: 0;
	width: 300px;
	left: 50%;
	transform: translate(-50%);
}

#qanda_link_box a p {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%);
	font-size: 24px !important;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#qanda_link_box {
		max-height: 250px;
		margin-left: 20px;
		margin-right: 20px;
	}

	#qanda_link_box a img {
		max-height: 250px;
	}

	#qanda_link_box a p {
		font-size: 16px !important;
		top: 60%;
	}
}

@media screen and (max-width: 414px) {
	#qanda_link_box a img {
		width: 100%;
		height: auto;
	}

	#qanda_link_box a p {
		top: 70%;
	}
}

/******* 美好園について *******/
.to_history_btn {
	margin-top: 30px;
}

/******* 各体験ボタンパネル *******/
.in_btn_area {
	position: relative;
}

.in_btn {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%);
	background-color: rgba(255, 255, 255, 0.8);
}

.btn_only .in_btn {

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 90%;

	text-align: center;

	bottom: unset;
}

/******* 各タイトルパネル *******/
.title_btn_panel h2 {

	position: static;
	-webkit-transform: unset;
	transform: unset;
	padding-top: 90px;
}

@media screen and (max-width: 768px) {
	.title_btn_panel h2 {
		padding-top: 30px;
	}
}

@media screen and (max-width: 414px) {
	.title_btn_panel h2 {
		padding-top: 20px;
	}
}

.title_btn_panel p {

	font-size: 20px;
	text-align: center;
}

.title_btn_panel .square_btn {

	display: block;
	width: 120px;

	margin: 20px auto;

	text-align: center;
	font-size: 15px;
}

/**/
.square_btn_area {
	margin-top: 60px;
	text-align: center;
}

/**/
.square_btn {
	display: inline-block;
	padding: 1rem 3rem;
	text-decoration: none;
	color: #003866;
	border: solid 1px #003866;
	border-radius: 1px;
	transition: .4s;
}

.square_btn:hover {
	background: rgba(0, 54, 102, 0.8);
	color: white;
}

.block05__p {
	/*親div*/
	position: relative;
	/*相対配置*/
}

.block05__p p {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 1rem 2rem;
	text-decoration: none;
	color: #fff;
	border: solid 2px #fff;
	font-size: 1.2rem;
	transition: .4s;
}

.block05__p p:hover {
	background: rgba(255, 255, 255, 0.62);
	border: none;
	color: #464646;
}

.block05__p img {
	width: 100%;
	height: auto;
}

.p-section-header__upper {
	background-image: url(http://bikouen.xsrv.jp/web/wp-content/uploads/2018/12/058-1280x853.jpg);
	color: #ffffff;
	background-size: auto 100%;
}

.p-section-header2 {
	background-image: url(http://bikouen.xsrv.jp/web/wp-content/uploads/2018/12/156-1280x853.jpg);
	color: #ffffff;
	background-size: auto 100%;
}

.p-section-header__title.is-inview {
	text-shadow: 0 0 0 #ffffff;
}

.p-section-header__title {
	font-size: 40px;
	text-shadow: 0 0 20px #ffffff;
}

.p-section-header__headline {
	background: #003866;
	color: #ffffff;
	font-size: 36px;
}

/***** 共通項目 *****/
.empty_margin_area {
	margin: 50px 0;
}

.bgc_white_btn {
	background-color: rgba(255, 255, 255, 0.8);
}

.tc {
	text-align: center;
}

.p-visual__text {
	line-height: 2;
	font-size: 16px;
}

.ex_btn_a {
	flex: 0 0 30%;
}

a.p-block05__img.block05__p.in_btn_area.btn_only {
	overflow: hidden;
}

a.p-block05__img.block05__p.in_btn_area.btn_only > img {
	transition: 0.3s ease all;
}

a.p-block05__img.block05__p.in_btn_area.btn_only:hover > img {
	transform: scale(1.4);
}

a.p-block05__img.block05__p.in_btn_area.btn_only span {
	transition: 0.3s ease all;
}

a.p-block05__img.block05__p.in_btn_area.btn_only:hover span {
	background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width:767px) {
	.p-index-slider {
		position: relative;
		height: auto;
		overflow: hidden;
		background: #000;
	}

	.slick-track {
		width: 100%;
	}

	.slick-track img {
		width: 100%;
	}

	.title_btn_panel h2 {

		font-size: 18px !important;
	}

	.title_btn_panel p {

		font-size: 16px !important;
	}

	.title_btn_panel .square_btn {

		font-size: 14px !important;
	}

	.ex_btn_a {
		flex: 0 0 45%;
	}

}

@media screen and (min-width:768px) and (max-width:1024px) {

	.title_btn_panel h2 {

		font-size: 36px !important;
	}

	.title_btn_panel p {

		font-size: 16px !important;
	}

	.title_btn_panel .square_btn {

		font-size: 14px !important;
	}
}

@media screen and (min-width:1024px) {
	/*　画面サイズが1024pxからはここを読み込む　*/

}

@media screen and (max-width: 414px) {
	.ex_btn_a {
		flex: 0 0 90%;
	}
}
