@charset "UTF-8";

/* ベースセッティング */
body{
    background: #fff;
    font-family: source-han-sans-japanese, Hiragino Kaku Gothic ProN, "メイリオ", sans-serif;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.wrap {
	animation: fadein 4s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
p{
    line-height: 1.6;
}
a{
    color: inherit;
    text-decoration: underline;
}
a:hover{
    filter: brightness(90%) contrast(120%);
    transition: .25s;
}
ul,li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img{

}
/* 共通セッティング */
.w-container{
    width: min(92%, 1166px);
    margin: auto;
}
.section-area{
    margin-bottom: clamp(40px, 5vw, 80px);;
}
.small-caps{
    font-size: .75em;
    margin-bottom: 10px;
    /* padding-left: 1em;
	text-indent: -1em; */
}
/* min-height: 0vw; 指定
↑clampでの指定をSafariで機能させる */


/* ヒーローイメージ */
header{
    background: #f1f1f1;
    position: relative;
}
.hero{
    height: 100vh;
    margin-bottom: 40px;
    /* background-image: url(../img/hero-image.jpg); */
    background-position: center;
    background-size: cover;
}
.hero-container{
    display: grid;
    justify-items: center;
    align-content: center;
    height: 100%;
}
.hero .img-hero-logo{
    min-height: 0vw;
    width: clamp(210px, 5vw, 210px);
    margin-bottom: 40px;
}
/*スクロールダウン全体の場所*/
.scrolldown1{
/*描画位置※位置は適宜調整してください*/
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 0;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
    position: absolute;
    left: -15px;
    top: -15px;
    /*テキストの形状*/
    color: #707070;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
    content: "";
    /*描画位置*/
    position: absolute;
    top: -80px;
    /*線の形状*/
    width: 1px;
    height: 120px;
    background: #707070;
}

/* About Us */
.about{
    margin-top: 120px;
}
.logo-image{
    margin-bottom: 40px;
}
.logo-image img{
    display: block;
    max-width: 300px;
    margin: auto;
}
.about h2{
    margin-bottom: 1em;
    font-size: clamp(24px, 5vw, 30px);
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1rem;
}
.section-title {
    margin-bottom: 1em;
    font-family: parisplus-std, sans-serif;
    font-size: clamp(24px, 5vw, 30px);
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1rem;
}
.section-text p{
    margin: 0 0 1em 0;
}
.section-text{
    max-width: 670px;
    margin: auto;
    margin-bottom: 80px;
}
.official-url{
    margin-top: 40px;
}
.text-jp{
    margin-bottom: 40px;
}
.text-en{
    /* font-family: parisplus-std, sans-serif; */
    font-style: normal;
    font-weight: 400;
}
.text-jp::after{
    display: block;
    content: '···';
    height: 0;
    padding-bottom: 20px;
    font-size: 1.5em;
    letter-spacing: 1em;
}

/* Photo Gallery */
.about-ph img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
}
/* Safari下位互換用 */
@supports not(aspect-ratio: 3/2){
    .about-ph img{
        height: 180px;
    }
}
@media(max-width: 540px){
    .logo-image img{
        max-width: 240px;
    }
    .photo-container img{
        margin-bottom: 10px;
    }
}
@media (min-width: 768px){
    .photo-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
/*  Portrait */
.profile .section-text{
    border-bottom: 1px solid  #888;
    padding-bottom: 40px;
}
.profile img{
    display: block;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.profile a{
    display: block;
}

/* Plan */
.each-plan{
    background-color: #f2f2f2;
    padding: 5%;
    border-radius: 6px;
}
.plan p{
    margin-bottom: 1em;
    font-size: .875em;
}
.p-note{
    padding-left: 1em;
    text-indent: -1em;
}
.plan-container{
    margin-bottom: 20px;
}
.plan-container h3{
    margin-bottom: 1em;
}
.plan-container .plan-time{
    display: block;
    font-size: .75em;
}
.plan-container ul{
    margin-bottom: 1.5em;
}
.plan-container ul li{
    margin-bottom: .5em;
    font-size: .875em;
}
.plan-name li{
    list-style-type: disc;
    margin-left: 15px;
}
@media (max-width: 1024px){
    .each-plan{
        margin-bottom: 20px;
    }
}
@media (min-width: 1024px){
    .plan-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }
}

/* Access */
.access-inner{
    display: grid;
    gap: 30px;
}
.access ul li{
    padding-bottom: 16px;
}
.access .big-caps{
    /* font-size: 1.2em; */
}

@media (min-width: 768px){
    .access-inner{
        grid-template-columns: repeat(2, 1fr);
    }
    .gmaps iframe{
        width: 100%;
        height: 400px;
        vertical-align: bottom;
    }
}

/* Notes 注意事項 */
.block-notes{
    margin-bottom: 40px;
}
.block-notes h3{
    margin-bottom: 10px;
}

/* Contact */
.contact{
    text-align: center;
}
.cta-inner{
    max-width: 70%;
    padding: 40px;
    background-color: #f0f0f0;
    border-radius: 6px;
}
.contact a{
    display: inline-block;
    margin-bottom: clamp(16px, 5vw, 24px);
    font-family: parisplus-std, sans-serif;
    font-size: clamp(18px, 5vw, 24px);
    font-style: italic;
    font-weight: 400;
    color: #333;
    letter-spacing: .1em;
}

/* Footer */
.footer-site img{
    width: 180px;
}
.footer{
    padding: 80px 0;
    background-color: #f1f1f1;
    color: #707070;
    font-size: .875em;
}
.footer-container{
    display: grid;
    gap: 40px;
    justify-items: center;
}
.footer-sns{
    display: flex;
    gap: 30px;
    font-size: 24px;
}
.footer-sns a{
    place-items: center;
}
.footer-copy P{
    margin-bottom: 16px;
    text-align: center;
}
.footer-copy .copyright{
    padding-top: 40px;
}