@charset "utf-8";

/*----------------------------------------
	全体
----------------------------------------*/
html {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック",
		sans-serif;
	font-size: 62.5%;
	color: #000;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	font-weight: 500;
}
body {
	font-size: 1.4rem;
	font-size: 1.4em;
}
img {
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}
.yumin {
	font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3",
		"Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
a {
	color: #d1423b;
	transition: all .4s;
}
a:hover {
	color: #d1423b8e;
	transition: all .4s;
}
a img:hover {
	opacity: .7;
}
.blue {
	background: #083b6d;
}

.skyblue {
	background: #7ecef4;
}
.gray {
	background: #e6e7e7;
}
.dark_gray {
	background: #434343;
}
.beige {
	background: #e5ddcb;
}
.max_respon {
	max-width: 100%;
}
.bg_black {
	background: #000;
}
.bg_gray {
	background: #f2f2f2;
}
.bg_light_green {
	background: #f0f8dc;
}
.rela {
	position: relative;
}
.op:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 070;
	opacity: 0.7;
	transition: all .4s;
}
.op {
	transition: all .4s;
}

/*----------------------------------------
	text
----------------------------------------*/
p {
	line-height: 2;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_gray {
	color: #7a7b7b;
}
.text_red {
	color: #e60012;
}
.text_d_red {
	color: #b02727;
}
.text_white {
	color: #fff;
}
.lh_14 {
	line-height: 1.4 !important;
}
.lh_15 {
	line-height: 1.5 !important;
}
.lh_16 {
	line-height: 1.6 !important;
}
.lh_18 {
	line-height: 1.8 !important;
}
.ls_-1 {
	letter-spacing: -1px;
}
.ls_03 {
	letter-spacing: .3rem;
}
.clear {
	clear: both;
}
li {
	list-style: none;
}
.center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}

@media print,
screen and (min-width: 770px) {
	.text_12 {
		font-size: 1.2rem !important;
	}
	.text_13 {
		font-size: 1.3rem !important;
	}
	.text_14 {
		font-size: 1.4rem !important;
	}
	.text_16 {
		font-size: 1.6rem !important;
	}
	.text_18 {
		font-size: 1.8rem !important;
	}
	.text_20 {
		font-size: 2rem !important;
	}
	.text_21 {
		font-size: 2.1rem !important;
	}
	.text_22 {
		font-size: 2.2rem !important;
	}
	.text_24 {
		font-size: 2.4rem !important;
	}
	.text_26 {
		font-size: 2.6rem !important;
	}
	.text_28 {
		font-size: 2.8rem !important;
	}
	.text_36 {
		font-size: 3.6rem !important;
	}
}

@media screen and (max-width: 599px) {
	.text_12 {
		font-size: 1.2rem !important;
	}
	.text_13 {
		font-size: 1.3rem !important;
	}
	.text_14 {
		font-size: 1.3rem !important;
	}
	.text_16 {
		font-size: 1.4rem !important;
	}
	.text_18 {
		font-size: 1.6rem !important;
	}
	.text_20 {
		font-size: 1.7rem !important;
	}
	.text_21 {
		font-size: 1.8rem !important;
	}
	.text_22 {
		font-size: 1.8rem !important;
	}
	.text_24 {
		font-size: 1.8rem !important;
	}
	.text_26 {
		font-size: 1.9rem !important;
	}
	.text_28 {
		font-size: 2rem !important;
	}
	.text_36 {
		font-size: 2.2rem !important;
	}
}
/*END*/

/*----------------------------------------
	header
----------------------------------------*/
.sd-trigger,
#sd {
	background: #fff;
}
.sd-trigger {
	position: fixed;
	top: 0;
	right: 0;
	width: 16%;
	cursor: pointer;
	z-index: 7;
}
#sd {
	box-sizing: border-box;
}
#sd li a {
	display: block;
	border-bottom: 1px solid #ccc;
	color: #000;
	text-decoration: none;
	padding: 20px 2% 20px 4%;
}
#sd li a:hover {
	color: #14557a;
}

@media print,
screen and (min-width: 750px) {
	.sd-trigger {
		max-width: 100px;
		left: calc(50% + 150px);
		right: auto;
	}
	.sp_mv {
		display: none;
	}
	.pc_mv {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 749px) {
	.sd-trigger {
		max-width: 25%;
	}
	.pc_mv {
		display: none;
	}
	.sp_mv {
		width: 100%;
	}
}
/*END*/

/*----------------------------------------
	layout
----------------------------------------*/
#container {
	overflow: hidden;
}
.main_frame {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.overflow {
	overflow: hidden;
}
.tel {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #595757;
}

@media print,
screen and (min-width: 770px) {
	.sp_only {
		display: none !important;
	}
	.btn_hover {
		position: relative;
		display: block;
	}
	.btn_hover:hover {
		animation: btn_hover .5s ease-in;
	}
	@keyframes btn_hover {
		0% {
			top: 0;
		}
		40% {
			top: -5px;
		}
		100% {
			top: 0;
		}
	}
}

@media print,
screen and (min-width: 600px) {
	.sp_br {
		display: none;
	}
}

@media screen and (max-width: 749px) {
	.pc_only {
		display: none !important;
	}
}
/*END*/

/*----------------------------------------
	header
----------------------------------------*/
@media print,
screen and (min-width: 770px) {
	.sp_mv {
		display: none;
	}
}

@media screen and (max-width: 749px) {
	.pc_mv {
		display: none;
	}
	.sp_mv {
		width: 100%;
	}
}
/*END*/

/*----------------------------------------
	map
----------------------------------------*/
.map {
	overflow: hidden;
	text-align: center;
	width: 77%;
	height: 45%;
	padding: 70% 0 0;
	position: absolute;
	left: 50%;
	top: 43%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
}
.map iframe {
	width: 100%;
	height: 100%;
}
.map iframe:not(:target) {
	left: 0\9;
	top: 0\9;
}
.map iframe {
	left: 0\9;
	top: 0\9;
}

@media all and (-ms-high-contrast: none) {
	.map iframe {
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}

.bg_slider_box {
	width: 100%;
	position: absolute;
	top: 24%;
	left: 50%;
	transform: translateX(-50%);
}

/*----------------------------------------
	contact
----------------------------------------*/
.contact {
	line-height: 1.8;
	width: 100%;
}
.contact,
.contact label,
.contact label span {
	color: #000;
}
.contact,
.contact th,
.contact td,
.kind label {
	box-sizing: border-box;
}
.contact th,
.contact td {
	text-align: left;
}
.contact th {
	padding-bottom: 5px;
}
.contact td {
	padding-bottom: 40px;
}
.contact td p {
	line-height: 1.2;
}
.kind label {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 45px !important;
}
.kind label:before {
	left: 2px !important;
}
.kind.check input[type="checkbox"]:checked+label:after {
	left: 8px !important;
}
.r_kind label {
	box-sizing: border-box;
	margin-bottom: 20px !important;
	padding-left: 45px !important;
}
/*.contact th{
	padding-bottom: 10px;
}
.contact td{
	padding-bottom: 40px;
}
.contact td p{
	line-height: 1.2;
}
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:55px !important;
	background-color: #fff;
	width: 100%;
}
.kind label:before{
	left: 10px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 16px !important;
}*/
.schedule_form input,
.schedule_form select{
	float: left;
}
.schedule_form input {
	width: 40%;
}
.schedule_form select {
	width: 28%;
	margin-left: 2%;
}
.schedule_form input,
.schedule_form select {
	border: 1px solid #dcdcdc !important;
	background: #fff !important;
}
.hissu:after,
.nini:after {
	display: inline-block;
	line-height: 1;
	border-radius: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: 5px;
	margin-left: 10px;
	padding: 6px;
}
.hissu:after {
	content: "必須";
	background: #d1423b;
	color: #fff;
}
.nini:after {
	content: "任意";
	background: #eee;
	color: #828282;
}

/*error*/
td .error,
.privacy .error {
	color: #e60012;
}
td .error {
	padding-top: 10px;
}
.privacy .error,
td.error{
	background: #ffcdd3;
}
.privacy .error {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 14px;
}
td.error {
	display: block;
	margin-bottom: 15px;
	padding: 8px;
}

@media print,
screen and (min-width: 770px) {
	.contact th {
		font-size: 2rem;
	}
	.contact td {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 749px) {
	.contact th {
		font-size: 1.5rem;
		padding-bottom: 4px;
	}
	.contact td {
		padding-bottom: 25px;
	}
	.contact td,
	.privacy .error,
	td .error {
		font-size: 1.4rem;
	}
	.privacy .hissu:after,
	th.hissu:after,
	th.nini:after {
		font-size: 1.2rem;
		vertical-align: 1px;
		margin-left: 6px;
		padding: 3px 6px;
	}
	.kind label {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.privacy {
		font-size: 1.4rem !important;
	}
}
/*END*/

/*form 追加*/
.form_none {
	display: none;
}
.form_block {
	display: block;
}
.bg_form {
	box-sizing: border-box;
	background: #d9d9d9;
	margin: 0 auto;
	padding-bottom: 100px;
}
.form_submit {
	text-align: center;
}
.form_submit img {
	width: 80%;
}

/*----------------------------------------
	フォーム
----------------------------------------*/
select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"] {
	background: #fff;
	border: 1px solid #333;
	box-sizing: border-box;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック",
		sans-serif;
	-webkit-appearance: none;
	font-size: 1.7rem;
	color: #000;
	padding: 15px;
}
select:focus {
	outline: none;
}
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
	outline: none;
	border: 1px solid #333;
}
select {
	width: 100%;
}
.form1 {
	width: 250px;
}
.form2 {
	width: 350px;
}
.form_all {
	width: 100%;
}
:focus {
	outline: none;
}
.form_box_flex {
	display: flex;
	justify-content: space-between;
}
.box_heaf {
	display: flex;
	float: left;
	width: auto;
}
.m_r10 {
	margin-right: 4%;
}
.telbox {
	width: 28%;
}
.telbox_sen {
	text-align: center;
	width: 10%;
	padding-top: 13px;
}
.select_ttl {
	font-size: 2.2rem;
	width: 100%;
	padding: 20px 10px 10px 0;
}
.media_pb {
	padding-bottom: 15px !important;
}

@media screen and (max-width: 749px) {
	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="text"] {
		font-size: 1.6rem;
		padding: 10px;
	}
	select:focus {
		outline: none;
	}
	textarea:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="text"]:focus {
		border: 1px solid #867b5b;
	}
	.form1 {
		width: 150px;
	}
	.form2 {
		width: 100%;
	}
}/*END*/

/*----------------------------------------
	radio checkbox
----------------------------------------*/
.radio input[type="radio"],
.check input[type="checkbox"] {
	width: 1px;
	aspect-ratio: 1/1;
	clip: rect(0, 0, 0, 0);
	position: absolute;
}
.radio label,
.check label {
	display: inline-block;
	line-height: 2;
	cursor: pointer;
	margin-right: 5%;
	padding-left: 40px;
	position: relative;
}
.radio label:before,
.check label:before {
	content: "";
	background: #fff;
	border: 1px solid #333;
	width: 32px;
	aspect-ratio: 1/1;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	left: 0;
}
.radio label:before {
	border-radius: 50%;
	margin-top: -19px;
}
.check label:before {
	border-radius: 0;
}
.radio label,
.check label {
	margin-left: 0\9;
	padding: 11px\9;
}
.radio label:not(:target),
.check label:not(:target) {
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
}
.radio label:before,
.check label:before {
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before {
	display: inline-block\9;
}
.radio input[type="radio"]:checked+label:after {
	content: "";
	border-radius: 50%;
	background: #00b7ee;
	width: 22px;
	height: 22px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	left: 6px;
}
.check input[type="checkbox"]:checked+label:after {
	display: block;
	content: "";
	box-sizing: border-box;
	border-left: 4px solid #d1423b;
	border-bottom: 4px solid #d1423b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 22px;
	height: 12px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	left: 6px;
}
.check input[type="checkbox"]:checked+label:before {
	background: #fff;
}
/*--
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	border-color: #aec47f;
	box-shadow: 0 0 5px #aec47f;
}--*/
.radio_style label {
	padding-bottom: 5px;
}
.medhia_check label {
	margin-right: 30px;
	padding-left: 40px;
}
.radio label {
	margin-bottom: 15px;
}

/*----------------------------------------
	footer
----------------------------------------*/
.copyright {
	background: #fff;
	line-height: 1.4;
	color: #000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sp_menu {
	display: none;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.sp_menu a {
	display: block;
}
.fixed_tel {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul li {
	float: left;
	box-sizing: border-box;
	width: calc(100% / 2);
}
.sp_menu ul li:last-of-type {
	border-right: none;
}

@media screen and (max-width: 749px) {
	.sp_menu ul {
		max-width: 750px;
	}
}

/*----------------------------------------
	追加
----------------------------------------*/
.lp_frame,
.lp_frame_f {
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
.lp_frame {
	width: 86%;
}
.lp_frame_f {
	width: 90%;
}
#bk {
	position: relative;
}
#bk:before {
	content: "";
	background: #eee;
	background-size: contain;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
}
.bg_logo {
	max-width: 374px;
	width: 18%;
	position: fixed;
	top: 9%;
	left: 7%;
}

@media (min-width: 1000px) and (max-width: 1150px) {
	.bg_logo {
		width: 15%;
	}
}

@media screen and (max-width: 999px) {
	.bg_logo {
		display: none;
	}
}

#frame {
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}

@media screen and (min-width: 750px) {
	.lp_frame {
		width: 88%;
		margin-right: auto;
		margin-left: auto;
	}
	#frame {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* 背景サイドリボン */
.ribbon_l {
	background: url(../images/background-rbn.jpg) center top repeat-y;
	background-size: 100%;
	width: 4.5%;
	height: 100vh;
	max-width: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	/*box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);*/
}
.ribbon_r {
	background: url(../images/background-rbn.jpg) center top repeat-y;
	background-size: 100%;
	width: 4.5%;
	height: 100vh;
	max-width: 50px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	/*box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);*/
	/* filter: hue-rotate(233deg) saturate(115%) brightness(100%); */
}

@media screen and (max-width: 749px) {
	.ribbon_l,
	.ribbon_r {
		display: none;
	}
}
/*END*/

/*----------------------------------------
	header
----------------------------------------*/
header {
	position: relative;
}
.drawer {
	display: flex;
	justify-content: center;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.8);
	color: #d0c077;
	width: 100%;
	height: 100vh;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 50;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
}
.drawer ul {
	text-align: center;
	padding-top: 100px;
}
.drawer ul li {
	transform: translateX(-150px);
	transition: transform 0.5s ease;
	position: relative;
}
.drawer ul li:nth-child(2) {
	transition-delay: 0.15s;
}

.drawer ul li:nth-child(3) {
	transition-delay: 0.25s;
}
.drawer ul li:nth-child(4) {
	transition-delay: 0.35s;
}
.drawer ul li:nth-child(5) {
	transition-delay: 0.45s;
}
.drawer ul li:nth-child(6) {
	transition-delay: 0.55s;
}
.drawer ul li:nth-child(7) {
	transition-delay: 0.65s;
}
.drawer ul li:nth-child(8) {
	transition-delay: 0.4s;
}
.drawer ul li:nth-child(9) {
	transition-delay: 0.45s;
}
.drawer ul li:nth-child(10) {
	transition-delay: 0.5s;
}
.drawer ul li:nth-child(11) {
	transition-delay: 0.55s;
}
.drawer ul li:nth-child(12) {
	transition-delay: 0.6s;
}
.drawer ul li a {
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
	padding: 15px;
}
.drawer ul li a:hover {
	color: #e1f2fa;
	animation: drawer 1.4s;
}
@keyframes drawer {
	0% {
		filter: none;
	}
	30% {
		filter: blur(0.8px);
	}
	100% {
		filter: none;
	}
}
.open .drawer {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li {
	transform: translateX(0);
}
.head_lp .drawer_close {
	width: 40px;
	aspect-ratio: 1/1;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}
.head_lp .drawer_close span {
	display: inline-block;
	background: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transition: all .4s;
}
.head_lp .drawer_close span:nth-child(1) {
	transform: rotate(45deg);
}
.head_lp .drawer_close span:nth-child(2) {
	transform: rotate(-45deg);
}
.head_lp .drawer_close:hover span {
	background: #bd0d23;
}

@media screen and (max-width: 749px) {
	.head_lp .drawer_close {
		width: 30px;
		aspect-ratio: 1/1;
	}
	.drawer ul li a {
		font-size: 1.8rem;
	}
}
/*END*/

/* ハンバーガーメニュー */
.btn_menu_works {
	display: none;
	background: #b81928;
	width: 40px;
	aspect-ratio: 1/1;
	cursor: pointer;
	position: fixed;
	top: 15px;
	right: calc(50% - 235px);
	z-index: 99;
	transition: all .5s;
}
.btn_menu_works span {
	background: #fff;
	width: 70%;
	height: 2px;
	position: absolute;
	right: 6px;
	transition: all .4s;
}
.btn_menu_works span:nth-child(1) {
	top: 10px;
}
.btn_menu_works span:nth-child(2) {
	top: 50%;
}
.btn_menu_works span:nth-child(3) {
	top: 30px;
}
.open .btn_menu_works {
	background: transparent;
}
.open .btn_menu_works span {
	background: #fff;
}
.open .btn_menu_works span:nth-child(1),
.open .btn_menu_works span:nth-child(3) {
	top: 20px;
	right: 6px;
}
.open .btn_menu_works span:nth-child(1) {
	transform: rotate(45deg);
}
.open .btn_menu_works span:nth-child(2) {
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3) {
	width: 70%;
	transform: rotate(-45deg);
}

@media screen and (max-width: 749px) {
	.btn_menu_works {
		top: 22px;
		right: 4%;
	}
}
/*END*/

/*----------------------------------------
	btn
----------------------------------------*/
.btn {
	width: 70%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.btn img {
	width: 100%;
}
.btn._01 {
	bottom: 3%;
}
.btn._02 {
	bottom: 3%;
}
.btn._03 {
	bottom: 7%;
}

/*----------------------------------------
	content
----------------------------------------*/
.lp_frame_ac {
	width: 96%;
	margin-inline: auto;
}

@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&display=swap");
.tenkaitex {
	display: block;
	border: 1px solid #a47a20;
	box-sizing: border-box;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	color: #a47a20;
	text-align: center;
	width: 100%;
	margin-inline: auto;
	padding: 18px 10px;
	position: relative;
}

/*----------------------------------------
	スライダー
----------------------------------------*/
.plan_slider,
.plan_slider2 {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.plan_slider .slide-arrow,
.plan_slider2 .slide-arrow {
	width: 40px;
	aspect-ratio: 1/1;
	position: absolute;
	top: 43%;
	bottom: auto;
	transform: translateX(-50%);
	z-index: 1;
}
.plan_slider .slick-prev,
.plan_slider .slick-next,
.plan_slider2 .slick-prev2,
.plan_slider2 .slick-next2 {
	background-size: contain;
}
.plan_slider .slick-prev {
	background-image: url(../images/slider_arrow_l.png);
	left: 0;
}
.plan_slider .slick-next {
	background-image: url(../images/slider_arrow_r.png);
	right: -10%;
}
.plan_slider2 .slick-prev2 {
	background-image: url(../images/slider2_l.png);
	left: -0.5%;
	cursor: pointer;
}
.plan_slider2 .slick-next2 {
	background-image: url(../images/slider2_r.png);
	right: -10%;
	cursor: pointer;
}
.plan_slider .slick-next:before,
.plan_slider .slick-prev:before,
.plan_slider2 .slick-next:before,
.plan_slider2 .slick-prev:before {
	content: "";
}
.plan_slider .item,
.plan_slider2 .item {
	position: relative;
}

@media screen and (max-width: 599px) {
	.plan_slider .slide-arrow,
	.plan_slider2 .slide-arrow {
		width: 30px;
		aspect-ratio: 1/1;
	}
}/*END*/

.abs_doc,
.abs_spot {
	transform: translate(-50%, 0);
	position: absolute;
	left: 50%;
}
.abs_doc {
	width: 75%;
	bottom: 24%;
}
.abs_spot {
	width: 85%;
	bottom: 9%;
}
.bg_check {
	background-image: url(../images/check_bg.jpg);
	background-size: contain;
}

/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.target_nav {
	display: none;
	position: fixed;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 300px), -50%);
	z-index: 49;
	opacity: .26;
}
.header__link {
	display: block;
	background: transparent;
	border: 1px solid #000;
	width: 6px;
	height: 32px;
	margin-top: 20px;
}
.header__link.is-active {
	background: #000;
}
li.header__item {
	position: relative;
}

/*横の文字調整*/
.t_nav_tex {
	display: block;
	color: #000;
	text-align: center;
	width: 28px;
	position: absolute;
	top: 50%;
	transform: translate(15%, -50%);
}

@media screen and (max-width: 749px) {
	.target_nav {
		right: 5%;
		transform: translate(0, -50%);
	}
	.header__link {
		width: 4px;
		height: 24px;
		margin-top: 15px;
	}

	/*横の文字調整*/
	.t_nav_tex {
		width: 20px;
	}
}

@media screen and (max-width: 599px) {
	.target_nav {
		display: none !important;
	}
}
/*END*/

/*----------------------------------------
    datepicker
----------------------------------------*/
#ui-datepicker-div {
	width: 350px;
	max-width: 100%;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	padding: 15px;
}
.ui-datepicker .ui-datepicker-header {
	padding: 8px 0;
}

/*----------------------------------------
　　　　アコーディオン
----------------------------------------*/
.accordion-title {
	width: 100%;
	background: none;
	line-height: 1.4;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	margin-inline: auto;
	padding: 5px;
	cursor: pointer;
	position: relative;
}
.accordion-title:before,
.accordion-title:after {
	content: "";
	background: #000;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 20px;
	transition: all .3s ease-in-out;
}
.accordion-title:before {
	transform: rotate(90deg);
}
.accordion-title.open:before {
	transform: rotate(180deg);
}
.accordion-title.open:after {
	opacity: 0;
}
.accordion-container {
	display: none;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	margin-inline: auto;
	padding: 16px;
}

/*----------------------------------------
	スライダ―
----------------------------------------*/
.slider_wrap {
  width: 100%;
  padding-bottom: 8em;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
}
.slider_wrap img {
  width: 100%;
  height: auto;
}
.slider_wrap .slider {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.slider_wrap .slide-arrow {
  z-index: 1;
}
.slider_wrap .slick-prev {
  background-image: url(../images/slider_L.png) !important;
  background-size: cover !important;
  width: 50px !important;
  height: 50px !important;
  top: 50% !important;
  left: -4% !important;
  z-index: 1;
}
.slider_wrap .slick-next {
  background-image: url(../images/slider_R.png) !important;
  background-size: cover !important;
  width: 50px !important;
  height: 50px !important;
  top: 50% !important;
  right: -4% !important;
  z-index: 1;
}
.slider_wrap .slick-next:before,
.slider_wrap .slick-prev:before {
  content: "" !important;
}
