@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 #ccc;
    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: #e9f0ee
}

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: #383838;
    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
}

.wrapper {
    background-image: url(/images/green/bg_fw_a.png), url(/images/green/bg_fw_b.png);
    background-position: -378px 60px, right -440px top 70px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    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
}

@media(max-width:559px) {
    .wrapper {
        background-image: none
    }
}

.wrapper .cp_breadcrumb~.bg_wht {
    margin-bottom: 0
}

.container {
    width: 835px;
    margin: 60px auto
}

@media(max-width:559px) {
    .container {
        width: 87%;
        margin-top: 30px
    }
}

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

.dsp_sp {
    display: none
}

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

    .dsp_sp {
        display: block
    }
}

.aligh-c {
    text-align: center !important
}

.aligh-r {
    text-align: right !important
}

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

.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-bXL {
    margin-bottom: 75px
}

@media(max-width:559px) {
    .mar-bXL {
        margin-bottom: 60px
    }
}

.red {
    color: red;
}

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

a:hover {
    opacity: .8;
    text-decoration: none
}

a:link.link_pink, a:visited.link_pink {
    color: #fe339c;
    text-decoration: none;
}
a:hover.link_pink {
    color: #F80080;
    text-decoration: underline;
}

.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 .1s ease 0s;
    transition: all .1s ease 0s
}

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

.btn:hover {
    opacity: .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-gray {
    padding: 10px 30px;
    border-radius: 5px;
    color: #3d977d;
    border: 1px solid #ededed;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8fa));
    background-image: -webkit-linear-gradient(#fff, #f5f8fa);
    background-image: linear-gradient(#fff, #f5f8fa)
}

.btn-gray:hover {
    background-color: #e6ecf0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6ecf0));
    background-image: -webkit-linear-gradient(#fff, #e6ecf0);
    background-image: linear-gradient(#fff, #e6ecf0)
}

.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-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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

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

.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: 1%;
}

.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;
    border-color: #D3D3D3 !important;
    pointer-events: none;
}

.btn-hr {
    width: 50%;
    font-size: 1.4rem;
    margin: 0 0 0 auto;
    position: relative;
}

.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: #3d977d;
    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:#fff;
}
.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 .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    pointer-events: auto
}

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

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

.js_humburgerOpen .el_humburger>span {
    background: #fff
}

.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: 0;
    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.6rem
}

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

.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 {
    width: 985px;
    margin: 30px auto -20px;
    padding: 0 20px
}

@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: #383838
}

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

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

@media(max-width:559px) {
    footer {
        padding-top: 0
    }
}

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

/* #14792 guestのフッターは利用規約などの文言がロゴと被るため調整 */
.guest_footer .container {
    height: 100px;
    background-size:contain;
}

@media(max-width:559px) {
    footer .container {
        width: 100%;
        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.3rem
}

.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: 835px
    }
}

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

@media(min-width:560px) and (max-width:959px) {
    footer .copy {
        padding-right: 40px
    }
}

.notice_item {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    padding-left: 30px;
    position: relative
}

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

.notice_item::before {
    content: "";
    background: url(/images/green/icon/icon_notice.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -8px
}

.explanation_item {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    padding-left: 30px;
    position: relative
}

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

.explanation_item::before {
    content: "";
    background: url(/images/green/icon/icon_hatena.png) no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -8px
}

#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: 0;
    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 {
    margin: 0 auto;
    width: 600px
}

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

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

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

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

.form_wrap .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
}

.form_wrap .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) {
    .form_wrap .profile_img {
        width: 145px;
        height: 145px
    }
}

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

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

.form_wrap .profile_info_name {
    display: inline-block;
    vertical-align: top
}

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

.form_wrap .profile_info_name p:first-child {
    position: relative
}

.form_wrap .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
}

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

.txt_notice {
    font-size: 1.3rem;
    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 label[for="last_name"],
.split label[for="first_name"] {
    width: 47%;
}

.split.split2 input,
.split.split2 select {
    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
}

.after_wedding_address p:first-child {
    width: 47%;
}

.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 .form_item input, .form_wrap_inputcheck .form_item textarea, .form_wrap_inputcheck .form_item select, .form_wrap_inputcheck .form_item .radiobutton, .form_wrap_inputcheck .form_item .pull, .form_wrap_inputcheck .form_item .txt_notice, .form_wrap_inputcheck .form_item .btn-searchPost {
    display: none
}

.form_wrap_inputcheck .form_item.required:before {
    display: none
}

.form_wrap_inputcheck p:not(.attention) {
    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: .01px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #707070;
    line-height: 40px;
    height: 40px;
    border: 0;
    outline: 0;
    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: 0;
    background-color: transparent
}

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

.form_item input, .form_item textarea, .form_item select {
    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 select {
    background: white;
    width: 47%;
}

.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: .1s;
    transition: .1s
}

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

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

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

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

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

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

.form_item input:focus::-moz-placeholder, .form_item textarea:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: .1s;
    transition: .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: 0
    }
}

.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: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .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)
}

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

@media(max-width:559px) {
    .stepbar {
        width: 100%;
        margin-bottom: 30px
    }
}

.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 #fff
}

.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.3rem;
    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,
.alert-high select {
    border-color: red !important;
    position: relative;
    background: #fff6f6
}

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


.flash-tcr-01 { /* 仮 */
    text-align: center;
    color: red;
    padding: 10px;
}

.contentHeading {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px
}

.contentHeading_sub {
    border-bottom: 1px solid #ededed;
    padding: 0 30px 10px;
    margin-bottom: 30px
}

.contentHeading_sub_ttl {
    font-weight: bold
}

.bg_wht {
    width: 985px;
    margin: 50px auto 75px;
    background-color: #fff;
    border-radius: 30px
}

@media(max-width:559px) {
    .bg_wht {
        width: 100%;
        border-radius: 0;
        margin-top: 0
    }
}

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

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

.subbar .doubleLine {
    border-top: 4px double #383838;
    border-bottom: 4px double #383838;
    padding: 10px;
    font-weight: bold
}

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

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

.form_wrap_inputcheck .heading_explanation {
    display: none;
}

.topicsList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 0
}

.topicsList li+li {
    margin-top: 7px
}

.topicsList_date {
    font-weight: bold;
    white-space: nowrap
}

@media(max-width:559px) {
    .topicsList_date {
        margin-right: 20px
    }
}

.topicsList_time {
    padding-left: 10px;
    font-weight: normal
}

@media(max-width:559px) {
    .topicsList_time {
        font-size: 1.3rem;
        display: block;
        padding-left: 0;
        margin-top: -5px;
        text-align: right
    }
}

.topicsList_cate {
    background: #2f584c;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1.3rem;
    margin: 0 20px;
    white-space: nowrap
}

@media(max-width:559px) {
    .topicsList_cate {
        font-size: 1.1rem;
        display: block;
        margin: 0;
        padding: 2px 5px;
        text-align: center
    }
}

.topicsList_txt a {
    text-decoration: underline;
    color: #383838
}

@media(max-width:559px) {
    .topicsList_txt {
        font-size: 1.4rem;
        padding-top: 5px
    }
}

.hotNews {
    margin-top: 50px
}

@media(max-width:559px) {
    .hotNews {
        margin: 30px 0
    }
}

.hotNews .container {
    margin-top: 0;
    margin-bottom: 0
}

.hotNews_box {
    overflow: auto;
    max-height: 140px
}

.ribbon {
    display: inline-block;
    position: relative;
    height: 90px;
    text-align: center;
    padding: 0 60px;
    background: #2f584c;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px
}

@media(max-width:559px) {
    .ribbon {
        padding: 0 30px;
        height: 110px;
        margin: 30px 0
    }
}

.ribbon:before, .ribbon:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 1
}

.ribbon:before {
    top: 0;
    left: 0;
    border-width: 45px 0 45px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid
}

@media(max-width:559px) {
    .ribbon:before {
        border-width: 55px 0 55px 15px
    }
}

.ribbon:after {
    top: 0;
    right: 0;
    border-width: 45px 15px 45px 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid
}

@media(max-width:559px) {
    .ribbon:after {
        border-width: 55px 15px 55px 0
    }
}

.detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

@media(max-width:559px) {
    .detail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center
    }
}

.detail dt {
    font-family: "Pinyon Script";
    font-size: 2.6rem;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 50px
}

@media(max-width:559px) {
    .detail dt {
        font-size: 1.8rem;
        margin-right: 0
    }
}

.detail dd {
    text-align: left
}

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

.detail_name {
    font-size: 1.6rem;
    font-weight: bold
}

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

.detail_name span+span {
    padding-left: 40px;
    background: url(/images/green/icon/icon_heart.png) no-repeat 10px center
}

.detail_place {
    font-size: 1.1rem
}

@media(max-width:559px) {
    .phPost_wrap {
        background-image: url(/images/green/bg_fw_a_sp.png), url(/images/green/bg_fw_b_sp.png);
        background-position: -27px -8px, right -21px top -18px;
        background-repeat: no-repeat
    }
}

.phPost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.phPost_fin {
    font-size: 1.4rem;
    color: #707070;
    margin-bottom: 30px
}

@media(max-width:559px) {
    .phPost {
        display: block
    }
}

.phPost dt {
    width: 240px;
    margin-right: 40px
}

@media(max-width:559px) {
    .phPost dt {
        width: 100%;
        margin-right: 0
    }
}

.phPost dd {
    width: calc(100% - 280px)
}

@media(max-width:559px) {
    .phPost dd {
        width: 100%
    }
}

.phPost_tit {
    position: relative
}

.phPost_tit:after {
    content: "";
    background: url(/images/green/bg_phpost.png) no-repeat;
    width: 169px;
    height: 25px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -85px
}

.phPost_txt {
    font-size: 1.4rem;
    margin-bottom: 40px;
    color: #707070
}

.phPost_txt .note {
    font-size: 1.1rem;
    color: #909090;
}

@media(max-width:559px) {
    .phPost_txt {
        text-align: center;
        margin-bottom: 30px
    }
}

@media(max-width:559px) {
    .phPost .btn {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
}

.phPost .photoblock_item {
    width: auto;
    padding: 0
}

.aniphoto {
    background: url(/images/banner/banner_aniphoto.jpg) no-repeat center center;
    background-size: contain;
    width: 834px;
    height: 160px;
    margin: 10px auto;
}
@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 15px
}
@media(max-width:559px) {
    .aniphoto_comming_box {
        margin: 0 30px
    }
}

.aniphoto_comming_box dt {
    font-size: 3rem;
    font-weight: bold
}
@media(max-width:559px) {
    .aniphoto_comming_box dt {
        font-size: 2.6rem
    }
}

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

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

.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%
}

/* アニフォトご案内ページ */
.aniphoto_information {
    background: url(/images/banner/banner_aniphoto_information.jpg) no-repeat center right;
    background-size: contain;
    width: 834px;
    height: 160px;
    margin: 10px auto;
}
@media(max-width:559px) {
    .aniphoto_information {
        background: url(/images/banner/banner_aniphoto_information_sp.jpg) no-repeat center center;
        width: 100%;
        height: 200px;
        background-size: cover
    }
}
@media(min-width:560px) and (max-width:959px) {
    .aniphoto_information {
        background: url(/images/banner/banner_aniphoto_information.jpg) no-repeat center right -10px;
        width: 100%;
        background-size: cover;
    }
}

.aniphoto_information_open {
    justify-content: right;
    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);
    cursor: pointer;
}

.aniphoto_information_open a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    padding-right: 10%;
}
@media(max-width:559px) {
    .aniphoto_information_open a {
        padding-right: 20%;
        padding-bottom: 50px;
        padding-left: 0;
    }
}
@media(min-width:560px) and (max-width:959px) {
    .aniphoto_information_open a {
        padding-right: 12%;
    }
}

.anicrit_live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(/images/banner/banner_livearchive.png) no-repeat center;
    width: 834px;
    height: 160px;
    margin: 10px auto
}
@media(max-width:559px) {
    .anicrit_live {
        background-image: url(/images/banner/banner_livearchive_sp.png);
        width: 100%;
        height: 200px;
        background-size: cover
    }
}
@media(min-width:560px) and (max-width:959px) {
    .anicrit_live {
        width: 100%;
        background-size: cover
    }
}
.anicrit_live a {
    text-align: center;
    width: 100%
}

/* 内祝いご案内ページ */
.uchiiwai_gift {
    background: url(/images/banner/banner_uchiiwai_gift.png) no-repeat center right;
    background-size: contain;
    width: 834px;
    height: 160px;
    margin: 10px auto;
    cursor: pointer;
}

/* 季節の贈り物ご案内ページ */
.season_gift {
    background: url(/images/banner/banner_season_gift.png) no-repeat center right;
    background-size: contain;
    width: 834px;
    height: 160px;
    margin: 10px auto;
    cursor: pointer;
}

/* ハネムーンご案内ページ */
.honeymoon {
    background: url(/images/banner/banner_honeymoon.png) no-repeat center right;
    background-size: contain;
    width: 834px;
    height: 160px;
    margin: 10px auto;
    cursor: pointer;
}

/* アニトラご案内ページ */
.anitra {
    background: url(/images/banner/banner_anitra.png) no-repeat center right;
    background-size: contain;
    width: 834px;
    height: 160px;
    margin: 10px auto;
    cursor: pointer;
}

@media(max-width:559px) {
    .banner_area div{
        width: 100%;
        height: 70px
    }
}

.banner_area div:hover {
    opacity: .95;
}

.banner {
    cursor: pointer;
}

.party {
    background: #ededed;
    padding: 30px 0;
    margin-top: 50px
}

@media(max-width:559px) {
    .party {
        padding: 15px 0
    }
}

.party_block {
    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
}

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

.party_block_item {
    width: 365px;
    height: 160px;
    background-image: url(/images/green/content_img_party.jpg);
    background-position: center bottom;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid #e8e8e8
}

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

@media(max-width:559px) {
    .party_block_item {
        width: 89%;
        height: 100px
    }
}

.party_block_item .btn {
    background-color: #89c7b5;
    border: 0;
    width: 70%;
    margin-bottom: 20px
}

.party_block_item a:hover {
    opacity: .95
}

.party_block_item:last-child {
    background-image: url(/images/green/content_img_partylist.jpg);
    margin-left: 30px
}

@media(max-width:559px) {
    .party_block_item:last-child {
        margin-left: 0;
        margin-top: 10px
    }
}

.tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 50px 90px 0
}

@media(max-width:559px) {
    .tool {
        display: block;
        margin: 50px 0 0
    }
}

@media(min-width:560px) and (max-width:959px) {
    .tool {
        margin: 50px 20px 0
    }
}

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

@media(max-width:559px) {
    .tool_item .btn {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

.tool_item .tool_item_address {
    position: relative
}

.tool_item .tool_item_address:before {
    content: "";
    background: url(/images/green/icon/icon_address.png) no-repeat center;
    width: 15px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -5em
}

.tool_item .tool_item_invoice {
    position: relative
}

.tool_item .tool_item_invoice:before {
    content: "";
    background: url(/images/green/icon/icon_invoice.png) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -4.2em
}

.tool_item p {
    font-size: 1.4rem;
    color: #707070;
    margin-top: 10px
}

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

#aftop .tool_item {
  width: 47%;
}
@media(max-width:559px) {
    #aftop .tool_item {
      width: 100%;
    }
}

.information .container {
    margin-top: 0;
    margin-bottom: 0
}

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

.information_banner li {
    width: 31%;
    margin: 10px 1%
}

.information_banner li.information_half {
    width: 31% !important;
    margin: 10px 5%
}

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

.information_banner li.information_banner-long:first-child {
    margin-top: 0
}

.information_banner .information_banner-long {
    width: 100%
}

.information_banner img {
    width: 100%;
    height: auto
}

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

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

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

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

.photoblock_item.Groom {
    background: #e7effa
}

.photoblock_item.bride {
    background: #fbe3e3
}

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

.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
}

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

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

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

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

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

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

.photoblock_item li img {
    height: 150px
}

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

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

.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;
}

#photopage .phPost_wrap {
    background-image: none
}

@media(max-width:559px) {
    #photopage .phPost_wrap .container {
        margin-top: 30px
    }
}

#photopage .phPost {
    display: block
}

#photopage .phPost dt {
    width: 100%;
    margin-right: 0
}

#photopage .phPost dd {
    width: 100%
}

@media(min-width:960px) {
    #photopage .phPost .photoblock_item li {
        width: calc(94% / 4);
        margin-bottom: 15px
    }

    #photopage .phPost .photoblock_item li:nth-child(3n) {
        margin-right: 2%
    }

    #photopage .phPost .photoblock_item li:nth-child(4n) {
        margin-right: 0
    }
}

@media(min-width:560px) and (max-width:959px) {
    #photopage .phPost .photoblock_item li, #photopage .phPost .photoblock_item li img {
        height: 180px
    }
}

@media(max-width:559px) {
    #photopage .phPost_tit {
        font-size: 2rem
    }
}

#photopage .notice_item {
    padding-left: 30px
}

.news {
    margin: 0 60px 60px
}

@media(max-width:559px) {
    .news {
        margin: 0 0 30px
    }
}

.news .newsDate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ededed
}

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

.news .newsDate_day {
    white-space: nowrap;
    font-weight: bold
}

.news .newsDate_tit {
    padding-left: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
    border-left: 1px solid #ededed
}

.news .newsDetail {
    padding-top: 30px
}

.news .newsDetail_txt {
    line-height: 1.8;
    letter-spacing: .1rem;
    font-size: 1.4rem
}

.news .newsFile {
    padding-top: 30px;
}

.news .newsFile a  {
    text-decoration: underline;
}

@media(max-width:559px) {
    .invoice .contentHeading {
        margin-bottom: 30px
    }
}

.invoice .topicsList {
    margin-bottom: 60px
}

@media(max-width:559px) {
    #guestAddress .contentHeading {
        margin-bottom: 30px
    }
}

.download {
    margin-bottom: 30px
}

@media(max-width:559px) {
    .download {
        margin-bottom: 50px
    }
}

.download .btn-gray {
    padding-left: 45px;
    margin-left: 10px
}

@media(max-width:559px) {
    .download .btn-gray {
        width: 75%;
        text-align: center;
        margin: 0 0 10px
    }
}

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

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

.download_btnAll {
    position: relative
}

.download_btnAll::before {
    content: "";
    background: url(/images/green/icon/icon_dl_all.png) no-repeat;
    width: 15px;
    height: 22px;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -11px
}

.download_btnSingle {
    position: relative
}

.download_btnSingle::before {
    content: "";
    background: url(/images/green/icon/icon_dl.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -8px
}

.download_txt {
    font-size: 1.3rem;
    color: #b2b3b3;
    text-align: right;
    padding-top: 5px
}

@media(max-width:559px) {
    .download_txt {
        text-align: left;
        padding-top: 0
    }
}

.tab_wrap {
    margin-bottom: 60px;
    position: relative
}

.tab_wrap .explanation {
    position: absolute;
    right: 0;
    top: 10px
}

@media(max-width:559px) {
    .tab_wrap .explanation {
        top: -35px
    }
}

.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 {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.tab_wrap .tab_area label {
    width: calc(100% / 4);
    margin-right: 10px;
    display: block;
    padding: 7px 0;
    color: #3d977d;
    border: 1px solid #3d977d;
    border-bottom: 0;
    background: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: ease .2s opacity;
    transition: ease .2s opacity
}

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

.tab_wrap .tab_area label:hover {
    background: #3d977d;
    color: #fff;
    opacity: 1
}

.tab_wrap .panel_area {
    border: 1px solid #3d977d
}

.tab_wrap .tab_panel {
    width: 100%;
    display: none;
    overflow-y: auto
}

.tab_wrap .tab_panel2 {
    width: 100%;
    overflow-y: auto
}

.tab_wrap #tab0:checked~.tab_area .tab0_label {
    background: #3d977d;
    color: #fff
}

.tab_wrap #tab0:checked~.panel_area #panel {
    display: block
}

.tab_wrap #tab1:checked~.tab_area .tab1_label {
    background: #3d977d;
    color: #fff
}

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

.tab_wrap #tab2:checked~.tab_area .tab2_label {
    background: #3d977d;
    color: #fff
}

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

.hyo {
    width: 100%;
    min-width: calc(835px - 2px)
}

.hyo tbody tr:nth-child(odd) {
    background: #fcdfdf
}

.hyo tbody tr {
    counter-increment: data-num
}

.hyo tbody tr::before {
    content: counter(data-num);
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    border-top: 1px solid #ededed;
    font-size: 14px
}

.hyo th, .hyo td {
    vertical-align: middle;
    border: 1px solid #ededed;
    text-align: center;
    font-size: 1.3rem;
    padding: 8px;
    line-height: 1.5
}

.hyo th {
    background-color: #ddd;
    white-space: nowrap
}

.hyo th .small {
    font-size: 1.1rem
}

.hyo th .small_g {
    color: #707070
}

.hyo th:first-child {
    width: 2rem
}

.hyo td {
    white-space: nowrap
}

.hyo td:nth-child(2) {
    white-space: unset
}

.hyo td:nth-child(5) {
    white-space: unset
}

.hyo td:last-child {
    white-space: unset
}

.hyo tr:nth-child(odd) td+td+td+td+td+td {
    background: #ebf1de
}

.hyo2 {
    width: 100%;
    min-width: calc(835px - 2px);
}

.hyo2 tbody tr {
    background: #fcdfdf;
}

.hyo2 th, .hyo2 td {
    vertical-align: middle;
    border: 1px solid #ededed;
    text-align: center;
    font-size: 1.3rem;
    padding: 8px;
    line-height: 1.5;
}

.hyo2 th {
    background-color: #ddd;
    white-space: nowrap;
}

.hyo2 td {
    white-space: nowrap;
    background-color: #fff;
}

.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: .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
}

.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;
}

/* LIVE配信中止のお知らせ */
.livecancel {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.livecancel__img {
    background-image: url("/images/green/main_bg.jpg");
    background-size: cover;
    background-position: center center;
    height: 200px;
}

.livecancel__content {
    background: #fff;
    padding: 30px 0;
    text-align: center;
    color: #707070;
}

.livecancel__heading {
    font-size: 2.0rem;
}

.livecancel__heading span {
    color: #3d977d;
    font-size: 1.6rem;
    display: block;
}

.livecancel__text {
    padding: 40px 20px;
}

@media (max-width: 559px) {
    .livecancel__text {
        font-size: 1.4rem;
        line-height: 2;
    }
}

.livecancel__mail {
    text-decoration: underline;
}

/* ライブ中止ページ用フッター：メニューなし緑背景 */
#liveCancelNotice.wrapper_small footer {
    background: #e9f0ee;
    background-image: url(/images/green/bg_fw_a.png), url(/images/green/bg_fw_b.png);
    background-position: -378px 60px, right -440px top 70px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
@media(max-width:559px) {
    #liveCancelNotice.wrapper_small footer {
        padding-top: 0;
        background-image: none;
    }
}

#liveCancelNotice.wrapper_small footer .container {
    margin: 30px auto 0;
}

#liveCancelNotice.wrapper_small footer .copy {
    text-align: right;
}
@media (max-width: 559px) {
  #liveCancelNotice.wrapper_small footer .copy {
    text-align: center;
  }
}

/* --------------------------------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%;
    }
}

/* アニフォトご案内ページ */
.aniphoto-information {
    background: url(/images/green/aniphoto_information/back.png) no-repeat top center/contain, #e2f7fb;
    color: #fff;
    text-align: center;
}

.aniphoto-information_lead {
    font-size: 16px;
}

.aniphoto-information_lead-mute {
    font-size: 12px;
    text-align: left;
    width: 83%;
    margin: 0 auto;
}

.aniphoto-information_title {
    background: url(/images/green/aniphoto_information/title.png) no-repeat top center/contain;
    height: 40px;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 24px;
}

.aniphoto-information_title span {
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    width: 200px;
}

.aniphoto-information_title:before,
.aniphoto-information_title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 230px;
    height: 1px;
    background-color: #fff;
}

.aniphoto-information_title:before {
    left: 70px;
}

.aniphoto-information_title:after {
    right: 70px;
}

.aniphoto-information_thankswrap {
    width: 700px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 60px 40px;
    border: 1px solid #4794b2;
    margin: 40px auto;
    color: #000;
}

.aniphoto-information_thanks-title {
    font-size: 22px;
    color: #3d977d;
    margin-bottom: 24px;
}

.aniphoto-information_thanks-text {
    font-size: 16px;
}

.aniphoto-information_thanks-note {
    margin-top: 40px;
    text-align: left;
    font-size: 12px;
    color: #cc0000;
}

@media(max-width:959px) {
    .aniphoto-information_title {
        height: 30px;
    }
    .aniphoto-information_title:before,
    .aniphoto-information_title:after {
        width: 35%;
    }
    .aniphoto-information_title:before {
        left: 0px;
    }
    .aniphoto-information_title:after {
        right: 0px;
    }
    .aniphoto-information_lead {
        font-size: 14px;
    }
    .aniphoto-information_lead-mute {
        width: 100%;
    }
    .aniphoto-information_thankswrap {
        width: 100%;
    }
}

@media(max-width:559px) {
    .aniphoto-information {
        background: url(/images/green/aniphoto_information/back-sp.png) no-repeat top center/contain, #e2f7fb;
    }
    .aniphoto-information_title {
        height: 24px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .aniphoto-information_thanks-title {
        font-size: 18px;
    }
    .aniphoto-information_title:before,
    .aniphoto-information_title:after {
        width: 27%;
    }
    .aniphoto-information_lead-mute {
        font-size: 12px;
    }
    .aniphoto-information_thankswrap {
        padding: 30px 20px;
        margin: 20px auto;
    }
    .aniphoto-information_thanks-text {
        font-size: 12px;
    }
    .aniphoto-information_thanks-note {
        font-size: 10px;
    }
}

#bg_al {
    width: 985px;
    margin: 0 auto;
    background-color:#E46C0A;
    color:white;
    font-weight: bold;
    padding-top:1%;
    padding-bottom:1%;
    text-align: center;
    font-size: 2rem;
}

@media(max-width:559px) {
    #bg_al {
        width: 100%;
        font-size: 1.6rem;
    }
}

@media(min-width:560px) and (max-width:959px) {
    #bg_al {
        width: 95%;
        font-size: 1.8rem;
    }
}

#banner_photo {
    width: 985px;
    margin: 50px auto 75px;
    background-color: #fff;
    border-radius: 30px
}

@media(max-width:559px) {
    #banner_photo {
        width: 100%;
        border-radius: 0;
        margin-top: 0
    }
}

@media(min-width:560px) and (max-width:959px) {
    #banner_photo {
        width: 95%
    }
}
/*# sourceMappingURL=style.css.map */
