/*
Title: hiraya
Last Updated: 2025-1-28
Author: Ryu
*/

@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;
}
a{
	color: #285a89;
}
a:hover{
	color: #4986bf;
}
.center{
	text-align: center;
}
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{
	transition: all 0.4s;
}



/*----------------------------------------
	text
----------------------------------------*/
p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }

.bold300{ font-weight: 300; }
.bold500{ font-weight: 500; }
.bold600{ font-weight: 600; }
.bold800{ font-weight: 800; }

.text_gray{ color: #a0a0a0; }
.text_red{ color: #e60012; }
.text_yellow{ color:#fff100; }
.text_em{ color:#1cabb9; }
.text_white{ color: #fff; }
.text_purered{ color:#cb9a72; }
.text_girly{ color:#d2a8aa; }
.text_rock{ color:#85634b; }
.text_blue{ color:#1a0dab; }


.palt{
  font-feature-settings: "palt";
}

:root {
	--text12: clamp(1.1rem, 1.1vw, 1.2rem);
    --text13: clamp(1.2rem, 1.25vw, 1.3rem);
    --text14: clamp(1.3rem, 1.34vw, 1.4rem);
    --text15: clamp(1.4rem, 1.4vw, 1.5rem);
    --text16: clamp(1.4rem, 1.5vw, 1.6rem);
    --text18: clamp(1.5rem, 1.7vw, 1.8rem);
    --text20: clamp(1.6rem, 1.9vw, 2rem);
	--text21: clamp(1.7rem, 2vw, 2.1rem);
    --text22: clamp(1.7rem, 2.1vw, 2.2rem);
    --text24: clamp(1.8rem, 2.3vw, 2.4rem);
    --text26: clamp(1.8rem, 2.5vw, 2.6rem);
    --text28: clamp(2rem, 2.6vw, 2.8rem);
    --text30: clamp(2.2rem, 2.8vw, 3rem);
    --text32: clamp(2.2rem, 3vw, 3.2rem);
    --text34: clamp(2.4rem, 3.2vw, 3.4rem);
    --text36: clamp(2.4rem, 3.3vw, 3.6rem);
    --text38: clamp(2.6rem, 3.4vw, 3.8rem);
    --text40: clamp(2.6rem, 3.8vw, 4rem);
    --text42: clamp(2.8rem, 3.9vw, 4.2rem);
    --text44: clamp(2.8rem, 4vw, 4.4rem);
    --text46: clamp(3rem, 4.1vw, 4.6rem);
    --text48: clamp(3rem, 4.2vw, 4.8rem);
    --text50: clamp(3.2rem, 4.3vw, 5rem);

}

.text_12 { font-size: var(--text12); }
.text_13 { font-size: var(--text13); }
.text_14 { font-size: var(--text14); }
.text_15 { font-size: var(--text15); }
.text_16 { font-size: var(--text16); }
.text_18 { font-size: var(--text18); }
.text_20 { font-size: var(--text20); }

.text_21 { font-size: var(--text21); }
.text_22 { font-size: var(--text22); }
.text_24 { font-size: var(--text24); }
.text_26 { font-size: var(--text26); }
.text_28 { font-size: var(--text28); }
.text_30 { font-size: var(--text30); }
.text_32 { font-size: var(--text32); }
.text_34 { font-size: var(--text34); }
.text_36 { font-size: var(--text36); }
.text_38 { font-size: var(--text38); }
.text_40 { font-size: var(--text40); }
.text_42 { font-size: var(--text42); }
.text_44 { font-size: var(--text44); }
.text_46 { font-size: var(--text46); }
.text_48 { font-size: var(--text48); }
.text_50 { font-size: var(--text50); }

.text_56{
	font-size: clamp(3.3rem, 4.4vw, 5.6rem);
}
.text_60 {
    font-size: clamp(3.4rem, 4.5vw, 6rem);
    line-height: 1;
}
.text_68{
	font-size:clamp(3.4rem, 6.8vw, 6.8rem);
	line-height: 1;
}
.text_72{
	font-size:clamp(3.6rem, 7vw, 7.2rem);
	line-height: 1;
}
.text_78{
	font-size:clamp(3.8rem,7.5vw,7.8rem);
	line-height: 1;
}
.text_85{
	font-size:clamp(4.2rem,8.2vw,8.5rem);
	line-height: 1;
}
.text_150{
	font-size:clamp(7.5rem,11vw,15rem);
	line-height: 1;
}


/*line-height*/
.lh_06{ line-height: 0.6; }
.lh_08{ line-height: 0.8; }
.lh_11{ line-height: 1.1 }
.lh_12{ line-height: 1.2 }
.lh_13{ line-height: 1.3 }
.lh_14{ line-height: 1.4 }
.lh_15{ line-height: 1.5 }
.lh_16{ line-height: 1.6 }
.lh_17{ line-height: 1.7 }
.lh_18{ line-height: 1.8 }

/*letter-spacing*/
.ls_-2{ letter-spacing: -2px; }
.ls_-1{ letter-spacing: -1px; }
.ls_06{ letter-spacing: 0.6px; }
.ls_1{ letter-spacing: 1px; }
.ls_12{ letter-spacing: 1.2px; }
.ls_14{ letter-spacing: 1.4px; }
.ls_18{ letter-spacing: 1.8px; }
.ls_2{ letter-spacing: 2px; }
.ls_3{ letter-spacing: 3px; }
.ls_-01em{ letter-spacing: -0.1em; }
.text_r{text-align:right;}

a.link_tex{ color: #0199cc; }
a.link_tex:hover{ opacity: 0.7; }



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

	/*line-height*/
	.lh_19{ line-height: 1.9; }
	.lh_20{ line-height: 2; }
	.lh_21{ line-height: 2.1; }
	.lh_22{ line-height: 2.2; }
	.lh_23{ line-height: 2.3; }
	.lh_24{ line-height: 2.4; }
	.lh_25{ line-height: 2.5; }
	.lh_26{ line-height: 2.6; }
	.lh_28{ line-height: 2.8; }
	.lh_30{ line-height: 3; }
	.lh_32{ line-height: 3.2; }
	.lh_34{ line-height: 3.4; }
	.lh_36{ line-height: 3.6; }

	/*letter-spacing*/
	.ls_4{ letter-spacing: 4px; }
	.ls_5{ letter-spacing: 5px; }
	.ls_6{ letter-spacing: 6px; }
	.ls_7{ letter-spacing: 7px; }
	.ls_8{ letter-spacing: 8px; }

}/*END*/

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

	/*letter-spacing*/
	.ls_4{ letter-spacing: 3px; }
	.ls_5{ letter-spacing: 4px; }
	.ls_6{ letter-spacing: 4px; }
	.ls_7{ letter-spacing: 4px; }
	.ls_8{ letter-spacing: 4px; }

	/*line-height*/
	.lh_19,
	.lh_20,
	.lh_21,
	.lh_22,
	.lh_23,
	.lh_24,
	.lh_25{
		line-height: 1.8;
	}

}/*END*/

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

	/*letter-spacing*/
	.ls_4{ letter-spacing: 2px; }
	.ls_5{ letter-spacing: 2px; }
	.ls_6{ letter-spacing: 2px; }
	.ls_7{ letter-spacing: 2px; }
	.ls_8{ letter-spacing: 2px; }

}/*END*/

li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.clear{ clear:both; }

.op:hover{
	filter: alpha(opacity=60);
	-moz-opacity:060;
	opacity:0.60;
}

@media screen and (max-width: 599px){
	.sp_text_left{ text-align:left; }
	.sp_center{text-align: center;}

	.sp_palt{
		font-feature-settings: "palt";
	}

}/*END*/



/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#bk{
	position: relative;
}
#bk:before{
	content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #eee;
}

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

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

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


	#frame{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

}/*END*/


/*----------------------------------------
	footer
----------------------------------------*/
.sp_menu{
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 2;
	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% / 4);
	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;
	}

}

/*追加 */
.footer_bg{
	background: #ffffff;
}

.bg_green{
    background: #f4f3ef;
}
.bg_gray{
    background: #d9e5e9;
}
.bg_mizuiro{
    background: #e9f4f8;
}

.bg_form{
    background: #fff;
}








/*----------------------------------------
	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;
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.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;
	color: #fff;
	text-decoration: none;
	padding: 6px 0;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #C1C1C1;
}
@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);
}

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

	.drawer ul{
		padding-top: 50px;
	}
	.drawer ul li{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

}/*END*/

.btn_menu{
	position: fixed;
	width: 40px;
	height: 40px;
	right: calc(50% - 235px);
	top: 15px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 99;
	background: #000;
	display: none;
}
.btn_menu span{
	position: absolute;
	right: 8px;
	height: 1px;
	background: #fff;
	transition: all 0.4s;
}
.btn_menu span:nth-child(1){
	top: 10px;
	width: 70%;
}
.btn_menu span:nth-child(2){
	top: 50%;
	width: 50%;
}
.btn_menu span:nth-child(3){
	bottom: 10px;
	width: 30%;
}
.open .btn_menu{
	background: transparent;
}
.open .btn_menu span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
	right: 6px;
}
.open .btn_menu span:nth-child(2){
	opacity: 0;
}
.open .btn_menu span:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
	width: 70%;
	right: 6px;
}

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

	.btn_menu{
		right: 4%;
		top: 22px;
	}

}/*END*/


/*----------------------------------------
	btn map
----------------------------------------*/
.rela{
	position: relative;
}

.btn_mv {
    position: absolute;
    width: 80%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 4.5%;
}

.btn01 {
    position: absolute;
    width: 80%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 6.5%;
}
.btn02 {
    position: absolute;
    width: 80%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 15.5%;
}


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





/*----------------------------------------
	contents
----------------------------------------*/
.anker_navi{
	display: flex;
	gap:15px 2%;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 92%;
	margin-inline: auto;
}
.anker_navi li{
	width: 32%;
}

.cta_btn01 {
    display: block;
    position: absolute;
    width: 92%;
    transform: translateX(-50%);
    left: 50%;
    top: 48%;
}
.cta_btn02 {
    display: block;
    position: absolute;
    width: 92%;
    transform: translateX(-50%);
    left: 50%;
    top: 72%;
}

.p_btn{
    display: block;
    position: absolute;
    width: 80%;
    transform: translateX(-50%);
    left: 50%;
    top: 63%;
}

.data_box{
    width: 65%;
    position: absolute;
    top:21%;
    left:27%;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    color:#3a3a3a;
    display: flex;
    align-items: baseline;
}


@media screen and (max-width: 599px){
    .data_box {
        top: 22.5%;
    }

}/*END*/


/*----------------------------------------
	map
----------------------------------------*/
.map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 70% 0 0;
	text-align: center;
}
.map iframe{
	width: 92%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.map.p_mm{
	padding: 85% 0 0;
}

.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;
	}
}
.map{ z-index: 2; }/*chrome対策*/

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

	.map{ padding: 80% 0 0; }

}/*END*/

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

	.map{ padding: 80% 0 0; }

}/*END*/




/*----------------------------------------
	form
----------------------------------------*/

.form_frame {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
}
.form_frame p{
	line-height: 2;
	font-size: 1.8rem;
}
.hissu,
.nini{
	line-height: 1;
    display: inline-block;
    font-size: 1.3rem;
    padding: 3px 4px;
    margin-left: 6px;
    vertical-align: 2px;
    font-weight: 500;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}
.hissu{
	color: #fff;
	background: #db694e;
	border-color: #db694e;
}
.nini{
	color: #000;
	border-color: #dcdcdd;
	background-color: #dcdcdd;
}
.contact{
	width: 100%;
	line-height: 2;
}
.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 1.6rem;
}
.privacy_check{
	font-size: 1.4rem;
	letter-spacing: -1px;
	line-height: 1.2;
}
.privacy_check label{
	line-height: 1.2;
}
.privacy .error {
    display: inline-block;
    margin-top: 10px;
	color: #e60012;
    padding: 5px 14px;
	background: #ffa2ad;
	font-weight: 700;
	font-size: 1.6rem;
}
.contact th {
    font-weight: 700;
    background: #f6f6f6;
    padding: 4px 10px;
}
.contact td{
	padding: 15px 0 40px 0;
}
.contact .f_p{
	padding: 0 0 20px 0;
}
.date_td input{
	margin-bottom: 10px;
}
.date_td select{
	width: 100%;
}
.form_submit a {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.date_text{
	color: #e70000;
	font-size: 1.3rem !important;
	font-weight: bold;
}


/* div.error{
	position: relative;
	background: #e70000;
	color: #fff;
	padding-top: 12px;
	line-height: 1;
	padding: 5px 6px;
	margin-top: 15px;
	border-radius: 2px;
	font-size: 1.4rem !important;
}
div.error:after{
	content: "";
	width: 0;
	height: 0;
	border-bottom: 10px solid #e70000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	left: 30px;
	top: -10px;
} */

td.error {
    background: #ffbdc5;
    padding: 8px;
    display: block;
    margin-bottom: 15px;
	color: #e60012;
    padding-top: 10px;
}
.contact label, .contact label span {
    color: #000;
}
.date_td .clearfix{
	overflow: hidden;
}
.date_error{
	clear: both;
	margin-top: 40px !important;
}
.comolete_tel{
	font-size: 2rem !important;
	font-weight: bold;
}


/*フォーム基本設定*/
select,
textarea,
input[type="text"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="tel"]{
	padding: 16px 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;
    border: 1px solid #bfbfbf;
    background: #fff;
    line-height: 1;
    font-size: 1.6rem;
}
select{
	padding: 20px 15px;
	width: 100%;
}

textarea{
	line-height: 1.4;
}


select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus{
	outline: none;
	border: 1px solid #6c7001;
}

.form1{ width: 200px; }
.form_all{
	width: 100%;
}



.select_w {
    position: relative;
}
.select_w::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 20px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
	pointer-events: none;
}
.select_w:has(td.error)::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 26px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
	pointer-events: none;
}
.select_p {
    position: relative;
}
.select_p::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 20px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
	pointer-events: none;
}
.select_p:has(td.error)::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 26px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
	pointer-events: none;
}


/*----------------------------------------
	checkbox radiobtn
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 12px;
	padding-left: 22px;
	line-height: 3;
	background: none !important;
	margin-right: 12px;
    width: 50%;
}
.privacy label{
    width: auto !important;
}

.privacy_check.check label{
	margin-right: 0 !important;
}
.privacy_check.check label{
	background: #fff;
}
.radio label:before,
.check label:before{
	position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border-radius: 50%;
    border: 1px solid #323333;
    background: #fff;
}
.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{
	position: absolute;
    content: "";
    box-sizing: border-box;
    top: 50%;
    left: -7px;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    border-radius: 50%;
    background: #6c7001;
}
.check input[type="checkbox"]:checked + label:after{
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: -7px;
	width: 18px;
	height: 10px;
	margin-top: -6px;
	border-left: 4px solid #6c7001;
	border-bottom: 4px solid #6c7001;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	box-shadow: 0 0 3px 0 #6c7001;
}

.radio label[for="tenpo1"]{
	margin-right: 110px;
}
.radio label[for="tenpo2"]{
	margin-right: 110px;
} 
.radio label[for="tenpo3"],
.radio label[for="tenpo4"]{
	margin-right: 110px;
}
.radio label[for="mokuteki1"]{
	margin-top: 20px;
	margin-right: 30px;
}
.radio label[for="mokuteki3"]{
	margin-right: 30px;
}

.check.kind label{
    width: 92%;
    line-height: 1.6;
    font-feature-settings: "palt";
    margin-bottom: 20px;
    font-weight: normal;
}

.check label{
    width: auto;
}









/*----------------------------------------
    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.3;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #000;
	margin-top: 20px;
}
.header__link.is-active {
	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*/







/*----------------------------------------
	アコーディオン
----------------------------------------*/
.accordion-title{
	width: 100%;
	margin-inline: auto;
	background: none;
	  color: #fff;
	  cursor: pointer;
	  font-size: 1.8rem;
	  box-sizing: border-box;
  		line-height: 1.4;
        position: relative;
}

.accordion-container {
	display: none;
	  box-sizing: border-box;
	  color: #000;
	  margin-inline: auto;
}

.accordion-list:not(:first-child) {
  margin-top: 20px;
}
.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 10%;
  width: 14px;         
  height: 14px;  
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: transform .4s ease-in-out;
  box-sizing: border-box;
}

.accordion-title:after {
  display: none;
}

.accordion-title.open:before {
  transform: translateY(-50%) rotate(-45deg);
}



