@charset "UTF-8";

/*
	Theme Name: 松山市青少年センター
	Description: 松山市青少年センター専用のテンプレートファイルです。
	Author: Fellow System
	Version: 1.0
*/


/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	text-decoration: none;
}

::before , ::after {
	box-sizing: inherit;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	vertical-align: middle;
	text-align: inherit;

	-webkit-appearance: none;
	appearance: none;
}

body {
	color: #000000;
	font-family: "Noto Sans JP", "sans-serif";
	font-size: 1.125rem;

	-webkit-text-size-adjust: 100%;
	-webkit-appearance: none;
}

body.active {
	overflow-y: hidden;
}

ul , ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	list-style: none;
	color: initial;
	text-decoration: none;
}

img {
	display: block;
	height: auto;
}


.clearfix::after {
	display: block;
	clear: both;
	content: "";
}


/* フォント */

@font-face {
	font-family: "Josefin Sans";
	src: url("./fonts/JosefinSans-BoldItalic.woff") format("woff");
}

.wrapper {
	overflow: hidden;
}

.main_container {
	padding-top: 120px;
}

.home .main_container {
	padding-top: 0;
}

@media screen and (max-width: 768px) {
	.main_container {
		padding-top: 100px;
	}
}

#splash {
	/*fixedで全面に固定*/
	display: flex;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #ffffff;
	color: #ffffff;
	color: #000000;
	font-family: "Josefin Sans";
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#splash img {
	margin-bottom: 40px;
}

#splash p {
	margin-bottom: 10px;
	font-family: "Josefin Sans";
	font-weight: bold;
	font-size: 36px;
}

#splash_text svg {
	display: none !important;
	font-family: "Josefin Sans";
}

#splash span {
	font-family: "Josefin Sans";
	font-size: 23px;
}


/******************************************************************************
	トップページ
-------------------------------------------------------------------------------
    index.php //編集ファイル
******************************************************************************/

body {
	background-image: url("./images/youth_background_image.png");
}

.scroll_container {
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	margin: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	touch-action: initial;
}

.scroll {
	margin-bottom: 10px;
}

.mouse {
	width: 31.6px;
	height: 56px;
	border: 1.5px solid #000000;
	border-radius: 30px;
}

.mouse:before {
	display: flex;
	width: 4.16px;
	height: 13.66px;
	margin: 20px auto;
	margin-top: 8px;
	border-radius: 50px;

/* background: #707070; */
	background-color: #000000;
	content: "";
	animation: mouse 2s infinite;
}

@keyframes mouse {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0.7;
	}
	100% {
		transform: translateY(20px);
		opacity: 0;
	}
}

.arrow {
	transform: rotate(45deg);
	width: 16px;
	height: 16px;
	margin: -3px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	animation: move 2s infinite;
}

@keyframes move {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		transform: translateY(20px) rotate(45deg);
		opacity: 0;
	}
}

.mouse_white {
	width: 31.6px;
	height: 56px;
	border: 2px solid #ffffff;
	border-radius: 30px;
}

.mouse_white:before {
	display: flex;
	width: 4.16px;
	height: 13.66px;
	margin: 20px auto;
	margin-top: 8px;
	border-radius: 50px;
	background: #ffffff;
	content: "";
	animation: mouse 2s infinite;
}

@keyframes mouse {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0.7;
	}
	100% {
		transform: translateY(20px);
		opacity: 0;
	}
}

.arrow_white {
	transform: rotate(45deg);
	width: 16px;
	height: 16px;
	margin: -3px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	animation: move 2s infinite;
}

@keyframes move {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		transform: translateY(20px) rotate(45deg);
		opacity: 0;
	}
}

.banner_mb {
	display: none !important;
}

.fixed_display {
	position: fixed;
	right: 2%;
	bottom: 5%;
	z-index: 35;
	max-width: 280px;
	width: 100%;
}

.button_pc img {
	max-width: 280px;
}

.fixed_display .button_mb {
	display: none;
}

@media screen and (max-width: 768px) {
	.fixed_display .button_pc {
		display: none;
	}
	.fixed_display .button_mb {
		display: block;
	}
	.fixed_display .button_mb img {
		max-width: 138px;
	}
}

.web_page_link_button {
	position: absolute;
	top: 105px;
	right: 0;
	z-index: 30;
}

.web_page_link_button img {
	max-width: 585px;
	width: 100%;
}

#btn_fade {
	display: none;
}

.link_text_en {
	padding-left: 80px;
	font-family: "Josefin Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 24px;
}

.link_text_ja {
	padding-left: 100px;
	font-size: 21px;
}

.first_view_container {
	position: relative;
	max-width: 1820px;
	margin: 0 auto;
	padding-top: 60px;
}

.first_view_side_line_wrap {
	float: left;
}

.first_view_heading_wrap {
	float: left;
}

.first_view_heading_wrap img {
	max-width: 822px;
	width: 100%;
	margin-left: 55px;
}

.first_view_heading_mb {
	display: none;
}

.first_view_text_wrap {
	/* float: right; */
	position: absolute;
	top: 40%;
	right: 8%;
	text-align: center;
}

.display_768_mb {
	display: none;
}

.fist_view_text_bottom {
	margin-top: 5px;
}

.first_view_text_wrap img {
	max-width: 914px;
	width: 100%;
}

.image-character_wrap {
	position: absolute;
	right: 15%;
	bottom: 5%;
	max-width: 406px;
	width: 100%;
}

.image-character_mb {
	display: none;
}

.top_page_container {
	margin-bottom: 5.209%;
	background-image: url(./images/background_character.png);
	background-repeat: no-repeat;
	background-position-x: -305px;
	background-position-y: 37%;
}

.link_list {
	margin-top: 75px;
}

.top_sns ul {
	justify-content: center;
}

.news_banner_container {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 55px;
	margin-top: 50px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #fffbe5;
}

.news_banner_content {
	display: inline-block;
	padding-left: 100%;
	font-size: 24px;
	line-height: 51px;
	white-space: nowrap;
	animation: animate-banner 20s linear infinite;
}

.news_banner_content > * {
	display: inline-block;
}

.news_banner_p {
	padding-right: 53px;
}

@keyframes animate-banner {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

.top_news_text {
	width: 90%;
	margin: auto;
	margin-top: 50px;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}

.news_list_container {
	position: relative;
	margin-top: 80px;
	padding-bottom: 100px;
}

.heading_title__h3 {
	color: #fffbe5;
	font-family: "Josefin Sans";
	font-style: italic;
	font-size: 84px;
	text-align: center;
	text-shadow: 3px 3px 1px #000000, -3px 3px 1px #000000, 3px -3px 1px #000000, -3px -3px 1px #000000, 3px 0px 1px #000000, 0px 3px 1px #000000, -3px 0px 1px #000000, 0px -3px 1px #000000;
}

.heading_subtitle__h4 {
	color: #343434;
	font-weight: 500;
	font-size: 27px;
	text-align: center;
}

.news_list__ul {
	display: flex;
	max-width: 1220px;
	margin: 0 auto;
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.single_link {
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-left: 25px;
	border-top: 10px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #fffbe5;
}

.single_link:nth-child(even) {
	width: calc(50% - 30px);
	margin-left: 15px;
}

.single_link:nth-child(odd) {
	width: calc(50% - 30px);
	margin-right: 15px;
}

.time_text {
	display: inline-block;
	margin-top: 10px;
	font-weight: 700;
	font-size: 22px;
}

.news_title__p {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 17px;
}

.common_tag__span {
	padding-left: 60px;
}

.common_tag__span span {
	margin-left: 15px;
	padding: 3px 23px;
	border: 3px solid #000000;
	background-color: #ffffff;
}

.common_tag__span span:first-child {
	margin-left: 0;
}

.read_link_wrap {
	text-align: center;
}

.read_link__a {
	display: inline-block;
	transition: 0.6s;
}

.read_link__a:hover {
	border-color: #276d2b;
	color: #276d2b;
	transition: 0.6s;
}

.read_link__a:hover .read_link_page__p::after {
	background-color: #276d2b;
	transition: 0.6s;
}

.read_link_page {
	font-family: "Josefin Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 21px;
}

.read_link_page__p {
	display: flex;
	justify-content: center;
	align-items: center;
}

.read_link_page__p::after {
	width: 46px;
	height: 2px;
	margin-left: 22px;
	background-color: #000000;
	content: "";
}

.another_page_link_container {
	max-width: 1222px;

/* padding: 0 20px; */
	width: 90%;
	margin: 0 auto;
}

.introduction_wrap {
	width: 595px;
	height: 595px;
	margin-top: 24px;
	padding-top: 70px;
	padding-bottom: 55px;
	border-top: 10px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #fffbe5;
}

.introduction_right_contents {
	padding-top: 45px;
}

.introduction_wrap:first-of-type {
	float: left;
}

.introduction_wrap:last-child {
	float: right;
}

.cag_heading_title {
	font-family: "Corporate Logo ver2";
	font-size: 58px;
	text-align: center;
}

.text_center {
	display: inline-block;
	position: relative;
	padding-right: 45px;
	padding-left: 45px;
}

.text_center::before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("./images/slash_left.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	content: "";
}

.text_center::after {
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url("./images/slash_right.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	content: "";
}

.cag_heading_subtitle {
	margin-top: 20px;
	font-family: "Corporate Logo ver2";
	font-size: 20px;
	text-align: center;
}

.introduction_wrap img {
	max-width: 440px;
	width: 100%;
	margin: 0 auto;

/* margin-top: 30px; */
	margin-bottom: 35px;
}

.introduction_right_contents img {
	max-width: 500px;
}

.page_link_container {
	display: flex;
	justify-content: center;
}

.page_link_wrap {
	margin: 0 25px;
}

.page_link_wrap:first-of-type {
	margin-left: 0;
}

.page_link_wrap:last-child {
	margin-right: 0;
}

.page_link_container {
	margin-top: 30px;
	padding-top: 60px;
	padding-bottom: 48px;
	border-top: 10px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #fffbe5;
}

.heading_title__h6 {
	margin-bottom: 12px;
	font-family: "Josefin Sans";
	font-style: italic;
	font-weight: 700;
	font-size: 39px;
	text-align: center;
}

.heading_subtitle__p {
	margin-bottom: 23px;
	font-size: 19px;
	text-align: center;
}

.page_link_wrap img {
	margin-bottom: 37px;
}

.aligncenter {
	margin: 0 auto;
}

.news_article ol {
	list-style-type: decimal;
}

@media screen and (max-width: 1500px) {
	.first_view_container {
		padding: 0 20px;
		padding-top: 60px;
	}
	.first_view_heading_wrap img {
		width: 80%;
		margin-left: 30px;
	}
	.first_view_text_wrap {
		top: 35%;
		right: 5%;
	}
	.first_view_text_wrap img {
		width: 80%;
		margin-left: auto;
	}
}

@media screen and (max-width: 1325px) {
	.introduction_wrap {
		width: 482px;
		height: 331px;
		padding-top: 45px;
	}
	.cag_heading_title {
		font-size: 40px;
	}
	.cag_heading_subtitle {
		margin-top: 15px;
		font-size: 18px;
	}
	.introduction_wrap img {
		max-width: 36%;
		width: 226px;
	}
	.text_center::before , .text_center::after {
		background-size: 10%;
	}
}

@media screen and (max-width: 1260px) {
	.first_view_container {
		width: 90%;
	}
	.first_view_side_line_wrap {
		display: none;
	}
	.first_view_heading_wrap {
		float: none;
	}
	.first_view_heading_wrap img {
		max-width: 100%;
		width: 100%;
		margin: auto;
	}
	.first_view_text_wrap {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 30px;
	}
	.image-character_wrap {
		position: relative;
		right: 0;
		bottom: 0;
		max-width: 100%;
		width: 100%;
		margin-top: 50px;
	}
	.page_link_wrap img {
		width: 200px;
	}
	.heading_title__h6 {
		margin-bottom: 5px;
		font-size: 24px;
	}
	.heading_subtitle__p {
		margin-bottom: 17px;
		font-size: 14px;
	}
}

@media screen and (max-width: 1080px) {
	.introduction_container.service_container {
		display: flex;
		flex-direction: column;
	}
	.introduction_wrap {
		width: 500px;
		height: 100%;
		margin: auto;
		margin-top: 25px;
		border-top: 5px solid #000000;
	}
	.introduction_wrap:first-of-type {
		float: none;
	}
	.introduction_wrap:last-child {
		float: none;
	}
	.cag_heading_title {
		font-size: 31px;
	}
	.text_center {
		padding-right: 25px;
		padding-left: 25px;
	}
	.text_center::before {
		background-size: 9%;
	}
	.text_center::after {
		background-size: 9%;
	}
	.cag_heading_subtitle {
		margin-top: 10px;
		font-size: 14px;
	}
	.introduction_wrap img {
		max-width: 235px;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.introduction_wrap {
		padding-top: 23px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	body {
		background-size: contain;
	}
	.first_view_container {
		padding: 0;
	}
	.first_view_text_wrap img {
		width: 89%;
		margin: auto;
	}
	.first_view_text_bottom {
		margin-top: 5px;
	}
	.display_768_pc {
		display: none;
	}
	.display_768_mb {
		display: block;
	}
	.text_flex_wrap {
		display: flex;
		flex-direction: column;
	}
	.banner_mb {
		display: block !important;
	}
	.banner_pc {
		display: none;
	}
	.scroll_container {
		position: relative;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.scroll {
		max-width: 46px;
	}
	.scroll img {
		width: 100%;
	}
	.mouse {
		width: 19px;
		height: 33px;
	}
	.mouse:before {
		width: 3px;
		height: 8px;
	}
	@keyframes mouse {
		0% {
			opacity: 0;
		}
		25% {
			opacity: 0.7;
		}
		100% {
			transform: translateY(10px);
			opacity: 0;
		}
	}
	.arrow {
		width: 11px;
		height: 11px;
		margin: 1px;
	}
	.first_view_heading_pc {
		display: none;
	}
	.first_view_heading_mb {
		display: block;
	}
	.fixed_display {
		right: auto;
		bottom: 0;
		left: 0;
		max-width: 160px;
	}
	.fixed_display img {
		width: 100%;
	}
	.fixed_button_wrap {
		text-align: center;
	}
	.link_text_en {
		padding-left: 0;
		font-size: 13px;
	}
	.link_text_ja {
		padding-left: 0;
		font-size: 12px;
	}
	.first_view_container {
		width: 100%;
	}
	.first_view_side_line_wrap {
		display: none;
	}
	.first_view_heading_wrap {
		float: none;
		width: 90%;
		margin: auto;
	}
	.first_view_heading_wrap img {
		max-width: 100%;
		width: 100%;
		margin: auto;
	}
	.first_view_text_wrap {
		position: relative;
		top: -15px;
		right: 0;
		width: 90%;
		margin: auto;
		margin-top: 0;
	}
	.image-character_wrap {
		position: relative;
		right: 0;
		bottom: 0;
		max-width: 100%;
		width: 100%;
		width: 90%;
		margin: auto;
		margin-top: 0;
	}
	.image-character_pc {
		display: none;
	}
	.image-character_mb {
		display: block;
		max-width: 272px;
		margin: auto;
	}
	.main_container {
		background-image: none;
	}
	.link_list {
		margin-top: 30px;
	}
	.news_list_container {
		margin-top: 30px;
		padding: 0 20px;
	}
	.news_banner_container {
		height: 30px;
		margin-top: 15px;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
	.news_banner_content {
		font-size: 14px;
		line-height: 30px;
	}
	.top_news_text {
		font-size: 12px;
		text-align: left;
	}
	.top_news_text br {
		display: none;
	}
	.heading_title__h3 {
		font-size: 55px;
		text-shadow: 2px 2px 1px #000000, -2px 2px 1px #000000, 2px -2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
	}
	.heading_subtitle__h4 {
		font-size: 17px;
	}
	.news_list__ul {
		margin-bottom: 20px;
		flex-direction: column;
	}
	.single_link {
		margin-bottom: 20px;
		padding-left: 15px;
	}
	.single_link:last-of-type {
		margin-bottom: 0;
	}
	.single_link:nth-child(odd) {
		width: 100%;
		margin-right: 0;
	}
	.single_link:nth-child(even) {
		width: 100%;
		margin-left: 0;
	}
	.time_text {
		font-size: 17px;
	}
	.news_title__p {
		padding-left: 10px;
		font-size: 14px;
	}
	.common_tag__span {
		/* display: flex;
        flex-wrap: wrap; */
		padding-left: 25px;
		font-size: 12px;
	}
	.common_tag__span span {
		margin-bottom: 10px;
	}
	.common_tag__span span:nth-child(3) {
		margin-left: 0;
	}
	.another_page_link_container {
		max-width: 100%;
		margin-top: 50px;
		padding: 0;
	}
	.read_link_page {
		font-size: 12px;
	}
	.read_link_page::after {
		width: 25px;
		margin-left: 14px;
	}
	.page_link_wrap {
		margin: 0 50px;
		margin-top: 40px;
	}
	.page_link_wrap:first-of-type {
		margin: 0 50px;
	}
	.page_link_wrap:last-child {
		margin: 0 50px;
		margin-top: 40px;
	}
	.page_link_container {
		padding-top: 30px;
		flex-direction: column;
	}
	.heading_title__h6 {
		margin-bottom: 5px;
		font-size: 26px;
	}
	.heading_subtitle__p {
		margin-bottom: 20px;
		font-size: 13px;
	}
	.page_link_wrap img {
		width: 200px;
		margin: auto;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 550px) {
	.introduction_wrap {
		width: 100%;
		height: 100%;
	}
}


/******************************************************************************
	施設紹介ページ
-------------------------------------------------------------------------------
    page-facility.php //編集ファイル
******************************************************************************/
#facility {
	margin-bottom: 100px;
}

.facility_movie_list {
	max-width: 1200px;
	margin: auto;
	margin-top: 60px;
}

.movie_list__ul {
	display: flex;
	flex-wrap: wrap;
}

.movie_list__li {
	width: calc(100% / 3.3);
	min-height: 450px;
	margin: 0 20px;
	margin: 0 1.5%;
	margin-bottom: 50px;
	padding: 0 40px;
	padding-top: 20px;
	padding-bottom: 50px;
	border-top: 10px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	background-color: #fffbe5;
}

.facility_name {
	float: left;
	font-size: 25px;
}

.facility_category {
	float: right;

/* background-color: #FFA0A0; */
	padding: 3px 23px;
	border: 3px solid #000000;
	color: #ffffff;
	font-size: 15px;

	/* margin-top: 10px; */
}

.movie_list__li video , .movie_list__li img {
	width: 100%;
	margin: auto;
	margin-bottom: 15px;
	padding-top: 10px;

	aspect-ratio: 3/2;
}

.movie_list__li iframe {
	/* max-width: 300px; */
	width: 100%;
	max-height: 100%;
	height: 200px;
	padding: 10px 0;
}

.free_text {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5;
}

.center_map_container {
	width: 95%;
	margin: auto;
	margin-top: 90px;
}

.center_map_container img {
	max-width: 1078px;
	width: 100%;
	margin: 0 auto;
}

.display_mb_768 {
	display: none;
}

@media screen and (max-width: 1200px) {
	.facility_name {
		font-size: 19px;
	}
	.facility_category {
		padding: 2px 15px;
		font-size: 13px;
	}
	.free_text {
		font-size: 13px;
	}
}

@media screen and (max-width: 1024px) {
	.movie_list__li {
		width: 47%;
	}
}

@media screen and (max-width: 768px) {
	#facility {
		margin-bottom: 40px;
	}
	.center_map_container {
		padding: 0 20px;
	}
	.display_pc_768 {
		display: none;
	}
	.display_mb_768 {
		display: block;
	}
}

@media screen and (max-width: 500px) {
	.movie_list__li {
		width: 100%;
		min-height: 450px;
		height: 100%;
		margin-right: 20px;
		margin-left: 20px;
		padding: 0 25px;
		padding-top: 20px;
		padding-bottom: 50px;
	}
}


/******************************************************************************
	利用料金ページ
-------------------------------------------------------------------------------
    page-usage-fee.php //編集ファイル
******************************************************************************/

.usage-fee_container {
	padding-bottom: 100px;
}

.table_list_container {
	max-width: 850px;
	margin: auto;
	margin-top: 65px;
}

.fee_list_table {
	min-width: 850px;
	width: 90%;
	border-top: 10px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}

#column_1 {
	width: 254px;
	padding-left: 5%;
}

#column_2 , #column_3 , #column_4 {
	width: 127px;
}

#column_5 {
	width: 215px;
	padding-right: 5%;
}

.fee_list_table th:first-child , .fee_list_table td:first-child {
	position: sticky;
	left: 0;
	z-index: 10;
}

.fee_list_table th:first-child {
	background-color: #fffbe5;
}

.fee_list_table td:first-child {
	background-color: #ffffff;
}

.table__td:first-child .table_td {
	padding-top: 30px;
}

.fee_list_table .table__th {
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #000000;
	background-color: #fffbe5;
}

.fee_list_table .table__th th {
	padding: 12px 0;
	font-size: 25px;
	/* width: calc(100% / 5); */
}


/* .fee_list_table .table__th .padding-left{
    padding-left: 35px;
}

.fee_list_table .table__th .padding-right{
    padding-right: 35px;
} */

.table_td {
	position: relative;
	z-index: 1;

/* padding: 10px 0; */
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000000;
	background-color: #ffffff;
	font-size: 20px;
}

.td1 {
	padding-top: 30px;
}

.td12 {
	padding-bottom: 30px;
}

.fee_list_table .td_bottom {
	padding-bottom: 25px;
}

.fee_list_table .table__th .th__br {
	line-height: 0.8;
}

.fee_list_table .table__th th .foot_text {
	font-weight: 300;
	font-size: 14px;
}

.bottom_right_text {
	max-width: 820px;
	margin: auto;
	margin-top: 30px;
	color: #343434;
	font-weight: 700;
	font-size: 20px;
	text-align: right;
}

.text_position_span {
	position: relative;
	left: 70px;
}

.article_bottom_container {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}

.article_bottom_container h4 {
	padding-top: 40px;
	font-weight: 700;
	font-size: 27px;
	line-height: 2;
}

.article_bottom_container p {
	padding-bottom: 40px;
	border-bottom: 1px solid #707070;
	color: #343434;
	font-size: 15px;
	line-height: 2;
}

.article_bottom_container p a {
	padding-bottom: 2px;
	border-bottom: 1px solid #0045ff;
	color: #0045ff;
}

.article_bottom_container ul {
	list-style: disc;
	margin-left: 1.5em;
	color: #343434;
	font-size: 15px;
	line-height: 2;
}


/* .fee_list_table .padding-left{
    padding-left: 35px;
}

.fee_list_table .padding-right{
    padding-right: 35px;
} */

@media screen and (max-width: 1020px) {
	.text_position_span {
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	#usage-fee {
		padding-top: 30px;
	}
	.usage-fee_container {
		padding-bottom: 40px;
	}
	.table_list_container {
		display: block;
		overflow-x: scroll;
		margin-top: 30px;
		white-space: nowrap;
	}
	.fee_list_table {
		overflow-x: scroll;
		min-width: 465px;
		width: 90%;
		border-top: 7px solid #000000;
	}
	#column_1 {
		width: 130px;
	}
	#column_2 , #column_3 , #column_4 , #column_5 {
		width: 85px;
	}
	.fee_list_table .table__th th {
		font-size: 16px;
	}
	.fee_list_table .table__th th .foot_text {
		font-size: 12px;
	}
	.fee_list_table .table__th .th__br {
		line-height: 1;
	}
	.fee_list_table td {
		padding: 5px 0;
		font-size: 13px;
	}
	.table_td {
		border-bottom: 1px solid #000000;
	}
	.td1 {
		padding-top: 10px !important;
	}
	.td12 {
		padding-bottom: 10px !important;
	}
	.bottom_right_text {
		font-size: 15px;
	}
	.article_top_title {
		font-size: 20px;
	}
	.article_bottom_container h4 {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 1.6;
	}
	.article_bottom_container p {
		font-size: 13px;
		line-height: 1.5;
	}
	.article_bottom_container ul {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 768px) {
	.fee_list_table {
		margin-left: 20px;
	}
}


/******************************************************************************
	アクセス
-------------------------------------------------------------------------------
    page-access.php //編集ファイル
******************************************************************************/

#access {
	margin-bottom: 100px;
}

.page_access_container {
	text-align: center;
}

#access .heading_subtitle__h4 {
	margin-bottom: 35px;
}

.page_access_container p {
	font-weight: 300;
	font-size: 18px;
	line-height: 2;
}

.access_flex.flex_table {
	max-width: 700px;
	margin: auto;
	margin-top: 40px;
	font-weight: 300;
	font-size: 18px;
	line-height: 2;
	text-align: left;
}

.access_flex.flex_table dt {
	width: 185px;
	margin-right: 20px;
}
.access_flex.flex_table dd {
	width: calc(100% - 205px);
}

.wp-block-image.size-full {
	margin-top: 35px;
	margin-bottom: 30px;
}

.wp-block-image.size-full img {
	margin: auto;
}

.googlemap_container {
	width: 100%;
	margin-top: 40px;
}

.googlemap_container iframe {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#access {
		margin-bottom: 40px;
		padding-top: 30px;
	}
	.page_access_container {
		padding: 0 20px;
		/* padding-top: 75px; */
	}
	.page_access_container p {
		font-size: 12px;
	}
	.googlemap_container iframe {
		height: 85vw;
	}
	.access_flex.flex_table {
		margin-top: 15px;
		font-size: 12px;
	}
	.access_flex.flex_table dd {
		width: 100%;
	}
}


/******************************************************************************
	ポリシーページ
-------------------------------------------------------------------------------
    policy.php //編集ファイル
******************************************************************************/

.policy_wrap {
	max-width: 800px;
	margin: auto;
	margin-top: 40px;
}

.policy_wrap h4 {
	margin: 25px 0;
	color: #cd2e3a;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}

.policy_wrap p {
	font-weight: 400;
	font-size: 15px;
	line-height: 2;
	text-indent: 1em;
}

.policy_wrap ul {
	line-height: 2;
}

.policy_wrap a {
	padding-bottom: 5px;
	border-bottom: 1px solid;
	color: #0f48ba;
	font-weight: 400;
	font-size: 15px;
	cursor: pointer;
}

.no-indent {
	text-indent: 0em;
}

.display_none__768 {
	display: block;
}

.cookie {
	margin-top: 35px;
	margin-bottom: 45px;
}

.br_sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.policy_wrap {
		padding: 0 20px;
	}
	.display_none__768 {
		display: none;
	}
	.policy_wrap h4 {
		font-size: 18px;
	}
	.policy_wrap p {
		font-size: 13px;
		line-height: 1.5;
	}
	.policy_wrap a {
		font-size: 13px;
		line-height: 1.5;
	}
}


/******************************************************************************
	404ページ
-------------------------------------------------------------------------------
    404.php //編集ファイル
******************************************************************************/

.page_404_error_container {
	padding-top: 120px;
	padding-bottom: 80px;
}

.center_text_container {
	margin-top: 85px;
	text-align: center;
}

.center_text_container img {
	max-width: 540px;
	width: 100%;
	margin: auto;
}

.center_bold_text {
	margin-top: 40px;
	font-size: 34px;
}

.center_bottom_text {
	margin-top: 12px;
	font-size: 18px;
}

.button_wrap {
	display: inline-block;
	margin-top: 50px;
	padding: 25px 125px;
	border: 1px solid #000000;
	border-radius: 41px;
	background-color: #f0f0f0;
}

.button_text {
	font-size: 21px;
}

@media screen and (max-width: 768px) {
	.center_text_container {
		padding: 0 20px;
	}
	.center_text_container img {
		width: 80%;
	}
	.center_bold_text {
		font-size: 24px;
	}
	.center_bottom_text {
		font-size: 13px;
	}
	.button_wrap {
		padding: 20px 100px;
	}
	.button_text {
		font-size: 16px;
	}
	.br_sp {
		display: block;
	}
}


/******************************************************************************
	利用概要ページ
-------------------------------------------------------------------------------
    page-usage.php //編集ファイル
******************************************************************************/

.page_usage_container {
	max-width: 1000px;
	width: 90%;
	margin: auto;
	padding-bottom: 5.206%;
}

.caution_wrap {
	margin-top: 35px;
}

.top_title__h4 {
	position: relative;
	margin-bottom: 15px;
	padding: 10px 0;
	padding-left: 80px;
	font-size: 27px;
}

.top_title__h4::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	background-image: url(./images/555.png);
	content: "";
}

.caution_list {
	padding-left: 30px;
	font-size: 15px;
}

.caution_text {
	line-height: 2;
}

.caution_text::before {
	display: inline-block;
	position: relative;
	top: 2px;
	left: -15px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #000000;
	content: "";
}

.caution_wrap a {
	margin-left: 43px;
	padding-bottom: 2px;
	border-bottom: 1px solid #0031ff;
	color: #0031ff;
	font-size: 15px;
}

.usage_table_container {
	margin-top: 50px;
}

.wp-block-table {
	margin-bottom: 50px;
}

.usage_summary_table {
	max-width: 1000px;
	margin: auto;
}

.tr_wrap.tr_top {
	border: 2px solid #000000;
	border-top: 10px solid #000000;
	background: #fffbe5;
}

.tr_wrap {
	background: #ffffff;
}

.background_gray {
	background: #f4f4f4;
}

.background_red {
	background: #fc5151;
	color: #ffffff;
}

.usage td {
	padding: 2% 4%;
	border: 2px solid #000000;
}

.td_bold {
	font-weight: 700;
	font-size: 22px;
}

.td_top {
	padding: 3% 5%;
	line-height: 2;
}

.td_left {
	width: 23%;
	font-size: 18px;
	text-align: center;
}

.td_right {
	width: 77%;
	font-size: 14px;
	line-height: 2;
}

@media screen and (max-width: 820px) {
	.tr_wrap.tr_top {
		border: none;
		border-top: 7px solid #000000;
	}
	.usage td {
		padding: 3% 5%;
		border-bottom: 1px solid #000000;
	}
	.td_top {
		display: block;
		padding: 4% 6%;
		font-size: 15px;
		line-height: 1.6;
	}
	.td_bold {
		font-size: 18px;
	}
	.td_left {
		display: block;
		width: 100%;
		font-size: 17px;
	}
	.td_right {
		display: block;
		width: 100%;
		line-height: 1.6;
	}
	td.td_right.td_last {
		border-bottom: 3px solid #000000;
	}
}

@media screen and (max-width: 768px) {
	.caution_list {
		font-size: 14px;
	}
	.caution_text {
		line-height: 1.6;
	}
	.caution_wrap a {
		margin-left: 0;
		font-size: 14px;
	}
	.holiday_text_bottom {
		font-size: 15px;
	}
	.address_text_bottom {
		font-size: 15px;
	}
}


/*******************************************************************************
	お知らせページ
*******************************************************************************/

.news_container {
	padding-bottom: 100px;
}

.category_container {
	display: flex;
	margin: auto;
	margin-top: 50px;
	justify-content: center;
}

.archive_news_container {
	width: 90%;
	margin: auto;
}

.archive_tag__span {
	font-size: 14px;
}

.category_tag {
	margin: 0 10px;
	padding: 3px 23px;
	border: 3px solid #000000;
	background-color: #ffffff;
}

.archive_pagination {
	text-align: center;
}

.nav-links {
	display: inline-block;
}

.pages-of , .next , .prev {
	display: none;
}

.category_container {
	margin-bottom: 50px;
}

.common_archive.archive_news {
	width: 90%;
	margin: auto;
}

/* .single_link {
    transition: 0.6s;
} */

/* .single_link:hover {
    color: #CD2E3A;
    transition: 0.6s;
} */

.page-numbers {
	display: inline-block;
	width: 40px;
	margin: 0 10px;
	font-weight: 700;
	font-size: 18px;
}

.page-numbers.current {
	display: inline-block;
	padding: 7px 0px;
	background: #000000;
	color: #ffffff;
}

.page-numbers a {
	display: block;
	padding: 7px 0px;
}

#menu-news_cat {
	display: flex;
	justify-content: center;
}

.menu-item a {
	margin: 0 10px;
	padding: 3px 23px;
	border: 3px solid #000000;
	background-color: #ffffff;
	font-size: 14px;
}

.menu-item a:hover {
	background-color: #000000;
	color: #ffffff;
}

.menu-item.current-menu-item a {
	background-color: #000000;
	color: #ffffff;
}

.single_news_container {
	width: 90%;
	margin: auto;
}

.news_title_tax {
	margin-bottom: 40px;
	text-align: center;
}

.news_time {
	font-weight: 400;
	font-size: 22px;
}

.single .common_tag__span {
	padding-left: 0;
}

.common_tag__div {
	margin-top: 25px;
	margin-bottom: 20px;
}

.common_tag__div .common_tag__span {
	font-size: 14px;
}

.news_title_heading {
	margin-bottom: 45px;
	font-size: 27px;
}

.single_figure img {
	max-width: 800px;
	width: 100%;
	margin: auto;
}

.news_article_area {
	max-width: 800px;
	margin: auto;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 45px;
	border-top: 10px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	background-color: #fffbe5;
	font-size: 17px;
	overflow-wrap: break-word;
}

.back_link_button_wrap {
	text-align: center;
}

.button_wrap.news_back_button {
	padding: 20px 105px;
	background-color: #fffbe5;
}

@media screen and (max-width: 768px) {
	.news_container {
		padding-top: 30px;
	}
	.category_container {
		margin-bottom: 20px;
	}
	#menu-news_cat {
		flex-direction: column;
		align-items: center;
	}
	.menu-item {
		margin-bottom: 30px;
	}
	.news_time {
		font-size: 19px;
	}
	.news_title_heading {
		font-size: 20px;
	}
	.news_article_area {
		padding-top: 15px;
		padding-right: 30px;
		padding-bottom: 15px;
		padding-left: 30px;
		font-size: 15px;
		line-height: 1.5;
	}
	.button_wrap.news_back_button {
		margin-top: 25px;
	}
}


/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/

.page_container {
	margin-top: 50px;
}

.mw_wp_form_input {
	margin-bottom: 150px;
}

.mw_wp_form_complete {
	margin-bottom: 50px;
}

.contact_text {
	margin-top: 50px;
	margin-bottom: 35px;
	font-size: 18px;
	text-align: center;
}

.step_bar {
	display: flex;
	position: relative;
	overflow: hidden;
	max-width: 740px;
	margin: 0 auto 45px;
	margin-top: 25px;
	justify-content: space-between;
}

.step_bar li {
	position: relative;
	width: calc((100% - 20px) / 3);

/* 余白分を考慮に入れて幅を設定 */
	height: 40px;
}

.step_bar li:not(:first-child) {
	margin-left: 10px;
}


/* 重なり順を設定 */

.step_bar li:first-child {
	z-index: 3;
}

.step_bar li:nth-child(2) {
	z-index: 2;
}

.step_bar li:last-child {
	z-index: 1;
}

.step_bar li .stepbar_inner {
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #fffbe5;
	justify-content: center;
	align-items: center;
}

.step_bar li:not(:first-child) .stepbar_inner {
	padding-left: 25px;
}


/* 矢印共通 */

.step_bar li:not(:first-child)::before , .step_bar li:not(:first-child)::after , .step_bar li:not(:last-child) .stepbar_inner::before , .step_bar li:not(:last-child) .stepbar_inner::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	content: "";
}

.step_bar li:not(:first-child)::before , .step_bar li:not(:last-child) .stepbar_inner::before {
	border-width: 26.5px 0 26.5px 35px;
	border-width: 20px 0 20px 25px;
	border-left-color: #000000;
}

.step_bar li:not(:first-child)::after , .step_bar li:not(:last-child) .stepbar_inner::after {
	border-width: 25.5px 0 25.5px 34px;
	border-width: 20px 0 20px 25px;
	border-left-color: #ffffff;
}


/* STEP2、3の左側矢印 */

.step_bar li:not(:first-child)::before , .step_bar li:not(:first-child)::after {
	left: 0;
	border-left-color: #ffffff;
}


/* STEP1、2の右矢印 */

.step_bar li:not(:last-child) .stepbar_inner::before , .step_bar li:not(:last-child) .stepbar_inner::after {
	left: 100%;
	border-left-color: #fffbe5;
}

.step_bar li.step_current .stepbar_inner {
	background-color: #000000;
	color: #ffffff;
}

.step_bar li.step_current .stepbar_inner::before {
	border-left-color: #000000 !important;
}

.step_bar li.step_current .stepbar_inner::after {
	display: none;
}

.select_layout {
	position: relative;
	z-index: 1;
	max-width: 350px;
}

.contact .select_layout::after {
	display: block;
	position: absolute;
	top: 40%;
	right: 8.5715%;
	z-index: -1;
	transform: translateY(-40%) rotate(45deg);
	width: 15px;
	height: 15px;
	border-right: 2px solid #707070;
	border-bottom: 2px solid #707070;
	content: "";
}

select:active + .select_layout::after {
	transform: translateY(-40%) rotate(0deg);
}

.contact_form {
	display: block;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 150px;
}

.contact_form table {
	width: 100%;
	margin-bottom: 65px;
	border-collapse: collapse;
	border-spacing: 0;
}

.contact_form table tr {
	border-top: 1px solid;
}

.contact_form table th , .contact_form table td {
	padding-top: 20px;
	padding-bottom: 20px;
}

.contact_form table th {
	max-width: 220px;
	min-width: 205px;
	width: 22%;
	font-size: 18px;
	text-align: left;
}

.contact_form table th h4 {
	font-weight: 500;
	font-size: 18px;
}

.contact_form table th .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact_form span.mark-required {
	display: inline-block;
	width: 50px;
	background-color: #e82736;
	color: #ffffff;
	font-size: 13px;
	line-height: 2.35;
	text-align: center;
}

.contact_form table td {
	font-size: 15px;
}

.contact_form table tr.agreement td {
	padding-bottom: 0;
	padding-left: 0;
	;
}

.contact_form input , .contact_form select , .contact_form textarea {
	height: 60px;
	border-width: 1px;
	background-color: rgba(224, 224, 224, 0.5);
}

.contact_form input::placeholder , .contact_form textarea::placeholder {
	padding-left: 22.5px;
}

.mwform-tel-field input:not(:first-child)::placeholder , .mwform-zip-field input::placeholder {
	padding-left: 0;
}

.contact_form select {
	padding-left: 30px;
}

.address td > input {
	margin-top: 10px;
}

.contact_form textarea {
	min-height: 300px;
	height: 170px;
	resize: vertical;
}

.contact_caution {
	display: block;
	width: 100%;
	margin-top: 13px;
	padding-left: 30px;
	font-size: 16px;
}

.confirm .contact_caution {
	display: none;
}

@media screen and (min-width: 768px) {
	.contact_text {
		font-size: 18px;
	}
	.contact_text br {
		display: none;
	}
	.step_bar {
		width: 90%;
	}
	.step_bar h3 {
		font-size: 17px;
	}
	.contact_form table td {
		padding-left: 7.5%;
	}
}

@media screen and (max-width: 767px) {
	.contact .page_container , .confirm .page_container , .complete .page_container {
		padding: 0 30px;
	}
	.contact_text {
		font-size: 15px;
	}
	.step_bar {
		width: 100%;
	}
	.step_bar h3 {
		font-size: 15px;
	}
}

input.common_btn {
	max-width: 395px !important;
	width: 47% !important;
	width: 100%;
	border-radius: 35px;
	color: #ffffff;
	font-family: "icomoon" !important;
}

.contact_font_img {
	max-width: 130px;
	width: 100%;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.contact .address th , .contact .tel th , .contact .mail th , .contact .inquiry th {
		padding-top: 38px!important;
		vertical-align: top;
	}
}

.confirm .agreement {
	display: none;
}

.agreement_content p {
	margin-bottom: 20px;
	line-height: 2.2;
	text-align: justify;
}

.agreement_content a {
	margin-top: 9px;
	padding-bottom: 1px;
	border-bottom: 1px solid;
	color: #4687d6;
	line-height: 1.45;
}

input[type=checkbox] , input[type=radio] {
	display: none;
}

.mwform-checkbox-field-text , .mwform-radio-field-text {
	position: relative;
	white-space: nowrap;
}

.mwform-checkbox-field-text {
	margin-right: 40px;
}

.mwform-radio-field-text {
	padding: 3.5px 0 3.5px 38px;
}

.mwform-checkbox-field-text:before , .mwform-checkbox-field-text:after , .mwform-radio-field-text:before , .mwform-radio-field-text:after {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.mwform-radio-field-text:before {
	left: 0;
	width: 28px;
	height: 28px;
	border: 1px solid #808080;
	border-radius: 50%;
}

.mwform-checkbox-field-text:after , .mwform-radio-field-text:after {
	opacity: 0;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text:after , input[type=radio]:checked + .mwform-radio-field-text:after {
	opacity: 1;
}


.mwform-radio-field-text:after {
	left: 6px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #808080;
}

.mwform-checkbox-field-text:before {
	left: 0;
	width: 25px;
	height: 25px;
	background-color: #ebebeb;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
	border: 1px solid #000000;
	border-radius: 3px;
	background-color: #ffffff;
}

.mwform-checkbox-field-text:after {
	left: 9px;
	transform: rotate(45deg);
	width: 7px;
	height: 15px;
	margin-top: -9px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.row-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.row-wrap dt {
	margin-right: 4.1096%;
}

.mw_wp_form_complete {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.mw_wp_form_complete p {
	font-size: 15px;
	text-align: justify;
}

.mw_wp_form_complete p:not(:nth-of-type(1)) {
	margin-top: 10px;
}

.contact_profile {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px dashed;
}

.contact_profile dl {
	line-height: 2;
}

.contact_profile dl dt {
	display: flex;
	float: left;
	clear: both;
	justify-content: space-between;
}

.contact_profile dl dt::after {
	content: "：";
}


/* お問い合わせ完了 */

.finish .mw_wp_form p:not(:first-child) {
	margin-top: 20px;
}

.finish .mw_wp_form .contact_profile h3 {
	margin-bottom: 20px;
	font-size: 23px;
}

.finish .mw_wp_form .contact_profile dl dt {
	width: 60px;
}

.g-recaptcha {
	margin-top: 30px;
}

.send_btn:disabled {
	opacity: 0.5;

/*background: #cd2e3a;*/
	cursor: not-allowed;
}

.grad_btn:hover:disabled {
	animation: none;
}

.sub_btn {
	font-size: 1em;
	cursor: pointer;
}

.contact_btn {
	display: flex;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	font-size: 21px;
	justify-content: space-between;
	align-items: center;
}

.contact_btn input {
	border: 1px solid;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #f0f0f0;
	color: #000000;
	font-weight: bold;
}

.contact_btn input:focus {
	border: none;
}


/* #submit-button:disabled, .grad_btn.send_btn{
	background: linear-gradient(90deg, #007adf 0%, #00ecbc 100%);
}
#submit-button:disabled:hover, .grad_btn.send_btn{
	background-color: #007adf;
} */

.contact_hidden {
	display: none;
}

.confirm .reset {
	display: none;
}

input[type="text"] , input[type="email"] , textarea {
	padding: 21px 34px;
}

input , textarea , select {
	display: block;
	width: 100%;
	border-style: solid;
	border-color: #e6e6e6;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 1em;
	outline: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input:focus , textarea:focus , select:focus {
	border-width: 2px;
	border-color: #313131;
	border-radius: 5px;
}

input , select {
	height: 50px;
}

select {
	background-repeat: no-repeat;
	background-position: right 10px center;
}

select::-ms-expand {
	display: none;
}


/* iOSでのデフォルトスタイルをリセット */

input[type="submit"] , input[type="reset"] , input[type="button"] {
	-webkit-box-sizing: border-box;
	cursor: pointer;

	-webkit-appearance: button;
	appearance: button;
}

input[type="submit"]::-webkit-search-decoration , input[type="reset"]::-webkit-search-decoration , input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus , input[type="reset"]::focus , input[type="button"]::focus {
	outline-offset: -2px;
}

.agreement_content {
	display: flex;
}

@media screen and (max-width: 767px) {
	.contact .main , .confirm .main , .complete .main {
		width: 100%;
		padding: 68px 30px 0;
	}
	.contact_text {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 1.85;
		text-align: justify;
		text-indent: 15px;
	}
	.contact_text br {
		display: none;
	}
	.contact_form {
		width: 100%;
	}
	.contact_form {
		margin-bottom: 100px;
	}
	.contact_form table th , .contact_form table td {
		display: block;
		width: 100%;
	}
	.contact_form table th {
		min-width: auto;
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.contact_form span.mark-required {
		width: 45px;
		margin-left: 20px;
		font-size: 13px;
		line-height: 1.92;
	}
	.contact_form table td {
		padding-top: 0;
		padding-bottom: 20px;
		padding-left: 20px;
	}
	.row_input {
		max-width: none;
		flex-direction: column;
	}
	.row_input dt {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.contact_form input {
		max-width: none;
	}
	input[type="text"] , input[type="email"] , textarea {
		padding: 12px 16px;
	}
	.row-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.row-wrap dt {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.confirm .row-wrap dt {
		margin-bottom: 0;
	}
	.mail .row-wrap {
		margin-top: 10px;
	}
	.contact_form textarea {
		max-width: none;
	}
	.contact_form table {
		margin-bottom: 40px;
	}
	.contact_form .contact_form__h3 {
		font-size: 15px;
	}
	.contact_btn {
		flex-direction: column;
	}
	.contact_btn input:last-of-type {
		margin-top: 20px;
	}
	.contact_btn input {
		max-width: 240px !important;
		width: 100% !important;
	}
	.common_btn {
		max-width: 240px !important;
		width: 100% !important;
	}
	.send_btm {
		margin-top: 20px;
	}
	.mw_wp_form_complete p {
		font-size: 14px;
	}
	/*@media screen and (max-width: 374px) {
		.g-recaptcha > div {
			width: 260px !important;
			height: 67px !important;
		}
		.g-recaptcha iframe {
			transform: scale(0.86) !important;
			transform-origin: 0 0;
		}
	}*/
}


/******************************************************************************
	フッター
-------------------------------------------------------------------------------
    footer.php //編集ファイル
******************************************************************************/

.footer_container {
	background-color: #ffffff;
	background-image: none;
}

.footer_logo_flex {
	display: flex;
	align-items: center;
}

.logo_flex_left , .logo_flex_right {
	max-width: 100%;
	height: 100%;
}

.logo_flex_right {
	margin-left: 45px;
}

.footer_flex_container {
	display: flex;
	max-width: 1352px;
	align-items: flex-end;
}

.footer_flex_left {
	max-width: 680px;
}

.footer_title_text {
	margin: 15px 0;
	font-size: 30px;
}

.footer_contents {
	position: relative;
	max-width: 1820px;
	width: 95%;
	margin: auto;
	padding-top: 45px;
	padding-bottom: 30px;
	border-top: 1px solid #707070;
}

.address_container {
	font-size: 15px;
	line-height: 2;
}

.flex_table {
	display: flex;
	font-size: 15px;
	line-height: 2;
	flex-wrap: wrap;
}

.flex_table dt {
	width: 155px;
	margin-right: 25px;
}

.flex_table dd {
	width: calc(100% - 180px);
}

.flex_table ul li::before {
	display: inline-block;
	content: "・";
}

.footer_supporter ul {
	display: flex;
	margin-bottom: 30px;
}

.footer_supporter ul li {
	margin-right: 20px;
}

.footer_supporter ul li:last-of-type {
	margin-right: 0;
}

.footer_supporter img {
	max-width: 113px;
	width: 100%;
}

.sns_link ul {
	display: flex;
}

.sns_link ul li {
	display: flex;
}

.sns_link ul li::after {
	margin: 0 10px;
	content: "／";
}

.sns_link ul li:last-child::after {
	display: none;
}

.icon_flex {
	display: flex;
	align-items: center;
}

.icon__i {
	display: inline-block;
	margin-right: 10px;
	background-repeat: no-repeat;
	content: "";
}

.icon-youtube {
	width: 26px;
	height: 18px;
	background-image: url(./images/youtube.png);
}

.icon-facebook {
	width: 19px;
	height: 19px;
	background-image: url(./images/facebook.png);
}

.icon-instagram {
	width: 19px;
	height: 19px;
	background-image: url(./images/instagram.png);
}

.icon-twitter {
	width: 20px;
	height: 20px;
	background-image: url(./images/twitter_x.png);
	background-size: cover;
}

.icon-line {
	width: 20px;
	height: 20px;
	background-image: url(./images/line.png);
}

.footer_right_contents {
	position: absolute;
	top: 45px;
	right: 0;
	width: 471px;
}

.footer_right_contents nav ul {
	display: flex;
	height: 205px;
	flex-direction: column;
	flex-wrap: wrap;
}

.footer_right_contents nav ul li {
	font-size: 17px;
	line-height: 2;
}

.footer_right_contents nav ul li a {
	display: flex;
	align-items: center;
	transition: 0.3s;
}

.footer_right_contents nav ul li a:hover {
	color: #276d2b;
	transition: 0.3s;
}

.icon-foot {
	display: inline-block;
	width: 15px;
	height: 17px;
	margin-left: 12px;
	background-image: url(./images/link_parts.png);
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 1340px) {
	.footer_flex_container {
		flex-direction: column;
		align-items: flex-start;
	}
	.logo_flex_left {
		width: 90px;
	}
	.logo_flex_right {
		width: 220px;
		margin-left: 20px;
	}
	.footer_flex_left {
		order: 2;
	}
	.footer_flex_right {
		margin-top: 20px;
		order: 1;
	}
	.sns_link ul {
		width: 442px;
		flex-wrap: wrap;
	}
	.sns_link.top_sns ul {
		width: initial;
	}
	.sns_link ul li:nth-child(3):after {
		display: none;
	}
}

@media screen and (max-width: 920px) {
	.footer_contents {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer_left_contents {
		order: 2;
	}
	.footer_right_contents {
		position: relative;
		top: 0;
		order: 1;
	}
	.footer_logo_flex {
		justify-content: center;
	}
	.footer_flex_container {
		align-items: center;
	}
}

@media screen and (max-width: 768px) {
	.footer_contents {
		width: 90%;
	}
	.footer_left_contents {
		margin-top: 20px;
	}
	.footer_flex_container {
		/* width: 90%; */
		margin: auto;
	}
	.sns_link span {
		display: none;
	}
	.footer_supporter ul {
		justify-content: center;
	}
	.sns_link ul {
		width: 100%;
		justify-content: center;
	}
	.sns_link ul li:nth-child(3):after {
		display: inline-block;
	}
	.icon__i {
		margin-right: 0;
	}
	.footer_right_contents {
		width: 325px;
	}
	.footer_title_text {
		font-size: 23px;
	}
	.address_container {
		font-size: 13px;
	}
	.flex_table {
		font-size: 13px;
		flex-direction: column;
	}
	.flex_table dd {
		width: 100%;
	}
	.footer_right_contents nav ul li {
		padding: 3px 0;
		font-size: 14px;
	}
}


/******************************************************************************
	ヘッダー
-------------------------------------------------------------------------------
    header.php //編集ファイル
******************************************************************************/

#header {
	position: relative;
}

.page_title__h1 {
	position: absolute;
	top: 20px;
	right: 150px;
	max-width: 330px;
}

.page_title__img {
	max-width: 331px;
	width: 100%;
	margin-left: auto;
}

.heading_title__h2 {
	color: #fffbe5;
	font-family: "Josefin Sans";
	font-style: italic;
	font-weight: 500;
	font-size: 84px;
	text-align: center;
	text-shadow: 3px 3px 1px #000000, -3px 3px 1px #000000, 3px -3px 1px #000000, -3px -3px 1px #000000, 3px 0px 1px #000000, 0px 3px 1px #000000, -3px 0px 1px #000000, 0px -3px 1px #000000;
}

.heading_subtitle__h3 {
	color: #343434;
	font-weight: 500;
	font-size: 27px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.page_title__img {
		max-width: 191px;
		width: 100%;
		margin-right: auto;
		margin-left: 0;
	}
	.heading_title__h2 {
		font-size: 55px;
		text-shadow: 2px 2px 1px #000000, -2px 2px 1px #000000, 2px -2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
	}
	.heading_subtitle__h3 {
		font-size: 17px;
	}
}

button {
	border: 0;
	border-radius: 0;
	background: transparent;
	vertical-align: middle;
	text-align: inherit;
	outline: 0;

	-webkit-appearance: none;
	appearance: none;
}

button:hover {
	cursor: pointer;
}

.btn {
	display: flex;
	position: fixed;
	top: 20px;
	right: 3%;
	z-index: 105;
	width: 55px;
	height: 55px;
	border-radius: 6px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #fffbe5;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.btn span {
	display: inline-block;
	position: absolute;
	width: 50%;
	height: 2px;
	box-sizing: border-box;
	background-color: #707070;
	transition: all 0.4s;
}

.btn.open {
	background-color: #707070;
}

.btn.open span {
	background-color: #ffffff;
}

.btn span:nth-child(1) {
	top: 17.5px;
}

.btn span:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn span:nth-child(3) {
	bottom: 17.5px;
}

.btn.open span:nth-child(1) {
	top: 22px;
}

.btn.open span:nth-child(2) {
	display: none;
}

.btn.open span:nth-child(3) {
	bottom: 22px;
}

.hamburger_bg {
	position: fixed;
	top: 0;

/* left: 0; */
	right: -120%;
	bottom: 0;

/* will-change: opacity;
    -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1); */
	z-index: 99;

/* opacity: 0;
    visibility: hidden; */
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	transition: all 1s;
}

.hamburger_bg.active {
	/* opacity: 1; */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;

/* left: 0; */
	z-index: 100;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	background-image: url(./images/hamburger_bg.png);
	transition: all 1s;
}

.header_menu_container {
	width: 100vw;
	height: 100%;
	background-image: url(./images/hamburger_character.png);
	background-repeat: no-repeat;
	background-position-x: 104%;
	background-position-y: 131%;
}

.hamburger_inner {
	position: relative;
}

.heading_title_h1 {
	position: absolute;
	top: 20px;
	right: 150px;

/* display: none; */
	max-width: 330px;
}

.heading_title_h1 img {
	width: 100%;
}

.link_list_container {
	max-width: 1305px;
	margin: auto;
	padding-top: 7.5525%;
}

.hamburger_page_link {
	width: 90%;
	margin: auto;
}

.link_text_wrap {
	margin-bottom: 50px;
}

.link_list_wrap {
	width: calc(100% / 2);
}

.link_list_wrap.left__ul {
	float: left;
}

.link_list_wrap.right__ul {
	float: right;
}

.link_text_wrap a {
	display: block;
	position: relative;
}

.link_text_wrap a .text_ja {
	position: relative;
	z-index: 30;
	padding-left: 20px;
	font-weight: 700;
	font-size: 23px;
	transition: all 0.8s ease;
}

.link_text_wrap a .text_en {
	position: absolute;
	top: -20px;
	left: 60px;
	z-index: 25;
	color: #f4f4f4;
	font-family: "Josefin Sans";
	font-style: italic;
	font-weight: bold;
	font-size: 59px;
	letter-spacing: -0.05em;
	transition: all 0.8s ease;
}

.link_text_wrap a .text_en.font-min {
	font-size: 45px;
}

.link_text_wrap a:hover .text_ja {
	color: #276d2b;
	transition: all 0.8s ease;
}

.link_text_wrap a:hover .text_en {
	color: #276d2b;
	opacity: 0.2;
	transition: all 0.8s ease;
}

.link_text_wrap a .icon-header_icon_right:before {
	font-size: 28px;
	transition: all 0.8s ease;
}

.link_text_wrap a:hover .icon-header_icon_right:before {
	color: #276d2b;
	transition: all 0.8s ease;
}

.hamburger_page_link {
	position: relative;
	max-width: 1200px;
	margin: auto;
}

.hamburger_page_link a {
	position: absolute;
	top: 0;
	right: 0;
}

.header_flex_left {
	max-width: 1820px;
	width: 95%;
	margin: auto;
}

.hamburger_page_link img {
	max-width: 526px;
	width: 100%;
	margin-left: auto;
}

.header_logo_flex {
	display: flex;
	align-items: center;
}

.logo_flex_left , .logo_flex_right {
	max-width: 100%;
	height: 100%;
}

.logo_flex_right {
	max-width: 458px;
	width: 100%;
	margin-left: 45px;
}

.header_title_text {
	font-weight: 700;
}

.display_768 {
	display: none;
}

.header_flex_container {
	display: flex;
	max-width: 1300px;
	align-items: flex-end;
}

.header_title_text {
	margin: 15px 0;
	font-size: 30px;
}

.header_contents {
	position: relative;
	max-width: 1820px;
	width: 95%;
	margin: auto;
	padding-top: 45px;
	padding-bottom: 30px;
	border-top: 1px solid #707070;
}

.address_container {
	font-size: 15px;
	line-height: 2;
}

.flex_table {
	display: flex;
	font-size: 15px;
	line-height: 2;
	flex-wrap: wrap;
}

.flex_table dt {
	width: 155px;
	margin-right: 25px;
}

.flex_table dd {
	width: calc(100% - 180px);
}

.flex_table ul li::before {
	display: inline-block;
	content: "・";
}

@media screen and (max-width: 1340px) {
	.logo_flex_left {
		width: 90px;
	}
	.logo_flex_right {
		width: 220px;
		margin-left: 20px;
	}
}

@media screen and (max-width: 920px) {
	.footer_logo_flex {
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.page_title__h1 {
		position: relative;
		top: 0;
		right: 0;
		max-width: 100%;
		width: 90%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 8px;
	}
	.web_page_link_button {
		position: relative;
		top: 0;
		width: 90%;
		margin: auto;
		margin-top: 20px;
	}
	.hamburger_bg.active {
		overflow: scroll;
	}
	.header_menu_container {
		background: none;
	}
	.heading_title_h1 {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		max-width: 330px;
		width: 100%;
		margin: auto;
		margin-top: 10px;
	}
	.link_list_container {
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 30px;
	}
	.link_list_wrap {
		width: 100%;
	}
	.link_list_wrap.left__ul {
		float: none;
	}
	.link_list_wrap.right__ul {
		float: none;
	}
	.link_text_wrap {
		margin-bottom: 25px;
	}
	.link_text_wrap a .icon-header_icon_right:before {
		font-size: 17px;
	}
	.link_text_wrap a .text_ja {
		padding-left: 15px;
		font-size: 14px;
	}
	.link_text_wrap a .text_en {
		top: -6px;
		left: 40px;
		font-size: 30px;
	}
	.link_text_wrap a .text_en.font-min {
		font-size: 26px;
	}
	.header_flex_left {
		width: 90%;
		margin: auto;
		padding-bottom: 20px;
	}
	.header_logo_flex {
		justify-content: center;
	}
	.hamburger_page_link {
		margin-bottom: 40px;
	}
	.hamburger_page_link a {
		position: relative;
	}
	.display_768 {
		display: block;
		max-width: 110px;
		margin-left: 10px;
	}
	.logo_flex_right {
		margin-left: 5px;
	}
	.header_title_text {
		display: none;
	}
	.address_container {
		margin-top: 20px;
	}
	.flex_table dd {
		width: 100%;
	}
	.address_container {
		font-size: 12px;
		line-height: 1.6;
	}
	.flex_table {
		font-size: 12px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 767px) {
	.btn {
		top: auto;
		bottom: 2%;
	}
}

@media screen and (max-width: 500px) {
	.logo_flex_left {
		width: 44px;
		height: 44px;
	}
	.logo_flex_right {
		width: 163px;
	}
}
