@charset "utf-8";
/* CSS Document */
/*Theme Name: SALVA
  Author:Marudou
  Description: Version: 1.0
  License:Smiley Create
*/

/*============reset============ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
main,
aside {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    word-break: break-all;
}

body {
    line-height: 1.6;
    font-size: 16px;
    min-width: 1280px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/*for ie*/
main {
    display: block;
}


/*
input,
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    background: #fff;
}*/

/*=================reset end=================*/



/*based
---------------------------------------------*/
iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a {
    color: inherit;
}



table {
    table-layout: fixed;
}

td input {
    max-width: 100%;
}

#map {
    position: relative;
    width: 100%;
    padding: 500px 0 0 0;
}

#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

a[href^="tel:"] {
    cursor: default;
}

a[href^="tel:"]:hover {
    opacity: 1;
}

.slick-slide {
    outline: none;
}

.tb_only {
    display: none;
}

.sp_only {
    display: none;
}

.tb_pc {
    display: inherit;
}

.sp_tb {
    display: none;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex.end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex.center {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex.around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex.between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex.stretchf {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flex.ai_center {
    -webkit-align-items: center;
    align-items: center;
}

.flex.ai_start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.ai_end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex.nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex.column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex.row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flex.c_reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex.r_reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.noshrink {
    flex: 0 0 auto;
}

.grow {
    flex: 1 1 auto;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

@media(min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media(min-width: 768px) and (max-width:960px) {
    .pc_only {
        display: none;
    }

    .tb_only {
        display: inherit;
    }

    .sp_only {
        display: none;
    }

    .tb_pc {
        display: inherit;
    }

    .sp_tb {
        display: inherit;
    }

    body {
        min-width: 100%;
        max-width: 100%;
        overflow-y: scroll;
    }

    a:hover {
        opacity: 1;
        transition: .3s;
    }
}

@media(max-width: 767px) {

    body {
        min-width: 100%;
        max-width: 100%;
    }

    .pc_only {
        display: none;
    }

    .tb_only {
        display: none;
    }

    .sp_only {
        display: inherit;
    }

    .tb_pc {
        display: none;
    }

    .sp_tb {
        display: inherit;
    }

    #map {
        padding-top: 250px;
    }

    a:hover {
        opacity: 1;
        transition: .3s;
    }
}

/*int
-------------------------------------*/
.inner {
    width: 85.185%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

body {
    line-height: 1.75;
    letter-spacing: 0;
    font-size: 14px;
}

@media(min-width: 768px) {
    .content_wrap {
        min-width: auto;
    }
}

@media(max-width: 767px) {

    html,
    body {
        font-size: 3.73vw;
        line-height: 1.75;
        letter-spacing: 0;
    }

    .content_wrap {
        min-width: auto;
    }

    .inner {
        padding: 0 3.2vw;
        width: 100%;
    }
}

/*font-family
--------------------------------------*/
html,
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}

.jp {
    font-family: "Noto Serif Japanese", serif;
}

.en {
    font-family: 'Quicksand', sans-serif;
}

/*color*/
html,
body {
    color: #333;
    background-color: #fff;
}

.txt_link a,
.post_content a {
    text-decoration: underline;
    color: #c9a163;
}

/*fix margin*/
#wrap_road {
    margin-top: 0px;
    position: relative;
    overflow-x: hidden;
}

/*animation*/
.anime {
    opacity: 0;
}

.ofh {
    overflow: hidden;
}
.delay-4s{
    -webkit-animation-delay: 4s! important;
    animation-delay: 4s! important;
}
.delay-205s{
    -webkit-animation-delay: 2.5s! important;
    animation-delay: 2.5s! important;
}
.delay-105s{
    -webkit-animation-delay: 1.5s! important;
    animation-delay: 1.5s! important;
}

/*header
------------------------------------------------------------------*/
.logo_head {
    font-size: 0;
    width: 218px;
}

.logo_head a:hover {
    opacity: 1;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
}


/*=============================
.btn-trigger
=============================*/
.btn-trigger {
    position: relative;
    width: 50px;
    height: 44px;
    cursor: pointer;
    margin-top: 24px;
    margin-right: 12px;
    z-index: 20000;
}

.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #c9a163;
    border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
    top: 0;
}

.btn-trigger span:nth-of-type(2) {
    top: 20px;
}

.btn-trigger span:nth-of-type(3) {
    bottom: 0;
}


/*=============================
  #btn01
  =============================*/
#btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
}

#btn01.active span:nth-of-type(2) {
    opacity: 0;
}

#btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
}

/*=============================
  #mordal
  =============================*/
.mordal01 {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: opacity 1s;
    background: #FFFDF5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 100px;
}

.open .mordal01 {
    opacity: 1;
    pointer-events: all;
    z-index: 10000;
}

/*=============================
  #mordal fixed
  =============================*/
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

.mordal01::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ddd;
    background-image: url(images/bg_mordal01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.gnav {
    width: 50%;
    margin-left: auto;
    height: 100%;
}

.gnav ul {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 25%;
    font-size: 255%;
    font-weight: 200;
}

.gnav li {
    width: 100%;
    height: 62px;
}

.gnav a {
    text-decoration: none;
    line-height: 62px;
    position: relative;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    width: 390px;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.gnav a.btn-11::before,
.gnav a.btn-11::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #c9a163;
    border-radius: 50%;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.gnav a.btn-11::before {
    left: -20px;
    transform: translate(-50%, -50%);
}

.gnav a.btn-11::after {
    right: -20px;
    transform: translate(50%, -50%);
}



@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 390px;
        height: 62px;
        border-radius: 0;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 390px;
        height: 62px;
        border-radius: 0;
    }
}

@media(min-width: 768px) and (max-width:960px) {
    .mordal01::before {
        display: none;
    }

    .gnav {
        width: 100%;
    }

    .header {
        padding-left: 0;
    }

    .logo_head {
        margin-top: -12px;
        ;
    }
}

@media only screen and (max-width: 767px) {
    .mordal01::before {
        display: none;
    }

    .gnav {
        width: 100%;
    }

    .header {
        padding-left: 0;
        padding-right: calc(10/750*100vw);
    }

    .logo_head {
        margin-top: -12px;
        width: calc(218/750*100vw);
    }

    .btn-trigger {
        width: calc(50/750*100vw);
        height: calc(44/750*100vw);
        margin-top: calc(12/750*100vw);
        margin-right: calc(12/750*100vw);
    }

    .btn-trigger span {
        height: calc(4/750*100vw);
    }

    .btn-trigger span:nth-of-type(2) {
        top: calc(20/750*100vw);
    }

    #btn01.active span:nth-of-type(1) {
        -webkit-transform: translateY(calc(20/750*100vw)) rotate(-45deg);
        transform: translateY(calc(20/750*100vw)) rotate(-45deg);
    }

    #btn01.active span:nth-of-type(3) {
        -webkit-transform: translateY(calc(-20/750*100vw)) rotate(45deg);
        transform: translateY(calc(-20/750*100vw)) rotate(45deg);
    }

    .gnav ul {
        padding: 3.6vw;    padding-bottom: 38vw;
        padding-top: 12vw;
    }

    .gnav a {
        max-width: 100%;
    }

    .mordal01 {
        padding-top: calc(100/750*100vw);
    }
}

/*footer
------------------------------------------------------------------*/
.nav_foot {
    font-size: 82.5%;
    line-height: 3;
}

.footer {
    background: #333;
    color: #fff;
    padding: 80px 0 20px;
}

.footer .inner {
    max-width: 1280px;
}

.footer .col_c2,
.footer .col_r {
    color: #999;
}

.footer .col_l .address {
    text-decoration: underline;
}

.copyright_foot {
    padding-top: 60px;
    text-align: center;
}


.footer .col_c1 span {
    padding-right: 0.5em;
}

@media(min-width: 768px) and (max-width:960px) {
    .nav_foot .col_l {
        width: 100%;
    }

    .nav_foot .col_l a {
        text-decoration: underline;
    }

}

@media only screen and (max-width: 767px) {
    .nav_foot .col_l {
        width: 100%;
    }

    .nav_foot .col_c1 {
        width: 100%;
    }

    .nav_foot .col_c2 {
        width: 100%;
    }

    .nav_foot .col_r {
        width: 100%;
    }

}

/*front
------------------------------------------------------------------*/
.mv_front {
    width: 100%;
    min-height: 750px;
    height: calc(100vh + 1px);
    background: rgba(0, 0, 0, .5);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.slider_front {
    width: 100%;
    height: 100%;
}

.slider_front .slick-slide {
    height: calc(100vh + 1px);
    min-height: 750px;
    width: auto;
}

.slider_front .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.mv_front .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px 40px;
    overflow: hidden;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    max-width: 1280px;
}

.ttl_mv_front {
    font-size: 120%;
}

.txt_mv_front {
    text-align: left;
    font-size: 500%;
    line-height: 1.2;
    margin-bottom: 50px;
}

.front_about {
    padding: 120px 0;
    background-color: #fafafa;
}

.ttl01 {
    font-size: 200%;
    font-weight: 200;
    position: relative;
    z-index: 1;
}

.mb60 {
    margin-bottom: 60px;
}

.brd {
    position: relative;
    z-index: 1;
}

.brd::before {
    position: absolute;
    content: '';
    width: calc(100% - 150px);
    height: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #000;
    z-index: -1;
}

.brd.left::before {
    right: auto;
    left: 0;
}

.ttl01 span {
    display: inline-block;
    background-color: #fafafa;
    padding-right: 15px;
    width: 150px;
}

.front_about .area {
    background-color: #fff;
    padding: 5%;
    width: 50%;
    position: relative;
    height: 385px;
}

.ttl02 {
    font-size: 165%;
    margin-bottom: 60px;
    font-weight: 200;
}

.front_about .img01 {
    width: 50%;
    font-size: 0;
    height: 385px;
}

.front_about .img01 img {
    height: 385px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.circleScaleBtn {
    background-color: #fafafa;
    color: #333;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
}

.circleScaleBtn a {
    padding: 12px 24px;
    display: inline-block;
    box-sizing: border-box;
}

.circleScaleBtn span {
    z-index: 1;
    position: relative;
}

.circleScaleBtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
    transition: opacity .4s cubic-bezier(.19, 1, .22, 1), transform .75s cubic-bezier(.19, 1, .22, 1);
    background-color: rgb(142, 126, 54);
    opacity: 0;
}

.front_visual {
    padding: 120px 0;
    background: #FFFDF5;
}

.front_visual .ttl01 {
    text-align: right;
}

.front_visual .ttl01 span {
    background: #FFFDF5;
    padding-right: 0;
    padding-left: 15px;
}

.front_visual .col30 {
    width: 27.5%;
    margin-bottom: 45px;
}

.front_visual .col70 {
    width: 67.5%;
    margin-bottom: 45px;
}

.front_visual .col50 {
    width: 47.5%;
    margin-bottom: 45px;
}

.front_visual img {
    width: 100%;
    height: 313px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.front_menu {
    padding: 120px 0;
    background: #fafafa;
    position: relative;
}

.front_menu .bg {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.front_menu .bg .w100 {
    width: 100%;
    height: 100%;
}

.front_menu .bg span {
    display: block;
    background-image: url(images/bg_front01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.front_menu .area {
    width: 50%;
    margin-left: auto;
    text-align: center;
    padding-top: 60px;
}

.ttl_vrl {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 4px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    text-align: left;
}

.front_menu .circleScaleBtn {
    margin-top: 100px;
    background: #fff;
}

.front_menu .ttl01 span {
    background: inherit;
    color: #fafafa;
}

.front_menu .brd::before {
    background: gray;
}

.front_about.access .ttl01 {
    text-align: right;
}

@media(min-width: 768px) and (max-width:960px) {
    .front_visual .col30 {
        width: 47.5%;
    }

    .front_visual .col70 {
        width: 47.5%;
    }

    .front_visual img {
        width: 100%;
        height: 254px;
    }

    .front_menu .area {
        text-align: center;
    }

    .ttl02 {
        font-size: 135%;
    }

    .front_about .img01 img {
        height: 300px;
    }

    .front_about .img01 {
        height: 300px;
    }

    .front_about .area {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .mv_front {
        min-height: auto;
    }

    .txt_mv_front {
        font-size: 200%;
        margin-bottom: 10vw;
    }

    .ttl_mv_front {
        text-align: left;
        font-size: 100%;
    }

    .front_about .area {
        background-color: #fff;
        padding: 5%;
        width: 100%;
        position: relative;
        height: auto;
    }

    .brd::before {
        width: calc(100% - 32vw);
    }

    .front_about {
        padding: 10vw 0 15vw;
    }

    .mb60 {
        margin-bottom: 10vw;
    }

    .ttl02 {
        font-size: 120%;
        margin-bottom: 7vw;
        font-weight: 200;
        letter-spacing: 0.1em;
    }

    .front_about .area {
        order: 2;
    }

    .front_about .img01 img {
        height: auto;
        width: 100%;
    }

    .front_about .img01 {
        width: 100%;
        font-size: 0;
        height: auto;
    }

    .ttl01 span {
        display: inline-block;
        background-color: #fafafa;
        padding-right: 0;
        width: 32vw;
    }
    .front_about .ttl01 span {
        width: 40vw;
    }
    .front_about .brd::before {
        width: calc(100% - 32vw);
    }

    .front_visual .col70,
    .front_visual .col50,
    .front_visual .col30 {
        margin-bottom: 6vw;
        width: 100%;
    }

    .front_visual {
        padding: 10vw 0 15vw;
        background: #FFFDF5;
    }

    .front_menu .bg {
        width: 100%;
        height: 80vw;
        z-index: -1;
    }

    .front_menu {
        padding: 10vw 0 15vw;
        background: #fafafa;
        position: relative;
        z-index: 1;
    }

    .front_menu .brd::before {
        background: #fafafa;
    }

    .front_menu .circleScaleBtn {
        margin-top: 7vw;
        background: #fafafa;
    }

    .ttl_vrl {
        line-height: 1.75;
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        margin: 0 auto;
        text-align: left;
        font-size: 120%;
        font-weight: 200;
        letter-spacing: 0.1em;
    }

    .front_menu .area {
        width: 100%;
        margin-left: auto;
        text-align: left;
        padding-top: 0;
        background: #fff;
        padding: 5%;
        margin-top: 34vw;
    }

}

/*page_head
------------------------------------------------------------------*/
.page_head {
    background-color: #fff;
    opacity: 0;
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}

.page_head::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.page_head.access {
    background-image: url(images/head_access.jpg);
}
.page_head.menu {
    background-image: url(images/head_menu.jpg);
}
.page_head.visual {
    background-image: url(images/head_visual.jpg);
}

.page_head .area {
    color: #fff;
    width: 800px;
    height: 100%;
    padding-top: 195px;
}

.page_head .ttl {
    margin-left: 40px;
    font-size: 235%;
    font-weight: 200;
    position: relative;
}

.page_head .txt {
    font-size: 300%;
    text-align: right;
    margin-left: 40px;
    font-weight: normal;
    position: relative;
}

.page_head .txt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: calc(100% - 220px);
    background-color: #fff;
}

.page_head .txt span {
    display: inline-block;
    padding: 24px;
    width: 220px;
}

.page_head.concept {
    height: 100vh;
    background-image: url(images/head_concept.jpg);
}

.page_head.concept .txt::before {
    width: calc(100% - 250px);
    background-color: #000;
}

.page_head.concept .txt span {
    width: 250px;
}
.page_head.concept .txt{
    color: #000;
}
.page_head.concept .ttl{
    color: #000;
    font-weight: bold;
}
.page_head.concept::before{
    background-color: rgba(255,255,255,0.7);
}

@media(min-width: 768px) and (max-width:960px) {
    .page_head .area {
        width: 75%;
        min-width: 75%;
    }
}

@media only screen and (max-width: 767px) {
    .page_head .area {
        color: #fff;
        width: 100%;
        min-width: 100%;
        height: 100%;
        padding-top: 16vh;
    }


.page_head.concept .area {
    padding-top: 36vh;
    text-align: center;
}
    .page_head .txt {
        font-size: 130%;
        text-align: right;
        margin-left: 3.2vw;
        font-weight: normal;
        position: relative;
        width: 60%;
        
    }

    .page_head .txt span {
        display: inline-block;
        padding: 3.2vw;
        width: 27vw;
    }

    .page_head .txt::before {
        width: calc(100% - 27vw);
    }

    .page_head .ttl {
        margin-left: 3.2vw;
        font-size: 145%;
        font-weight: 200;
        position: relative;
    }

    .page_head {
        height: 50vh;
    }
}

/*page layout
------------------------------------------------------------------*/
.page_content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page_ttl01 {
    font-size: 200%;
    font-weight: normal;
    margin-bottom: 30px;
}

.flex.two_column>.col {
    width: 48%;
}

.page_content.page_concept {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media(min-width: 768px) and (max-width:960px) {
    .page_content {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .page_content {
        padding-top: 15vw;
        padding-bottom: 15vw;
    }

    .page_ttl01 {
        font-size: 150%;
        font-weight: normal;
        margin-bottom: 5vw;
    }

    .flex.two_column>.col {
        width: 100%;
    }
}

/*access
------------------------------------------------------------------*/
.page_map_access {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-bottom: 4%;
}

.page_map_access iframe {
    width: 100%;
    height: 850px;
    margin-top: -150px;
}

.page_access .area01>.col {
    background: #FFFDF5;
    border-radius: 10px;
    padding: 2em 3em;
}

.page_access .area01>.col p,
.page_access .area01>.col h3 {
    margin-bottom: 5px;
}

.page_access .area01>.col p.mb0 {
    margin-bottom: 0;
}

.page_access .area01>.col .col02 p span {
    padding-left: 0.5em;
}

.mt30 {
    margin-top: 30px;
}

@media(min-width: 768px) and (max-width:960px) {}

@media only screen and (max-width: 767px) {
    .page_access .area01>.col {
        background: #FFFDF5;
        border-radius: 10px;
        padding: 6.4vw 6.4vw 6.4vw;
    }

    .page_access .area01>.col.col02 {
        padding-bottom: 6.4vw;
        margin-top: 5vw;
    }

    .page_map_access {
        height: 94vw;
        margin-bottom: 5vw;
    }

    .page_map_access iframe {
        width: 100%;
        height: 158vw;
        margin-top: -25vw;
    }

    .mt30 {
        margin-top: 3vw;
    }

}

/*concept
------------------------------------------------------------------*/
.page_concept .area01{
    background: #FFFDF5;
}

.page_concept .area01 .col{
    width: 50%;
    height: 100vh;
    position: relative;
}
.page_concept .area01 .col01 .img{
    width: 100%;
    height: 100%;
}
.page_concept .area01 .col01 .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.page_concept .area01 .col02 .txt{
        font-size: 20px;
        line-height: 50px;
        letter-spacing: 4px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin: 0 auto;
        position: absolute;
        width: 600px;
        height: 696px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
}

@media(min-width: 768px) and (max-width:960px) {
    .page_concept .area01 .col{
        width: 100%;
    }
    .page_concept .area01 .col.col02{
        order: 1;
        height: 84vh;
    }
    .page_concept .area01 .col.col01{
        order: 2;
        height: 40vh;
    }
}

@media only screen and (max-width: 767px) {
    .page_concept .area01 .col{
        width: 100%;
    }
    .page_concept .area01 .col.col02{
        order: 1;
        height: 90vh;
    }
    .page_concept .area01 .col.col01{
        order: 2;
        height: 40vh;
    }
    .page_concept .area01 .col02 .txt {
        font-size: 100%;
        line-height: 7vw;
        letter-spacing: 4px;
        width: 80vw;
        height: 80vh;top: 4vh;
    }

}

/*mune
------------------------------------------------------------------*/
.page_menu .area01 .col01{
    font-size: 200%;
}
.page_menu .area01 .col02{
    font-size: 120%;
    margin-left: -20%;
}
.page_menu .tab_inner{
    display: none;
    padding: 10px 0 0px;
}
.page_menu .tab_inner.show{
    display: block;
}
.page_menu .tab{
    width: 100%;
    border-bottom: 1px solid;
}
.page_menu .tab li{
    cursor: pointer;
    margin-right: 3em;
    color: #aaa;
}
.page_menu .tab li:last-child{
    margin-right: 0;
}

.page_menu .tab li.active{
    color: #333;
}
.page_menu .tab03 .flex .name{
    width: 40%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 105%;
}
.page_menu .tab03 .flex .price{
    width: 10%;
    text-align: right;
    padding-right: 4em;
    margin-bottom: 20px;
    font-size: 105%;
}

.page_menu .tab03 h3{
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    margin-top: 30px;
}
.page_menu .wrap01 {
    margin-top: 50px;
}
.page_menu .tab03 .inner_txt{
    margin-top: 50px;
}
.page_menu .tab01.tab_inner,.page_menu .tab_inner.tab04,.page_menu .tab_inner.tab02{
    padding-top: 40px;
}
.page_menu .tab_inner figure{
    width: 65%;
}
.page_menu .tab_inner figure img{
    width: 100%;
}
.page_menu .tab01 .area_crs,.page_menu .tab_inner.tab04 .area_crs,.page_menu .tab02 .area_crs{
    width: 65%;
    font-size: 125%;
    padding: 1em 0;
}
.page_menu .tab_inner.tab01 .col{
    margin-bottom: 50px;
}
.page_menu .tab_inner.tab04 .area_crs,.page_menu .tab_inner.tab02 .area_crs{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.page_menu .tab_inner.tab04 .ttl {
    font-size: 200%;
    line-height: 1.2;
    margin-bottom: 50px;
    font-weight: normal;
}
.page_menu .tab_inner .desc02{
    width: 90%;
}
@media(min-width: 768px) and (max-width:960px) {
    .page_menu .tab_inner .area_crs dt,.page_menu .tab_inner .area_crs dd{
        width: 97%;
    }
    .page_menu .tab01 .area_crs, .page_menu .tab_inner.tab04 .area_crs, .page_menu .tab02 .area_crs{
        width: 98%;
        border-bottom: 1px solid;
        padding-bottom: 0;
        margin-bottom: 15px;
        font-size: 100%;
    }
    .page_menu .tab_inner .area_crs dd{
        text-align: right;
    }
    .page_menu .tab03 .flex .price {
        width: 20%;
        font-size: 100%;
    }
    .page_menu .tab03 .flex .name {
        width: 80%;
        font-size: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .page_menu .area01 .col02 {
        font-size: 120%;
        margin-left: 0;
    }
    .page_menu .tab_inner figure {
        width: 100%;
    }
    .page_menu .tab01 .area_crs, .page_menu .tab_inner.tab04 .area_crs, .page_menu .tab02 .area_crs {
        width: 98%
    }
    .page_menu .tab_inner .desc02 {
        width: 100%;
    }
    .page_menu .tab_inner.tab04 .area_crs dd{
        text-align: right;margin-left: auto;
    }
    .page_menu .tab03 .flex .price {
        width: 100%;
        font-size: 95%;
        padding-right: 0;
    }
    .page_menu .tab03 .flex .name {
        width: 100%;
        font-size: 95%;
    }
    .page_menu .tab_inner.tab04 .ttl {
        font-size: 140%;
        line-height: 1.2;
        margin-bottom: 10vw;
    }
    .page_menu .tab01.tab_inner, .page_menu .tab_inner.tab04, .page_menu .tab_inner.tab02{
        padding-top: 7vw;
    }
}


/*visual
------------------------------------------------------------------*/
.page_visual .page_ttl01{
    border-bottom: 1px solid;
}
.page_visual .area li{
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.page_visual .area li:nth-child(4n){
    margin-right: 0;
}
.page_visual .area li img{
    width: 100%;
}
.btn-9 {
    color: darkred;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    background-color: rgba(113, 70, 47, 0.25);
    text-decoration: none;
    line-height: 1.6;
font-weight: bold;
    font-size: 250%;
   text-align: center;
}
.btn-9 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 45px 0;
    max-width: 100%;
    text-transform: uppercase;
}

.btn-9 span {
    transition: none;
    box-sizing: border-box;
}
.foot_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99999999;
}
.foot_btn a{
    color: darkred;
    box-sizing: border-box;
    display: inline-block;
    background-color: #DBD1CB;
    text-decoration: none;
    line-height: 1.6;
    width: 100%;
    padding: 5vw 0;
    padding-left: 2em;
    position: relative;
    font-size: 140%;
    font-weight: bold;
}
.foot_btn a i{
    position: absolute;
    top: -5vw;
    bottom: -1px;
    right: auto;
    left: -8vw;
    margin: auto;
    transform: rotate(100deg);
    font-size: 175%;
}
.gnav .foot_btn{
    bottom: -1.8vw;
}

@media(min-width: 768px) and (max-width:960px) {}

@media only screen and (max-width: 767px) {
    .page_visual .area li {
        width: 46%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .page_visual .area li:nth-child(2n) {
        margin-right: 0;
    }
    .page_visual li .delay-105s {
        -webkit-animation-delay: .5s !important;
        animation-delay: .5s !important;
    }
    .page_visual li .delay-1s {
        -webkit-animation-delay: .1s !important;
        animation-delay: .1s !important;
    }
    .spmt10{
        margin-top: 10vw;
    }
    .btn-9{
        font-size: 140%;
        padding: 5vw 0;
    }
    .footer {
        padding-bottom: 32vw;
    }
}

/*hover controll
------------------------------------------------------------------*/
@media screen and (min-width: 767px) {

    .footer a:hover {
        opacity: 1;
        color: rgb(142, 126, 54);
    }

    .gnav a.btn-11:hover {
        color: #fff;
        outline-width: 0;
    }

    .gnav a.btn-11:hover::before {
        -webkit-animation: criss-cross-left 0.8s both;
        animation: criss-cross-left 0.8s both;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

    .gnav a.btn-11:hover::after {
        -webkit-animation: criss-cross-right 0.8s both;
        animation: criss-cross-right 0.8s both;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

    .circleScaleBtn:hover span {
        color: hsl(222, 100%, 95%);
    }

    .circleScaleBtn:hover::before {
        opacity: 1;
        transition-duration: .85s;
        transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1)
    }
}