﻿@charset "UTF-8";
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
article {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}
.section_s article {
	max-width: 790px;
}
article {
	max-width: 950px;
}
.lower .container article, .breadCrumb ul, .width_wide article {
	max-width: 790px;
}
footer #footer_sitemap_box ul li:before, #header_menu_main .li_arrow:after, .btn_arrow a:after, .editor-style-btn1_arrow a:after, .editor-style-btn2_arrow a:after, .page_link li:before, .table_flow tr:after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-rendering: auto;
}
.list_effect li:before, #side li a:before {
	font-family: 'Line Awesome Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
:root {
	--font_basic: 'Zen Kaku Gothic New', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	--color_main: #e75297;
	--color_main_rgb: 231 82 151;
	--radius: 10px;
	--gap: clamp(20px, 4vw, 60px);
	--gap_s: clamp(10px, 2vw, 25px);
}
/*--------------------------------------- font */

html {
	font-size: 62.5%;
}
body {
	font-family: 'Zen Kaku Gothic New', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #000000;
	font-size: clamp(14px, 2vw, 16px);
	line-height: 1.8;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	background-size: auto 8000px;
}
@media screen and (max-width:719px) {
	html, body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
	line-height: 1.4;
}
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
	content: "";
	display: block;
	clear: both;
}
h1 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: clamp(16px, 2vw, 28px);
	position: relative;
}
h1 img {
	width: 235px;
	max-width: 18%;
}
.font_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*--------------------------------------- btn */

.btn, .editor-style-btn1 {
	display: block;
	padding: 0.5em 0;
}
.btn a, .editor-style-btn1 a {
	padding: clamp(13px, 2vw, 17px) 20px;
	font-size: clamp(14px, 2vw, 16px);
	line-height: 1.5;
	background-color: #ffffff;
	border-radius: 100em;
	text-decoration: none;
	display: inline-block;
	transition: color 0.2s, background-color -.2s;
	text-align: center;
	position: relative;
	color: #ffffff;
	background-color: var(--color_main);
}
.btn_arrow a:after {
	content: "\f105";
	font-size: 0.8em;
	position: absolute;
	right: 1.4em;
	top: 50%;
	margin-top: -0.4em;
	transition: right 0.2s;
	color: #ffffff;
}
.btn_arrow a:hover:after {
	right: 15px;
}
.btn_size_s a {
	width: 100%;
	max-width: 180px;
}
.btn_size_m a {
	font-size: clamp(14px, 2vw, 18px);
	width: 100%;
	max-width: 350px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
@media screen and (min-width:380px) {
	.btn a, .editor-style-btn1 a, .editor-style-btn2 a, .editor-style-btn1_arrow a, .editor-style-btn2_arrow a {
		min-width: clamp(200px, 14vw, 250px);
	}
}
@media screen and (max-width:379px) {
	.btn a, .editor-style-btn1 a, .editor-style-btn2 a, .editor-style-btn1_arrow a, .editor-style-btn2_arrow a {
		min-width: clamp(200px, 14vw, 250px);
	}
}
.text_center {
	text-align: center;
}
#google_map iframe {
	width: 100%;
	height: clamp(300px, 25vw, 400px);
}
@media print {
	.btn {
		display: none;
	}
}