﻿.maindesign {
		font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.maindesign .feature-hdg1 .sub_title{
	transform: translate(-50%,-50%);
    left: 50%;
	background-color: rgba(0,0,0,0.30);
	padding: 10px 0;
}
@media screen and (min-width: 768px){
.maindesign .feature-hdg1 .sub_title{
	width: 380px;
	font-size: 52px;
}
}
@media screen and (max-width: 767px){
.maindesign .feature-hdg1 .sub_title{
	width: 70%;
}
}
.maindesign .feature-hdg4 {
    font-size: 1.15em;
    margin: 10px 0 20px;
	text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3;
}
@media screen and (max-width: 767px){
.maindesign .feature-hdg4 {
    font-size: 1.0em;
}
}
.maindesign .left-red{
	border-left: 4px solid #f00;
    padding: 0.3rem 1rem;
	position: relative;
}

.maindesign .feature__items li{
	min-height: auto;
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__title{
    font-size: 1.25rem;
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__catch {
    line-height: 1.4;
    font-size: 0.9rem;
}
@media screen and (max-width: 767px){
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__catch {
    line-height: 1.5;
    font-size: 0.85rem;
}
}

.maindesign .feature__items.design-choice li a .feature__items--img{
	width: 15%;
}


.maindesign .early-reservation{
	background-image: url("/include_html/bto/hagaki/img_221101/early_reservation.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	height: 250px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.maindesign .early-reservation--content{
}
.maindesign .early-reservation--content__txt{
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 5px;
	text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;
}
.maindesign .early-reservation--content__txt .small{
	font-size: 22px;
	display: block;
}
.maindesign .early-reservation--content__txt .red{
	color: #e30012;
}
.maindesign .early-reservation--content .kome{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
	font-size: 14px;
}
@media screen and (max-width: 767px){
.maindesign .early-reservation{
	background-image: url("/include_html/bto/hagaki/img_221101/early_reservation_sp.jpg");
	height: 49.7vw;
	margin-bottom: 20px;
}
.maindesign .early-reservation--content__txt{
	font-size: 5vw;
}
.maindesign .early-reservation--content__txt .small{
	font-size: 0.8em;
}
.maindesign .early-reservation--content .kome{
	font-size: 2.5vw;
}
}

.maindesign .left-red .whet{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.8em;
	color: #eb1227;
	font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px){
.maindesign .left-red .whet{
	position: inherit;
	right: inherit;
	top: inherit;
	transform: none;
	display: block;
	font-size: 0.8em;
	color: #eb1227;
	
}
}
.maindesign .click-area{
	padding: 10px;
	background-color: #fcede2;
}
.maindesign .click-area .feature-hdg4 {
    margin-top:0;
}

.maindesign .price-table{
	width: 100%;
	margin-bottom: 10px;
	table-layout: fixed;
}
.maindesign .price-table td,
.maindesign .price-table th{
	border: 1px solid #ccc;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
}
.maindesign .price-table th{
	font-size: 1.2em;
	font-weight: bold;
}
.maindesign .price-table td{
	font-size: 1.0em;
}
@media screen and (max-width: 767px){
.maindesign .price-table th{
	font-size: 1.0em;
	font-weight: bold;
}
.maindesign .price-table td{
	font-size: 0.9em;
}
}

.maindesign .note-table{
	width: 100%;
}
.maindesign .note-table th,
.maindesign .note-table td{
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #333;
}
.maindesign .note-table th{
	background-color: #ccc;
	width: 30%;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
}
.maindesign .note-table td{
	line-height: 1.4;
}
.maindesign .note-table td li{
	margin-bottom: 5px;
	text-indent: -1em;
	padding-left: 1em;
}
.maindesign .note-table td li:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 767px){
.maindesign .note-table th{
	font-size: 1.0em;
}
.maindesign .note-table td{
	font-size: 0.9em;
}
}

.maindesign .kitte{
	margin-bottom: 20px;
    color: #eb1227;
} 

.maindesign .price-table .clearance{
	color: #eb1227;
	font-weight: bold;
}








.maindesign .click-me{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.maindesign .click-me::before,
.maindesign .click-me::after{
	content: "";
    display: block;
	width: 23.5%;
    height: 0;
}
.maindesign .click-me::before{
	order: 1;
}
.maindesign .click-me li{
	width: 23.5%;
	margin-top: 30px;
}
.maindesign .click-me li:nth-child(-n + 4){
	margin-top: 0;
}
.maindesign .click-me li p{
	text-align: center;
	margin-top: 5px;
}
.maindesign .click-me .picture{
	position: relative;
    cursor: pointer;
}
@media screen and (max-width: 767px){
.maindesign .click-me::before,
.maindesign .click-me::after{
	width: 32%;
}
.maindesign .click-me li{
	width: 32%;
}
.maindesign .click-me li p{
	font-size: 0.8em;
}
.maindesign .click-me li:nth-child(-n + 4){
	margin-top: 30px;
}
.maindesign .click-me li:nth-child(-n + 3){
	margin-top: 0;
}
}

#modalwindow #bamiri{
	height: 66.7%;
	max-width: 350px;
}
#modalwindow .bamiri--movieframe{
	display:block;
	width:100%;
}
#modalwindow .modal_close span{
	color: #fff;
}
#modalwindow #subwindow picture img{
	width: 100%;
}



/*アコーディオン*/
/*====================================================================
.maindesign .s_05 .accordion_one
====================================================================*/
.maindesign .s_05 .accordion_one {
	max-width: 1200px;
	margin: 0 auto 10px;
}
/*
.maindesign .s_05 .accordion_one:last-child {
	margin-bottom: 0;
}
*/
.maindesign .s_05 .accordion_one .accordion_header {
	background-color: #ccc;
	color: #333;
	border: 1px solid #333;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 7% 20px 3%;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	font-feature-settings: "palt" 1;
}
/*.maindesign .s_05 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.maindesign .s_05 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}*/
.maindesign .s_05 .accordion_one .accordion_header:hover {
	opacity: .8;
}
.maindesign .s_05 .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 2%;
	width: 40px;
	height: 40px;
	/*border: 1px solid #fff;*/
	margin-top: -20px;
	box-sizing: border-box;
	/*-webkit-transform: rotate(45deg);
	transform: rotate(45deg);*/
	transform-origin: center center;
	transition-duration: 0.2s;
	
	/*追加*/
	background: url(/include_html/bto/hagaki/img_221101/acc_ya.gif) no-repeat center;
	background-size: 50%;
}
/*.maindesign .s_05 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}*/
.maindesign .s_05 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/*.maindesign .s_05 .accordion_one .accordion_header .i_box .one_i:before, .maindesign .s_05 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.maindesign .s_05 .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.maindesign .s_05 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.maindesign .s_05 .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.maindesign .s_05 .accordion_one .accordion_inner {
	display: none;
	padding: 30px 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
    padding-bottom: 6em;
	background-color: #fff;
}
/*.maindesign .s_05 .accordion_one:nth-of-type(2) .accordion_inner {
	border-left: 2px solid #ff9a05;
	border-right: 2px solid #ff9a05;
	border-bottom: 2px solid #ff9a05;
}
.maindesign .s_05 .accordion_one:nth-of-type(3) .accordion_inner {
	border-left: 2px solid #1c85d8;
	border-right: 2px solid #1c85d8;
	border-bottom: 2px solid #1c85d8;
}
.maindesign .s_05 .accordion_one .accordion_inner .box_one {
	height: 300px;
}*/
.maindesign .s_05 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
.maindesign .s_05 .accordion_one .accordion_inner .closeArea {
	width: 180px;
	/*margin: 0 auto;*/
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.maindesign .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #999;
	padding: 15px 15px 15px 20px;
	text-decoration: none;
	line-height: 1.3;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
}
/*.maindesign .s_05 .accordion_one:nth-of-type(2) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #ff9a05;
}
.maindesign .s_05 .accordion_one:nth-of-type(3) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #1c85d8;
}*/
.maindesign .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
	opacity: .8;
}
.maindesign .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.maindesign .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 18px;
	height: 18px;
}
.maindesign .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .maindesign .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
	transform-origin: center center;
}
.maindesign .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
@media screen and (max-width: 1024px) {
	.maindesign .s_05 .accordion_one .accordion_header {
		font-size: 18px;
	}
	.maindesign .s_05 .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.maindesign .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.maindesign .s_05 .accordion_one .accordion_header {
		font-size: 16px;
		text-align: left;
		padding: 15px 60px 15px 15px;
	}
}
/*アコーディオン ここまで*/
@media screen and (max-width: 767px) {
.maindesign .s_05 .accordion_one .accordion_inner{
	padding: 20px 20px 6em 20px;
}
}
.maindesign .design-choice{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .design-choice::before,
.maindesign .design-choice::after{
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
.maindesign .design-choice::before{
	order: 1;
}
.maindesign .design-choice li{
	width: 24%;
	margin-top: 30px;
}
.maindesign .design-choice li:nth-child(-n + 4){
	margin-top: 0;
}
.maindesign .design-choice li a{
	display: block;
	padding: 3px 0;
}
.maindesign .design-choice li p{
	text-align: center;
	margin-top: 5px;
	line-height: 1.3;
	font-size: 1.15em;
}
@media screen and (max-width: 767px){
.maindesign .design-choice::before,
.maindesign .design-choice::after{
	width: 49%;
}
.maindesign .design-choice li{
	width: 49%;
}
.maindesign .design-choice li:nth-child(-n + 4){
	margin-top: 20px;
}
.maindesign .design-choice li:nth-child(-n + 2){
	margin-top: 0;
}

}


/*  241001  */
.maindesign .listHead34 {
    font-size: 1.2em;
    font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin: 10px 0;
}
.maindesign .background-gray{
	padding: 30px;
	margin-bottom: 30px;
	background-color: #ededed;
}
.maindesign .Q-and-A{
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
	font-feature-settings: "palt" 1;
}
.maindesign .Q-and-A .listHead34{
	margin-top: 0;
}
.maindesign .Q-and-A .superior{
	font-size: 1.1em;
	line-height: 1.3;
	margin-bottom: 20px;
/*	text-decoration: underline;*/
	font-weight: bold;
}
.maindesign .Q-and-A li{
	margin-bottom: 5px;
	list-style: disc;
	margin-left: 1.5em;
	line-height: 1.4;
	font-size: 1.0em;
}
.maindesign .Q-and-A .lead-text {
	font-size: 1.0em;
	line-height: 1.3;
}

.maindesign .human{
	display: flex;
	flex-wrap: wrap;
/*	align-items: flex-start;*/
}

.maindesign .human--txt{
	background-color: #fddbff;
	padding: 30px;
	line-height: 1.4;
	font-size: 1.2em;
/*	font-weight: bold;*/
	width: calc(100% - 280px);
	border-radius: 20px;
}
.maindesign .human--img{
	width: 200px;
	margin-left: 20px;
}
@media screen and (max-width: 767px){
.maindesign .background-gray{
	padding: 10px;
}
.maindesign .Q-and-A .superior{
	font-size: 1.0em;
	margin-bottom: 20px;
	text-decoration: underline;
	font-weight: bold;
}
.maindesign .Q-and-A li{
	font-size: 0.9em;
}
.maindesign .Q-and-A .lead-text {
	font-size: 0.9em;
}

.maindesign .human{
	justify-content: flex-end;
}

.maindesign .human--txt{
	padding: 20px;
	font-size: 0.9em;
	width:100%;
	border-radius: 10px;
}
.maindesign .human--img{
	width: 120px;
	margin-left: 0;
	margin-top: 5px;
}

}

.maindesign .step{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2em;
}
.maindesign .step li{
	width: 24%;
}
.maindesign .step--red-box{
	width: 120px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #f00;
	padding: 5px ;
	margin: 0 auto 10px;
	border-radius: 5px;
}
.maindesign .step--red-box span{
	font-size: 1.5em;
	margin-left: 3px;
}
.maindesign .step--text{
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.3;
	font-size: 0.9em;
}
.maindesign .step--img-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 10px;
}
.maindesign .step--img-box__images{
	width: 49%;
}
.maindesign .step--img-box__text{
	width: 49%;
	line-height: 1.3;
	font-size: 0.85em;
	text-align: justify;
}


@media screen and (max-width: 767px){
.maindesign .step{
	justify-content: space-between;
}
.maindesign .step li{
	width: 100%;
	margin-top: 4vw;
}
.maindesign .step--red-box{
	width: auto;
	font-size: 5vw;
}
.maindesign .step--img-box__text{
	font-size: 4vw;
}
.maindesign .step--text{
	font-size: 4.5vw;
	margin-top: 5px;
}
}
.maindesign .related{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .related::before,
.maindesign .related::after{
	content: "";
	display: block;
	width: 32%;
	height: 0;
}
.maindesign .related::before{
	order: 1;
}
.maindesign .related li{
	width: 32%;
	margin-top: 20px;
}
.maindesign .related li:nth-child(-n + 3){
	margin-top: 0;
}
.maindesign .related li p{
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px){
.maindesign .related li{
	width: 49%;
	margin-top: 20px;
}
.maindesign .related li:nth-child(-n + 3){
	margin-top: 20px;
}
.maindesign .related li:nth-child(-n + 2){
	margin-top: 0;
}
}

.maindesign .btn_bgc_w .arrow-r::after{
	border-top: 2px solid #B6B6B6;
	border-right: 2px solid #B6B6B6;
}



.maindesign .bnr-box img {
	display: block;
	width: 100%;
	height: auto;
}
.maindesign .bnr-box--txt {
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.3;
	background-color: #8e8e8e;
}

@media screen and (max-width:767px) {
	.maindesign .bnr-box--txt {
		font-size: 4.5vw;
		padding: 10px 0;
	}
}

/*  250930 更新  */
.maindesign .design-choice li a {
    display: block;
    border: 1px solid #ccc;
    padding: 3px 0;
}
.maindesign .design-choice.example li{
    width: 21%;
}
.maindesign .design-choice.example li::before,.maindesign .design-choice.example li::after{
    width: 21%;
}
@media screen and (max-width: 767px){
.maindesign .design-choice li p{
    font-size: 0.95em;
}
.maindesign .design-choice.example li{
    width: 49%;
}
  
}


.maindesign .notes {
	width: 100%;
	border-collapse: collapse;
    margin-bottom: 30px;
}
.maindesign .notes th,
.maindesign .notes td{
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.0em;
}
.maindesign .notes th{
	background-color: #ededed;
}
.maindesign .notes td{
    text-align: left;
}
.maindesign .notes td li{
	text-align: left;
	margin-bottom: 5px;
	list-style: disc;
	margin-left: 1.5em;
	line-height: 1.2;
}
.maindesign .notes td li:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 767px){
.maindesign .notes th,
.maindesign .notes td{
	font-size: 0.9em;
}
.maindesign .notes th{
	width: 80px;
	line-height: 1.3;
}

}
.maindesign .related{
    margin-bottom: 30px;
}
.maindesign .related--block a {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    height: calc(100% - 20px);
    color: #333;
}

.maindesign .human--txt{
	width: auto;
}

/*
.maindesign .menu-btn-list.col-1 li{
        width: calc(70% - 10px);
    }
*/
.maindesign .feature-hdg2 span{
    font-size: 0.7em;
    display: block;
    margin-bottom: 5px;  
}

.maindesign .text-red{
	font-weight: bold;
	line-height: 1.5;
	color: red;
	font-size: 1.5rem;
}

@media screen and (max-width: 767px){
	.maindesign .text-red{
	font-size: 4vw;
}		
}