@charset "utf-8";
/* CSS Document */
/* 共通部分
------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
article {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #351b27;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  line-height: 1.8;
  text-align: justify;
  vertical-align: baseline;
  /*font-family: "Sawarabi Mincho", serif;*/
	font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
	text-justify: inter-ideograph;
  margin: 0;
  padding: 0;
  border: 0;
	 background-color: #F4EDEF;
}

article img {
  /*display: block;*/
  height: auto;
  max-width: 100%;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix {
  *zoom: 1;
} /*for IE6,IE7*/
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}
/* 順番 
1.位置情報系＝position, top, right, z-index, display, float等
2.サイズ＝width, height, padding, margin
3.文字系＝font, line-height, letter-spacing, color- text-align等
4.背景＝background, border等
5.その他＝animation, transition等
*/
/* h3
------------------------------- */
article h3.subtitle {
  font-size: 1.8em;
  /*font-style: italic; 追加*/
  /*font-family: missrobertson-pro, sans-serif;*/
	font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin-block-start: 0.1em;
  margin-block-end: 0.1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

article h3.subtitle span{
	display: block;
	font-size: 0.75em;
}

/* responsive img
------------------------------- */
/*中央揃えにするためのcss*/
picture img {
    display: block;
    /*max-width: 960px;*/
    width: 100%;
    margin: 0 auto;
}
/*スマホ表示*/
@media screen and (max-width: 768px) {
   picture img {
    width: 96%;
  }
}

/* article
------------------------------- */

article .txt {
    font-size: 1.6rem;
  padding-block-end: 10px;
}
article .txt_s {
  font-size: 1.3rem;
}
/*マーカーアニメーション*/
.marker-animation.active {
  background-position: -100% .5em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(248, 226, 175, 0.7) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgba(248, 226, 175, 0.7) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgba(248, 226, 175, 0.7) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgba(248, 226, 175, 0.7) 50%);
  background-image: linear-gradient(left, transparent 50%, rgba(248, 226, 175, 0.7) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 3s ease;
  font-weight: bold;
}
/*注意書き*/
.nossale {
  color: #c9171e;
  font-weight: bold;
}
.section-block {
  width: 100%;
  clear: both;
}
.text-block {
  width: 40%;
  float: left;
  margin-left: 3%;
}
h1.title img {
  /* じわっと画像が表示される */
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
  0% {
    opacity: 0
  } /* 始め */
  100% {
    opacity: 1
  } /* 終わり */
}
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}




/* top
------------------------------- */
section#top {
  position: relative;
  padding-block-start: 100px;
	height: calc(100vh - 65px);
}
section#top h1 {
  border: none;
  display: block;
  width: 96%;
	max-width: 640px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 3vh;
  left: 50%;
	transform: translateX(-50%);
  z-index: 5;
	letter-spacing: 0.25em;
	text-align: center;
	font-size: 2.6rem;
	font-size: clamp(1.65rem, 1.305rem + 1.1vw, 2.6rem);
	font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
/*section#top h1 span {
  max-width: 950px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 71;
  font-family: 'Hina Mincho', serif;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  filter: drop-shadow(3px 3px 4px rgba(34, 23, 20, .4));
  text-align: justify;
  letter-spacing: 1rem;
}*/
/* 画像レイアウト
===================================*/
/*.bxslider {
  margin: 0;
	position: relative;
	width:100%;
	
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper li img {
	width:100%;
height:auto;
object-fit:cover;

}
.topimg{
	width: 100%;
   -webkit-clip-path: url(#clip-path);
	clip-path: url(#clip-path);
}


.bx-viewport {
  max-width: 100%;
  max-height: 100%;
}*/

.swiper {
  /*height: 120vh;*/
	height: calc(100vh - 65px);
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
  /*height: auto;*/
  width: 100%;
/*	height: calc(100vh - 165px);*/
}

.topimg{
	width: 100%;
   -webkit-clip-path: url(#clip-path);
	clip-path: url(#clip-path);
}
/*@media screen and (max-width: 2500px) {
	.swiper {
  height: 100vh;
}
}

@media screen and (max-width: 2000px) {
	.swiper {
  height: 100vh;
}
}*/
@media screen and (max-width: 1200px) {
	.swiper {
  height: 100vh;
}
}

@media screen and (max-width: 990px) {
	.swiper {
  height: 95vh;
}
}

@media screen and (max-width: 800px) {
	.swiper {
  height: 85vh;
}
}

@media screen and (max-width: 768px) {
	section#top{
		padding-block-start: 50px;
		height: auto;
	}
	.swiper {
  height: 100vh;
}
}

@media screen and (max-width: 640px) {
	.swiper {
  height: 90vh;
}
}

@media screen and (max-width: 430px) {
	.swiper {
  height: 75vh;
}
}
/*------ scroll animation --------*/

#top a {
  display: inline-block;
  position: absolute;
  left: 3vw;
  bottom: 0;
  z-index: 99;
  padding: 10px 10px 360px;
  overflow: hidden;
  color: #e7d6cf;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

#top a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 350px;
  background: #e7d6cf;
}

#top a::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width: 768px) {
	#top a {
		 padding: 10px 10px 160px;
	}
	
	#top a::after {
  height: 150px;
}
}
/* #open
------------------------------- */
#open {
  text-align: center;
  position: relative;
	width: 90%;
	max-width: 650px;
	margin: 0 auto;
	  margin-top: 120px;
	margin-bottom: 180px;
}

#open h3{
	margin: 30px auto;
}
#open p {
 /* margin: 8rem auto 0;*/
	 margin: 2em auto 0;
}
#open:before {
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #bfb8a8;
  z-index: 5;
}
#open:after {
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #bfb8a8;
  z-index: 5;
}
#open h4 {
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
  line-height: 1.8;
  width: 100%;
  margin: 0 auto;
}
#open .open_txt {
  text-align: justify;
  font-size: 1.4rem;
  width: 100%;
  margin: 30px auto 0;
}

/* intro
------------------------------- */
section#intro{
	width: 100%;
	margin: 0 auto;
	/*margin-top: 200px;*/
	margin-top: 150px;
	margin-bottom: 150px;
}

section#intro .wrap{
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 3em;
}

section#intro .wrap img{
	width: 100%;
}

section#intro .wrap div{
	flex-basis: 60%;
	/*padding-top: 2em;*/
	padding-left: 3em;
	margin-bottom: 80px;
}

section#intro .wrap h2{
	margin-bottom: 2em;
	font-weight: 500;
	font-size: clamp(1.75rem, 1.514rem + 1.1vw, 2.4rem);
}

section#intro .wrap div p{
/*	font-size: 1.1em;*/
	line-height: 2;
	margin-bottom: 30px;
}

section#intro .wrap .introimg1{
	max-width: 380px;
	height: 100%;
	flex-basis: 32%;
	padding-top: 100px;
	padding-right: 2em;
}

section#intro .wrap .introimg2{
	flex-basis: 18%;
	max-width: 255px;
	height: 100%;
	margin-top: 0;
}

section#intro .wrap .introimg3{
	max-width: 650px;
	flex-basis: 70%;
	height: 100%;
	margin-top: -4em;
}

@media screen and (max-width: 1115px) {
	section#intro .wrap .introimg3{
		margin-top: 1em;
	}
}

@media screen and (max-width: 990px) {
	section#intro .wrap{
		gap:1em;
	}
	section#intro .wrap div {
  flex-basis: 55%;
		padding-left: 1.5em;
}
	section#intro .wrap .introimg1{
		padding-left: 1.5em;
	}

section#intro .wrap .introimg2{
	max-width: 200px;
}

section#intro .wrap .introimg3{
	max-width: 500px;
	margin-top: 1em;
}
}

@media screen and (max-width: 768px) {
	section#intro{
		margin-top: 120px;
	}
	section#intro .wrap {
		flex-wrap: wrap;
	}
	
	section#intro .wrap div{
		flex-basis: 100%;
		max-width: 640px;
		margin-bottom: 30px;
		padding-left: 0;
	}
	
	section#intro .wrap .introimg1{
		flex-basis: 46%;
		padding: 0;
		max-width: 220px;
	}
	
	section#intro .wrap .introimg2{
		flex-basis: 46%;
		margin-top: -2em;
		max-width: 180px;
	}
	
	section#intro .wrap .introimg3{
		margin-top: -2em;
		margin-right: 1em;
		margin-left: auto;
	}
}

@media screen and (max-width: 440px) {
	section#intro .wrap .introimg1{
		max-width: 190px;
	}
	
		section#intro .wrap .introimg2{
		max-width: 140px;
	}
}

/* point
------------------------------- */
/*#point{
	padding-top: 150px;
}*/
.cover-image {
    /*width: 100%;
	min-height: 90vh;*/
    /*height: 150vh; *//* gives the effect a bit of room to breathe */
  /*  position: relative;
   background: url("../img/featbg.jpg") fixed 50%/cover; *//* This is the bottom image, blurred and grayscaled. Could also use filters to do this + another pseudoel, but is less performant. */
	/*background-image: linear-gradient (to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('../img/featbg.jpg');
	
	background-size: cover;
	background-position: center;*/
	
	/*margin-bottom: 150px;*/
}

.cover-image{
	width:100%;
	background: linear-gradient(to bottom, rgba(110, 110, 110, 0), 35%, rgba(110, 110, 110, 0.6)) ,url("../img/featbg.jpg");
	background-size: cover;
	background-position: bottom right;
	 background-repeat: no-repeat;
	background-attachment: fixed;
}
.point_wrap{
	display: flex;
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	/*padding-top: 150px;*/
	padding-bottom: 150px;
	gap: 2em;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: content-box;	
	padding-top: 40vh;
}

.point_wrap .point-item{
	flex-basis: 48%;
	max-width: 420px;
}

.point_wrap .point-item.item2{
	margin-top: 120px;
}

.point_wrap .point-item figure{
	    position: relative;
}

.point_wrap .point-item figure::before {
    content: "";
    position: absolute;
    display: block;
    bottom: -5px;
    left: 20px;
    font-family: "Rouge Script", cursive;
    font-weight: 400;
    font-size: 6rem;
	font-style: italic;
    line-height: 1;
    color: #FFF;
	opacity: 0.8;
    filter: drop-shadow(2px 2px 3px rgba(34, 23, 20, .8));
    z-index: 5;
}

.point_wrap .point-item figure.ptfig1::before {
    content: "point 01";
}
.point_wrap .point-item figure.ptfig2::before {
    content: "point 02";
}
.point_wrap .point-item figure.ptfig3::before {
    content: "point 03";
}
.point_wrap .point-item figure.ptfig4::before {
    content: "point 04";
}

.point_wrap .point-item h4{
	font-size: 1.35em;
	margin-bottom: 1em;
	line-height: 1.8;
	font-weight: 500;
	border-bottom: 1px dotted #999;
}

.point_wrap .point-item .caption{
	background: #FFF;
	padding: 2em;
	margin-top: -10px;
}
/*

.cover-image:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
    background-image: url("../img/featbg.jpg");
    mask: linear-gradient(to bottom, white 10%, transparent);  Top image is masked with a gradient 
    mask-attachment: fixed;
}
*/

@media screen and (max-width: 860px) {
	.point_wrap{
		gap: 1em;
	}
}

@media screen and (max-width: 768px) {
	
	.cover-image{
	background: linear-gradient(to bottom, rgba(74, 74, 74, 0), 25%, rgba(74, 74, 74, 0.85)) ,url("../img/featbg_sp.jpg");
	background-size: cover;
	background-position: bottom right;
	 background-repeat: no-repeat;
	background-attachment: fixed;
	}
	
	.point_wrap{
		flex-wrap: wrap;
		gap: 3em;
	}
	
	.point_wrap .point-item{
		flex-basis: 100%;
    max-width: 640px;
		margin: 0 auto;
	}
	
	.point_wrap .point-item.item2{
		margin-top: 0;
	}
}


/* plan
------------------------------- */
section#plan {
	background-color: #FFF;
  width: 100%;
  margin: 0 auto;
	padding: 150px 0;
/*  margin-block-end: 200px;*/
	 position: relative;
	 text-align: center;
}
section#plan img {
	margin: 0 auto;
  padding-block-start: 40px;
}

section#plan .text_wrap{
	margin: 0 auto;
	padding: 3em 1em;
	width: 96%;
	max-width: 960px;
	 text-align: left;
}
/* 改装コメントなど */
section#plan .plan-concept {
  width: 80%;
	max-width: 750px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-block-start: 30px;
  border: dashed 1px #959382;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 1.45rem;
}


/* photo
------------------------------- */
section#photos {
  width: 100%;
/*  max-width: 950px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-block-end: 180px;	
	padding-block-end: 150px;*/
	padding-block-start: 120px;
	background-color: #5E4951;
	text-align: center;
}

#photos h3.subtitle{
	color: #e7d6cf;
}


#photos .photo_wrap {
  margin: 50px auto 0;
  width: 96%;
  max-width: 960px;
	padding-block-end: 120px;
}

#photos .flex {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between!important;
  margin-top: 80px;
	/*max-width: 800px;*/
  margin: 0 auto;
}

/*▼写真のアスペクト比3：2の場合　他のサイズにする場合は調整してください。*/
#photos .flex .w495 {
  width: 49.5%;/*写真1/2サイズ*/
}
#photos .flex .w304 {
  width: 30%;/*写真1/3サイズ（縦）*/
}
#photos .flex .w685 {
  width: 67.5%;/*写真2/3サイズ（横）*/
}
#photos .flex .w326 {
  width: 32%;/*縦の写真3枚並びの場合こちら*/
}
#photos .flex img {
  margin-top: 1rem;
  display: block;
}
.box {
  display: none;
  margin-top: 50px;
}
/*もっと見るボタン*/
.photo_btn {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center!important;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #351b27;
  margin-top: 70px;

}
.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #fff;
}
.btn-border-shadow:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1.5px solid #e7d6cf;
  border-radius: 0.5rem;
}
.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}
.btn-border-shadow:hover:before {
  top: -2px;
  left: -2px;
}
.btn-border-shadow--color {
  border-radius: 0;
  background: #FFFFFF;
}
.btn-border-shadow--color:before {
  border-radius: 0;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #photos .flex {
    flex-flow: column wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  #photos .flex .w495, #photos .flex .w304, #photos .flex .w685, #photos .flex .w326 {
    width: 100%;
  }
}

.credit_wrap{
	width: 96%;
	max-width: 960px;
	/*display: flex;
	justify-content: space-between;
	gap: 3em;
	align-items: flex-end;*/
	margin: 50px auto 0;
	text-align: right;
}

.credit_wrap h3 {
/*    text-align: left;*/
    font-size: 1.35em;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
	line-height: 2;
	
}

.credit_wrap h3 span{
	display: inline;
	font-size: 0.8em;
}

.credit_wrap a:link{
	text-decoration:none;
	opacity: 0.35;
}
.produce_box a:hover{
	font-weight: 500;
	opacity: 1!important;
}

#photos .curve::after{
	background:#d9d9d9;
}

@media screen and (max-width: 768px) {
	.credit_wrap h3 {
		font-size: 1.15em;
	}
}


/*--------------------------------------------------
area 周辺情報
----------------------------------------------------*/
.bg_wrap{
	background-image: linear-gradient(to bottom, #E2DCDE 20%, #ffffff 70%);
}

section#area {
	width: 100%;
	margin: 0 auto;
	padding-block-start: 150px;
}

section#area .area_wrap{
	width: 96%;
	max-width: 960px;
	margin: 50px auto;
}

section#area .area_wrap figure{
	margin: 50px auto;
}

/* point 地域写真 */
section#area .spot_wrap {
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px;
}
/* content */

section#area .spot_wrap .spot_content .list {
	padding-block-start: 30px;
}
section#area .spot_wrap .spot_content .list-item {
	margin: 50px auto;
	padding: 0px 25px;
	text-align: center;
		max-width: 550px;
}
section#area .spot_wrap .spot_content .list-item h4{
	font-size: 1.15em;
	font-weight: 600;
	line-height: 1.6;
	border-bottom: solid #999 1px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
section#area .spot_wrap .spot_content .list-item h4 span{
	font-size: 0.75em;
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
}


section#area .spot_wrap .spot_content .list-item .image {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0px auto 20px auto;
	/*border-radius: 100%;*/
}
section#area .spot_wrap .spot_content .list-item .text {
	line-height: 1.6;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
}

@media (min-width: 768px) {
section#area .spot_wrap .spot_content .list {
		display: flex;
		justify-content: center;
	align-items: flex-start;

	}

section#area .spot_wrap .spot_content .list-item {
		margin: 0px;
		width: calc(100% / 3);
	padding: 0px 15px;
	}
}

/*--------------------------------------------------
virtualtour バーチャル内覧
----------------------------------------------------*/
#virtualtour {
	padding-top: 120px;
  padding-bottom: 100px;
}

#virtualtour .nodal_wrap{
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
}
.VRbox {
  margin: 0 auto;
	width: 96%;
	max-width: 960px;
}
.VRbox iframe {
	height: 600px;
}
#virtualtour .txt {
	width: 95%;
  margin: 50px auto 10px;
	font-size: 0.9em;
	text-align: center;
}

#virtualtour .curve::after {
	
	transform:none;
	}

@media screen and (max-width:767px) {
	.VRbox iframe {
  height: 400px;
}
}

/* details
------------------------------- */
section#details {
  width: 100%;
  margin-inline-start: auto;
  margin-inline-end: auto;
padding-block-start: 120px;
  padding-block-end: 100px;
	background: #d3cdd1;
}
table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  width: 96%;
max-width: 1000px;
  margin-block-start: 30px;
  font-size: 1.55rem;
  letter-spacing: 0.075em;
}
table th, table td {
  border-block-end: 1px solid #959382;
  padding-inline-start: 8px;
  padding-block-start: 8px;
  margin-block-start: 8px;
  vertical-align: middle;
  font-style: normal;
  height: 3em;
  text-align: left;
}
table th {
  width: 18%;
  font-weight: 600;
}
@media (max-width: 768px) {
  table {
    width: 100%;
  }
  table th, table td {
    display: block;
    height: auto;
    border-block-end: 0px;
  }
  table th {
    width: 100%;
    background-color: #e8e3e5;

  }
}




/* ---------------------------
form box
------------------------------ */
#form_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 120px auto 0;
  padding: 0 0 50px;
  text-align: center;
}
#form_box a {
  font-weight: 200;
  background: #28101a;
  border: 1px solid #28101a;
  width: 220px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  transition: .3s;
  color: #FFFFFF;
	text-decoration: none;
}
#form_box a:hover {
  background: #FFFFFF;
  color: #28101a;
  transform: scale(1.1);
}

/* Google Map
------------------------------- */
section#gmap {
  position: relative;
  width: 100%;
  height: 800px;
  margin: 0 auto;
  /*margin-block-end: 50px;*/
}
#gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* pagetop
------------------------------- */
.pagetop {
  position: fixed;
  bottom: 0;
  right: 5px;
  display: none;
  z-index: 150;
  cursor: pointer;
}

/* ---------------------------
contact
------------------------------ */

.cta_btn {
  position: fixed;
  background-color: #28101a;
  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;
	font-family: "BIZ UDMincho", serif;
}

.cta_link {
  display: flex;
  align-items: center;
}

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

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

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

#cta_floating.cta_btn:hover,
.cta_floating:hover {
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  #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;
  }
	.cta_icon{
		position: relative;
		top: -6px;
		height: 60px;
	}
	
	.cta_link{
		height: 60px;
	}
}