
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}

h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap')

body{
	font: 14px/1.9 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #373737;
	background: #fff;
	line-height:2;
}

a{
	color: #0066ff;
	text-decoration: none;
}

/* レイアウト
------------------------------------------------------------*/
/*中タイトル*/
.subTab{
	text-align: center;
}
/*中タイトル説明*/
.subTabIn{
	text-align: center;
	margin: 20px;
	line-height: 2.5rem;
}

/*   横並び   */
.sideByPC{
	display: flex;
	justify-content: space-around;
	margin-bottom: 2rem;
}
/*横並び1つめ*/
.sideByOne{
    width: 45%;
    margin: auto 0;
    max-width: 500px;
}
/*横並び２つめ*/
.sideByTwo{
    width: 45%;
    max-width: 500px;
}

@media screen and (max-width: 860px) {
  .sideByOne{
    max-width: 200px;
  }
  .sideByTwo{
    max-width: 200px;
  }
  .middleList .sideByTwo{
    max-width: 300px;
  }
}

/*   横並び   */
.sideBy800{
	display: flex;
	justify-content: space-around;
	margin-bottom: 2rem;
}


/*   QA横並び   */
.sideByQA{
	display: flex;
	justify-content: space-around;
}
/*横並び1つめ*/
.sideByQAOne{
    width: 38%;
}
/*横並び２つめ*/
.sideByQATwo{
    width: 55%;
}


/*横並びで右側文字真ん中1   */
.sideByOneMiddle{
	width: 45%;
	display: table;
}

/*横並びで右側文字真ん中2   */
.sideByTwoMiddle{
	width: 45%;
	display: table;
}
.middleList{
 	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}

.subTab{
	font-size: 23px;
	border-bottom: 1px solid #000;
	margin-bottom: 1rem;
}

.miniTab{
	font-size: 19px;
	text-decoration:underline;
    margin: 5px 0;
}
em{
	border-bottom: 2px dashed #B79B5B;
}

.middleTab{
	font-size: 19px;
}

.info{
	margin: auto;
	display: block;
	width:50%;
	text-align: center;
}

img {
  max-width: 100%; /* 画像の幅を100%に調整 */
  height: auto; /* 高さを自動調整 */
  margin: 0 auto;
}

/*フェードイン*/
.fade-in {
  opacity: 2;
  animation: fade-in 4s ease-in-out forwards;
}


/* ヘッダー
------------------------------------------------------------*/

/*ロゴ*/
.logoON img{
	display: flex;
	margin:0 auto;
	padding:0;
    width: 100px;
}
.logoON{
	margin: 10px 0;
	line-height: 2.5rem;
}

.logo1line{
	font-size: 27px;
	font-family: "Helvetica";
}
.logoText{
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN";
	font-size: 21px;
}

#mainnav a{
	color: #ffffff;
}

/*サイドバー*/
.iconReserve{
    margin: auto 0;
}

.panel ul{
	color: #a28e6a;
	text-align: center;
}

.PCReserve{
  display: inline-block;
  vertical-align: middle;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 10px;
}

/* TOP画像
------------------------------------------------------------*/

/*下画像*/
#mainImg{    
    max-width: 90%;
    margin-left: 17%;
}

.mainImg-container {
  position: relative;
  max-width: 90%;
  margin-left: 11%;
}

.mainImg {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 25%);
}

.mainImg-container {
  position: relative;
}

.innerS {
    padding: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 2.5;
    background-color: #ffffff;
    border-radius: 0 10px 0 0;
    margin-left: 130px;
}


/* 共通
------------------------------------------------------------*/
h1, h2, h3, pre{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

img{
	max-width: 100%;
	height: auto;
}

section{
  clear: both;
}

section h2{
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	color: white;
    background-color: #9e8f6f;
}

section h2 span {
	padding-bottom: 20px;
    border-bottom: 3px solid #4e6172b3;
	font-size: 25px;
}
 
/*出現*/
.show-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease, transform 1.5s ease; /* トランジションの持続時間を1秒に変更 */
}

.show {
  opacity: 1;
  transform: none;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 25px;
	font-size: 18px;
}

#sec03 .inner,
#sec00 .inner, 
#sec06 .inner, #sec07 .inner{
	border-bottom: 1px solid #a0a0a0;
}


/* SEC01 ニュース
------------------------------------------------------------*/
#sec01{
	padding-bottom: 0 !important;
}

/* SEC07 料金
----------------*/
.middle img{
	width: 80%;
}
.card img{
	width: 100%;
}


/* SEC07 お問あわせ
------------------------------------------------------------*/
#sec07 {
	margin: 20px 0;
}

/* Q&A */
.toggle {
	display: none;
}
.Label {			/*タイトル*/
	padding: 1em;
	display: block;
	background:#f5f1e8;
	border-bottom: 1px solid #767676;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px 0 ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/* 問い合わせ遷移 */

.QAbtnPlace{
	display: flex;
	margin: 0 auto;
}

a.QAbtn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 50%;
    margin: auto;
    padding: 1rem 4rem;
    border-radius: 0.3rem;
    border-bottom: 7px solid #dedcd6;
    background: #f5f1e8;
    color: #000;
}
a.QAbtn:hover {
	margin-top: 6px;
	border-bottom: 1px solid #a99b8e;
	color: #adadad;
}

.question {
    font-size: 17px;
    line-height: 35px;
}

.answerTab{
	font-size: 17px;
}

.hiyoriText{
	font-size: 15px;
}


img{
	width: 100;
	height: 100;
}


@media only screen and (min-width: 1200px){
	.1200under{
		display: none;
	}
}

@media only screen and (max-width: 1000px){
	.logoON img {
    width: 75px;
	}

	#mainnav a {
    font-size: 15px;
	}
}

.reserveBtn {
    display: flex;
    width: 100px;
    position: absolute;
    top: 16px;
    right: 50px;
    z-index: 3;
}


/* 新着情報
------------------------------------------------------------*/
#news-contents {
	max-height: 33vh;
	overflow-y:scroll
}

.hero-text {
  position: absolute;
  top: 260%;
  left: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.hero-text h1 {
  font-size: 3rem;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.hero-text p {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.hero-overlay {
  position: absolute;
  top: 210%;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom right,
    rgb(255 255 255 / 30%),
    rgba(255, 255, 255, 0.1)
  );
}

/*画像白スクリーン*/
.whiteScreen {
  position: relative;
}
.whiteScreen::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff1f;
  mix-blend-mode: screen;
}
.whiteScreen picture {
  display: block;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}



/*左右から出現*/
.anim-box.fadein.is-animated {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 1.1s ease-in-out;
    -moz-transition: 1.1s ease-in-out;
    -o-transition: 1.1s ease-in-out;
    transition: 1.1s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 1.1s ease-in-out;
    -moz-transition: 1.1s ease-in-out;
    -o-transition: 1.1s ease-in-out;
    transition: 1.1s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
