@charset "UTF-8";
/* CSS Document */

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

.pc { display: none; }
.sp { display: block; }

*{
	text-decoration: none ;
}

body{
	height:100%;
	margin: 0px auto;
	color:#000;
	background: #fff;
	-webkit-text-size-adjust: 100%;/* フォントサイズの自動調整なし */
    min-width: initial;/* ipad対策　初期化 */
}

svg {
	max-width: 70%;
}
/* 共通*/
/* 共通 end */

/* 予告広告 */
.yokoku {
	display: flex;
	flex-direction:column;
	width: 100%;
	height: auto;
	background-color: #f7f8f8;
	color: #000;
	padding: 1rem;
}
.yokoku-item01 {
	font-size: 1.1rem;
    min-width: 7rem;
	padding-bottom: 0.5rem;
}
.yokoku-item02 {
	font-size: 0.8rem;
	line-height: 1.2;
}
.yokoku_textbox {
    display: inline-block;
	font-size: 1.1rem;
	padding: 0.5rem;
	margin: 1rem auto 0 auto;
	border: solid thin #000;
}
/* 予告広告 end */

/* 見出し汎用 */
.midashi {
	display:inline-block;
	padding: 0.5rem 2rem;
	margin: 3rem auto 1rem auto;
	background: #fff;
	box-shadow: 0px 0px 0px 7px #fff;
	border: dashed 2px #8a4668;
	border-radius: 3px;
}
.midashi p{
	font-size: 1rem;
	font-weight: bolder;
	color: #e4007f;
	text-align: center;
	letter-spacing: 0.2rem;
}
.midashi_kaede {
	width: 12%;
	height: auto;
	max-width: 70px;
	margin: 1rem auto;
}
/* 見出し汎用 end */

/* メインビジュアル汎用 */
/* メインビジュアル汎用 end */

/* メインビジュアル プランページ用 */
/* メインビジュアル プランページ用 end */

/* トップページ */
.top_main {
	position: relative;
}
.top_main li p{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -20%);
	font-size: 1rem;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.2rem;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	line-height: 1.7;
}
.top_main li a{
	position: absolute;
	bottom: 1%;
	right: 1%;
	font-size: 0.7rem;
	color: #fff;
}

.top_main_box {
	display: flex;
	justify-content: space-between;
	width: 90%;
	height: auto;
	margin: 1rem auto 0.2rem auto;
}
.top_main_item {
	width: fit-content;
	height: auto;
}

.top_kaede {
	width: 12%;
	height: auto;
	max-width: 70px;
	margin: 1rem auto 0 auto;
}

.top_logo {
	width: 25%;
	height: auto;
	margin: 0 auto 0.5rem;
	padding-top: 2rem;
}
.top_bn_box {
	display: flex;
	justify-content: space-between;
	width: 95%;
	height: auto;
	margin: 0rem auto 3rem auto;
	padding-top: 1rem;
}
.top_bn_box_item{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24%;
	height: auto;
	padding: 0.5rem 1rem;
	color: #fff;
	font-size: 0.8rem;
	font-weight: bolder;
	background-color: #90a19a;
	text-align: center;
}

.top_bn_box_item a {display: block;}
.top_bn_box_item a:link { color: #fff; }
.top_bn_box_item a:visited { color: #fff; }
.top_bn_box_item a:hover { color: #fff; opacity: 0.7;}
.top_bn_box_item a:active { color: #fff; }

.top_lkd_img{
	width: 100%;
	height: auto;
	opacity: 0.6;
}
.top_lkd {
    position: relative;
	width: 100%;
	height: auto;
	margin: 5rem auto;
	background-color: #000;
}
.top_lkd li{
    position: absolute;
}
.top_lkd .lkd_copy {
    position: absolute;
	top: 40%;
	left: 20%;
	transform: translate(-20%, -40%);
	color: #fff;
	text-align: left;
}
.top_lkd .lkd_copy img{
	width: 50%;
	height: auto;
	max-width: 250px;
	margin-top: 1rem;
	margin-left: 5%;
}
.top_lkd .lkd_copy p:nth-child(2){
	width: 80%;
	height: auto;
    font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	margin-top: 1rem;
	margin-left: 5%;
	text-align: left;
}
.top_lkd .lkd_copy p:nth-child(3){
	width: 80%;
	height: auto;
    font-size: 0.9rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-left: 5%;
	margin-bottom: 2rem;
	text-align: left;
}
.top_lkd .lkd_copy p:nth-child(4){
	white-space: nowrap;
}
.top_lkd .lkd_copy p:nth-child(4) a{
	padding: 0.2rem 1rem;
	border-radius: 25px;
    font-size: 0.9rem;
	font-weight: bolder;
	color: #4653a2;
	background-color: #fff;
	text-align: center;
	margin-top: 3rem;
	margin-left: 5%;
}

.top_lkd .lkd_cap {
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
    font-size: 0.8rem;
	color: #fff;
}
/* トップページ end */

/* トップアニメーション */
.top_anime {
    width: 100vw;
    height: 230px;
    background-color: #fff;
	position: relative;
	overflow: hidden;
}

.kimidori {
    width: 100vw;
    height: 32%;
	margin: 0 auto;
	background-color: #d3dc64;
	opacity: 1;	
	position: absolute;
	bottom: 0%;
	left: 0%;
}

.midori {
    width: 100vw;
    height: 28%;
	margin: 0 auto;
	background-color: #b6cb46;
	opacity: 0;	
	position: absolute;
	bottom: 0%;
	left: 0%;
}
.michi {
    width: 100vw;
    height: auto;
	max-height: 73px;
	margin: 0 auto;
	opacity: 0;	
	position: absolute;
	bottom: 0%;
	left: 0;
}
.michi img{
	width: 100vw;
    height: auto;
	aspect-ratio: auto;
}
.ki_box {
	display: flex;
    align-items: flex-end;
    width: 30%;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 70%;
    left: 5%;
	transform: translate(-5%, -70%);
}
.ki_box_item {
	
}
.ki01{
	opacity: 0;
}
.ki02{
	opacity: 0;
}
.ki03{
	opacity: 0;
}
.ki04{
	opacity: 0;
}
.ki05{
	opacity: 0;
}

.town {
    width: 28%;
	height: auto;
    opacity: 0;	
	position: absolute;
	top: 60%;
    right: 2%;
}
.family {
	width: 50%;
    opacity: 0;	
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
/* トップアニメーション end */

/* プランページトップ */
.plan_midashi {
	display: flex;
	justify-content: space-between;
    width: 80%;
	height: auto;
	margin: 2rem auto 3rem;
	padding-bottom: 3rem;
}
.plan_midashi_item {
	width: 49%;
	height: auto; 
}
.plan_midashi_item figur{
}
.plan_midashi_item figcaption{
	font-size: 0.8rem;
	margin-top: 0.5rem;
	text-align: right;
}
/* プランページトップ end */

/* 各プラン */
.content {
	text-align: center;
}
.plan_no {
	font-size: 1.7rem;
	margin: 0 auto 0.5rem auto;
	color: #4653a2;
	font-weight: bold;
}
.plan_so_copy {
	width: 95%;
	height: auto;
	font-size: 1rem;
	margin: 1.5rem auto;
	line-height: 1.7;
}
.plan_lkd_copy {
	width: 95%;
	height: auto;
	font-size: 1rem;
	margin: 1.5rem auto;
	line-height: 1.7;
	text-align: left;
}
.tatemono_concept {
	display: inline-block;
	font-size: 1rem;
	margin: 2rem auto 0 auto;
	padding: 0.5rem 1rem;
	border: solid thin #000;
}
.tatemono_cach {
	font-size: 1.5rem;
	margin: 2rem auto;
	line-height: 1.7;
}
.tatemono_copy {
	width: 95%;
	height: auto;
	margin: 0 auto 2rem auto;
	font-size: 1rem;
	font-feature-settings: "palt";
	line-height: 1.7;
	text-align: justify;
}

.kouzou_box {
	display: flex;
	flex-direction: column;
	width: fit-content;
	height: auto;
	gap: 10px;
	margin-left: 2.5%;
	margin-top: 2rem;
}
.kouzou_box_item {
	display: block;
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	font-weight: bolder;
	background-color: #587a85;
	color: #fff;
	border-radius: 3px;
}
.menseki {
	width: 90%;
	height: auto;
	font-size: 0.9rem;
	margin-top: 1rem;
	margin-left: 2.5%;
	line-height: 1.5;
}
.menseki p:first-child{
	font-size: 1rem;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.naikan_box {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width: 95%;
	height: auto;
	margin: 1rem auto 0 auto;
}
.naikan_box_item01{
	width: 100%;
	height: auto;
}
.naikan_box_item01 figure{
	position: relative;
}
.naikan_box_item01 figcaption{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.2rem 0.1rem 0.2rem 2rem;
	color: #fff;
	font-size: 0.8rem;
	font-weight: bolder;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
	text-align: right;
}
.naikan_box_item02{
	width: 100%;
	height: auto;
	padding-top: 2%;
}
.naikan_box_item02 figure{
	position: relative;
}
.naikan_box_item02 figcaption{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.2rem 0.1rem 0.2rem 2rem;
	color: #fff;
	font-size: 0.8rem;
	font-weight: bolder;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.naikan_cap {
	width: 95%;
	height: auto;
	margin: 0.5rem auto;
	text-align: left;
	font-size: 0.8rem;
}

.vr_title {
	display: inline-block;
	font-size: 1rem;
	margin: 3rem auto 0 auto;
	padding: 0.5rem 1rem;
	font-family: '游ゴシック体',YuGothic,Yu Gothic Medium,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-weight: bolder;
	background-color: #dbccae;
}
.vr_copy {
	font-size: 1rem;
	margin: 1rem auto;
	line-height: 1.7;
}
.vr_box {
	display: flex;
	flex-direction: column;
	width: 70%;
	height: auto;
	margin: 1rem auto;
	gap: 20px;
}
.vr_box_item {
	width: 100%;
	height: auto;
	cursor: pointer;
	overflow: hidden;
	background-color: #000;
}
.vr_box_item figure {
	position: relative;
}
.vr_box_item figcaption{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	pointer-events: none;
}
.vr_box_item .zoom{
	width: 100%;
	height: auto;
	opacity: 0.5;
}

.vr2 {
	width: 60%;
	height: auto;
	margin: 0 auto;
	cursor: pointer;
	overflow: hidden;
	background-color: #000;
	display: block;
}
.vr2 figure {
	position: relative;
}
.vr2 figcaption{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	pointer-events: none;
}
.vr2 .zoom{
	width: 100%;
	height: auto;
	opacity: 0.5;
}
.vr2_cap {
	width: 60%;
	height: auto;
	margin: 0 auto;
	padding-top: 0.5rem;
	font-size: 0.8rem;
	text-align: left;
}

.setsubi_box {
	display: flex;
	flex-direction: column;
	width: 95%;
	height: auto;
	margin: 1rem auto 0 auto;
	padding: 5%;
	background-color: #dde2e6;
	gap: 20px;
	font-weight: 540;
	color: #333;
	line-height: 1.5;
}
.setsubi_box_item01 {
	width: 100%;
	height: auto;
	font-size: 0.8rem;
	text-align: justify;
}
.setsubi_box_item01 p:first-child{
	font-size: 1rem;
	text-align: left;
}
.setsubi_box_item02 figure {
	width: 100%;
	height: auto;
}
.setsubi_box_item02 figcaption{
	font-size: 0.8rem;
    margin-top: 0.5rem;
}

.setsubi_box2 {
	display: flex;
	flex-direction: column;
	width: fit-content;
	height: auto;
	gap: 10px;
	margin: 2rem auto; 
}
.setsubi_box2_item {
	display: block;
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	font-family: '游ゴシック体',YuGothic,Yu Gothic Medium,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-weight: bolder;
	background-color: #587a85;
	color: #fff;
	border-radius: 3px;
	text-align: center;
}
.setsubi_box2_item a {display: block;}
.setsubi_box2_item a:link { color: #fff; }
.setsubi_box2_item a:visited { color: #fff; }
.setsubi_box2_item a:hover { color: #fff; opacity: 0.7;}
.setsubi_box2_item a:active { color: #fff; }
/* 各プラン end */

/* 建売パノラマ */
/* 建売パノラマ end */

/* まちの紹介 */
.loca_box {
	display: flex;
	flex-direction: column;
    width: 100%;
	height: auto;
	margin: 3rem auto 1rem auto;
}
.loca_box_item1 {
	position: relative;
    width: 100%;
	height: auto;
	padding: 4rem 0;
	background-color: #f1ea7c;
	color: #4653a2;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.loca_box_item1 p{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.1rem;
	letter-spacing: 0.1rem;
}
.loca_box_item2 {
	position: relative;
	width: 100%;
	height: auto;
}
.loca_box_item2 p{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;
	font-size: 0.8rem;
}

.loca-ph_box {
	display: flex;
	flex-wrap:wrap;
    width: 95%;
	height: auto;
	margin: 0 auto;
}
.loca-ph_box_item {
	width: 49%;
	height: auto;
	margin-right: 1%;
}
.loca-ph_box_item p:first-child{
	margin-top: 1rem;
}
.loca-ph_box_item p:nth-child(2){
	font-size: 0.9rem;
	font-weight: 500;
	margin-top: 0.7rem;
	margin-bottom: 0.3rem;
}
.loca-ph_box_item p:nth-child(3){
	font-size: 0.8rem;
	margin-bottom: 0.3rem;
}
.loca-ph_box_item p:nth-child(4){
	font-size: 0.8rem;
}
.loca-ph_box_item p:nth-child(5){
	font-size: 0.8rem;
	margin-bottom: 0.3rem;
}
.loca-ph_box_item p:nth-of-type(n+6){
	font-size: 0.8rem;
}
.loca-ph_box_item2 {
	width: fit-content;
	height: auto;
	margin-top: 2rem;
	font-size: 0.8rem;
	line-height: 1.5;
}

.yousui_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    width: 95%;
	height: auto;
	margin: 2rem auto 4rem auto;
	padding: 1.5rem;
	background-color: #f4ede4;
	border-radius: 10px;
}
.yousui_box_item1 {
    width: 100%;
	height: auto;
}
.yousui_box_item1 figure{
    width: 100%;
	height: auto;
}
.yousui_box_item1 figcaption{
    font-size: 0.8rem;
	text-align: left;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}
.yousui_box_item2 {
    width: 80%;
	height: auto;

}
.yousui_box_item2 p:first-child{
	font-size: 0.9rem;
	font-weight: bold;
	color: #4653a2;
	line-height: 1.7;
	margin-top: 1rem;
	text-align: left;
}
.yousui_box_item2 p:nth-child(2){
	font-size: 0.8rem;
	line-height: 1.7;
	margin-top: 0.5rem;
	text-align: left;
}
.yousui_box_item3 {
    width: 19%;
	height: auto;
	align-self: flex-end;
}
/* まちの紹介 end */

/* アクセス */
.access_midashi {
	width: fit-content;
	height: auto;
	padding: 0.2rem 2rem;
	border-radius: 25px;
    font-size: 1rem;
	font-weight: bolder;
	letter-spacing: 0.1rem;
	color: #fff;
	background-color: #4653a2;
	text-align: center;
	margin: 5rem auto 1rem auto;
}

.commute_midashi01 {
	width: 90%;
	height: auto;
	padding: 1.2rem 0;
    font-size: 1rem;
	font-weight: bolder;
	letter-spacing: 0.1rem;
	color: #fff;
	background-color: #96cbd8;
	text-align: center;
	margin: 0 auto;
}
.commute_box {
	display: flex;
	flex-direction: column; ;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.commute_box_item {
	width: 100%;
	height: auto;
}
.commute_midashi02 {
	width: 80%;
	height: auto;
	padding: 0.3rem 0 0.3rem 0.5rem;
    font-size: 0.9rem;
	letter-spacing: 0.1rem;
	border: solid 2px #96cbd8;
	text-align: left;
	margin: 1rem 0;
}
.commute_time {
	width: 80%;
	height: auto;
	margin: 0.5rem 0;
	padding-bottom: 0.2rem;
	border-left:  solid 2px #96cbd8;
}
.commute_time p:first-child{
	font-size: 1rem;
	padding-left: 0.5rem;
	letter-spacing: 0.1rem;
}
.commute_time p:nth-child(2){
    font-size: 0.7rem;
	padding-left: 0.5rem;
}
.commute_cap {
	width: 90%;
	height: auto;
	margin: 1rem auto 3rem auto;
    font-size: 0.7rem;
	font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.5;
}

.kyori_box {
    width: 95%;
	height: auto;
	margin: 1rem auto;
}
.kyori_box_item {
	font-size: 0.8rem;
	color:#333;
	line-height: 1.5;
	text-align: left;
}
/* アクセス end */

/* 区画図*/
.kukaku_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    width: 90%;
	height: auto;
	margin: 1rem auto;
}
.kukaku_box_item {
	width: 90%;
	height: auto;
	font-size: 0.8rem;
	font-weight: bold;
    text-align: center;
	padding: 0.5rem;
	margin: 0.5rem auto 0 auto;
	border: solid 2px #00a0e9;
	border-radius: 5px;
	background-color: #fff;
	line-height: 1.5;
}
/* 区画図 end */

/* 共通　面積価格表 */
.kakaku_title {
	font-size: 1.1rem;
    padding-bottom: 0.5rem;
}
.kakaku_caption {
	font-size: 0.8rem;
	text-align: center;
}
.kakaku_caption2 {
	font-size: 1rem;
	text-align: center;
}
table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-break: break-word;
	font-size: 0.8rem;
    border-collapse: collapse;
	margin: 1rem auto 3rem auto;
}
thead {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
tbody td {
	border-bottom: 1px solid #666;
}
td,th {
    text-align: center;
    vertical-align: middle;
	padding: 0.6rem 0;
	background-color: #fff;
}
.a {
  width: 3rem;
}
.b {
  width: 7rem;
}
.c {
  width: 5rem;
}
.d {
  width: 3rem;
}
.e {
  width: 5rem;
}
.f {
  width: 5rem;
}
.g {
  width: 5rem;
}
/* 共通　面積価格表 end */

/* 分譲宅地　面積価格表 */
.table1 th:first-child{
	background-color: #f1d6d6;
}
.table1 th:nth-child(2){
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.table1 th:nth-child(3){
	border-right: 1px solid #666;
}
.table1 td:first-child{
	background-color: #f1d6d6;
}
.table1 td:nth-child(2){
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.table1 td:nth-child(3){
	border-right: 1px solid #666;
}
/* 分譲宅地　面積価格表 end */

/* 分譲住宅　面積価格表 */
.table2 th:first-child{
	background-color: #e7e0b4;
}
.table2 th:nth-child(2){
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.table2 th:nth-child(3){
	border-right: 1px solid #666;
}
.table2 td:first-child{
	background-color: #e7e0b4;
}
.table2 td:nth-child(2){
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.table2 td:nth-child(3){
	border-right: 1px solid #666;
}
/* 分譲住宅　面積価格表 end */

/* 現地写真 */
.genchi_box {
	display: flex;
	flex-wrap:wrap;
    width: 95%;
	height: auto;
	margin: 0 auto;
}
.genchi_box_item {
	position: relative;
	width: 49%;
	height: auto;
	margin-right: 1%;
	margin-bottom: 1rem;
}
.camera {
	position: absolute;
	top: 2%;
	left: 2%;
	width: 7%;
	height: auto;
}
/* 現地写真 end */

/* まちづくり */
.town_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    width: 95%;
	height: auto;
	margin: 2rem auto 4rem auto;
	padding: 1.5rem;
	background-color: #f4ede4;
	border-radius: 10px;
}
.town_box_item1 {
    width: 100%;
	height: auto;
}
.town_box_item1 figure{
    width: 100%;
	height: auto;
}
.town_box_item1 figcaption{
    font-size: 0.8rem;
	text-align: right;
	margin-top: 0.2rem;
	margin-bottom: 1rem;
}
.town_box_item2 {
    width: 80%;
	height: auto;
}
.town_box_item2 p:first-child{
	font-size: 0.9rem;
	font-weight: bold;
	color: #4653a2;
	line-height: 1.7;
	margin-top: 1rem;
	text-align: left;
}
.town_box_item2 p:nth-child(2){
	font-size: 0.8rem;
	line-height: 1.7;
	margin-top: 0.5rem;
	text-align: left;
}
.town_box_item3 {
    width: 19%;
	height: auto;
	align-self: flex-end;
}
/* まちづくり end */

/* 住まいづくり */
/* 住まいづくり end */

/* バナーエリア */
.bn_ouchi {
	width: 90%;
    height: auto;
	margin: 0 auto;
	padding-bottom: 1rem;
}
.bn_osusume {
	display: flex;
	flex-direction: column; 
    width: 90%;
    height: auto;
    margin: 0 auto 1rem auto;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: #000;
    text-align: center;
}
.bn_osusume_item {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0.5rem 0;
	margin-top: 1rem;
	background-color: #ccc;
}
.bn_osusume_item a{display: block;}
.bn_osusume_item a:link { color: #000; }
.bn_osusume_item a:visited { color: #000; }
.bn_osusume_item a:hover {     
    color: #000; 
    opacity: 0.6;
    transition: 1.0s ; 
}
.bn_osusume_item a:active { color: #000; }

.bn-bottom {
    display:flex;
    justify-content: space-between;
    width: 90%;
    height: auto;
    margin: 1rem auto 0 auto;
}
.bn-bottom-item {
	display:flex;
	justify-content: center;
	align-items: center;
    width: 24%;
	height: auto;
    background-color: #666;
    padding: 1rem 0;
	white-space: nowrap;
	color: #fff;
	font-family: '游ゴシック体',YuGothic,Yu Gothic Medium,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-size: 0.9rem;
}
.bn-bottom-item a {display: block;}
.bn-bottom-item a:link { color: #fff; }
.bn-bottom-item a:visited { color: #fff; }
.bn-bottom-item a:hover { color: #fff; opacity: 0.7;}
.bn-bottom-item a:active { color: #fff; }

.bn-bottom2 {
    display:flex;
    flex-direction: column;
    width: 90%;
    height: auto;
    margin: 0.5rem auto 0 auto;
	align-items: center;
}
.bn-bottom2-item {
    width: 100%;
    height: auto;
    background-color: #666;
    text-align: center;
    padding: 1rem 0;
	margin-bottom: 0.5rem;
	white-space: nowrap;
	color: #fff;
}
.bn-bottom2-item a {display: block;}
.bn-bottom2-item a:link { color: #fff; }
.bn-bottom2-item a:visited { color: #fff; }
.bn-bottom2-item a:hover { color: #fff; opacity: 0.7;}
.bn-bottom2-item a:active { color: #fff; }

.syamei {
	width: 80%;
    height: auto;
	max-width: 400px;
	margin: 0 auto;
	padding: 1rem 0 0.5rem 0;
}
.toi {
	width: 8rem;
	height: auto;
	font-size: 1rem;
    border: 1px solid #000;
	border-width: thin;
	margin: 0 auto;
	padding: 0.3rem;
	text-align: center;
}
.syamei_box {
	display: flex;
	align-items: center;
    width: fit-content;
    height: auto;
    margin: 0.5rem auto;
	white-space: nowrap;
    text-justify: inter-character;
}
.syamei_box_item01 {
    width: fit-content;
	height: auto;
	font-size: 0.8rem;
	line-height: 1;
	text-align: right;
	padding-right: 0.5rem;
} 
.syamei_box_item02 {
    width: fit-content;
	height: auto;
	font-size: 2rem;
	margin-bottom: 0.5rem;
	text-align: left;
	font-weight: 550;
    color: #333;
} 
.syamei_box a:link {color: #000;}
.syamei_box a:visited {color: #000;}
.syamei_box a:hover {color: #000;}
.syamei_box a:active {color: #000;}

.syamei_caption {
	font-size: 0.8rem;
	text-align: center;
	line-height: 1.5;
}
/* バナーエリア end */

/* タイトル */
/* タイトル end */

/* キャッチコピー */
.catch01 {
	font-size: 1.2rem;
	font-weight: bolder;
	margin: 0 auto;
	line-height: 1.7;
}
.catch02 {
	width: 90%;
	height: auto;
	font-size: 1rem;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #4653a2;
	margin: 0 auto;
	line-height: 1.7;
	text-align: left;
}
.catch03 {
	width: 90%;
	height: auto;
	font-size: 0.9rem;
	font-feature-settings: "palt";
	margin: 0 auto 1rem auto;
	padding-top: 1rem;
	font-weight: bold;
	color: #4653a2;
	line-height: 2;
	letter-spacing: 0.1rem;
	text-align: center;
}
.catch04 {
	width: 100%;
	height: auto;
	font-size: 1rem;
	font-weight: bold;
	color: #4653a2;
	margin: 0 auto;
	line-height: 1.7;
	text-align: justify;
}
/* キャッチコピー end */

/* コピー */
.copy01 {
	width: 95%;
	height: auto;
	font-size: 0.8rem;
	font-weight: bold;
	color: #333;
	margin: 1rem auto;
	line-height: 1.7;
}
.copy02 {
	width: 90%;
	height: auto;
	font-size: 0.9rem;
	font-feature-settings: "palt";
	color: #4653a2;
	margin: 0.5rem auto;
	line-height: 1.5;
	text-align: justify;
}
.copy03 {
	width: 90%;
	height: auto;
	font-size: 0.8rem;
	font-weight: bold;
	color: #4653a2;
	margin: 1rem auto;
	line-height: 1.7;
	text-align: center;
}
/* コピー end */

/* 注釈 */
.caption01 {
	width: 90%;
	height: auto;
	font-size: 0.8rem;
	margin: 0 auto 1rem auto;
	line-height: 1.5;
	text-align: justify;
}
.caption02 {
    font-size: 0.8rem;
}
.caption03 {
	width: 100%;
	height: auto;
	font-size: 0.7rem;
	text-align: center;
	margin: 1rem auto;
}
.zuhan_cap {
	width: 90%;
	height: auto;
	margin: 0.5rem auto 3rem auto;
    font-size: 0.8rem;
	font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.5;
}
.plan_cap {
	width: 95%;
	height: auto;
	margin: 0.5rem auto 3rem auto;
    font-size: 0.8rem;
	font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.5;
}
/* 注釈 end */

/* 背景 */
/* 背景 end */

/* その他 */
/* その他 end */

/* タブメニュー */
ul.tab {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0 1rem;
  margin: 0 auto;
  background-color: #fff;

  /*▼リセット用*/
  list-style: none;

	
  >li {
    width: calc(95% / 2);//タブの数に合わせて変更
    height: auto;
    /* ▼ここからデザイン用 */
    background-color: #fff;
	margin-top: 2rem;
	margin-bottom: 1rem;

  }
	>li .tab_box{
	display: flex;
	justify-content: space-between;	
	width: 100%;
	height: auto;
	}
	>li .tab_box_item{
	display: flex;
	justify-content: space-between;
	width: 96%;
    height: auto;
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
	border: solid 3px #a2d7dd;
	&:hover{
    background-color: #a2d7dd;
    color: #fff;
	cursor: pointer;
    }
	}
	>li .tab_box_item2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    height: auto;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	color: #666;
	}
  >li.active .tab_box_item2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
    height: auto;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
    background-color: #a2d7dd;
    color: #fff;
  }
}

.content {
  padding-top: 10rem;
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: none;
}
.active {
  display: block;
}

/* タブメニュー　位置指定 */
.tab_kotei_area {
  position: relative;
}
.tab_kotei {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #c1c6c9;
  z-index: 10;
}
.tab_kotei.is-fixed {
  position: fixed;
}