@charset "utf-8";





/*COMMON*/
html {
    -webkit-text-size-adjust: none;
    -webkit-print-color-adjust: exact;
}

body {
    width: 100%;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
}

body,
div,
span,
a,
p,
img,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
}

h1,
h2,
a,
p {
    color: #333333;
}

h1,
h2,
p {
    letter-spacing: 1px;
}

img {
    display: block;
    width: 100%;
    height: auto;
    border-style: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
    vertical-align: bottom;
}

.kerning {
    font-feature-settings: "palt";
}

.ie .nokerning,
.edge .nokerning {
    font-feature-settings: normal;
}

.mac {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ja1 {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.clear {
    clear: both !important;
    float: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.opa {
    opacity: 0;
}

.none {
    display: none !important;
}

.pc a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

.pc a {
    transition-duration: 0.5s;
    transition-property: opacity;
}

.pc a:hover {
    opacity: 0.6;
}

@media (min-width:1025px) {
    .tb_disp {
        display: none !important;
    }

    .sp_disp {
        display: none !important;
    }

    .pc_disp {
        display: inline-block !important;
    }
}

@media (min-width:600px) and (max-width:1024px) {
    .pc_disp {
        display: none !important;
    }

    .sp_disp {
        display: none !important;
    }

    .tb_disp {
        display: inline-block !important;
    }
}

@media (max-width:599px) {
    .pc_disp {
        display: none !important;
    }

    .tb_disp {
        display: none !important;
    }

    .sp_disp {
        display: inline-block !important;
    }

    h1,
    h2,
    p {
        letter-spacing: 0.5px;
    }
}





/*WRAP*/
.wrap {
    width: 100%;
    opacity: 0;
}

.wrap_inner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width:599px) {}





/*HEADER*/
.header {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.header_inner {
    width: 100%;
    height: 100%;
}

.header_block {
    width: 100%;
    height: 100%;
    position: relative;
}

.header_logo {
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -400px;
}

.header_logo a {
    display: block;
    height: 100%;
}

.header_logo a img {
    width: auto;
    height: 100%;
}

@media (max-width:599px) {
    .header {
        min-width: auto;
        height: 60px;
    }

    .header_logo {
        height: 30px;
        left: 20px;
        margin: -15px 0 0 0;
    }
}





/*FIX*/
.fix {
    width: 100%;
    min-width: 1200px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.fix_inner {
    width: 100%;
}

.fix_block {
    width: 100%;
    position: relative;
}

.fix_button {
    width: 540px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -270px;
    background-image: url('../img/img17.png');
    background-position: center;
    background-size: 100% 100%;
    opacity: 0;
}

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

.fix_back {
    width: 60px;
    position: absolute;
    bottom: 60px;
    right: 60px;
    opacity: 0;
    user-select: none;
    pointer-events: none;
}

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

.fix_on .fix_back {
    user-select: auto;
    pointer-events: auto;
}

@media (max-width:599px) {
    .fix {
        min-width: auto;
    }

    .fix_button {
        width: calc(100% - 40px);
        left: 20px;
        margin: 0;
        background-image: url('../img/img17sp.png');
    }

    .fix_back {
        width: 50px;
        bottom: 80px;
        right: 20px;
    }
}





/*CONTENTS*/
.contents {
    width: 100%;
    min-width: 1200px;
}

.contents_inner {
    width: 100%;
}

.contents_section {
    width: 100%;
    padding: 80px 0 80px 0;
}

.contents_section_inner {
    width: 100%;
}

.contents_block {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width:599px) {
    .contents {
        min-width: auto;
    }

    .contents_section {
        padding: 40px 20px 40px 20px;
    }

    .contents_block {
        max-width: none;
    }
}





/*VISUAL*/
#visual {
    padding: 80px 0 0 0;
}

#visual .contents_block {
    max-width: 100%;
    position: relative;
}

.visual_img {
    width: 100%;
}

.visual_title {
    max-width: 100%;
    width: 53.125vw;
    position: absolute;
    top: 3.125vw;
    left: 50%;
    translate: -46% 0;
    opacity: 0;

    @media (max-width:599px) {}
}

.visual_title h1 {
    width: 100%;
}

@media (max-width:599px) {
    #visual {
        padding: 60px 0 0 0;
    }

    .visual_title {
        /* top: 8.347245409015025vw; */
        top: 4.1vw;
        width: 83.47245409015025vw;
    }
}





/*DETAIL*/
#detail {
    background-image: url('../img/img3.jpg');
    background-position: center;
    background-size: 20px 20px;
}

.detail_title {
    width: 100%;
}

.detail_title h2 {
    width: 100%;
}

.detail_point {
    width: 100%;
    margin: 40px 0 0 0;
}

.detail_point>div {
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 0;
    line-height: 0;
}

.detail_point>div:nth-child(1) {
    margin: 0;
}

.detail_point div div {
    display: inline-block;
    vertical-align: top;
}

.detail_point div>div:nth-child(1) {
    width: 130px;
}

.detail_point div>div:nth-child(2) {
    width: calc(100% - 150px);
    margin: 0 0 0 20px;
}

.detail_point div div p {
    font-size: 21px;
    line-height: 34px;
    font-weight: bold;
    text-align: justify;
}

.detail_point>div:nth-child(3)>div:nth-child(2) p {
    font-size: 0;
    line-height: 0;
}

.detail_point>div:nth-child(3)>div:nth-child(2)>p:nth-child(1) {
    font-size: 21px;
    line-height: 34px;
    font-weight: bold;
}

.detail_point>div:nth-child(3)>div:nth-child(2) p span {
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    line-height: 34px;
    font-weight: bold;
}

.detail_point>div:nth-child(3)>div:nth-child(2) p>span:nth-child(1) {
    width: 22px;
}

.detail_point>div:nth-child(3)>div:nth-child(2) p>span:nth-child(2) {
    width: calc(100% - 22px);
}

.detail_point>div:nth-child(3)>div:nth-child(2)>p:nth-child(3) {
    padding: 0 0 0 22px;
}

.detail_point>div:nth-child(3)>div:nth-child(2)>p:nth-child(3) span {
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
}

.detail_point>div:nth-child(3)>div:nth-child(2)>p:nth-child(3)>span:nth-child(1) {
    width: 17px;
}

.detail_point>div:nth-child(3)>div:nth-child(2)>p:nth-child(3)>span:nth-child(2) {
    width: calc(100% - 17px);
}

.detail_coution {
    width: 100%;
    margin: 40px 0 0 0;
    border: 2px solid #e47296;
    background-color: #ffffff;
}

.detail_top {
    width: 100%;
    background-color: #e47296;
}

.detail_link {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

.detail_link img {
    width: auto;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.detail_link>span {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 25px;
    transition-duration: 0.5s;
    transition-property: transform;
}

.detail_link span span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #ffffff;
    transform: translateY(-50%);
    transition-duration: 0.5s;
    transition-property: opacity;
}

.detail_link span>span:nth-child(1) {
    transform: translateY(-50%) rotate(90deg);
}

.detail_bottom {
    display: none;
    width: 100%;
    padding: 30px 40px 30px 40px;
}

.detail_bottom p {
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}

.detail_on .detail_link>span {
    transform: rotate(90deg);
}

.detail_on .detail_link span>span:nth-child(2) {
    opacity: 0;
}

@media (max-width:599px) {
    .detail_point {
        margin: 30px 0 0 0;
    }

    .detail_point>div {
        margin: 20px 0 0 0;
    }

    .detail_point>div:nth-child(1) {
        margin: 0;
    }

    .detail_point div>div:nth-child(1) {
        display: block;
        width: 100%;
    }

    .detail_point div>div:nth-child(2) {
        display: block;
        width: 100%;
        margin: 10px 0 0 0;
    }

    .detail_point div div p {
        font-size: 17px;
        line-height: 30px;
    }

    .detail_point>div:nth-child(3)>div:nth-child(2) p {
        font-size: 0;
        line-height: 0;
    }

    .detail_point>div:nth-child(3)>div:nth-child(2)>p:nth-child(1) {
        font-size: 17px;
        line-height: 30px;
    }

    .detail_point>div:nth-child(3)>div:nth-child(2) p span {
        font-size: 17px;
        line-height: 30px;
    }

    .detail_point>div:nth-child(3)>div:nth-child(2) p>span:nth-child(1) {
        width: 17px;
    }

    .detail_point>div:nth-child(3)>div:nth-child(2) p>span:nth-child(2) {
        width: calc(100% - 17px);
    }

    .detail_point>div:nth-child(3)>div:nth-child(2)>p:nth-child(3) {
        padding: 0 0 0 17px;
    }

    .detail_point>div:nth-child(3)>div:nth-child(2)>p:nth-child(3) span {
        font-size: 12px;
        line-height: 22px;
        font-weight: normal;
    }

    .detail_point>div:nth-child(3)>div:nth-child(2)>p:nth-child(3)>span:nth-child(1) {
        width: 12px;
    }

    .detail_point>div:nth-child(3)>div:nth-child(2)>p:nth-child(3)>span:nth-child(2) {
        width: calc(100% - 12px);
    }

    .detail_coution {
        margin: 30px 0 0 0;
    }

    .detail_link {
        height: 50px;
    }

    .detail_link img {
        height: 16px;
    }

    .detail_link>span {
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
        right: 15px;
    }

    .detail_bottom {
        padding: 15px 20px 15px 20px;
    }

    .detail_bottom p {
        font-size: 14px;
        line-height: 24px;
    }
}





/*ENTRY*/
#entry {
    padding: 30px 0 30px 0;
    background-color: #e47296;
}

.entry_button {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

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

@media (max-width:599px) {
    #entry {
        padding: 20px 20px 20px 20px;
    }
}





/*OUTLINE*/
#outline {
    padding: 30px 0 40px 0;
    background-color: #d6d1e6;
}

.outline_title {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
}

.outline_title h2 {
    width: 100%;
}

.outline_button {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    margin-top: 30px;
}

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

.outline_text {
    width: 100%;
    margin: 20px 0 0 0;
}

.outline_text p {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

@media (max-width:599px) {
    #outline {
        padding: 30px 20px 30px 20px;
    }

    .outline_title {
        max-width: 80px;
    }

    .outline_button {
        margin-top: 20px;
        width: 80%;
    }

    .outline_text {
        margin: 20px 0 0 0;
    }

    .outline_text p {
        font-size: 14px;
        line-height: 14px;
    }
}





/*CONTACT*/
#contact {
    padding: 60px 0 135px 0;
}

.contact_top {
    width: 100%;
    padding: 40px 0 35px 0;
    border: 1px solid #333333;
}

.contact_top h2 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.contact_top a {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 30px;
}

.contact_top p {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.contact_bottom {
    width: 100%;
    margin: 45px 0 0 0;
}

.contact_bottom a {
    display: block;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
}

.contact_bottom p {
    margin: 30px 0 0 0;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

@media (max-width:599px) {
    #contact {
        padding: 50px 20px 135px 20px;
    }

    .contact_top {
        padding: 30px 40px 20px 40px;
    }

    .contact_top a {
        margin-top: 20px;
    }

    .contact_top p {
        margin: 15px 0 0 0;
        font-size: 12px;
        line-height: 24px;
    }

    .contact_bottom {
        margin: 30px 0 0 0;
    }

    .contact_bottom a {
        max-width: 200px;
    }

    .contact_bottom p {
        margin: 20px 0 0 0;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0;
    }
}