@charset "UTF-8";
/*************************************************
 *	全体
 ************************************************** */

*,
::before,
::after {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    /*Safari*/
    /*Firefox*/
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

html {
    font-size: 62.5% !important;
    /*2*/
    -ms-text-size-adjust: 100%;
    /*1*/
    -webkit-text-size-adjust: 100%;
    /*1*/
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*リストスタイルを消去*/

ul,
ol {
    list-style: none;
}

/*デフォルトでcollapse*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1*/
    display: block;
}

/*グーグル翻訳バグ直し*/
.goog-te-menu-value img {
    width: 0;
}

/*************************************************
 *	フォーム類のスタイルをリセットする
 ************************************************** */

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    /*Chromeのフォーカス時アウトラインを削除*/
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    /*Chromeのフォーカス時アウトラインを削除*/
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    /*Firefoxのセレクト矢印を削除*/
    text-indent: .01px;
    text-overflow: "";
}

select::-ms-expand {
    /*IEのセレクト装飾を非表示*/
    display: none;
}

textarea {
    overflow: auto;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    border: 0;
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*************************************************
 *	テキスト・イメージ類スタイル
 ************************************************** */

@media screen and (min-width: 768px) {
    a {
        background-color: transparent;
        /*IE10のリンクバックグラウンドカラーを透明にする*/
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    a {
        background-color: transparent;
        /*IE10のリンクバックグラウンドカラーを透明にする*/
        text-decoration: underline;
    }
}

a,
a:active,
a:hover {
    outline: 0;
}

a,
a:visited {
    color: inherit;
}

b,
strong {
    font-weight: bold;
}

img {
    border-style: none;
    /*リンク内画像のborderを消去*/
    vertical-align: bottom;
    /*画像下のスキマを消去*/
    border: 0;
    padding: 0;
}

svg:not(:root) {
    overflow: hidden;
}

.google_translate {
    position: absolute;
    top: 68px;
    right: calc((100% - 1300px)/2);
    line-height: 1.7;
    overflow: hidden;
}

html {
    background: linear-gradient(90deg, #F2F2F2 0%, #F2F2F2 70%, #D9D4D0 30%, #D9D4D0 100%);
}

body {
    font-family: YakuHanJPs, 'FOT-筑紫ゴシック Pr5 D', 'TsukuGoPr5-D', sans-serif;
    color: #5A3C32;
    letter-spacing: 0.2rem;
    line-height: 1.6;
    font-size: 1.5rem;
}

main {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 140px;
    background: linear-gradient(90deg, #F2F2F2 0%, #F2F2F2 80%, #D9D4D0 20%, #D9D4D0 100%);
    overflow: hidden;
}

h2 {
    font-family: YakuHanJPs, 'Prata', serif;
    font-size: 5.6rem;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 1.1rem;
}

h2 span,
.c_red {
    color: #860E0F;
}

.p_c {
    color: #5A1801;
    letter-spacing: 0.35rem;
}

img {
    width: 100%;
}

.description {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1rem;
    text-align: justify;
    font-feature-settings: "palt";
}

.palt {
    font-feature-settings: "palt";
}

.description .box_link {
    margin-top: 2em;
}

.box_link {
    position: relative;
    display: block;
    width: 300px;
    padding: 10px 0px;
    background: #40301e;
    color: #d4cbc8;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 6px;
    cursor: pointer;
}

.box_link:after {
    position: absolute;
    top: calc(50% - 4px);
    right: 1em;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    border-top: 1px solid #d4cbc8;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fadein {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 1500ms;
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sp,
.sp01 {
    display: none !important;
}

.f_26 {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 1.2rem;
    line-height: 1.35;
    color: #6F1D00;
}

.ta_j {
    text-align: justify;
}

.pb {
    padding-bottom: 150px;
}

.mb {
    margin-bottom: calc(40px + 100 * ((100% - 320px)/ 1400));
}

@media screen and (max-width: 1300px) {
    main {
        background: linear-gradient(90deg, #F2F2F2 0%, #F2F2F2 73.5%, #D9D4D0 26.5%, #D9D4D0 100%);
    }

    .google_translate {
        right: 1%;
    }
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 768px) {
    .p_c {
        letter-spacing: 0.3rem;
    }

    h2 {
        font-size: 5.2rem;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }

    h2 {
        font-size: 4rem;
        padding-left: 2.5%;
        padding-top: 20px;
        letter-spacing: 1rem;
    }

    .description {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block !important;
    }

    .google_translate {
        right: 4%;
        top: 1.5rem;
    }

    .google_translate {
        top: 95px;
        right: 10px;
        margin: auto;
    }

    .f_26 {
        font-size: 2.3rem;
        letter-spacing: 0.9rem;
    }
}

@media screen and (max-width: 480px) {
    main {
        padding-bottom: 85px;
    }

    .pc01 {
        display: none !important;
    }

    .sp01 {
        display: block !important;
    }
}

/*-------------------------
  global_header
---------------------------*/

#global_header {
    background: linear-gradient(90deg, #F2F2F2 0%, #F2F2F2 80%, #D9D4D0 20%, #D9D4D0 100%);
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

#global_header nav {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0 30px;
}

#global_header .logo {
    margin-right: 3.5%;
}

#global_header .logo img {
    width: auto;
    height: 75px;
}

#global_header .global_navigation {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    position: relative;
}

#global_header .global_navigation li.header_sns {
    position: absolute;
    top: 48px;
    right: 130px;
    width: 50px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    font-size: 1.4vw;
}

#global_header .global_navigation li.tel {
    margin: 0 0 25px auto;
}

#global_header .global_navigation li.tel a {
    font-size: 1.6vw;
}

#global_header .global_navigation li {
    padding: 5px;
    font-family: YakuHanJPs, 'Red Rose', cursive;
    font-weight: 700;
    font-size: clamp(11px, 1.2vw, 18px);
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-right: 1.5%;
}

#global_header .global_navigation .line::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #860E0F;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#global_header .global_navigation .line:hover::after {
    transform: scale(1, 1);
}

#global_header .menu-trigger {
    display: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#global_header .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#global_header .menu-trigger .hamburger {
    position: relative;
    width: 34px;
    height: 24px;
}

#global_header .menu-trigger .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #5A3C32;
    border-radius: 3px;
}

#global_header .menu-trigger .hamburger span:nth-of-type(1) {
    top: 0;
}

#global_header .menu-trigger .hamburger span:nth-of-type(2) {
    top: 20px;
}

#global_header .menu-trigger .hamburger span:nth-of-type(3) {
    bottom: 0;
}

#global_header .menu-trigger .hamburger span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#global_header .menu-trigger.active .hamburger span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-315deg) scale(1);
    transform: translateY(20px) rotate(-315deg) scale(1);
    background: #5A3C32;
    top: -4px;
}

#global_header .menu-trigger.active .hamburger span:nth-of-type(2) {
    top: 70%;
    background-color: transparent;
    border-radius: 50%;
}

#global_header .menu-trigger.active .hamburger span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(315deg) scale(1);
    transform: translateY(-6px) rotate(315deg) scale(1);
    background: #40301e;
    bottom: -1px;
}

#global_header .menu-trigger.active + .global_navigation {
    display: block;
    top: 0;
    background: #F2F2F2;
}

#global_header .menu-trigger.active + .global_navigation li {
    margin-bottom: 1em;
}

#global_header .menu-trigger.active + .global_navigation li.tel {
    width: 100%;
    text-align: center;
}

#global_header .menu-trigger.active + .global_navigation li.tel a {
    width: 100%;
}

@media screen and (max-width: 1300px) {
    #global_header {
        background: linear-gradient(90deg, #F2F2F2 0%, #F2F2F2 73.5%, #D9D4D0 26.5%, #D9D4D0 100%);
        padding: 0 1%;
    }
}

@media screen and (max-width: 893px) {
    #global_header .global_navigation li.tel a {
        font-size: 2vw;
        white-space: nowrap;
    }

    #global_header .global_navigation li {
        margin-right: 1%;
        letter-spacing: 0.1rem;
    }

    #global_header .global_navigation li.header_sns {
        top: 45px;
        right: 135px;
        width: 45px;
    }
}

@media screen and (max-width: 767px) {
    #global_header nav {
        padding: 10px;
    }

    #global_header .logo img {
        width: auto;
        height: 55px;
    }

    #global_header .global_navigation {
        z-index: 9999;
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 65px 2.5% 30px;
        overflow: auto;
    }

    #global_header .menu-trigger {
        z-index: 10000;
        position: fixed;
        right: 20px;
        display: block;
    }

    #global_header .global_navigation li {
        margin-right: 0;
        display: block;
        font-size: 1.8rem;
    }

    #global_header .global_navigation li span {
        color: #860E0F;
    }

    #global_header .global_navigation .line::after {
        height: 0;
    }

    #global_header .menu-trigger.active + .global_navigation li.tel a {
        font-size: 2.6rem;
    }

    #global_header .global_navigation li.header_sns {
        position: static;
        margin: 0 auto;
        font-size: 1.4vw;
        width: 65px;
    }
}

/*-------------------------
  footer
---------------------------*/

footer {
    background: #D9D4D0;
}

footer .photo {
    background: url("../img/footer.jpg") no-repeat bottom center;
    background-size: cover;
    padding-bottom: 20px;
}

footer .sns {
    position: relative;
    height: 50px;
    padding-top: 20px;
}

.footer_nav {
    background: #392721;
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
    color: #D9D4D0;
    padding: 15px 0;
}

.footer_nav .line {
    padding: 5px;
    font-family: YakuHanJPs, 'Red Rose', cursive;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.footer_nav .global_navigation {
    width: 65%;
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}

.footer_nav .global_navigation .line::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #D9D4D0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.footer_nav .global_navigation .line:hover::after {
    transform: scale(1, 1);
}

.copyright {
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0.28rem;
    font-weight: bold;
    padding: 27px 0 20px;
    text-align: center;
}

/* ボタン全体 */

.flowbtn5 {
    border-radius: 13px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 33px;
    color: #fff !important;
    transition: .5s;
    text-decoration: none;
}

/* アイコンをど真ん中に*/

.flowbtn5 i {
    position: absolute;
    top: 50%;
    left: 52.5%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Instagram紫グラデ背景色 */

.insta_btn5 {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

/* Instagramオレンジグラデ背景色 */

.insta_btn5::before {
    content: '';
    position: absolute;
    top: 17px;
    left: -1px;
    width: 45px;
    height: 34px;
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

/* Instagramアイコン調整 */

.insta_btn5 .fa-instagram {
    font-size: 4rem;
}

/* Facebook */

.fl_fb1 {
    background: #3b5998;
}

/* ulタグの内側余白を０にする */

ul.snsbtn {
    padding: 0 !important;
    height: 70%;
    width: 190px;
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

ul.snsbtn li {
    line-height: 1;
}

.cr_container {
    color: #FFF;
    font-size: 1.3rem;
    text-align: center;
    padding: 20px;
    line-height: 1.5;
}

.social_share {
    width: 200px;
    height: 30%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    top: 66%;
    left: 0;
    right: 0;
    margin: auto;
}

.social_share li a {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 30px;
    width: 30px;
    transition: .5s;
}

/* アイコンボタンにマウスホバーした時の指定*/

.flowbtn5:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    text-decoration: none;
}

.social_share a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .footer_nav .global_navigation {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    ul.snsbtn {
        width: 130px;
    }

    .social_share {
        width: 170px;
    }

    .cr_container {
        padding: 15px;
    }

    .flowbtn5 {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .insta_btn5:before {
        content: '';
        position: absolute;
        top: 15px;
        left: 0;
        width: 36px;
        height: 27px;
    }

    .insta_btn5 .fa-instagram {
        font-size: 3.2rem;
    }

    footer .sns {
        height: 100px;
        padding-top: 10px;
    }

    .copyright {
        background: #392721;
        padding: 8px 0;
        font-size: 1rem;
    }
}

/*-------------------------
  page-top
---------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9998;
    font-family: YakuHanJPs, 'Red Rose', cursive;
}

#page-top a {
    line-height: 75px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    display: block;
    width: 70px;
    height: 70px;
    text-decoration: none;
    border-radius: 50%;
    border: solid 1px #9D8B85;
    background: #F2F2F2;
    transition: 0.3s;
}

#page-top a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #9D8B85;
    border-right: solid 2px #9D8B85;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #page-top {
        right: 2.5%;
    }
}

@media screen and (max-width: 480px) {
    #page-top a {
        line-height: 55px;
        text-align: center;
        font-size: 1rem;
        width: 50px;
        height: 50px;
    }

    #page-top a::before {
        width: 4px;
        height: 4px;
        top: 10px;
    }
}



/*-------------------------
  予約バナー
---------------------------*/
.float {
    position: fixed;
    z-index: 999;
}

.float a {
    background: #860E0F;
    color: #fff;
    display: block;
    padding: 20px 0;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .float {
        right: 0;
        top: 160px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .float a {
        width: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 767px) {
    footer {
        padding-bottom: 20px;
    }

    .float {
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }

    .float a {
        padding: 0;
        width: 100%;
        line-height: auto;
    }
}

/*-------------------------
  contact
---------------------------*/
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.CMS-FORM-GROUP label {
    width: 25%;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 75%;
    padding: 15px;
    border: #ccc solid 1px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
}

.CMS-FORM-GROUP textarea {
    height: 120px;
}

.CMS-FORM-GROUP input[type="submit"] {
    background: #860E0F;
    border: none;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    padding: 20px;
    margin: 0 auto;
}

.CMS-FORM-GROUP input[type="submit"] :hover {}

@media screen and (max-width: 767px) {
    .CMS-FORM-GROUP {
        display: block;
    }

    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }

    .CMS-FORM-GROUP input[type="submit"] {
        width: 60%;
        margin: 0 auto;
    }
}

/*-------------------------
  policy
---------------------------*/
.ttl {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 10px 0 12px 0;
    position: relative;
    font-weight: bold;
}

.ttl:after {
    border-bottom: solid 3px #860E0F;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.lawer_content_inner > .policy-wrap:not(:last-of-type) {
    margin-bottom: 60px;
    ;
}

.policy-img {
    width: 70%;
    margin: 0 auto 20px auto;
}

@media screen and (max-width: 767px) {
    .policy-img {
        width: 100%;
    }
}

/*-------------------------
  menu
---------------------------*/


@media screen and (max-width: 540px) {
    .footer_nav {
        display: none;
    }
}
