/*
Title: ハートフルヴィレッジ九条駅前
Date created: 2025-07-17
Last Updated: 2025-07-17
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; }
img{
	image-rendering: -webkit-optimize-contrast;
}

a{
	color: #60b56d;
	transition: all 0.4s;
}
a:hover{
	color:#7ae98b;
}

/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }
.text_red{ color: #ff0000; }

@media print, screen and (min-width: 770px){
	.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; }
}/*END*/

@media screen and (max-width: 599px){
	.text_14{ 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; }

}/*END*/

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


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

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

/*----------------------------------------
	map
----------------------------------------*/

.map{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	aspect-ratio: 6 / 7;
}
.map iframe{
	width: 100%;
	height: 100%;
}
.btn{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: calc((600/800)*100%);
	margin-bottom: 60px;
}


/*----------------------------------------
	contact
----------------------------------------*/

.contact{
	width: 100%;
	line-height: 1.8;
	box-sizing: border-box;
	color: #000;
}
.contact label,.contact label span{
	color: #000;
}
.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.contact th{
	padding-bottom: 5px;
}
.contact td{
	padding-bottom: 40px;
}
.contact td p{
	line-height: 1.2;
}

.hissu:after,
.nini:after{
	display: inline-block;
	padding: 4px 6px;
	line-height: 1;
	margin-left: 8px;
	border-radius: 5px;
	vertical-align: 0;
	font-size: 1.4rem;
	font-weight: bold;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: #aacd64;
	color: #fff;
	border: 1px solid #aacd64;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #e4e4e4;
	border: 1px solid #e4e4e4;
	color: #000;
}

/*error*/
td .error{
	color: #e60012;
	padding-top: 10px;
}
.privacy .error{
	display: block;
	margin-top: 10px;
	color: #e60012;
	padding: 5px 14px;
	background: #ffc2c9;
}
.priv-text{
	height: 300px;
	overflow-y: scroll;
	background: #eee;
	border: 1px solid #dfdfdf;
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 10px;
	box-sizing: border-box;
}
.priv_h{
	font-size: 1.8rem;
	line-height: 1.8;
}
td.error{
	background:#ffc2c9;
	padding: 8px;
	display: block;
	margin-bottom: 15px;
}
.bg_form{
	background: #fff;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
}
.form_submit a{
	width: calc((600/800)*100%);
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*----------------------------------------
	フォーム
----------------------------------------*/

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 15px;
	background: #eee;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	font-size: 1.6rem;
	color: #000;
}
select:focus{ outline:none; }
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline:none;
	border: 1px solid #60b56d;
}
select{
	width: 100%;
	border: none !important;
}

.form1{ width: 250px; }
.form2{ width: 350px; }
.form_all{ width: 100%; }
:focus{ outline: none; }

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

	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="text"]{
		padding: 10px 10px;
		font-size: 1.6rem;
	}
	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"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 40px;
	line-height: 2;
	margin-right: 5%;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: #fff;
	border:1px solid #dcdcdc;
	border-radius: 50%;
}

.radio label:before{
	margin-top: -19px;
}


.check label:before{ border-radius: 0; }
.radio label:before{ border-radius: 50%; }

.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: "";
	top: 50%;
	left: 6px;
	width: 22px;
	height: 22px;
	margin-top: -13px;
	border-radius: 50%;
	background: #60b56d;
}
.check input[type="checkbox"]:checked + label:after{
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 6px;
	width: 22px;
	height: 12px;
	margin-top: -8px;
	border-left: 4px solid #60b56d;
	border-bottom: 4px solid #60b56d;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.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: #60b56d;
	box-shadow: 0 0 5px #60b56d;
}


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

.sp_menu{
	width: 100%;
	position: fixed;
	bottom: -200px;
	left: 0;
	box-sizing: border-box;
	z-index: 100;
	background: fff;
	transition: all 0.4s;
}
.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% / 2);
	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;
}
#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}
#bk{
	position: relative;
}

#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #f5f5f5;
	background-image: repeating-linear-gradient( 0deg,#eee 0px 1px, transparent 1px 8px), repeating-linear-gradient( 90deg,#eee 0px 1px, transparent 1px 8px);
}

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

}/*END*/


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

header{
	position: relative;
}
.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;
	}

}/*END*/

.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;
	line-height: 1.5;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.drawer ul li:nth-child(2){ transition-delay: 0.1s; }
.drawer ul li:nth-child(3){ transition-delay: 0.15s; }
.drawer ul li:nth-child(4){ transition-delay: 0.2s; }
.drawer ul li:nth-child(5){ transition-delay: 0.25s; }
.drawer ul li:nth-child(6){ transition-delay: 0.3s; }
.drawer ul li:nth-child(7){ transition-delay: 0.35s; }
.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: 1.6rem;
	color: #fff;
	text-decoration: none;
	padding: 12px;
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}

.btn_menu{
	display: none;
	position: fixed;
	width: 60px;
	height: 60px;
	right: calc(50% - 250px);
	top: 0px;
	cursor: pointer;
	z-index: 51;
	background: #000;
	transition: all 0.4s;
}
.btn_menu span{
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.4s;
	width: 60%;
	right: 20%;
}
.btn_menu span:nth-child(1){
	top: 25px;
}
.btn_menu span:nth-child(2){
	top: 35px;
}
.open .btn_menu{
	background: transparent;
}
.open .btn_menu span{
	background: #fff;
}
.open .btn_menu span:nth-child(1){
	width: 60%;
	transform: rotate(45deg);
	top: 28px;
}
.open .btn_menu span:nth-child(2){
	transform: rotate(-45deg);
	top: 28px;
}

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

	.btn_menu{
		right: 0px;
	}
}/*END*/


/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/

.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 300px),-50%);
	z-index: 49;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #aaa;
	margin-top: 20px;
}
.header__link.is-active {
	background-color: #aaa;
}
li.header__item {
	position: relative;
}
li.header__item:after {
	display: block;
	position: absolute;
	top: 50%;
	color: #aaa;
	transform: translate(200%, -50%);
}
/*横の文字調整*/
li.header__item:first-child:after {
	content: "1";
}
li.header__item:nth-child(2):after {
	content: "2";
}
li.header__item:nth-child(3):after {
	content: "3";
}
li.header__item:nth-child(4):after {
	content: "4";
}
li.header__item:nth-child(5):after {
	content: "5";
}
li.header__item:nth-child(6):after {
	content: "6";
}
li.header__item:nth-child(7):after {
	content: "7";
}
li.header__item:nth-child(8):after {
	content: "8";
}
li.header__item:nth-child(9):after {
	content: "9";
}
li.header__item:nth-child(10):after {
	content: "10";
	transform: translate(90%, -50%);
}
li.header__item:last-of-type:after {
	content: "予\A約";
	transform: translate(90%, -50%);
}
@media screen and (max-width: 749px){

	.target_nav{
		display: none !important;
	}

}/*END*/



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

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

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

	#ui-datepicker-div{
		width: 340px;
	}

}/*END*/