.cmsform_wrap {
	width: 100%;
	margin: 0 auto 40px;
}
.simpleform_wrap {
	padding: 10px 0;
	width: 96%;
	margin: 0 auto;
}
.cmsform_go_online {
	width: 90%;
	margin: 10px auto 20px;
}
.cmsform_go_online a {
	padding: 10px 35px 10px 15px;
	color: #2899fb;
	font-weight: bold;
	border: 1px solid #2899fb;
	border-radius: 3px;
	position: relative;
	display: block;
}
.cmsform_go_online a:hover {
	background: #2899fb;
	color: #fff;
}
.cmsform_go_online a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #008dd0;
	border-right: 2px solid #008dd0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cmsform_go_online a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.form_top_txt {
	color: #ff0000;
	text-align: center;
	padding-top: 30px;
}
/*-----------------------------------------------
    .form1_ma　/inquiry/ 来店予約フォーム
    -----------------------------------------------*/
.inquirytable {
	border-collapse: collapse;
	width: 96%;
	margin: 0 auto;
}
.inquirytable th, .inquirytable td {
	vertical-align: middle;
	display: block;
	width: 100%;
}

.inquirytable_note {
	padding: 15px 0;
	width: 96%;
	margin: 0 auto;
}

.inquirytable th {
	text-align: left;
	padding-bottom: 5px;
	display: flex;
}
.inquirytable td {
	padding-bottom: 10px;
}
.inquirytable td span {
	display: block;
	font-size: 13px;
	color: #999;
	margin-bottom: 5px;
}
.inquirytable td p {
	font-size: 2.8vw;
	background: #FFE5E5;
	display: inline-block;
	color: #ff0000;
	font-weight: bold;
}
.inquirytable input, .inquirytable select, .inquirytable textarea {
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #ccdae4;
	border-radius: 3px;
	background: #f5f9fc;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: bottom;
}
.inquirytable input[type="radio"], .inquirytable input[type="checkbox"] {
	width: 15px;
	height: 15px;
	vertical-align: sub;
}
.inquirytable input[type="button"],
.inquirytable select {
	cursor: pointer;
	padding: 5px;
}
.inquirytable textarea {
	height: 150px !important;
}
.inquirytable td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 15px 20px;
	display: block;
	margin-bottom: 5px;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
}
.inquirytable td label span {
	color: #999;
	font-size: 12px;
	padding-left: 5px;
}
.inquirytable td label input {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.inquirytable td label input[type="checkbox"],
.inquirytable td label input[type="radio"] {
	vertical-align: top;
	margin-top: 2px;
}
.cmsform_ttl {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	padding: 15px;
	background: #EEE;
	margin-bottom: 15px;
}
.inq_conts {
	width: 96%;
	margin: 0 auto;
}
.inq_conts_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	padding: 10px 0;
	margin: 0 auto 10px;
}
.inq_conts_ttl img {
	width: 70px;
	margin-right: 10px;
}
.inq_conts_ttl span {
	font-weight: bold;
	font-size: 22px;
	line-height: 140%;
}
.inq_conts_box {
	width: 96%;
	margin: 0 auto;
}
.inq_conts_detail_ttl {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	color: #111;
	font-size: 16px;
	font-weight: bold;
	background: #c8e1f5;
}
.inq_conts_detail_ttl:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #c8e1f5;
}
.inq_conts_detail_ttl p {
	margin: 0;
	padding: 0;
}
.inq_conts_detail {
	border: 3px solid #c8e1f5;
	padding: 12px;
}
.inq_conts_detail li {
	box-sizing: border-box;
	padding: 5px 15px;
	font-weight: bold;
	color: #008dd0;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.inq_conts_detail li:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(/img/request/check.gif) no-repeat;
	background-size: 16px 16px;
	display: block;
	margin-right: 5px;
}
.inq_conts_chara {
	text-align: center;
	margin: -130px 20px 30px auto;
	width: 30%;
}
.form_note {
	padding: 10px 0;
	font-size: 12px;
}
.form_note a {
	color: #111;
	text-decoration: underline;
}
.form_subtext {
	padding: 10px 0;
	color: #ff0000;
	font-size: 12px;
	line-height: 1.5;
}
.inquiryend {
	text-align: center;
	width: 96%;
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 30px;
}
.inquiryend span {
	display: block;
}
.form_required, .form_any {
	display: block;
	font-size: 12px;
	font-weight: bold;
	width: 20px;
	line-height: 22px;
	border-radius: 3px;
	text-align: center;
}
.form_required {
	color: #ff4a32;
}
.form_any {
	border: 1px solid #237dc0;
	color: #237dc0 !important;
	background: #dfebf5 !important;
}
.form_address input,
.form_address select {
	display: inline-block;
	vertical-align: baseline;
}
.form_address input[type="tel"] {
	width: 50%;
	margin-bottom: 5px;
}
.form_address select {
	margin-bottom: 5px;
}
.form_notice {
	position: relative;
	display: inline-block;
	margin: 0.5em 0;
	padding: 7px 15px;
	max-width: 100%;
	color: #555;
	font-size: 13px;
	background: #FFECCE;
}
.form_notice:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 30px;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #FFECCE;
}
#jc_btn_submit {
	-webkit-appearance: none;
	border: 2px solid #ccc;
	background: #eee;
	color: #777;
	border-radius: 30px;
	width: 90%;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	margin: 30px auto;
	font-size: 20px;
	display: block;
	font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
#jc_btn_submit.jcjs_btn_ok {
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
}
#jc_btn_submit.jcjs_btn_ok:hover {
	color: #2799fb;
	background: #fff;
}
#jc_btn_back {
	width: 120px;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	padding: 5px 0;
	font-size: 13px;
	font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	background: #eee;
	border: 1px solid;
	border-radius: 3px;
}
.inq_conf {
	border-bottom: 1px dashed #ccc;
	width: 100%;
	margin-bottom: 15px;
	display: block;
}
.cms_wrap form>p,
.simpleform_wrap form>p,
.cmsform_wrap form>p {
	display: flex;
	flex-direction: column-reverse;
}
.inquiry_thanks {
	padding: 5%;
	width: 92%;
	margin: 40px auto;
	border: 5px solid #eee;
	box-sizing: border-box;
}
.inquiry_thanks p:not(:last-child) {
	padding-bottom: 10px;
}
/* ----------------------------------------
    grouppaging
    ---------------------------------------- */
.grouppaging {
	width: 96%;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: center;
}
.grouppaging li {
	padding: 1px;
	line-height: 30px;
}
.grouppaging a, .grouppaging span {
	border-radius: 50%;
	border: 1px solid #3f98d7;
	color: #3f98d7;
	background: #fff;
	width: 38px;
	height: 38px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
}
.grouppaging a {
	text-decoration: none;
}
.grouppaging a:hover, .grouppaging span {
	background: #3f98d7;
	color: #fff;
}
.grouppaging p {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
}
/* ----------------------------------------
	member
	---------------------------------------- */
.member_wrap {
	padding-bottom: 50px;
}
.member_wrap:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(/img/member/bg.jpg) center no-repeat;
	background-size: cover;
}
.member {
	width: 94%;
	margin: 0 auto;
}
.member ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.member li {
	width: 100%;
	margin: 20px;
}
.member li a {
	display: block;
}
.me_photo {
	height: 260px;
	width: 260px;
	margin: 0 auto;
}
.me_photo img {
	display: block;
}
.me_photo img:nth-of-type(1),
.member li a:hover .me_photo img:nth-of-type(2) {
	display: block;
}
.me_photo img:nth-of-type(2),
.member li a:hover .me_photo img:nth-of-type(1) {
	display: none;
}
.me_photo img {}
.me_catch {
	margin: -70px auto 0;
	width: 280px;
}
.me_catch img {}
.me_detail {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.me_name {
	text-align: right;
}
.me_name span {
	color: #999;
	font-size: 12px;
	line-height: 15px;
	font-family: Futura, 'Century Gothic', 'Arial';
	letter-spacing: 1px;
}
.me_name p {
	font-size: 20px;
	font-weight: bold;
	color: #111;
}
.me_position {
	background: #fb8927;
	color: #fff;
	padding: 0 10px;
	line-height: 25px;
	font-weight: bold;
}
/* ----------------------------------------
	リンク用
	---------------------------------------- */
.linkarea {
	width: 96%;
	margin: 0 auto;
}
.linkarea br {
	display: none;
}
.linkarea strong {
	font-size: 15px;
	margin-top: 30px;
	display: block;
}
.linkarea a {
	display: block;
	border-radius: 5px;
	border: 1px solid #2799fb;
	color: #2799fb;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 15px;
}
.linkarea a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0c1';
	padding-right: 10px;
}
.linkarea a:hover {
	background: #2799fb;
	color: #fff;
}
.linkarea a:first-child {
	margin-top: 30px;
}
.linkarea a:last-child {
	margin-bottom: 30px;
}
/* ----------------------------------------
    info_wrap
    ---------------------------------------- */
.info_wrap {
	padding: 30px 0;
	width: 94%;
	margin: 0 auto;
}
.info_li {
	padding-bottom: 10px;
}
.info_li>div:nth-child(2n-1) {
	background: #eee;
}
.info_li>div:last-child {
	border-bottom: 1px solid #999;
}
.info_box {
	border-top: 1px solid #999;
	padding: 15px 10px;
	position: relative;
}
.info_box span {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.info_box a:empty {
	display: none;
}
.info_box a:not(:empty) {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px !important;
	color: #fff !important;
	font-size: 0px;
}
.info_box a:empty+p {
	color: #111
}
.info_box a:not(:empty)+p {
	color: #008dd0;
	text-decoration: underline;
	font-weight: bold;
}
.info_box:hover a:not(:empty)+p {
	color: #999;
}
.info_detail .info_ttl {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	background: #eee;
	padding: 15px 20px;
	margin-bottom: 30px;
}
.info_detail .info_detail_inner {
	font-size: 16px;
	margin-bottom: 60px;
}
.info_detail_inner img {
	height: auto !important;
}
.info_detail .info_detail_inner a {
	color: #2899fb;
	font-weight: bold;
}
.info_detail .info_detail_inner a:hover {
	color: #999;
}
.info_detail .info_detail_back a {
	display: block;
	width: 90%;
	border: 1px solid #111;
	border-radius: 3px;
	text-align: center;
	padding: 15px 0;
	color: #111;
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto 40px;
}
.info_detail .info_detail_back a:hover {
	background: #111;
	color: #fff;
}
.info_detail_inner table.table {
	max-width: 100% !important;
}
.info_detail_inner table.table th,
.info_detail_inner table.table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.info_detail_inner table.table th {
	font-weight: bold;
	background: #f5f5f5;
}
.column
/* ----------------------------------------
    topics
    ---------------------------------------- */
.topics_wrap {
	padding: 30px 0;
	width: 94%;
	margin: 0 auto;
}
.topics_li {
	padding-bottom: 10px;
}
.topics_li>div:nth-child(2n-1) {
	background: #eee;
}
.topics_li>div:last-child {
	border-bottom: 1px solid #999;
}
.topics_box {
	position: relative;
	display: flex;
	border-top: 1px solid #999;
}
.topics_box a {
	display: flex;
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.5;
}
.topics_box span {
	width: 40%;
	font-weight: bold;
	color: #111;
}
.topics_box a p:nth-of-type(1) {
	width: 60%;
	display: flex;
}
.topics_box a p:nth-of-type(1) label {
	color: #fff;
	background: #008dd0;
	font-size: 13px;
	padding: 3px 10px;
	border-radius: 5px;
	margin-left: auto;
}
.topics_box .topics_box_txt {
	width: 100%;
	color: #008dd0;
	font-weight: bold;
	margin-top: 5px;
}
.topics_box:hover .topics_box_txt {
	color: #999;
	text-decoration: underline;
}
.topics_detail {
	font-size: 16px;
	line-height: 1.5;
}
.topics_detail .topics_ttl {
	font-weight: bold;
	font-size: 22px;
	background: #eee;
	padding: 20px;
	margin-bottom: 30px;
}
.topics_detail_date {
	width: 100%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}
.topics_detail_date p label {
	color: #fff;
	background: #008dd0;
	font-size: 13px;
	padding: 3px 10px;
	border-radius: 5px;
}
.topics_detail .topics_detail_inner {
	width: 100%;
	margin: 0 auto 60px;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	padding: 50px 0;
}
.topics_detail .topics_detail_inner a {
	color: #2899fb;
	font-weight: bold;
}
.topics_detail .topics_detail_inner a:hover {
	color: #999;
}
.topics_detail .topics_detail_back a {
	display: block;
	width: 100%;
	border: 1px solid #111;
	border-radius: 3px;
	text-align: center;
	padding: 20px 0;
	color: #111;
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto 40px;
	box-sizing: border-box;
}
.topics_detail .topics_detail_back a:hover {
	background: #111;
	color: #fff;
}

.ol_onayami {
	margin-top: 25px;
}

.ol_onayami_box {
}

.ol_onayami_box ul {
}

.ol_onayami_box li {
	font-weight: bold;
	background-color: #f5f5f5;
	padding: 10px;
	margin: 8px 0px;
	font-size: 14px;
}

.ol_demo {
	border: 2px solid #2799fb;
	padding: 14px;
	margin-top: 21px;
	background-color: #f3f9ff;
}

.ol_demo p {
	margin-top: 10px;
}

.ol_demo p span {
	font-weight: bold;
}

.ol_demo_ttl {
	font-weight: bold;
	color: #2799fb;
	font-size: 18px;
	text-align: center;
}