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

/*フローティングバナー*/
.floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; 
    right: 30px; 
	bottom: 20px;
    width: 270px;
	height: auto;
}
.floating-banner:hover {
    opacity: .9; /* ホバーで少し透過 */
}
.floating-banner-inner{
	position: relative;
}
.floating-banner .close{
	position: absolute;
	top: 3px;
	right: -25px;
	width: 20px;
	height: auto;
}
.online-banner{
	display: none;
}
@media screen and (max-width: 768px) { 
.floating-banner  {
        display: none;
    }
.online-banner{
	display: block;
	width: 90%;
	height: auto;
	margin: 10px auto;
}
}
@media screen and (min-width: 1025px){
.banner_3d {
	margin:60px 0px 0px;
}
}

/*災害時など*/
.specialInfo {
	border: 1px solid #C0C0C0;
	margin: auto;
	width: 95%;
	max-width: 960px;
	text-align: center;
	padding:25px 15px;
	box-sizing: border-box;
	margin-top: 15px;
	margin-bottom:30px;
	font-size: 16px;
	}
	
	.bordernone{
	border: none;
}

	.specialInfo_note {
		margin-top: 25px;
		line-height: 1.5em;
}

	.online-info {
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	color: #FFF;
	margin-top: 20px;
	}
	.online_info {
    font-size: 150%;
    font-weight: bold;
    /* margin-top: 55px; */
    /* margin-bottom: 15px; */
    padding-top: 20px;
}
.info_mt {
	margin-top: 25px;
	}
.specialInfo .tel {
	margin-top: 15px;
	font-size: 2em;
	font-weight: bold;
	}
.specialInfo .tel a {
	text-decoration: none;
	}
	@media screen and (max-width: 768px){	
	.online_info {
	padding-top: 0;
	}
	.specialInfo {text-align: left; line-height: 1.6;}
	}
.specialInfo .title {
	margin-bottom: 10px;
	font-size: 12px;
	}
.specialInfo a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	}
	
.caution {
font-size: 12px;
line-height: 1.2em;
margin-top: 10px;
	padding-bottom: 30px;
}	

/** コロナ時 問合せフォーム用 **/
.specialInfo .btn  a {
	background-color: #941E33;
/*	border-radius: 30px; */
	padding: 14px 0px;
	line-height: 2em;
	font-size: 13px;
	color: #FFFFFF;
display: block;
margin: auto;
text-align: center;
max-width:400px;
	width: 92%;
	text-decoration: none;
	margin-top: 20px;
}
.specialInfo .btn a:hover {
	background-color: #b62b44;
	color: #FFFFFF;
}

/*オンラインバナー*/
.bnr_online {
margin: 50px auto;
max-width: 700px;
}

.bnr_online:hover {
opacity: 0.8;
}
.bnr_online img {
width: 100%;
height: auto;
}

@media screen and (max-width: 490px){
.bnr_online {
margin-bottom: 30px;
}

}

/*オンラインバナー*/
.bnr_after{
	text-align:center;
}

.bnr_after img{
	width:70%;
	margin: 0 auto;
}

@media screen and (max-width: 490px){
.bnr_after img{
	width:100%;
}
}


/*------------------------------------*/
/*reset.cssに入っている。slick.jsの妨げ。*/
*{max-width:none;}
/*------------------------------------*/

/*------------------------------------
トップ+下層ページでも使用。英語+日本語+英語のタイトル
マージンの調整は#title01,#tilte02...でかけること
--------------------------------------*/

/*-------------------------
mv スマホ版
------------------------*/
.mv-area {
position: relative;
overflow: hidden;
width:100%;
margin-top: 50px; /*ﾍｯﾀﾞｰ分*/
font-family: ten-mincho, serif;
}



@media screen and (min-width: 1025px){
.mv-area {
margin-top: 0px;
}
}
.mv-area img,
.mv-area .catch{
z-index:1;
width:100%;
}

.mv-area .catch-area{
	text-align: center;
	margin: 0;
	letter-spacing: 0.05em;
	background: #CAC5A1;
	background: radial-gradient(circle, rgba(120,117,89,1) 0%, rgba(93,89,62,1) 35%);
	padding: 15px 0;
}

.mv-area .catch {
	padding: 5px 0;
}



/*高さ保持の為、ひとつめにはabsoluteかけない*/
.mv-area img:nth-of-type(n+2){
z-index:10;
opacity:0;
position: absolute;
top:0;
left:0;
-webkit-animation: overwrap 20s ease forwards;
-moz-animation: overwrap 20s ease forwards;
animation: overwrap 20s ease forwards;
font-size: 24px;
color: #865;
}

.mv-area img:nth-of-type(1) {
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
animation-delay: 0s;
}

.mv-area img:nth-of-type(2) {
-webkit-animation-delay: 5s;
-moz-animation-delay: 5s;
animation-delay: 5s;
}

.mv-area img:nth-of-type(3) {
-webkit-animation-delay: 10s;
-moz-animation-delay: 10s;
animation-delay: 10s;
}

.mv-area img:nth-of-type(4) {
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
animation-delay: 12s;
}


/*-------------------------
mv タブレット～
------------------------*/

@media screen and (min-width: 491px){

.mv-area .catch-area{ 
background: none;
padding: 0;
}
.mv-area .catch{
z-index:10;
opacity:0;
position: absolute;
top:0;
-webkit-animation: overwrap 20s ease forwards;
-moz-animation: overwrap 20s ease forwards;
animation: overwrap 20s ease forwards;
font-size: 18px;
color: #555;
left: 50px;
background: none;
text-align: left;
}

.mv-area .catch1 {
-webkit-animation-delay: 15s;
-moz-animation-delay: 15s;
animation-delay: 15s;
top: 40px;
}

.mv-area .catch2 {
-webkit-animation-delay: 16.5s;
-moz-animation-delay: 16.5s;
animation-delay: 16.5s;
top: 80px;
}
}

/*-------------------------
mv PC～
------------------------*/
@media screen and (min-width: 769px){
.mv-area .catch{
font-size: 24px;
}
.mv-area .catch1 {
top: 30%;
left: 40px;
}

.mv-area .catch2 {
top: calc(30% + 60px);
left: 40px;
}
}
	
@-webkit-keyframes overwrap {
    0%  {opacity:0;}
    10%,100% {opacity:1;}
}
@-moz-keyframes overwrap {
    0%  {opacity:0;}
    10%,100% {opacity:1;}
}
@keyframes overwrap {
    0%  {opacity:0;}
    10%,100% {opacity:1;}
}

/*-------------------------
merit
------------------------*/

.merit-area {
	margin:auto;
	font-size: 20px;
	color:#FFF;
}

.merit-area {
	width: 260px;
	margin:auto;
	margin-bottom: 20px;
}

.merit-area li {
margin-top: 20px;
padding-left: 20px;
border-left: 4px solid #B8B288;;
}

/*上の補足文字*/
.merit-area .sub {
font-size: 0.75em;
padding-left: 5px;
padding-bottom: 3px;
}

/*大きい文字*/
.merit-area em {
font-size: 1.4em;
font-style: normal;
}

.merit-area span {
font-size: 1.8em;
}

@media screen and (min-width: 491px){
.merit-area {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	z-index:10;
	display: flex;
	width: 550px;
	margin:auto;
	font-size: 20px;
}
.merit-area .sub {
font-size: 0.6em;}

.merit-area li {
border: none;
width: auto;
	border-lift:4px solid #B8B288;
}
.merit-area li:first-child {
	border-right: 1px solid #FFF;
	display: block;
	padding-right: 20px;
}

.merit-area li:nth-child(2) {
	margin-left: 20px;
	display: block;
}

}

/*------------------------
トップコンテント 余白だけ個別調整
--------------------------*/
/*-------------------------
トップ　リンク　フォントのみ指定
------------------------*/
.top-link-font .title{
font-family: alternate-gothic-no-3-d, sans-serif;
font-size: 32px;
letter-spacing: 0.2em;
color: #272727;
}

.top-link-font .text {
font-family: ten-mincho-text, serif;
font-size: 14px;
line-height: 1.8em;
text-align: justify;
color: #121212;
}

.top-link-font .textbox {
	color: #FFFFFF;}

.top-link-font .title{
padding: 20px 0;
}

@media screen and (min-width: 769px){

.top-link-font .text {
line-height: 2.5em;
text-align: left;

}
.top-link-font .title{
font-size: 50px;
padding:0;
}
}

@media screen and (min-width: 1024px){
.top-link-font .title{
font-size: 70px;
}
}
/*-------------------------
コンセプト
------------------------*/
#top-concept {
margin: 50px auto;
}

#top-concept .title {
width: 100%;
margin: 0 auto 10px;
padding-left: 10%;
}

#top-concept .text {
background: rgb(120,117,89);
background: radial-gradient(circle, rgba(120,117,89,1) 0%, rgba(93,89,62,1) 35%);
padding: 20px 35px 90px;
box-sizing: border-box;
width: 90%;
margin: auto;
}

#top-concept .text em {
font-size: 1.2em;
margin-bottom: 15px;
display: block;
}

.concept-gaikan-area {
/*position: absolute;
top:-100px;
padding-bottom: 150%;*/
margin-top: -20%;
position: relative;
}

.concept-gaikan {
position: relative;
z-index: 2;
}

.concept-bg-01{
position: absolute;
background: url(../img/top/concept_bg01.jpg) no-repeat;
background-size: cover;
width: 60%;
height: 150px;
top: 10%;
left:0;
z-index: 0;
opacity: 0.7;
animation: scrollUp 30s ease infinite alternate;
display: none;
}

@media screen and (min-width: 491px) {
.concept-bg-01,
.concept-bg-02{
height: 180px;
width: 70%;
display: block;
}


.concept-bg-02{
position: absolute;
background: url(../img/top/concept_bg02.jpg) no-repeat;
background-size: cover;
width:70%;
height: 180px;
right:0;
top: calc(10% + 180px);
z-index: 0;
opacity: 0.6;
animation: scrollUp 10s ease infinite alternate;
animation-delay: 2s;
}

#top-concept .title{
padding-bottom: 15px;
margin-left:auto;
margin-right: auto;
}


}

@media screen and (min-width: 769px){

#top-concept {
position: relative;
height: 950px;
margin: 50px 0;
}

#top-concept .text {
width: 40%;
margin-left: 30px;
position:relative;
padding: 45px;
z-index: 30;
top:10%;
max-width: 600px;

}

.concept-bg-01,
.concept-bg-02{
height: 200px;
width: 50%;
max-width: none;
}

.concept-bg-01 {
right:0;
top:0;
left:auto;
}

.concept-bg-02{ 
top: 20%;
left: 0;
right: auto;
}

.concept-gaikan-area {
	width:100%;
	position: static;
	max-width:none;
}
.concept-gaikan {
width: 650px;
right:0;
top:0;
left: auto;
float: none;
position: absolute;
}

}

@media screen and (min-width: 1025px){
#top-concept .title {
border-bottom: 1px solid #999;
}
.concept-text-area {
max-width: 1024px;
margin: auto;
margin-top: 80px;
}

.concept-bg-01,
.concept-bg-02{
height: 300px;
opacity:0.5;
}

.concept-bg-02{ 
top: 30%;
left: 0;
right: auto;
}

#top-concept {
margin-top: 200px;
height: 850px;
}

#top-concept .text {
width: 560px;
margin-left:0;
margin-top: 40px;
}

.concept-gaikan {
top: -150px;
left: 45%;
}
}
@keyframes scrollUp {
	0%,10% {
	background-position: top;}
	
	90%,100% {
	background-position: bottom;
	}
}

/*-------------------------
clearクラス
------------------------*/
.contents-Area{
	background: linear-gradient(90deg,rgba(255,255,255,1),rgba(255,253,230,0.6)),url("../img/top/pattern2.png")
}

.clearfix {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padiing:0;
	border: 2px #F00408;
	clear: both;
}

.contentsbox {
	list-style: none;
	margin: 5% 0;
	background: #FFFFFF;
	overflow: hidden;

}

.contentsboximg{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contentsboxtext{
	position: absolute;
	padding: 5%;
	text-align: center;
	width: 80%;
	margin: 10% auto 10%
	max-width: 500px;
}

.contentsboxtext h2{
	font-family: Amiri, "Noto Serif JP", A1明朝, "A1 Mincho", serif;
	font-size: 42px;
	letter-spacing: 0.2em;
	color: #272727;
	text-shadow:0 0 30px #fff;
	margin: 30px 0 15px;
}

.contentsboxtext h3{
	font-family: ten-mincho-text, serif;
	font-size: 20px;
	line-height: 1.8em;
	text-shadow:0 0 10px #fff;
	color: #121212;	
}

.contentsboxtext p{
	font-family: ten-mincho-text, serif;
	font-size: 16px;
	text-shadow:0 0 10px #fff;
	margin: 20px 0;
}

.contentsbox a:hover img{
	opacity: 0.6;
	transition:all 0.3s;
}

.contentsbox img{
	outline: 1px solid #FFFFFF;
	outline-offset: -10px;
}




/*
#designArea ul li img,
#designArea ul li h2,
#designArea ul li h3,
#designArea ul li div,
#designArea ul li a {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#designArea .bgImg{
	opacity: 1;
	transition: all 0.3s ease;
}
*/

/*-------------------------
リンクボタン
------------------------*/
/*.lookmore {
width:100%;
margin-top: 20px;
background:#FFFFFF;
padding: 20px 60px;
display: inline-block;
transition: .3s;
border-radius: 30px;
text-align: center;
}

.lookmore:hover {
opacity: 0.8;
}

@media screen and (min-width: 768px){
.lookmore {
	width: auto;
}
}*/


/*-------------------------
トップリンク達の余白調整
------------------------*/

.top-horizontal,
.top-vertical {
margin-bottom: 50px;
}

@media screen and (min-width: 769px){
.top-horizontal,
.top-vertical {
margin-bottom: 200px;
}
}
/*-------------------------
画像が縦長のもの
------------------------*/

@media screen and (min-width: 769px){
/*※余白調整は上行の方でまとめて*/
.top-vertical {
display: flex;
justify-content: space-between;
align-items: flex-end;
}

.top-vertical .design-area01 {
display: flex;
width:50%;
position: relative;
}

.top-vertical .title {
transform: rotate(90deg);
display: inline-block;
height:40px;
width: 40px;
position: absolute;
top:0;
right:-30px;
}

.top-vertical .text-area {
width: 50%;
margin-left: 10%;
margin-bottom: 15%;
position: relative;
}

.top-vertical {
margin-top: 30px;
}

}


@media screen and (min-width:1024px){

.top-vertical .text-area:before {
content:"";
position: absolute;
display: inline-block;
background-color: rgba(255,255,255,0.3);
top: -10px;
right: 0;
width: 750px;
height:1px;
}
	
.plan-area{
margin-bottom:5%;
	      }
}


/*-------------------------
画像が横長のもの
------------------------*/

@media screen and (min-width: 769px){
/*※余白調整は上行の方でまとめて*/
.top-horizontal {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
	padding-top: 20px; /*overflow:visible効かせてあげる*/
}
.top-horizontal .location-area01 {
		display: flex;
		flex-direction: column-reverse;
		width: 55%;
		position: relative;
		overflow: visible;
		z-index: 0;
	}
	
.top-horizontal .title {
	position: absolute;
	top: -20px;
	z-index:2;
	}
	
.top-horizontal .text-area {
width: 40%;
margin-bottom: 5%;
position: relative;
}
}

@media screen and (min-width: 1025px){

.top-horizontal .text-area:before {
content:"";
position: absolute;
display: inline-block;
background-color: rgba(255,255,255,0.3);
top: -10px;
left: 0;
width: 750px;
height:1px;
z-index:3;
}
}


.vacation {
    width: 85%;
    margin: 10px auto;
    padding: 3%;
    background: rgba(255,255,255,0.8);
    border-top: solid 1px #FFF;
    color: #000;
    line-height: 2;
    max-width: 650px;
    text-align: center;
    letter-spacing: 0;

}
.red{
	color: darkred;
	font-weight: 600;
}

@media screen and (max-width: 490px){
.vacation {
text-align: left;
font-size: 14px;
line-height: 1.6em;
}
}


.suumo_banner {
	display: block;
	width: 90%;
	margin: auto;
	text-align: center;
		margin-bottom: 1.0em;
}

@media screen and (min-width: 769px){
		.suumo_banner {
			display: none;
		}}


/*-------バナーキラリ--------*/
.reflection {
  width: 300px;
  position: relative;
  overflow: hidden;
  background-color: #666;
}
.reflection::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}
@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}


/*-撮影協力モーダル--*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(255,255,255,0.4);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    padding: 20px 40px 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
	/*background-color: #6C6C6C;*/
	background: #000;
	font-size: 14px;
	line-height: normal;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	text-align: left;
}
.modal__content a {
	text-decoration: underline;
}
.modal__content .slider {
    display: block;
	width: 100%;
	height: auto;
}
.modal__content .close{
    text-align: right;
	padding-bottom: 5px;
}
.modal__content img {
	margin-bottom: 15px;
}
@media screen and (max-width: 768px){
	.modal__content{
    width: 94%;
	padding: 8% 4%;
	font-size: 13px;
	line-height: 1.6em;
}
}
.textbox {
	color: #FFFFFF;}

.attention-area {
	color: #000000;
}


.contents-wrapper {
	width: 100%;
	display: block;
	margin: auto;
	text-align: center;
	
}

@media screen and (max-width:768px){
	
	.contents-wrapper {
	width: 90%;
	display: block;}
	
	
}


@media screen and (max-width:768px){
.inner {
	text-align: left;
	
}
}

@media screen and (max-width:490px){
.merit-area {
	color:#5E593B;
	
}
}

@media screen and (max-width:490px){
.price-list li{
	border-left: 4px solid #000;
	
}
}

@media screen and (max-width:490px){
.mv-area .catch{
	color:#FFFFFF;
	
}
}