/*
Title: 無添加住宅
Last Updated: 2025-09-02
Author: zeal
*/

@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: #6386c4;
	text-decoration: underline;
	transition: 0.4s;
}
a:hover{
	color: #d95a5a;
	text-decoration: underline;
}
.flexbox{
	display: flex;
	justify-content: center;
	align-items: center;
}

/*----------------------------------------
	text
----------------------------------------*/
.center{
	text-align: center;
}
.text_12{
	font-size: 1.2rem !important;
}
.text_red{
	color: #e60012;
}
.text_bold{
	font-weight: bold;
}
.text_orange{
	color: #ec600d !important;
}
.text_white{
	color: #fff !important;
}

/*----------------------------------------
	layout
----------------------------------------*/
#container{
	overflow: hidden;
	background: #e4fffd;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#bk{
	position: relative;
}
#frame{
	position: relative;
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}
#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #fff;
	background-image: repeating-linear-gradient( 0deg,#f3eaea 0px 1px, transparent 1px 8px), repeating-linear-gradient( 90deg,#f3eaea 0px 1px, transparent 1px 8px);
}

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

/*----------------------------------------
	header
----------------------------------------*/
header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	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.6;
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.2s; }
.drawer ul li:nth-child(4){ transition-delay: 0.25s; }
.drawer ul li:nth-child(5){ transition-delay: 0.3s; }
.drawer ul li:nth-child(6){ transition-delay: 0.35s; }
.drawer ul li:nth-child(7){ transition-delay: 0.4s; }
.drawer ul li:nth-child(8){ transition-delay: 0.45s; }
.drawer ul li:nth-child(9){ transition-delay: 0.5s; }
.drawer ul li:nth-child(10){ transition-delay: 0.55s; }
.drawer ul li:nth-child(11){ transition-delay: 0.6s; }
.drawer ul li:nth-child(12){ transition-delay: 0.65s; }
.drawer ul li:nth-child(2){ 
	line-height: 1.5;
}
.drawer ul li a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 6px 0;
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}

@media screen and (max-width: 749px){
	.drawer ul{
		padding-top: 50px;
	}
	.drawer ul li{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
}/*END*/

.btn_menu{
	display: none;
	background: #326964;
	border-radius: 50%;
	width: 55px;
	aspect-ratio: 1/1;
	cursor: pointer;
	position: fixed;
	right: calc(50% - 240px);
	top: 10px;
	z-index: 51;
	transition: all 0.5s;
}
.btn_menu span{
	background: #fff;
	width: 60%;
	height: 2px;
	position: absolute;
	right: 10px;
	transition: all 0.4s;
}
.btn_menu span:nth-child(1){
	top: 20px;
}
.btn_menu span:nth-child(2){
	bottom: 20px;
}
.open .btn_menu {
	background: transparent;
}
.open .btn_menu span:nth-child(1){
	transform: rotate(45deg);
	top: 27px;
}
.open .btn_menu span:nth-child(2){
	transform: rotate(-45deg);
	top: 27px;
}

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

/*----------------------------------------
	btn
----------------------------------------*/
.rela{
	position: relative;
}
.btn{
    width: 80%;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.btn img{
	width: 100%;
}
.btn._01{
	bottom: 3%;
}
.btn._02{
	bottom: 2.5%;
}
.btn._03{
	bottom: .5%;
}
.btn._04{
	bottom: 3%;
}
.btn._05{
	bottom: 2.5%;
}
.btn._06{
	bottom: 5%;
}
.btn._07{
	width: 70%;
	bottom: 14%;
}


/*----------------------------------------
	map
----------------------------------------*/
.map {
	position: absolute;
    overflow: hidden;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);	
}
.map._01 {
    height: 12%;
    bottom: 18%;
}
.map._02 {
    height: 11%;
    bottom: 17%;
}
.map._03 {
    height: 12%;
    bottom: 15%;
}
.map._04 {
    height: 12%;
    bottom: 19%;
}
.map._05 {
    height: 12%;
    bottom: 18%;
}
.map._06 {
    height: 20%;
    bottom: 14%;
}
.map iframe{
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	object-fit: contain;
}/*END*/


/*---------------------------------------
	form
----------------------------------------*/
.form_frame {
    background: #ebf2f2;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
}
.form_frame p{
	line-height: 2;
	font-size: 1.6rem;
	color: #000;
}
.hissu,
.nini{
	line-height: 1;
	display: inline-block;
	font-size: 1.4rem;
	padding: 5px 5px;
	margin-left: 8px;
	vertical-align: 0;
	font-weight: normal;
	border-radius: 4px;
}
.hissu {
    background: #eb785f;
    border: 1px solid #eb785f;
    color: #fff;
}
.nini{
	background: #e2e0d7;
	border: 1px solid #606060;
	color: #606060;
}
.contact{
	line-height: 2;
	width: 100%;
}
.contact th,
.contact td{
	box-sizing: border-box;
	text-align: left;
	font-weight: normal;
	font-size: 1.6rem;
}
.privacy_check{
	font-size: 1.5rem;
	letter-spacing: -1px;
	line-height: 1.2;
}
.privacy_check label{
	line-height: 1.2;
}
.contact th{
	color: #000;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
}
.contact td{
	padding: 8px 8px 20px;
}
.date_td input{
	margin-bottom: 10px;
}
.date_td select{
	width: 100%;
}
.form_submit a {
    display: block;
    width: calc((680 / 800) * 100%);
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
}
td.error{
	background: #ffe8e8;
}
td.error p{
	color: #000;
}
div.error{
	color: #e70000;
	padding-top: 12px;
	line-height: 1;
}
.privacy_check .error{
    background: #ffe8e8;
    padding: 17px 8px;
    font-weight: normal;
}
.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"]{
	border: none;
	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;
    background: #fff;
    border: 1px solid #fff;
	line-height: 1;
	font-size: 1.6rem;
	width: 100%;
}
select{
	padding: 20px 15px;
}
textarea{
	line-height: 1.4;
}
input[type="button"]{
	font-family: "Noto Sans JP";
	-webkit-appearance: none;
	background: #ebebeb;
}
button,
input[type="submit"]{
	-webkit-appearance: none;
	transition: all 0.4s;
}
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 #6386c4;
}

/*----------------------------------------
	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;
}
.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 #aeaeae;
	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: -4px;
	width: 12px;
	height: 12px;
	margin-top: -5px;
	border-radius: 50%;
	background: #6386c4;
}
.check input[type="checkbox"]:checked + label:after{
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 23px;
	width: 18px;
	height: 10px;
	margin-top: -6px;
	border-left: 4px solid #000;
	border-bottom: 4px solid #000;
	-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 #000;
}
.kind label,
.privacy_check label{
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 54px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.kind label:before,
.privacy_check label:before{
	left: 20px;
}


/*----------------------------------------
	sp btn
----------------------------------------*/
.sp_menu{
	width: 100%;
	position: fixed;
	bottom: -100px;
	left: 0;
	box-sizing: border-box;
	z-index: 45;
	transition: all 0.4s;
}
.sp_menu a{
	display: block;
}
.sp_menu ul{
	display: flex;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul li{
	width: calc(100% / 2);
}

@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 100%;
	}
}/*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;
	background: transparent;
	border: 1px solid #999;
	width: 6px;
	height: 32px;
	margin-top: 20px;
}
.header__link.is-active {
	background: #999;
}
li.header__item {
	position: relative;
}
li.header__item:after {
	display: block;
	color: #999;
	position: absolute;
	top: 50%;
	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: 380px;
}
.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;
}
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{
	transition: all 0.4s;
}


/*----------------------------------------
	アコーディオンメニュー
----------------------------------------*/
.accordion_one {
  width: 100%;
}
.accordion_one._02,
.accordion_one._04 {
	background: #ebf2f2;
}
.accordion_one .accordion_header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #326964;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  font-size: 2rem;
  letter-spacing: .2em;
  width: 85%;
  height: 4em;
  margin: 0 auto;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.accordion_one .accordion_header .accordion_btn01 {
  display: block;
}
.accordion_one .accordion_header .accordion_btn01.open {
  display: none;
}
.accordion_one .accordion_header .accordion_btn02 {
  display: none;
}
.accordion_one .accordion_header .accordion_btn02.open {
  display: block;
}

/* 十字ボタン */
.accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.accordion_one .accordion_header .i_box .one_i:before,
.accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 500;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* インナー */
.accordion_inner {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  top: 0;
}
.accordion_inner .box_one {
  width: 100%;
}
.accordion_inner .txt_a_ac {
  width: 100%;
  margin: 0 auto;
}
