@charset "utf-8";

h1,
h2,
h3,
h4,
h5 {
    color: inherit;
}
p {
    margin: 0;
    padding: 0;
}
html,
body {
    font-size: 16px;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 99999;
}
.loading .loading-img {
    display: none;
}
.toppage .loading .loading-img {
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

body {
    padding-top: 100px;
    transition: opacity 0.8s;
}
body.pgFadeOut {
    opacity: 0;
}
.mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",
        YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, Roboto,
        "Droid Sans", serif;
}
.mt2em {
    margin-top: 2em;
}
.t-red {
    color: #b20000;
}
.t-left {
    text-align: left;
}
.bg-gray {
    background: #eaeae8;
}
.bg-black {
    background: #000;
    color: #fff;
}
a.t-link {
    text-decoration: underline;
}
.t-arrow:before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    background: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/common/img/arrow-s-r.png")
        no-repeat left center/ contain;
    margin-right: 0.5em;
}
.main-contents {
    display: block;
    width: 750px;
    margin: 0 auto;
    padding-bottom: 3px;
    margin-bottom: -1px;
}

.iblm-header img,
.iblm-footer img {
    /* width: 100%;
    max-width: 100%;
    height: auto; */
}
.contents-wrap {
    width: 85%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}
.box-section {
    padding-top: 100px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
}
.box-section-s {
    padding: 50px 0;
}
.box-section-t {
    padding-top: 80px;
}
.max-contents {
    width: 750px;
    margin: 0 auto;
}

/*header*/
.home-link {
    position: relative;
    z-index: 99;
}
.globalNavi {
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100vh;
    padding-top: 100px;
    overflow-y: scroll;
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    -ms-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.opentime {
    display: none;
}
.iblm-header.open .opentime {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    font-size: 18px;
    position: relative;
    z-index: 99;
}
.iblm-header.open .globalNavi {
    opacity: 1;
    pointer-events: auto;
}
.list-gNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #ccc;
}
.list-gNav > li {
    width: 50%;
    border-bottom: 1px solid #ccc;
}
.list-gNav > li:nth-child(odd) {
    border-right: 1px solid #ccc;
}
.list-gNav > li:nth-child(-n + 2) {
    width: 100%;
    border-right: none;
}
.list-gNav a {
    display: block;
    padding-top: 1.5em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
    background: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/common/img/arrow-s-g.png")
        no-repeat center right 30px;
    position: relative;
}

.list-gNav img {
    width: auto;
    height: auto;
    max-width: 2em;
    max-height: 2em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    position: absolute;
    left: 2em;
    top: 50%;
    margin: 0 auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.description {
    line-height: 120%;
    padding: 1em 1em 0;
    max-width: 750px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* [disabled]font-weight: bold; */
    font-size: 14px;
    /* [disabled]font-variant: normal; */
    letter-spacing: 2px;
}
.head-logo {
    margin-top: 0.8em;
}
.iblm-header {
    max-width: 750px;
    margin: 0 auto;
    padding: 1em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
}
.headertest {
    max-width: 750px;
    margin: 0 auto;
    /* [disabled]padding: 1em; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
}
.btn-humberger {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    position: fixed;
    width: 100px;
    height: 100px;
    font-size: 0.9rem;
    top: 0;
    right: 0;
    display: block;
    background: none;
    border: none;
    padding: 2em 0 0;
    line-height: 100%;
    border: 0;
    z-index: 9999;
    position: fixed;
    top: 0;
    rgiht: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}
.btn-humberger:before,
.btn-humberger:after {
    content: "";
    width: 2rem;
    height: 3px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
.btn-humberger:before {
    -ms-transform: translateY(-0.5em);
    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    box-shadow: 0 0.5em #333;
}
.btn-humberger:after {
    -ms-transform: translateY(0.5em);
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
}
.btn-humberger.open:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: none;
}
.btn-humberger.open:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.foot-fixedmenu {
    display: none;
}
.foot-fixedmenu .inner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* [disabled]background: rgba(220,220,220,.75); */
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-fixedmenu .inner > * {
    width: 48%;
    text-align: center;
}
.foot-fixedmenu .btn {
    font-size: 28px;
    padding: 0.5em;
    color: #fff;
    width: 100%;
}
.foot-fixedmenu .btn span {
    display: block;
    font-size: 16px;
}
.foot-fixedmenu .meeting {
    background: #000000;
    font-weight: bolder;
}
.foot-fixedmenu .reservation {
    background: #555555;
    font-weight: bolder;
}

/*home*/
.home-mainvisual {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
}
.home-contents {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: 50vw;
    padding-top: 10px;
    width: 100%;
}

.home-mainvisual img {
    width: 100%;
}
.home-mainvisual .sp {
    display: none;
}
@media screen and (max-width: 750px) {
    .home-contents {
        margin-top: 133.33vw;
    }
    .home-mainvisual .pc {
        display: none !important;
    }
    .home-mainvisual .sp {
        display: block;
    }
}
.bnr-slider-wrapper {
    position: relative;
}
.bnr-slider-wrapper .swiper-button-prev {
    left: -10px;
    background: none;
    width: 34px;
    height: 34px;
}
.bnr-slider-wrapper .swiper-button-next {
    right: -10px;
    background: none;
    width: 34px;
    height: 34px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.thumbnail-slider {
    width: 80%;
    margin: -25px auto 0;
    z-index: 2;
    position: relative;
}
.thumbnail-slider .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin: auto;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}
.top-slider .swiper-button-prev {
    width: 34px;
    height: 34px;
}
.top-slider .swiper-button-next {
    width: 34px;
    height: 34px;
}

.title-photowedding {
    text-align: center;
    margin: 50px 0;
}
.title-photowedding-lead {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
    line-height: 150%;
}

.list-home-plan {
    display: flex;
    flex-wrap: wrap;
}
.list-home-plan > li {
    width: 50%;
    margin-bottom: 2em;
    text-align: center;
    font-weight: bold;
}
.list-home-plan img {
    margin-bottom: 1em;
}
.list-home-plan .title {
    font-size: 26px;
    font-weight: bold;
}
.list-home-plan .en {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 1em;
}
.list-home-plan .price {
    font-size: 40px;
    letter-spacing: 0;
}
.list-home-plan .price > span {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 4em;
    line-height: 120%;
}
.list-home-plan .price > span > span {
    position: absolute;
    font-size: 14px;
    bottom: 100%;
    left: 0;
    margin: auto;
    margin-left: 0.5em;
    white-space: nowrap;
}

.btn-block-l img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}
.btn-block-l.white {
    background: none;
    color: #000;
}

.menu-index-wrap {
    background: #eaeae8;
    padding: 100px 0;
    font-weight: bold;
}
.menu-index {
    border: 1px solid #000;
    text-align: center;
    position: relative;
    padding: 0 0 70px;
}
.menu-index .title {
    font-size: 45px;
    font-weight: bold;
    display: table;
    line-height: 86px;
    background: #eaeae8;
    padding: 0 1em;
    margin: -40px auto 70px;
}
.menu-index .title .icon {
    display: inline-block;
    width: 65px;
    height: 86px;
    vertical-align: middle;
    margin-right: 1em;
}

.menu-index .list-menu {
    counter-reset: listnum;
    text-align: left;
    display: inline-block;
    font-size: 20px;
}
.block-point .swiper-slide .number img {
    display: block;
}
.menu-index .list-menu > li {
    padding-left: 2em;
    counter-increment: listnum;
    margin-bottom: 1em;
    font-size: 26px;
}
.menu-index .list-menu > li:before {
    content: counter(listnum) ".";
    width: 2em;
    display: inline-block;
    marign-left: -2em;
    vertical-align: middle;
}
.menu-index .list-menu .icon {
    display: inline-block;
    margin-left: 1.5em;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.home-blog-post .img {
    width: 100%;
    margin-bottom: 1em;
}
.home-blog-post .img img {
    width: 100%;
}
.home-blog-post .blogpatch {
    font-size: 20px;
    margin: 1em 0;
    font-weight: bold;
}
.home-blog-post .title {
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 24px;
}
.home-blog-post p {
    font-feature-settings: 20px;
}
.home-blog-post .blog-more {
    text-align: right;
    font-weight: bold;
    margin-bottom: 2em;
}
.home-blog-post .blog-more:before {
    content: "";
    width: 6em;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin: auto 0.5em auto auto;
}

.blog-conts h2 {
    font-weight: bold;
    margin: 3em 0;
    font-size: 30px;
    line-height: 40px;
}
.blog-conts h3 {
    font-weight: bold;
    margin-top: 0em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3em;
    font-size: 30px;
    line-height: 40px;
}
.blog-conts p {
    margin-bottom: 4em;
    line-height: 40px;
}
.blog-conts img {
    margin-bottom: 4em;
}

/*accessory*/
.accessory-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.accessory-gallery > li {
    width: calc(25% - 1px);
    margin-bottom: 1px;
}
.accessory-gallery img {
}

/*blog*/
.list-blog {
    border-top: 1px solid #000;
}
.list-blog > li a {
    padding: 45px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}
.list-blog .img {
    width: 30%;
}
.list-blog .text {
    width: 65%;
}
.list-blog .text-past {
    width: 100%;
}

.list-topics > li a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}
.list-topics .img {
    width: 30%;
}
.list-topics .text {
    width: 65%;
}

.pagination {
    margin: 90px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.pagination > li:first-child {
    border-left: 1px solid #000;
}
.pagination > li {
    border-right: 1px solid #000;
}
.pagination span,
.pagination a {
    display: block;
    padding: 0 0.8em;
    font-size: 30px;
    line-height: 160%;
}
.pagination span {
    color: #000;
}
.pagination a {
    color: #aaa;
}

/*album*/
.list-album {
    text-align: center;
}
.list-album > li {
    margin-bottom: 2em;
}
.list-album > li + li {
    border-top: 1px solid;
    padding-top: 100px;
    margin-top: 100px;
}
.list-album .title {
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: bold;
}
.list-album img {
    margin: 3em 0;
}

.list-album .text p {
    text-align: left;
    margin-bottom: 1em;
}
.p-time {
    text-align: left;
}
.p-time span {
    float: right;
    width: 8rem;
    display: inline-block;
    padding-left: 2em;
    background: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/flow/img/arrow-s-r.png")
        no-repeat left center;
}

.note-dvd {
    text-align: left;
    margin: 80px 0;
}
.note-dvd .title-dvd {
    margin-bottom: 1em;
}

.album-desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.album-desc .img,
.album-desc .text {
    width: 48%;
}
.album-desc .title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.album-desc .before {
    margin-top: 1em;
    text-align: right;
}
.album-desc .before .t-red {
    font-size: 18px;
    margin-right: 0.5em;
    color: #d90000;
    font-weight: bold;
}
.album-desc .before .price {
    color: #aaa;
    position: relative;
    font-size: 30px;
}
.album-desc .before .price:before {
    content: "";
    width: 100%;
    height: 8px;
    border-top: 1px solid #d90000;
    border-bottom: 1px solid #d90000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.album-desc .before .price > span {
    font-size: 0.5em;
    position: relative;
    line-height: 150%;
}
.album-desc .before .price > span > span {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin: auto;
    white-space: nowrap;
    font-size: 0.8em;
}
.album-desc .saleprice {
    text-align: right;
    font-size: 30px;
    font-weight: bold;
}
.album-desc .saleprice::before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    background: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/common/img/arrow-s-r.png")
        no-repeat left center / contain;
    margin-right: 0.5em;
    margin-top: 0.3em;
}
.album-desc .saleprice > span {
    font-size: 0.5em;
    position: relative;
    line-height: 150%;
}
.album-desc .saleprice > span > span {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin: auto;
    white-space: nowrap;
    font-size: 0.8em;
}

/*flow*/
.list-flow {
    text-align: center;
    counter-reset: listnum;
}
.list-flow > li {
    counter-increment: listnum;
    margin-bottom: 2em;
}
.list-flow > li + li::before {
    content: "";
    width: 100%;
    height: 36px;
    margin: 80px auto;
    background: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/flow/img/arrow.png")
        no-repeat center center / auto 100%;
    display: block;
}
.list-flow .num {
    font-weight: bold;
    bpadding-bottom: 0.3em;
    border-bottom: 3px solid;
    margin-bottom: 0.5em;
    display: inline-block;
    font-weight: bold;
}
.list-flow .num::after {
    content: "-" counter(listnum);
}
.list-flow .title {
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: bold;
}
.list-flow img {
    margin: 2em 0;
}
.title-flow6 {
    font-size: 26px;
    margin: 3em 0 1em;
    text-align: left;
    font-weight: bold;
}
.list-flow .text p {
    text-align: left;
    margin-bottom: 1em;
}

.list-time {
    text-align: left;
}
.list-time span {
    float: right;
    width: 8rem;
    display: inline-block;
    padding-left: 2em;
    background: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/flow/img/arrow-s-r.png")
        no-repeat left center;
}
.check-block .list-time span {
    background-image: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/common/img/arrow-s-red.png");
}

/*meeting*/
.meeting-img {
    display: table;
    margin: 0 auto 4em;
}

.meeting-conts {
    padding-top: 100px;
    border-top: 1px solid #000;
    text-align: center;
}
.meeting-conts .title {
    font-size: 30px;
    margin-bottom: 2em;
    font-weight: bold;
}
.meeting-conts img {
    margin-bottom: 3em;
    display: inline-block;
}
.meeting-conts .text p {
    text-align: left;
}
.meeting-conts .text-block {
    text-align: left;
}

.studio-hamanomiya,
.list-shop .list-shop-item {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3em;
}
.studio-hamanomiya .img,
.list-shop .img {
    width: 25%;
}
.studio-hamanomiya .text,
.list-shop .text {
    width: 70%;
}
.studio-hamanomiya .text .title,
.list-shop .text .title {
    font-size: 26px;
    margin-bottom: 0.5em;
    font-weight: bolder;
}
.studio-hamanomiya .text address,
.list-shop .text address {
    font-size: 22px;
    font-style: normal;
    line-height: 1.4em;
}

.list-shop .img img {
    margin: 0;
}

/*option*/
.list-option {
    border-top: 1px solid #000;
}
.list-option > li {
    border-bottom: 1px solid #000;
}
.option-head {
    padding: 2em 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    position: relative;
}
.option-head figure {
    width: 20%;
    text-align: center;
}
.option-head .text {
    font-size: 26px;
    font-weight: bold;
    width: 75%;
}
.option-head:after {
    content: "";
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/common/img/arrow-s-r.png")
        no-repeat center center / contain;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.open .option-head:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.list-option .accordion-more {
    padding: 0 1em;
}
.list-option .accordion-more ul > li {
    padding-left: 1.5em;
}
.list-option .accordion-more ul > li::before {
    content: "";
    width: 1.5em;
    height: 0.8em;
    margin-left: -1.5em;
    display: inline-block;
    background: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/common/img/arrow-s-r.png")
        no-repeat center left / contain;
}

/*post*/
.list-weather {
    text-align: center;
}
.list-weather > li {
    margin-bottom: 2em;
}
.list-weather > li + li {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid #000;
}
.list-weather .title {
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: bold;
}
.list-weather img {
    margin: 3em 0;
}
.list-weather .text p {
    text-align: left;
    margin-bottom: 1em;
}
.title-wed-dic {
    text-align: left;
}
.list-weather .t-arrow {
    padding-left: 1em;
}
.list-weather-popup {
    display: flex;
    justify-content: space-between;
}
.list-weather-popup > li {
    width: 48%;
}

/*reason*/
.list-reason {
    text-align: center;
    counter-reset: listnum;
}
.list-reason > li {
    counter-increment: listnum;
    margin-bottom: 2em;
}
.list-reason > li + li {
    padding-top: 100px;
    border-top: 1px solid #000;
    margin-top: 100px;
}
.list-reason .num {
    font-weight: bold;
    bpadding-bottom: 0.3em;
    margin-bottom: 0.5em;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}
.list-reason .num::after {
    content: counter(listnum);
    font-size: 2em;
    margin-left: 0.2em;
}
.list-reason .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}
.list-reason .title-wrap img {
    width: 30%;
}
.list-reason .title {
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0;
    width: 60%;
    text-align: left;
    font-weight: bold;
}
.list-reason img {
    margin-top: 2em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2em;
}
.list-reason .text p {
    text-align: left;
    margin-bottom: 1em;
}

.list-reason-price {
    text-align: left;
    margin: 2em 0;
}
.list-reason-price span {
    float: right;
}
.list-reason-link {
    text-align: left;
    margin: 2em 0;
}

/*reserv*/
.list-reserv {
    text-align: center;
    counter-reset: listnum;
}
.list-reserv > li {
    counter-increment: listnum;
    margin-bottom: 2em;
}
.list-reserv > li + li {
    padding-top: 100px;
    border-top: 1px solid #000;
    margin-top: 100px;
}
.list-reserv .num {
    font-weight: bold;
    padding-bottom: 0.3em;
    display: inline-block;
    font-size: 20px;
    border-bottom: 3px solid;
    margin-bottom: 2em;
}
.list-reserv .num::after {
    content: "-" counter(listnum);
}
.list-reserv .title {
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: bold;
}
.list-reserv img {
    margin: 3em 0;
}
.list-reserv .text p {
    text-align: left;
    margin-bottom: 1em;
}

.list-reserv .check-block {
    margin-top: 100px;
}

.list-reserv-link {
    text-align: left;
    margin: 2em 0;
}
.prepare {
    margin: 100px 0 0;
    padding: 100px 50px;
    border: 1px solid;
    position: relative;
}
.prepare .title-prepare {
    font-size: 26px;
    display: table;
    padding: 0 1em;
    margin: calc(-100px - 1em) auto 2em;
    background: #fff;
    font-weight: bold;
}
.list-prepare {
    text-align: left;
    margin-bottom: 1em;
}
.list-prepare dt {
    width: 5em;
    float: left;
}
.list-prepare dd {
    padding-left: 5em;
    margin-bottom: 0.5em;
}
.prepare p {
    text-align: left;
    lien-height: 180%;
}
.marker-blue {
    background: linear-gradient(transparent 60%, #99ccff 60%);
    line-height: 200%;
}

/*recruit*/
.recruit-lead {
    padding-bottom: 100px;
}
.recruit-lead p {
    padding-bottom: 1.5em;
}
.recruit-conts {
    padding-bottom: 150px;
}
.recruit-conts .title-conts {
    text-align: center;
    color: #fff;
    background: #555555;
    padding: 100px 7.5%;
}
.recruit-conts .title-conts .cat {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-bottom: 5px;
}
.recruit-conts .title-conts .cat::after {
    content: "";
    width: 100px;
    height: 3px;
    display: block;
    background: #fff;
    margin: 0 auto 15px;
}
.recruit-conts .title-conts .status {
    display: inline-block;
    background: #b20000;
    font-size: 26px;
    padding: 0.3em;
    margin-left: 0.5em;
    vertical-align: middle;
}
.recruit-conts .title-conts .title {
    font-size: 30px;
    margin-bottom: 1em;
}
.recruit-conts .list-std {
    margin-top: 150px;
}
.recruit-conts .list-std .title:first-of-type {
    border-top: 1px solid #000;
}
.recruit-conts .list-std .title:first-of-type + .item {
    border-top: 1px solid #ddd;
}

/*reservation*/
.list-reservation {
    text-align: center;
}
.list-reservation > li {
    margin-bottom: 2em;
}
.list-reservation > li + li {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid #000;
}
.list-reservation .num {
    font-weight: bold;
    bpadding-bottom: 0.3em;
    border-bottom: 3px solid;
    margin-bottom: 0.5em;
    display: inline-block;
}
.list-reservation .title {
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: bold;
}
.list-reservation img {
    margin: 3em 0;
}
.list-reservation .text p {
    text-align: left;
    margin-bottom: 1em;
}

.list-time.reservation span {
    width: 10rem;
}

.bank {
    margin-op: 80px;
    padding-top: 100px;
    border-top: 1px solid #000;
    text-align: left;
    margin-top: 100px;
}
.bank .title {
    text-align: center;
    margin-bottom: 3em;
    font-size: 26px;
}

/*tool*/
.tool-conts {
    text-align: center;
}
.tool-conts + .tool-conts {
    border-top: 1px solid;
    padding-top: 100px;
    margin-top: 100px;
}
.tool-conts .title {
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 1em;
}
.tool-conts img {
    margin: 2em 0;
}

.tool-conts .text p {
    text-align: left;
    margin-bottom: 1em;
}
.link-arrow {
    margin: 3em 0;
    text-align: left;
    display: block;
}
.link-arrow img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
}

.list-tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3em 0;
    /* [disabled]text-align: left; */
}
.list-tools > li {
    width: 32%;
    margin-bottom: 2em;
    text-align: center;
}

.list-tools img {
    margin: 0;
}
.list-tools p {
    line-height: 150%;
    margin-top: 0.5em;
}

/*shirarahama*/
.plan-price {
    margin: 5em 0;
}
.title-line {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.title-line::after {
    content: "";
    width: 7em;
    height: 8px;
    background: #000;
    margin: 0.8em auto 1em;
    display: block;
}
.item-note {
    font-size: 16px;
    margin-top: 3em;
    line-height: 22px;
}

.plan-conts {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid;
}
.plan-conts .title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3em;
}
.plan-conts .check-block {
    margin-top: 100px;
}

.point-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}
.point-gallery > li {
    width: calc(50% - 1px);
    margin-bottom: 1px;
}

.point-slider {
    margin-top: 100px;
}
.title-setplan {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin: 3em 0 1em;
}
.bnr-metting {
    border: 8px solid #000;
    text-align: center;
    padding: 80px 50px;
}
.bnr-metting p {
    line-height: 150%;
}

.bnr-metting .comment {
    font-size: 30px;
    margin-bottom: 1em;
}
.bnr-metting .comment:before,
.bnr-metting .comment:after {
    content: "";
    width: 2px;
    height: 3em;
    display: inline-block;
    vertical-align: bottom;
    background: #000;
    -ms-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.bnr-metting .comment:before {
    margin-right: 0.5em;
    transform: rotate(-45deg);
}
.bnr-metting .comment:after {
    margin-left: 0.5em;
    transform: rotate(45deg);
}
.bnr-metting .title {
    font-size: 46px;
    margin-bottom: 0.5em;
}
.btn-detail {
    margin-top: 2em;
    text-align: center;
    padding: 0 2em 1em;
    display: inline-block;
    border-bottom: 1px solid;
    position: relative;
}
.btn-detail::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0 0.5em 0.3em;
    border-style: solid;
    border-color: transparent transparent #000;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
}

/*qa*/
.title-qa {
    text-align: center;
    border: 1px solid;
    font-size: 26px;
    padding: 1em;
    margin: 100px auto;
    max-width: 80%;
}
.title-qa img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}
.list-qa {
    border-top: 1px solid;
}
.list-qa > li {
    border-bottom: 1px solid;
    padding: 1.5em 1em;
}
.list-qa h4 {
    font-size: 26px;
    font-weight: bold;
}

.accordion-more {
    display: none;
}
.accordion-more p {
    margin-bottom: 2em;
}
.accordion-more a {
    text-decoration: underline;
    color: #2c8baf;
}
.accordion-more img {
    margin-bottom: 2em;
}
.accordion-more ul {
    margin-bottom: 2em;
}
.accordion-more ul > li {
    padding-left: 1em;
}
.accordion-more ul > li:before {
    content: "・";
    display: inline-block;
    vertical-align: middle;
    margin-left: -1em;
    width: 1em;
}
.accordion-more .up {
    display: block;
    margin: 2em auto;
    border: none;
    background: none;
    width: 53px;
    height: 27px;
}
.accordion-more .up img {
    margin-bottom: 0;
}

/*contact*/
.contact-lead {
    margin-bottom: 80px;
}
.contact-lead p {
    margin-bottom: 2em;
}
.line_tel {
    display: flex;
    justify-content: space-around;
    margin-top: 3em;
    align-items: center;
}
.line_tel > div {
    width: 40%;
    text-align: center;
    color: #000;
}
.line_tel p {
    text-align: center;
    margin-top: 2em;
}

.contactform {
    background: #fff;
    padding: 3rem 10% 5rem;
    border-radius: 20px;
    position: relative;
    z-index: 999;
    translate: 3d (0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.title-svg {
    text-align: center;
    height: 2em;
    width: auto;
}

.table-contact {
    width: 100%;
    margin-bottom: 2em;
    border-bottom: 1px solid;
    padding-bottom: 100px;
}
.table-contact th {
    width: 38%;
    padding: 1em 0;
    padding-right: 2em;
    vertical-align: top;
    text-align: right;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 22px;
}
.table-contact td {
    width: 62%;
    padding: 0.5em 0 1em;
}

.contactform input[type="text"],
.contactform input[type="number"],
.contactform input[type="date"],
.contactform input[type="email"],
.contactform input[type="tel"],
.contactform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.9rem;
    line-height: 150%;
    width: 100%;
    padding: 0.5em;
    line-height: 200%;
    margin: 3px 0;
    vertical-align: middle;
    display: inline-block;
    background: #eeeeee;
    border: 1px solid #000;
    border-radius: 0;
}
.contactform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #eeeeee;
    background-image: url(../contact/img/arrow.png);
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: right 10px center;
}

.contactform textarea {
    -webkit-appearance: none;
    width: 100%;
    padding: 0.5em;
    background: #eeeeee;
    border: 1px solid #000;
    font-size: 1rem;
    height: 10em;
}
.contactform .sel-year {
    width: 4.5em;
    margin-right: 0.2em;
}
.contactform .sel-month {
    width: 2.5em;
    margin: 0 0.2em;
}
.contactform .sel-day {
    width: 2.5em;
    margin: 0 0.2em;
}
.wed-note {
    font-size: 18px;
}
.contactform .must {
    color: #f00;
}
.contactform input[type="radio"] {
    display: none;
}
.contactform input[type="radio"] + span:before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
    background: url(../contact/img/radio-off.png) no-repeat center center/ 100%
        auto;
}
.contactform input[type="radio"]:checked + span:before {
    background-image: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/contact/img/radio-on.png");
}

.contactform input[type="submit"] {
    -webkit-appearance: none;
    color: #fff;
    background: #555555;
    width: 5em;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    display: block;
    margin: 50px auto;
    border: none;
    font-size: inherit;
    line-height: 150%;
    letter-spacing: 1em;
    text-indent: 0.5em;
}

/*privacy*/
.privacy-conts {
    padding-bottom: 80px;
}
.privacy-conts + .privacy-conts {
    border-top: 1px solid;
    padding-top: 80px;
}

.privacy-conts .title-std {
    margin-bottom: 2em;
}
.privacy-conts p {
    line-height: 150%;
}

.swiper-container img {
    margin: 0;
    width: 100%;
    /* [disabled]height: 100%; */
}

.swiper-container002 img {
    /* [disabled]margin-top: auto; */
    margin-right: auto;
    margin-left: auto;
    /* [disabled]margin-bottom: auto; */
    width: 80%;
    /* [disabled]height: 100%; */
    /* [disabled]text-align: center; */
}

.caption {
    margin: 0.5em 0;
    text-align: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: relative;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid;
    background: #fff;
    opacity: 1;
}
.swiper-pagination {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 8px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

/*footer*/
.iblm-footer {
    z-index: 2;
    position: relative;
    background: #fff;
    padding-top: 1px;
}
.foot-blog {
    background: #fff;
    z-index: 2;
    position: relative;
    border-top: 1px solid #fff;
}
.foot-blog-inner {
    max-width: 750px;
    margin: 0 auto;
}

.footer-desc {
    padding-top: 100px;
}
.footer-reverse {
    background: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/common/img/foot-reverse-bg.jpg")
        no-repeat center center/cover;
    color: #fff;
    text-align: center;
    position: relative;
}
div.footer-reverse:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.666%;
}
.footer-reverse .contents-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-reverse h3 {
    width: 51.866%;
    margin: 0 auto 50px;
}
.footer-reverse p {
    font-size: 24px;
    line-height: 1.5;
    padding: 0 42px;
    text-align: left;
}
.foot-linker {
    background: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/common/img/foot-linker-bg.jpg")
        no-repeat center center/cover;
    color: #fff;
    text-align: center;
    position: relative;
}
section.foot-linker:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.666%;
}
.foot-linker .contents-wrap {
    position: absolute;
    top: 0;
    left: 16.67%;
    width: 66.66%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.foot-linker li {
    display: block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.foot-linker li + li {
    margin-top: 36px;
}
.foot-linker li:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: -6px;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.foot-linker li a {
    display: block;
    position: relative;
    z-index: 1;
    padding: 36px 0;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    line-height: 1;
    color: #000;
    font-weight: bold;
}
.footer-desc .ft-navi {
    padding: 20px 0;
}
.list-footer-desc > li {
    background: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/common/img/arrow-s-r.png")
        no-repeat right center;
}
.list-footer-desc > li + li {
    border-top: 1px solid;
}
.list-footer-desc a {
    padding: 2em 2em 2em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-footer-desc .title {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}
.list-footer-desc .img {
    width: 20%;
    text-align: center;
}
.list-footer-desc .text {
    width: 75%;
}

.plan-block .price {
    text-align: center;
    font-size: 50px;
    margin-top: 50px;
}
.plan-block .price > span {
    font-size: 20px;
    line-height: 120%;
    position: relative;
    width: 4em;
    display: inline-block;
    white-space: nowrap;
    text-align: left;
}
.plan-block .price > span > span {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: auto;
    text-align: left;
}
.plan-block .holiday {
    background: #d9d900;
    line-height: 180%;
    display: table;
    font-size: 20px;
    margin: 1em auto;
    font-weight: bold;
    padding: 0 1em;
}

.list-plan-include {
    display: flex;
    flex-wrap: wrap;
}
.list-plan-include > li {
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
}
.list-plan-include > li:nth-child(4n) {
    margin-right: 0;
}
.list-plan-include figure {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2em auto 1em;
}

.title-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 2em;
}
.title-foot::before,
.title-foot::after {
    content: "";
    width: 8rem;
    height: 1px;
    background-color: #333;
}

.title-foot-instagram {
    font-size: 30px;
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
}
.instagram-link {
    display: flex;
    justify-content: space-around;
}
.foot-conts {
    position: relative;
}
/*.foot-conts::before { content: ''; width: 0; height: 0; border-style: solid; border-width: 1em 1em 0; border-color: #FFF transparent transparent; position: absolute; top: 0; left: 0; right: 0; margin: auto; }*/
.foot-conts img {
    display: table;
    margin: 4em auto 5em;
}

.list-sitemap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.container .list-sitemap > li {
    width: 48%;
    margin-bottom: 1em;
}
.list-sitemap a {
    text-align: center;
    border: 1px solid #fff;
    padding: 0.5em;
    display: block;
}

.googlemap {
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    position: relative;
    margin-bottom: 1em;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.foot-map address {
    font-style: none;
    text-align: center;
    margin-bottom: 3em;
    display: block;
}

.footer-navi {
    margin-top: 3rem;
    justify-content: center;
    display: flex;
    line-height: 100%;
}
.footer-navi a + a {
    padding-left: 1em;
    margin-left: 1em;
    border-left: 1px solid #fff;
}

.copyright {
    font-size: 12px;
    margin-top: 2em;
    text-align: center;
    padding-bottom: 130px;
}

.inviewStd {
    opacity: 0;
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inviewStd.inview {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mfp-close {
    font-size: 50px;
}
.mfp-counter {
    font-size: 22px;
    line-height: 150%;
    margin-right: 20px;
}

.mfp-arrow:before {
    display: none;
}
.mfp-arrow:after {
}
.mfp-arrow-right:after {
    left: 3px;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mfp-arrow-left:after {
    left: 3px;
    width: 30px;
    height: 30px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*navi*/
.globalNavi {
    box-sizing: border-box;
    transition: opacity 0.8s;
}
.list-gNav {
    padding-bottom: 60px;
}
.list-gNav > li {
    font-size: 25px;
}
.list-gNav .icon {
    position: absolute;
    left: 2.4rem;
    top: 50%;
    display: inline-block;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list-gNav img {
    position: static;
    margin: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
.list-gNav > li:nth-child(-n + 2) a,
.list-gNav > li.store-group > a {
    padding-left: calc(68px + 1.5em);
}
.list-gNav > li:nth-child(odd) {
    border-right: none;
}
.list-gNav > li:nth-child(even):nth-child(n + 6) {
    border-right: 1px solid #ccc;
}
.list-gNav > li.store-group {
    width: 100%;
}
.list-gNav > li.store-group li {
    font-size: 24px;
}
.list-gNav > li.store-group .icon {
    border: 1px solid #aaa;
    border-radius: 50%;
    overflow: hidden;
}
.list-gNav > li.store-group > a {
    background-image: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/common/img/add/navi-plus.png");
}
.list-gNav > li.store-group.active > a {
    background-image: url("REPLACE_WITH_THEME_DIRECTORY_URL/images/common/img/add/navi-minus.png");
}
.list-gNav > li.store-group > .accordion-navi {
    background-color: #eee;
    display: none;
}

.list-gNav > li.store-group > .accordion-navi li + li {
    border-top: 1px solid #ccc;
}

.contents-title {
    width: 85%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}
.contents-title .title-note {
    font-size: 46px;
    font-weight: bold;
    /* [disabled]line-height: 1.2; */
    text-align: center;
    margin-top: 80px;
}
.contents-title .block-title {
    font-weight: normal;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 20px;
}
.contents-wrap .title-note {
    margin-bottom: 10px;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.contents-wrap .block-title {
    font-weight: normal;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}
.contents-wrap .title-plan {
    margin-bottom: 0px;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.blog-tool {
    width: 85%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}
.blog-tool img {
    margin-top: 0;
    margin-bottom: 20px;
}
.blog-tool p {
    margin-top: 0;
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 150%;
}
.blog-tool .beach-note {
    font-size: 46px;
    font-weight: bold;
    /* [disabled]line-height: 1.2; */
    text-align: center;
    margin-top: 80px;
}
.blog-tool .beach-title {
    font-weight: normal;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
.tool-title {
    font-weight: normal;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 100px;
}

.hairmake {
    width: 85%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}
.hairmake img {
    margin-top: 0;
    margin-bottom: 80px;
}
.hairmake p {
    margin-top: 0;
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 200%;
}
.hairmake .note {
    font-size: 46px;
    font-weight: bold;
    /* [disabled]line-height: 1.2; */
    text-align: center;
    margin-top: 80px;
}
.hairmake .title {
    font-weight: normal;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
.under-blue {
    background: linear-gradient(transparent 50%, #a8eaff 50%);
    text-decoration: none;
}

.under-blue002 {
    background: linear-gradient(transparent 50%, #a8eaff 50%);
    text-decoration: none;
    font-size: 24px;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}

.list-tools li a figure {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.link001 a {
    /* [disabled]line-height: 1.2; */
    margin-top: 20px;
    color: #0099d0;
    text-decoration: underline;
}
.reason-slidebox-text a {
    /* [disabled]line-height: 1.2; */
    margin-top: 20px;
    color: #0099d0;
    text-decoration: underline;
}
.albumcenter {
    color: #0099d0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}

/* 追加CSS */

.consultation {
    text-decoration: none;
    border: 2px dotted #000000;
    padding: 60px 50px;
    background-color: #ffffff;
    text-align: left;
}
.topnews {
    text-decoration: none;
    border: 2px dotted #000000;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: #ffffff;
    text-align: left;
}
.text_l {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.under-yellow {
    background: linear-gradient(transparent 50%, #dbda00 50%);
    text-decoration: none;
}
.under {
    text-decoration: underline;
}

.btn-area {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
}
.btn-wrapper {
    text-align: center;
    /* width:100%; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 80px;
    background: #000;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    /* font-size: 20px; */
}
.btn-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 64px;
    height: 100%;
}
.btn-wrapper:hover {
    opacity: 0.8;
}
@media screen and (max-width: 768px) {
    .btn-area {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.w-100vw {
    width: 100vw;
}

.tab_area {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
}

.hide {
    display: none;
}
.plan-header {
    padding: 40px 0;
    text-align: center;
}
.plan-heading {
    text-align: center;
}
.price-txt .tax {
    margin-left: 5px;
    font-size: 6px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
}
.price-txt .tax .yen {
    font-size: 30px;
}
.mfp-content {
    width: 80%;
    height: auto;
}
@media screen and (max-width: 480px) {
    .mfp-content {
        width: 80% !important;
    }
}
/* mfp-bg（overlay） */
.mfp-bg,
.mfp-bg {
    opacity: 0;
    transition: all 0.2s ease-out;
}
.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-bg.mfp-ready {
    opacity: 0.6;
}
.mfp-bg.mfp-removing,
.mfp-bg.mfp-removing {
    opacity: 0;
}

/* mfp-content */
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.5s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content,
.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content,
.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-figure:after {
    background: transparent;
}
.plan-header-heading-img {
    width: 400px;
    margin: 0 auto;
}
@media screen and (min-width: 1200px) {
    html {
        font-size: 62.5%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    html {
        font-size: 1.111vw;
    }
}
@media screen and (max-width: 767px) {
    html {
        font-size: 2.3vw;
    }
    body {
        padding-top: 70px;
        max-width: 100vw;
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        overflow-x: hidden;
    }
    .iblm-header {
        /* padding: 02.0rem; */
        width: 100vw;
    }
    .iblm-footer {
        width: 100vw;
    }
    .entry-meta {
        font-size: 1.4rem;
    }
}
/* body h1 {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
        Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} */
/* body {
    font-family: 'Noto Sans JP', sans-serif;
} */

.main {
    /* font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  */

    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",
        Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #323232;
    overflow: hidden;
    /* max-width: 700px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
    .main,
    .container {
        /* width: 90%; */
        max-width: 768px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .main,
    .container {
        width: 100%;
        /* max-width: 414px; */
    }
}
/* img {
    width: 100%;
    height: auto;
    max-width: 100%;
} */
.container a {
    text-decoration: none;
    color: inherit;
}
.container ul,
.container li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.container {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.max-contents {
    width: 100%;
}

html[lang="ja"] h1.description {
    font-size: 1rem;
    max-width: 768px;
    font-weight: normal;
}
.iblm-header {
    display: flex;
    align-items: flex-start;
}
.head-logo {
    margin-top: 0;
    margin-right: 0.5rem;
}
.iblm-header {
    padding-top: 3rem;
}
@media screen and (max-width: 767px) {
    .foot-fixedmenu .btn {
        font-size: 1.4rem;
    }

    .foot-fixedmenu .btn span {
        font-size: 1.2rem;
    }

    .iblm-header img.head-logo {
        width: 8rem;
        z-index: 100;
        position: relative;
    }
    html[lang="ja"] h1.description {
        /* with: 100%; */
        /* max-width: calc(100% * 0.8); */
        max-width: 100%;
        left: 1em;
    }

    .description {
        width: calc(100% / 0.8);
        transform: scale(0.8) translate(-6rem, 0px);
        -moz-transform: scale(0.8) translate(-6rem, 0px);
        -webkit-transform: scale(0.8) translate(-6rem, 0px);
        /* width: 80%;
        margin-left: -6rem;
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8); */
    }
    .globalNavi {
        padding-top: 70px;
    }
    .btn-open.btn-humberger {
        width: 3rem;
        right: 2rem;
        height: 7rem;
        font-size: 1.3rem;
    }
    nav ul.list-gNav * {
        font-size: 1.4rem;
    }
    nav ul.list-gNav a {
        /* background: url(../common/img/arrow-s-g.png) no-repeat center right 10px; */
        background-size: 7px;
    }
    .list-gNav > li.store-group > a {
        background-size: 12px;
    }
    .list-gNav > li:nth-child(-n + 2) a,
    .list-gNav > li.store-group > a {
        padding-left: calc(34px + 1.5rem);
    }
    .btn-humberger:before,
    .btn-humberger:after {
        width: 3rem;
        height: 2px;
    }
    .iblm-header.open .opentime {
        font-size: 1rem;
    }
    .points-item-header-wrapper.white:before,
    .points-item-header-wrapper.beige:before {
        top: -14.5vw;
    }
    .iblm-footer {
        font-size: 1.4rem;
    }
    .footer-reverse p {
        font-size: 1.6rem;
    }
    .list-footer-desc .title {
        font-size: 1.6rem;
    }
    .list-footer-desc a {
        padding: 2rem 2rem 1rem 0;
    }
    .list-footer-desc > li {
        background-size: 0.7rem;
    }
    .list-shop .text .title {
        font-size: 1.6rem;
    }
    .list-shop .text address {
        font-size: 1.4rem;
    }
    .contents-wrap .title-note {
        font-size: 3.6rem;
    }
    .contents-wrap .block-title {
        font-size: 2rem;
    }
    .iblm-footer a img {
        width: 60px;
    }
}
@media screen and (min-width: 768px) {
    .foot-fixedmenu .inner {
        max-width: 768px;
    }
    .list-gNav .icon {
        left: 5rem;
    }
}
.iblm-header .icon {
    width: auto;
    height: auto;
}
.post-author img {
    display: revert;
}
.btn-open.btn-humberger {
    font-size: 1.35rem;
}
.btn-open.btn-humberger:before,
.btn-open.btn-humberger:after {
    width: 3.5rem;
}
