/* CSS Document */
/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */
/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
html {
    touch-action: manipulation;
}
body {
    -ms-content-zooming: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
}

.en{
    font-family: 'IBM Plex Sans', sans-serif;
}
a{
    text-decoration: none;
    color: #000;
}

img {
    vertical-align: bottom;
}
a:hover img {
    opacity: 0.8;
}
a img {
    transition: opacity 0.3s ease-out;
}

hr.dash{
    border-top: 1px dashed #aaa;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}

/* -----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 750px;
    min-height: 100vh;
    margin: auto;
    padding-bottom: 60px;
}

/* -----------------------------------------
gfooter
-----------------------------------------*/
#gfooter-wrap {
    /*position: relative;*/
    z-index: 3000;
    background: #fff;
    color: #333;
    font-size: 80%;
    padding: 20px 0;
    text-align: center;
    line-height: 1.4;
    position: absolute;
	bottom: 0;
	width: 100%;
}
#gfooter-wrap address {
    margin-top: 10px;
    font-style: normal;
}
@media screen and (max-width: 750px) {
    #gfooter-wrap {
        font-size: 2.4vw;
    }
}

/* -----------------------------------------
g-header
-----------------------------------------*/
#g-header-wrap {
    /*position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#g-header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    max-width: 750px;
    margin: auto;
}
#g-header .cf {
    background: #fff;
}
#g-header h1 {
    float: left;
    width: 188px;
}


/* -----------------------------------------

	2.0 - Basic Layout

-----------------------------------------*/
#contents {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 26px;
    max-width: 750px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.2vw;
    }
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
li {
    list-style-type: none;
}
.fw-b {
    font-weight: 600;
}
.ta-c {
    text-align: center;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}
.attention-footer {
    font-size: 90%;
    margin: 0 0 6em;
}
.btn-top {
    text-align: center;
    font-weight: 500;
    margin-bottom: 3em;
}

.contents-footer{
    width: 76.2666%;
    margin-right: auto;
    margin-left: auto;
    padding: 3.5em 0 0;
}

.link_home{
    position: relative;
    border: 1px solid #707070;
}
.link_home a{
    font-family: 'IBM Plex Sans', sans-serif;
    color: #707070;
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 5%;
    position: relative;
    text-align: center;
}

.link_home a:after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -5px;
}

@media screen and (max-width: 750px) {
    .link_home a{
        padding: 2px 5%;
        font-size: 4.5vw;
    }
    .link_home a:after{
        width: 5px;
        height: 5px;
        right: 3%;
        margin-top: -2.5px;
    }
}


:root{
    --bluegray: #9fb3cc;
    --beige: #cdaf89;
    --gray01: #828282;
    --gray02: #dadada;
}
#contents{
    box-sizing: border-box;
}
.set_p{
    padding: 0 5.333vw 5.333vw;
}
.set_p2{
    padding: 0 5.333vw;
}
@media screen and (min-width: 751px) {
    .set_p{
        padding: 0 40px 40px;
    }
    .set_p2{
        padding: 0 40px;
    }
}

/* #main{
    padding: 18.333vw 5.333vw;
    position: relative;
    height: 105.66vw;
}
#main::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 141.66vw;
    background-repeat: no-repeat, no-repeat;
    background-image: url(../img/main_deco_01_2.png), url(../img/main_deco_02_2.png);
    background-position: top center, bottom center;
    background-size: contain;
}
.main_lead{
    border: var(--gray01) 1px solid;
    padding-top: 20vw;
    padding-bottom: 30vw;
    text-align: center;
    position: absolute;
    top: 12vw;
    left: 5.333vw;
    width: 89.334%;
    height: 75vw;
}
@media screen and (min-width: 751px) {
    #main{
        padding: 140px 40px;
        height: 792.45px;
    }
    #main::before{
        height: 1100px;
        background-position: top center, bottom center;
    }
    .main_lead{
        padding-top: 150px;
        padding-bottom: 265px;
        position: absolute;
        top: 90px;
        left: 40px;
        width: 89.334%;
        height: 562px;
    }
}
.main_lead h2{
    letter-spacing: .03em;
}
.main_lead p{
    font-size: 90%;
    line-height: 1.8;
    letter-spacing: .03em;
} */
#insta{
    letter-spacing: .05em;
}
#insta h1{
    font-size: 120%;
    text-align: center;
}
#insta p a{
    display: block;
    font-size: 104%;
    font-weight: 500;
    padding: 1em 0;
    padding-left: 8em;
    border: #000 1px solid;
    border-radius: 9999px;
    position: relative;
    transition: 0.3s;
}
#insta p a:hover{
    background-color: #eee;
    opacity: 0.7;
}
#insta p a::before{
    content: "";
    width: 3.3em;
    height: 3.3em;
    position: absolute;
    left: 3.2em;
    background-image: url(../img/icon_insta.png);
    background-size: contain;
}
#insta p a::after{
    content: "";
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    bottom: 26%;
    right: 5.6em;
    background-image: url(../img/arrow_right.png);
    background-size: contain;
}
@media screen and (min-width: 751px) {
    #insta p a{
        padding: 1em 0;
        padding-left: 7.3em;
    }
    #insta p a::before{
        width: 3.3em;
        height: 3.3em;
        left: 3em;
        background-size: contain;
    }
    #insta p a::after{
        width: 0.8em;
        height: 0.8em;
        bottom: 26%;
        right: 4.8em;
    }
}

.sec_box h1{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 180%;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .05em;
}
.sec_box h2, .sec_box h3, .sec_box p{
    font-size: 120%;
    letter-spacing: .05em;
    line-height: 1.8;
}
.sec_box h2{ 
    clear:both;
}
.sec_box h3{
    display: inline;
    background-color: var(--gray02);
    font-weight: 600;
    line-height: 1.6;
    padding: 0 .2em;
}
.sec_box p{
    text-align: justify;
}
.sec_box_txt p{
    margin-top: 1.333vw;
    margin-bottom: 5.333vw;
}
.sec_box_detail p{
    font-size: 110%;
}
.sec_box_photo p{
    font-size: 100%;
    line-height: 1.6;
}
@media screen and (min-width: 751px) {
    .sec_box h2, .sec_box h3, .sec_box p{
        font-size: 100%;
    }
    .sec_box h3{
    }
    .sec_box_txt p{
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .sec_box_detail p{
        font-size: 90%;
    }
    .sec_box_photo p{
        font-size: 80%;
    }
}
.person{
    display: inline-block;
    font-size: 140%;
    font-weight: 600;
    color: var(--gray01);
    border-bottom: var(--gray01) 4px solid;
    margin-top: .4em;
    margin-bottom: 1em;
}
.person span{
    font-size: 80%;
}
.sec_box_detail p.name{
    font-weight: 600;
}
.sec_box_detail p.name span{
    font-weight: 400;
}
.sec_box_detail p.price{
    float: left;
}
.sec_box_detail .buynow a{
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 90%;
    font-weight: 500;
    margin-left: .5em;
    margin-bottom: .5em;
    padding: .05em 1em;
    border-radius: 9999px;
    transition: 0.3s;
}
.sec_box_detail .buynow a:hover{
    opacity: 0.7;
}
.f_l{
    float: left;
}
.f_r{
    float: right;
}
.p_1em{
    padding: 1em;
}
.p_07em{
    padding: .7em 1em;
}
.col_01{
    background-color: var(--bluegray);
}
.col_02{
    background-color: var(--beige);
}

.sec_box_per01{
    padding-right: 24.8vw;
    background: url(../img/img_p_01.jpg) right bottom no-repeat;
    background-size: 24.8vw auto;
    position: relative;
}
.sec_box_per01::after{
    content: "";
    width: 24.8vw;
    height: 75.6vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/img_p_01.png) right bottom no-repeat;
    background-size: contain;
}
.sec_box_per03{
    padding-left: 40vw;
    margin-bottom: 24vw;
    position: relative;
}
.sec_box_per03::after{
    content: "";
    width: 40.266vw;
    height: 40.266vw;
    position: absolute;
    left: 5.333vw;
    bottom: -20vw;
    background: url(../img/img_p_03.png) left bottom no-repeat;
    background-size: contain;
}
.sec_box_per04{
    padding-right: 26.533vw;
    background: url(../img/img_p_04.jpg) right bottom no-repeat;
    background-size: 26.533vw auto;
    position: relative;
}
.sec_box_per04::after{
    content: "";
    width: 26.533vw;
    height: 76vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/img_p_04.png) right bottom no-repeat;
    background-size: contain;
}
.sec_box_per07{
    padding-right: 23.466vw;
    background: url(../img/img_p_07.jpg) right bottom no-repeat;
    background-size: 23.066vw auto;
    position: relative;
}
.sec_box_per07::after{
    content: "";
    width: 23.066vw;
    height: 72.533vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/img_p_07.png) right bottom no-repeat;
    background-size: contain;
}
.sec_box_per09{
    padding-left: 40vw;
    margin-bottom: 30.666vw;
    position: relative;
}
.sec_box_per09::after{
    content: "";
    width: 40.4vw;
    height: 39.866vw;
    position: absolute;
    left: 5.333vw;
    bottom: -26.666vw;
    background: url(../img/img_p_09.png) left bottom no-repeat;
    background-size: contain;
}
@media screen and (min-width: 751px) {
    .sec_box_per01{
        padding-right: 186px;
        background-size: 186px auto;
    }
    .sec_box_per01::after{
        width: 186px;
        height: 567px;
    }
    .sec_box_per03{
        padding-left: 300px;
        margin-bottom: 180px;
    }
    .sec_box_per03::after{
        width: 302px;
        height: 299px;
        left: 40px;
        bottom: -150px;
    }
    .sec_box_per04{
        padding-right: 199px;
        background-size: 199px auto;
    }
    .sec_box_per04::after{
        width: 199px;
        height: 570px;
    }
    .sec_box_per07{
        padding-right: 176px;
        background-size: 173px auto;
    }
    .sec_box_per07::after{
        width: 173px;
        height: 544px;
    }
    .sec_box_per09{
        padding-left: 300px;
        margin-bottom: 230px;
    }
    .sec_box_per09::after{
        width: 303px;
        height: 299px;
        left: 40px;
        bottom: -200px;
    }
}

#sec_03 h1{
    text-align: right;
}
#sec_03 .line{
    display: inline-block;
    background-color: var(--beige);
    width: 78.6vw;
    height: 10.666vw;
    margin-bottom: -1.333vw;
}
#sec_04 h1{
    display: inline-block;
    margin-bottom: -0.2667vw;
}
#sec_05 h1{
    padding-right: 16vw;
}
#sec_06 h1{
    width: 100%;
}
#sec_06 .line{
    display: inline-block;
    background-color: var(--bluegray);
    width: 100%;
    height: 16vw;
    margin-bottom: 4vw;
}
#sec_09 h1{
    width: 100%;
}
@media screen and (min-width: 751px) {
    #sec_03 .line{
        width: 590px;
        height: 80px;
        margin-bottom: -10px;
    }
    #sec_04 h1{
        margin-bottom: -2px;
    }
    #sec_05 h1{
        padding-right: 120px;
    }
    #sec_06 .line{
        width: 100%;
        height: 140px;
        margin-bottom: 30px;
    }
}

#others p a{
    display: block;
    font-size: 114%;
    font-weight: 500;
    text-align: center;
    padding: 1em 0;
    padding-right: 2em;
    border: #000 1px solid;
    border-radius: 9999px;
    position: relative;
    transition: 0.3s;
}
#others p a:hover{
    background-color: #eee;
    opacity: 0.7;
}
#others p a::after{
    content: "";
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    top: 40%;
    right: 4em;
    background-image: url(../img/arrow_right.png);
    background-size: contain;
}
@media screen and (min-width: 751px) {
    #others p a{
        padding: 1em 0;
        padding-right: 2em;
    }
    #others p a::after{
        width: 0.8em;
        height: 0.8em;
        bottom: 25%;
        right: 3em;
    }
}

#inquiry{
    letter-spacing: .05em;
    padding-top: 9.333vw;
    border-top: #828282 1px solid;
    border-bottom: #828282 1px solid;
}
#inquiry h1{
    font-size: 120%;
}
#inquiry p{
    font-size: 110%;
    line-height: 1.8;
}
#inquiry p span{
    font-weight: 600;
}
#inquiry p a{
    padding-left: 2em;
    transition: 0.3s;
}
#inquiry p a:hover{
    opacity: 0.7;
}
#inquiry p a img{
    width: 3.3em;
    height: 3.3em;
    margin-top: .2em;
}
@media screen and (min-width: 751px) {
    #inquiry{
        padding-top: 70px;
    }
}
