@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.15.1/css/all.css);


/* ---------------------------
all
------------------------------ */
html {
	/*背景はここに書く*/
}

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

article {
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	/*font-family: dnp-shuei-mincho-pr6n",'游明朝',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro','ＭＳ 明朝',serif;*/
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	font-size: 1.5rem;
	line-height:2;
	color: #333;
	font-feature-settings: "palt";
}

article p {
	margin-bottom: 1em;
}

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

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

#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.3;
	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 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;
	}
}


/* title
--------------------*/	
#wrap_title {
	margin: 0 auto 20vh;
	padding-top: 20vh;
	background: url("../img/sakura.png") right 20% top no-repeat;
	text-align: center;
}

#wrap_title h1 {
	margin-bottom: 10vh;
	font-family: kinuta-maruminkatura-stdn, serif;
	font-weight: 400;
	font-size: 3.2em;
	font-size:clamp(3.0rem,5vw,3.2rem);
	letter-spacing: 0.1em;
	line-height: 1.5;
	display: inline-block;
	text-align: left;
}

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

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

.maskImg {
  mask-image: url("../img/mainbg_pc.svg");/*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% auto;
  -webkit-mask-image: url("../img/mainbg_pc.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% auto;
}

@media (max-width: 480px) {
	.maskImg {
		mask-image: url("../img/mainbg_sp.svg");/*マスクレイヤーとして使用する画像*/
		mask-repeat: no-repeat;
		mask-position: 0 0;
		mask-size: 100% auto;
		-webkit-mask-image: url("../img/mainbg_sp.svg");
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: 0 0;
		-webkit-mask-size: 100% auto;
	}
}

/* メインビジュアルスライダー　*/
/*#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
___________________*/
#wrap_lead {
	margin-bottom: 25vh;
}

#wrap_lead .auto_wide {
	position: relative;
}

#wrap_lead .auto_wide .marusakura {
	position: absolute;
	bottom: -100px;
	left: -180px;
}

#wrap_lead .fix_wide img {
	border-radius: 10px;
}

.lead-title {
	font-family: kinuta-maruminkatura-stdn, serif;
	font-size: 2.0rem;
	font-size: clamp(1.9rem, 1.718rem + 0.91vw, 2.4rem);
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
	margin-top: 2vh;
	margin-bottom: 2vh;
}

@media (max-width: 768px) {
	#wrap_lead {
		margin-bottom: 0;
	}

	#wrap_lead .auto_wide .marusakura {
		position: relative;
		bottom: 0;
		left: 0;
		max-width: 270px;
	}
}

@media (max-width: 480px) {
	#wrap_lead .auto_wide {
		padding: 0 10px;
	}
}

/* pickup
--------------------*/
#wrap_pickup li {
	position: relative;
}

#wrap_pickup li .caption {
	writing-mode: vertical-rl;
  text-orientation: upright;

	font-family: "dnp-shuei-mincho-pr6n",'游明朝',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro','ＭＳ 明朝',serif;
	font-size: 1.9rem;
	font-feature-settings: normal;
	padding: 2em 15px 2em 15px;
	background: rgba(255,255,255,0.70);
	height: 100%;
	position: absolute;
	top: 0;
	right: 2em;
}

@media (max-width: 768px) {	
	#wrap_pickup li .caption {
		padding: 1em 10px;
		line-height: 1.2;
	}
}

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

#wrap_photos a:hover {
	filter: saturate(30%); /*彩度*/
	/*filter: opacity(70%);　不透明度*/
}

/* マウスオーバーを虫眼鏡にする場合 */
#photo_list li a,#photo_gallery li a {
	display: inline-block;
	position: relative;
}
#photo_list li a::before,#photo_gallery li a::before {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
	font-size: 3.5rem;
  	content: '\f002';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transition: all .5s ease;
	border-radius: 5px;
}
#photo_list li a:hover::before,#photo_gallery li a:hover::before {
	opacity: 1;
}

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

/* fancybox モーダルウィンドウ */
#photo_list{
	display:-webkit-box;
	display:-ms-box-thumbnail;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	margin-bottom: 150px;
}
#photo_list .item {
	width: 18%;
	box-sizing: border-box;
	flex-grow: 1;
}

/* fancybox モーダルウィンドウ　タイルレイアウト */
#photo_gallery{
	columns: 4;
	padding:0;

}

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

#photo_gallery img{
  width:100%;
  height:auto;
	border-radius: 5px;
  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;
}

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

.contact button {
	border: none;
}

.cta_btn {
  position: fixed;
  background-color: #2b2b2b;
  border-radius: 0;
  bottom: 3%;
  right: 0;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
  transition: all 0.3s ease;
  z-index: 90;
	cursor: pointer;
}

.cta_link {
  display: flex;
  align-items: center;
	margin-bottom: 0!important;
}

.cta_icon {
  padding: 2rem;
  color: #fff;
}

.cta_ttl {
  padding-left: 8px;
  padding: 2rem;
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #fff;
}

#cta_floating.cta_btn,
.cta_floating {
  transform: translateX(10rem);
}

#cta_floating.cta_btn:hover,
.cta_floating:hover {
  transform: translateX(0);
}

@media screen and (max-width: 639px) {
  .pcOnly {
    display: none;
  }
  #cta_floating.cta_btn,
  .cta_floating {
    transform: translateX(0);
  }
  .cta_btn {
    right: 16px;
    height: 60px;
    width: 60px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    transform: translateX(calc(100% + 16px));
    transition: 0.2s cubic-bezier(0, .6, .99, 1);
    cursor: pointer;
  }
}


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


