@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; }
img {
    image-rendering: -webkit-optimize-contrast;
}
.yumin {
	font-family: '游明朝体', "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

a{
	color:#e64628;
	transition: all 0.4s;
}
a:hover{
	color:#d32e11;
	transition: all 0.4s;
}
a img:hover{
	opacity: 0.7;
}
.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.dark_gray{background-color: #434343}
.beige{background: #E5DDCB}
.max_respon{max-width: 100%;}
.bg_black{background-color: #000;}
.bg_gray{background: #f2f2f2}
.bg_light_green{
	background: #f0f8dc;
}
/*----------------------------------------
	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: 0.3rem; }


@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; }


}/*END*/


@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*/

.clear{ clear: both; }
li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{
	transition: all 0.4s;
}


/*----------------------------------------
	header
----------------------------------------*/

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

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

	.sp_mv{
		display: none;
	}
	.pc_mv{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}/*END*/

@media screen and (max-width: 769px){
		.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 0.5s ease-in;
	}
	@keyframes btn_hover{
		0% {
			top: 0;
		}
		40% {
			top: -5px;
		}
		100% {
			top: 0;
		}
	}

}/*END*/

@media print, screen and (min-width: 600px){

	.sp_br{
		display: none;
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_only{
		display: none !important;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

@media print, screen and (min-width: 770px){

	.sp_mv{
		display: none;
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}

}/*END*/
/*----------------------------------------
	map
----------------------------------------*/
.map01,.map02 {
	position: absolute;
    overflow: hidden;
    width: 80%;
    height: 9%;
    left: 50%;
    transform: translateX(-50%);
}
.map01{
    bottom: 19.5%;
}
.map02{
    bottom: 6.3%;
}
.map01 iframe,.map02 iframe{
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	object-fit: contain;
}/*END*/


/*----------------------------------------
	contact
----------------------------------------*/
#contact form {
	overflow: hidden;
}
.base.contact{
	width: 100%;
}
.contact_text{
	background: #fbeced;
	padding: 15px 25px;
	font-size: 1.3rem;
}
.hissu{
	background: #f3e8b2;
	color: #393b54;
	border-radius: 5px;
	line-height: 1;
	display: inline-block;
	padding: 4px 7px;
	font-size: 1.2rem;
	margin-left: 10px;
	border: none;
	font-size: 1.8rem;
}

.nini{
	background: #e5e5ed;
	color: #393b54;
	border-radius: 5px;
	line-height: 1;
	display: inline-block;
	padding: 4px 7px;
	font-size: 1.2rem;
	margin-left: 10px;
	border: none;
	font-size: 1.8rem;
}

/* .base.contact th{
	width: 100%;
	max-width: 270px;
	font-weight: bold;
	color: #fff;
	background: #393b54;
	text-align: left;
		padding: 15px 4.5%;
} */
.base.contact th,
.base.contact td{
/*	padding: 15px 20px;*/
}


/* .base.contact td{
	background: #fff;
	box-sizing: border-box;
		padding: 4.5% 4.5%;
		line-height: 1.6;
} */



.base.contact td span.text_red{ margin-left: 10px; }
.mwform-radio-field,
.mwform-checkbox-field{
	margin-right: 10px;
}
.kakunin .mwform-checkbox-field{ margin-right: 0; }
.mw_wp_form .vertical-item{ display: inline-block; }
.mw_wp_form .vertical-item + .vertical-item{ margin-top: 0 !important; }
.btn_area{ text-align: center; }

.mwform-radio-field.vertical-item{
	margin-bottom: 15px;
}

.mw_wp_form .vertical-item {
    display: inline-block;
    border: none;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
	margin-right: 0px!important;
}
.file{
	display: inline-block;
    border: none;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
}
.mwform-file-delete{
	display: none;
}
.btn_area button,
.btn_area input{
	height: 54px;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

/*error*/
.mw_wp_form .error{
	font-size: inherit !important;
	color: inherit !important;
}
.mw_wp_form span.error{
	/*color: #e60012 !important;*/
	padding-top: 6px;
}
.mw_wp_form td.error{
	display: table-cell !important;
	background: #fff7f8;
}
.kakunin span.error{ padding-top: 15px; }

.check_mg span{
	line-height: 1.8 !important;
}

.check_mg .mwform-radio-field, .check_mg .mwform-checkbox-field{
	margin-left: 0 !important;
    margin-right: 10px !important;
}



@media screen and (max-width: 768px){

	.btn_area button,
	.btn_area input{
		margin-bottom: 10px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.base.contact td span.text_red{
		margin-left: 0;
		padding-top: 6px;
		display: inline-block;
	}
	.mw_wp_form .vertical-item{
		width: 100%;
		padding-bottom: 10px;
	}
	.mw_wp_form .kakunin .vertical-item{ width: 100%; }
	.estate_name .mwform-checkbox-field{
		width: 98%;
		display: block;
	}
	/* .estate_name{
		position: relative;
	}
	.form_sp_open{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.form_sp_open .plus_icon{
		border-radius: 0;
		top: 12px;
		right: 3%;
	}
	.form_sp_hide{
		position: relative;
		display: none;
	} */
	.mw_wp_form td.error{
		display: block !important;
		background: #fff7f8;
	}

	/* .sp_namebox_mg{
		margin-bottom: 10px;
	} */


}/*END*/


/*----------------------------------------
	フォーム
----------------------------------------*/
.bg_form{
	background-color: #dff2fc;
}
select,
textarea,
input[type="text"],
input[type="tel"]{
	border: none;
	padding: 10px 15px;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
	font-size: 1.8rem;
}
input[type="file"]{
	border: none;
	padding: 10px 15px;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
	background: #Fff;
}
input[type="button"]{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
}
button,
input[type="submit"]{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
}
input[type="radio"]{
	width: 32px;
    height: 32px;
}
input[type="checkbox" i] {
	width: 25px;
    height: 25px;
}
.mwform-radio-field label {
	vertical-align: middle;
	display: inline-block; 
	padding-left: 5px;
}
select{
	background: url("images/common/select_arrow.gif") right center no-repeat #fff;
	background-size: auto 100%;
	padding-right: 60px;
}
.form1{ width: 70px; }
.form2{ width: 120px; }
.form3{ width: 200px; }
.form4{ width: 400px; }
.form_all{ width: 100%; }

/* .tb_style_isu textarea,
.tb_style_isu input[type="text"]
{
width:99%;
}

.tb_style_isu .isu_tel input[type="text"]{
width:29.4%;
}

.tb_style_isu input[type="email"]{
border: 1px solid #304b72;
padding: 10px 15px;
box-sizing: border-box;
-webkit-appearance: none;
transition: all 0.4s;
width:99%;
} */


.btn_submit {
	position: relative;
	z-index: 0;
}
.btn_submit input{
    color: #fff;
    background: #afa355;
    border: 2px solid #afa355;
    font-size: 2rem;
    font-weight: bold;
    width: 85%;
    max-width: 450px;
    padding: 20px 0;
    cursor: pointer;
}
.btn_submit input:hover,
.btn_back:hover{
	opacity: 0.7;
}


#contact .btn_submit::after {
	content: "";
	display: block;
	z-index: 10;
	position: absolute;
	top: 50%;
	right: 20%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
#contact .btn_submit:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.btn_back {
	position: relative;
}
#contact .btn_back button {
	color: #fff;
	background: #666666;
	border: none;
	font-size: 2rem;
	font-weight: bold;
	width: 85%;
	max-width: 450px;
	padding: 20px 0;
	cursor: pointer;
}
#contact .btn_back button:hover {
	background: #fff;
	color: #666;
	opacity: 0.7;
}
#contact .btn_back::after {
	/* content: "";
	display: block;
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 20%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(-135deg); */
}
#contact .btn_back:hover::after {
	/* border-top: 2px solid #666;
	border-right: 2px solid #666; */
}

/*個人情報保護方針*/
.privacy_check > p:first-child{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 30px 0 0;
	width: 95%;
	margin: 0 auto;
	font-size: 1.6rem;
	flex-wrap: wrap;
}
.privacy_check > p:first-child > span{
	width: auto;

}


.mw_wp_form .privacy_check span.error {
	order: 3;
	width: 100%;
	margin-bottom: 20px;
}
.privacy_b{
	padding: 15px 20px 0px 20px!important;
}
.privacy_check_txt{
	padding: 0px 20px!important;
}
.privacy_check_txt a{
	color: #e64628;
}


@media screen and (max-width: 768px){

	select,
	textarea,
	input[type="text"]{
		font-size: 1.6rem;
	}
	.form4{
		width: 100%;
	}

}/*END*/

@media screen and (max-width: 479px){

	.tb_style_isu tr td{
	    display:block;
		width:100%;

	}


}/*END*/


.base.contact_part{
	width: 95%;
	margin: 0 auto;
	background: #dff2fc;
}
.contact_text{
	background: #fbeced;
	padding: 15px 25px;
	font-size: 1.3rem;
	color: #575757;
}
.base.contact_part th {
    width: 100%;
    max-width: 270px;
    font-weight: bold;
    background: none;
    text-align: left;
    padding: 15px 0 0 0;
}
.base.contact_part td{
	background: none;
	box-sizing: border-box;
	padding: 15px 0 25px 0;
	line-height: 1.6;
	background: #dff2fc;
	display: block;
}
.base.contact_part td .error{
	background: #ffa2ad;
    padding: 8px;
    display: block;
    margin-bottom: 15px;
    color: #e60012!important;
    padding-top: 10px;
}

.base.contact_part td.pt_0{
	padding-top: 0;
}
.base.contact_part td.pb_0{
	padding-bottom: 0;
}
.radio span.error {
	margin-top: 5px;
	margin-bottom: 10px;
}
.base.contact_part td span.text_red{ margin-left: 10px; }

.contact_part .hissu {
    background: #e64628;
    color: #fff;
    border-radius: 0px;
    line-height: 1;
    display: inline-block;
    padding: 4px 7px;
    font-size: 1.2rem;
    margin-left: 10px;
    border: none;
    font-size: 1.8rem;
}

.contact_part .nini {
  background: #646464;
  color: #fff;
  border-radius: 0px;
  line-height: 1;
  display: inline-block;
  padding: 4px 7px;
  font-size: 1.2rem;
  margin-left: 10px;
  border: none;
  font-size: 1.8rem;
}
.mw_wp_form .contact_part .horizontal-item + .horizontal-item {
	margin-left: 0px;
}

.radio span.mwform-radio-field.horizontal-item:nth-child(6) {
	display: block;
	margin-top: 20px;
}

@media screen and (max-width: 768px){

	.base.contact_part td span.text_red{
		margin-left: 0;
		padding-top: 6px;
		display: inline-block;
	}



}/*END*/


/*----------------------------------------
	footer
----------------------------------------*/

.copyright{
	background: #fff; 
	color: #000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.4;
}

.sp_menu{
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 100;
	background: fff;
}
.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;
	width: calc(100% / 3);
	box-sizing: border-box;
}
.sp_menu ul li:last-of-type{
	border-right: none;
}
@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 750px;
	}
	
}


/*----------------------------------------
	追加
----------------------------------------*/

.lp_frame{
	width:86%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.lp_frame_f{
	width:90%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

#bk{
	background-color: #b39d77;
	position: relative;
}

#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
    background: #eefaff;
	background-size: contain;
	background-repeat: repeat-x;
	z-index: 1;
}
.bg_logo {
	position: fixed;
	top: 9%;
	left: 7%;
	max-width: 374px;
	width: 18%;
}
@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;/* max-width: 800px;*/
	margin-left: auto;
	margin-right: auto;
}

}/*END*/
/*----------------------------------------
	header
----------------------------------------*/

header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 100px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.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{
	animation: drawer 1.4s;
	color: #e1f2fa;
}
@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{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.head_lp .drawer_close span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	height: 2px;
	width: 100%;
	transition: all 0.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: 768px){

	.head_lp .drawer_close{
		width: 30px;
		height: 30px;
	}
	.drawer ul li a{
		font-size: 1.8rem;
	}


}/*END*/




.btn_menu_works{
	position: fixed;
	width: 60px;
    height: 60px;
    right: calc(50% - 235px);
	top: 10px;
	cursor: pointer;
	z-index: 51;
	transition: all 0.4s;
	background: #000;
}
.btn_menu_works span{
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.4s;
	width: 60%;
	right: 20%;
}
.btn_menu_works span:nth-child(1){
	top: 25px;
}
.btn_menu_works span:nth-child(2){
	top: 35px;
}
.open .btn_menu_works span{
	background: #fff;
}
.open .btn_menu_works{
	background: transparent;
}
.open .btn_menu_works span:nth-child(1){
	width: 60%;
	transform: rotate(45deg);
	top: 28px;
}
.open .btn_menu_works span:nth-child(2){
	transform: rotate(-45deg);
	top: 28px;
}
@media screen and (max-width: 750px){
	.btn_menu_works{
		right: 8px;
		top: 4px;
	}
}/*END*/




/*----------------------------------------
	content
----------------------------------------*/

.rela{
	position: relative;
}
.btn{
	display: block;
	width: 100%;
}
.btn01{
	position: absolute;
    bottom: 2.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
}
.btn02{
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
.btn_official{
	position: absolute;
	bottom: 16%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
}

.btn_mi{
	display: block;
	width: 86%;
	margin-inline: auto;
}

.nm_plan{
	margin-top:-15px;
}


.rela_z2{
	position: relative;
	z-index: 2;
}

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

.accordion-title{
	width: 70%;
	margin-inline: auto;
}

.accordion-container {
  margin-inline: auto;
  width: 86%;
}

.accordion-list:not(:first-child) {
  margin-top: 20px;
}

.accordion-title {
  cursor: pointer;
  position: relative;
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  height: 1px;
  width: 20px;
  background: #a47a20;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  height: 1px;
  width: 20px;
  background: #a47a20;
  transition: all .3s ease-in-out;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}

.accordion-text {
  display: none;
  padding: 15px 0 20px 0;
}

.tenkaitex::before {
  content: "詳しく見る";
}
 
.tenkaitex.opentex::before {
  content: "閉じる";
}


@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&display=swap');


.tenkaitex{
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 2rem;
	color: #a47a20;
	border:1px solid #a47a20;
	padding: 18px 10px;
	text-align: center;
	position: relative;
	margin-inline: auto;
	  font-family: "Kosugi Maru", sans-serif;
	  font-weight: 400;
	  font-style: normal;
}


/*----------------------------------------
    datepicker
----------------------------------------*/

#ui-datepicker-div{
    max-width: 100%;
    width: 350px;
}
.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;
}



/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 300px),-50%);
	z-index: 49;
	opacity: 0.26;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #000;
	margin-top: 20px;
}
.header__link.is-active {
	/*background-color: #c8c8c8;*/ background-color: #000;
}
li.header__item {
	position: relative;
}
/*横の文字調整*/
.t_nav_tex{
	display: block;
	width: 28px;
	text-align: center;
	position: absolute;
	top: 50%;
	color: #000;
	transform: translate(15%, -50%);
}




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

	}

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

}/*END*/


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

}/*END*/

