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

#contesntsWrapper {
	margin-top: 50px !important;
}

article ul{
	padding-inline-start: 0
}

article h1 {
	margin-top: 0;
   	margin-bottom: 0;
}

article h2 {
	background-color: transparent;
	color: inherit;
	box-shadow: none;
	margin-top: 0;
	padding: 0;
	font-size: inherit;
}

.syoudan {
    font-weight: bold;
    color: #820132;
}

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

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

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

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

/* 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: "●●●";
	color: #854690;
	font-size: 1.0rem;
	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: 7vh;
	}
}

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

@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
--------------------*/	
#wrap_title {
	margin: 0 auto 20vh;
	height: calc(100vh - 120px);
	width: 100vw;
	overflow: hidden;
	position: relative;
}

#wrap_title h1 {
	font-family: kinuta-maruminkatura-stdn, serif;
	font-weight: 400;
	font-size: 3.9em;
	font-size:clamp(3.0rem,4vw,3.9rem);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 1px 2px 3px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
		text-align: center;
}

#wrap_title h1 span {
	display: block;
	font-size: 3.0em;
	font-size:clamp(2.5rem,5vw,3.0rem);
}

#wrap_title h1 span.title-en{
	font-size: 2.5em;
	font-size:clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
	letter-spacing: 0.03em;
}

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

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

/* メインビジュアルスライダー　*/
/*#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;
}

@media (max-width: 768px) {	
	#wrap_title {
		width: auto;
		height: auto;
		margin: 0 auto 0vh;
	}
	
	#wrap_title ul img {
		width: auto;
		height: auto;
	}
}*/

.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-size:clamp(1.8rem,5vw,2.0rem);
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.15em;
	margin-top: 2vh;
	margin-bottom: 2vh;
	position: relative;
}

.lead-title::after {
		content: "";
    display: block;
		width: 100%;
    background: -webkit-linear-gradient(left, white 0%, #999999 50%, white 100%);
    background: linear-gradient(to right, white 0%, #999999 50%, white 100%);
    height: 2px;
    margin: 10px auto 0;
}
.lead-title::before {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, white 0%, #999999 50%, white 100%);
    background: linear-gradient(to right, white 0%, #999999 50%, white 100%);
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

/* idea 
--------------------*/

#wrap_idea {
    position: relative;
    padding: 0.25em 1em;
    top: 0;
}
#wrap_idea:before, #wrap_idea:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
#wrap_idea:before{
    border-left: solid 2px #00a29a;
    border-top: solid 2px #00a29a;
    border-bottom: solid 2px #00a29a;
    left: 0;
}
#wrap_idea:after{
    border-top: solid 2px #00a29a;
    border-right: solid 2px #00a29a;
    border-bottom: solid 2px #00a29a;
    right: 0;
}
#wrap_idea h2 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-size:clamp(2.5rem,5vw,2.7rem);
	text-align: center;
	margin-bottom: 8vh;
}
#wrap_idea p {
    margin: 0; 
    padding: 0;
}

#wrap_idea dl {
	width: 60%;
	margin: 5vh auto 0;
	text-align: left;
	border: 1px solid #ccc;
	padding: 1em;
}

#wrap_idea dl dd {
	list-style-type: disc!important;
	text-indent: -0.5em;
	padding-left: 0.5em;
}

@media (max-width: 768px) {	
	#wrap_idea:before, #wrap_idea:after {
		margin-right: 10px;
		margin-left: 10px;
	}
	
	#wrap_idea dl {
		width: 80%;
	}
}


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

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

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

#inquiry a.inquiry_btn {
	background: url("../img/ic_mail.png") center left 35px #854690 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;
}


