@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


@font-face {
    font-family: "APT";
    src: url("/wp-content/themes/child/fonts/APT.ttf") format("TrueType");
}

@font-face {
    font-family: "RoundedMplus1c-Bold";
    src: url("/wp-content/themes/child/fonts/RoundedMplus1c-Bold.ttf") format("TrueType");
}

@font-face {
    font-family: "RoundedMplus1c-Medium";
    src: url("/wp-content/themes/child/fonts/RoundedMplus1c-Medium.ttf") format("TrueType");
}

@font-face {
    font-family: "BMJUA";
    src: url("/wp-content/themes/child/fonts/BMJUA_otf.otf") format("OpenType");
}

.bm {
    font-family: "BMJUA";
}

.mp {
    font-family: "Mplus1p-Medium";
}

.ap {
    font-family: "APT";
}

html,
button,
input,
select,
textarea {
    /* 不要な指定は消す */
    font-family: "Mplus1p-Bold", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
    color: #382710;
    font-size: 1.111vw;
    line-height: 1.7;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

a:link {
    color: #004CCA;
    text-decoration: none;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
    font-size: 1.25vw;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/uploads/2022/10/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.oh {
    overflow: hidden;
}

.sp {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
    max-width: 90%;
}

/*********************************************
 * PC固定ページ 共通設定
 *********************************************/
.common-page_main {
    width: 100%;
    height: 23.833vw;
    background-image: url(/wp-content/uploads/2022/11/common_title_back.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 4.736vw;
}

.common-page_main::before {
    position: absolute;
    content: "";
    width: 7.639vw;
    height: 7.639vw;
    background-image: url(/wp-content/uploads/2022/11/common_titile_sun.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 3.472vw;
    top: 0.694vw;
}

.common-page_main .mountain_img {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
    transition-delay: 1.5s;
    transition-property: transform;
    transition: .5s;
    transform-origin: bottom left;
}

.common-page_main .mountain_img.active {
    opacity: 1;
    transform: scale(1);
}

.common-page_main .mountain_img img {
    width: 100%;
    height: 5.56vw;
    object-fit: cover;
}

.common-page_main .title_box {
    max-width: 65vw;
    background-color: #fff;
    border-radius: 2.083vw;
    min-height: 11.806vw;
    border: solid 3px #7CA521;
    padding: 2.489vw 2.778vw 0;
    position: relative;
    width: 35vw;
}

.common-page_main .title {
    font-size: 1.55vw;
    line-height: 1;
    margin-top: 0.686vw;
}

.common-page_main .board_img img {
    width: 6.944vw;
    height: 10.139vw;
    object-fit: contain;
    transition: .3s;
    opacity: 0;
    transform: scale(0);
    transition-delay: 1.5s;
    transition-property: transform;
}

.common-page_main .board_img img.active {
    opacity: 1;
    transform: scale(1);
}

.common-page_main .board_img {
    position: absolute;
    right: 3.472vw;
    bottom: 0;
}

.common-page_main .sub_title {
    font-size: 3.625vw;
    text-transform: uppercase;
    line-height: 1;
}

.common-page_main .title_box .owl_img img {
    width: 3.472vw;
    height: 4.861vw;
    object-fit: contain;
}

.common-page_main .title_box .owl_img {
    z-index: -1;
    transition: .5s;
    position: absolute;
    right: 0.694vw;
    top: -3.472vw;
    transform: translateY(100%);
    opacity: 0;
    transition-delay: 1.7s;
    transition-property: transform;
}

.common-page_main .title_box .owl_img.active {
    transform: translateY(0%);
    opacity: 1;
}

.common-page_main>* {
    position: relative;
    z-index: 1;
}

.common-page_wrap {
    padding: 6.944vw 0;
}

.common-page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common-page_title h2 {
    font-size: 30px;
}

.common-page_title .sub_title {
    font-size: 14px;
    letter-spacing: .1em;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

.common-btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    transition: .3s;
}

.common-btn:hover {
    opacity: .7;
}

/* パンくず */
.breadcrumb {
    margin-top: 0.694vw;
    font-size: 0.833vw;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
}

/*********************************************
 * PC固定ページ 会社概要
 *********************************************/
.company_profile {
    margin-bottom: 6.944vw;
}

.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 1.1vw;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 24.306vw;
    margin-top: 2.5vw;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}

#page_company .common_ttl .en_big {
    font-size: 3vw;
}

#page_company table .text+.text {
    margin-top: 1em;
}

#page_company table {
    margin-top: 2.5vw;
}

#page_company .common_ttl {
    position: relative;
}

#page_company .common_ttl::before {
    position: absolute;
    width: 22.917vw;
    height: 17.361vw;
    background-image: url(/wp-content/uploads/2022/11/concept_ttl_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    z-index: -1;
    left: -6.944vw;
    top: -4.861vw;
}

/*********************************************
 * PC固定ページ お問い合わせ
 *********************************************/
#page_contact table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 3.472vw;
}

#page_contact table th,
#page_contact table td {
    padding: 1em;
    font-size: 0.972vw;
}

#page_contact table th {
    width: 25%;
}

#page_contact table th .hissu {
    color: #c70000;
    margin-right: .3em;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 60%;
    height: 3.472vw;
    border: 1px solid #ccc;
    padding: 1em;
    background-color: #fff;
}

#page_contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    width: 18.8%;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

#page_contact textarea {
    width: 60%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 13.889vw;
    background-color: #fff;
}

#page_contact .attention {
    font-size: 0.833vw;
}

#page_contact #btn_wrap {
    justify-content: center;
}

#page_contact .common_page_btn {
    background-color: #93c426;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 20.833vw;
    line-height: 3.472vw;
    border-radius: 2.083vw;
    transition: .3s;
    text-align: center;
    letter-spacing: 0.08em;
    font-size: 1.25vw;
    padding: 0.347vw 0;
}

#page_contact #btn_wrap button[name="submitBack"] {
    background-color: #E6C63E;
    margin-right: 1.389vw;
}

#page_contact .common_page_btn:hover {
    opacity: 0.8;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio-btns input[type=radio].radio-btns__item {
    display: none;
}

.radio-btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio-btns .radio-btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio-btns .radio-btns__item+span::after,
.radio-btns .radio-btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 1.389vw;
    height: 1.389vw;
    top: 0;
    left: 0;
    background: #fff;
}

/* after上書き */
.radio-btns .radio-btns__item+span::after {
    width: 0.972vw;
    height: 0.972vw;
    top: 0.208vw;
    left: 0.208vw;
    border: none;
    background: #93c426;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio-btns .radio-btns__item:checked+span {
    color: #93c426;
}

.radio-btns .radio-btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
#page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 2.5vw 0 2.5vw;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 0.139vw;
    width: 1.389vw;
    height: 1.389vw;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 0.208vw;
    border-color: transparent transparent #f18800 #f18800;
    border-style: solid;
    width: 1.389vw;
    height: 0.694vw;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 0.694vw;
    margin-bottom: 0.694vw;
    display: inline-block;
}

#page_contact .accent_comment {
    text-align: center;
    margin-bottom: 80px;
}

/* サンクスページ */
#page_contact .thanks_textArea .common_page_btn {
    margin: 0 auto;
}

#page_contact .thanks_textArea {
    text-align: center;
}

#page_contact .thanks_textArea p {
    font-size: 1.111vw;
    line-height: 2;
}

#page_contact .thanks_textArea .contact_text {
    margin-bottom: 1.389vw;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 20.833vw;
    line-height: 3.472vw;
    border-radius: 3.472vw;
    font-size: 1.042vw;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    background-color: #bf0000;
}

/* ステップバー デザイン */
#page_contact .progressbar {
    margin-bottom: 2.083vw;
    justify-content: center;
}

/* 予約フォーム */
.page-id-370 .progressbar {
    display: none;
}

#page_contact .progressbar .item {
    position: relative;
    width: 8.417vw;
    height: 8.417vw;
    display: flex;
    border-radius: 50%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0.903vw 0;
    line-height: 1.5;
    background: #fff;
    color: #999999;
}

#page_contact .progressbar #step-2 {
    margin: 0 5.556vw;
}

/* active */
#page_contact .progressbar .item.active {
    z-index: 1;
    background: #93c426;
    color: #FFF;
}

/*********************************************
 * PC固定ページ 個人情報保護方針
 *********************************************/
.privacy_page .main_text {
    font-size: 1.111vw;
    line-height: 2;
    margin-bottom: 3em;
}

.privacy_page dl {
    margin-bottom: 2.083vw;
}

.privacy_page dl:last-child {
    margin-bottom: 0;
}

.privacy_page dl dt {
    font-weight: 600;
    font-size: 1.111vw;
    margin-bottom: .5em;
    border-left: 5px solid;
    padding-left: 1em;
}

.privacy_page dl dd {
    font-size: 0.972vw;
    line-height: 2;
}

.privacy_page .privacy_index .list li+li {
    margin-top: 3.125vw;
}

.privacy_page .privacy_index .list li .text {
    line-height: 1.7;
    letter-spacing: 0.08em;
}

.privacy_page .privacy_index .down_box {
    margin-top: 3.472vw;
}

.privacy_page .privacy_index .down_box .box+.box {
    margin-left: 4.167vw;
}

/*********************************************
 * PC固定ページ 404ページ
 *********************************************/
#page-404 {
    text-align: center;
}

#page-404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page-404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/*********************************************
 * PC固定ページ アーカイブページ
 *********************************************/
#page_cafe .common_news_list .list,
.archive_page .common_news_list .list {
    justify-content: space-between;
    gap: 1.389vw;
}

.archive_page .wp-pagenavi .current {
    color: #FFF;
    background-color: #91c424;
    border-color: #66cccc;
    font-weight: bold;
}

.archive_page .wp-pagenavi a:hover,
.archive_page .wp-pagenavi span.current {
    border-color: #93c426;
}

.archive_page .common_news_list .list li:nth-child(n + 4) {
    margin-top: 3.472vw;
}

.archive_page .wp-pagenavi a:hover {
    color: #FFF;
    background-color: #93c426;
    border-color: #93c426;
}

/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
}

/* wp-pagenavi base */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #66cccc;
    border-color: #66cccc;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #66cccc;
    border-color: #66cccc;
    font-weight: bold;
}

/*********************************************
 * PC投稿ページ シングルページ
 *********************************************/
#single_page .fl_wrap {
    align-items: flex-start;
}

.singleContent h1 {
    font-size: 1.528vw;
    padding: 1.042vw 2.778vw;
    border-top: 0.174vw solid #93c426;
    border-bottom: 0.174vw solid #93c426;
    letter-spacing: 1px;
    line-height: 1.4;
    background: #fff;
}

#single_page .singleContent .common_btn .link {
    margin: 100px auto 0;
}

.singleContent .single_title {
    margin-bottom: 50px;
}

.singleContent .single_title time {
    font-size: 0.833vw;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list {
    margin-bottom: 20px;
}

.singleContent .category_list ul li {
    background-color: #7ba522;
    color: #fff;
    font-size: 0.694vw;
    font-weight: 600;
    padding: 0.5em 2em;
    margin: 0.347vw;
}

.singleContent h2 {
    font-size: 1.389vw;
    padding: 1.042vw;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
    background-color: #E0F57A;
    border-radius: 2.083vw 0 0px 2.083vw;
}

.singleContent h3 {
    position: relative;
    padding: 0.694vw;
    font-size: 1.25vw;
    margin: 1.5em 0 1.5em 1em;
    color: #fff;
    background-color: #382710;
    border-radius: 2.083vw 0 0px 2.083vw;
}

.singleContent h4 {
    padding: 0.694vw 0.694vw 0.694vw 1.389vw;
    margin: 1.5em 0 1em 1em;
    color: #333;
    border-bottom: 1px solid #333;
    font-size: 1.528vw;
    position: relative;
}

.singleContent h4:before {
    content: '';
    padding-right: 0.694vw;
    width: 0.694vw;
    height: 0.694vw;
    background-color: #93c426;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.singleContent h5 {
    font-size: 1.25vw;
    border-left: 5px solid;
    padding-left: 1em;
    margin: 1.5em 0;
}

.singleContent img {
    height: auto;
}

.singleContent h6 {
    font-size: 1.25vw;
    border-bottom: 1px solid;
    padding-bottom: .5em;
    margin: 1.5em 0;
}

.singleContent p {
    font-size: 1.111vw;
    line-height: 2;
}

#single_page .singleContent {
    width: 62%;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

#single_page .singleSidebar {
    width: 32%;
    background-color: #fff;
    padding: 1.389vw;
    border: solid 0.208vw #93c426;
    border-radius: 30px;
}

#single_page aside#info-side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info-side h2 {
    font-size: 1.389vw;
    text-align: center;
    border-bottom: 0.139vw solid;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

#single_page aside#info-side p#news-not_found {
    text-align: center;
}

#single_page aside#info-side ul li a {
    color: initial;
    display: block;
    border-bottom: 0.1vw dashed;
    padding: 0.694vw;
    transition: .3s;
}

#single_page aside#info-side ul li a:hover {
    opacity: .7;
}

#single_page aside#info-side ul li a time {
    font-size: 0.833vw;
    font-weight: 600;
}

#single_page aside#info-side ul li a time i {
    margin-right: .5em;
}

#single_page aside#info-side ul li a h3 {
    font-size: 0.972vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* サイトマップ */
body #sitemap_list {
    background: #f3f2e8;
}

body #sitemap_list li a {
    color: #fff;
    font-weight: bold;
    background: #93c426;
    padding: 0.347vw 1.736vw;
    line-height: 2.222vw;
    display: block;
    border: none;
    margin-bottom: 1.042vw;
    font-size: 1.458vw;
    letter-spacing: 0.1em;
    font-family: "APT";
    border-radius: 1.042vw;
}

body #sitemap_list li.home-item a {
    color: #382710;
    font-size: 1.736vw;
    padding-bottom: 0.347vw;
}

/* 地域観光情報 */
.common_page_sightseeing_agricultural .btn_list {
    gap: 2.431vw;
    margin-top: 3.472vw;
}

.common_page_sightseeing_agricultural .btn_list .icon img {
    width: 2.083vw;
    height: 2.083vw;
    object-fit: contain;
}

.common_page_sightseeing_agricultural .btn_list .icon {
    text-align: center;
}

.common_page_sightseeing_agricultural .btn_list li a {
    width: 12.5vw;
    height: 12.5vw;
    border-radius: 1.389vw;
    background-color: #fff;
    border: solid 0.208vw #EDEBD6;
    padding: 3.472vw 0.8vw 1.389vw;
    display: block;
    transition: .3s;
}

.common_page_sightseeing_agricultural .btn_list li .text {
    color: #382710;
    text-align: center;
    margin-top: 0.833vw;
    letter-spacing: 0.03em;
}


.common_page_sightseeing_agricultural .squirrel_img img {
    width: 4.861vw;
    object-fit: contain;
}

.common_page_sightseeing_agricultural .ttl_area {
    align-items: flex-end;
}

.common_page_sightseeing_agricultural .ttl_area .common_ttl {
    margin-left: 1.389vw;
    position: relative;
    padding-right: 4.861vw;
}

.common_page_sightseeing_agricultural .ttl_area .common_ttl::before {
    position: absolute;
    content: "";
    right: 0;
    top: -2.083vw;
    background-image: url(/wp-content/uploads/2022/11/goto_cloud.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.944vw;
    height: 6.944vw;
}

.common_page_sightseeing_agricultural a[href $='.pdf']::before {
    display: none;
}

.common_page_sightseeing_agricultural a[href $='.pdf'] {
    display: inline-block;
    text-decoration: none;
    color: #382710;
    line-height: 1.7;
    font-size: 1.111vw;
}

.page_cafe_cont {
    margin-top: 80px;
}

.page_cafe_cont .cafe_cell .logo {
    width: 300px;
    margin: auto;
    margin-bottom: 30px;
}

.page_cafe_post .common_btn {
    margin-top: 50px;
}

.cafe_cell .time {
    text-align: center;
    margin-bottom: 10px;
}

.privacy_txt {
    margin-top: 50px;
}

.privacy_txt dt {
    margin-bottom: 5px;
}

.privacy_txt dd {
    padding-left: 45px;
    margin-bottom: 10px;
    font-size: 13px;
}

ul.sp_top_btn_ul {
    padding: 5%;
}

ul.sp_top_btn_ul li {
    width: 48%;
}

ul.sp_top_btn_ul li a {
    background-color: #7CA521;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 7%;
    align-items: center;
    color: #fff;
    font-size: 2.7vw;
    box-shadow: 0px 0px 6px rgb(111, 111, 111, 0.3);
}

ul.sp_top_btn_ul li a .image {
    width: 18%;
    margin-right: 10%;
}

@media (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wrap {
        max-width: 90%;
    }

    body {
        font-size: 13px;
        line-height: 1.5;
    }

    body.home {
        padding-top: 55px;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    a[href $='.pdf'] {
        font-size: 3.5vw;
    }

    /*********************************************
     * SP固定ページ 共通設定
     *********************************************/
    .common-page_main .sub_title {
        font-size: 9vw;
    }

    .common-page_main .title_box .owl_img {
        right: 0;
        top: -11vw;
    }

    .common-page_main .title_box .owl_img img {
        width: 13vw;
        height: 13vw;
    }

    .common-page_main .title_box {
        max-width: 100%;
        border-radius: 30px;
        min-height: 27vw;
        padding: 5vw;
        width: 100%;
    }

    .common-page_main .sub_title {
        font-size: 9vw;
        word-wrap: break-word;
    }

    .common-page_main .title {
        font-size: 4vw;
        margin-top: 1.8vw;
    }

    .common-page_main .mountain_img img {
        height: 7.56vw;
    }

    .common-page_main .board_img img {
        width: 10vw;
        height: 15vw;
    }

    .common-page_main::before {
        display: none;
    }

    .common-page_main {
        width: 100%;
        padding-top: 14vw;
        padding-bottom: 47vw;
        margin-top: 21vw;
    }

    .common-page_main .title {
        font-size: 3.5vw;
        margin-top: 1.8vw;
    }

    .common-page_wrap {
        padding: 15vw 0 18vw;
    }

    .common-page_title h2 {
        font-size: 5vw;
    }

    .common-page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common-btn {
        width: 80%;
        line-height: 12vw;
    }

    .common-btn:hover {
        opacity: 1;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
        margin-top: 3vw;
    }

    /*********************************************
     * SPヘッダー
     *********************************************/
    #sp_header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 90px;
    }

    #sp_header .logo {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 29px;
        line-height: 0;
        text-align: center;
    }

    #sp_header .logo img {
        height: 36px;
        object-fit: contain;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 20px;
        top: 28px;
    }

    #sp_header .mail .text {
        display: block;
        color: #7CA521;
        font-size: 14px;
        letter-spacing: 0.03em;
    }

    #sp_header .mail img {
        width: 27px;
        height: 24px;
        object-fit: contain;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /*********************************************
     * SP固定ページ 会社概要
     *********************************************/
    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #fff;
    }

    #page_company .common_ttl::before {
        width: 38.917vw;
        height: 29vw;
        left: -6.944vw;
        top: -7.861vw;
    }

    #page_company .common_ttl .en_big {
        font-size: 6vw;
    }

    .common_ttl .common_ttl_text {
        margin-top: 1.5vw;
        font-size: 3vw;
    }

    #page_company table {
        margin-top: 7vw;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
        margin-top: 6vw;
    }

    /*********************************************
     * SP固定ページ お問い合わせ
     *********************************************/
    #page_contact table {
        margin-bottom: 10vw;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type="text"],
    #page_contact input[type="email"],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    .radio-btns .radio-btns__item+span::after {
        width: 3vw;
        height: 3vw;
        top: 1.55vw;
        left: 0.75vw;
    }

    .radio-btns .radio-btns__item+span::before {
        width: 4.5vw;
        height: 4.5vw;
        top: 0.8vw;
        left: 0;
    }

    #page_contact input.tel {
        width: 29%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact .common_page_btn {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name="submitBack"] {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */

    #page_contact .progressbar .item {
        width: 20.417vw;
        height: 20.417vw;
        padding: 0.903vw 0;
        font-size: 3.3vw;
        line-height: 1.4;

    }

    #page_contact .progressbar .item:not(:last-child)::before,
    #page_contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    #page_contact .progressbar #step-2 {
        margin: 0 8vw;
    }

    #page_contact .progressbar {
        margin-bottom: 10vw;
    }

    /*********************************************
     * SP固定ページ 個人情報保護方針
     *********************************************/
    .privacy_page .privacy_index .list li .text {
        font-size: 3.5vw;
    }

    .privacy_page .privacy_index .list li+li {
        margin-top: 6vw;
    }

    .privacy_page .privacy_index .down_box {
        margin-top: 8vw;
        flex-direction: column;
    }

    .privacy_page .privacy_index .down_box .box+.box {
        margin-left: 0;
        margin-top: 5vw;
    }

    .privacy_page .main_text {
        font-size: 3.5vw;
    }

    .privacy_page dl {
        margin-bottom: 10vw;
    }

    .privacy_page dl dt {
        font-size: 4vw;
    }

    .privacy_page dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /*********************************************
     * SP固定ページ 404ページ
     *********************************************/
    #page-404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page-404 .text {
        font-size: 3.5vw;
    }

    /*********************************************
     * SP投稿ページ アーカイブページ
     *********************************************/
    #page_cafe .common_news_list .list,
    .archive_page_list .common_news_list {
        overflow: inherit;
    }

    .archive_page_list .common_news_list .list {
        flex-direction: column;
    }

    .archive_page_list .common_news_list .list li+li {
        margin-top: 5vw;
    }

    .archive_page_list .common_news_list li {
        width: 70vw;
        margin: 0 auto;
    }

    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /*********************************************
     * SP投稿ページ シングルページ
     *********************************************/
    .singleContent h1 {
        font-size: 4.5vw;
        padding: 3vw 2vw;
        border-top: 1.5px solid #93c426;
        border-bottom: 1.5px solid #93c426;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list {
        margin-bottom: 2vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 3vw;
        border-radius: 20px 0px 0px 20px;
    }

    .singleContent h3 {
        font-size: 4vw;
        padding: 3vw;
        border-radius: 20px 0px 0px 20px;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw 2vw 2vw 5vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4:before {
        padding-right: 0;
        width: 3vw;
        height: 3vw;
    }

    #single_page .singleContent .common_btn .link {
        margin: 15vw auto 0;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    /*********************************************
     * SP固定ページ サイトマップ
     *********************************************/
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        padding: 3vw 3vw;
        line-height: 2.222vw;
        margin-bottom: 1.042vw;
        font-size: 4vw;
        border-radius: 15px;
    }

    body #sitemap_list li.home-item a {
        font-size: 5vw;
        padding-bottom: 3.5vw;
    }

    /* 地域観光情報 */
    .common_page_sightseeing_agricultural .squirrel_img img {
        width: 12vw;
    }

    .common_page_sightseeing_agricultural .common_ttl_text {
        font-size: 3.5vw;
        margin-top: 1vw;
    }

    .common_page_sightseeing_agricultural .en_big {
        font-size: 9vw;
    }

    .common_page_sightseeing_agricultural .ttl_area .common_ttl {
        margin-left: 4vw;
        padding-right: 0;
    }

    .common_page_sightseeing_agricultural .ttl_area .common_ttl::before {
        right: -15vw;
        top: -7vw;
        width: 21vw;
        height: 14vw;
    }

    .common_page_sightseeing_agricultural .btn_list {
        gap: 5vw;
        margin-top: 7vw;
    }

    .common_page_sightseeing_agricultural .btn_list {
        gap: 5vw;
        justify-content: center;
        margin-top: 7vw;
    }

    .common_page_sightseeing_agricultural .btn_list li a {
        width: 40vw;
        height: 35vw;
        border-radius: 20px;
        border: solid 3px #EDEBD6;
        padding: 8vw 3vw 2vw;
    }

    .common_page_sightseeing_agricultural .btn_list .icon img {
        width: 4.5vw;
        height: 4.5vw;
    }

    .common_page_sightseeing_agricultural .btn_list li .text {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    .common_page_sightseeing_agricultural .common_ttl .en_big {
        font-size: 9vw;
    }

    .common_page_sightseeing_agricultural .common_ttl .common_ttl_text {
        font-size: 3.5vw;
        margin-top: 1vw;
    }

    .common_page_sightseeing_agricultural .btn_list::before {
        content: "";
        display: block;
        width: 40vw;
        order: 2;
    }

    #page_contact .accent_comment {
        margin-bottom: 0px;
    }

    .page_cafe_cont {
        margin-top: 20vw;
    }

    .page_cafe_cont .cafe_cell .logo {
        width: 50%;
    }

    .page_cafe_post .common_btn {
        margin-top: 10vw;
    }    

    p.reserve_tel a {
        color: #7CA521;
        background-color: #fff;
        display: block;
        text-align: center;
        font-size: 7vw;
        border: solid 2px #7CA521;
        border-radius: 50px;
        margin-top: 10px;
        line-height: 2;
        background-image: url(/wp-content/uploads/2022/11/greem_tel_icon.png);
        background-repeat: no-repeat;
        background-size: 6%;
        background-position: 8%;
    }

    nav.globalMenuSp ul li .sp_menu_btn {
        display: block;
        color: #382710;
        padding: 1em 0;
        text-decoration: none;
        font-size: 3.8vw;
        background-image: url(/wp-content/uploads/2023/02/sp_btn_arrow_more.png);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 90%;
    }

    nav.globalMenuSp ul li a {
        background-image: url(/wp-content/uploads/2023/02/sp_btn_arrow.png);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 90%;
    }

    .sp_menu_btn_content.switchDetail .closeBtnHat {
        display: none;
    }

    ul.sp_top_btn_ul li a .image img {
        height: 6vw;
    }


}