@charset "UTF-8";
/*------------------------------------------------------------
TOPPAGE .pg-top
------------------------------------------------------------*/
.pg-top .img_fs_cover {
	overflow: hidden;
	position: relative;
	height: 400px;
}

@media screen and (max-width: 1099px) {
	.pg-top .img_fs_cover {
		height: 200px;
	}
}

.pg-top .img_fs_cover img {
	position: absolute;
	width: 100%;
	min-width: 1400px;
	height: auto;
	min-height: 400px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 1099px) {
	.pg-top .img_fs_cover img {
		min-width: 700px;
		min-height: 200px;
	}
}

@media screen and (max-width: 767px) {
	.pg-top .img_fs_cover img {
		width: 100%;
		height: auto;
		min-width: 0;
		min-height: 0;
	}
}

.pg-top .content {
	position: relative;
	margin-top: 80px;
	margin-bottom: 120px;
}

.pg-top .content:after {
	display: block;
	clear: both;
	content: "";
}

@media screen and (max-width: 767px) {
	.pg-top .content {
		margin-top: 50px;
		margin-bottom: 60px;
	}
}

.pg-top.s-about .content.about .left, .pg-top.s-about .content.about .right,
.pg-top.s-apply .content.apply .left, .pg-top.s-apply .content.apply .right {
	width: 530px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-about .content.about .left, .pg-top.s-about .content.about .right,
	.pg-top.s-apply .content.apply .left, .pg-top.s-apply .content.apply .right {
		width: 49%;
	}
	.pg-top.s-about .content.about .left img, .pg-top.s-about .content.about .right img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-about .content.about .left, .pg-top.s-about .content.about .right,
	.pg-top.s-apply .content.apply .left, .pg-top.s-apply .content.apply .right {
		float: none;
		width: 100%;
	}
}

.pg-top.s-about .content.about .right.is_text {
	text-align: left;
}

@media screen and (max-width: 767px) {
	.pg-top.s-about .content.about .right.is_text {
		margin-top: 20px;
	}
}

.pg-top.s-about .content.about .icon {
	position: absolute;
	left: 20px;
	top: -145px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-about .content.about .icon {
		left: 0;
		top: -135px;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-about .content.about .icon {
		width: 45px;
		height: auto;
		top: -50px;
	}
}

.pg-top.s-about .content.about .icon_02 {
	position: absolute;
	right: 20px;
	top: 20px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-about .content.about .icon_02 {
		right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-about .content.about .icon_02 {
		right: 0;
		bottom: -50px;
		top: auto;
		width: 80px;
		height: auto;
	}
}

@media screen and (max-width: 1099px) {
	.pg-top.s-about .content.about p {
		position: relative;
	}
}

.pg-top.s-promise .content.promise {
	margin-bottom: 0;
	padding-bottom: 160px;
	background-image: url("../img/toppage/promise_bg_bottom.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

@media screen and (max-width: 767px) {
	.pg-top.s-promise .content.promise {
		padding-bottom: 80px;
	}
}

.pg-top.s-promise .content.promise .promise_block {
	margin-bottom: 80px;
}

.pg-top.s-promise .content.promise .promise_block:after {
	display: block;
	clear: both;
	content: "";
}

@media screen and (max-width: 767px) {
	.pg-top.s-promise .content.promise .promise_block {
		margin-bottom: 0;
		margin-top: 40px;
	}
}

.pg-top.s-promise .content.promise .promise_block:last-child {
	margin-bottom: 0;
}

.pg-top.s-promise .content.promise .left, .pg-top.s-promise .content.promise .right {
	width: 500px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-promise .content.promise .left, .pg-top.s-promise .content.promise .right {
		width: 48%;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-promise .content.promise .left, .pg-top.s-promise .content.promise .right {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
}

.pg-top.s-promise .content.promise .title {
	background-color: #ffe248;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 3px 0;
}

.pg-top.s-promise .content.promise .title img {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.pg-top.s-promise .content.promise .title img {
		left: 10px;
		height: 60px;
		width: auto;
	}
}

@media screen and (max-width: 1099px) {
	.pg-top.s-promise .content.promise .title {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-promise .content.promise .title {
		padding: 0;
	}
}

.pg-top.s-promise .content.promise .dark_orange {
	display: block;
	color: #ce3a00;
}

.pg-top.s-promise .content.promise .is_text {
	margin-top: 40px;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.pg-top.s-promise .content.promise .is_text {
		margin-top: 20px;
	}
}

.pg-top.s-promise .content.promise .img_cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 440px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-promise .content.promise .img_cover {
		height: 330px;
	}
	.pg-top.s-promise .content.promise .img_cover img {
		width: auto;
		max-width: 90%;
		height: auto;
		max-height: 90%;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-promise .content.promise .img_cover {
		height: 150px;
		margin-top: 20px;
	}
}

.pg-top.s-howto .h2_block {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.pg-top.s-howto .h2_block {
		margin-bottom: 20px;
	}
}

.pg-top.s-howto .content.howto {
	background-color: #fdfbf0;
	margin: 60px 0 0 0;
}

/*
@media screen and (max-width: 1099px) {
	.pg-top.s-howto .content.howto {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 35%;
	}
}
*/

@media screen and (max-width: 767px) {
	.pg-top.s-howto .content.howto {
		display: block !important;
	}
}

.pg-top.s-howto .content.howto .left {
	width: 440px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-howto .content.howto .left {
		width: 40%;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-howto .content.howto .left {
		float: none;
		width: 100%;
	}
}

.pg-top.s-howto .content.howto .right {
	width: 660px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-howto .content.howto .right {
		width: 60%;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-howto .content.howto .right {
		float: none;
		width: 100%;
	}
}

.pg-top.s-howto .background_cover {
	overflow-x: hidden;
	position: relative;
}

.pg-top.s-howto .background_cover img {
	position: absolute;
	width: 100%;
	min-width: 1400px;
	height: auto;
	min-height: 580px;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 1099px) {
	.pg-top.s-howto .background_cover img {
		min-width: 0;
		min-height: 0;
	}
}

.pg-top.s-howto .title_block {
	height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-howto .title_block {
		height: 200px;
	}
}

.pg-top.s-howto .title_block p {
	font-size: 6rem;
	color: #fff;
	font-weight: bold;
	opacity: 0.8;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-howto .title_block p {
		font-size: 5rem;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-howto .title_block p {
		font-size: 2.6rem;
	}
}

.pg-top.s-howto .howto_table {
	text-align: left;
	padding: 30px;
	width: calc(110% - 80px);
}

@media screen and (max-width: 767px) {
	.pg-top.s-howto .howto_table {
		padding: 20px;
		width: calc(100% - 40px);
	}
}

.pg-top.s-howto .howto_table .row:last-child .cell {
	padding-bottom: 0;
}

.pg-top.s-howto .howto_table .cell {
	padding-bottom: 10px;
}

.pg-top.s-howto .howto_table .cell:first-child {
	width: 23%;
}

.pg-top.s-howto .howto_table .cell:first-child p {
	font-weight: bold;
}

.pg-top.s-howto .maps iframe {
	width: 100%;
	height: auto;
	min-height: 480px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-howto .maps iframe {
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-howto .maps iframe {
		min-height: 250px;
	}
}

.pg-top.s-calendar {
	margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
	.pg-top.s-calendar {
		margin-bottom: 80px;
	}
}

.pg-top.s-calendar .simcal-event-title {
	font-size: 1.4rem;
}

.pg-top.s-calendar h3 {
	font-weight: bold;
	background: none;
	padding: 0;
}

.pg-top.s-calendar h3:before {
	background: none;
}

.pg-top.s-calendar .simcal-default-calendar-grid .simcal-day-number {
	line-height: 1.8;
	font-size: 1.2rem;
}

.pg-top.s-calendar span.simcal-current-year:after {
	content: "年";
	display: inline;
}

.pg-top.s-calendar .simcal-default-calendar-grid > table {
	border-spacing: 0;
}

.pg-top.s-calendar .simcal-default-calendar-grid > table thead th {
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
	.pg-top.s-calendar .simcal-default-calendar-grid .simcal-events-dots {
		display: inline;
	}
}

.pg-top.s-staff {
	position: relative;
}

.pg-top.s-staff:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 21px;
	top: -21px;
	left: 0;
	background-image: url("../img/toppage/staff_bg_top.png");
	background-position: top;
	background-repeat: repeat-x;
}

.pg-top.s-staff .staff_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pg-top.s-staff .staff_group .staff {
	position: relative;
	width: 230px;
	margin-right: 60px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-staff .staff_group .staff {
		width: 25%;
		margin-right: 5%;
	}
	.pg-top.s-staff .staff_group .staff img {
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-staff .staff_group .staff {
		width: 80%;
		margin-right: 0;
		margin-top: 60px;
	}
	.pg-top.s-staff .staff_group .staff .img_cover {
		display: inline-block;
	}
}

.pg-top.s-staff .staff_group .staff:before {
	position: absolute;
	content: "";
	background-image: url("../img/toppage/staff_shape.png");
	background-repeat: no-repeat;
	width: 104px;
	height: 76px;
	left: -30px;
	top: -45px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-staff .staff_group .staff:before {
		left: -15%;
		top: -15%;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-staff .staff_group .staff:before {
		left: 22%;
		top: -17%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.pg-top.s-staff .staff_group .staff:last-child {
	margin-right: 0;
}

.pg-top.s-staff .staff_group .staff p {
	text-align: left;
	font-size: 1.4rem;
	margin: 10px 0;
}

.pg-top.s-staff .staff_group .staff p.nickname {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

.pg-top.s-staff .staff.content {
	margin-bottom: 0;
	padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.pg-top.s-staff .staff.content {
		padding-bottom: 40px;
	}
}

.pg-top.s-staff .staff.content .left, .pg-top.s-staff .staff.content .right {
	width: 510px;
	text-align: left;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-staff .staff.content .left, .pg-top.s-staff .staff.content .right {
		width: 48%;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-staff .staff.content .left, .pg-top.s-staff .staff.content .right {
		float: none;
		width: 100%;
	}
}

.pg-top.s-staff .staff.content .left .staff_photo{
	margin: 0 auto;
	text-align: center;
}

.pg-top.s-staff .staff.content .left .staff_photo img {
	width: 510px;
	padding-top: 50px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-staff .staff.content .left .staff_photo img {
	/*max-width: 100%;*/
	/*padding-top: 20px;*/
	height: auto;
	padding-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-staff .staff.content .left .staff_photo img {
	max-width: 100%;
	/*padding-top: 20px;*/
	height: auto;
	padding-top: 50px;
	}
}

.pg-top.s-staff .staff.content .right {
	padding-top: 0px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-staff .staff.content .right {
	/*max-width: 100%;*/
	/*padding-top: 20px;*/
	height: auto;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-staff .staff.content .right {
		padding-top: 30px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-staff .staff.content .right h3 {
		text-align: center;
		width: 98%;
	}
}

.pg-top.s-staff .staff.content .right .staff_photo img {
	width: 510px;
	margin-top: 20px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-staff .staff.content .right .staff_photo img {
	max-width: 100%;
	/*padding-top: 20px;*/
	height: auto;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-staff .staff.content .right .staff_photo img {
	width: 100%;
	/*padding-top: 20px;*/
	height: auto;
	}
}

.pg-top.s-staff .staff_content_title {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
	background-image: url("../img/heading_bg_01.png");
	background-repeat: repeat-x;
	background-position: 0px 100%;
	background-size: auto 15%;
}

.pg-top.s-staff .staff_table {
	width: 88%;
}

@media screen and (max-width: 767px) {
	.pg-top.s-staff .staff_table {
		width: 100%;
	}
}

.pg-top.s-staff .staff_table .row {
	width: 100%;
}

.pg-top.s-staff .staff_table .row:last-child .cell {
	padding-bottom: 0;
}

.pg-top.s-staff .staff_table .cell {
	padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.pg-top.s-staff .staff_table .cell {
		padding-bottom: 7px;
	}
}

.pg-top.s-staff .staff_table .cell:first-child {
	width: 20%;
}

@media screen and (max-width: 767px) {
	.pg-top.s-staff .staff_table .cell:first-child {
		width: 15%;
	}
}

.pg-top.s-staff .staff_table .cell:first-child p {
	font-weight: bold;
}

.pg-top.s-staff .button {
	margin-top: 20px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-staff .button {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-staff .button {
		width: calc(100% - 10px);
	}
}

.staff_h2 {
	margin-bottom: 20px;
}

.pg-top.s-information .content.information {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pg-top.s-information .content.information .info_item {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	width: 260px;
	margin-right: 20px;
	text-align: left;
}

.pg-top.s-information .content.information .info_item:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-information .content.information .info_item {
		width: 23.5%;
		margin-right: 2%;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-information .content.information .info_item {
		width: 48%;
		margin-right: 4%;
	}
}

.pg-top.s-information .content.information .info_item:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.pg-top.s-information .content.information .info_item:nth-child(4n) {
		margin-right: 4%;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-information .content.information .info_item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-information .content.information .info_item:not(:nth-child(-n+2)) {
		margin-top: 20px;
	}
}

.pg-top.s-information .content.information .info_item p {
	color: #000;
}

.pg-top.s-information .content.information .img_cover {
	height: 200px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-information .content.information .img_cover {
		height: 135px;
	}
}

.pg-top.s-information .content.information .img_cover img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.pg-top.s-information .button {
	margin-top: 60px;
	width: 300px;
	padding: 8px 0;
	border-width: 4px;
}

@media screen and (max-width: 767px) {
	.pg-top.s-information .button {
		margin-top: 50px;
		width: calc(100% - 8px);
		font-size: 2rem;
	}
}

.pg-top.s-instagram_list{
	padding: 20px 0 10px;
	/*background-color: #fdfbef;*/
	margin: 0px auto 0;
}
@media screen and (max-width: 767px) {
	.pg-top.s-instagram_list{
		padding: 45px 0 0;
	}
}

.pg-top.s-instagram_list #sb_instagram .sbi_type_carousel .fa-clone{
	display: none!important;
}

.pg-top.s-instagram_list.pc_only{
	display: block;
}
@media screen and (max-width: 767px) {
	.pg-top.s-instagram_list.pc_only{
		display: none;
	}
}

.pg-top.s-instagram_list.sp_only{
	display: none;
}
@media screen and (max-width: 767px) {
	.pg-top.s-instagram_list.sp_only{
		display: block;
	}
}

.instalead {
	margin: 0px auto 90px;
	padding: 90px 0 40px;
	background-color: #fff;
	border: 6px solid #faf0c3;
	border-radius: 12px;
	box-sizing: border-box;
}

.instalead .insta_icon_official {
	/*margin-right: 15px;*/
}

.instalead .insta_copy {
    font-size: 1.8rem;
	font-weight: bold;
    margin: 20px auto 10px;
}

@media screen and (max-width: 767px) {
	.pg-top.s-support {
		padding-bottom: 60px;
	}
}

.pg-top.s-support .content.support {
	margin: 0;
}

.pg-top.s-support .content.support .left, .pg-top.s-support .content.support .right {
	width: 510px;
}

@media screen and (max-width: 1099px) {
	.pg-top.s-support .content.support .left, .pg-top.s-support .content.support .right {
		width: 48%;
	}
	.pg-top.s-support .content.support .left img, .pg-top.s-support .content.support .right img {
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.pg-top.s-support .content.support .left, .pg-top.s-support .content.support .right {
		width: 100%;
		float: none;
	}
}

.pg-top.s-support .content.support .left.is_text, .pg-top.s-support .content.support .right.is_text {
	text-align: left;
}

.pg-top.s-support .content.support .left.is_text p, .pg-top.s-support .content.support .right.is_text p {
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.pg-top.s-support .content.support .left.is_text, .pg-top.s-support .content.support .right.is_text {
		margin-bottom: 20px;
	}
}

.pg-top.s-support .button {
	margin-top: 50px;
	font-size: 2rem;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.pg-top.s-support .button {
		margin-top: 25px;
		width: calc(100% - 20px);
	}
}

/*------------------------------------------------------------
CONTACT .pg-contact
------------------------------------------------------------*/
.pg-contact .contact_table {
	width: 100%;
}

.pg-contact .contact_table .row {
	display: table;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.pg-contact .contact_table .row {
		display: block;
	}
}

.pg-contact .contact_table .row:last-child {
	margin-bottom: 0;
}

.pg-contact .contact_table .cell {
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pg-contact .contact_table .cell .chuigaki {
	margin-top: 8px;
}
.pg-contact .contact_table .cell strong {
	font-size: 130%;
	font-weight: normal;
	line-height: 170%;
}

.pg-contact .contact_table .cell strong.namisen {
	background: linear-gradient(transparent 50%, yellow 50%);
}

.asterisk {

}

.asterisk::before {
  content: "※";
  margin-left: -1rem;
}

@media screen and (max-width: 767px) {
	.pg-contact .contact_table .cell {
		display: block;
	}
}

.pg-contact .contact_table .cell:first-child {
	width: 320px;
}

@media screen and (max-width: 767px) {
	.pg-contact .contact_table .cell:first-child {
		width: 100%;
	}
}

.pg-contact .contact_table .row:not(.check) .cell:first-child p {
	background-color: #ffe248;
	padding: 6px 20px 2px;
	color: #000;
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.pg-contact .contact_table .cell:first-child p {
		font-size: 1.4rem;
		padding: 3px 10px 1px;
	}
}

.pg-contact .contact_table .cell:last-child {
	padding-left: 40px;
}

@media screen and (max-width: 767px) {
	.pg-contact .contact_table .cell:last-child {
		padding-left: 0;
		margin-top: 10px;
	}
}


.pg-contact .contact_table .check {
	margin-top: 20px;
}
.pg-contact .contact_table .check .cell {
	padding-left: 0 !important;
	text-align: center;
		font-size: 120%;
}
.pg-contact .contact_table .check .cell span.text {
	display: block;
	font-size: 120%;
	font-weight: bold;
}
.pg-contact .check .content_checkbox span label {
	display: block;
	padding: 12px 20px;
	background-color: #ccc;
}
@media screen and (max-width: 767px) {
	.pg-contact .check .content_checkbox span label {
		display: inline;
	}
}

.pg-contact .contact_table input,
.pg-contact .contact_table textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 11px;
	font-family: "メイリオ", "meiryo", sans-serif;
	font-size: 1.6rem;
	width: 100%;
	border: 1px solid #c8c8c8;
	color: #000;
}


@media screen and (max-width: 767px) {
	.pg-contact .contact_table input,
	.pg-contact .contact_table textarea {
		font-size: 1.4rem;
		padding: 7px 10px;
	}
}


.pg-contact .contact_table input[type="radio"]{
	appearance: radio;
	-webkit-appearance: radio;
	width: auto;
}
.pg-contact .radio_btn {
	font-size: 1.6rem;
}

.pg-contact .content_checkbox input[type="checkbox"]{
	-webkit-appearance: checkbox;
	width: auto;
}

@media screen and (max-width: 1099px) {
	.pg-contact .content_checkbox .wpcf7-list-item{
		display: inline-block;
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.pg-contact .content_checkbox .wpcf7-list-item{
		display: block;
		width: 100%;
	}
}

.pg-contact .content_checkbox{
	display: block;
}

.pg-contact .content_checkbox span{
	font-size: 1.6rem;
}

@media screen and (max-width: 1099px) {
	.pg-contact .content_checkbox span{
		margin-left: 0;
	}
}

.pg-contact .content_checkbox span:first-child{
	margin-left: 0;
}

.pg-contact .contact_table span.checkbox_note{
	font-size: 1.2rem;
}

.pg-contact .contact_table textarea {
	resize: none;
	min-height: 328px;
}

@media screen and (max-width: 767px) {
	.pg-contact .contact_table textarea {
		min-height: 164px;
	}
}

.pg-contact .contact_table input[type="submit"] {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin: 60px auto 0;
	cursor: pointer;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ffe248;
	background-color: #ffe248;
	width: 260px;
	font-size: 2.4rem;
	color: #5f5d5d;
	font-weight: bold;
	padding: 20px 0 16px 0;
}

.pg-contact .contact_table input[type="submit"]:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.pg-contact .contact_table input[type="submit"] {
		margin-top: 50px;
		width: 100%;
		padding: 18px 0;
		font-size: 2rem;
		border: 2px solid #ffe248;
	}
}

.pg-contact .wpcf7-not-valid-tip {
	font-size: 1.6rem;
}

.pg-contact div.wpcf7-response-output {
	font-size: 1.4rem;
	padding: 10px 20px;
}

.pg-contact div.wpcf7-validation-errors,
.pg-contact div.wpcf7-acceptance-missing {
	background-color: #f7e700;
	border: none;
}

.pg-contact div.wpcf7-mail-sent-ok {
	background-color: #398f14;
	border: none;
}

.pg-contact div.wpcf7-mail-sent-ng,
.pg-contact div.wpcf7-aborted {
	background-color: #ff0000;
	border: none;
}

.pg-contact div.wpcf7-spam-blocked {
	background-color: #ffa500;
	border: none;
}

.pg-contact .wpcf7c-conf {
	background-color: #e8e8e8 !important;
}

.pg-contact .wpcf7-form.custom-wpcf7c-confirmed p.warning_field {
	display: none !important;
}

iframe.contact_policy {
	width: 100%;
	height: 500px;
	padding: 30px 10px;
	border: 1px solid #ccc;
	background-color: #efefef;
	border-radius: 12px;
	box-sizing: border-box;
	margin-top: 40px;
}

.domain_check {
	margin-top: 40px;
	text-align: center;
}

div.wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
}

span.wpcf7-not-valid-tip {
	margin-top: 8px;
}

/* ############################################################################################### */
/* 20200723 追加 */

.next_box {
	font-size: 1.6rem;
	padding: 20px 100px;
	z-index: 100;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -55%);
	background-color: #fff;
	border: 6px solid #ffe050;
	border-radius: 12px;
}
.next_box strong {
	display: block;
	font-size: 120%;
	font-style: italic;
}
.next_box strong span {
	font-size: 90%;
}
.next_box .small {
	font-size: 90%;
	margin: 10px 0 15px 0;
}

@media screen and (max-width: 767px) {
	.next_box {
	width: 100%;
	margin: 0 auto 0;
		box-sizing: border-box;
	font-size: 1.6rem;
	padding: 20px 10px;
	z-index: 100;
    position: relative;
    top: 0px;
    left: 0;
    transform:none ;
	background-color: #ffe050;
	border: none;
	border-radius: 0px;
	}
	.next_box strong span {
		display: block;
	}
	.next_box img {
		display: block;
		width: 70%;
		height: auto;
		margin: auto;
		margin-top: -122px;
		margin-bottom: 30px;
	}
}



.pg-top.s-about .content.about .bg_box,
.pg-top.s-apply .content.apply .bg_box,
.pg-contact .bg_box {
	padding: 40px 0;
	background-color: #fdfbf0;
}

.pg-contact .bg_box {
	margin-bottom: 60px;border-radius: 12px;
}

.pg-top.s-about .content.about .food_exsample,
.pg-top.s-apply .content.apply .food_exsample,
.pg-contact .food_exsample {
	display: table;
	margin: 10px auto;
}
.pg-top.s-about .content.about .food_exsample p,
.pg-top.s-apply .content.apply .food_exsample p,
.pg-contact .food_exsample p {
	font-size: 1.5rem;
	padding: 6px 20px;
	background-color: #fef9e4;
	text-align: left;
}
.pg-top.s-about .content.about .food_exsample p:nth-child(odd),
.pg-top.s-apply .content.apply .food_exsample p:nth-child(odd),
.pg-contact .food_exsample p:nth-child(odd) {
	background-color: #faf0c3;
}

.pg-top.s-about .content.about .three_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	
}
@media screen and (max-width: 767px) {
	.pg-top.s-about .content.about .three_box {
		display: block;
	}
}

.pg-top.s-about .content.about .three_box .in_box {
	flex: 1 0 auto;
	width: 32%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 12px;
}
@media screen and (max-width: 767px) {
	.pg-top.s-about .content.about .three_box .in_box {
		width: 100%;
	}
}


.pg-top.s-about .content.about .three_box .in_box.space {
	margin: 0 2%;
}
@media screen and (max-width: 767px) {
	.pg-top.s-about .content.about .three_box .in_box.space {
		margin: 5% 0;
	}
}

.pg-top.s-about .content.about .three_box .in_box .up_box {
	font-size: 1.6rem;
	background-color: #ffe050;
	border-radius: 12px 12px 0 0;
	padding: 16px 0;
}

.pg-top.s-about .content.about .three_box .in_box .bottom_box {
	font-size: 1.4rem;
	background-color: #ffffff;
	border-radius: 0 0 12px 12px;
	padding: 20px;
}




section.pg-top.s-schedule {
	margin-top: -240px;
	padding-top: 300px;
}



.pg-top.s-schedule .content.schedule table {
	width: 100%;
	font-size: 1.6rem;
	border: 1px solid #ccc;
}
.pg-top.s-schedule .content.schedule table tr {
	background-color: #fef9e4;
}
.pg-top.s-schedule .content.schedule table tr:nth-child(odd) {
	background-color: #faf0c3;
}
.pg-top.s-schedule .content.schedule table tr.table_head {
	background-color: #ffe050;
}

.pg-top.s-schedule .content.schedule table th,
.pg-top.s-schedule .content.schedule table td{
	padding: 10px 12px 8px 12px;
	font-weight: normal;
}

.pg-top.s-schedule .content.schedule table td.m_color {
}

.register.btn1 {
	color: #fff;
	padding: 8px 12px;
	background-color: #694522;
}
.register.btn2 {
	color: #666;
}
.register.btn3 {
	color: #999;
	padding: 8px 12px;
	background-color: #eee;
}



@media screen and (max-width: 767px) {
	.pg-top.s-apply .content.apply .right.is_text {
    	margin-top: 20px;
	}
}
.pg-top.s-apply .content.apply.btm h3 {
	margin-bottom: 0;
}

.pg-top.s-apply .content.apply .apply_box {
	padding: 30px;
	border: 6px solid #ffe050;
	margin: 30px 0;
	border-radius: 12px;
}

.pg-top.s-apply .content.apply .register {
	display: inline-block;
	font-size: 1.6rem;
	padding: 10px 60px;
}

.pg-top.s-apply .content.apply .attention_box,
.pg-contact .attention_box {
	width: 100%;
	font-size: 1.4rem;
	border: 0px solid #ccc;
	padding: 40px;
	background-color: #fefae6;
	border-radius: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pg-contact .attention_box {
	margin-top: 60px;
}

.pg-top.s-apply .content.apply .attention_box ul,
.pg-contact .attention_box ul {
	display: inline-block;
	text-align: left;
	margin: auto;
}
.pg-top.s-apply .content.apply .attention_box ul li,
.pg-contact .attention_box ul li {
	padding: 3px 0;
}
.pg-top.s-apply .content.apply .attention_box ul li.end,
.pg-contact .attention_box ul li.end {
	padding-top: 10px;
}
@media screen and (max-width: 767px) {
	.pg-top.s-apply .content.apply .attention_box ul li.end strong,
	.pg-contact .attention_box ul li.end {
		display: block;
	}
}

.pg-top.s-apply .content.apply .attention_box .box,
.pg-contact .attention_box .box {
	padding: 10px 20px;
	background-color: #fff;
	font-weight: normal;
}



section.pg-top.s-howto {
	margin-top: -130px !important;
	padding-top: 0;
}

.pg-top.s-howto .content.howto {
	display: flex;
	border-radius: 12px;
}

.pg-top.s-howto .content.howto .left {
	border: 1px solid #ffe050;
	border-radius: 12px 0 0 12px;
	vertical-align: middle;
	padding: 80px 0;
}
/*
.pg-top.s-howto .content.howto .left h3 {
	margin-top: 80px;
}
*/

.pg-top.s-howto .content.howto .right {
	border-radius: 0 12px 12px 0;
	border: 1px solid #ffe050;
	border-left: 0px;
}
.pg-top.s-howto .maps iframe {
    min-height: 250px;
	height: 100%;
    border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 767px) {
	section.pg-top.s-howto {
	margin-top: -80px !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	pg-top.s-howto .content.howto {
	display: block !important;
	
	border-radius: 12px;
	}
	.pg-top.s-howto .content.howto .left {
		border-radius: 12px 12px 0 0;
		padding: 30px 0;
	}
	.pg-top.s-howto .content.howto .right {
		border-radius: 0 0 12px 12px;
		border-left: 1px solid #ffe050;
		border-top:none;
	}
	.pg-top.s-howto .maps iframe {
  	  border-radius: 0 0 12px 12px;
	}
}

.bg_img_2 {
	margin-top: -140px;
}
@media screen and (max-width: 767px) {
	.bg_img_2 {
		margin-top: 40px;
	}
}

/* 20200723 ここまで */
/* ############################################################################################### */


/*------------------------------------------------------------
POLICY .pg-policy
------------------------------------------------------------*/
.pg-policy .h2_block h2{
	font-size: 36px;
	background: none;
	padding-bottom: 0;
}
.pg-policy .h2_block h2:before, .pg-policy .h2_block h2:after {
	content: none;
}
.pg-policy .details .title h3{
	font-weight: bold;
	margin-bottom: 0;
}

.pg-policy .details .listitem {
	margin-top: 45px;
}
.pg-policy .details dl:nth-child(odd) {
	background: #fdf8e5;
}
.pg-policy .details dl:nth-child(even) {
	background: #faf0c3;
}
.pg-policy .details dl {
	font-size: 16px;
	margin-bottom: 10px;
	padding: 35px 0;
}
.pg-policy .details dl dt {
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffe050;
}
.pg-policy .details dl dd {
	padding: 16px 60px 0;
	line-height: 1.7;
	text-align: left;
}

.pg-policy .details dd ul {
	background: #fff;
	padding: 20px;
	border: 1px solid #efca22;
}

.pg-policy .details dd p ~ ul {
	margin-top: 10px;
}
.pg-policy .details dd ul ~ ul {
	margin-top: 10px;
}
.pg-policy .details dd ul h4{
	margin-bottom: 10px;
}
.pg-policy .details dd ul ~ p {
	margin-top: 12px;
}


.pg-policy .details dd span{
	color: #f88c00;
}

.pg-policy .details .viewmore {
	color: #5f5d5d;
	font-weight: bold;
	margin-top: 40px;
	padding-bottom: 60px;
}
.pg-policy .details .viewmore a {
	color: #5f5d5d;
	display: block;
    font-size: 24px;
    max-width: 290px;
    margin: 12px auto 0;
    text-align: center;
    padding: 2px 0;
    border: 10px solid #ffe050;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.pg-policy .h2_block h2 {
		font-size: 2.6rem;
	}
	.pg-policy .details .listitem {
		margin-top: 50px;
	}
	.pg-policy .details dl dd {
		padding: 16px 20px 0;
	}
	.pg-policy .details .viewmore {
		margin-top: 50px;
	}
	.pg-policy .details .viewmore a {
		font-size: 2.2rem;
		max-width: 200px;
		margin: 15px auto 0;
		border: 5px solid #ffe050;
	}
}


/* ############################################################################################### */
/* 20200723 追加 */

.center {
	text-align: center;
}
.text_s85 {
	font-size: 85%
}
.img_all_cover img {
	width: 100%;
}
.pb100 {
	padding-bottom: 100px;
}
.mb0 {
	margin-bottom: 0 !important;
}

.pum-content iframe {
	height: 1000px;
}


/*------------------------------------------------------------
NEWS .pg-news
------------------------------------------------------------*/
@font-face {
  font-family: 'GillSansStd';
  src: url("../fonts/GillSansStd-UltraBold.otf");
}

.pg-news {
	font-family: 'GillSansStd';
}
.pg-news .h2_block h2{
	font-size: 58px;
	background: none;
	padding-bottom: 0;
}
.pg-news .h2_block h2:before, .pg-news .h2_block h2:after {
	content: none;
}
.pg-news .details .date {
	color: #698075;
	font-size: 24px;
	padding-bottom: 10px;
}

.pg-news .details {
	max-width: 945px;
	margin: 0 auto;
	text-align: left;
}
.pg-news .details .news-list {
	padding-bottom: 150px;
}
.pg-news .details .news-list li {
	border-bottom: 1px dotted #707070;
}
.pg-news .details .news-list li a{
	color: #000;
	display: block;
	padding: 40px 0 30px;
}
.pg-news .details .news-list li p {
	font-size: 31px;
}

.pg-news .pagination {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, Helvetica, "メイリオ", Meiryo, sans-serif;
}
.pg-news .pagination a, .pg-news .pagination span {
	border: none;
	font-size: 24px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	padding: 0;
}
.pg-news .page-numbers {
	color: #fff;
	background: #698075;
}

.pg-news .next.page-numbers {
	color: #000;
	background: none;
	width: auto;
	height: auto;
	line-height: unset;
	padding: 0 0 0 10px;
}
.pg-news .pagination span.current {
	color: #000;
}

@media screen and (max-width: 767px) {
	.pg-news .h2_block h2 {
		font-size: 3.6rem;
	}
	.pg-news .details .date {
		font-size: 1.6rem;
	}
	
	.pg-news .details .news-list {
		padding-bottom: 60px;
	}
	.pg-news .details .news-list li a {
		padding: 30px 0 20px;
	}
	.pg-news .details .news-list li p {
		font-size: 2rem;
	}

	.pg-news .pagination a, .pg-news .pagination span {
		border: none;
		font-size: 1.6rem;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}


.pg-news .news-content img {
	width: 100%;
}
.pg-news .news-content .news-text {
	font-size: 25px;
	padding: 70px 0 190px;
}
.pg-news .news-content .list-img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pg-news .news-content .list-img li {
	margin-top: 20px;
	margin-right: 50px;
	width: calc((100% - 100px) / 3);
}
.pg-news .news-content .list-img li:nth-child(3n){
	margin-right: 0;
}
.pg-news .news-content .list-img li:last-child{
	margin-right: 0;
}

.pg-news .btnBack {
	padding: 150px 0 100px;
}
.pg-news .btnBack a{
	color: #fff;
	display: block;
	font-size: 23px;
	text-align: center;
	padding: 15px 0;
	max-width: 345px;
	margin: 0 auto;
	background: #313131;
}


@media screen and (max-width: 767px) {
	.pg-news .news-content .news-text {
		font-size: 1.6rem;
		padding: 40px 0 80px;
	}
	.pg-news .news-content .list-img li {
		margin-top: 10px;
		 margin-right: 10px;
		width: calc((100% - 20px) / 3);
	}
	.pg-news .news-content .list-img li:nth-child(3n) {
		 margin-right: 10px;
	}
	.pg-news .news-content .list-img li:nth-child(2n) {
		margin-right: 0;
	}
	.pg-news .btnBack  {
		padding: 80px 0 50px;
	}
	.pg-news .btnBack a {
		font-size: 1.6rem;
		max-width: 200px;
		padding: 10px 0;
	}
}

.count_display {
	font-size: 1.4rem;
	padding: 40px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 40px;
}
.count_display span {
	font-size: 140%;
}