@charset "UTF-8";
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
    color: #333;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
    font-family: 'FontAwesome';
    background:#fff;
    -webkit-animation:colour 10s linear infinite;
    -moz-animation:colour 10s linear infinite;
  }
  @-webkit-keyframes colour{
    0%{
      background:#fff
    }
    40%{
      background: #fff
    }
    80%{
      background:#FEF8E3
    }
    100%{
      background:#fff
    }
  }
  @-moz-keyframes colour{
    0%{
      background:#fff
    }
    40%{
      background:#fff
    }
    80%{
      background:#FEF8E3
    }
    100%{
      background:#fff
    }
}
main {
    margin-top: 70px;
}
@media(min-width:768px) {
    main {
        margin-top: 120px;
    }
}
/* ------------------------------------------------- *
 * リンク設定
 * ------------------------------------------------- */
a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    opacity: 1;
}
@media(min-width:768px) {
    a:hover {
        opacity: .7;
    }
}

.f-size-L {
    font-size: 120%;
}
.f-size-S {
    font-size: 80%;
}
/* ------------------------------------------------- *
 * 文字色を変更
 * ------------------------------------------------- */
.text-color-001 {
    color: #f00;
}
.text-color-002 {
    color: #09f;
    font-weight: 600;
}
/* ------------------------------------------------- *
 * ゴシック体
 * ------------------------------------------------- */
.gothic {
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
/* ------------------------------------------------- *
 * 改行コントロール
 * ------------------------------------------------- */
@media screen and (min-width: 768px){   
    .pc { display:block; }
    .sp { display:none; }
}
@media screen and (max-width: 769px){   
    .pc { display:none; }
    .sp { display:block; }
}
/* ------------------------------------------------- *
 * アンカーリンクのずれ解消
 * ------------------------------------------------- */
 a.anchor {
    display: block;
    padding-top: 70px; 
    margin-top: -70px;
}
/* ------------------------------------------------- *
 * google_map
 * ------------------------------------------------- */
iframe.map{
    margin: 20px 0 0;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
}
iframe.map.show {
    opacity: 1;
    transform: none;
}
iframe.map:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.6%;
}
@media(min-width:769px) {
    iframe {
        margin: 50px 0 0;
    }
}
/* ------------------------------------------------- *
 * トップへ戻るボタン
 * ------------------------------------------------- */
.topButton {
    position: fixed;
    top: 17px;
    right: 188px;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    color: #245F33;
    border: #245F33 solid 1px;
    font-family: 'FontAwesome';
}
.topButton:hover {
    background-color: #245F33;
    color: #fff;
}
.top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /* font-size: 30px; */
}
/* ------------------------------------------------- *
 * 予約ボタン（目立つ）
 * ------------------------------------------------- */
.buttons-reserve-prominent,
a.buttons-reserve-prominent,
button.buttons-reserve-prominent {
    line-height: 1.5;
    position: relative;
    display: inline-block;
    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;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 0.5rem;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
.buttons-reserve-prominent-wrap {
    margin: 50px auto 30px;
}
a.buttons-reserve-prominent {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 20px 40px 20px;
    color: #fff;
    background: #4ba44a;
    -webkit-box-shadow: 0 5px 0 #245F33;
    box-shadow: 0 5px 0 #245F33;
}
@media(min-width:768px) {
    a.buttons-reserve-prominent {
        font-size: 30px;
        padding: 5px 100px 25px;
    }
}
a.buttons-reserve-prominent span {
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: calc(90% - 80%);
    display: block;
    width: 80%;
    padding: 0.2rem 0;
    color: #000;
    border: 2px solid #000;
    border-radius: 10px;
    background: #FEEF41;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media(min-width:768px) {
    a.buttons-reserve-prominent span {
        font-size: 14px;
    }
}
a.buttons-reserve-prominent:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #30a967;
    -webkit-box-shadow: 0 1px 0 #245F33;
    box-shadow: 0 1px 0 #245F33;
}
a.buttons-reserve-prominent:hover:before {
    left: 2rem;
}
/* ------------------------------------------------- *
 * 予約はこちらボタン
 * ------------------------------------------------- */
.buttons-reserve {
    position: fixed;
    top: 17px;
    right: 60px;
    width: 115px;
    height: 36px;
    border-radius: 2px;
    /* background-color: #4ba44a;
    color: #fff; */
    color: #000;
    background-color: #4ba44a;
    border: #000 solid 1px;
    font-size: 12px;
    text-align: center;
}
.buttons-reserve:hover {
    background-color: #245F33;
}
/* ------------------------------------------------- *
 * 詳細はこちらボタン
 * ------------------------------------------------- */
.buttons-detail {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0px;
    background-color:#fff;
    color: #000;
    border: 1px solid #000;
    font-size: 14px;
}
@media(min-width:768px) {
    .buttons-detail {
        margin-top: 50px;
        font-size: 18px;
    }
}
@media(min-width:768px) {
    .buttons-detail:hover {
        background-color:#000;
        color: #fff;
        border: 1px solid #000;
    }
}
.buttons-detail span {
    font-size: 80%;
}
/* ------------------------------------------------- *
 * コテージ内予約ボタン
 * ------------------------------------------------- */
.buttons-re {
    display: inline-block;
    width: 100%;
    margin: 15px 0 30px;
    padding: 10px 0px;
    background-color:#000;
    color: #fff;
    border: 1px solid #000;
    font-size: 14px;
}
@media(min-width:768px) {
    .buttons-re {
        margin: 15px 0 20px;
        font-size: 14px;
    }
}
@media(min-width:768px) {
    .buttons-re:hover {
        background-color:#fff;
        color: #000;
        border: 1px solid #000;
    }
}
/* ------------------------------------------------- *
 * プランリスト内予約ボタン
 * ------------------------------------------------- */
 .buttons-plan-re {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
    padding: 10px 0px;
    background-color:#000;
    color: #fff;
    border: 1px solid #000;
    font-size: 14px;
}
@media(min-width:768px) {
    .buttons-plan-re {
        margin: 15px 0 0px;
        font-size: 14px;
    }
}
.buttons-plan-re:last-child {
    margin: 15px 0 30px;
}
@media(min-width:768px) {
    .buttons-plan-re:hover {
        background-color:#fff;
        color: #000;
        border: 1px solid #000;
    }
}
/* ------------------------------------------------- *
 * 茶色のボタン
 * ------------------------------------------------- */
.buttons-b {
    display: inline-block;
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px;
    background-color:#A16F2A;
    color: #fff;
    border: 1px solid #A16F2A;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
@media(min-width:768px) {
    .buttons-b {
        width: auto;
        margin: 0 auto 30px;
        font-size: 18px;
    }
}
@media(min-width:768px) {
    .buttons-b:hover {
        background-color:#5A3512;
        color: #fff;
        border: 1px solid #5A3512;
    }
}
/* ------------------------------------------------- *
 * ラベル
 * ------------------------------------------------- */
.label-kakomi{
    padding: 3px 7px;
    border: 1px solid #000;
    font-size: 14px;
}
.label-black {
    width: 100px;
    padding: 8px 0px;
    text-align: center;
    border-radius: 2px;
    background-color: #000;
    color: #fff;
}
.label {
    width: 15px;
    padding: 8px 10px;
    text-align: center;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
}
.label-green {
    width: 100%;
    padding: 8px 0px;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
    background-color: green;
    color: #fff;
}
.label-b {
    display: inline-block;
    margin: 5px 0;
    padding: 1px 10px;
    text-align: center;
    border-radius: 2px;
    background: #594626;
    color: #fff;
}
/* ------------------------------------------------- *
 * h3、h4
 * ------------------------------------------------- */
h3 {
    margin: 30px 0 10px;
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #000;
}
@media(min-width:769px) {
    h3 {
        margin: 100px 0 50px;
        padding: 20px 0;
        font-size: 24px;
        line-height: 1.7;
    }
}
h4 {
    font-size: 13px;
    line-height: 1.5;
}
@media(min-width:768px) {
    h4 {
        font-size: 19px;
        line-height: 1.7;
        text-align: center;
    }
}
/* ------------------------------------------------- *
 * 注釈
 * ------------------------------------------------- */
.annotation {
    margin: 20px 0;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
@media(min-width:769px) {
    .annotation {
        margin: 50px 0;
        font-size: 16px;
    }
}
/* ------------------------------------------------- *
 * ヘッダー全体
 * ------------------------------------------------- */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    /* transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s; */
    opacity: 0.98;
    visibility: visible;
    transform: none;
}
/* header.active {
    opacity: 0.98;
    visibility: visible;
    transform: none;
} */
/* ------------------------------------------------- *
 * ヘッダーメニュー（初期の黒Ver　使用しない）
 * ------------------------------------------------- */
/* .headermenu {
    display: none;
}
@media(min-width:768px) {
    .headermenu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: 30px;
        padding: 0 10px;
        background-color: #000;
    }
}
.headermenu li {
    display: block;
    font-size: 10px;
    color: #fff;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
.headermenu li a {
    color: #fff;
} */
/* ------------------------------------------------- *
 * ヘッダーメニュー
 * ------------------------------------------------- */
 .headermenu {
    display: none;
}
@media(min-width:768px) {
    .headermenu {
        display: flex;
        overflow: hidden;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 70px;
        left: 0;
        z-index: 88;
        width: 100%;
        height: 50px;
        padding: 0 0px;
        background-color: #245F33;
        border-bottom: 1px solid #fff;
        opacity: .85;
    }
}
.headermenu li {
    display: block;
    width : calc(100% / 6) ;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #245F33;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
    border-right: 1px solid #fff;
    transition: .5s;
}
.headermenu li:last-child {
    border-right: 0;
}
.headermenu li a {
    display: block;
    font-size: 14px;
    color: #fff;
    transition: .5s;
    opacity: 1;
}
.headermenu li:hover {
    transform: translatey(-2px);
    background-color: #2e8030;
}
/* ------------------------------------------------- *
 * ヘッダー内h1ロゴ
 * ------------------------------------------------- */
h1 {
    margin: 0;
    display: block;
}
h1 img {
    height: 32px;
    padding-left: 10px;
}
@media(min-width:768px) {
    h1 img {
        height: 40px;
        padding-left: 30px;
    }
}
/* ------------------------------------------------- *
 * 予約ボタン（初期の緑）
 * ------------------------------------------------- */
 .reserveButton {
    display: flex;
    position: fixed;
    top: 17px;
    right: 60px;
    width: 115px;
    height: 40px;
    cursor: pointer;
}
.reserveButton.active {
    right: 60px;
    width: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background-color: #4ba44a;
    border-radius: 1px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.reserveButton span {
    display: flex;
    position: fixed;
    right: 60px;
    width: 115px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    background-color: #4ba44a;
    border-radius: 1px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.reserveButton.active span {
    display: none;
}
.reserveButton div {
    display: none;
}
.reserveButton.active div {
    display: flex;
    position: fixed;
    right: 60px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}
/* ------------------------------------------------- *
 * 予約ボタン（黄色）
 * ------------------------------------------------- */
 /* .reserveButton {
    cursor: pointer;
    display: flex;
    position: fixed;
    top: 17px;
    right: 60px;
    width: 115px;
    height: 40px;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
.reserveButton.active {
    right: 60px;
    width: 40px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    background-color: #FEEF41;
    border: 2px solid #000;
    border-radius: 1px;
}
.reserveButton span {
    display: flex;
    position: fixed;
    right: 60px;
    width: 130px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    background-color: #FEEF41;
    border: 2px solid #000;
    border-radius: 1px;
}
.reserveButton.active span {
    display: none;
}
.reserveButton div {
    display: none;
}
.reserveButton.active div {
    display: flex;
    position: fixed;
    right: 60px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 24px;
} */
/* ------------------------------------------------- *
 * 予約ボタン（テスト）
 * ------------------------------------------------- */
/* .reserveButton {
    display: flex;
    position: fixed;
    top: 0px;
    right: 70px;
    width: 250px;
    height: 70px;
}
.reserveButton.active {
    right: 70px;
    width: 70px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background-color: #78A73D;
    border-radius: 1px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.reserveButton span {
    display: flex;
    position: fixed;
    right: 70px;
    width: 300px;
    height: 70px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    background-color: #78A73D;
    border-radius: 1px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.reserveButton.active span {
    display: none;
}
.reserveButton div {
    display: none;
}
.reserveButton.active div {
    display: flex;
    position: fixed;
    right: 70px;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
} */
/* ------------------------------------------------- *
 * 予約ボタンクリックで透明黒のマスク処理
 * ------------------------------------------------- */
.reserveMask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 66;
    width: 100%;
    height: 100%;
    background-color: #666;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.reserveMask.active {
    opacity: .5;
    visibility: visible;
}
/* ------------------------------------------------- *
 * 予約ボタンで開く中身
 * ------------------------------------------------- */
 .reserve {
    transform: translateX(100%);
    transition: .5s;
    position: fixed;
    top: 70.5px;
    right: 0;
    z-index: 77;
    background-color: #B29C74;
    padding: 0 0 70px;
    width: 90%;
    height: 100vh;
    overflow: auto;
    opacity: 1;
}
@media(min-width:768px) {
    .reserve {
        width: 500px;
    }
}
.reserve.active {
    transform: translateX(0%);
}
.container {
    padding: 20px;
    margin: 20px;
    background-color: #fff;
    font-size: 18px;
    font-family: Meiryo,メイリオ,游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ Ｐゴシック,MS PGothic,yu-mincho-pr6,Times New Roman,serif;
}
@media(min-width:768px) {
    .container {
        padding: 50px;
        margin: 50px;
    }
}
.container h4 {
    margin: 20px 0 40px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.container input, select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 20px;
    font-weight: 100;
}
.container dd {
    padding-bottom:20px;
}
.container p {
    padding: 0px;
    color: #999;
    font-size: 14px;
    text-align: left;
}
.container option {
    text-align: center;
}
.container button {
    width: 100%;
    padding: 15px 0;
    margin-top: 15px;
    color: #fff;
    background-color: #78A73D;
    border: none;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.container button:hover {
    background-color: #245F33;
}
.formBox {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.formBox:focus {
    outline: 0;
    border-radius: 0;
    border-bottom: 2px solid #333;
}
.stayBox {
    position: relative;
    display: flex;
    font-size: 20px;
}
.stayBox::after {
    position: absolute;
    top: 28px;
    right: 10px;
    color: #000;
    font-size: 15px;
    font-family: 'FontAwesome';
    content: "\f133"; 
    pointer-events: none;
}
.selectBox {
    position: relative;
}
.selectBox::after {
    position: absolute;
    top: 28px;
    right: 10px;
    color: #000;
    font-size: 15px;
    font-family: 'FontAwesome';
    content: "\f107"; 
    pointer-events: none;
}
.container li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    margin-top: 15px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.container li a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.container li:first-child {
    margin-top: 40px;
}
/* ------------------------------------------------- *
 * ハンバーガーボタン
 * ------------------------------------------------- */
.menuButton {
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    /* background: #fff; */
    position: fixed;
    top: 4px;
    right: 7px;
    z-index: 88;
    transition: .6s;
}
.menuButton div {
    height: 2px;
    width: 50%;
    background: #333;
    border-radius: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s;
}
.menuButton div:nth-last-of-type(1) {
    transform: translate(-50%, -9px);
}
.menuButton div:nth-last-of-type(2) {
    opacity: 1;
}
.menuButton div:nth-last-of-type(3) {
    transform: translate(-50%, 7px);
}
.menuButton.active {
    transform: rotate(360deg);
    top: 10px;
}
.menuButton.active  div:nth-last-of-type(1) {
    transform: rotate(45deg) translate(-50%, -0px);
    transform-origin: 0% 50%;
}
.menuButton.active  div:nth-last-of-type(2) {
    opacity: 0;
    transform: translate(0%, -50%);
}
.menuButton.active  div:nth-last-of-type(3) {
    transform: rotate(-45deg) translate(-50%, 0px);
    transform-origin: 0% 50%;
}
.menuButton span {
    display: block;
}
.menuButton.active span {
    display: none;
}
.menuButton span {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 7px;
    letter-spacing: 0.08em;
}
/* ------------------------------------------------- *
 * メニューボタンクリックで透明黒のマスク処理
 * ------------------------------------------------- */
.navMask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 66;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.navMask.active {
    opacity: .5;
    visibility: visible;
}
/* ------------------------------------------------- *
 * ハンバーガーボタンで開くナビゲーションの中身
 * ------------------------------------------------- */
 nav {
    transform: translateX(100%);
    transition: .5s;
    position: fixed;
    top: 70.5px;
    right: 0;
    z-index: 77;
    background-color: #fff;
    padding: 0 0 70px;
    width: 90%;
    height: 100vh;
    overflow: auto;
}
@media(min-width:769px) {
    nav {
        width: 500px;
    }
}
nav.active {
    transform: translateX(0%);
}
/* nav ul li .ttl {
    display: block;
    padding: 15px 10px;
    background-color: #245F33;
    color: #fff;
    font-size: 16px;
    border-bottom: .5px solid #333;
    transition: .3s;
}
@media(min-width:769px) {
    nav ul li .ttl {
        font-size: 18px;
    }
} */
nav ul li .menu {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    background-color: #FEFBF3;
    color: #333;
    font-size: 16px;
    border-bottom: .5px solid #333;
    transition: .3s;
}
@media(min-width:768px) {
    nav ul li .menu {
        font-size: 18px;
    }
}
nav ul li .menu:hover {
    background-color: #FEFBF3;
    color: #333;
}
@media(min-width:768px) {
    nav ul li .menu:hover {
        background-color: #F0E5CF;
        transition: .3s;
        transform: scale(1.01,1.01);
    }
}
nav ul li .menu.active {
    background-color: #78A73D;
    color: #fff;
}
nav ul li .menu::after {
    color: #245F33;
    font-family: 'FontAwesome';
    content: "\f055";
    transition: .3s;
}
nav ul li .menu.active::after {
    color: #fff;
    font-family: 'FontAwesome';
    content: "\f055";
    transform: rotate(405deg) translateY(-0px);
    transition: 1.5s;
}
nav ul li a {
    display: block;
    padding: 15px 10px;
    background-color: #FEFBF3;
    color: #333;
    font-size: 16px;
    border-bottom: .5px solid #333;
    transition: .3s;
}
@media(min-width:768px) {
    nav ul li a {
        font-size: 18px;
    }
}
nav ul li a:hover {
    background-color: #FEFBF3;
    color: #333;
}
@media(min-width:768px) {
    nav ul li a:hover {
        background-color: #F0E5CF;
        transition: .3s;
        transform: scale(1.01,1.01);
        overflow: hidden;
    }
}
nav ul li span.footer {
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 15px 0;
    background-color: #245F33;
}
nav ul li img {
    display: block;
    width: 100%;
}
/* ------------------------------------------------- *
 * アコーディオン-menu 修正前
 * ------------------------------------------------- */
 /* @keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.accordion ul {
    display: none;
    transition: 10s;
}
.accordion ul.active {
    display: block;
    animation: show 1s linear;
}
.accordion > li > ul a {
    padding-left:  30px;
    background-color: #EEE;
    font-size: 14px;
}
@media(min-width:768px) {
    .accordion > li > ul a {
        font-size: 16px;
    }
}
.accordion > li > .accordion > li > .menu {
    padding-left:  30px;
    background-color: #EEE;
}
.accordion > li > .accordion > li > .menu:hover {
    background-color: #EEE;
    color: #333;
}
@media(min-width:768px) {
    .accordion > li > .accordion > li > .menu:hover {
        background-color: #F0E5CF;
        transition: .3s;
        transform: scale(1.01,1.01);
    }
}
.accordion > li > .accordion > li > .menu.active {
    background-color: #245F33;
    color: #fff;
}
.accordion table {
    margin: 0 auto;
}
.accordion table tr {
    border-bottom: 1px solid #ccc;
}
.accordion table td {
    padding: 10px;
    width: 50%;
    background-color: #FDF3E1;
}
.accordion li ul table a {
    display: block;
    padding: 0;
    border: none;
    background-color: #FDF3E1;
}
.accordion li ul table a:hover {
    opacity: .7;
}
.accordion table img {
    width: 100%;
    border-radius: 5px;
}
.accordion table p {
    padding-top: 8px;
    color: #333;
    font-size: 12px;
    text-align: center;
} */
/* ------------------------------------------------- *
 * アコーディオン-menu
 * ------------------------------------------------- */
 @keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.accordion ul {
    display: none;
    transition: 10s;
}
.accordion ul.active {
    display: block;
    animation: show 1s linear;
}
.accordion  li ul a {
    padding-left:  30px;
    background-color: #EEE;
    font-size: 13px;
}
@media(min-width:768px) {
    .accordion  li ul a {
        font-size: 16px;
    }
}
.accordion li .accordion li .menu {
    padding-left:  30px;
    background-color: #EEE;
}
.accordion li .accordion li .menu:hover {
    background-color: #EEE;
    color: #333;
}
@media(min-width:768px) {
    .accordion li .accordion li .menu:hover {
        background-color: #F0E5CF;
        transition: .3s;
        transform: scale(1.01,1.01);
    }
}
.accordion li .accordion li .menu.active {
    background-color: #245F33;
    color: #fff;
}
.accordion table {
    margin: 0 auto;
}
.accordion table tr {
    border-bottom: 1px solid #ccc;
}
.accordion table td {
    padding: 10px;
    width: 50%;
    background-color: #FDF3E1;
}
.accordion li ul table a {
    display: block;
    padding: 0;
    border: none;
    background-color: #FDF3E1;
}
.accordion li ul table a:hover {
    opacity: .7;
}
.accordion table img {
    width: 100%;
    border-radius: 5px;
}
.accordion table tr td p {
    margin-top: 10px;
    color: #333;
    font-size: 12px;
    text-align: center;
}
/* ------------------------------------------------- *
 * スライダー
 * ------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #f8f8f8;
    --color-gray: #ddd;
    --color-theme: #f5695f;
    --color-theme-darken: #f12617;
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}
.l-section {
    font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-size: 62.5%;
    line-height: 1.8;
    height: 100%;
    /* word-break: break-word; */
    color: #333;
}
.l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
.l-section .l-inner {
    padding-top: 70px;
    padding-bottom: 10px;
}
@media(min-width:768px) {
    .l-section .l-inner {
        padding-top: 150px;
        padding-bottom: 50px;
    }
}
[class*=swiper]:focus {
    outline: none;
}
.slide-media,
.thumb-media {
    position: relative;
    overflow: hidden;
}
.slide-media img,
.thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
        object-fit: cover;
}
.swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
    width: 10px;
    height: 10px;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}
/* ------------------------------------------------- *
 * スライダー　カードタイプ（トピックス）
 * ------------------------------------------------- */
.card03 {
    overflow: hidden;
}
.card03 .swiper {
    overflow: visible;
}
.card03 .swiper-button-prev, .card03 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}
.card03 .swiper-button-prev::before, .card03 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
}
.card03 .swiper-button-prev::after, .card03 .swiper-button-next::after {
    border-color: #fff;
}
.card03 .swiper-button-prev {
    left: 0px;
}
@media(min-width:768px) {
    .card03 .swiper-button-prev {
        left: -50px;
    }
}
.card03 .swiper-button-next {
    right: 0px;
}
@media(min-width:768px) {
    .card03 .swiper-button-next {
        right: -50px;
    }
}
.card03 .slide {
    overflow: hidden;
    -webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s;
    border: 0.5px solid #f2f2f2;
    border-radius: 4px;
    background-color: #fff;
}
@media(min-width:768px) {
    .card03 .slide {
            -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    }
}
.card03 .slide-media {
    padding-top: 62.5%;
}
.card03 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
}
.card03 .slide-content {
    padding: 10px 10px 30px;
    height: 160px;
}
.card03 .slide-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    display: block;
    color: #245F33;
}
.card03 .slide-text {
    font-size: 12px;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.card03 .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0;
    /* opacity: 0.3; */
}
@media only screen and (min-width: 1025px) {
    .tab-sp {
        display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    .card03 .slide img {
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }
    .card03 .slide:hover {
        -webkit-transform: translateY(-16px);
                transform: translateY(-16px);
        -webkit-box-shadow: var(--box-shadow-hover);
                box-shadow: var(--box-shadow-hover);
    }
    .card03 .slide:hover img {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
/* ------------------------------------------------- *
 * スライダー　メインビジュアル（バナー用）
 * ------------------------------------------------- */
.mv01 .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
}
.mv01 .swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
.mv01 .swiper-pagination-bullet {
    margin-top: 10px;
    width: 20px;
    height: 5px;
    border-radius: 0%;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: #666;
}
.mv01 .swiper-pagination-bullet:not(:first-child) {
    margin-left: 0.8rem;
}
.mv01 .swiper-pagination-bullet-active {
    background-color: var(--color-theme);
}
.mv01 .slide-media {
    width: 100%;
    height: 100px;
}
@media(min-width: 600px) and (max-device-width: 768px) {
    .mv01 .slide-media {
        height: 250px;
        }
}
@media(min-width:769px) {
    .mv01 .slide-media {
        height: 300px;
        }
}
.mv01 .slide-media img {
    max-width: 100%;
    height: auto;
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
}
.mv01 .slide-title {
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.6;
    position: absolute;
    right: 8rem;
    bottom: 15%;
    margin-left: 16rem;
    text-align: right;
    color: #fff;
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
}
.mv01 .swiper-slide[class*=-active] .slide-title {
    -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
            animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}
@-webkit-keyframes mv01-fadeIn {
    0% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        opacity: 0;
        -webkit-filter: blur(300px);
                filter: blur(300px);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        -webkit-filter: blur(0);
                filter: blur(0);
    }
}
@keyframes mv01-fadeIn {
    0% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        opacity: 0;
        -webkit-filter: blur(300px);
                filter: blur(300px);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        -webkit-filter: blur(0);
                filter: blur(0);
    }
}
/* ------------------------------------------------- *
 * スライダー　メインビジュアル（コテージ用）
 * ------------------------------------------------- */
 /* @media(max-width:768px) {
    .stay {
        display: none;
    }
 } */
 .mv-stay .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
}
.mv-stay .swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
.mv-stay .swiper-pagination-bullet {
    margin-top: 10px;
    width: 20px;
    height: 5px;
    border-radius: 0%;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: #666;
}
.mv-stay .swiper-pagination-bullet:not(:first-child) {
    margin-left: 0.8rem;
}
.mv-stay .swiper-pagination-bullet-active {
    background-color: var(--color-theme);
}
.mv-stay .slide-media {
    width: 100%;
    height: 550px;
}
@media(min-width: 600px) and (max-device-width: 768px) {
    .mv-stay .slide-media {
        height: 1200px;
        }
}
@media(min-width:769px) {
    .mv-stay .slide-media {
        height: 800px;
        }
}
.mv-stay .slide-media img {
    max-width: 100%;
    height: auto;
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
}
.mv-stay .slide-title {
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.6;
    position: absolute;
    right: 8rem;
    bottom: 15%;
    margin-left: 16rem;
    text-align: right;
    color: #fff;
}
.mv-stay .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
}
.mv-stay .swiper-slide[class*=-active] .slide-title {
    -webkit-animation: mv-stay-fadeIn 2s 0.5s var(--easing) both;
            animation: mv-stay-fadeIn 2s 0.5s var(--easing) both;
}
@-webkit-keyframes mv-stay-fadeIn {
    0% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        opacity: 0;
        -webkit-filter: blur(300px);
                filter: blur(300px);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        -webkit-filter: blur(0);
                filter: blur(0);
    }
}
@keyframes mv-stay-fadeIn {
    0% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        opacity: 0;
        -webkit-filter: blur(300px);
                filter: blur(300px);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        -webkit-filter: blur(0);
                filter: blur(0);
    }
}
 /* ------------------------------------------------- *
 * セクション
 * ------------------------------------------------- */
 section {
    padding: 0 20px;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media(min-width:768px) {
    section {
        padding: 0;
    }
}
section p {
    font-size: 12px;
    line-height: 1.5;
}
@media(min-width:768px) {
    section p {
        font-size: 16px;
        line-height: 1.7;
    }
}
 /* ------------------------------------------------- *
 * 最大幅1000px
 * ------------------------------------------------- */
 .w1200 {
    max-width: 1200px;
    margin: 50px auto 0;
}
@media(min-width:768px) {
    .w1200 {
        max-width: 1200px;
        margin: 50px auto 0;
    }
}
 .w1000 {
    max-width: 1000px;
    margin: 0 auto;
}


picture img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}
@media(min-width:768px) {
    picture img {
        max-width: 1200px;
    }
}

 /* ------------------------------------------------- *
 * margin
 * ------------------------------------------------- */
.m-f {
    margin-top: 50px;
}
@media(min-width:768px) {
    .m-f {
        margin-top: 100px;
    }
}
.m-o {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media(min-width:768px) {
    .m-o {
        margin-top: 100px;
        margin-bottom: 150px;
    }
}
.m-l {
    margin-top: 50px;
    margin-bottom: 100px;
}
@media(min-width:768px) {
    .m-l {
        margin-top: 100px;
        margin-bottom: 150px;
    }
}
.m5 {
    margin-top: 5px;
}
.m15 {
    margin-top: 15px;
}
.m30 {
    margin-top: 30px;
}
.m50 {
    margin-top: 50px;
}
/* ------------------------------------------------- *
 * 横位置 
 * ------------------------------------------------- */
.t-left {
     text-align: left;
 }
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
/* ------------------------------------------------- *
 * ヘッドライン 
 * ------------------------------------------------- */
.headline-001 {
    margin: 30px 0 30px;
}
@media(min-width:768px) {
    .headline-001 {
        margin: 50px 0 50px;
    }
}
.headline-001 h2 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
    position: relative;
    text-align: center;
    font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "MS P明朝", "MS 明朝", serif;
}
@media(min-width:768px) {
    .headline-001 h2 {
        font-size: 36px;
        letter-spacing: 5px;
    }
}
.headline-001 h2 span {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2;
    display: block;
}
@media(min-width:768px) {
    .headline-001 h2 span {
        font-size: 20px;
        line-height: 3;
    }
}
.headline-001 h2:before {
    position: absolute;
    /* bottom: 45px; */
    bottom: -10px;
    left: calc(50% - 40px);
    width: 80px;
    height: 4px;
    content: '';
    border-radius: 10px;
    background: #6D9D35;
}
@media(min-width:768px) {
    .headline-001 h2:before {
        left: calc(50% - 75px);
        width: 150px;
        height: 5px;
    }
}
.headline-003 {
    padding-top: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
}
@media(min-width:768px) {
    .headline-003 {
        padding-top: 14px;
        padding-bottom: 20px;
        font-size: 28px;
        line-height: 1.5;
        border-bottom: 2px double #000;
    }
}
.headline-004 {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    border-top: 2px double #000;
}
@media(min-width:768px) {
    .headline-004 {
        padding: 20px 0;
        font-size: 30px;
        text-align: left;
    }
}
/* ------------------------------------------------- *
 * タイトルテキスト　上下ボーダーあり
 * ------------------------------------------------- */
 .ttl001 {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 12px;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
@media(min-width:768px) {
    .ttl001 {
        font-size: 13px;
    }
}
.ttl001-s {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 12px;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
@media(min-width:768px) {
    .ttl001-s {
        font-size: 12px;
    }
}
/* ------------------------------------------------- *
 * タイトルテキスト
 * ------------------------------------------------- */
.ttl002 {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 10px;
    line-height: 1.5;
    color: #000;
}
@media(min-width:768px) {
    .ttl002 {
        font-size: 14px;
    }
}
/* ------------------------------------------------- *
 * タイトルテキスト 四角囲み
 * ------------------------------------------------- */
 .ttl003 {
    width: 100%;
    margin-top: 10px;
    padding: 5px 0;
    font-size: 10px;
    color: #fff;
    background-color: #245F33;
}
@media(min-width:768px) {
    .ttl003 {
        font-size: 14px;
    }
}
/* ------------------------------------------------- *
 * タイトルテキスト 四角囲み
 * ------------------------------------------------- */
.ttl004 {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0px;
    background-color:#245F33;
    color: #fff;
    font-size: 14px;
}
@media(min-width:768px) {
    .ttl004 {
        margin-top: 50px;
        font-size: 18px;
    }
}
.ttl004g {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 20px 0px;
    background-color:#245F33;
    color: #fff;
    font-size: 14px;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
@media(min-width:768px) {
    .ttl004g {
        margin-top: 120px;
        font-size: 18px;
    }
}
.ttl004b {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 15px 0px;
    background-color:#594626;
    color: #fff;
    font-size: 14px;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
@media(min-width:768px) {
    .ttl004b {
        margin-top: 50px;
        font-size: 18px;
    }
}
.ttl004o {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 15px 0px;
    background-color:#C72B16;
    color: #fff;
    font-size: 14px;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
@media(min-width:768px) {
    .ttl004o {
        margin-top: 50px;
        font-size: 18px;
    }
}
/* ------------------------------------------------- *
 * タイトルテキスト 下線
 * ------------------------------------------------- */
.ttl005 {
    margin: 0 0 10px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    /* font-weight: 700; */
    color: #000;
    border-bottom: 1px solid #000;
 }
 .ttl005g {
    margin: 0 0 10px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #000;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
 }
 /* ------------------------------------------------- *
 * タイトルテキスト 
 * ------------------------------------------------- */
.ttl006 {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding: 10px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: .8;
    color: #245F33;
    border-bottom: 4px double #594626;
}
@media(min-width:768px) {
    .ttl006 {
        text-align: left;
        font-size: 50px;
        line-height: 1.5;
    }
}
.ttl006 span {
    padding-left: 0;
    font-size: 16px;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
@media(min-width:768px) {
    .ttl006 span {
        padding-left: 10px;
        font-size: 28px;
    }
}
 /* ------------------------------------------------- *
 * タイトルテキスト 
 * ------------------------------------------------- */
.ttl007g {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 20px 0px;
    background-color:#245F33;
    color: #fff;
    font-size: 20px;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
@media(min-width:768px) {
    .ttl007g {
        margin-top: 120px;
        font-size: 34px;
    }
}
.ttl007b {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 20px 0px;
    background-color:#594626;
    color: #fff;
    font-size: 20px;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
@media(min-width:768px) {
    .ttl007b {
        margin-top: 120px;
        font-size: 34px;
    }
}

 /* ------------------------------------------------- *
 * タイトルテキスト トップへ戻るボタン付
 * ------------------------------------------------- */
.ttlg-top-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0px 15px;
    background-color:#245F33;
    font-family: 'FontAwesome';
}
@media(min-width:768px) {
    .ttlg-top-area {
        margin: 100px 0px 15px;
    }
}
.ttlw-top-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0px 15px;
    background-color:#256291;
    font-family: 'FontAwesome';
}
@media(min-width:768px) {
    .ttlw-top-area {
        margin: 100px 0px 15px;
    }
}
.ttlo-top-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0px 15px;
    background-color:#C72B16;
    font-size: 8px;
    line-height: 1.5;
    font-family: 'FontAwesome';
}
@media(min-width:768px) {
    .ttlo-top-area {
        margin: 100px 0px 15px;
        font-size: 12px;
    }
}
.ttl-top {
    padding: 20px 0px;
    padding-left: 18px;
    text-align: left;
    color: #fff;
    font-size: 14px;
}
@media(min-width:768px) {
    .ttl-top {
        padding-left: 30px;
        font-size: 20px;
    }
}
.ttl-top-Button {
    padding: 20px 0;
    padding-right: 18px;
    text-align: right;
    font-size: 18px;
}
@media(min-width:768px) {
    .ttl-top-Button {
        padding-right: 30px;
    }
}
.ttl-top-Button a {
    color: #fff;
}
/* ------------------------------------------------- *
 * 説明テキスト
 * ------------------------------------------------- */
.exp {
    margin-top: 5px;
    text-align: left;
    font-size: 10px;
    line-height: 1.3;
}
@media(min-width:768px) {
    .exp {
        font-size: 12px;
    }
}
.expg {
    margin: 5px 0 20px;
    text-align: left;
    font-size: 10px;
    line-height: 1.3;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
@media(min-width:768px) {
    .expg {
        font-size: 12px;
    }
}
.exp-c {
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 1.3;
}
@media(min-width:768px) {
    .exp-c {
        font-size: 12px;
    }
}
/* ------------------------------------------------- *
 * 説明テキスト
 * ------------------------------------------------- */
 .exp2 {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
}
@media(min-width:768px) {
    .exp2 {
        font-size: 14px;
    }
}
 /* ------------------------------------------------- *
 * テキストボックス001
 * ------------------------------------------------- */
 .text-box001 {
    padding: 30px 0 30px;
    text-align: left;
}
@media(min-width:768px) {
    .text-box001 {
        padding: 30px 0 30px;
    }
}
.text-box001 p {
    font-size: 14px;
    line-height: 1.6;
}
@media(min-width:768px) {
    .text-box001 p {
        font-size: 16px;
    }
}
.text-box001 p:not(:first-child) {
    margin-top: 30px;
}
@media(min-width:768px) {
    .text-box001 p:not(:first-child) {
        margin-top: 20px;
    }
}
 /* ------------------------------------------------- *
 * テキストボックス002
 * ------------------------------------------------- */
 .text-box002 {
    padding: 20px 0 30px;
    text-align: left;
}
@media(min-width:768px) {
    .text-box002 {
        padding: 0 0 30px;
    }
}
.text-box002 p {
    font-size: 14px;
    line-height: 1.6;
}
@media(min-width:768px) {
    .text-box002 p {
        font-size: 16px;
    }
}
.text-box002 p:not(:first-child) {
    margin-top: 30px;
}
@media(min-width:768px) {
    .text-box002 p:not(:first-child) {
        margin-top: 20px;
    }
}
 /* ------------------------------------------------- *
 * テキストボックス003
 * ------------------------------------------------- */
 .text-box003 {
    padding: 30px 0 30px;
    text-align: left;
}
@media(min-width:768px) {
    .text-box003 {
        padding: 0;
    }
}
.text-box003 p {
    font-size: 14px;
    line-height: 1.6;
}
@media(min-width:768px) {
    .text-box003 p {
        font-size: 16px;
    }
}
.text-box003 p:not(:first-child) {
    margin-top: 30px;
}
@media(min-width:768px) {
    .text-box003 p:not(:first-child) {
        margin-top: 20px;
    }
}
 /* ------------------------------------------------- *
 * テキストボックス
 * ------------------------------------------------- */
.text-box {
    margin: 20px 0 30px;
    padding: 0 10px;
    text-align: left;
}
@media(min-width:768px) {
    .text-box {
        margin: 20px 0 30px;
        padding: 0 50px;
    }
}
.text-box p {
    font-size: 14px;
    line-height: 1.8;
}
@media(min-width:768px) {
    .text-box p {
        font-size: 16px;
        line-height: 3;
    }
}
.text-box p:not(:first-child) {
    margin-top: 30px;
}
@media(min-width:768px) {
    .text-box p:not(:first-child) {
        margin-top: 20px;
    }
}
.stya-text {
    padding: 30px 0 30px;
    text-align: left;
}
@media(min-width:768px) {
    .stya-text {
        padding: 50px 20px 30px;
    }
}
.stya-text p {
    font-size: 14px;
    line-height: 1.8;
}
@media(min-width:768px) {
    .stya-text p {
        font-size: 18px;
    }
}
.stya-text p:not(:first-child) {
    margin-top: 30px;
}
@media(min-width:768px) {
    .stya-text p:not(:first-child) {
        margin-top: 20px;
    }
}
 /* ------------------------------------------------- *
 * 画像の横並び表示
 * ------------------------------------------------- */
.PhotoList1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList1 > li {
    width : calc(100% / 1) ;
    padding-left: 20px;
}
.PhotoList2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList2 > li {
    width : calc(100% / 2) ;
    padding-left: 20px;
}
.PhotoList3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList3 > li {
    width : calc(100% / 3) ;
    padding-left: 20px;
}
.PhotoList5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList5 > li {
    width : calc(100% / 5) ;
    padding-left: 20px;
}
.PhotoList1-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList1-2 > li {
    margin-bottom: 20px;
    width : calc(100% / 1) ;
    padding-left: 20px;
}
@media(min-width:768px) {
    .PhotoList1-2 > li {
        width : calc(100% / 2) ;
    }
}
.PhotoList1-3 {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList1-3 > li {
    margin-bottom: 20px;
    width : calc(100% / 1) ;
    padding-left: 20px;
}
@media(min-width:768px) {
    .PhotoList1-3 > li {
        width : calc(100% / 3) ;
    }
}
.PhotoList1-4 {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList1-4 > li {
    margin-bottom: 20px;
    width : calc(100% / 1) ;
    padding-left: 20px;
}
@media(min-width:768px) {
    .PhotoList1-4 > li {
        width : calc(100% / 4) ;
    }
}
.PhotoList1-5 {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList1-5 > li {
    margin-bottom: 20px;
    width : calc(100% / 1) ;
    padding-left: 20px;
}
@media(min-width:768px) {
    .PhotoList1-5 > li {
        width : calc(100% / 5) ;
    }
}
.PhotoList2-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList2-3 > li {
    margin-bottom: 20px;
    width : calc(100% / 2) ;
    padding-left: 20px;
}
@media(min-width:768px) {
    .PhotoList2-3 > li {
        width : calc(100% / 3) ;
    }
}
.PhotoList2-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList2-4 > li {
    margin-bottom: 20px;
    width : calc(100% / 2) ;
    padding-left: 20px;
}
@media(min-width:768px) {
    .PhotoList2-4 > li {
        width : calc(100% / 4) ;
    }
}
.PhotoList2-4-b {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList2-4-b > li {
    margin-bottom: 20px;
    width : calc(100% / 2) ;
    padding-left: 20px;
}
@media(min-width:768px) {
    .PhotoList2-4-b > li {
        width : calc(100% / 4) ;
    }
}
.PhotoList2-5 {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList2-5 > li {
    margin-bottom: 20px;
    width : calc(100% / 2) ;
    padding-left: 20px;
}
@media(min-width:768px) {
    .PhotoList2-5 > li {
        width : calc(100% / 5) ;
    }
}
.PhotoList2-6 {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 30px 0px 15px;
    margin-left: -20px;
}
.PhotoList2-6 > li {
    margin-bottom: 20px;
    width : calc(100% / 2) ;
    padding-left: 20px;
}
@media(min-width:768px) {
    .PhotoList2-6 > li {
        width : calc(100% / 6) ;
    }
}
/* ------------------------------------------------- *
 * 画像の角丸
 * ------------------------------------------------- */
img.radius0 {
    width: 100%;
    border-radius: 0%;
}
img.radius5 {
    width: 100%;
    border-radius: 10px;
}
/* ------------------------------------------------- *
 * アニメーション上から表示
 * ------------------------------------------------- */
 .anime-ue {
    transform: translateY(-50px);
    opacity: 0;
    transition: .5s;
}
.anime-ue.show {
    opacity: 1;
    transform: none;
}
.anime-ue2 {
    transform: translateY(-50px);
    opacity: 0;
    transition: 1s;
}
.anime-ue2.show {
    opacity: 1;
    transform: none;
}
/* ------------------------------------------------- *
 * アニメーション下から表示
 * ------------------------------------------------- */
 .anime-sita {
    transform: translateY(50px);
    opacity: 0;
    transition: .5s;
}
.anime-sita.show {
    opacity: 1;
    transform: none;
}
.anime-sita2 {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
}
.anime-sita2.show {
    opacity: 1;
    transform: none;
}
/* ------------------------------------------------- *
 * アニメーション左から表示
 * ------------------------------------------------- */
 .anime-sa {
    transform: translateX(-50px);
    opacity: 0;
    transition: .5s;
}
.anime-sa.show {
    opacity: 1;
    transform: none;
}
.anime-sa2 {
    transform: translateX(-50px);
    opacity: 0;
    transition: 1s;
}
.anime-sa2.show {
    opacity: 1;
    transform: none;
}
/* ------------------------------------------------- *
 * アニメーション右から表示
 * ------------------------------------------------- */
 .anime-yu {
    transform: translateX(50px);
    opacity: 0;
    transition: .5s;
}
.anime-yu.show {
    opacity: 1;
    transform: none;
}
.anime-yu2 {
    transform: translateX(50px);
    opacity: 0;
    transition: 1s;
}
.anime-yu2.show {
    opacity: 1;
    transform: none;
}
/* ------------------------------------------------- *
 * pvエリア
 * ------------------------------------------------- */
 .pv {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
video {
    display: block;
    width: 100%;
}
/* ------------------------------------------------- *
 * 動画埋め込み
 * ------------------------------------------------- */
 .video {
    position: relative;
    align-items: bottom;
    width: 100%;
    height: 0;
    margin: 0px auto 50px;
    padding-top: calc(9 / 16 * 100%);
    /* background-color: #09f; */
}
@media(min-width:768px) {
    .video {
        margin: -30px auto 100px;
    }
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ------------------------------------------------- *
 * 動画埋め込み 画像下にテキスト
 * ------------------------------------------------- */
.video2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(9 / 16 * 100%);
    margin: 30px auto 30px;
    /* background-color: #09f; */
}
@media(min-width:768px) {
    .video2 {
        margin: 10px auto 70px;
    }
}
.video2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video2 p {
    margin: 10px 0 50px;
    text-align: center;
    font-size: 10px;
    line-height: 1.3;
}
@media(min-width:768px) {
    .video2 p {
        margin: 60px 0 50px;
        font-size: 12px;
    }
}
/* ------------------------------------------------- *
 * キャッチコピーエリア
 * ------------------------------------------------- */
h2.copy {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 3;
    border-bottom: 5px solid #245F33;
}
@media(min-width:768px) {
    h2.copy {
        margin: 0 0 40px;
        font-size: 33px;
    }
}
p.copy {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}
@media(min-width:768px) {
    p.copy {
        font-size: 20px;
        line-height: 1.7;
    }
}
img.copy {
margin-top: 10px;
}
@media(min-width:768px) {
    img.copy {
        margin-top: 80px;
    }
}
/* ------------------------------------------------- *
 * SNS
 * ------------------------------------------------- */
.insta {
    margin: 50px auto 100px;
}
@media(min-width:768px) {
    .insta {
        margin: 50px auto 80px;
    }
}
.sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px -120px;
    margin-left: 0px;
}
@media(min-width:768px) {
    .sns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 30px 0px 0px;
        margin-left: -50px;
    }
}
.sns > li {
    width: 100%;
    margin: 0 0 50px;
}
@media(min-width:768px) {
    .sns > li {
        width : calc(100% / 2) ;
        padding-left: 50px;
    }
}
.fb-page {
    width: 100%;
    padding-bottom: 50px;
}
.sns-tw {
    width: 100%;
    margin-top: 3px;
    /* border: 0.5px solid #E8EAEE; */
}
/* ------------------------------------------------- *
 * よくあるご質問　アコーディオン-qa-list
 * ------------------------------------------------- */
.qa-list {
    margin: 50px 0 100px;
    text-align: left;
}
/* サイト内リンク
.QaList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0px 15px;
    margin-left: -10px;
}
.QaList > li {
    margin-bottom: 20px;
    width : calc(100% / 1) ;
    margin-left: 10px;
}
@media(min-width:768px) {
    .QaList > li {
        width : calc(100% / 4) ;
    }
}
.qa-transition {
    display: block;
    padding: 20px 0;
    border-bottom: 5px solid #000;
    background-color: gray;
    text-align: center;
    font-size: 14px;
} */
.qa-ttl-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px 15px;
    background-color:#245F33;
    font-family: 'FontAwesome';
}
.qa-ttl {
    padding: 20px 0px;
    padding-left: 18px;
    text-align: left;
    color: #fff;
    font-size: 14px;
}
@media(min-width:768px) {
    .qa-ttl {
        padding-left: 30px;
        font-size: 18px;
    }
}
.qaButton {
    padding: 20px 0;
    padding-right: 18px;
    text-align: right;
    font-size: 18px;
}
@media(min-width:768px) {
    .qaButton {
        padding-right: 30px;
    }
}
.qaButton a {
    color: #fff;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 0px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-size: 20px;
    line-height: 1.5;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #6AAB2E;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
    line-height: 1.5;
}
.qa-list dl dd p {
    margin: 30px 0 0;
    font-size: 15px;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.qa-list dl dd a {
    color: #3285bf;
}
@media screen and (max-width: 767px) {
    .qa-list {
        margin: 30px 0 50px;
    }
    .qa-list dl {
        position: relative;
        padding: 15px 40px 15px 10px;
    }
    .qa-list dl::before {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }
    .qa-list dl dt {
        padding: 2px 0 0 30px;
        font-size: 14px;
        line-height: 1.3;
    }
    .qa-list dl dt::before {
        font-size: 14px;
        top: 3px;
        left: 5px;
        content: 'Q.';
    }
    .qa-list dl dd::before {
        font-size: 14px;
        top: 5px;
        left: 5px;
        content: 'A.';
    }
    .qa-list dl dd {
        margin: 10px 0 0;
        padding: 4px 0 0 30px;
        font-size: 14px;
        line-height: 1.3;
    }
    .qa-list dl dd p {
        margin: 3px 0 0;
        font-size: 12px;
    }
    .qa-list dl dd p:first-child{
        margin-top: 0;
    }
}
/* ------------------------------------------------- *
 * コテージエリア
 * ------------------------------------------------- */
.madori {
    width: 100%;
}
@media(min-width:768px) {
    .madori {
        width: 70%;
    }
}
/* ------------------------------------------------- *
 * テーブル
 * ------------------------------------------------- */
table {
    border-collapse: collapse;
    margin: 30px auto;
    padding: 0;
    width: 100%;
    table-layout: auto;
    color: #000;
    letter-spacing: 2px;
    font-family: Meiryo,メイリオ,游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ Ｐゴシック,MS PGothic,yu-mincho-pr6,Times New Roman,serif;
}
table tr {
    border-bottom: 1px solid #bbb;
}
/* table tr:first-child {
    border-top: 1px solid #3333;
}
table tr:last-child {
    border-bottom: 1px solid #333;
} */
table thead{
    border-top: 2px solid #3333;
    border-bottom: 2px solid #3333;
}
table th,table td {
    border-right: 1px solid #bbb;
}
table th:last-child,table td:last-child{
    border: none;
}
thead th {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}
@media(min-width:768px) {
    thead th {
        padding: 20px 10px;
        font-size: 18px;
        text-align: left;
    }
}
tbody {
    border-top: 2px solid #3333;
    border-bottom: 2px solid #3333;
}
tbody th {
    width: 30%;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.5;
    text-align:center;
    align-items: center;
    /* background-color: #09f; */
}
@media(min-width:768px) {
    tbody th {
        width: 25%;
        font-size: 14px;
    }
}
tbody td {
    padding: 15px 0 15px 15px;
    width: auto;
    text-align:left;
    font-size: 14px;
    line-height: 1.5;
}
tbody td  p:not(:first-child) {
    margin-top: 30px;
}
@media(min-width:768px) {
    tbody td  p:not(:first-child) {
        margin-top: 20px;
    }
}
.th-color-b {
    background-color: #FEF8E3;
    /* color: #fff; */
}
.th-color-c {
    background-color: #165826;
    color: #fff;
    line-height: 1.5;
}
/* ------------------------------------------------- *
 * お知らせ用テーブル
 * ------------------------------------------------- */
table.info {
    width: 100%;
    margin-top: 50px;
}
@media(min-width:768px) {
    table.info {
        width: 80%;
        margin-top: 70px;
    }
}
table.info tr {
    border: none;
    border-bottom: 1px dotted #000;
}
table.info td {
    display: block;
    padding: 20px 0;
}
table.info td p {
    display: block;
    margin-top: 20px;
}
/* ------------------------------------------------- *
 * プランリスト
 * ------------------------------------------------- */
 .PlanList {
    margin: 50px auto 0;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
.PlanList a {
    font-size: 10px;
    line-height: 4;
    color: #09f;
}
@media(min-width:768px) {
    .PlanList a {
        font-size: 16px;
        line-height: 3;
    }
}
/* ------------------------------------------------- *
 * 宿泊約款
 * ------------------------------------------------- */
.subheading {
    margin: 50px 0 30px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #000;
}
.stipulation p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
.stipulation p:first-child{
    margin-top: 0;
}
table.stipulation {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #000;
}
table.stipulation tr {
    border: none;
}
table.stipulation thead th {
    width: 14%;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #335D36;
}
table.stipulation td {
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
table.stipulation caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-align: left;
}
/* ------------------------------------------------- *
 * サイトマップ
 * ------------------------------------------------- */
.sitemap {
    margin: 50px 0 30px;
    text-align: left;
}
.SitemapList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px 15px;
    margin-left: -100px;
    font-size: 14px;
    line-height: 2;
}
.SitemapList > li {
    margin-bottom: 20px;
    width : calc(100% / 1) ;
    padding-left: 100px;
}
@media(min-width:768px) {
    .SitemapList > li {
        width : calc(100% / 2) ;
    }
}
.SitemapList > li a {
    color: #09f;
}
.SitemapList > li .sitemapTtl {
    width: 100%;
    margin: 30px 0 10px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #000;
}
@media(min-width:768px) {
    .SitemapList > li .sitemapTtl {
        margin: 50px 0 10px;
    }
}
.SitemapList > li .sitemapTtl:first-of-type {
    margin: 0px 0 10px;
}
.SitemapList > li p {
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
}
.SitemapList > li p:first-of-type {
    border-top: 0px dotted #000;
}
/* ------------------------------------------------- *
 * パンくずリスト
 * ------------------------------------------------- */
.breadcrumb-area {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
 }
.breadcrumb {
    padding: 0 20px;
}
@media(min-width:768px) {
    .breadcrumb {
        padding: 0;
    }
}
.breadcrumb li {
    display: inline-block;
    font-size: 10px;
}
@media(min-width:768px) {
    .breadcrumb li {
        font-size: 12px;
    }
}
.breadcrumb li:not(:last-child)::after {
    content: '>';
    margin: 0 5px;
}
/* ------------------------------------------------- *
 * フッター・ロゴ
 * ------------------------------------------------- */
 footer {
    display: block;
    align-items: center;
    justify-content: space-between;
    bottom: 50px;
    left: 0;
    z-index: 97;
    background-color:#245F33;
    height:270px;
    width: 100%;
    margin: 30px auto 0;
    padding: 0;
    border-top: 1px solid #ccc;
    text-align: center;
}
@media(min-width:768px) {
    footer {
        height: 300px;
        margin: 30px auto 0;
    }
}
/* ------------------------------------------------- *
 * フッタートップへ戻るボタン
 * ------------------------------------------------- */
.topButton2 {
    display: block;
    color: #000;
    background-color: #fff;
    width: 100%;
    padding: 30px 20px;
    font-family: 'FontAwesome';
}
@media(min-width:768px) {
    .topButton2 {
        padding: 50px 20px;
    }
}
.topButton2:hover {
    background-color: #eee;
}
.topButton2 span {
    font-size: 20px;
}
@media(min-width:768px) {
    .topButton2 span {
        font-size: 30px;
    }
}
.topButton2 p {
    font-size: 14px;
    line-height: 3;
    letter-spacing: 0.08em;
}
/* ------------------------------------------------- *
 * フッター上
 * ------------------------------------------------- */
.f001 {
    display: block;
    bottom: 320px;
    left: 0;
    z-index: 999;
    background-color: #245F33;
    width: 100%;
    padding: 0 20px 50px;
    font-family: 'FontAwesome';
}
.f001 img {
    width: 80%;
    margin: 30px auto 0;
}
@media(min-width:768px) {
    .f001 img {
        height: 80px;
        margin: 50px auto 0;
    }
}
.f001 p {
    margin: 30px auto 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}
@media(min-width:768px) {
    .f001 p {
        margin: 50px auto 0;
        font-size: 15px;
    }
}
.f001 a {
    color: #fff;
}

.f001 .SnsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px 30px;
}
@media(min-width:768px) {
    .f001 .SnsList {
        padding: 50px 400px;
    }
}
.f001 .SnsList > li {
    width : calc(100% / 4) ;
    padding: 0;
}
.f001 .icon {
    color: #fff;
    font-size: 25px;
}
@media(min-width:768px) {
    .f001 .icon {
        font-size: 35px;
    }
}
/* ------------------------------------------------- *
 * フッター中
 * ------------------------------------------------- */
.f002 {
    display: block;
    align-items: center;
    justify-content: space-between;
    bottom: 50px;
    left: 0;
    z-index: 97;
    background-color:#fff;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    border-top: 1px solid #999;
    text-align: center;
}
@media(min-width:769px) {
    .f002 {
        padding: 50px 0;
    }
}
.f002 .logo-area01 {
    display: block;
    width: 220px;
    align-items: center;
    margin: 30px auto 0px;
}
@media(min-width:769px) {
    .f002 .logo-area01 {
        width: 200px;
    }
}
.f002 .logo-area02 {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 50px;
}
@media(min-width:768px) {
    .f002 .logo-area02 {
        width: 50%;
        margin: 0 auto;
        padding: 0;
    }
}
.f002 .logo-area02 li:not(:first-child) {
    /* padding-left: 20px; */
}
.f002 .logo-area02 li {
    width: 50%;
    padding: 30px 0 0;
    /* background-color: #09f; */
}
@media(min-width:768px) {
    .f002 .logo-area02 li {
        width: 20%;
        padding: 50px 0;
    }
}
@media(min-width:768px) {
    .f002 .logo-area02 li:not(:first-child) {
        padding-left: 0;
    }
}
.f002 .logo-area02 li img {
    width: 100px;
    overflow: hidden;
}
/* ------------------------------------------------- *
 * フッター下
 * ------------------------------------------------- */
.f003 {
    display: block;
    align-items :center;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #674F27;
    height: 50px;
    width: 100%;
    padding: 16px 20px;
}
.f003 p {
    align-items: center;
    color: #fff;
    font-size: 14px;
}

