@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,600|Cormorant+Garamond:400,400i|Noto+Sans+JP:500,700|Noto+Serif+JP:500&display=swap&subset=japanese");

html {
    font-size: 62.5%;
}

body {
    font-family: Noto Sans JP, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
    font-size: 1.7rem;
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
    background: #fff;
    color: #464646;
}

body {
    overflow-wrap: break-word;
}

a {
    color: #231815;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

a:hover {
    text-decoration: none;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    opacity: .75;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
}

p {
    margin: 0px 0px 30px 0px;
    padding: 0;
}

p:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    p {
        margin: 0 0 4vw 0;
    }
}

figure {
    margin: 0;
    padding: 0;
    line-height: 0;
}

input[type="submit"] {
    border: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

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

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}

div,
p {
    /*word-break: break-all;*/
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

ul,
ol,
li {
    list-style: none;
}

.page-main {
    display: block;
    position: relative;
}

#hambuger {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    z-index: 99;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    width: 8vw;
    height: 5.33333vw;
    /*&.open { position: fixed; right: 6.4rem; top: 2.5rem; }*/
}

.nav-icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 0.53333vw;
    width: 8vw;
    background: #74B88D;
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0vw;
}

.nav-icon span:nth-child(2) {
    visibility: hidden;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 2.66667vw;
    /*top: 50%; left: 50%; transform: translate(-50%,-50%);    */
}

.nav-icon span:nth-child(4) {
    top: 5.33333vw;
}

.nav-icon strong {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.86667vw;
    color: #A08C46;
    letter-spacing: 0.05em;
    display: inline-block;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    font-family: "Gothic A1", sans-serif;
    font-weight: 900;
}

.nav-icon strong.mn-open {
    opacity: 1;
    visibility: visible;
}

.nav-icon strong.mn-close {
    opacity: 0;
    visibility: hidden;
}

.nav-icon.open span:nth-child(1) {
    top: 50%;
    width: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nav-icon.open span:nth-child(2) {
    visibility: visible;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
    top: 50%;
    width: 0%;
    left: 50%;
}

.nav-icon.open strong.mn-open {
    opacity: 0;
    visibility: hidden;
}

.nav-icon.open strong.mn-close {
    opacity: 1;
    visibility: visible;
}

.js-view {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.js-view.fadein {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/************************
 .sc-fade
*************************/
@-webkit-keyframes transX {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    47.5% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    52.5% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-moz-keyframes transX {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    47.5% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    52.5% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes transX {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    47.5% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    52.5% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.js-view {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.js-view.sc-fadein {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.maskToRight::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #000;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: left 0.3s linear, -webkit-transform 0.3s ease 0.5s;
    transition: left 0.3s linear, -webkit-transform 0.3s ease 0.5s;
    -moz-transition: left 0.3s linear, transform 0.3s ease 0.5s, -moz-transform 0.3s ease 0.5s;
    transition: left 0.3s linear, transform 0.3s ease 0.5s;
    transition: left 0.3s linear, transform 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, -moz-transform 0.3s ease 0.5s;
    z-index: 9;
}

.maskToRight.on::before {
    -webkit-animation: transX 2s cubic-bezier(0.78, 0.07, 0, 1) normal;
    -moz-animation: transX 2s cubic-bezier(0.78, 0.07, 0, 1) normal;
    animation: transX 2s cubic-bezier(0.78, 0.07, 0, 1) normal;
    left: 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transform: scale(0, 1);
}

/* animatezoom
********************/
@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes animatezoom {
    from {
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/* slideInFromLeft
********************/
@-webkit-keyframes slideInFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    80% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes slideInFromLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    30% {
        opacity: 0;
        -moz-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    80% {
        opacity: 0;
        -moz-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    80% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

/* slideOutFromLeft
********************/
@-webkit-keyframes slideOutFromLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@-moz-keyframes slideOutFromLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@keyframes slideOutFromLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@-webkit-keyframes mvImg {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mvImg {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mvImg {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes mvFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes mvFadeUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes mvFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes btnFixed {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    80% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes btnFixed {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }

    80% {
        opacity: 0;
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes btnFixed {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }

    80% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

/** header area
====================================== **/
#google_translate {
    position: fixed;
    right: 1.5rem;
    top: 0;
    z-index: 10;
    height: 30px;
    overflow: hidden;
}

#google_translate .goog-te-combo {
    display: block !important;
}

@media screen and (max-width: 768px) {
    #google_translate {
        top: 0;
        right: 10.66667vw;
    }
}

.page-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem 6rem 1.5rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .page-header {
        padding: 2.66667vw 4vw 2.66667vw;
    }
}

.logo a {
    display: block;
}

.logo a img {
    /*    width: 6rem;*/
    width: 30rem;
    height: auto;
}

@media screen and (max-width: 768px) {
    .logo a img {
        width: 50vw;
    }
}

.btn-contact {
    background: #74B88D;
    display: block;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem;
    text-align: left;
}

.btn-contact:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 2rem;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    border: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
}

.btn-contact span {
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .menu {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .menu li + li {
        margin-left: 4rem;
    }
}

.menu li a {
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .menu li a {
        text-align: left;
        display: block;
        font-size: 4.8vw;
        padding: 4vw 2.66667vw;
        border-bottom: 1px solid #74B88D;
    }
}

.menu li a span {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.3rem;
    color: #74B88D;
    margin-top: 1rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .menu li a span {
        display: inline-block;
        font-size: 3.2vw;
        margin-left: 4vw;
    }
}

.menu li.menu-contact {
    width: 17.3rem;
    height: 4.8rem;
}

@media screen and (max-width: 768px) {
    .menu li.menu-contact {
        display: block;
        width: 100%;
        margin-top: 8vw;
    }
}

.menu li.menu-contact a {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: left;
    padding: 1.5rem 2rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
}

.menu li.menu-contact a span {
    font-size: 1.4rem !important;
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    .g-nav {
        position: fixed;
        width: 100%;
        height: 100vh;
        right: -100%;
        top: 0;
        background: #fff;
        padding: 21.33333vw 8vw 8vw;
        z-index: 9;
        overflow-y: auto;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }

    .g-nav.open {
        right: 0;
    }
}

/** footer area
======================================= **/
.page-footer {
    text-align: center;
    padding: 10rem 0 3rem;
}

@media screen and (max-width: 768px) {
    .page-footer {
        padding: 16vw 0 5.33333vw;
    }
}

.footer-logo {
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .footer-logo {
        margin-bottom: 5.33333vw;
    }
}

.footer-logo a {
    display: block;
    width: 300px;
    height: 7.2rem;
    margin: 0 auto;
}

.footer-txt {
    font-size: 2.4rem;
    color: #6F7579;
}

@media screen and (max-width: 768px) {
    .footer-txt {
        font-size: 4.8vw;
    }
}

.footer-nav {
    margin: 6rem 0;
}

@media screen and (max-width: 768px) {
    .footer-nav {
        margin: 5.33333vw 0 10.66667vw;
    }
}

.footer-nav .menu {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.copyright {
    text-align: center;
    display: block;
    font-size: 1.2rem;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .copyright {
        font-size: 2.93333vw;
    }
}

#wrapper {
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 121rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 4vw;
    }
}

@media screen and (min-width: 769px) {
    .show_sp {
        display: none !important;
    }

    .show_pc {
        display: inline-block;
    }

    .MissingWH {
        position: relative;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    .MissingWH img {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        width: auto !important;
        display: none;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-height: none;
        max-width: none;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    a[href^=tel] {
        pointer-events: none;
        text-decoration: none;
        opacity: 1 !important;
        cursor: default !important;
    }

    #hambuger {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 3.46667vw;
    }

    .show_pc {
        display: none !important;
    }

    .show_sp {
        display: inline-block;
    }
}

.more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 12.5rem;
    height: 12.5rem;
    border: 1px solid #83705E;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 500;
    color: #83705E;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .more {
        width: 21.33333vw;
        height: 21.33333vw;
        font-size: 3.46667vw;
    }
}

@media screen and (min-width: 769px) {
    .more:hover {
        border: 1px solid #74B88D;
        background: #74B88D;
        color: #fff;
    }
}

.key-visual {
    position: relative;
    margin-top: 11.8rem;
    height: 30rem;
    background: url(../img/kv.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .key-visual {
        margin-top: 22.66667vw;
    }
}

.key-visual .ja {
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .key-visual .ja {
        font-size: 6.4vw;
    }
}

.key-visual .en {
    display: inline-block;
    font-size: 1.6rem;
    font-family: "Cormorant Garamond", serif;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .key-visual .en {
        font-size: 4vw;
    }
}

.section-title {
    text-align: center;
    position: relative;
    padding-top: 8rem;
}

@media screen and (max-width: 768px) {
    .section-title {
        padding-top: 16vw;
    }
}

.section-title:before {
    position: absolute;
    content: '';
    width: 5.4rem;
    height: 5.4rem;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/ico-title.png) left top no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .section-title:before {
        width: 12vw;
        height: 12vw;
    }
}

.section-title .ja {
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1rem;
    color: #6F7579;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    .section-title .ja {
        font-size: 6.4vw;
    }
}

.section-title .en {
    display: inline-block;
    font-size: 1.6rem;
    font-family: "Cormorant Garamond", serif;
    line-height: 1;
    color: #74B88D;
}

@media screen and (max-width: 768px) {
    .section-title .en {
        font-size: 4vw;
    }
}

.bg-gradient {
    background: #f7941e;
    background: -webkit-gradient(linear, left top, right top, from(#f7941e), to(#f15a29));
    background: -webkit-linear-gradient(left, #f7941e 0%, #f15a29 100%);
    background: -moz- oldlinear-gradient(left, #f7941e 0%, #f15a29 100%);
    background: linear-gradient(90deg, #f7941e 0%, #f15a29 100%);
}

.breadcrumb {
    width: 100%;
    background: rgba(35, 31, 32, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.5rem 3%;
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        position: static;
        background: transparent;
        padding: 4vw;
    }
}

.breadcrumb ul li {
    display: inline-block;
    font-size: 1.7rem;
    color: #fff;
}

.breadcrumb ul li:not(:first-child) {
    position: relative;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
}

.breadcrumb ul li:not(:first-child):after {
    position: absolute;
    content: '/';
    left: -0.5rem;
    top: 0;
}

.breadcrumb ul li a {
    display: inline-block;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .breadcrumb ul li {
        color: #414042;
        font-size: 3.2vw;
    }

    .breadcrumb ul li a {
        color: #414042;
    }
}

.mode-txt {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}

.page-main.no__key {
    padding: 9rem 0 0;
    margin-top: 14rem;
}

@media screen and (max-width: 768px) {
    .page-main.no__key {
        padding: 10.66667vw 0 0;
        margin-top: 10.26667vw;
    }
}

.sc-ttl {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 400;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
}

.sc-ttl:after {
    position: absolute;
    content: '';
    width: 7.2rem;
    height: 0.3rem;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #A08C46;
}

@media screen and (max-width: 768px) {
    .sc-ttl {
        font-size: 4vw;
        margin-bottom: 6.66667vw;
    }
}

.wrap {
    max-width: 107rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.pagination {
    text-align: center;
    margin: 5rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.pagination li {
    display: inline-block;
    line-height: 1;
    padding: 0 2rem;
    font-size: 2.2rem;
}

.pagination li + li {
    margin-left: 1rem;
}

@media screen and (max-width: 768px) {
    .pagination li {
        padding: 0 1.33333vw;
        font-size: 2.4vw;
    }
}

.pagination li a {
    display: inline-block;
}

.pagination li a:hover {
    color: #A08C46;
    text-decoration: underline;
}

.pagination li span {
    display: inline-block;
}

.pagination li .current {
    color: #A08C46;
    text-decoration: underline;
}

.page-login {
    padding: 8rem 0 10rem;
    margin-top: 14rem;
    background: #FAF9F5;
}

@media screen and (max-width: 768px) {
    .page-login {
        margin-top: 10.26667vw;
    }
}

.wrap-login {
    max-width: 68.6rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .wrap-login {
        padding: 0 2.66667vw;
    }
}

.wrap-login .head-txt {
    font-size: 1.8rem;
    line-height: 2.1;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .wrap-login .head-txt {
        font-size: 1.86667vw;
        text-align: left;
    }
}

.login-box {
    background: #fff;
    padding: 8rem 9rem;
    margin: 6rem 0 5rem 0;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .login-box {
        padding: 5.33333vw 2.66667vw;
        margin: 8vw 0 5.33333vw 0;
    }
}

.login-box input[type="text"],
.login-box input[type="password"] {
    border: 1px solid #D2D0C7;
    outline: none;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    width: 100%;
    padding: 1.5rem 1rem;
}

.login-box input[type="submit"] {
    background: #A08C46;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    width: 100%;
    outline: none;
    padding: 1.5rem;
    cursor: pointer;
}

.login-box input[type="submit"]:hover {
    opacity: 0.75;
}

.login-box form p + p {
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
    .login-box form p + p {
        margin-top: 2.66667vw;
    }
}

.login-box .note {
    font-size: 1.4rem;
    text-align: center;
    margin: 3rem 0;
}

@media screen and (max-width: 768px) {
    .login-box .note {
        font-size: 1.6vw;
        text-align: left;
        padding-left: 1.6vw;
        text-indent: -1.6vw;
        margin: 4vw 0 2vw;
    }
}

.login-box .add {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .login-box .add {
        font-size: 1.6vw;
    }
}

.reg-box {
    border: 1px solid #A08C46;
    padding: 4rem;
}

@media screen and (max-width: 768px) {
    .reg-box {
        padding: 5.33333vw 2.66667vw;
    }
}

.reg-box .reg-ttl {
    font-size: 1.8rem;
    border-bottom: 2px solid #A7A290;
    padding: 1rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .reg-box .reg-ttl {
        font-size: 2.13333vw;
    }
}

.reg-box .reg-txt {
    font-size: 1.4rem;
    margin-bottom: 5rem;
    line-height: 1.9;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .reg-box .reg-txt {
        margin-bottom: 4vw;
        font-size: 1.6vw;
    }
}

.reg-box > div {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

@media screen and (min-width: 769px) {
    .reg-box > div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.reg-box > div dl {
    line-height: 1.9;
}

.reg-box > div dl:first-child {
    width: 70%;
}

@media screen and (max-width: 768px) {
    .reg-box > div dl:first-child {
        width: 100%;
    }
}

.reg-box > div dl:last-child {
    width: 30%;
}

@media screen and (max-width: 768px) {
    .reg-box > div dl:last-child {
        width: 100%;
        margin-top: 2vw;
    }
}

.reg-box > div p {
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .reg-box > div p {
        font-size: 1.33333vw;
    }
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

input[type="checkbox"] + span {
    position: relative;
    padding-left: 4rem;
}

input[type="checkbox"] + span:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0.5em;
    border: 1px solid #D2D0C7;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    background: #fff;
}

input[type="checkbox"]:checked + span:before {
    background: #D2D0C7;
}

input[type="checkbox"]:checked + span:after {
    content: '';
    display: block;
    position: absolute;
    top: -1.2rem;
    left: 1.3rem;
    width: .9rem;
    height: 3rem;
    border: solid #A08C46;
    border-width: 0 .2rem .2rem 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.events {
    padding: 4.5rem 0 12rem;
}

@media screen and (max-width: 768px) {
    .events {
        padding: 5.33333vw 0 10.66667vw;
    }
}

.events-item {
    border-bottom: 1px dotted #231815;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.events-item:first-child {
    border-top: 1px dotted #231815;
}

.events-item_row {
    padding: 4vw 0;
}

@media screen and (min-width: 769px) {
    .events-item_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 4rem 0;
    }
}

.events-item_row dt {
    width: 25rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .events-item_row dt {
        width: 100%;
        text-align: left;
        margin-bottom: 3.33333vw;
    }
}

.events-item_row dd {
    padding: 0 2rem;
    width: -webkit-calc(100% - 25rem);
    width: -moz-calc(100% - 25rem);
    width: calc(100% - 25rem);
}

@media screen and (max-width: 768px) {
    .events-item_row dd {
        width: 100%;
        padding: 0;
    }
}

.events-item_row dd .subject {
    font-size: 1.8rem;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .events-item_row dd .subject {
        font-size: 2.13333vw;
    }
}

.events-item_row dd .schedule {
    margin-top: 1.5rem;
}

.top-copy {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.7;
    padding-bottom: 9rem;
    margin-bottom: 12rem;
    border-bottom: 2px solid #A08C46;
}

@media screen and (max-width: 768px) {
    .top-copy {
        font-size: 1.86667vw;
        padding: 0 0 8vw;
        margin: 0 2.66667vw 10.66667vw;
    }
}

.txt-desc {
    text-align: center;
    margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
    .txt-desc {
        text-align: left;
        margin-bottom: 4vw;
    }
}

.box-intro {
    background: #FAF9F5;
    padding: 3rem 5rem;
}

@media screen and (max-width: 768px) {
    .box-intro {
        margin: 0 -2.66667vw;
        padding: 6.66667vw 2.66667vw;
    }
}

.box-intro h3 {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    padding: 0 4rem;
    margin-bottom: 1.5rem;
}

.box-intro h3:before,
.box-intro h3:after {
    position: absolute;
    content: '';
    width: 1.4rem;
    height: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/splash.png) left top no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.box-intro h3:before {
    left: 0;
}

.box-intro h3:after {
    right: 0;
}

.box-intro dl {
    line-height: 2;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.box-intro dl dd:not(:last-child) {
    margin-bottom: 5rem;
}

.box-intro dl dd a {
    display: inline-block;
    text-decoration: underline;
}

.box-intro dl .note {
    font-size: 1.2rem;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 48%;
}

.sc-app {
    background: #FAF9F5;
    padding: 13rem 0 12rem;
}

@media screen and (max-width: 768px) {
    .sc-app {
        padding: 10.66667vw 0 13.33333vw;
    }
}

.sc-app_ttl {
    font-size: 3.4rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
    .sc-app_ttl {
        font-size: 4vw;
        margin-bottom: 3.33333vw;
    }
}

.sc-app .txt-desc {
    margin-bottom: 3rem;
}

/*.req {
	background: #B90000;
	border-radius: 0.2rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	display: inline-block;
	padding: 0.5rem;
	margin-right: 1rem;
}*/
.lyt-frm .ipt {
    border: 1px solid #D2D0C7;
    outline: none;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    width: 100%;
    padding: 1.3rem 1rem;
}

.lyt-frm .ipt.slc {
    width: 12.5rem;
}

@media screen and (max-width: 768px) {
    .lyt-frm .ipt.slc {
        width: 50%;
    }
}

.lyt-frm .ipt.are {
    height: 23.5rem;
}

.lyt-frm dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 3rem 0;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .lyt-frm dl {
        display: block;
    }
}

.lyt-frm dl dt {
    width: 23rem;
    text-align: right;
    padding: 1.3rem 6rem 1.3rem 0;
}

@media screen and (max-width: 768px) {
    .lyt-frm dl dt {
        width: 100%;
        text-align: left;
        padding: 0;
        margin-bottom: 1.33333vw;
    }
}

.lyt-frm dl dd {
    width: -webkit-calc(100% - 23rem);
    width: -moz-calc(100% - 23rem);
    width: calc(100% - 23rem);
}

@media screen and (max-width: 768px) {
    .lyt-frm dl dd {
        width: 100%;
    }
}

.lyt-frm .note {
    font-size: 1.2rem;
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {
    .lyt-frm .note {
        font-size: 1.33333vw;
    }
}

.lyt-frm_center {
    text-align: center;
}

.lyt-frm_center a {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .lyt-frm_center {
        text-align: left;
    }
}

.lyt-frm .fg {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.lyt-frm .wrap-btn {
    margin: 6rem 0 0;
}

.lyt-frm .btn {
    width: 20rem;
    border: 1px solid #A08C46;
    outline: none;
    cursor: pointer;
    background: #fff;
    color: #A08C46;
    font-size: 1.4rem;
    padding: 1rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .lyt-frm .btn {
        width: 21.33333vw;
        font-size: 1.6vw;
    }
}

.lyt-frm .btn[type="submit"] {
    background: #A08C46;
    color: #fff;
    margin-left: 4rem;
}

@media screen and (max-width: 768px) {
    .lyt-frm .btn[type="submit"] {
        margin-left: 2.66667vw;
    }
}

.lyt-frm .btn:hover {
    opacity: 0.75;
}

.box-lead {
    text-align: center;
}

.box-lead_cp {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .box-lead_cp {
        font-size: 1.6vw;
    }
}

.box-lead_ttl {
    font-size: 3.4rem;
    font-weight: 400;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .box-lead_ttl {
        font-size: 4vw;
    }
}

.box-lead_ttl:after {
    position: absolute;
    content: '';
    width: 7.2rem;
    height: 0.3rem;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #A08C46;
}

.box-lead_txt {
    line-height: 2;
    margin-bottom: 8rem !important;
}

@media screen and (max-width: 768px) {
    .box-lead_txt {
        font-size: 1.86667vw;
        text-align: left;
    }
}

.box-lead.box-event {
    margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
    .box-lead.box-event {
        margin-bottom: 8vw;
    }
}

/** section-contact **/
.section-contact {
    background: url(../img/contact-bg.jpg) center top no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding: 12rem 0 14rem;
}

@media screen and (max-width: 768px) {
    .section-contact {
        padding: 10.66667vw 4vw;
    }
}

@media screen and (min-width: 769px) {
    .section-contact .section-title {
        text-align: left;
        margin-bottom: 4rem;
    }

    .section-contact .section-title:before {
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 768px) {
    .section-contact .section-title {
        margin-bottom: 10.66667vw;
    }
}

.section-contact .container {
    background: #fff;
}

@media screen and (min-width: 769px) {
    .section-contact .container {
        max-width: 94rem;
        -moz-border-radius: 2rem;
        border-radius: 2rem;
        padding: 6rem 10rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .section-contact .container {
        padding: 10.66667vw 4vw;
    }
}

.section-contact .btn-contact {
    width: 34rem;
    height: 6rem;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .section-contact .btn-contact {
        width: 100%;
    }
}

.section-intro {
    text-align: center;
    padding: 10rem 0 12rem;
}

@media screen and (max-width: 768px) {
    .section-intro {
        padding: 16vw 0 16vw;
        text-align: left;
    }
}

.section-intro .copy {
    margin: 0 auto;
    line-height: 2.2;
}

.section-intro .copy p + p {
    margin-top: 2rem;
}

.ss-title {
    font-size: 3.2rem;
    margin-bottom: 5rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .ss-title {
        font-size: 6.4vw;
        text-align: left;
    }
}

@media screen and (min-width: 769px) {
    .service-art {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100rem;
        margin: -120px auto 0;
        padding-top: 120px;
    }
}

.service-art + .service-art {
    margin-top: 8rem;
}

@media screen and (max-width: 768px) {
    .service-art + .service-art {
        margin-top: 16vw;
    }
}

.service-art_img {
    width: -webkit-calc(460 / 1000 * 100%);
    width: -moz-calc(460 / 1000 * 100%);
    width: calc(460 / 1000 * 100%);
}

@media screen and (max-width: 768px) {
    .service-art_img {
        width: 100%;
        margin-bottom: 8vw;
    }
}

.service-art_ctn {
    width: -webkit-calc(460 / 1000 * 100%);
    width: -moz-calc(460 / 1000 * 100%);
    width: calc(460 / 1000 * 100%);
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .service-art_ctn {
        width: 100%;
    }
}

.service-art_ctn h3 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .service-art_ctn h3 {
        font-size: 4.8vw;
    }
}

.service-art:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.section-intro_care {
    padding: 10rem 0 12rem;
}

@media screen and (min-width: 680px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

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

    .sp {
        display: block;
    }
}



/* 共通 */
.dropdwn_menu li {
    display: block;
    width: 300px;
    margin: 10px 20px;
    border: solid 1px #f0f0f0;
    display: inline-block;
}


.dropdwn_menu li a {
    margin: 5px;
    display: block;
    color: #231815;
    font-size: 1.2rem;
    text-align: left;
}

.dropdwn_menu li a img {
    margin-bottom: 5px;
}

.dropdwn_menu li a span {
    margin: 5px;
    display: block;
    color: #231815;
    font-size: 1.2rem;
    text-align: left;
    font-family: Noto Sans JP, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
}

.dropdwn_menu li a:hover {
    outline: 5px solid rgb(223, 223, 223);
    opacity: 1;
}

div.anchor {
    display: block;
    padding-top: 170px;
    margin-top: -170px;
}



/* PC用 */
@media screen and (min-width: 768px) {

    .dropdwn_menu {
        width: 700px;
        border: solid 4px #dfdfdf;
        box-shadow: rgb(0 0 0 / 28%) 0px 4px 10px -5px;
        background: #fff;
        z-index: 1000;
        position: absolute;
        top: 115px;
        right: 20vw;
        display: none;
        margin: auto;
        text-align: center;
    }

    .menu .dropdwn_menu li + li {
        margin: 10px 20px;
    }

}



/* スマホ用 */
@media screen and (max-width: 767px) {

    .dropdwn_menu {
        display: block;
        position: relative;
    }

    .dropdwn_menu li {
        width: 100%;
        margin: 5px;
        border: none;
    }

    .dropdwn_menu li a {
        padding: 0px;
    }

    .dropdwn_menu li a span {
        color: #231815;
        font-size: 1.4rem;
        padding: 5px 5px 10px;
    }

    .dropdwn_menu li img {
        display: none;
    }


}
