@charset "utf-8";

/*********************************
基本設定
*********************************/

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	margin: 0 auto;
}

div {
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #5c5344;
}

li {
	list-style: none;
}
img {
	width: 100%;
	display: block;
}

.container {padding-bottom: 100px;}
.content {
	padding-left: 10px;
    padding-right: 10px;
}
.end {margin-bottom: 10%;}


/*********************************root*********************************/

:root {
--color-1 :#000; /*背景*/
--color-2: #fff; /*見出し*/
--color-3: #000; /*基本のテキスト*/
--color-bw: #fff; /*白黒　#000 or #fff */
--weight-l: 900;
--weight-m: 300;
--weight-s: lighter;
}

.color-1 {color: var(--color-1);}
.color-2 {color: var(--color-2);}
.color-3 {color: var(--color-3);}
.color-bw {color: var(--color-bw);}

/*********************************
カラー設定
*********************************/



/*********************************
基本フォント設定
*********************************/

/*テキストのベース*/
html {
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sarif JP', serif;
	color: var(--color-bw);
    font-weight: var(--weight-s);
	font-size: 62.5%;
	text-align: center;    
}

a {color: var(--color-2);}

h1 a{
	color: var(--color-bw); /*タイトルのフォントカラーを設定*/
    font-weight: var(--weight-s);
  }
h2 {
    color: var(--color-3);
	font-size: 1.8rem;
    font-weight: var(--weight-s);
}

.heading1 {
	height: 50px;
    font-size: clamp(12px, 5vw, 24px);
    color: var(--color-3);
    font-weight: var(--weight-s);
    margin: 0 0 0 5%;
}
.heading1 span {font-size: clamp(12px, 2vw, 14px);}

.heading2 {
    font-weight: var(--weight-m);
    background-color: var(--color-2);
    padding: 10px 20px;
    text-align: left;
	margin-bottom: 20px;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
}
.heading2 span {font-size: 1.4rem;}

.heading2-img {margin-bottom: 60px;}

.heading3 {
    font-size: clamp(12px, 4vw, 26px);
    font-weight: var(--weight-l);
    margin-bottom: 20px;
}
.heading3 span {font-size: clamp(12px, 4vw, 48px);}

.text {
	font-size: 1.5rem;
	line-height: 2;
}

/*********************************
ページ共通
*********************************/

/*背景等*/
body {
    max-width: 640px;
    margin: 0 auto;
	background-color: var(--color-1); /*背景色を設定(デフォルトは白)*/
	/*background-image: url(../img/exterior.jpg); /*背景画像を設定*/
	background-size: 640px;
    background-position: center;
	background-repeat:no-repeat;
    color: var(--color-2);
    font-weight: var(--weight-s);
    letter-spacing: 0.1rem;
}

.bg-1-img {
    background-image: url(../img/bg-1.webp);
    background-size: contain;
    background-color: #fff;}

.m-bottom {margin-bottom: 30px;}
.m-bottom-60 {margin-bottom: 60px;}

.p-top {
	padding-top: 120px;
}
.align-l {text-align: left;}

/*********************************
header
*********************************/
.header {
	position: fixed;
    display: flex;
	top: 0;
	z-index: 99;
	position: sticky;
	background: #5e8b66;
	height: 40px; 
    padding: 2%;
}

.heading-img {
    width: 100vw;
	height: 50px;
    overflow: hidden;
}
.heading-img img {
	width: auto;
    height: 100%;
	overflow: hidden;
	object-fit: cover;
	margin: 0 auto;
}
.flex-logo {
    width: 20%;
    margin: 0;
}

/*navi*/
.main-navi {
	display: flex;
	font-size: 1.5rem;
	padding: 1% 0;
	background: #fff;
}
.main-navi li {
	flex: 1 0 auto;
}

.main-navi li a{
text-decoration: none;
color: #333;
}
/*.main-navi li.current a{
color: #F33135;
}*/
.main-navi li a:hover{
color: #E7DA66;
}

.main_nav img {
	width: 100%;
}

@media screen and (min-width: 767px) {
    .header {
	height: 50px;}
}

/*********************************
footer
*********************************/

footer {}

#footer-banner {
	position: fixed;
    max-width: 640px;
	bottom: 0;
}

.footer_bottom {
	margin-bottom: 80px;
}

.copyright {
    width: 100%;
    font-size: clamp(10px, 1vw, 20px);
    letter-spacing: clamp(8px, 2vw, 12px);
    text-align: center;
    padding: 15px;
}

.footer-button {
	display: flex;
	gap: 2px;
    margin: 0px;
    background-color: var(--color-1);
    padding-bottom: env(safe-area-inset-bottom);
}
.footer-button .button {
    padding: 0;
    border: 0;
    background-color: unset;
}

.footer-button-item {
	width: 33%;
}

/*********************************
link
*********************************/

/*見出しに沿ったID名*/
#price,#coupon,#photo,#access {
	padding-top: 120px;
    margin-top: -120px;
}


/*********************************
content
*********************************/

.first-view {
	padding-bottom: 20%;
}

.main-view {}
.main-logo {margin: 80px 40px;}

.main {
	max-width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
.wrapper-coupon {
	text-align: center;
	max-width: 1000px;
}
.wrap-coupon {
	width: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 30px;
}
.wrap-coupon img {
	width: auto;
	min-width: 0;
}

.wrap-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin: 20px 15% 50px; */
    padding: 0;
    gap: 40px 20px;
    margin-bottom: 50px;
}
.wrap-grid .item {
	margin: 0;
	/*width: calc(100% / 3 - );*/
}
/*space-betweenの最終列合わせ*/
.wrap-grid::after {
    content: "";
    display:block;
    width:30%; /* 子要素と同じ幅 */
}

.wrap-grid .item p {
    font-weight: var(--weight-s);
    font-size: 2.0rem;
    margin-bottom: 10px;
    text-align: left;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-type {
	width: 100%;
	font-size: 1.7rem;
}
.table-type tr {
	height: 50px;
}
.table-type th {
	width: 30%;
	text-align: center;
}
.table-type td {
	padding: 5px;
	text-align: left;
	line-height: 2;
}

/*********************************
flex

.flex-logo {
	display: flex;
	max-width: 150px;
}
.flex-logo li {
	padding: 5px;
}
.flex-logo img {
	border-radius: 5px;
}
*********************************/
/*********************************
button
*********************************/

button {cursor: pointer;}

.btn-type {
	border: 0;
	color: #fff;
	background: #000;
	min-width: 30%;
	padding: 2%;
	font-size: 1.5rem;
}

.button-box {
	display: flex;
	gap: 25px;
    margin: 0 40px;
}
.button-box .button {
    padding: 0;
    border: 0;
}

.button-item {
	width: 50%;
}

.button-absolute {
	position: absolute;
    width: 92%;
    bottom: 2.9%;
    right: 0%;
    left: 5%;
	padding: 2%;
}



/*********************************
txt_copy
*********************************/

.txt_copy {
    /*width: 100%;*/
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
/*#copyText {
	font-weight: 400;
}*/
.txt_copy .button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
/*    background: #fff;*/
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}

/*********************************reason*********************************/

.reason {padding-left: 20px;}
.reason-item {
    text-align: left;
    margin-bottom: 80px;
}
/*.reason-item img {margin-bottom: 30px;}*/
.reason-item h3 {}
.reason-item p {
    font-size:clamp(12px, 2vw, 22px);
    font-weight: var(--weight-s);
}

.reason-text-box {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 40px;
}

/*********************************room*********************************/

.room {}
.room-list .item-box {margin-bottom: 80px;}
.room-list .item {margin-bottom: 20px;}

/*********************************details*********************************/

.details-box {
    text-align: left;
    margin-bottom: 20px;
}
.details-box p {
    font-size: clamp(12px, 4vw, 26px);
    line-height: 2;
}

/*********************************review*********************************/
.info_box {
	text-align: center;
}
.img {
	line-height: 0;
}
.review_btn {
}
.review_btn p {
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: var(--weight-l);
	font-family: 'Noto Sans JP', sans-serif;
}
.review_btn ul {
	display: flex;
	justify-content: space-around;
	    font-size: 0;
}

ul li img {
  vertical-align: bottom;
}

/*.info_box h2 {
	font-size: 24px;
}
.info_box p {
	font-size: 16px;
}*/

/*********************************
addition
*********************************/


 header .logo {
    margin-left: 30px;
    font-size: 30px;
}
header {
    /* max-height: 100px; */
    flex-wrap: nowrap;
    z-index: 999;
}
header .logo {
}

@media screen and (max-width: 767px) {
header .logo {
    margin: 0 auto;
    width: 100%;
    padding-top: 5px;
    font-size: 18px;
    text-align: center;
}
}