@import url("https://fonts.googleapis.com/css?family=Pinyon+Script&display=swap");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #e4f5f1
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    color: #707070;
    letter-spacing: 1px;
    line-height: 1.75;
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.object-fit-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.clearfix::after {
    content: "";
    display: block;
    clear: both
}

.dsp_sp {
    display: none
}

@media (max-width: 559px) {
    .dsp_pc {
        display: none
    }

    .dsp_sp {
        display: block
    }
}

.wrapper {
    padding-top: 80px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.container {
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media (min-width: 960px) {
    .container {
        width: 1000px
    }
}

@media (min-width: 560px) and (max-width: 959px) {
    .container {
        width: 95%
    }
}

section .bar {
    text-align: center;
    margin: 0 0 100px;
    position: relative
}

@media (max-width: 559px) {
    section .bar {
        margin: 0 0 70px
    }
}

section .bar:after {
    font-size: 1.4rem;
    color: #424242;
    position: absolute;
    bottom: -30px;
    left: 50%
}

@media (max-width: 559px) {
    section .bar img {
        height: 30px;
        width: auto
    }
}

.mar-yM {
    margin: 30px 0
}

.mar-yL {
    margin: 50px 0
}

.mar-tS {
    margin-top: 10px
}

.mar-tM {
    margin-top: 30px
}

.mar-bS {
    margin-bottom: 10px
}

.mar-bM {
    margin-bottom: 30px
}

.mar-bL {
    margin-bottom: 50px
}

.mar-rL {
    margin-right: 50px
}

.aligh-c {
    text-align: center
}

.red {
    color: red;
}

a {
    text-decoration: none;
    color: #707070;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

a:hover {
    opacity: 0.8;
    text-decoration: none
}

.btn-wrap-center {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-wrap-flexbetween {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.btn-wrap-flexend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.btn {
    display: block;
    padding: 15px;
    background: #3d977d;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    border: 1px solid #3d977d;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s
}

@media (max-width: 559px) {
    .btn {
        font-size: 1.4rem
    }
}

.btn:hover {
    opacity: 0.8;
    text-decoration: none;
    -webkit-transform: translateY(0.1em);
    -ms-transform: translateY(0.1em);
    transform: translateY(0.1em)
}

.btn-mini {
    font-size: 1.4rem;
    padding: 5px;
    margin: unset
}

.btn-low {
    background: #fff;
    color: #3d977d
}

.btn-txt {
    color: #3d977d;
    text-decoration: underline
}

@media (max-width: 559px) {
    .btn-txt {
        font-size: 1.4rem
    }
}

.btn-sizeInline {
    display: inline-block;
    vertical-align: top;
    width: auto
}

.btn-sizeS {
    width: 30%
}

.btn-sizeF {
    width: 40%
}

.btn-sizeH {
    width: 50%
}

.btn-sizeN {
    width: 90%;
}

.btn_delete {
    background: url("/images/sp/renewal/icon_delete.png") no-repeat;
    background-size: contain;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
    margin: 2px 0 0 2px;
}

.btn_delete a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: 30px;
    white-space: nowrap;
}

.btn_delete:hover {
    opacity: 0.7;
}

.btn_disabled {
    background-color: #D3D3D3 !important;
    pointer-events: none;
}

.arrow {
    position: relative;
    padding-left: 22px
}

.arrow::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: #3d977d;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -7px
}

.arrow::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 5px;
    margin-top: -1px
}

header {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99
}

header .logo-wrap {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    margin-left: 20px
}

header .logo-wrap .logo-link {
    display: inline-block
}

header .logo-wrap .logo-link object {
    pointer-events: none
}

header .logo-wrap .logo {
    width: 150px;
    height: auto
}

@media (max-width: 559px) {
    header .logo-wrap .logo {
        width: 130px;
        margin: 20px 0
    }
}

.login_guest_name {
    position: absolute;
    right: 75px;
    top:35px;
}

.login_guest_name .name{
    color:#3d977d;
}
.position-bottom{
    display: inline;
}
.login_guest_name a{
    cursor: default;
}
@media(max-width:559px) {
    .name-position{
        right:0;
    }
    .login_guest_name{
        top: 15px;
        right: 55px;
    }
    .login_guest_name .position-bottom{
        width: max-content;
        position: absolute;
        top:25px;
        right: 0;
    }
    .header-font{
        font-size:13px;
    }
}

.el_humburger {
    position: absolute;
    right: 20px;
    top: 53%;
    margin-top: -14px;
    width: 26px;
    height: auto;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: auto
}

.el_humburger>span {
    display: block;
    width: 100%;
    margin: 0 auto 6px;
    height: 3px;
    background: #3d977d;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.el_humburger>span:last-child {
    margin-bottom: 0
}

.js_humburgerOpen .el_humburger>span {
    background: #3d977d
}

.js_humburgerOpen .el_humburger>span.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg)
}

.js_humburgerOpen .el_humburger>span.middle {
    opacity: 0
}

.js_humburgerOpen .el_humburger>span.bottom {
    -webkit-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg)
}

.el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%
}

.el_humburgerButton__close>span {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #fff
}

.el_humburgerButton__close>span.el_humburgerLineTop {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg)
}

.el_humburgerButton__close>span.el_humburgerLineBottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg)
}

.navigation {
    display: none
}

.navigation.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 90
}

.navigation_screen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(108, 185, 162, 0.9);
    z-index: 9999;
    margin-top: 80px;
    padding-top: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.navigation_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: calc(100vh - 80px);
    padding: 5%
}

.navigation_box {
    width: 50%
}

.navigation_box li {
    font-size: 1.6rem;
    margin-bottom: 30px
}

@media (max-width: 559px) {
    .navigation_box li {
        font-size: 1.4rem;
        padding-bottom: 5px;
        border-bottom: 1px solid #fff
    }
}

.navigation_box li.navigation_heading {
    color: #fff;
    font-size: 2.4rem
}

@media (max-width: 559px) {
    .navigation_box li.navigation_heading {
        font-size: 2rem;
        border-bottom: none
    }
}

.navigation_box li a {
    padding-left: 50px;
    color: #fff
}

@media (max-width: 559px) {
    .navigation_box li a {
        padding-left: 5px
    }
}

.navigation_box li a:before {
    content: "ー";
    color: #fff
}

@media (max-width: 559px) {
    .navigation_box li a:before {
        display: none
    }
}

.navigation_box li.logout {
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0 50px
}

@media (max-width: 559px) {
    .navigation_box li.logout {
        margin: 0;
        width: 100%
    }
}

.navigation_box li.logout a {
    display: block;
    padding: 6px 50px
}

@media (max-width: 559px) {
    .navigation_box li.logout a {
        padding: 6px 0 4px;
        text-align: center
    }
}

.navigation_box li.logout a:before {
    display: none
}

.navigation_box li.logout a:hover {
    background: #fff;
    color: #3d977d
}

.navigation_box+.navigation_box {
    padding-left: 20px
}

.js_fixed {
    position: fixed;
    width: 100%;
    height: 100%
}

.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cp_breadcrumb {
    margin-top: 30px
}

@media (max-width: 559px) {
    .cp_breadcrumb {
        display: none
    }
}

.cp_breadcrumb a {
    text-decoration: none;
    color: #707070
}

.cp_breadcrumb .breadcrumbs {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cp_breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: calc(16px + 8px);
    margin-right: 8px;
    color: #707070;
    font-size: 1.4rem
}

.cp_breadcrumb li::before {
    content: "›";
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-size: 1em;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cp_breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
    color: #424242
}

.cp_breadcrumb li:last-child::before {
    content: normal
}

footer {
    background: #e4f5f1;
    padding: 50px 0;
    position: relative;
    margin-top: auto
}

footer .container {
    background-image: url(/images/green/logo_footer.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 280px
}

@media (max-width: 559px) {
    footer .container {
        padding: 0 20px;
        height: 475px;
        background-size: 200px auto;
        background-position: center 230px
    }
}

footer .footmenu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px
}

@media (max-width: 559px) {
    footer .footmenu-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

footer .footmenu-wrap .footmenu-item {
    margin-left: 30px
}

@media (max-width: 559px) {
    footer .footmenu-wrap .footmenu-item {
        margin: 0 40px 20px 0
    }
}

footer .footmenu-wrap .footmenu-item a {
    color: #707070;
    font-size: 1.4rem
}

footer .btn {
    margin: 0 0 0 auto;
    padding-left: 3em;
    position: relative;
    width: 30%
}

.contact_wrap .btn {
    margin: 0 auto;
    padding-left: 3em;
    position: relative;
    width: 50%
}

@media (max-width: 559px) {
    footer .btn {
        width: 100%
    }
    .contact_wrap .btn {
        width: 100%
    }
}

footer .btn:before {
    content: "";
    background-image: url(/images/green/icon/icon_letter.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 21px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -4.5em
}

footer .copy {
    margin: 0 auto;
    width: 100%;
    text-align: right;
    display: block;
    color: #3d977d;
    font-size: 1.2rem
}

.contact_wrap .btn:before {
    content: "";
    background-image: url(/images/green/icon/icon_letter.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 21px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -4.5em
}

@media (min-width: 960px) {
    footer .copy {
        width: 1000px
    }
}

@media (max-width: 559px) {
    footer .copy {
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100vw;
        text-align: center;
        padding-bottom: 10px
    }
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 20
}

@media (max-width: 559px) {
    #page-top {
        display: none !important
    }
}

.wrapper_small {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.wrapper_small header .logo-wrap {
    height: 60px
}

.wrapper_small header .logo-wrap .logo {
    width: 120px
}

.wrapper_small header .logo-link {
    pointer-events: none
}

.wrapper_small .el_humburger_wrap {
    display: none
}

.wrapper_small.wrapper {
    padding-top: 60px
}

.wrapper_small footer {
    margin-top: auto;
    padding: 20px 0
}

.wrapper_small footer .container {
    background: none;
    height: auto
}

.wrapper_small footer .footmenu-wrap {
    display: none
}

.wrapper_small footer .btn {
    display: none
}

.wrapper_small footer .copy {
    text-align: center
}

.wrapper_small #page-top {
    display: none
}

.form_wrap {
    padding: 30px 50px 40px;
    margin: 40px auto;
    width: 550px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2)
}

@media (max-width: 559px) {
    .form_wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px
    }
}

@media (max-width: 559px) {
    .form_wrap .btn-sizeS {
        width: 50%
    }
}

.form_wrap .btn-searchPost {
    font-size: 1.2rem;
    line-height: 38px;
    padding: 0
}

.welcome {
    font-family: "Pinyon Script";
    font-size: 3.5rem;
    text-align: center
}

.heading {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px
}

.heading_explanation {
    margin-top: 5%;
    color: #3d977d;
    font-size: 1.4rem;
    font-weight: bold;
}

.form_wrap_inputcheck .heading_explanation {
    display: none;
}

.profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.profile_img {
    width: 185px;
    height: 185px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%
}

@media (max-width: 559px) {
    .profile_img {
        width: 145px;
        height: 145px
    }
}

.profile_info {
    font-size: 1.4rem;
    max-width: 250px;
    margin-left: 10px
}

@media (max-width: 559px) {
    .profile_info {
        width: 50vw
    }
}

.profile_info .name {
    display: inline-block;
    vertical-align: top
}

.profile_info .name p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px
}

.profile_info .name p:first-child {
    position: relative
}

.profile_info .name p:first-child:before {
    content: "";
    background-image: url(/images/green/icon/icon_heart.png);
    width: 20px;
    height: 16px;
    position: absolute;
    left: 40%;
    bottom: -18px
}

.txt_notice {
    font-size: 1.2rem;
    color: #b2b3b3;
    margin-top: 3px
}

.heading_label {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    margin-bottom: 1em
}

.split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.split.split2 input {
    width: 47%
}

.split.split3 .pull {
    width: 30%
}

.split.split3 .pull:first-child {
    width: 35%
}

.form_aside {
    font-size: 1.1rem;
    color: #b2b3b3;
    text-align: left
}

.beginners {
    background: #ededed;
    margin-top: 50px
}

@media (max-width: 559px) {
    .beginners {
        margin-top: 0
    }
}

.beginners .container {
    padding: 100px 0
}

@media (max-width: 559px) {
    .beginners .container {
        padding: 40px 20px
    }
}

.beginners .container .bar {
    margin: 0 0 50px
}

.beginners .container .bar:after {
    content: "アニクリ登録";
    margin-left: -3em
}

.beginners_point {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    border-radius: 3px
}

@media (max-width: 559px) {
    .beginners_point {
        margin-top: 20px
    }
}

.beginners_point li {
    width: calc(100% / 3);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 559px) {
    .beginners_point li {
        width: 100%
    }
}

.beginners_point li h4 {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
    color: #000;
    margin-bottom: 30px;
    padding: 20px 0 0 20px
}

.beginners_point li h4:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #89c7b5;
    left: 0;
    top: 0;
    z-index: -1
}

.beginners_point li .txt {
    font-size: 1.4rem;
    margin-top: 10px
}

.form_wrap_confirm .tit, .form_wrap_complete .tit {
    font-weight: bold
}

.form_wrap_confirm .txt, .form_wrap_complete .txt {
    font-size: 1.4rem;
    margin-top: 10px
}

.form_wrap_confirm .txt span, .form_wrap_complete .txt span {
    color: red
}

.form_wrap_confirm .not_delivered, .form_wrap_complete .not_delivered {
    font-size: 1.4rem;
    background: #ededed;
    padding: 20px;
    margin-top: 20px
}

.form_wrap_confirm .not_delivered strong, .form_wrap_complete .not_delivered strong {
    font-weight: bold;
    display: block;
    margin-bottom: 10px
}

.form_wrap_inputcheck article {
    margin-bottom: 10px;
}

.form_wrap_inputcheck .form_item input, .form_wrap_inputcheck .form_item textarea, .form_wrap_inputcheck .form_item .radiobutton, .form_wrap_inputcheck .form_item .checkbox, .form_wrap_inputcheck .form_item .pull, .form_wrap_inputcheck .form_item .txt_notice, .form_wrap_inputcheck .form_item .btn-searchPost, .form_wrap_inputcheck .split {
    display: none
}

.form_wrap_inputcheck .form_item.required:before,
.form_wrap_inputcheck .form_item div.required:before,
.form_wrap_inputcheck .confirm_display_none {
    display: none
}

.form_wrap_inputcheck p {
    background: #f7f7f7;
    padding: 5px 10px
}

.pull {
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
    border-radius: 5px;
    background: #fff;
    padding-left: 10px
}

.pull select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #707070;
    line-height: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.pull select::-ms-expand {
    display: none
}

.pull::before {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #707070;
    pointer-events: none
}

.pull:after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: "";
    border-left: 1px solid #ededed
}

.pull.disabled {
    border: none;
    background-color: transparent
}

.pull.disabled:after, .pull.disabled:before {
    border: none
}

.form_item input, .form_item textarea {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 0 10px;
    display: block;
    font-size: 1.6rem
}

.form_item textarea {
    padding: 10px;
    height: 80px;
    line-height: inherit
}

.form_item input::-webkit-input-placeholder, .form_item textarea::-webkit-input-placeholder {
    font-size: 1.6rem;
    color: #ededed
}

.form_item input::-moz-placeholder, .form_item textarea::-moz-placeholder {
    font-size: 1.6rem;
    color: #ededed
}

.form_item input:-ms-input-placeholder, .form_item textarea:-ms-input-placeholder {
    font-size: 1.6rem;
    color: #ededed
}

.form_item input::-ms-input-placeholder, .form_item textarea::-ms-input-placeholder {
    font-size: 1.6rem;
    color: #ededed
}

.form_item input::placeholder, .form_item textarea::placeholder {
    font-size: 1.6rem;
    color: #ededed
}

.form_item input:focus::-webkit-input-placeholder, .form_item textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 0.1s;
    transition: 0.1s
}

.form_item input:focus::-moz-placeholder, .form_item textarea:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: 0.1s;
    transition: 0.1s
}

.form_item input:focus:-ms-input-placeholder, .form_item textarea:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: 0.1s;
    transition: 0.1s
}

.form_item input:focus::-ms-input-placeholder, .form_item textarea:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: 0.1s;
    transition: 0.1s
}

.form_item input:focus::placeholder, .form_item textarea:focus::placeholder {
    color: transparent;
    -webkit-transition: 0.1s;
    transition: 0.1s
}

.form_item input:focus::-webkit-input-placeholder, .form_item textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 0.1s;
    transition: 0.1s
}

.form_item input:focus:-moz-placeholder, .form_item textarea:focus:-moz-placeholder {
    color: transparent;
    -webkit-transition: 0.1s;
    transition: 0.1s
}

.form_item input:focus::-moz-placeholder, .form_item textarea:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: 0.1s;
    transition: 0.1s
}

.form_item+.form_item {
    margin-top: 30px
}

.form_item input[type="file"] {
    height: auto;
    line-height: 1;
    padding: 0
}

@media (min-width: 960px) {
    .form_item input[type="file"] {
        border: none
    }
}

.radiobutton label {
    padding: 0 0 0 30px;
    font-size: 1.4rem;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 20px
}

.radiobutton label:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ededed;
    border-radius: 50%;
    background: #fff
}

.radiobutton input[type="radio"] {
    display: none
}

.radiobutton input[type="radio"]:checked+label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #3d977d;
    border-radius: 50%
}

.radiobutton input[type="radio"][disabled]+label:after {
    background-color: #ededed
}

input[type="checkbox"] {
    display: none
}

input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

input[type="checkbox"]+label:last-child {
    margin-bottom: 0
}

input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #3d977d;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s
}

input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

input[type="checkbox"][disabled]+label:after {
    background-color: #ededed
}

.stepbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 550px;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

@media (max-width: 559px) {
    .stepbar {
        width: 98vw;
        margin-top: 20px
    }
}

header+.stepbar {
    margin-top: 40px
}

.wrapper_small header+.stepbar {
    margin-top: 0
}

@media (max-width: 559px) {
    .wrapper_small header+.stepbar {
        margin-top: 20px
    }
}

.stepbar__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: calc(100% / 4);
    height: 36px;
    margin: 0 5px;
    padding: 1px;
    background: #3d977d
}

.stepbar3 .stepbar__item {
    width: calc(100% / 3)
}

.stepbar__item:nth-child(1) {
    z-index: 4
}

.stepbar__item:nth-child(2) {
    z-index: 3
}

.stepbar__item:nth-child(3) {
    z-index: 2
}

.stepbar__item:nth-child(4) {
    z-index: 1
}

.stepbar__item:first-child {
    margin-left: 0
}

.stepbar__item:last-child {
    margin-right: 0
}

.stepbar__item:not(:first-child)::before {
    position: absolute;
    content: "";
    top: 0;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-right: 0;
    border-bottom: 18px solid transparent;
    border-left: 20px solid #3d977d
}

.stepbar__item:not(:first-child)::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-right: 0;
    border-bottom: 18px solid transparent;
    border-left: 20px solid #e4f5f1
}

.wrapper_small .stepbar__item:not(:first-child)::after {
    border-left: 20px solid #fff
}

.stepbar__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 1rem
}

@media (max-width: 559px) {
    .stepbar__item-inner {
        font-size: 1.1rem;
        padding-left: 2rem
    }
}

.current {
    background: transparent;
    color: #fff
}

.stepbar__item:not(:last-child) .stepbar__item-inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-right: 0;
    border-bottom: 18px solid transparent;
    border-left: 20px solid #3d977d
}

.stepbar__item:not(:last-child) .stepbar__item-inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: calc(100% - 1px);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-right: 0;
    border-bottom: 18px solid transparent;
    border-left: 20px solid #fff
}

.stepbar__item:not(:last-child) .current::after {
    display: none
}

.required {
    position: relative
}

.required:before {
    content: "*";
    color: red;
    position: absolute;
    top: 0;
    left: -10px
}

.alert-txt {
    display: none
}

.alert-high input,
.alert-high textarea {
    border-color: red !important;
    position: relative;
    background: #fff6f6
}

.alert-high .alert-txt {
    color: red;
    font-size: 1.2rem;
    display: block;
    margin-top: 5px
}

.subNotice {
    text-align: center;
    color: #3d977d;
    margin-top: -10px;
    margin-bottom: 10px;
    font-weight: bold
}

.box {
    margin-top: 20px
}

@media (max-width: 559px) {
    .box {
        margin-top: 0
    }
}

.box .container {
    background: #fff
}

.box_inner {
    padding: 50px
}

@media (max-width: 559px) {
    .box_inner {
        padding-left: 20px;
        padding-right: 20px;
        border-top: 1px solid #ededed
    }
}

.head-img img {
    width: 100%;
    height: auto
}

.subbar {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.subbar .circleDot {
    position: relative;
    display: inline-block;
    padding: 16px 40px;
    border-top: 2px solid #707070;
    font-size: 1.8rem
}

.subbar .circleDot:before, .subbar .circleDot:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #707070;
    position: absolute;
    top: -4px
}

.subbar .circleDot:before {
    left: -4px
}

.subbar .circleDot:after {
    right: -4px
}

#top section {
    padding: 100px 0
}

@media (max-width: 559px) {
    #top section {
        padding: 70px 0
    }
}

.main {
    width: 100%;
    height: 100vh;
    height: calc(100vh - 80px);
    position: relative;
    overflow: hidden;
    background-image: url("/images/green/main_bg.jpg");
    background-size: cover;
    background-position: center center;
    min-height: 700px
}

.main .circle_wrap {
    position: absolute;
    right: 5vw;
    top: 180px
}

.main .circle_wrap:before {
    content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: -0.6rem;
    color: #ceb37b;
    font-weight: bold;
    position: absolute;
    bottom: 156px;
    right: 68px;
    z-index: 11;
    -webkit-filter: drop-shadow(3px 8px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 8px 6px rgba(0, 0, 0, 0.2))
}

@media (max-width: 559px) {
    .main .circle_wrap:before {
        bottom: 128px;
        right: 45px
    }
}

.main .circle_wrap .circle {
    position: relative;
    display: inline-block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: #ad9b73;
    border: solid 8px #ccbc9a;
    -webkit-filter: drop-shadow(3px 9px 8px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 9px 8px rgba(0, 0, 0, 0.2))
}

@media (max-width: 559px) {
    .main .circle_wrap .circle {
        width: 130px;
        height: 130px;
        border-width: 5px
    }
}

.main .circle_wrap .circle .attendance {
    position: absolute;
    top: 120px;
    left: 12px;
    color: #fff;
    font-size: 1.4rem;
}

@media (max-width: 559px) {
    .main .circle_wrap .circle .attendance {
        top: 96px;
        left: 5px;
        width: max-content;
    }
}
.main .circle_wrap .circle .date {
    font-family: "Pinyon Script";
    font-family: "Pinyon Script";
    color: #fff;
    font-size: 2rem;
    position: absolute;
    display: inline-block;
    top: 27%;
    left: 50%;
    margin-left: calc(-165px / 2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
    width: 165px;
    text-align: center;
    z-index: 10
}

@media (max-width: 559px) {
    .main .circle_wrap .circle .date {
        font-size: 1.8rem;
        margin-left: calc(-130px / 2);
        width: 130px
    }
}

.main .circle_wrap .circle .date .big {
    font-size: 3.5rem;
    line-height: 1
}

@media (max-width: 559px) {
    .main .circle_wrap .circle .date .big {
        font-size: 3rem
    }
}

.main .circle_wrap .circle:after {
    content: "●";
    color: #9a875d;
    position: absolute;
    bottom: 108px;
    right: 66px;
    z-index: 10
}

@media (max-width: 559px) {
    .main .circle_wrap .circle:after {
        bottom: 83px;
        right: 46px
    }
}

.swing {
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s
}

@-webkit-keyframes swing {
    0%, 100% {
        -webkit-transform-origin: bottom center
    }

    10% {
        -webkit-transform: rotate(-2deg)
    }

    20% {
        -webkit-transform: rotate(1deg)
    }

    30% {
        -webkit-transform: rotate(-1deg)
    }

    40% {
        -webkit-transform: rotate(1deg)
    }

    50% {
        -webkit-transform: rotate(-1deg)
    }

    60% {
        -webkit-transform: rotate(1deg)
    }

    70% {
        -webkit-transform: rotate(-1deg)
    }

    80% {
        -webkit-transform: rotate(1deg)
    }

    90% {
        -webkit-transform: rotate(-1deg)
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

#top .introduction {
    margin-top: -121px;
    margin-top: -15.3vh;
    padding: 0;
    position: relative
}

#top .introduction .container {
    background: #ffffffd9
}

#top .introduction .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 0 35px;
    padding: 8vh 0 4vh
}

#top .introduction .name .name-block {
    position: relative;
    width: 50%;
    padding: 0px 7%
}

#top .introduction .name .name-block:first-child {
    text-align: right
}

#top .introduction .name .name-block:first-child:after {
    content: "";
    background: url(/images/green/icon/icon_heart.png) no-repeat;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 7px;
    width: 20px;
    right: -10px
}

#top .introduction .name p {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 1.8rem
}

@media (max-width: 559px) {
    #top .introduction .name p {
        font-size: 1.4rem
    }
}

#top .introduction .name p:before {
    font-family: "Pinyon Script";
    font-size: 2rem;
    position: absolute;
    top: -25px;
    white-space: nowrap;
    left: 50%;
    margin-left: -25px
}

#top .introduction .name .groom {
    text-align: right
}

@media (max-width: 559px) {
    #top .introduction .name .groom {
        text-align: left
    }
}

#top .introduction .name .groom:before {
    content: "Groom"
}

#top .introduction .name .bride:before {
    content: "Bride"
}

.msg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 85px;
    padding-top: 0;
    position: relative
}

@media (min-width: 560px) and (max-width: 959px) {
    .msg-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 559px) {
    .msg-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }
}

.msg-wrap:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 130px;
    border-right: 1px solid #707070;
    right: calc(85px - 10px);
    bottom: 85px
}

@media (max-width: 559px) {
    .msg-wrap:before {
        width: 80px;
        height: 1px;
        border-right: none;
        border-bottom: 1px solid #707070;
        right: inherit;
        bottom: inherit;
        top: 425px;
        left: 50%;
        margin-left: -40px
    }
}

.msg-wrap:after {
    content: "Message";
    font-family: "Pinyon Script";
    font-size: 3rem;
    position: absolute
}

@media (min-width: 960px) {
    .msg-wrap:after {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        right: calc(85px - 45px);
        bottom: 230px
    }
}

@media (min-width: 560px) and (max-width: 959px) {
    .msg-wrap:after {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        right: calc(85px - 45px);
        bottom: 230px
    }
}

@media (max-width: 559px) {
    .msg-wrap:after {
        left: 50%;
        margin-left: -50px;
        top: 370px
    }
}

.msg-wrap .bx-wrapper {
    width: 340px;
    position: relative
}

@media (max-width: 559px) {
    .msg-wrap .bx-wrapper {
        width: 280px;
        margin: 0 auto;
        overflow: hidden
    }
}

.msg-wrap .msg {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 30px 0 45px
}

@media (max-width: 559px) {
    .msg-wrap .msg {
        padding: 100px 20px 80px;
        margin: 0 auto;
    }
    .msg-wrap .msg p {
        min-width: 280px;
    }
}

.aniphoto-wrap {
    padding-bottom: 85px
}

@media (min-width: 560px) and (max-width: 959px) {
    .aniphoto-wrap {
        padding-left: 85px;
        padding-right: 85px
    }
}

@media (max-width: 559px) {
    .aniphoto-wrap {
        padding: 0 20px 80px
    }
}

.aniphoto-wrap .aniphotoBar {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 60px;
    font-size: 1.6rem;
    background: #ad9b73;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px
}

.aniphoto-wrap .aniphotoBar::before, .aniphoto-wrap .aniphotoBar::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1
}

.aniphoto-wrap .aniphotoBar::before {
    top: 0;
    left: 0;
    border-width: 20px 0px 20px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid
}

.aniphoto-wrap .aniphotoBar::after {
    top: 0;
    right: 0;
    border-width: 20px 10px 20px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid
}

.aniphoto {
    background: url(/images/banner/banner_aniphoto.jpg) no-repeat center;
    width: 834px;
    height: 160px;
    margin: 0 auto;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

@media (max-width: 559px) {
    .aniphoto {
        background-image: url(/images/banner/banner_aniphoto_sp.jpg);
        width: 100%;
        height: 200px;
        background-size: cover
    }
}

@media (min-width: 560px) and (max-width: 959px) {
    .aniphoto {
        width: 100%;
        background-size: cover
    }
}

.aniphoto_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.aniphoto_comming {
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 5px
}

.aniphoto_comming_box {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 5px 30px
}

@media (max-width: 559px) {
    .aniphoto_comming_box {
        margin: 0 20px
    }
}

.aniphoto_comming_box dt {
    font-size: 3rem;
    color: #e4f5f1
}

@media (max-width: 559px) {
    .aniphoto_comming_box dt {
        font-size: 2.4rem
    }
}

.aniphoto_comming_box .date {
    font-weight: bold;
    display: block
}

@media (max-width: 559px) {
    .aniphoto_comming_box .date {
        display: inline
    }
}

.aniphoto_open {
    font-size: 2rem;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

@media (max-width: 559px) {
    .aniphoto_open {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 25px
    }
}

.aniphoto_open a {
    text-align: center;
    width: 100%
}

.bx-viewport, .slider {
    height: 400px !important
}

@media (max-width: 559px) {
    .bx-viewport, .slider {
        height: 350px !important
    }
}

.slider li {
    width: auto !important
}

.slider img {
    width: 340px;
    height: 400px;
    display: block
}

@media (max-width: 559px) {
    .slider img {
        width: 280px;
        height: 350px
    }
}

.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-prev {
    left: 10px;
    display: block;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bx-wrapper .bx-next {
    right: 10px;
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    outline: 0;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    z-index: 80;
    -webkit-filter: drop-shadow(3px 8px 6px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 8px 6px rgba(0, 0, 0, 0.2))
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.content {
    position: relative
}

.content .bar:after {
    content: "コンテンツ一覧";
    margin-left: -3.5em
}

.content .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 559px) {
    .content .content-wrap {
        margin: 0 20px
    }
}

.content .content-wrap li {
    width: 32%;
    margin-bottom: 50px;
    margin-left: 2%
}

@media (max-width: 559px) {
    .content .content-wrap li {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0
    }
}

.content .content-wrap li:nth-child(3n+1) {
    margin-left: 0
}

@media (min-width: 960px) {
    .content .content-wrap li img {
        border-radius: 10px 10px 0 0 / 10px 10px 0 0
    }
}

@media (max-width: 559px) {
    .content .content-wrap li img {
        float: left;
        width: 140px;
        width: 40vw;
        margin-right: 5vw
    }
}

.content .content-wrap li .tit {
    text-align: center;
    padding: 8px;
    background: #89c7b5;
    color: #fff
}

@media (max-width: 559px) {
    .content .content-wrap li .tit {
        height: 100%;
        padding-top: 11%;
        text-align: left
    }

    .content .content-wrap li .tit_mini {
        font-size: 1.2rem;
        line-height: 2.5
    }
    .content .content-wrap li .tit_1p {
        font-size: 1rem;
        line-height: 2.5
    }
}

.content .content-wrap .disabled {
    position: relative
}

.content .content-wrap .disabled_txt {
    position: absolute;
    color: #fff;
    font-size: 1.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.content .content-wrap .disabled:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5)
}

@media (min-width: 960px) {
    .content .content-wrap .disabled:before {
        border-radius: 10px 10px 0 0 / 10px 10px 0 0
    }
}

.content:before {
    content: "";
    background-image: url(/images/green/bg_flower_a.png);
    background-repeat: no-repeat;
    width: 497px;
    height: 497px;
    position: absolute;
    left: -146px;
    top: -200px;
    z-index: -10
}

@media (max-width: 559px) {
    .content:before {
        left: -256px
    }
}

.place {
    background: #ededed;
    padding-bottom: 150px;
    position: relative
}

@media (min-width: 960px) {
    .place {
        overflow-x: hidden
    }
}

@media (max-width: 559px) {
    .place {
        padding-bottom: 120px
    }
}

.place .bar:after {
    content: "結婚式会場";
    margin-left: -2.5em
}

.place .info-wrap {
    position: relative
}

.place .info-wrap .info-image img {
    width: 650px;
    height: 570px
}

@media (max-width: 559px) {
    .place .info-wrap .info-image img {
        width: 100%;
        height: 340px
    }
}

.place .info-wrap .info-date {
    position: absolute;
    z-index: 10;
    bottom: -50px;
    right: 0;
    padding: 50px;
    max-width: 410px;
    background: #ffffffde
}

@media (max-width: 559px) {
    .place .info-wrap .info-date {
        position: relative;
        margin-top: -100px;
        padding: 40px;
        margin: 0 20px
    }
}

.place .info-wrap .info-date .venue {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative
}

@media (max-width: 559px) {
    .place .info-wrap .info-date .venue {
        font-size: 2rem
    }
}

.place .info-wrap .info-date .venue:after {
    content: "";
    border-bottom: solid 3px #707070;
    width: 2.5em;
    position: absolute;
    bottom: -20px;
    left: 0
}

.place .info-wrap .info-detail {
    margin-bottom: 40px
}

.place .info-wrap .info-detail .date {
    font-size: 2rem
}

@media (max-width: 559px) {
    .place .info-wrap .info-detail .date {
        font-size: 1.6rem
    }
}

.place .info-wrap .info-detail th {
    white-space: nowrap;
    padding-right: 1em
}

@media (max-width: 559px) {
    .place .info-wrap .info-detail th, .place .info-wrap .info-detail td {
        font-size: 1.4rem
    }
}

.place .info-wrap .btn {
    width: 80%
}

@media (min-width: 960px) {
    .place:before {
        content: "";
        background-image: url(/images/green/bg_flower_b.png);
        background-repeat: no-repeat;
        width: 497px;
        height: 497px;
        position: absolute;
        right: -150px;
        top: -139px;
        top: 0;
        z-index: 1
    }
}

.under {
    background: #fff
}

.under .btn {
    width: 50%
}

@media (max-width: 559px) {
    .under .btn {
        width: 80%
    }
}

.under .banner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px
}

@media (max-width: 559px) {
    .under .banner-wrap {
        margin: 50px 20px 0
    }
}

.under .banner-wrap li {
    margin-bottom: 15px;
    width: 49%
}

@media (max-width: 559px) {
    .under .banner-wrap li {
        width: 100%
    }

    .under .banner-wrap li:last-child {
        margin-bottom: 0
    }
}

.under .banner-wrap li img {
    width: 100%
}

.tab_wrap input[type="radio"] {
    display: none
}

.tab_wrap .tab_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 559px) {
    .tab_wrap .tab_area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tab_wrap .tab_area label {
    width: calc(100% / 4);
    margin: 0 5px;
    display: block;
    padding: 20px 0;
    color: #89c7b5;
    border: 1px solid #89c7b5;
    background: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity
}

@media (max-width: 559px) {
    .tab_wrap .tab_area label {
        width: 100%;
        margin: 0;
        padding: 10px 0
    }

    .tab_wrap .tab_area label+label {
        margin-top: 10px
    }
}

.tab_wrap .tab_area label:hover {
    background: #89c7b5;
    color: #fff;
    opacity: 0.5
}

.tab_wrap .panel_area {
    margin-top: 50px
}

.tab_wrap .tab_panel {
    width: 100%;
    display: none
}

.tab_wrap #tab1:checked~.tab_area .tab1_label {
    background: #89c7b5;
    color: #fff
}

.tab_wrap #tab1:checked~.panel_area #panel1 {
    display: block
}

.tab_wrap #tab2:checked~.tab_area .tab2_label {
    background: #89c7b5;
    color: #fff
}

.tab_wrap #tab2:checked~.panel_area #panel2 {
    display: block
}

.tab_wrap #tab3:checked~.tab_area .tab3_label {
    background: #89c7b5;
    color: #fff
}

.tab_wrap #tab3:checked~.panel_area #panel3 {
    display: block
}

.tab_wrap #tab4:checked~.tab_area .tab4_label {
    background: #89c7b5;
    color: #fff
}

.tab_wrap #tab4:checked~.panel_area #panel4 {
    display: block
}

@media (max-width: 559px) {
    .read {
        text-align: center
    }
}

.read_heading {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    margin-bottom: 20px;
    color: #89c7b5
}

.read_heading:before, .read_heading:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #89c7b5;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.read_heading:before {
    left: 0
}

.read_heading:after {
    right: 0
}

.read_heading_sub {
    border: 1px solid #707070;
    padding: 3px 20px;
    margin-bottom: 20px;
    background: #e4f5f1;
    display: inline-block;
    vertical-align: top
}

@media (max-width: 559px) {
    .read_txt {
        text-align: left
    }
}

.read_image {
    text-align: center;
    background: #f9f9f9;
    padding: 5%
}

@media (max-width: 559px) {
    .read_image img {
        max-width: 100%;
        max-height: 250px
    }
}

.read_tit {
    font-weight: bold;
    color: #3d977d;
    display: block
}

.read+.read {
    margin-top: 50px
}

.read>p+p {
    margin-top: 30px
}

@media (min-width: 960px) {
    .post {
        max-height: 600px;
        overflow-x: hidden;
        overflow-y: scroll
    }
}

.post li {
    border: 1px solid #ededed;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px
}

.post li .post_date {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 10px
}

.post li .post_date .post_guest {
    color: #89c7b5;
    position: relative
}

.post li .post_date .post_guest:before {
    content: "＊";
    color: #89c7b5;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    top: -4px;
    left: -21px;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg)
}

.post li .post_date strong {
    font-weight: bold;
    margin: 0 10px
}

@media (max-width: 559px) {
    .post li .post_date strong {
        display: block;
        margin: 0
    }
}

.post li .post_date .post_time {
    font-size: 1.2rem
}

.post li.blank {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.2rem;
    color: #b2b3b3
}

#lightcase-info #lightcase-sequenceInfo {
    display: none !important
}

#photo .photoblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#photo .photoblock_item {
    width: 50%;
    padding: 20px
}

@media (max-width: 559px) {
    #photo .photoblock_item {
        width: 100%
    }
}

#photo .photoblock_item.Groom {
    background: #e7effa
}

#photo .photoblock_item.bride {
    background: #fbe3e3
}

#photo .photoblock_item .category {
    font-family: "Pinyon Script";
    text-align: center;
    font-size: 3rem
}

#photo .photoblock_item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

#photo .photoblock_item li {
    width: calc(96% / 3);
    height: 150px;
    margin-right: 2%;
    margin-bottom: 10px
}

@media (max-width: 559px) {
    #photo .photoblock_item li {
        width: calc(96% / 2);
        margin-right: 4%
    }
}

@media (min-width: 560px) and (max-width: 959px) {
    #photo .photoblock_item li {
        height: 100px
    }
}

#photo .photoblock_item li:nth-child(3n) {
    margin-right: 0
}

@media (max-width: 559px) {
    #photo .photoblock_item li:nth-child(3n) {
        margin-right: 4%
    }
}

@media (max-width: 559px) {
    #photo .photoblock_item li:nth-child(2n) {
        margin-right: 0
    }
}

#photo .photoblock_item li img {
    height: 150px
}

@media (min-width: 560px) and (max-width: 959px) {
    #photo .photoblock_item li img {
        height: 100px
    }
}

#photo .photoblock_item li.blank {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.2rem;
    color: #b2b3b3
}

#photo .photoblock_item li.deleted {
    border: solid 2px gray;
    background: white;
    font-size: 12px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 960px) {
    #photo .btn {
        width: 30%
    }
}

#teams .team_h {
    font-weight: bold;
    margin: 2.5rem 0 0.5rem
}

#teams p {
    font-size: 1.4rem
}

.faq_wrap {
    background: #f6f6f6;
    padding: 1em;
    border-radius: 1em
}

.faq_wrap:hover {
    cursor: pointer;
}

.faq_wrap dt {
    font-weight: bold;
}

.faq_wrap_dt_visible {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #707070;
}

.faq_wrap dt:before {
    content: "Q";
    font-weight: normal;
    background: #89c7b5;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
    margin-right: 0.5em
}

.upload .faq_wrap dt:before {
    content: "";
    width: 0;
    height: 0;
    margin: 0;
}

.faq_wrap dd {
    margin-bottom: 2em;
    display: none;
}

.faq_wrap dd:last-child {
    margin-bottom: 0
}

.faq_wrap+.faq_wrap {
    margin-top: 30px
}

.live {
    width: 200px;
    height: 244px;
    background: url(/images/green/lplink_bg.png) no-repeat;
    position: absolute;
    top: -260px;
    right: 0;
    z-index: 20
}

@media (max-width: 559px) {
    .live {
        width: 202px;
        height: 174px;
        background: url(/images/green/lplink_bg_sp.png) no-repeat;
        right: 10px;
        top: -220px
    }
}

.live .p_relative {
    width: 200px;
    height: 244px;
    position: relative
}

@media (max-width: 559px) {
    .live .p_relative {
        width: 202px;
        height: 174px
    }
}

.live_link {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -52px;
    z-index: 30
}

@media (max-width: 559px) {
    .live_link {
        bottom: 19px
    }
}

.place .live {
    top: -60px;
    right: -10px
}

@media (max-width: 559px) {
    .place .live {
        top: 334px;
        right: 0;
        left: 15px
    }
}

@media (max-width: 559px) {
    #gift img, #hair img {
        width: 100%;
        height: auto
    }
}

section.giftWrap {
    width: 100%;
    padding: 0 10px
}

@media (min-width: 960px) {
    section.giftWrap {
        margin: 0 auto;
        width: 806px;
        padding: 0
    }
}

#gift .mainKv {
    width: 100%
}

@media (min-width: 960px) {
    #gift .mainKv {
        margin: 0 auto;
        width: 806px;
        padding-top: 50px
    }
}

#main .catch, #giftmenu .catch {
    padding: 30px 0;
    text-align: center
}

#main .contents .division {
    width: 394px;
    height: 491px
}

@media (max-width: 559px) {
    #main .contents .division {
        width: 100%;
        height: auto
    }
}

@media (min-width: 560px) and (max-width: 959px) {
    #main .contents .division {
        width: 50%;
        height: auto
    }
}

.leadtitle {
    background: url(/images/lp/surprisegift/bg_block.gif) repeat-y scroll left top #F9F9F9;
    border: 1px solid #E5E5E5;
    padding: 10px 22px;
    margin: 40px auto 20px;
    color: #444444;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px
}

@media (max-width: 559px) {
    .leadtitle {
        text-align: center
    }
}

.leadtitle .text {
    color: #444444;
    font-size: 11px
}

.lead {
    text-align: center
}

.lead p {
    padding: 18px 22px;
    border: #E5004F 1px solid;
    font-size: 13px;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: 0.04em
}

.lead p span {
    color: #E5004F
}

#giftmenu {
    border-top: 1px dotted #d8d5d5;
    margin-top: 40px
}

#giftmenu .giftlist {
    padding: 50px 20px 0;
    line-height: 1.4em;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 559px) {
    #giftmenu .giftlist {
        padding: 30px 0 0
    }
}

#giftmenu .giftlist li {
    margin: 0 0 40px 0;
    width: 166px
}

@media (max-width: 559px) {
    #giftmenu .giftlist li {
        width: 48%
    }
}

#giftmenu .giftlist li div {
    width: 100%;
    padding: 5px;
    border: #e7d02f solid 1px
}

#giftmenu .giftlist div {
    position: relative;
    margin: 0 0 5px
}

#giftmenu .giftlist div a img {
    width: 100%;
    height: auto
}

#giftmenu .giftlist div span {
    left: -20px;
    top: -20px;
    position: absolute
}

@media (max-width: 559px) {
    #giftmenu .giftlist div span {
        left: 0px;
        top: -15px;
        width: 40px
    }
}

#giftmenu .giftlist li div .forfirefox {
    margin: 0;
    padding: 0;
    border: none;
    width: 0;
    height: 0
}

#giftmenu .giftlist .item a {
    color: #FF6775
}

#giftmenu .giftlist .item a span {
    color: #FF6775;
    font-size: 80%
}

#giftmenu .giftlist .item a:hover {
    color: #FF6775;
    text-decoration: underline
}

#giftmenu .giftlist .price {
    letter-spacing: 0.03em
}

#giftmenu .giftlist .price span {
    font-size: 75%
}

.baloon {
    background: #f9f9f9;
    border: 1px solid #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media (max-width: 559px) {
    .baloon {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.baloon .ico {
    margin-right: 40px
}

.baloon .text {
    font-size: 12px;
    line-height: 1.6em
}

.baloon .title {
    letter-spacing: 0.04em;
    color: #666666
}

@media (max-width: 559px) {
    .baloon .title {
        margin-top: 20px;
        font-size: 15px
    }
}

.baloon .title span {
    color: #E5004F
}

#voice {
    padding: 50px 0
}

.voiceblock {
    width: 100%;
    margin: 40px 0;
    padding: 50px;
    background: #deedf5
}

@media (max-width: 559px) {
    .voiceblock {
        padding: 20px
    }
}

#voice .msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFFFFF;
    padding: 20px
}

@media (max-width: 559px) {
    #voice .msg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#voice .msg+.msg {
    margin-top: 30px
}

#voice .msg .text {
    font-size: 12px;
    line-height: 1.6em;
    margin-left: 15px
}

@media (max-width: 559px) {
    #voice .msg .text {
        margin-left: 0;
        margin-top: 10px
    }
}

#voice .msg .title span {
    font-size: 12px;
    color: #833c4e;
    font-weight: normal
}

#voice .msg .title {
    letter-spacing: 0.04em;
    color: #833c4e;
    border-bottom: 2px dotted #c5e8fb;
    margin-bottom: 8px
}

.btn_apply a {
    width: 427px;
    height: 57px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px auto;
    text-align: center;
    line-height: 57px;
    background-color: #E5004F;
    color: #FFF;
    border-radius: 3px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2em
}

@media (max-width: 559px) {
    .btn_apply a {
        width: 80%
    }
}

.btn_apply a:hover {
    background-color: #fd0158
}

div.move {
    width: 806px;
    height: 20px;
    margin: 0 auto 40px auto;
    display: block
}

div.move ul li .gnavBack, div.move ul li .gnavPageTop {
    color: #FF6633;
    font-size: 98%;
    line-height: 1.5
}

div.move ul li.gnavBack a {
    float: left
}

div.move ul li.gnavBack a:hover {
    float: left;
    color: #FF6633;
    text-decoration: underline
}

div.move ul li.gnavPageTop a {
    float: right
}

div.move ul li.gnavPageTop a:hover {
    float: right;
    color: #FF6633;
    text-decoration: underline
}

fwb {
    font-weight: bold
}

.fwb_b {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8em;
    margin-top: 0px
}

.fwb_m {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.7em
}

.caption {
    font-size: 10px;
    font-weight: bold
}

.floL {
    float: left
}

.floR {
    float: right
}

.mt_8 {
    margin-top: 8px
}

.mt_5 {
    margin-top: 5px
}

.pl_15 {
    padding-left: 15px
}

.mr_10 {
    margin-right: 10px
}

.ml_10 {
    margin-left: 10px
}

.ml_30 {
    margin-left: 30px
}

.mb_10 {
    margin-bottom: 10px
}

.mb_40 {
    margin-bottom: 40px
}

.clearfix:after {
    content: "";
    clear: both;
    display: block
}

#hair .hair_outwrap {
    padding: 50px 100px
}

@media (min-width: 560px) and (max-width: 959px) {
    #hair .hair_outwrap {
        padding: 50px 10px
    }
}

@media (max-width: 559px) {
    #hair .hair_outwrap {
        padding: 0 10px 30px
    }
}

#hair .mainKv {
    text-align: center;
    padding-bottom: 30px
}

@media (max-width: 559px) {
    #hair .mainKv {
        padding: 20px
    }
}

#hair .midasi {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    color: #524929;
    text-shadow: 1px 1px 2px #FFF;
    background: #ffece5;
    border-bottom: 1px #af9a42 solid;
    border-radius: 5% 5% 3.5em 3.5em;
    -webkit-box-shadow: 0 0 0 4px #00aaff;
    box-shadow: 0 0 0 4px #feece5;
    color: #806a15;
    display: inline-block;
    height: 3.5em;
    line-height: 3;
    margin: 4px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 7em;
    -webkit-filter: drop-shadow(0px 2px 0px #af9a42);
    filter: drop-shadow(0px 2px 0px #af9a42)
}

#hair .midasi_sub {
    text-align: left;
    font-size: 13px
}

@media (max-width: 559px) {
    #hair .midasi_sub {
        margin: 20px 0
    }
}

#hair .button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#faf0af), to(#c7ae49));
    background: -webkit-linear-gradient(top, #faf0af 0%, #c7ae49);
    background: linear-gradient(top, #faf0af 0%, #c7ae49);
    border-radius: 6px;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 1px 3px rgba(112, 95, 61, 0.5), inset 0px 0px 1px #fff;
    box-shadow: 0px 1px 3px rgba(112, 95, 61, 0.5), inset 0px 0px 1px #fff;
    text-shadow: 0px 0px 4px rgba(112, 69, 40, 0.6), 0px 1px 5px rgba(74, 49, 30, 0.7)
}

@media (max-width: 559px) {
    #hair .button {
        font-size: 14px;
        display: block;
        text-align: center;
        padding: 7px 20px
    }
}

#hair section#keyvisual {
    background: #ebe7e0;
    border: solid 2px #bdb4a1;
    outline: solid 5px #ebe7e0;
    outline-offset: 1px;
    margin: 6px;
    margin-bottom: 50px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}

@media (min-width: 560px) and (max-width: 959px) {
    #hair section#keyvisual {
        padding: 30px
    }
}

@media (max-width: 559px) {
    #hair section#keyvisual {
        margin-bottom: 20px
    }
}

#hair section#keyvisual img {
    -webkit-filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.6))
}

#hair section#keyvisual .navi {
    margin-left: 30px
}

@media (min-width: 560px) and (max-width: 959px) {
    #hair section#keyvisual .navi {
        margin-left: 0;
        margin-top: 20px
    }
}

@media (max-width: 559px) {
    #hair section#keyvisual .navi {
        margin-left: 0;
        margin-top: 20px
    }
}

#hair section#keyvisual h4, #hair section#keyvisual .txt {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    color: #524929;
    text-shadow: 1px 1px 2px #FFF
}

#hair section#keyvisual h4 {
    margin-bottom: 20px
}

#hair section#keyvisual .txt {
    font-size: 14px
}

#hair section#keyvisual .txt:before {
    content: '▶︎';
    font-size: 8px;
    color: #9b8c6c
}

#hair section#keyvisual ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

#hair section#keyvisual li {
    margin-right: 10px
}

@media (max-width: 559px) {
    #hair section#keyvisual li {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }
}

#hair section#flow {
    text-align: center
}

#hair section#flow img {
    width: 100%;
    height: auto
}

#hair hr {
    width: 100%;
    height: 6px;
    margin: 30px auto;
    background: url(/images/guest_login/beauty/hr.gif);
    border: none
}

#hair .menuBox {
    background-color: #f6e5e8;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #ffebeb), color-stop(0.5, transparent), to(transparent));
    -webkit-background-size: 10px;
    border: solid 2px #bdb4a1;
    outline-offset: 1px;
    text-align: center;
    padding: 0px 20px 50px 50px
}

@media (max-width: 559px) {
    #hair .menuBox {
        padding: 0 20px 40px
    }
}

#hair .menuBox_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 559px) {
    #hair .menuBox_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#hair .menuBox_inner .menuBox_kv img {
    width: 100%;
    height: auto
}

#hair .menuBox .infomation {
    width: 500px
}

@media (max-width: 559px) {
    #hair .menuBox .infomation {
        width: 100%
    }
}

#hair .menuBox .infomation dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px;
    margin-left: 0
}

@media (max-width: 559px) {
    #hair .menuBox .infomation dl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0
    }
}

#hair .menuBox .infomation dl dt img {
    padding-right: 10px
}

@media (max-width: 559px) {
    #hair .menuBox .infomation dl dt img {
        display: none
    }
}

#hair .menuBox .infomation dl dd {
    text-align: left;
    font-size: 12px
}

#hair .menuBox .infomation dl dd span {
    background: #ce9ea9;
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    color: #FFF;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12px;
    margin-bottom: 10px
}

#hair .menuBox .infomation .price {
    text-align: left
}

#hair .menuBox .infomation .price li {
    background: #ffece5;
    border: solid 2px #8c7a54;
    outline: solid 1px #a58748;
    outline-offset: 3px;
    margin: 15px 4px 0;
    padding: 5px;
    display: inline-block;
    color: #8b7954;
    font-size: 12px
}

@media (max-width: 559px) {
    #hair .menuBox .infomation .price li {
        display: block;
        text-align: center
    }
}

.hide {
    display: none !important;
}

.hidden {
    visibility: hidden !important;
}

.password_eye {
    background: url(/images/green/icon/password_eye_open.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 40px;
    z-index: 1;
}

.password_eye.off {
    background: url(/images/green/icon/password_eye_close.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 40px;
    z-index: 1;
}

.gosyugi {
    background: url(/images/green/banner_gosyugi_bg.png) no-repeat center;
    width: 834px;
    height: 160px;
    margin: 20px auto 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gosyugi_end_box {
    margin: 0 auto;
}
@media (max-width: 559px) {
    .gosyugi {
        background-image: url(/images/green/banner_gosyugi_tab_bg.png);
        width: 99%;
        height: 200px;
        background-size: cover;
        position: relative;
    }
}
@media (min-width: 560px) and (max-width: 959px) {
    .gosyugi {
        background-image: url(/images/green/banner_gosyugi_tab_bg.png);
        width: 99%;
        background-size: cover;
        position: relative;
    }
}

.gosyugi a {
    display: block;
    width: 100%;
}

.gosyugi_before {
    position: relative;
    text-align: center;
}
@media (max-width: 559px) {
    .gosyugi_before::before {
        content: "";
        background-image: url(/images/green/banner_gosyugi_sp_badge.png);
        background-size: contain;
        width: 104px;
        height: 99px;
        position: absolute;
        left: 10vw;
        top: -14px;
    }
}
@media (min-width: 560px) and (max-width: 959px) {
    .gosyugi_before {
        padding-top: 16px;
    }

    .gosyugi_before::before {
        content: "";
        background-image: url(/images/green/banner_gosyugi_sp_badge.png);
        background-size: contain;
        width: 104px;
        height: 99px;
        position: absolute;
        left: 2.5vw;
        top: 14px;
    }
}

.gosyugi_before .txtBig {
    color: #62463b;
    font-size: 3.5rem;
}
@media (max-width: 559px) {
    .gosyugi_before .txtBig {
        font-size: 3rem;
    }
}
@media (min-width: 560px) and (max-width: 959px) {
    .gosyugi_before .txtBig {
        font-size: 3rem;
        padding-left: 20vw;
        text-align: left;
    }
}

.gosyugi_before .txtSub {
    display: block;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -5px;
}
@media (max-width: 559px) {
    .gosyugi_before .txtSub {
        text-align: left;
        display: block;
        margin: 23px 0 10px 170px;
    }
}
@media (min-width: 560px) and (max-width: 959px) {
    .gosyugi_before .txtSub {
        padding-left: 21vw;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.gosyugi_before .txtSub strong {
    font-size: 3rem;
    padding-right: 5px;
}
@media (max-width: 559px) {
    .gosyugi_before .txtSub strong {
        line-height: 1.4;
    }
}

.gosyugi_before .txtSub strong::before {
    content: "";
    border-left: 1px solid #fff;
    margin: 0 20px;
}
@media (max-width: 559px) {
    .gosyugi_before .txtSub strong::before {
        display: none;
    }
}

.gosyugi_before .txtNotice {
    color: #62463b;
    font-size: 1.4rem;
}
@media (max-width: 559px) {
    .gosyugi_before .txtNotice {
        letter-spacing: normal;
        line-height: 1.4;
    }
}

.gosyugi_end {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 559px) {
    .gosyugi_end {
        position: relative;
        margin-left: 125px;
        text-align: left;
    }

    .gosyugi_end::before {
        content: "";
        background-image: url(/images/green/banner_gosyugi_sp_badge.png);
        background-size: contain;
        width: 104px;
        height: 99px;
        position: absolute;
        left: -120px;
        top: -4px;
    }
}
@media (min-width: 560px) and (max-width: 959px) {
    .gosyugi_end {
        text-align: left;
        padding-left: 8vw;
    }

    .gosyugi_end::before {
        content: "";
        background-image: url(/images/green/banner_gosyugi_sp_badge.png);
        background-size: contain;
        width: 104px;
        height: 99px;
        position: absolute;
        left: 4vw;
        top: 50%;
        margin-top: -49.5px;
    }
}

.gosyugi_end .txtBig {
    display: inline-block;
    color: #62463b;
    font-size: 3rem;
}
@media (max-width: 559px) {
    .gosyugi_end .txtBig {
        display: unset;
        font-size: 1.8rem;
    }
}
@media (min-width: 560px) and (max-width: 959px) {
    .gosyugi_end .txtBig {
        display: unset;
        font-size: 2rem;
    }
}

.gosyugi_end .txtSmall {
    color: #62463b;
    font-size: 1.4rem;
}
@media (min-width: 560px) and (max-width: 959px) {
    .gosyugi_done {
        padding-left: 10vw;
    }
}

.gosyugi_done .txtBig, .goshygi_period_over .txtBig {
    font-size: 2.4rem;
}
@media (max-width: 559px) {
    .gosyugi_done .txtBig, .goshygi_period_over .txtBig {
        font-size: 1.8rem;
        text-align: center;
        letter-spacing: -0.05rem;
    }
}
@media (min-width: 560px) and (max-width: 959px) {
    .gosyugi_done .txtBig, .goshygi_period_over .txtBig {
        font-size: 1.8rem;
    }
}

@media (min-width: 560px) and (max-width: 749px) {
    .goshygi_period_over {
        padding-left: 22vw;
    }
}
@media (min-width: 750px) and (max-width: 959px) {
    .goshygi_period_over {
        padding-left: 10vw;
    }
}

/* アレルギーデザイン調整用 */
.allergy_detail__wrap {
    margin: 20px 0 20px 20px;
}

.allergy_detail_label {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 1em
}

/* アレルギーデザイン調整用 */
.form_lead {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 24px;
}

.form_text-green {
    color: #3d977d;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 16px;
}

/* 元チェックマークデザイン打ち消し */
#special_dish input[type="checkbox"]+label:before {
    display: none;
}

.check-btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 8px 4px;
    margin-bottom: 16px;
}

.check-btn_wrap input[type="checkbox"] {
    margin: 0;
}

.check-btn_wrap input[type="checkbox"]+label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 8px 4px;
    cursor: pointer;
    width: calc(14.29% - 6px);
    min-height: 56px;
    border: 1px solid #3d977d;
    background: #fff;
    font-size: 1.1rem;
    color:  #3d977d;
    text-align: center;
    line-height: 1.3;
}

.check-btn_wrap--25 input[type="checkbox"]+label {
}

.check-btn_wrap input[type="checkbox"]+label:hover {
    background: #62ab95;
    color: #fff;
}

.check-btn_wrap input[type="checkbox"]:checked + label {
    background: #3d977d;
    color: #fff;
}

.check-btn_wrap input[type="checkbox"]:focus + label {
    box-shadow: 0 0 4px #af975e;
}

.check-btn_wrap input[type="checkbox"]+label span {
    display: block;
}

@media (max-width: 559px) {
    .check-btn_wrap {
        gap: 6px;
    }
    .check-btn_wrap input[type="checkbox"]+label {
        width: calc(25% - 6px);
        font-size: 12px;
        padding: 8px 4px;
        letter-spacing: 0.01em;
    }

    .form_text-green {
        font-size: 12px;
    }
}


/* エアトリ-------------------------------- */
/* エアトリモジュール */
#airtrip {
    font-size: 12px;
    letter-spacing: normal;
}

#airtrip section {
    padding: 0;
}

#airtrip p.note {
    line-height: normal;
    margin-bottom: 0 !important;
}

@media (max-width: 559px) {
    #airtrip {
        background: #ffffffde;
        padding: 0 !important;
    }
    #airtrip section {
        padding: 0;
    }
    #airtrip > div {
        padding: 10px;
    }
}

.osH-date-picker-wrapper *,
.osH-date-picker-wrapper :before,
.osH-date-picker-wrapper :after {
    letter-spacing: normal;
    box-sizing: initial;
    -webkit-box-sizing: initial;
}

#areaSearchBoxToggle > span,
.osH-select-value,
#airtrip select,
#airtrip input[type="text"],
.osH-hotel-day-stay,
.osH-dropdown-toggle,
.osH-select-value,
.airtip-datepicker,
.airtrip-seachbox .get-info-calendar span em,
.search-multi-selection .flight-date span,
.from-trigger,
.to-trigger {
    font-size: 14px !important;
    color: #333 !important;
}
@media (max-width: 559px) {
    #areaSearchBoxToggle > span,
    .osH-select-value,
    #airtrip select,
    #airtrip input[type="text"],
    .osH-hotel-day-stay,
    .osH-dropdown-toggle,
    .osH-select-value,
    .airtip-datepicker,
    .airtrip-seachbox .get-info-calendar span em,
    .search-multi-selection .flight-date span,
    .from-trigger,
    .to-trigger {
        font-size: 13px !important;
        font-weight: bold !important;
        color: #333 !important;
    }
    #dom_airticket_s_wrap .search-multi-selection .f_year,
    #dom_airticket_s_wrap .search-multi-selection .f_date {
        font-size: 12px !important;
        color: #333 !important;
    }
    #dom_airticket_s_wrap .search-multi-selection .f_date {
        font-weight: bold !important;
    }
}

/* エアトリ案内ページ */
#airtrip-div #airtrip {
    margin-bottom: 70px;
    background: #ffffff;
}

.airtrip_wrap {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -50px;
    margin-bottom: -50px;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
}

.airtrip_head {
    padding: 20px 0 16px;
    background: url(/images/airtrip/sp/airtrip_head-back.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.airtrip_head-title {
    position: relative;
    height: 140px;
    background: url(/images/airtrip/sp/airtrip_head-title.png) no-repeat;
    background-size: contain;
    background-position: center center;
}

.airtrip_head-title span {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.airtrip_head-lead-wrap {
    margin-top: -46px;
    padding: 56px 0 32px;
    /* background: rgba(50, 32, 6, 0.7); */
}

.airtrip_head-lead {
    font-size: 12px;
    line-height: 1.8;
}

.airtrip_copy-wrap {
    padding: 30px 20px;
    background-image: url(/images/airtrip/sp/airtrip_copy-line01.png), url(/images/airtrip/sp/airtrip_copy-line02.png), url(/images/airtrip/sp/airtrip_copy-back.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% auto, 100% auto, cover;
    background-position: center top 6px, center bottom 6px, center center;
}

.airtrip_copy {
    font-family: serif;
    font-size: 22px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.airtrip_copy span {
    font-size: 16px;
}

.airtrip_copy-line {
    width: 100%;
    height: 12px;
    background: url(/images/airtrip/sp/airtrip_copy-line.png) no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 10px 0;
}

.airtrip_copy-text {
    width: 75%;
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
}

.airtrip_copy-text::before {
    content: "（例）";
    display: inline-block;
    margin-left: -36px;
}

.airtrip_btn-wrap {
    z-index: 2;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 70px;
}

a.airtrip_btn {
    display: block;
    background: #6eb9a1;
    text-align: center;
}

a:hover.airtrip_btn, a:active.airtrip_btn {
    opacity: 1;
}

.airtrip_btn-inner {
    color: #fff;
    font-size: 16px;
    line-height: 70px;
}

.airtrip_btn-inner::before {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.airtrip_btn-inner::after {
    right: 0px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #6eb9a1;
}

.airtrip_btn-arrow {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.airtrip_btn-arrow::before,
.airtrip_btn-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
/* --------------------------------エアトリ */


/* WEBご祝儀-------------------------------- */
.payment-completed {
    text-align: center;
}

.payment-completed_heading1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.payment-completed_text {
    margin-bottom: 24px;
}

.payment-completed_box {
    background: url("/images/web_payment/back-img.png") no-repeat;
    background-color: #f6edc2;
    background-size: contain;
    background-position: top center;
    padding: 40px 20px 20px;
}

.payment-completed_heading2 {
    color: #3c9277;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.payment-completed_img {
    border: 2px solid #fff;
    box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0);
    margin-bottom: 24px;
}

.payment-completed_note {
    font-size: 1.2rem;
}

.payment-completed_top {
    margin-top: 24px;
}

@media (max-width: 559px) {
    .payment-completed {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    .payment-completed_heading1 {
        margin-bottom: 0;
    }

    .payment-completed_box {
        width: 100vw;
        padding: 25px 10px 20px;
    }

    .payment-completed_text {
        margin-bottom: 16px;
    }

    .payment-completed_img {
        margin-bottom: 16px;
    }

    .payment-completed_note {
        font-size: 1rem;
    }

    .payment-completed_top {
        margin-top: 16px;
    }
}
/* --------------------------------WEBご祝儀 */

.guest_online {
    width: 41%;
    align-items: center;
}
@media (max-width: 559px) {
    .guest_online {
        width: 47%;
    }
}
@media (min-width: 560px) and (max-width: 959px) {
    .guest_online {
        width: 48%;
    }
}

.guest_online_webpayment {
    width: 40%;
    align-items: center;
}
@media (max-width: 559px) {
    .guest_online_webpayment {
        width: 47%;
    }
}
@media (min-width: 560px) and (max-width: 959px) {
    .guest_online_webpayment {
        width: 47%;
    }
}

.guest_cariru {
    width: 83%;
    align-items: center;
}
@media (max-width: 559px) {
    .guest_cariru {
        width: 99%;
    }
}
@media (min-width: 560px) and (max-width: 959px) {
    .guest_cariru {
        width: 99%;
    }
}

.register_notice {
    margin: 20px auto;
    text-align: left;
}

/*# sourceMappingURL=style.css.map */
