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


/* ---------------------------
all
------------------------------ */

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

article img {
	vertical-align: bottom;
}

article{
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,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;
}

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

.section-title-wrap {
	margin: 0 auto;
	text-align: center;
}
.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.2em;
	font-size: 2.3rem;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10vh;
	position: relative;
	display: inline-block;
	padding: 0.7em 3em 1.1em;
	z-index: 2;
	background: #f19db5;
}

.section-title span
.section-title div {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.section-title span::before,
.section-title span::after,
.section-title div::before,
.section-title div::after{
  position: absolute;
  content: '';
	z-index: 2;
}

.section-title span::after {
  top: -7px;
  left: -7px;
  width: 90%;
  height: auto;
  border-top: 2px solid #000;
}

.section-title span::before {
  right: 7px;
  bottom: 7px;
  width: 90%;
  height: 80%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.section-title div::after {
  top: 10px;
  left: -7px;
  width: auto;
  height: 65%;
  border-left: 2px solid #000;
}

.txt {
	margin-bottom: 1em;
}

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

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

.wrapper.no_margin {
	margin: 0 auto;
}

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

@media (max-width: 768px) {	
	.wrapper {
		margin: 12vh auto;
	}
	
	.text_area {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* 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;
}

/* title
--------------------*/
.title {
	font-family: kinuta-maruminkatura-stdn, serif;
	font-weight: 400;
	font-size: 2.2em;
	letter-spacing: 0.3em;
	line-height: 1.5em;
	max-width: 500px;
	width: 80%;
	margin: 0 auto 10vh auto;
}
	
#wrap_title {
	width: 100%;
	max-width: 960px;
	margin: 20vh auto;
}

#wrap_title img {
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {	
	.title {
		padding: 0 10px;
	}
	
	#wrap_title {
		max-width: 100%;
		margin: 7vh auto 0vh;
	}
}

/* 画像レイアウト*/
.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
___________________*/
.lead-title {
	font-size: 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;
}


/* photos
--------------------*/
@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;
}

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

/* モーダルウィンドウ */
#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;
}




/* 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;
}


/* inquiry 
--------------------*/
section#inquiry {
	width: 100%;
	max-width: 300px;
	margin-inline-start: auto;
	margin-inline-end: auto;
	margin-block-end: 150px;
	text-align: center;
	cursor: pointer;
}

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

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


/* form 
--------------------*/
#form_box{
	width: 60%;
    text-align: center;
    margin:0 auto;
	margin-bottom: 30%;
}
#form_box a:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* #details
--------------------*/
#wrap_details {
}
#wrap_details table {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
	font-size: 1.6rem;
}
#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: 15%;
	font-weight:300;
}
@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: #eee;
	}
}

/*
#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;
}


