@charset "UTF-8";
html {
    position: relative;
    height: 100%;
}
body {
    background: #F8F1E8;
    margin: 0;
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 2.2rem;
}
.fot-tgb {
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 500;
    font-style: normal;
}
body,
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
footer {
    margin-top: auto;
}
.h-logo,
.f-logo {
    width: 128px;
    margin: 0 auto;
}
header {
    width: 90%;
    margin: 4em auto;
}
.main-txt {
    display: flex;
    justify-content: center;
}
.main-txt,
.info-cont,
.add {
    width: 90%;
    margin: 0 auto 72px !important;
}
.main-txt > img {
    width: 100%;
    margin-bottom: 3em;
    max-width: 500px;
}
.yama img {
    vertical-align: bottom;
}
.info-cont,
.add,
.t-center {
    text-align: center;
}
/* fadein */
.fadeIn-up {
	opacity: 0;
	transform: translate(0, 10%);
	transition: 1.5s;
}
.fadeIn-up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.info-cont {
    margin-bottom: 72px;
    background: #ffffff;
    border-radius: 60px;
    padding: 80px 20px 40px;
}
.txt-main {
    display: inline-block;
    border-bottom: 1px solid #000000;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.m0 {
    margin: 0;
}
.m0a {
    margin: 0 auto;
}
.mb1 {
    margin-bottom: 0.5em;
}
.mb3 {
    margin-bottom: 0.3em;
}
.fs3 {
    font-size: 26px;
}
.fs4 {
    font-size: 18px;
}
.fs5 {
    font-size: 24px;
}
.fs6 {
    font-size: 14px;
}
.mb2 {
    margin-bottom: 2em;
}
.mb5 {
    margin-bottom: 2em;
}
.mb4 {
    margin-bottom: 48px;
}
.lh1 {
    line-height: 2rem;
}
.inst-icon img {
    width: 4rem;
    padding-top: 1rem;
}
.img-wrap img {
    width: 100%;
}
h1,
h2 {
    font-weight: normal;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.new-icon {
    background: #C94A3D;
    color: #ffffff;
    width: 50px;
    height: 45px;
    display: block;
    padding-top: 4px;
    margin-top: -100px;
    margin-left: 40px;
}
.copy-wrap a {
    color: #000000;
    text-align: center;
    background: #ffffff;
    display: block;
    text-decoration: none;
    padding: 16px;
}
.copy-wrap a:hover,
.copy-wrap a:focus {
    text-decoration: underline;
}
.shop-name {
    margin-bottom: 16px;
}
.f-logo {
    margin-bottom: 8px;
}
.cw1 {
    width: 85%;
}
.tel {
    color: #000000;
    text-decoration: none;
}
.txt-wrap {
    display: inline-block;
}
.txt-wrap .p-txt {
    text-align: left;
}

@media (orientation: landscape) {
    header {
        margin: 4em auto;
    }
    .h-logo,
    .f-logo {
        width: 136px;
    }
    .main-txt > img {
        width: 500px;
        margin-bottom: 4em;
        max-width: initial;
    }
    .fs1 {
        font-size: 22px;
    }
    .fs2 {
        font-size: 18px;
    }
    .fs3 {
        font-size: 36px;
    }
    .fs4 {
        font-size: 22px;
    }
    .fs5 {
        font-size: 26px;
    }
    .mb2 {
        margin-bottom: 2em;
    }
    .add {
        margin-bottom: 72px;
    }
}

@media screen and (min-width:375px){
    .fs1 {
        font-size: 20px;
    }
    .fs2 {
        font-size: 17px;
    }
}

@media (orientation: landscape) and (min-width:375px) {
    .fs1 {
        font-size: 22px;
    }
    .fs2 {
        font-size: 18px;
    }
}

@media screen and (min-width:400px){
    .sp-cont1 {
        display: none;
    }
}

@media screen and (min-width:768px){
    .h-logo,
    .f-logo {
        width: 136px;
    }
    .main-txt > img {
        width: 600px;
        margin-bottom: 4em;
        max-width: initial;
    }
    .fs1 {
        font-size: 22px;
    }
    .fs2 {
        font-size: 18px;
    }
    .fs3 {
        font-size: 36px;
    }
    .fs4 {
        font-size: 22px;
    }
    .fs5 {
        font-size: 26px;
    }
    .mb2 {
        margin-bottom: 2em;
    }
    .new-icon {
        margin-left: 60px;
    }
    .sp-cont2 {
        display: none;
    }
    .tel {
        pointer-events: none;
    }
}

@media screen and (min-width:980px){}

@media screen and (min-width:1280px){
    .cw1 {
        width: 1000px;
    }
}

@media screen and (min-width:1366px){
    header {
        width: 1000px;
        margin: 60px auto;
    }
    .new-icon {
        margin-left: 160px;
    }
}