@charset "UTF-8";
@import url("layout.css?2025-01");
@import url("blog.css?2025-01");

/*
Theme Name: アラハステイ Version02
Description: アラハステイ 公式ホームページ
Author: MIA RESORT
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }
body {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.5rem, 1.475rem + 0.078vw, 1.6rem);
	line-height: 1.8;
    color: #333;
    background-color: #FFF;
}
#s_navi {
    display: none;
}
.img-sp {
    display: none;
}
/*===========================
  カスタムプロパティ(変数)
==========================*/
:root {
    --primary-color: #1B365D;
    --sub-color: #CAAE75;
    --accent-color: #87B7BF;
}
/*===========================
  header
==========================*/
/* ヘッダー固定から下りてくる */
#global-nav {
    transition: all 0.3s ease 0s;
    z-index: 100;
    margin: 0px 0px 0px 5%;
}
#global-nav.m_fixed {
    position: fixed;
    top: 0px;
}
/* end */
header {
    position: relative;
    top: 0px;
}
.page-header {
    display: flex;
    justify-content: end;
    align-items: center;
    height: auto;
    width: 90%;
    margin: auto;
}
hgroup {
    margin-right: auto;
}
hgroup h1 img {
    width: clamp(12rem, 8rem + 12.5vw, 28rem);
    height: auto;
    padding: 15px 0px;
}
nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    vertical-align: middle;
    margin-right: 0px;
    padding: 0px;
    white-space: nowrap;
    gap: 0px 20px;
}
nav ul li {
    letter-spacing: 0.1rem;
    font-size: clamp(1.5rem, 1.475rem + 0.078vw, 1.6rem);
    font-weight: 400;
}
nav ul li a {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.8s;
}
nav ul li a:hover {
	color: var(--accent-color);
}
.contact-btn {
    background-color: var(--primary-color);
    color: #FFF;
    font-weight: normal;
    padding: 45px 45px;
    font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
    text-decoration: none;
    display: block;
    transition: all 0.8s;
}
/*===========================
  TOP ヘッダーイメージ
==========================*/
.top-head-img {
    position: relative;
    z-index: 20;
}
.top-head-img .n2-ss-slider {/* スライダー用 */
    width: 90% !important;
    height: auto;
    margin-top: 20px;
}
.top-head-img img {
    width: 90% !important;
    height: auto;
    margin-top: 20px;
}
/*===========================
  TOPページ PC
==========================*/
/* アラハステイについて */
.top-con01 {
    position: relative;
    top: -400px;
    background-image: url(images/leaves.png);
    background-position: top right;
    background-size: contain;
    background-color: var(--accent-color);
    color: #FFF;
    z-index: 10;
}
.top-con01 div {
    width: min(94%, 1400px);
    margin: auto;
    padding-top: 600px;
}
.top-con01 h3 {
    font-family: "winsome", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(5rem, 4rem + 3.125vw, 9rem);
    line-height: 1.2;
}
.top-con01 p {
    font-size: clamp(1.7rem, 1.625rem + 0.234vw, 2rem);
}
.top-oki {
    background-color: var(--accent-color);
    position: relative;
    top: -400px;
    padding-bottom: 80px;
}
.top-oki-con {
    width: min(94%, 1400px);
    margin: auto;
    padding-top: 40px;
    display: flex;
    gap: 0px 40px;
    color: #FFF;
}
.top-oki-con img {
    width: min(100%, 700px);
    height: auto;
}
.top-oki-con div {
    padding-top: 40px;
    background-image: url(images/yashi-wood.png);
    background-position: center bottom;
    background-size: contain;
}
.top-oki-con h3 {
    font-size: clamp(2rem, 1.875rem + 0.391vw, 2.5rem);
    font-weight: normal;
}
.top-text01 {
    font-size: clamp(1.6rem, 1.55rem + 0.156vw, 1.8rem);
}
/* リラックス過ごし方 */
.top-relux {
    width: min(94%, 1400px);
    margin: auto;
    position: relative;
    top: -150px;
    display: flex;
    justify-content: space-between;
}
.top-relux img {
    width: min(50%, 320px);
    height: auto;
}
.relux-img {
    width: 94%;
    margin: auto;
    display: flex;
    gap: 20px;
    justify-content: center;
    position: relative;
    top: -130px;
}
.image-box {
    position: relative;
    overflow: hidden;
    width: 33%;
    max-width: 570px;
}
.image-box a {
    display: block;
    position: relative;
}
.image-box img {
    height: auto;
    display: block;
    transition: 0.4s ease;
}
.image-box .image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: clamp(1.6rem, 1.5rem + 0.313vw, 2rem);
    letter-spacing: 2px;
    background: rgba(27, 54, 93, 0.7);
    padding: 12px 30px;
    transition: 0.4s ease;
}
.image-box:hover img {
    filter: brightness(70%);
    transform: scale(1.05);
}
.image-box:hover .image-text {
    background: rgba(0, 0, 0, 0.4);
}
/* お部屋のご紹介 */
.top-family {
    width: min(94%, 1400px);
    margin: 5% auto 0px;
    text-align: center;
}
/* お知らせ */
.top-info-box {
    width: min(94%, 1400px);
    margin: 10% auto 0px;
}
.info-right {
    width: min(94%, 1000px);
    display: flex;
    margin-left: auto;
}
.info-right ul {
    width: 100%;
}
.info-right ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 30px;
}
.info-right ul li a {
    display: block;
    text-decoration: none;
    color: var(--primary-color);
    transition: 0.4s ease;
}
.info-right ul li span {
    color: var(--sub-color);
    margin-right: 40px;
}
.info-right ul li a:hover {
    color: var(--accent-color);
}
/* トップアクセス */
.top-access {
    width: min(94%, 1400px);
    margin: 120px auto 0px;
    display: flex;
    gap: 0px 15px;
}
.access-box {
    width: 60%;
    background-image: url(images/access-illust.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
/* トップCONTACT部分 */
.reservation-section {
    width: 100%;
    min-height: 700px;
    background: url("images/contact-haikei.jpg") center/cover no-repeat;
    padding: 2rem;
    color: #fff;
    margin-top: 180px;
}
.reservation-inner {
    width: min(94%, 1400px);
    margin: auto;
    padding: 8% 0px 0px;
}
.reservation-inner h4 {
    font-size: clamp(2.5rem, 2.125rem + 1.172vw, 4rem);
    font-weight: 400;
    margin-bottom: 1rem;
}
.reservation-inner p {
    line-height: 1.8;
}
.tel {
    margin-top: 1.2rem;
}
.tel span {
    margin-right: 0.4em;
}
.con-b {
    text-align: center;
    display: flex;
    align-items: center;
}
.con-btn {
    display: block;
    width: 500px;
    margin: 2.5rem auto 0px;
    padding: 4rem 2.5rem;
    font-size: clamp(2.5rem, 2.125rem + 1.172vw, 4rem);
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
    text-align: center; 
}
.con-btn:hover,
.con-btn:focus {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(3px);
}
/*===========================
  下層ページ PC
==========================*/
/* 下層ページ共通 */
.pan {
    width: 90%;
    margin: 20px auto 0px;
    font-size: 1.3rem;
}
.pan p a {
    text-decoration: none;
    color: var(--primary-color);
}
.pan p span {
    padding: 0px 3px;
}
.sub-con {
    width: min(94%, 1400px);
    margin: 10% auto 0px;
}
.sub-head {
    width: min(90%, 80%);
    margin-left: auto;
    margin-top: 50px;
}
.sub-head img {
    width: 100%;
    height: auto;
}
.under-line {
    border-bottom: 1px solid var(--primary-color);
    margin: 80px 0px;
}
/* 施設のご紹介 */
.tokutyo {
    background-color: var(--accent-color);
    padding: 20px;
    margin-top: 30px;
}
.tokutyo h4 {
    font-size: clamp(1.8rem, 1.7rem + 0.313vw, 2.2rem);
    color: var(--primary-color);
    font-weight: 400;
    margin-bottom: 15px;
}
.tokutyo li {
    color: var(--primary-color);
    margin-bottom: 10px;
}
/* 近隣情報 */
.area-wrap {
    display: flex;
    gap: 30px;
    margin-top: 15px;
    align-items: center;
}
.area-wrap img {
    width: min(100%, 700px);
    height: auto;
}
/*===========================
  footer
==========================*/
#footer {
    background-color: var(--primary-color);
    padding: 40px 0px 5px;
    color: #FFF;
    text-align: center;
}
.foot-con ul {
    width: min(94%, 1400px);
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.foot-con ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 1.6rem;
    transition: opacity 0.8s ease;
}
.foot-con ul li a:hover {
    color: var(--accent-color);
}
#footer h5 {
    font-family: "winsome", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(3rem, 2.25rem + 2.344vw, 6rem);
    line-height: 1.2;
    text-align: center;
    margin-top: 60px;
}
.insta a {
    color: #FFF;
    font-size: clamp(2.5rem, 2.375rem + 0.391vw, 3rem);
}
.copy {
    width: min(96%, 1400px);
    margin: 20px auto 0px;
    padding-top: 2px;
}
.copy a {
    font-size: 1.3rem;
    text-decoration: none;
    color: #3366ac;
}
/*===========================
メールフォームのスタイル
==========================*/
input,textarea,select {
    /* ress.min.cssでリセットされているのでここで命令 */
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
}
.wpcf7 input[type="submit"] {
    font-size: 1.8rem;
    padding: 0.2em 0.4em;
    background: #eee;
    color: #555;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
    border: 1px solid #ccc;
    text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
    box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
span.wpcf7-list-item {/*チェックボックス改行*/
    display: block!important;
}
#form {
    width: min(96%, 1200px);
    margin: 0px auto 15px;
    background-color: #FFF;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}
#form dl {
    margin-top: 15px;
}
#form dt {
    font-size: 1.5rem;
    color: #333;
    padding: 10px 10px;
    background-color: #bce0f8;
}
#form dd {
    font-size: 1.5rem;
    background-color: #FFF;
    padding: 15px 0px 20px 0px;
    max-width: 100%;
}
#form dd p{
    line-height: 170%;
}
.hiss {
    font-size: 1.2rem;
    background-color: #ff677d;
    padding: 2px 5px;
    color: #FFF;
    margin-left: 15px;
}
.mail_box {
    margin: 5px 0px;
    font-size: 1.5rem;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
#form p {
    padding: 0px 10px 10px;
}
/*===========================
  ブログページ
==========================*/

/* 記事一覧 */

/*/ _// _// _// _// _// _// _// _// _// _// _/
メディアクエリによる切り替え
/ _// _// _// _// _// _// _// _// _// _// _// _*/
@media only screen and (max-width: 1400px) {
#global-nav {
    margin: 0px 2% 0px 2%;
}
hgroup h1 img {
    margin-left: 0px;
    margin-top: 10px;
}
.page-header {
    padding: 0px;
    width: 94%;
}
.main-nav {
    gap: 25px 12px;
    margin-right: 0px;
}
.main-nav li {
    font-size: 1.4rem;
    padding-top: 0px;
}

}
@media only screen and (max-width: 1100px) { /* 1024pxとそれ以下 */
/* TOPヘッドイメージ */
.page-header {
    display: none;
}
.img-pc {
    display: none;
}
.img-sp {
    display: block;
}
.top-head-img .n2-ss-slider {/* スライダー用 */
    width: 90% !important;
    height: auto;
    margin-top: 0px;
}
.top-head-img img {
    width: 90%;
    height: auto;
}
/*===========================
  TOPページ スマホ
==========================*/
/* アラハステイについて スマホ */
.top-con01 {
    position: relative;
    top: -100px;
    background-image: url(images/leaves.png);
    background-position: top right;
    background-size: contain;
    background-color: var(--accent-color);
    color: #FFF;
    z-index: 10;
}
.top-con01 div {
    padding-top: 200px;
}
.top-oki {
    background-color: var(--accent-color);
    position: relative;
    top: -300px;
    padding-bottom: 30px;
}
.top-oki-con {
    padding-top: 200px;
    display: block;
}
.top-oki-con div {
    padding-top: 40px;
    background-image: url(images/yashi-wood.png);
    background-position: bottom right;
    background-size: 200px;
    padding-bottom: 80px;
}
/* リラックス過ごし方 スマホ */
.top-relux {
    width: min(94%, 1400px);
    margin: auto;
    position: relative;
    top: -170px;
    display: flex;
    justify-content: space-between;
    gap: 0px 10px;
}
.top-relux img {
    width: 100px;
    height: 70px;
    margin-top: 50px;
}
.relux-img {
    width: 94%;
    margin: auto;
    display: block;
    position: relative;
    top: -130px;
    text-align: center;
}
.image-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0px auto 15px;
}
/* お知らせ スマホ */
.top-info-box {
    margin: 100px auto 0px;
}
.top-info-box h4,.top-info-box p {
    text-align: center;
}
.info-right {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
}
/* トップアクセス スマホ */
.top-access h4,.top-access p {
    text-align: center;
}
.top-access {
    margin: 80px auto 0px;
    display: block;
}
.access-box {
    width: 100%;
    background-image: url(images/access-illust.png);
    background-repeat: no-repeat;
    background-position: top 35px right;
    background-size: 120px;
}
/* トップCONTACT部分 スマホ */
.reservation-section {
    min-height: 500px;
    padding: 1rem;
    color: #fff;
    margin-top: 120px;
    text-align: center;
}
/*===========================
  下層ページ スマホ
==========================*/
/* 下層ページ共通 */
.pan {
    width: 90%;
    margin: 10px auto 0px;
}
.sub-head {
    width: 90%;
    margin-left: auto;
    margin-top: 30px;
}
/* 近隣情報 スマホ */
.area-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
    align-items: center;
}
/*===========================
  footer よくある質問・お問合せ
==========================*/

/*===========================
  footer スマホ
==========================*/
.foot-con ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/*===========================
  トップスライドインナビゲーション
==========================*/
.menu-trigger,
.menu-trigger span{
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    align-items: flex-start;
}
.menu-trigger {
    position: relative;
    width: 55px;
    height: 53px;
    background: var(--primary-color);
    border-radius: 100px;
    z-index: 35;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}
.menu-trigger span {
    position: absolute;
    background: #FFF;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}
.menu-trigger span:nth-of-type(1){
    top: 16px;
}
.menu-trigger span:nth-of-type(2){
    top: 0;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3){
    bottom: 16px;
}
.menu-trigger.active span:nth-of-type(1){
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
nav {
    display: block;
}
.g-nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh; /* 高さを画面全体に調整 */
    overflow-y: auto; /* 縦スクロールを許可 */
    z-index: 25;
    padding: 15px 20px 0px 20px;
    border-radius: 0px;
}
.tate-scroll {/* 縦スクロールをできるように */
    overflow-y: auto; /* スクロール可能にする */
    -webkit-overflow-scrolling: touch; /* 慣性スクロールを有効に */
}
.g-nav .list .item a{
    display: block;
    text-decoration: none;
    color: var(--primary-color);
    padding: 5px 0;
    font-size: 1.7rem;
}
.list {
	margin-top: 80px;
}
.list ul {
    width: 100%;
    border-top: 1px dotted #777;
    border-bottom: 1px dotted #777;
}
.list li {
	width: 100%;
	margin: 5px auto;
    padding: 5px 0px 5px 5px;
}
#s_navi:after {
	content: "";
	display: block;
	clear: both;
}
#s_navi {
    display: block;
    position: static;
    top: 0px;
    width: 100%;
    z-index: 100;
    top: 0;
    padding-bottom: 8px;
}
.sp-head {
    display: flex;
    align-items: center;
    padding: 15px 0px 10px 15px;
}
.sp-logo {
    z-index: 50;
    width: clamp(20rem, 16.25rem + 11.719vw, 35rem);
    height: auto;
}
.menu-sp {
    padding: 30px 0px;
    display: flex;
    gap: 0px 35px;
    justify-content: start;
    align-items: center;
    line-height: 1.3;
    border-bottom: 1px dotted #777;
    color: #333;
}
.menu-sp a {
    color: #333;
    font-size: 3.5rem;
}
/*===========================
メールフォームのスタイル
==========================*/
#form {
    padding: 30px 15px;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
textarea,input {
    max-width: 100%;
}
}

@media only screen and (max-width: 767px) {

}
