﻿@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;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width/***/
	: auto;
}
.container {
	width: 100%;
}
.containerInner_default article {
	padding-bottom: 60px;
}
:root {
	--font_basic: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	--font_icon: 'Font Awesome 6 Free';
	--color_main: #df789d;
	--color_main_rgb: 223 120 157;
	--color_accent: #c84873;
	--color_accent_rgb: 200 72 115;
	--color_sub: #707070;
	--color_sub_rgb: 67 68 68;
	--radius: 10px;
	--gap: clamp(20px, 3vw, 40px);
	--gap_s: clamp(10px, 2vw, 25px);
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: add class */

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clearB {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
@media screen and (max-width:750px) {
	br.forPc {
		display: none;
	}
}
br.forTab {
	display: none;
}
br.forSp {
	display: none;
}
.hidden {
	display: none;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
article {
	width: 100%;
	margin: 0 auto;
}
article {
	max-width: 1210px;
	/* 共通コンテンツ幅 */
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.breadCrumb ul {
	max-width: 1210px;
}
/*--------------------------------------- header */

header {
	position: fixed;
	background-color: transparent;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: 500;
	z-index: 999;
	background-color: rgb(255 255 255 / 90%);
	backdrop-filter: blur(20px);
	transition: background-color 0.2s;
}
header #header_inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.body_common header #header_inner {
	background-color: transparent;
	display: flex;
}
header #header_logo {
	margin: 0;
	padding: 0;
	line-height: 0;
	vertical-align: middle;
}
header #header_contents {}
header #header_logo a {
	display: inline-block;
}
header #header_logo img {
	width: 100%;
	vertical-align: middle;
}
@media screen and (min-width:751px), print {
	header #header_logo {
		flex-basis: 260px;
	}
}
@media screen and (max-width:750px) {
	header #header_logo {
		display: flex;
		align-items: center;
		flex-basis: 130px;
		height: 60px;
	}
	header #header_inner {
		padding: 0 60px 0 10px;
	}
}
/* header_menu_main */

#header_menu_main {}
#header_menu_main ul {
	margin: 0;
	padding: 0;
	line-height: 1;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	list-style: none;
	gap: 2px clamp(10px, 2vw, 15px);
}
#header_menu_main li {
	font-size: clamp(14px, 1vw, 16px);
	position: relative;
	display: flex;
	align-items: center;
}
#header_menu_main li.menulevel1.current {
	box-shadow: inset 0 -3px 0 0 var(--color_main);
}
#header_menu_main .li_arrow {
	padding-right: 0.8em;
}
#header_menu_main .li_arrow:after {
	content: "\f107";
	color: var(--color_main);
	font-family: var(--font_icon);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.3em;
	font-size: 0.8em;
}
#header_menu_main li a {
	color: var(--base-fontcolor);
	text-decoration: none;
	font-size: clamp(15px, 1vw, 16px);
	display: block;
	padding: 5px;
	transition: color 0.2s;
}
#header_menu_main li.li_accent, #header_menu_main li.li_sub {
	padding: 10px 0;
}
#header_menu_main li.li_accent a, #header_menu_main li.li_sub a,
.sp_menu_navi li.li_accent a, .sp_menu_navi li.li_sub a {
	color: #ffffff;
	padding: clamp(5px, 1vw, 10px) clamp(15px, 2vw, 20px);
	border-radius: 100em;
	text-align: center;
}
#header_menu_main li.li_accent a,
.sp_menu_navi li.li_accent a {
	background: linear-gradient(135deg, rgb(var(--color_main_rgb) / 1) 0%, rgb(var(--color_accent_rgb) / 1) 100%);
}
#header_menu_main li.li_sub a,
.sp_menu_navi li.li_sub a {
	background: linear-gradient(135deg, var(--color_sub) 0%, var(--base-fontcolor) 100%);
}
/* header_menu_sub */

#header_menu_sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 20px;
}
#header_menu_sub ul {
	margin: 0;
	padding-bottom: 5px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	list-style: none;
	gap: 2px clamp(5px, 1vw, 10px);
}
#header_menu_sub li {
	font-size: clamp(14px, 1vw, 16px);
	position: relative;
}
#header_menu_sub li a {
	color: var(--base-fontcolor);
	text-decoration: none;
	display: block;
	padding: 5px;
	transition: color 0.2s;
}
@media screen and (max-width:750px) {
	#header_menu_main, #header_menu_sub {
		display: none;
	}
}
/* site info */
header .siteInfo {
	margin-top: 10px;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.9;
}
/*--------------------------------------- sp_menu */

.sp_menu {
	overflow-y: scroll;
	max-height: 100%;
}
.sp_menu .header_menu_main_list {
	padding: 20px;
}
.sp_menu .header_menu_main_list .search_box_navi .search_select_title a {
	color: var(--base-fontcolor);
}
.sp_menu .btn {
	padding-top: 20px;
}
.sp_menu .hours {
	text-align: center;
}
.sp_menu .hours span {
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.4;
	padding-right: 10px;
}
.sp_menu_btn {
	position: relative;
	width: 60px;
	height: 60px;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1;
	text-align: center;
}
.sp_menu_btn .sp_menu_btn_box span {
	display: block;
}
.sp_menu_btn .sp_menu_btn_icon {
	width: 30px;
	height: 9px;
	position: relative;
}
.sp_menu_btn .sp_menu_btn_icon:before,
.sp_menu_btn .sp_menu_btn_icon:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px solid var(--color_main);
	position: absolute;
	transform-origin: 0 50%;
	left: 0;
	transition: 0.1s transform;
}
.sp_menu_btn .sp_menu_btn_icon:before {
	top: 0;
}
.sp_menu_btn .sp_menu_btn_icon:after {
	bottom: 0;
}
.sp_menu_btn.close .sp_menu_btn_icon:before {
	transform: rotate(20deg);
	top: -2px;
}
.sp_menu_btn.close .sp_menu_btn_icon:after {
	transform: rotate(-20deg);
	bottom: -2px;
}
.sp_menu_btn .sp_menu_btn_title:before {
	content: "menu";
	font-size: 0.8em;
}
.sp_menu_btn.close .sp_menu_btn_title:before {
	content: "close";
}
.sp_menu_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1002;
}
.sp_menu {
	position: fixed;
	z-index: 1000;
	right: -100%;
	top: 0;
	width: 380px;
	max-width: 100%;
	height: 100%;
	padding: 60px 0px;
	background-color: #ffffff;
	box-shadow: -5px 0px 10px rgb(0 0 0 / 0.2);
	overflow-y: auto;
	opacity: 0;
	transition: right 0.2s;
}

@media screen and (min-width:751px), print {
	.sp_menu_btn, .sp_menu {
		display: none;
	}
}
@media screen and (max-width:750px) {

}
@media screen and (max-width:480px) {
	.sp_menu {
		width: 100%;
	}
}
.sp_menu.menu_fixed {
	right: 0;
	opacity: 10;
}
.sp_menu_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: none;
}
.sp_menu_bg.bg_fixed {
	display: block;
	background-color: transparent;
}
#sp_menu_logo {
	padding: 10px 60px 10px 10px;
}
.sp_menu_navi {
	padding: 0 15px;
}
.sp_menu.menu_fixed {
	right: 0;
	opacity: 10;
}
.sp_menu_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: none;
}
.sp_menu_bg.bg_fixed {
	display: block;
	background-color: transparent;
}
.sp_menu_navi ul {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	list-style: none;
}
.sp_menu_navi ul li {
	padding-top: 10px;

}
.sp_menu_navi ul li a {
	color: var(--base-fontcolor);
	text-decoration: none;
	display: block;
	padding: 12px;
}
.sp_menu_navi ul li a {

}

.sp_menu_navi li.menulevel1.current a {
	box-shadow: inset 3px 0 0 0 var(--color_main);
}
.sp_menu_navi li.li_accent, .sp_menu_navi li.li_sub {
}
/*--------------------------------------- mainContents */

.mainContents {
}
@media screen and (max-width:750px) {
	.mainContents {
		width: 100%;
		margin-left: 0;
	}
}
.mainContents section:nth-child(odd) {
	background-color: var(--main-bgcolor);
}
.lower .mainContents section:nth-child(odd) {
	background-color: #FFF;
}
.lower .mainContents section:nth-child(even) {
	background-color: var(--main-bgcolor);
}
/*--------------------------------------- page_top */

@media screen and (max-width:750px) {
	#page_top {
		bottom: 100px!important;
	}
}
/*--------------------------------------- footer */

footer {
	max-width: 100%;
	/* フッタ幅100% */
	/* max-width: 1280px; フッタ最大幅1280px */
}
@media screen and (max-width:750px) {
	footer {
		padding-bottom: 90px;
	}
}
footer .footerBox_1 {
	padding: 20px;
}
footer .footerBox_2 {
	padding: 20px;
}
footer ul {
	list-style: none;
	margin: 0;
	padding-left: 1.5em;
}
footer .footer_logo {
	text-align: center;
}
footer .footer_logo a {
	display: inline-block;
	text-decoration: none;
	padding: 10px;
}
footer .footer_logo a img {
	width: 150px;
}
footer .footer_copyright {
	text-align: center;
	font-size: 0.8em;
}
footer .footer_copyright a {
	color: var(--base-fontcolor);
	text-decoration: none;
}
/*--------------------------------------- footer */

.footerFixedNavi {
	display: none;
	position: fixed;
	height: auto;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 3;
	background-color: var(--base-fontcolor);
	padding: 18px 16px 18px 10px;
	text-align: center;
	margin: 0;
}
.footerFixedNavi li {
	flex: auto;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footerFixedNavi a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
	vertical-align: middle;
	line-height: 1;
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.footerFixedNavi a:hover {
	color: #FFF;
}
.footerFixedNavi li img {
	max-width: 31px;
}
@media screen and (max-width:750px) {
	.footerFixedNavi {
		display: flex;
	}
	.body_contact .footerFixedNavi {
		display: none;
	}
}
/*--------------------------------------- columnBox */

.columnBox {
	display: flex;
	gap: var(--gap);
}
.columnBox .column {
	flex: 1;
}
@media screen and (min-width: 751px), print {
}

@media screen and (max-width:750px) {
	.columnBox {
		flex-direction: column;
	}

}
/*--------------------------------------- sideContaints */

#side {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side .menu_title {
	background-color: #eeeeee;
	font-size: 1.1em;
	padding: 1em 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}
#side ul {
	list-style: none;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side ul li {
	border-top: 1px solid #dddddd;
	position: relative;
}
#side ul li:first-child {
	border-top: none;
}
#side li a {
	color: #333;
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
	transition: color linear 0.2s;
	background-image: url(img/icon_right_arrow.png);
	background-repeat: no-repeat;
	background-position: 0.5em 0.8em;
}
#side li a:hover {
	color: #777;
	background-image: url(img/icon_right_arrow.png);
	background-position: 0.8em 0.8em;
}
#side li.current a {
	background-color: #EFEFEF;
}
@media screen and (min-width:720px) {
	.columnBox .column_side {
		width: 280px;
	}
}
@media screen and (max-width:750px) {
	.columnBox .column_side {
		padding: 1em 0 0;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common_setting */

img {
	max-width: 100%;
	height: auto !important;
	width/***/
	: auto;
}
table td img {
	max-width: 100%;
	height: auto !important;
}
iframe {
	max-width: 100%;
}
@media screen and (min-width:720px) {
	.only_pc {
		display: block;
	}
	.only_sp {
		display: none;
	}
}
@media screen and (max-width:750px) {
	.only_pc {
		display: none;
	}
	.only_sp {
		display: block;
	}
}
/*--------------------------------------- font */

html {
	font-size: 62.5%;
	/* 1em=10px化 */
}
body {
	font-family: var(--base-font);
	line-height: 1.5;
	color: var(--base-fontcolor);
	-webkit-text-size-adjust: 100%;
	font-size: 1.5em;
	/* 基準フォントサイズ1.5em=15px */
	letter-spacing: 0.05rem;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:750px) {
	html, body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
		font-size: 0.92em;
	}
}
.subFont {
	font-family: var(--sub-font);
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
.lower h1, .body_common h2 {
	font-weight: 300;
	padding: 70px 0 50px;
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width:750px) {
	.lower h1 {
		padding: 120px 0 20px;
	}
}
@media screen and (max-width:750px) {
	.body_common h2 {
		padding: 70px 0 30px;
	}
}
.lower h1 span, .body_common h2 span {
	display: block;
	font-size: 0.45em;
	padding-top: 10px;
}
.lower h2 {
	margin: 0;
	padding: 10px 0 30px;
}
/* h:変更した場合はstyle_editor.cssにも反映すること */

h3 {
	font-weight: normal;
	padding: 0 0 15px;
	margin-bottom: 20px;
	border-bottom: double 2px;
}
h4 {
	padding: 0 1em;
	margin: 1em 0;
	font-weight: bold;
	border-left: 3px solid var(--color_main);
}
h5 {
	margin: 1.5em 0 1em;
	padding: 0 10px 0 30px;
}
h5:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	border: 6px solid var(--color_main);
	position: absolute;
	left: 0;
	top: 4px;
}
h6 {
	font-weight: bold;
	margin: 1em 0;
	padding: 0.2em;
}
@media screen and (min-width: 751px), print {
	.lower h1, h2 {
		font-size: 2.21em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.1em;
	}
	h6 {
		font-size: 1em;
	}
}
@media screen and (max-width:750px) {
	.lower h1, h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.2em;
	}
	h5, h6 {
		font-size: 1em;
	}
}
.bold {
	font-weight: bold;
}
/*--------------------------------------- color */

a {
	color: #000000;
}
a:hover {
	color: #656565;
}
a:hover img {
	opacity: 0.8;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.red {
	color: #d2202f;
}
.blue {
	color: #40559F;
}
.bg_white {
	background-color: #FFFFFF;
}
.bg_black {
	background-color: #000000;
}
.bg_lightgrey {
	background-color: #F9F9F9;
}
.bg_grey {
	background-color: #EFEFEF;
}
.bg_blue {
	background-color: #40559F;
	color: #FFFFFF;
}
.bg_lightblue {
	background-color: #F0FCFF;
}
.bg_red {
	background-color: #d2202f;
	color: #FFFFFF;
}
.bg_lightred {
	background-color: #FFD9DE;
}
.bg_pink {
	background-color: #f7d8ea;
}
.bg_yellow {
	background-color: #FFF599;
}
.bg_green {
	background-color: #60D795;
	color: #FFFFFF;
}
.bg_lightgreen {
	background-color: #C5FFDF;
}
.bg_cream {
	background-color: #FFFFFA;
}
/*--------------------------------------- btn */

.btn, .editor-style-btn1, .editor-style-btn2, .editor-style-btn1_arrow, .editor-style-btn2_arrow {
	display: block;
	padding: 0.5em 0;
	text-align: center;
}
.btn a, .editor-style-btn1 a, .editor-style-btn2 a, .editor-style-btn1_arrow a, .editor-style-btn2_arrow 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;
}
.btn a, .editor-style-btn1 a, .editor-style-btn1_arrow a {
	border: 1px solid var(--color_main);
}
.btn_accent a, .editor-style-btn2 a, .editor-style-btn2_arrow a {
	color: #ffffff;
	background-color: var(--color_main);
}

.btn_arrow a, .editor-style-btn1_arrow a, .editor-style-btn2_arrow a {
	padding-right: 2.4em;
}
.btn_arrow a:after, .editor-style-btn1_arrow a:after, .editor-style-btn2_arrow a:after {
	content: "\f105";
	font-size: 0.8em;
	font-family: var(--font_icon);
	position: absolute;
	right: 1.4em;
	top: 50%;
	margin-top: -0.4em;
	transition: right 0.2s;
}
.btn a:after, .editor-style-btn1 a:after, .editor-style-btn1_arrow a:after {
	color: var(--color_main);
}
.btn_accent a:after, .editor-style-btn2_arrow a:after {
	color: #ffffff;
}
.btn_arrow a:hover:after, .editor-style-btn1_arrow a:hover:after, .editor-style-btn2_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: 300px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
/* CMSエディター：ボタン */

.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgb(0 0 0 / 0.3), -1px -1px 5px rgb(0 0 0 / 0.3);
}
@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: 300px;
	}
}
@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: 200px;
	}
}
/*--------------------------------------- table */

table {
	border-collapse: collapse;
}
table th, table td {
	border: 1px solid #CCCCCC;
}
table th {
	background: #eeeeee;
}
table[border="0"], table[border="0"] th, table[border="0"] td {
	border: none;
}
table[border="1"], table[border="1"] th, table[border="1"] td {
	border: 1px solid #CCCCCC;
}
table[border="1"] th table[border="0"] td, table[border="1"] td table[border="0"] td {
	border: none;
}
@media screen and (max-width:750px) {
	table th {
		width: auto !important;
	}
	.sp_table td, .sp_table th, .sp_table tr {
		display: block;
		width: 100%!important;
	}
}
table.responsive, table.responsive2c {
	border-collapse: collapse;
	font-size: 0.95em;
}
table.responsive[border="0"], table.responsive[border="0"] th, table.responsive[border="0"] td, table.responsive2c[border="0"], table.responsive2c[border="0"] th, table.responsive2c[border="0"] td {
	border: none;
}
@media screen and (max-width:750px) {
	table.responsive, table.responsive2c {
		max-width: 100%;
	}
	table.responsive td, table.responsive th {
		display: block;
		width: 100% !important;
	}
	table.responsive2c td, table.responsive2c th {
		float: left;
		width: 50% !important;
	}
	table.responsive td img, table.responsive2c td img {
		max-width: 100%;
		height: auto;
	}
}
table.responsive[border="0"] td table:not([border="0"]) th, table.responsive[border="0"] td table:not([border="0"]) td, table.responsive2c[border="0"] td table:not([border="0"]) th, table.responsive2c[border="0"] td table:not([border="0"]) td {
	border: 1px solid #dddddd;
}
@media screen and (max-width: 480px) {
	.sp_table[border="0"] td table:not([border="0"]) th, .sp_table[border="0"] td table:not([border="0"]) td {
		display: table-cell;
		width: auto !important;
		border-left: none;
		border-top: none;
	}
	table.responsive2c td, table.responsive2c th {
		width: 100% !important;
	}
}
@media screen and (max-width:750px) {
	.scroll_box {
		max-width: 100%;
		white-space: nowrap;
		overflow-x: auto;
		position: relative;
		border-right: 1px solid #eaeaea;
		box-shadow: 0px 0px 0px 1px #eaeaea inset;
	}
	.scroll_box:before {
		content: "";
		padding: clamp(40px, 3vw, 60px);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-image: url('./img/img_scroll.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-color: #999999;
		border-radius: var(--radius);
		transition: opacity 0.5s;
		opacity: 1;
	}
	.scroll_box.touch:before {
		opacity: 0;
	}
}
/*--------------------------------------- list_text */

.list_text, .list_text li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.list_text {
	padding: 1em 0;
}
.list_text li a {
	text-decoration: none;
	display: block;
	color: #777;
}
.list_text li .listBox {
	width: 100%;
}
.list_text li .date {
	font-size: 0.9em;
	width: 8em;
}
.list_text li .new {
	font-size: 0.9em;
	margin: 5px;
	color: #D2202F;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 481px), print {
	.list_text li .listBox {
		display: table;
	}
	.list_text li .listBox .date, .list_text li .listBox .text {
		display: table-cell;
		vertical-align: middle;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 480px) {
	.list_text li .listBox {
		padding: 10px 20px;
		display: block;
	}
	.list_text li .listBox .date, .list_text li .listBox .text {
		padding: 5px 0;
		display: block;
	}
}
/*--------------------------------------- list_thumbnail */

.list_thumbnail {
	width: 100%;
	padding: 1em 0;
	margin: 0;
}
.list_thumbnail li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.list_thumbnail li a {
	display: block;
	text-decoration: none;
}
.list_thumbnail .listBox {
	display: block;
	padding: 0 10px 1em;
	position: relative;
}
.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	background-color: #e4e4e4;
}
.list_thumbnail .thumbnail span {
	padding: 30% 0;
	display: block;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s ease-out;
}
.list_thumbnail li a:hover .thumbnail span {
	transform: scale(1.1);
	box-shadow: none;
}
.list_thumbnail .dateBox {
	display: block;
	padding: 0 10px;
	background-color: #fff9eb;
	font-size: 0.9em;
	font-family: var(--sub-font);
}
.list_thumbnail .date, .list_thumbnail .new {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.list_thumbnail .date {
	padding: 0.1em 0;
}
.list_thumbnail .new {
	color: #414D99;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
}
.list_thumbnail .title {
	display: block;
	padding: 0.5em 10px 1em;
}
.list_thumbnail .text {
	display: block;
	padding: 0.5em 10px 1em;
	border-top: 1px dashed #ddd;
	color: #999;
	font-size: 0.9em;
}
@media screen and (min-width: 1200px) {
	.list_thumbnailC5 li {
		width: 20%;
	}
	.list_thumbnailC6 li {
		width: 16%;
	}
}
@media screen and (min-width: 751px) {
	.list_thumbnailC1 li {
		width: 100%;
		display: block;
	}
	.list_thumbnailC2 li {
		width: 49.5%;
	}
	.list_thumbnailC3 li {
		width: 32.5%;
	}
	.list_thumbnailC4 li {
		width: 24.5%;
	}
	.list_thumbnailC5 li {
		width: 19.5%;
	}
	.list_thumbnailC6 li {
		width: 15.5%;
	}
}
@media screen and (max-width:750px) {
	.list_thumbnailC2 .listBox {
		padding: 0 0 2em;
	}
	.column_thumbnail {
		width: 35.2%;
	}
	.list_thumbnail li {
		width: 100%;
	}
	.list_thumbnailC1 li {
		width: 100%;
		display: block;
	}
	.list_thumbnailC4 li {
		width: 50%;
	}
	.list_thumbnailC5 li {
		width: 50%;
	}
	.list_thumbnailC6 li {
		width: 50%;
	}
}
@media screen and (min-width: 480px) {
	.list_thumbnailC2 li .listBox {
		padding: 0 0 3em;
	}
}
@media screen and (max-width: 479px) {
	.list_thumbnailC2 li, .list_thumbnailC3 li {
		width: 100%;
	}
}
.body_common .list_thumbnail {
	text-align: center;
}
.body_common .list_thumbnail .thumbnail span {
	padding: 26.5% 0;
}
.body_common .list_thumbnail .title {
	font-size: 1.2em;
	font-weight: bold;
}
/*--------------------------------------- breadCrumb */

.breadCrumb {
	font-size: 0.9em;
	color: #ffffff;
	background-color: #ccd2df;
}
.breadCrumb ul {
	padding: 0.5em 20px;
	margin: 0 auto;
}
.breadCrumb li {
	display: inline;
}
.breadCrumb li a {
	color: #ffffff;
	background: transparent url(img/breadcrumb_white.png) no-repeat scroll right center;
	margin-right: 2px;
	padding-right: 16px;
	text-decoration: none;
}
.breadCrumb .fa-home {
	display: inline-block;
	width: 12px;
	height: 13px;
	background-image: url(img/icon_home.png);
	background-color: transparent;
	background-repeat: no-repeat;
	vertical-align: middle;
}
/*--------------------------------------- pagetop link */

#pgtp {
	border-bottom: solid 1px #b5c3df;
}
#pgtp p {
	text-align: right;
	padding: 20px 0 16px;
}
/*--------------------------------------- pageprev/next link */

.page_link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.page_link a.page_link_left {
	margin: 0 10px 0 0;
	padding: 0 0 0 12px;
	background: url(img/icon_page_link_left.gif) no-repeat left center;
}
.page_link a.page_link_right {
	margin: 0 0 0 10px;
	padding: 0 12px 0 0;
	background: url(img/icon_page_link_right.gif) no-repeat right center;
}
/*--------------------------------------- pager */

.pager_box {
	clear: both;
	text-align: center;
	margin-top: 15px;
}
.pager_box .pager {
	width: 2.5em;
	display: inline-block;
	border: 1px solid #BFBFBE;
	border-radius: 3px;
	margin-right: 8px;
}
.pager_box .pager a {
	display: block;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.pager_box .pager a:link, .pager_box .pager a:visited {
	color: #333333;
	text-decoration: none;
}
.pager_box .pager a:hover, .pager_box .pager a:active {
	background: #F1F1F1;
	text-decoration: none;
}
.pager_box .pager_current {
	background: #F1F1F1;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.pager_box .pager_dot {
	width: 1.5em;
	display: inline-block;
}
.pager_box .pager_space {
	width: 1em;
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.pager_box .pager_first {
	display: inline-block;
}
.pager_box .pager_last {
	display: inline-block;
}
/*--------------------------------------- dli-zoom-in（拡大表示アイコン） */

.dli-zoom-in {
	display: inline-block!important;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 0.7em;
	height: 0.7em;
	border: 0.1em solid currentColor;
	border-radius: 50%;
	box-sizing: content-box;
	position: relative;
	margin-right: 6px;
}
.dli-zoom-in::before {
	content: '';
	position: absolute;
	top: calc(85.35534% + 0.07071em);
	left: calc(85.35534% + 0.07071em);
	width: 0.336em;
	height: 0.1em;
	background: currentColor;
	border-radius: 0 0.1em 0.1em 0;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: left center;
}
.dli-zoom-in>span {
	width: 58%;
	height: 0.1em;
	background: currentColor;
	border-radius: 0.1em;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.dli-zoom-in>span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: TOPpage（common） */

/* ---------------------------------------- スライド */

/* 横へスライド */

.slider {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.slider.hidden {
	display: none;
}
@media screen and (max-width:750px) {
	.slider {
		font-size: 0.92em;
	}
}
.slider .slick-track {
	height: 700px;
	overflow-y: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width:750px) {
	.slider .slick-track {
		height: 400px;
	}
}
.height100 .slider .slick-track {
	height: 100vh;
}
.slider .slick-slide {
	float: none;
	width: auto!important;
	height: 100% !important;
	flex: 1;
}
.slider .slick-dotted.slick-slider {
	margin-bottom: 0!important;
}
.slider .slick-slide div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
/* フェイドイン */

.zoom-fade {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.height100 .zoom-fade {
	height: 100vh;
}
.height100 .zoom-fade img {
	height: 100vh!important;
}
.zoom-fade__item {
	object-fit: cover;
}
.zoom-fade span {
	display: block;
	height: clamp(250px, 32vw, 600px);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s ease-out;
}
.height100 .zoom-fade span {
	height: 100vh;
}
.add-animation {
	/* アニメーション名 アニメーションにかかる時間 アニメーションの実行前後の状態 */
	/* zoom-fade 10秒 [実行前]最初のキーフレーム（0%） → [実行後]最後のキーフレーム（100%） */
	animation: zoom-fade 10s both;
}
@keyframes zoom-fade {
	0% {
		/*transform: scale(1.05);*/
		transform: scale(1);
	}
	100% {
		/*transform: scale(1);*/
		transform: scale(1.05);
	}
}
.slideFrame {
	position: relative;
}
@media screen and (max-width:750px) {
	.slideFrame {
		margin-top: 74px;
	}
	.slideFrame.height100 {
		margin-top: 0;
	}
}
.sliderText {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-justify-content: center;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	padding: 20px;
	color: #FFF;
	min-height: 5em;
	z-index: 1;
	text-align: center;
	font-size: 2.2em;
	font-family: var(--base-font);
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5);
}
.height100 .sliderText {
	height: 100vh;
	height: -webkit-fill-available;
}
.sliderText .text {
	position: relative;
	/* top: 25%; */
	height: 100%;
	width: 100%;
	/* -webkit-transform: translateY(-25%); */
	/* transform: translateY(-25%); */
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sliderText .text .sp {
	display: none;
}
.sliderText .text dd {
	display: inline-block;
	margin: 20px 0 0;
	font-size: 0.53em;
	background-color: var(--base-fontcolor);
	padding: 5px 20px;
}
@media screen and (max-width:750px) {
	.sliderText .text dl {
		margin-top: 0;
	}
	.sliderText .text .pc {
		display: none;
	}
	.sliderText .text .sp {
		display: block;
	}
}

.container_top article {
	padding: 0 0 30px;
	max-width: 1210px;
}

.container_list {
	display: flex;
	flex-wrap: wrap;
}
.container_list .container_list_box {
	padding: 0 var(--gap) var(--gap);

}
.container_list .container_list_box_w50 {

}
@media screen and (min-width: 751px) {

}
@media screen and (max-width:750px) {
	.container_list {
		flex-direction: column;
	}
}
/* ---------------------------------------- サービス */

@media screen and (min-width: 751px) {
	#service .list_thumbnailC2 li {
		padding: 0 20px;
	}
}
/* ---------------------------------------- メニュー */

.menuList {
	margin: 0 auto 70px;
	padding: 0;
	font-family: var(--sub-font);
}
.menuList li {
	list-style: none;
	border-bottom: dotted 1px #797976;
	padding: 20px 0;
}
.menuList .listBox .floatL {
	width: 75%;
	display: block;
}
.menuList .listBox .floatR {
	width: 25%;
	text-align: right;
	display: block;
}
@media screen and (max-width:750px) {
	.menuList .listBox .floatL, .menuList .listBox .floatR {
		float: none;
		width: 100%;
	}
}
.menuList .title {
	font-weight: bold;
	font-size: 1.3em;
}
@media screen and (max-width:750px) {
	.menuList .title {
		font-size: 1.1em;
	}
}
.menuList .time {
	margin-right: 1em;
}
.menuList .msg {
	display: block;
	margin: 10px 0 0;
}
.menuList .thumbnail {
	display: block;
	margin: 25px 0 20px;
	padding: 30% 0;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s ease-out;
}
/* ---------------------------------------- blog */

#blog .list_thumbnail .title {
	font-weight: normal;
	font-family: var(--sub-font);
	text-align: left;
	padding: 0.5em 0 1em;
}
#blog .list_thumbnail .thumbnail span {
	padding: 48.5% 0;
}
#blog .list_thumbnail .listBox {
	padding: 0 20px 1em;
}
#blog .list_thumbnail .text {
	padding: 0.5em 0 1em;
	font-family: var(--sub-font);
}
@media screen and (max-width: 479px) {
	#blog .list_thumbnailC2 li, .list_thumbnailC3 li {
		width: 50%;
	}
	#blog .list_thumbnail .listBox {
		padding: 0 8px 1em;
	}
	#blog .list_thumbnail .title {
		font-size: 0.9em;
	}
}
.body_blog .msg {
	font-family: var(--sub-font);
}
.body_blog .msg .thumbnail {
	float: right;
	width: 30%;
	margin: 0 0 30px 30px;
}
@media screen and (max-width:750px) {
	.body_blog .msg .thumbnail {
		float: none;
		width: 100%;
		margin: 0 0 20px;
		display: block;
		text-align: center;
	}
	.body_blog .msg .thumbnail img {
		width: 80%;
	}
}
.body_blog .msg .thumbnail span {
	display: block;
}
.otherArticles dt {
	padding: 50px 0 20px;
	font-size: 1.2em;
}
.otherArticles dd {
	padding: 0;
	margin: 0;
}
/* ---------------------------------------- セラピスト */

#therapist .profileArea {
	padding-bottom: 50px;
	border-top: dotted 1px #cfcfcf;
	padding-top: 70px;
}
#therapist .profileArea:first-of-type {
	border-top: none;
	padding-top: 0;
}
#therapist .pic01 {
	float: right;
	width: 30%;
	text-align: center;
}
#therapist .profileArea:nth-child(odd) .pic01 {
	float: left;
}
#therapist .floatL {
	width: 65%;
}
#therapist .profileArea:nth-child(odd) .floatL {
	float: right;
}
@media screen and (max-width:750px) {
	#therapist .pic01, #therapist .floatL {
		float: none;
		width: 100%;
	}
	#therapist .pic01 img {
		width: 70%;
	}
}
#therapist .name {
	font-size: 1.9em;
	letter-spacing: 0.2em;
	line-height: 1.5;
}
#therapist .name, #therapist .name_kana {
	margin-block-end: 0;
	margin-block-start: 0;
}
#therapist .name_kana {
	font-size: 0.9em;
	margin-bottom: 2em;
}
#therapist .type {
	margin-bottom: 2em;
}
#therapist .profile {
	line-height: 2;
	padding-bottom: 20px;
}
#therapist .profile .text {
	padding-bottom: 20px;
}
#therapist .pic02 {
	text-align: center;
}
#therapist .pic02 img {
	max-width: 820px;
	width: 100%;
}
/* ---------------------------------------- アクセス */

#access .text {
	margin-bottom: 30px;
}
#access #map iframe {
	width: 100%;
	margin-bottom: 30px;
}
/* ---------------------------------------- contact */

/* ---------------------------------------- privacy */

.privacy {
	padding: 15px 40px;
	overflow-y: scroll;
	font-size: 0.8em;
	width: 80%;
	height: 250px;
	border: solid 1px #ccc;
	margin: 40px auto 20px;
}
@media screen and (max-width:750px) {
	.privacy {
		width: 100%;
		padding: 15px 20px;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */

.slick-track:after, #therapist .profile:after, .menuList .listBox:after {
	content: "";
	display: block;
	clear: both;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms common */

.invisible {
	display: none;
}
a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}
#input-table a.tooltiplink:link, #input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#input-table a.tooltiplink:hover, #input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
a.tooltiplink:link, a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.tooltiplink:hover, a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table p.tooltipbox a:link, #input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#input-table p.tooltipbox a:hover, #input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}
p.tooltipbox a:link, p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
p.tooltipbox a:hover, p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}
/* comment form */

.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}
.comment_box th, .comment_box td {
	padding: 10px;
}
.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}
.comment_name {
	width: 70%;
	text-align: left;
}
.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}
.comment_box td {
	padding-top: 0;
}
.comment_text {
	padding: 15px;
	background: #ffffff;
}
.icon_comment {
	text-align: right;
}
.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}
/* twitter widget */

#twtr-hd h3, #twtr-hd h4, .twtr-widget h3, .twtr-widget h4, .twtr-widget p, .twtr-widget-profile h3, .twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */

iframe.twitter-share-button {
	width: 115px!important;
}
/*--------------------------------------- cms form */

.form_flow {
	position: relative;
	margin: 0 0 40px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form_flow li {
	position: relative;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	width: 33.333%;
	color: #999999;
	font-weight: bold;
	counter-increment: steps;
}
.form_flow li:before {
	display: block;
	width: 26px;
	height: 26px;
	margin: 7px auto 20px auto;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	background-color: #F5F5F5;
	content: counter(steps);
	z-index: 3;
	position: relative;
}
.form_flow li:after {
	position: absolute;
	z-index: 1;
	top: 15px;
	left: -50%;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #F5F5F5;
}
.form_flow li:first-child:after {
	content: none;
}
.form_flow li.current, .form_flow li.complete {
	color: var(--base-fontcolor);
}
.form_flow li.current:before, .form_flow li.complete:before {
	background-color: var(--base-fontcolor);
	color: #FFF;
}
.form_flow li.current:after, .form_flow li.complete:after {
	background-color: var(--color_main);
}
.contact_msg {
	font-size: 0.9em;
	margin: 0 auto;
}
.contact_msg_complete {
	padding: 40px;
	margin-bottom: 30px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}
.contact_msg .editor-style-btn1 {
	float: right;
}
.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5, -1px 0px #e5e5e5;
	padding: 20px 5%;
}
.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}
.error_box .error_msg {
	margin-top: 20px;
}
.contact form {
	text-align: center;
}
#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}
#input-table table {
	width: 100%;
	padding: 5px;
	margin: 10px auto 20px;
	border: none;
	background-color: #ffffff;
}
#input-table table li {
	margin-left: 0;
}
#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}
#input-table table td {
	padding-left: 10px;
}
#input-table table tr {
	transition: background-color linear 0.2s;
	border-top: 1px solid #ccc;
}
#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
#input-table table tr:first-child {
	border-top: none;
}
#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}
.input_required, .input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	color: #fff;
	background-color: var(--base-fontcolor);
	position: absolute;
	right: 10px;
	top: 20px;
}
.input_not_required:before {
	color: #ffffff;
}
.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}
#input-table .error_msg, #input-table .error_msg_js {
	padding: 5px 5px 5px 20px;
	background: url(./img/form_error.gif) left 10px no-repeat;
}
#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}
#input-table table tr:last-child td {
	text-align: center;
}
#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}
#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input[type="text"], input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}
.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}
#input-table table .form_input_addnumber {
	width: 40% !important;
}
#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input:focus, input:textarea {
	border: solid 1px #414D99;
}
.input_button {
	font-size: 1.2em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 4px 10px;
	color: var(--side-fontcolor);
	background-color: var(--main-color);
	border: none;
	cursor: pointer;
	border-radius: 100em;
}
#input-table .input_button {
	padding: 30px 50px;
	width: 80%;
	max-width: 470px;
}
#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}
#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
}
/* セパレーター */

#input-table table tr.input-formgroup-blank th {
	background: #F0F0F0;
	border: none;
}
#input-table table tr.input-formgroup {
	padding-top: 20px;
}
#input-table table tr.input-formgroup th {
	text-align: left;
	border: none;
	padding: 10px 0 5px 50px;
	background-image: url(./img/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #074D93;
	/* セパレーターth背景色 */
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed {
	background-image: url(./img/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	border-bottom: 2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover {
	cursor: pointer;
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title {
	display: block;
	color: #FFFFFF;
	/* セパレータータイトル文字色 */
	font-size: 1.3em;
	/* セパレータータイトル文字サイズ */
	padding-bottom: 5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text {
	position: relative;
	display: block;
	color: #FFFFFF;
	/* セパレーター説明文文字色 */
	padding: 0 5px 0 1em;
	margin: 5px 10px 10px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content: "";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited, #input-table table tr.input-formgroup span.input-formgroup-text a:link {
	color: #FFFFFF;
	/* セパレーター説明文内リンク色1 */
	text-decoration: underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover, #input-table table tr.input-formgroup span.input-formgroup-text a:active {
	color: #66FFFF;
	/* セパレーター説明文内リンク色2 */
	text-decoration: underline;
}
@media screen and (max-width:750px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}
	#input-table table th, #input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}
	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content: "";
		display: block;
		clear: both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required, .input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: pages */

.msg {
	margin: 20px auto;
}
.map {
	margin: 20px auto;
}
.map iframe {
	width: 100%;
}
.triangle {
	width: 0;
	height: 0;
	padding: 0!important;
	border-style: solid;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-top: 30px solid #ccc;
	border-bottom: 0;
	margin: 0 auto 20px;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: sp */

.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width:750px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}