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


/* ---------------------------
all
------------------------------ */
html {
	background-color: #f0ecec;
}

body {
	-webkit-text-size-adjust: none;
  text-size-adjust: none;
	overflow-x: hidden;
}

article img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

article p {
	margin-bottom: 1em;
}

article p.mb0 {
	margin-bottom: 0!important;
}

article{
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	/*font-family: 'ＭＳ Ｐ明朝','MS PMincho','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;*/
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	font-size: 1.5rem;
	line-height:2;
	color: #333;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
	/*fadein*/
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	/*background: url("../img/bg.png") top 3% left -270px,url("../img/bg.png") top 10% right -270px;
	background-repeat: no-repeat;*/
}

#gFooter {
	margin-top: 0!important;
}

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

.section-title {
	/* 明朝体 */
	font-family: mrs-eaves, serif; 
	font-weight: 400;
	/* ゴシック */
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;*/
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-size:clamp(2.5rem,5vw,2.7rem);
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10vh;
}

.section-title::after {
	display: block;
	content: "";
	background: url("../img/title_ic.png") center center no-repeat;
	width: 40px;
	height: 14px;
	margin: 0 auto;
	text-align: center;
}

.section-title span {
display: block;
font-size: 1.4rem;
}

.txt {
	margin-bottom: 1em;
}

.verticalletter {
	writing-mode: vertical-lr;
	white-space: nowrap;
}

@media (max-width: 768px) {	
	.section-title {
		margin-bottom: 40px;
	}
}

/* box 
--------------------*/
.wrapper {
	width: 100%;
	max-width: 960px;
	margin: 20vh auto;
}

.wrapper.ma0 {
	margin: 0 auto;
}

.wrapper.w100 {
	max-width: 100%;
}

.text_area {
	max-width: 600px;
	margin: 5vh auto;
	text-align: left;
}

.roji_text {
    max-width: 600px;
    margin: 5vh auto;
    text-align: left;
}

@media (max-width: 768px) {	
	.wrapper {
		margin: 80px auto;
		padding-inline:20px;
	}
	
	.text_area {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.roji_text {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.introduction_list {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 6px 4px;
}

.introduction_list li {
	width: 49%;
}

/* navi 
--------------------*/
article nav{
	display: none;
}

#navi {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 50;/*border-bottom: 1px solid #A09288;*/
}
#navi ul {
	width: 100%;
	margin: 0 auto;
	z-index: 50;
	display: flex;
	flex-wrap: nowrap;
}
#navi ul li {
	font-size: 120%;
	letter-spacing: 0.3em;
	font-weight: 600;
	/*margin-right:80px;*/
	padding : 0.7em 0;
	/*width:    20%  ; */ /*5*/
	width: 16.66%;  /*6*/
	/*width:14.210%  ; */ /*7*/
    /*width:  12.5%  ;*/  /*8*/
	text-align: center;
}
#navi ul li a {
	text-decoration: none;
}
#navi ul li a:hover {
	opacity: 0.6;
}
#navi ul img {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.bgawajimusubi {
	position: relative;

	width: auto;
}

.bgawajimusubi img {
	position: absolute;
	z-index: -1;
	height: 581px;
}

.bgawajimusubi_01 img {
	top: -270px;
	left: -270px;
}

.bgawajimusubi_02 img {
	top: 1000px;
	right: 0px;
}

.bgawajimusubi_03 img {
	top: 0;
	left: -270px;
}

.bgawajimusubi_04 img {
	top: 0;
	right: 0;
}

.bgawajimusubi_05 img {
	top: 0;
	left: -270px;
}

@media (max-width: 768px) {	
	.bgawajimusubi img {
		height: 450px;
	}
}

/* title
--------------------*/	
#wrap_title {
	width: 100vw;
	height: calc(100vh - 120px);
	overflow: hidden;
	margin: 0 auto 12vh;
	position: relative;
}

#wrap_title ul img {
	width: 100vw;
	height: calc(100vh - 120px);
	object-fit: cover;
}

#wrap_title h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
	max-width: 350px;
}

@media (max-width: 640px) {	
	#wrap_title {
		width: auto;
		height: auto;
		margin: 0 auto 0vh;
	}
	
	#wrap_title h1 {
		width: 60%;
		height: auto;
	}
	
	#wrap_title ul img {
		width: auto;
		height: auto;
	}
}

#wrap_title .forsp {
	display: none;
}

#wrap_title .forpc {
	display: block;
}

@media (max-width: 640px) {
	#wrap_title .forsp {
		display: block;
	}

	#wrap_title .forpc {
		display: none;
	}
}

/* 画像レイアウト*/
.bxslider {
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper img {
	max-width: 100%;
	vertical-align: bottom;
}
.bx-viewport {
	max-width: 100%;
	max-height: 100%;
}
/* ページャー*/
.bx-pager {
	text-align: center;
	width: 100%;
	bottom: 0;
	position: absolute;
	z-index: 2;
}
.bx-pager-item, .bx-controls-auto-item {
	display: inline-block;
}
.bx-default-pager a {
	background: #281a14;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	border-radius: 0px;
}
.bx-default-pager a:hover, .bx-default-pager a.active {
	background: #ececec;
}

/* lead
___________________*/
#wrap_lead {
	
}

#wrap_lead p em {
	display: block;
	font-size:clamp(1.7rem,5vw,1.8rem);
}
.lead-title {
	font-size: 2.0rem;
	font-size:clamp(1.8rem,5vw,2.0rem);
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.3em;
	margin-top: 2vh;
	margin-bottom: 2vh;
}

/* areamap
--------------------*/
#wrap_areamap dl {
	margin: 0 auto;
	width: 96%;
}

#wrap_areamap dl dt {
	font-weight: bold;
}

#wrap_areamap dl dd::before {
	font-family: "Font Awesome 5 Free";
	content: '\f554';
	font-weight: 600;
	margin-right: 5px;
}
#wrap_areamap img {
	width: 100%;
}
#wrap_areamap .access {
	max-width: 523px;
	width: 100%;
}
#wrap_areamap .map {
	max-width: 960px;
	width: 100%;
}

/*--------------------------------------------------
VirtualTour バーチャル内覧
----------------------------------------------------*/

.VRbox {
  margin: 0 auto;
}
.VRbox iframe {
  height: 600px;
}

#wrap_virtualTour .txt{
	text-align: center;
	margin-bottom: 40px;
}




/* photos
--------------------*/
#wrap_photos p {
	max-width: 800px;
	width: 100%;
	margin: 40px auto 0;
}

@media (max-width: 768px) {
	#wrap_photos p {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.photo_area {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.photo_niko dd:nth-child(1) {
	width:48%;
	float:left;
	margin-right: 4%;
	}

.photo_niko dd:nth-child(2) {
	width:48%;
	float:right;	
}

.photo_area img {
	width:100%;
	height:auto;
	}

.photo_area dd {
	margin-bottom:2vh!important;
}

.tab-3 {
    display: flex;
    flex-wrap: wrap;
    /*max-width: 500px;*/
}

.tab-3 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #E7E2E3;
    color: #83565f;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.tab-3 > label:hover {
    opacity: .8;
}

.tab-3 input {
    display: none;
}

.tab-3 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-3 label:has(:checked) {
    background-color: #fff;
    border-color: #63363f #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px 5px 0 0;
    color: #63363f;
}

.tab-3 label:has(:checked) + div {
    display: block;
	padding-block:80px;
}

@media (max-width: 768px) {	
	.photo_niko dd:nth-child(1) {
		width:100%;
		float:none;
		margin-right: 0%;
	}

	.photo_niko dd:nth-child(2) {
		width:100%;
		float:none;	
	}
	
	.tab-3 > label {
		font-size: 16px;
	}
	
	.tab-3 label:has(:checked) + div {
		display: block;
		padding-block:40px;
	}

}

/* モーダルウィンドウ */
#photo_list{
	display:-webkit-box;
	display:-ms-box-thumbnail;
	display:flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    margin-bottom: 150px;
}
#photo_list .item {
	margin: 3px;
	box-sizing: border-box;
}

@media screen and (max-width:767px) {
#photo_list{
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	}
}

/* モーダルウィンドウ　タイルレイアウト */
#photo_gallery{
columns: 3;
padding:0 15px;
}

#photo_gallery li {
    margin-bottom: 20px;
}

#photo_gallery img{
  width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/}

@media only screen and (max-width: 768px) {
  #photo_gallery{
  columns: 2;
  } 
}

/*　fotoramaサムネイル付きスライダー　*/
.fotorama {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_feature figure {
	margin-bottom: 20px;
}

#wrap_feature figure figcaption {
	display: inline-block;
	border-bottom: 1px solid #333;
	padding-bottom: 0;
	margin: 13px 0 8px;
	line-height: 1.3;
}

/* plan 
--------------------*/
#wrap_plan {
	background: #fff;
	padding: 5vh 0;
	border-top: 1px solid #e83928;
	border-bottom: 1px solid #e83928;
	position: relative;
}

#wrap_plan .awaji {
	position: absolute;
	top: -40px;
	right: 100px;
	width: 80px;
	height: auto;
}
#wrap_plan img {
	max-width: 960px;
	width: 100%;
}

.tab-1 {
    display: flex;
    flex-wrap: wrap;
    /*max-width: 500px;*/
}

.tab-1 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #E7E2E3;
    color: #83565f;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.tab-1 > label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-1 label:has(:checked) {
    background-color: #fff;
    border-color: #63363f #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px;
    color: #63363f;
}

.tab-1 label:has(:checked) + div {
    display: block;
	padding-top:80px;
}

.plan_text{
	width: 80%;
	margin-inline:auto;
	margin-bottom: 40px;
}

@media only screen and (max-width: 768px){
	#wrap_plan .wrapper{
		margin-bottom: 0;
		margin-top: 40px;
	}
	
	.tab-1 > label {
		font-size: 16px;
	}
	
	.tab-1 label:has(:checked) + div {
		display: block;
		padding-top:40px;
	}
	
	.plan_text{
		width: 100%;
		margin-inline:auto;
	}
}


/* history
--------------------*/
#wrap_history img {
	width: 100%;
}
/* 360度カメラ 
--------------------*/
#wrap_camera .camera_box{
	max-width: 1080px;
	margin-inline-start: auto;
	margin-inline-end: auto;
}

#wrap_camera .setsumei {
	background: url("../img/ic_360.png") center top no-repeat;
	padding-top: 50px;
	margin-bottom: 1em;
	text-align: center;
}

#wrap_camera .setsumei h3 {
	font-weight: normal;
}

.tab-2 {
    display: flex;
    flex-wrap: wrap;
    /*max-width: 500px;*/
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #E7E2E3;
    color: #83565f;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    background-color: #fff;
    border-color: #63363f #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px 5px 0 0;
    color: #63363f;
}

.tab-2 label:has(:checked) + div {
    display: block;
	padding-top:80px;
}

@media only screen and (max-width: 768px){
	.tab-2 > label {
		font-size: 16px;
	}
	
	.tab-2 label:has(:checked) + div {
		padding-top:40px;
	}
}

/* #details
--------------------*/
#wrap_details {
}
#wrap_details table {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
	font-size: 1.6rem;
	margin-bottom: 60px;
}
#wrap_details table th, #wrap_details table td {
	border-block-end: 1px solid #999;
	padding-inline-start: 8px;
	margin-block-start: 5px;
	vertical-align: middle;
	font-style: normal;
	height: 2.8em;
	text-align: left;
}
#wrap_details table th {
	width: 30%;
	font-weight:300;
}

.tab-4 {
    display: flex;
    flex-wrap: wrap;
    /*max-width: 500px;*/
}

.tab-4 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #E7E2E3;
    color: #83565f;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.tab-4 > label:hover {
    opacity: .8;
}

.tab-4 input {
    display: none;
}

.tab-4 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-4 label:has(:checked) {
    background-color: #fff;
    border-color: #63363f #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px 5px 0 0;
    color: #63363f;
}

.tab-4 label:has(:checked) + div {
    display: block;
	padding-block:80px;
	padding-inline:80px;
}

@media (max-width: 768px) {
	#wrap_details table {
		width: 100%;
	}
	#wrap_details table th, #wrap_details table td {
		display: block;
		width: 100%;
		height: auto;
		border-block-end: 0px;
		padding: 3px 10px;
	}
	#wrap_details table th {
		background-color: #E0DEDA;
	}
	
	.tab-4 > label {
		font-size: 16px;
	}
	
	.tab-4 label:has(:checked) + div {
		display: block;
		padding-block:40px;
		padding-inline:20px;
	}
}

/* inquiry 
--------------------*/
#inquiry {
	width: auto;
	margin-inline-start: auto;
	margin-inline-end: auto;
	margin-block-end: 40px;
	text-align: center;
	cursor: pointer;
}

#inquiry a.inquiry_btn {
	background: url("../img/ic_mail.png") center left 35px #d8534c no-repeat;
	padding: 15px 40px 15px 85px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}

#inquiry a.inquiry_btn:hover {
	opacity: 0.7;
}

/*
#gmap
------------------------------ */
#gmap{
	width:100%;
	margin: 10% auto 0;
}

/*
.toform
------------------------------ */
.toform{
	position: fixed;
	bottom:3%;
	right: 1.5%;
	z-index: 97;
}
.toform img{
	-webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,.15);
	box-shadow: 0 10px 40px 0 rgba(0,0,0,.15);
}
.toform a:hover img {
	opacity: 0.6;
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.15);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.15);
}

.pagetop{
	position: fixed;
	bottom: calc(3% + 60px)!important;
	right: 1.5%;
	z-index: 97;
}


/*
　汎用
------------------------------ */
.fadein {
	opacity: 0;
	transform : translate(0, 5%);
	transition : all 1500ms;
}

.fadein.scrollin{
	opacity: 1;
	transform: translate(0, 0);
}

.sp-only {
	display: none;
}

.pc-only {
	display: block;
}

@media (max-width: 768px) {
	.sp-only {
		display: block;
	}

	.pc-only {
		display: none;
	}
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 10000;
}

.display_n{
	display: none;
}

.fixed .display_n{
	display: block;
}

/* clearfix */
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
.clearfix {
	*zoom: 1;
}
#gFooter {
	margin-top: 0;
}
