@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');


/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

/*
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-serif-<uniquifier> {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 1.75;
    color: #111;
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    padding: 0;
    margin: 0;
}

img {
    -webkit-touch-callout: none;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    display: block;
}

a {
    text-decoration: none;
    outline: none;
    color: #111;
}

a:active,
a:hover,
a:focus {
    outline: none;
}

a,
a::before,
a::after,
p::before,
p::after,
input {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

a:hover,
.link input:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
    body {
        width: 100%;
        min-width: 0;
    }

    a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    a:hover {
        opacity: 1;
    }
}

/*============================
flex
============================*/

.flex {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/*============================
脚注文字表記etc.
============================*/

.eng {
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.06em;
}

.min {
    font-size: 13px;
    display: block;
}

.list-circle li {
    display: block;
    position: relative;
    padding-left: 14px;
}

.list-circle li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #111;
    position: absolute;
    top: 12px;
    left: 0;
}

.note {
    display: block;
    position: relative;
    padding-left: 16px;
    letter-spacing: 0.08em;
    font-size: 14px;
    color: #777;
}

.note::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}

.googlemaps {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.1em;
}


/*============================
表示切り替え
============================*/

.sp-only {
    display: none;
}

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

    .sp-only {
        display: block;
    }
}

/*============================
wrapper
============================*/

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

/*============================
inner
============================*/

.inner {
    margin: 0 auto;
    padding: 0 10vw;
    max-width: 1840px;
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 1040px) {
    .inner {
        width: 90.625%;
        padding: 0;
        margin: auto;
        float: none;
    }
}

/*============================
header
============================*/

#top {
    display: block;
    width: 100%;
    z-index: 20000;
    transition: 0.5s;
}

#top.transform {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
}

#top .inner {
    padding: 34px 60px 26px;
    align-items: center;
    transition: 0.5s;
}

#top.transform .inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

#top .siteTitle {
    width: 230px;
    transition: 0.5s;
}

.siteTitle a {
    padding-top: 9.3333%;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    background: url(../images/common/logo/logo.svg) no-repeat left center;
    background-size: contain;
    color: #fff;
}

#top.transform .siteTitle {
    width: 210px;
    transition: 0.5s;
}

@media only screen and (max-width: 1150px) {
    #top .siteTitle {
        width: 180px;
    }
}

@media only screen and (max-width: 1040px) {

    #top {
        position: fixed;
    }

    #top .inner,
    #top.transform .inner {
        padding: 20px 0;
        width: 90.625%;
    }

    #top .siteTitle,
    #top.transform .siteTitle {
        width: 180px;
        z-index: 10;
    }
}

/*============================
nav
============================*/

#top nav {
    margin-left: auto;
}

#top .globalNav {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

#top .globalNav li {
    margin-left: 40px;
}

#top .globalNav li a {
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-size: 16px;
    position: relative;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}

#top .globalNav li a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #111;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}

/*現在地とhoverの設定*/

#top .globalNav li.current a::after,
#top .globalNav li a:hover::after {
    transform: scale(1, 1);
    /*X方向にスケール拡大*/
}

#top .globalNav li.insta a {
    font-size: 25px;
}

#top .globalNav li.insta a::after {
    display: none;
}

@media only screen and (max-width: 1150px) {
    #top .globalNav li {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1040px) {

    #top nav {
        margin: 0;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        margin-top: 0;
        background-color: #fff;
        overflow-y: scroll;
        padding: 80px 20px 0;
    }

    #top .globalNav {
        display: block;
    }

    #top .globalNav li {
        width: 100%;
        position: relative;
        text-align: left;
        background-color: transparent;
        margin: 0 0 15px;
        border-bottom: 1px solid #111;
    }

    #top .globalNav li:last-of-type {
        border-bottom: none;
    }

    #top .globalNav li.insta a {
        text-align: right;
        font-size: 32px;
    }

    #top .globalNav li a {
        overflow: inherit;
        width: 100%;
        height: inherit;
        text-align: left;
        text-decoration: none;
        font-size: 26px;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }


    /*現在地とhoverの設定*/
    #top .globalNav li a::after,
    #top .globalNav li.current a::after,
    #top .globalNav li a:hover::after {
        display: none;
    }

}

/*============================
menu(sp)  ハンバーガー
============================*/

.menu {
    display: none;
}

@media only screen and (max-width: 1040px) {
    .menu {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 16px;
        z-index: 1000;
        width: 31px;
        height: 23px;
    }

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

    .menu-trigger {
        position: relative;
        width: 31px;
        height: 23px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background-color: #111;
    }

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

    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }

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

    /* anime */
    .active .menu-trigger span {
        background-color: #111;
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }

    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }
}

/*============================
cont_img
============================*/

.cont_img {
    padding-top: 80px;
}

.cont_img h1 {
    line-height: 1;
}

.cont_img h1 .eng {
    font-size: 80px;
    display: block;
}

.cont_img h1 .jp {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 10px;
}

.cont_img .img_box {
    margin-top: 60px;
    padding: 0 60px;
}

.cont_img .img_box img {
    width: 100%;
}

@media only screen and (max-width: 1040px) {
    .cont_img {
        padding-top: 40px;
    }

    .cont_img h1 .eng {
        font-size: 50px;
    }

    .cont_img h1 .jp {
        font-size: 16px;
    }

    .cont_img .img_box {
        padding: 0;
        width: 90.625%;
        margin: 30px auto 0;
    }
}


/*============================
パンくず
============================*/

.root {
    padding: 30px 0;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #999;
}

.root ul {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}

.root li {
    position: relative;
    letter-spacing: 0;
    padding-bottom: 0;
    white-space: nowrap;
    /*  display: inline-block;*/
}

.root li::before,
.root li:first-child,
.root li:first-child a {
    color: #111;
}

.root li:nth-child(n + 2) {
    margin-left: 50px;
}

.root li:nth-child(n + 2)::before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #111;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
}

.root li:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 1040px) {

    /*
  .root {
    font-size: 13px;
    padding: 20px 0;
  }
*/
    .root ul {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 10px 0;
    }
}

/*============================
container
============================*/

.cont .container {
    width: 100%;
}

.cont .container article {
    padding: 160px 0;
}

.container .inner p {
    margin-top: 30px;
}

.container .inner p:first-of-type {
    margin-top: 0;
}

@media only screen and (max-width: 1040px) {
    .cont .container article {
        padding: 60px 0;
    }

    .container .inner p {
        margin-top: 20px;
    }
}


/*============================
h2~h3
============================*/

h2 {
    line-height: 1;
    margin-bottom: 50px;
}

h2 .eng {
    font-size: 70px;
}

h2 .jp {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
    margin-left: 10px;
    letter-spacing: 0.06em;
}

@media only screen and (max-width: 1040px) {
    h2 {
        line-height: 1;
        margin-bottom: 30px;
    }

    h2 .eng {
        font-size: 40px;
    }

    h2 .jp {
        font-size: 16px;
        margin-left: 0;
    }
}


/*============================
link
============================*/

.link {
    width: 100%;
    margin: auto;
    padding-top: 60px;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.link li {
    margin: 0 20px;
}

/*============================
#section-contact
============================*/

#section-contact {
    background-color: #f1f1f1;
    padding: 100px 0;
}

#section-contact .text {
    width: 50%;
}

#section-contact .text h2 {
    margin-bottom: 30px;
}

#section-contact .links {
    width: 50%;
}

#section-contact .links li {
    width: 100%;
    border-bottom: 1px solid #111;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

#section-contact .links li:last-of-type {
    border: none;
}

#section-contact .links a {
    font-size: 40px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 60px;
    line-height: 1.3;
}

#section-contact .links a span {
    transition: all 0.4s ease;
    padding: 0 15px;
}

#section-contact .links li:last-of-type a .eng {
    letter-spacing: 0.1em;
}

#section-contact .links a::before {
    content: '';
    width: 55px;
    height: 55px;
    background-color: #111;
    border: 1px solid transparent;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    border-radius: 50%;
}

#section-contact .links a::after {
    content: '\f0e0';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #fff;
    position: absolute;
    top: 15px;
    left: 18px;
    margin: auto;
    z-index: 10;
    font-size: 20px;
}

#section-contact .links li:last-of-type a::after {
    content: '\f095';
    top: 25px;
}

#section-contact .links a .time {
    font-size: 16px;
    display: block;
}

#section-contact .links a:hover {
    opacity: 1;
}

#section-contact .links a:hover::before {
    background-color: transparent;
    border: 1px solid #111;
}

#section-contact .links a:hover::after {
    color: #111;
}

#section-contact .links a:hover span {
    color: #fff;
    background-color: #111;
}

@media only screen and (max-width: 1040px) {
    #section-contact {
        padding: 60px 0;
    }

    #section-contact .text {
        width: 100%;
    }

    #section-contact .links {
        width: 100%;
        margin-top: 20px;
    }

    #section-contact .links li {
        padding-bottom: 20px;
    }

    #section-contact .links li:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #section-contact .links a {
        font-size: 30px;
        padding-left: 50px;
    }

    #section-contact .links a::before {
        width: 45px;
        height: 45px;
    }

    #section-contact .links a::after {
        top: 10px;
        left: 16px;
        font-size: 16px;
    }

    #section-contact .links li:last-of-type a::after {
        top: 22px;
    }
}


/*============================
footer
============================*/

footer {
    padding: 100px 0 0;
    background-color: #111;
    color: #fff;
}

@media only screen and (max-width: 1040px) {
    footer {
        padding: 60px 0 0;
    }
}

/*
footer detail
============================*/

footer .detail {
    width: 100%;
    flex: 1;
    max-width: 362px;
    font-size: 15px;
}

footer .footer-siteTitle {
    width: 200px;
    margin-bottom: 15px;
}

footer .footer-siteTitle a {
    padding-top: 61%;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    background: url(../images/common/footer/logo.png) no-repeat left center;
    background-size: contain;
    color: #fff;
}

/*
footer .sns {
  line-height: 1;
  padding: 14px 0;
}

footer .sns a {
  color: #fff;
  font-size: 25px;
}
*/

footer .googlemaps {
    color: #fff;
}

footer .footer-service {
    color: #888;
    margin-top: 15px;
    font-size: 15px;
}

@media only screen and (max-width: 1040px) {
    footer .detail {
        max-width: 100%;
        font-size: 14px;
    }

    footer .footer-siteTitle {
        width: 200px;
        margin: 0 auto 20px;
    }

    /*
  footer .sns {
    margin-top: 20px;
    text-align: center;
  }

  footer .sns a {
    font-size: 30px;
  }
*/

    footer .footer-service {
        font-size: 14px;
    }
}

/*
footer-nav
============================*/

footer .footer-nav {
    width: 50%;
    margin-left: 20px;
}

footer .footer-nav a {
    letter-spacing: 0.1em;
}

footer .footer-nav .sitelink {
    justify-content: flex-start;
    border-bottom: 1px solid #888;
}

footer .footer-nav .sitelink a {
    color: #fff;
    line-height: 1.4;
    font-weight: 400;
    margin-right: 50px;
    margin-bottom: 35px;
    display: inline-block;
}

footer .footer-nav .sitelink a .eng,
footer .footer-nav .sitelink a .jp {
    display: block;
}

footer .footer-nav .sitelink a .eng {
    font-size: 20px;
}

footer .footer-nav .sitelink a .jp {
    font-size: 13px;
}

footer .sublink {
    margin-top: 35px;
    justify-content: flex-start;
}

footer .sublink a {
    color: #fff;
    margin-right: 40px;
}

footer .copyright {
    letter-spacing: 0.1em;
    color: #fff;
    text-align: right;
    font-size: 13px;
    margin-top: 100px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 1040px) {
    footer .footer-nav {
        width: 100%;
        margin-left: 0;
    }

    footer .footer-nav a {
        letter-spacing: 0.1em;
    }

    footer .footer-nav .sitelink {
        justify-content: space-between;
        border-bottom: none;
    }

    footer .footer-nav .sitelink li {
        width: 48%;
        margin-top: 4%;
        display: block;
    }

    footer .footer-nav .sitelink a {
        background-color: rgba(255, 255, 255, 0.1);
        line-height: 1.4;
        font-weight: 400;
        margin-right: 0;
        margin-bottom: 0;
        display: block;
        padding: 7px 5px 10px;
    }

    footer .footer-nav .sitelink a .eng,
    footer .footer-nav .sitelink a .jp {
        display: block;
    }

    footer .footer-nav .sitelink a .eng {
        font-size: 18px;
    }

    footer .footer-nav .sitelink a .jp {
        font-size: 12px;
        letter-spacing: 0;
    }

    footer .sublink {
        margin-top: 25px;
    }

    footer .copyright {
        margin-top: 60px;
    }
}

/*============================
アニメーション関連
============================*/

/*
1文字ずつ出現させるためのCSS
============================*/

.eachTextAnime {
    display: block;
}

.eachTextAnime span {
    opacity: 0;
}

.eachTextAnime.appeartext span {
    animation: text_anime_on 0.5s ease-out forwards;
}

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

    100% {
        opacity: 1;
    }
}

/*
common_js
============================*/

.sa {
    opacity: 0;
    transition: all 0.8s ease;
}

.sa.show {
    opacity: 1;
    transform: none;
}

.sa--lr {
    transform: translate(-100px, 0);
}

.sa--rl {
    transform: translate(100px, 0);
}

.sa--up {
    transform: translate(0, 100px);
}

.sa--down {
    transform: translate(0, -100px);
}

.sa--scaleUp {
    transform: scale(.5);
}

.sa--scaleDown {
    transform: scale(1.5);
}

.sa--rotateL {
    transform: rotate(180deg);
}

.sa--rotateR {
    transform: rotate(-180deg);
}
