@charset "UTF-8";
/*css調整*/
/* line 33, ../sass/index.scss */
* {
    margin: 0;
    padding: 0;
}

/*flex周り*/
/* line 40, ../sass/index.scss */
.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
@media screen and (max-width: 767px) {
    /* line 40, ../sass/index.scss */
    .flex-row {
        display: block;
    }
    /* line 45, ../sass/index.scss */
    .flex-row.mobile-flex {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

/* line 52, ../sass/index.scss */
.flex-space {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* line 56, ../sass/index.scss */
.flex-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

/* line 60, ../sass/index.scss */
.flex-center {
    -webkit-justify-content: center;
    justify-content: center;
}

/* line 64, ../sass/index.scss */
.align-item {
    align-items: center;
}

/* line 68, ../sass/index.scss */
.text-center {
    text-align: center;
}

@media screen and (max-width: 767px) {
    /* line 72, ../sass/index.scss */
    .only-pc {
        display: none;
    }
}

/* line 77, ../sass/index.scss */
.only-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    /* line 77, ../sass/index.scss */
    .only-sp {
        display: block;
    }
}

/* line 85, ../sass/index.scss */
body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    height: 100%;
    width: 100%;
    color: #333;
    font-size: 90%;
}
@media screen and (max-width: 1000px) {
    /* line 85, ../sass/index.scss */
    body {
        width: 960px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    /* line 85, ../sass/index.scss */
    body {
        width: 100%;
    }
}

/* line 103, ../sass/index.scss */
input, select, textarea {
    -webkit-appearance: none;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* line 108, ../sass/index.scss */
li {
    list-style-type: none;
}

/* line 112, ../sass/index.scss */
a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

/* line 120, ../sass/index.scss */
img {
    margin: 0;
    padding: 0;
}

/* line 125, ../sass/index.scss */
a img {
    border: none;
}

/* line 129, ../sass/index.scss */
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 135, ../sass/index.scss */
.clearfix {
    clear: both;
    display: block;
    float: none;
}

/* line 141, ../sass/index.scss */
.mobile {
    display: none;
}

/* line 145, ../sass/index.scss */
.br-pc {
    display: block;
}

/* line 149, ../sass/index.scss */
.br-sp {
    display: none;
}

/* ------------------------header------------------------*/
/* line 155, ../sass/index.scss */
#top {
    background: rgba(255, 255, 255, 0.9);
    /*	box-shadow:0px 4px 6px -3px #ccc;
        -moz-box-shadow:0px 4px 6px -3px #ccc;
        -webkit-box-shadow:0px 4px 6px -3px #ccc;*/
    width: 100%;
    z-index: 100;
}

/* line 165, ../sass/index.scss */
header {
    width: 98%;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 0;
}
@media screen and (max-width: 767px) {
    /* line 165, ../sass/index.scss */
    header {
        width: 100%;
    }
}

/* line 175, ../sass/index.scss */
h1 {
    display: inline-block;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    /* line 175, ../sass/index.scss */
    h1 {
        padding-left: 15px;
    }
}
/* line 184, ../sass/index.scss */
h1 img {
    width: 177px;
    height: 62px;
    margin-right: 30px;
}
/* line 190, ../sass/index.scss */
h1 a {
    text-decoration: none;
    color: #555;
}

/* line 197, ../sass/index.scss */
#top .tel-img {
    width: 261px;
    height: 48px;
}
/* line 201, ../sass/index.scss */
#top ul {
    float: right;
    display: inline-block;
}
/* line 206, ../sass/index.scss */
#top li {
    display: block;
    margin: 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
}
/* line 212, ../sass/index.scss */
#top li.tel-title {
    color: #E60012;
}
@media screen and (max-width: 767px) {
    /* line 217, ../sass/index.scss */
    #top .header-tel-wrapper {
        display: block;
        text-align: center;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 2px solid #1E5199;
    }
}
/* line 227, ../sass/index.scss */
#top .tel {
    background: url(../images/ico_freedial.png) no-repeat left center;
    background-size: 35px auto;
    display: inline-block;
    margin: 4px auto 5px;
    padding: 0 0 0 40px;
    letter-spacing: .02em;
    color: #000;
    font-weight: bold;
    font-size: 28px;
    /* font-size: 1.625rem; */
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
}

/* ------------------------Gnavi------------------------*/
/* line 246, ../sass/index.scss */
#nav-toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
/* line 247, ../sass/index.scss */
#nav-toggle div {
    position: relative;
    margin: 4px auto 0;
    width: 90%;
}
/* line 262, ../sass/index.scss */
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 90%;
    background: #1E5199;
    left: 1px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
/* line 273, ../sass/index.scss */
#nav-toggle span:nth-child(1) {
    top: 0;
}
/* line 277, ../sass/index.scss */
#nav-toggle span:nth-child(2) {
    top: 11px;
}
/* line 281, ../sass/index.scss */
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* line 287, ../sass/index.scss */
#global-nav {
    background: #f6f6f6;
    border-bottom: #ccc 1px solid;
    width: 100%;
}
/* line 292, ../sass/index.scss */
#global-nav ul {
    display: block;
    max-width: 960px;
    margin: 0 auto 0 auto;
    padding: .8em 0 .8em 2em;
    text-align: center;
}
/* line 300, ../sass/index.scss */
#global-nav li {
    display: inline-block;
    margin-right: 2em;
    font-size: 15px;
    font-size: 0.9375rem;
}
/* line 306, ../sass/index.scss */
#global-nav li:last-child {
    margin-right: 0;
}
/* line 311, ../sass/index.scss */
#global-nav ul li.mobile {
    display: none;
}
/* line 315, ../sass/index.scss */
#global-nav a {
    color: #333;
    text-decoration: none;
}
/* line 319, ../sass/index.scss */
#global-nav a:hover {
    background: #0096f4;
    border-radius: 100px;
    padding: .2em 1em;
    color: #fff;
}

/* ------------------------contents------------------------*/
/* line 330, ../sass/index.scss */
#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section9, #section10, #section11 {
    padding: 70px 0;
}

/* line 334, ../sass/index.scss */
#section8 {
    padding: 0 0 100px 0;
}

/* line 338, ../sass/index.scss */
#section0 {
    padding: 40px 0 30px 0;
}

/* line 342, ../sass/index.scss */
.mainArea {
    width: 98%;
    max-width: 960px;
    display: block;
    margin: 0 auto;
    display: block\9;
    *display: block;
    _display: block;
}
/* line 351, ../sass/index.scss */
.mainArea:not(:target) {
    display: block\9;
}

@media all and (-ms-high-contrast: none) {
    /* line 357, ../sass/index.scss */
    .mainArea {
        display: block;
    }
}
/* line 362, ../sass/index.scss */
.text_last {
    margin-bottom: 50px;
    font-size: 16px;
    font-size: 1rem;
}
/* line 366, ../sass/index.scss */
.text_last strong {
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 1px solid #0096F4;
}

/* line 373, ../sass/index.scss */
.text {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
}
/* line 377, ../sass/index.scss */
.text strong {
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 1px solid #0096F4;
}

/* line 384, ../sass/index.scss */
p {
    font-size: 16px;
    font-size: 1rem;
}
/* line 387, ../sass/index.scss */
p strong {
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 1px solid #0096F4;
}

/* line 395, ../sass/index.scss */
h2 {
    clear: both;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: normal;
    letter-spacing: .04em;
    color: #0096f4;
}

/* line 406, ../sass/index.scss */
h3 {
    clear: both;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: .04em;
    color: #0096f4;
}

/* line 417, ../sass/index.scss */
#section2 h2 {
    display: block;
    position: relative;
    text-align: center;
}

/* line 423, ../sass/index.scss */
.btnArea h2 {
    color: #333;
    text-align: center;
    font-weight: bold;
}

/* line 429, ../sass/index.scss */
.imgRight, .imgRight2 {
    display: inline;
    float: right;
}

/* line 434, ../sass/index.scss */
.imgRight img, .imgRight2 img {
    width: 100%;
}

/* line 438, ../sass/index.scss */
#section0 {
    background: #fff url(../images/bg_funryu_1stview.jpg) no-repeat center;
    background-size: auto 675px;
    display: block;
    height: 675px;
    box-sizing: border-box;
    margin: 0 0 0;
    z-index: -1;
}
/* line 447, ../sass/index.scss */
#section0 .titleArea {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 0;
    text-align: center;
    display: block;
}

/* line 458, ../sass/index.scss */
.titleArea h2 {
    margin-bottom: 20px;
}
/* line 459, ../sass/index.scss */
.titleArea h2 .title-img {
    width: 704px;
}
@media screen and (max-width: 767px) {
    /* line 459, ../sass/index.scss */
    .titleArea h2 .title-img {
        width: 100%;
        height: auto;
    }
}
/* line 468, ../sass/index.scss */
.titleArea .clinic-img {
    width: 701px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    /* line 468, ../sass/index.scss */
    .titleArea .clinic-img {
        width: 100%;
    }
}
/* line 475, ../sass/index.scss */
.titleArea .btn-img {
    width: 380px;
}
@media screen and (max-width: 767px) {
    /* line 475, ../sass/index.scss */
    .titleArea .btn-img {
        width: 100%;
    }
}
/* line 483, ../sass/index.scss */
.titleArea p.message2 {
    margin-bottom: 30px;
}
/* line 487, ../sass/index.scss */
.titleArea p.message span {
    background: rgba(255, 255, 255, 0.4);
    border: #0096f4 2px solid;
    border-radius: 100px;
    height: 2em;
    margin: 10px 0 0 0;
    padding: 0.5em 2em;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    vertical-align: middle;
    color: #0096f4;
}
/* line 502, ../sass/index.scss */
.titleArea .call span {
    background: rgba(255, 255, 255, 0.4);
    border-bottom: #ff7b7b 4px double;
    /*border-radius: 100px;*/
    height: 2em;
    margin: 10px 0 0 0;
    padding: .2em .5em;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    vertical-align: middle;
    color: #ff7b7b;
}
/* line 517, ../sass/index.scss */
.titleArea .btn {
    display: block;
    clear: both;
    vertical-align: middle;
    margin-top: -10px;
}
/* line 523, ../sass/index.scss */
.titleArea .btn a {
    display: block;
    position: relative;
    background: #F39800;
    border-top: none;
    border-right: none;
    border-bottom: 5px solid #E83828;
    border-left: none;
    border-radius: 20px;
    width: 365px;
    margin: 10px auto 0 auto;
    padding: 20px 0 21px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    color: #fff;
}
@media screen and (max-width: 767px) {
    /* line 523, ../sass/index.scss */ishi-img
    .titleArea .btn a {
        width: 100%;
    }
}
/* line 546, ../sass/index.scss */
.titleArea .btn a:hover {
    border: none;
    margin: 15px auto 0 auto;
}
/* line 551, ../sass/index.scss */
.titleArea .btn a span.contact-first-btn {
    font-size: 30px;
    display: inline-block;
    border-bottom: 2px solid white;
}

.titleArea span.red-text {
    font-size: 20px;
    display: block;
    color: red;
    margin-top: 10px;
    font-weight: bold;
}
/* line 557, ../sass/index.scss */
.titleArea .btn a img {
    width: 80%;
}

/* line 564, ../sass/index.scss */
#section1 {
    border-top: 1px solid #ccc;
    background: #f1f8fd;
}
/* line 568, ../sass/index.scss */
#section1 h2 {
    display: block;
    color: #333;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
}
/* line 575, ../sass/index.scss */
#section1 h2 span {
    color: #0096F4;
    font-size: 28px;
    font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
    /* line 575, ../sass/index.scss */
    #section1 h2 span {
        font-size: 20px;
        font-size: 1.25rem;
        margin-top: 5px;
        display: inline-block;
    }
}
/* line 587, ../sass/index.scss */
#section1 .h3-box {
    text-align: center;
    position: relative;
}
/* line 590, ../sass/index.scss */
#section1 .h3-box hr {
    position: absolute;
    width: 100%;
    top: 22px;
    border-color: #0096F4;
}
/* line 598, ../sass/index.scss */
#section1 h3 {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: .3em 1em;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    border: 1px solid #0096F4;
    color: #333;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
/* line 610, ../sass/index.scss */
#section1 h3 span {
    color: #fb2a2a;
    font-size: 130%;
}
/* line 616, ../sass/index.scss */
#section1 ul.threeClm_points {
    width: 100%;
    display: block;
    font-size: 16px;
    font-size: 1rem;
}
/* line 622, ../sass/index.scss */
#section1 ul.threeClm_points li {
    width: 30%;
    width: 23% \9;
    display: inline-block;
    margin-right: 3%;
    margin-top: 20px;
    text-align: center;
    vertical-align: top;
}
/* line 631, ../sass/index.scss */
#section1 ul.threeClm_points li:nth-child(3n) {
    margin-right: 0;
}
/* line 635, ../sass/index.scss */
#section1 ul.threeClm_points li h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 5px 0px;
}
/* line 641, ../sass/index.scss */
#section1 ul.threeClm_points li img {
    width: 126px;
}
@media screen and (max-width: 767px) {
    /* line 645, ../sass/index.scss */
    #section1 ul.threeClm_points li .description-box {
        width: calc( 100% - 146px );
        margin: 0px;
        margin-left: 20px;
        margin-top: 10px;
        text-align: left;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}
/* line 657, ../sass/index.scss */
#section1 ul.threeClm_points li p {
    text-align: left;
    width: 210px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    /* line 657, ../sass/index.scss */
    #section1 ul.threeClm_points li p {
        width: 100%;
        margin: 0px;
    }
}

/* line 670, ../sass/index.scss */
#section2 {
    background: #f1f8fd;
    padding-top: 0px;
}

/* line 675, ../sass/index.scss */
#section2 ul.threeClm {
    width: 100%;
    /* Safari */
    align-items: stretch;
    margin: 75px 0 0 0;
    font-size: 16px;
    font-size: 1rem;
}
/* line 684, ../sass/index.scss */
#section2 ul.threeClm h2 {
    font-size: 25px;
    font-size: 1.5625rem;
}
/* line 689, ../sass/index.scss */
#section2 ul.threeClm li {
    position: relative;
    width: 280px;
    display: inline-block;
    padding: 50px 45px 30px;
    vertical-align: middle;
    background-color: white;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    /* line 689, ../sass/index.scss */
    #section2 ul.threeClm li {
        margin: 0px auto 40px auto;
    }
}
/* line 700, ../sass/index.scss */
#section2 ul.threeClm li img {
    position: absolute;
    left: 110px;
    top: -30px;
    width: 60px;
}
@media screen and (max-width: 767px) {
    /* line 700, ../sass/index.scss */
    #section2 ul.threeClm li img {
        left: calc( 50% - 30px );
    }
}
/* line 709, ../sass/index.scss */
#section2 ul.threeClm li:last-child {
    margin-right: 0;
}
/* line 712, ../sass/index.scss */
#section2 ul.threeClm li strong {
    border-bottom: 1px solid #E60012;
    color: #0096F4;
    font-size: 18px;
    font-size: 1.125rem;
}

/* line 721, ../sass/index.scss */
#section3, #section4, #section5, #section5-5, #section6, #section7, #section8, #section10, #section11 {
    background: #F2FAFE;
    /*上書き修正*/
}
/* line 724, ../sass/index.scss */
#section3 h2, #section4 h2, #section5 h2, #section5-5 h2, #section6 h2, #section7 h2, #section8 h2, #section10 h2, #section11 h2 {
    font-size: 28px;
    font-size: 1.75rem;
}
/* line 729, ../sass/index.scss */
#section3 h3, #section4 h3, #section5 h3, #section5-5 h3, #section6 h3, #section7 h3, #section8 h3, #section10 h3, #section11 h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #3E3A39;
    border-left: 9px solid #0096F4;
    padding-left: 10px;
}
/* line 737, ../sass/index.scss */
#section3 .imgRight, #section4 .imgRight, #section5 .imgRight, #section5-5 .imgRight, #section6 .imgRight, #section7 .imgRight, #section8 .imgRight, #section10 .imgRight, #section11 .imgRight {
    width: 200px;
    margin: 0 0 0 40px;
}
/* line 742, ../sass/index.scss */
#section3 img.dangerous, #section4 img.dangerous, #section5 img.dangerous, #section5-5 img.dangerous, #section6 img.dangerous, #section7 img.dangerous, #section8 img.dangerous, #section10 img.dangerous, #section11 img.dangerous {
    width: 316px;
    height: 195px;
    margin-left: 30px;
}
@media screen and (max-width: 767px) {
    /* line 742, ../sass/index.scss */
    #section3 img.dangerous, #section4 img.dangerous, #section5 img.dangerous, #section5-5 img.dangerous, #section6 img.dangerous, #section7 img.dangerous, #section8 img.dangerous, #section10 img.dangerous, #section11 img.dangerous {
        display: block;
        margin: 20px auto 0px;
    }
}
@media screen and (max-width: 360px) {
    /* line 742, ../sass/index.scss */
    #section3 img.dangerous, #section4 img.dangerous, #section5 img.dangerous, #section5-5 img.dangerous, #section6 img.dangerous, #section7 img.dangerous, #section8 img.dangerous, #section10 img.dangerous, #section11 img.dangerous {
        width: 100%;
        height: auto;
    }
}
/* line 758, ../sass/index.scss */
#section3 ul:before, #section4 ul:before, #section5 ul:before, #section5-5 ul:before, #section6 ul:before, #section7 ul:before, #section8 ul:before, #section10 ul:before, #section11 ul:before {
    clear: both;
}
/* line 762, ../sass/index.scss */
#section3 ul.threeClm, #section4 ul.threeClm, #section5 ul.threeClm, #section5-5 ul.threeClm, #section6 ul.threeClm, #section7 ul.threeClm, #section8 ul.threeClm, #section10 ul.threeClm, #section11 ul.threeClm {
    display: block;
    width: 100%;
    margin: 10px 0 60px 0;
    text-align: center;
}
/* line 768, ../sass/index.scss */
#section3 ul.threeClm li, #section4 ul.threeClm li, #section5 ul.threeClm li, #section5-5 ul.threeClm li, #section6 ul.threeClm li, #section7 ul.threeClm li, #section8 ul.threeClm li, #section10 ul.threeClm li, #section11 ul.threeClm li {
    width: 30%;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}
/* line 774, ../sass/index.scss */
#section3 ul.threeClm li:last-child, #section4 ul.threeClm li:last-child, #section5 ul.threeClm li:last-child, #section5-5 ul.threeClm li:last-child, #section6 ul.threeClm li:last-child, #section7 ul.threeClm li:last-child, #section8 ul.threeClm li:last-child, #section10 ul.threeClm li:last-child, #section11 ul.threeClm li:last-child {
    margin-right: 0;
}
/* line 778, ../sass/index.scss */
#section3 ul.threeClm li img, #section4 ul.threeClm li img, #section5 ul.threeClm li img, #section5-5 ul.threeClm li img, #section6 ul.threeClm li img, #section7 ul.threeClm li img, #section8 ul.threeClm li img, #section10 ul.threeClm li img, #section11 ul.threeClm li img {
    width: 50%;
    margin: 0 auto 20px;
}
/* line 784, ../sass/index.scss */
#section3 ul.threeClm h4, #section4 ul.threeClm h4, #section5 ul.threeClm h4, #section5-5 ul.threeClm h4, #section6 ul.threeClm h4, #section7 ul.threeClm h4, #section8 ul.threeClm h4, #section10 ul.threeClm h4, #section11 ul.threeClm h4 {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    height: 60px;
}
/* line 791, ../sass/index.scss */
#section3 ul.threeClm p, #section4 ul.threeClm p, #section5 ul.threeClm p, #section5-5 ul.threeClm p, #section6 ul.threeClm p, #section7 ul.threeClm p, #section8 ul.threeClm p, #section10 ul.threeClm p, #section11 ul.threeClm p {
    text-align: left;
}
/* line 797, ../sass/index.scss */
#section3 .slick-prev, #section3 .slick-next, #section4 .slick-prev, #section4 .slick-next, #section5 .slick-prev, #section5 .slick-next, #section5-5 .slick-prev, #section5-5 .slick-next, #section6 .slick-prev, #section6 .slick-next, #section7 .slick-prev, #section7 .slick-next, #section8 .slick-prev, #section8 .slick-next, #section10 .slick-prev, #section10 .slick-next, #section11 .slick-prev, #section11 .slick-next {
    width: 38px !important;
    height: 38px !important;
    z-index: 2;
    top: 220px;
}
/* line 802, ../sass/index.scss */
#section3 .slick-prev img, #section3 .slick-next img, #section4 .slick-prev img, #section4 .slick-next img, #section5 .slick-prev img, #section5 .slick-next img, #section5-5 .slick-prev img, #section5-5 .slick-next img, #section6 .slick-prev img, #section6 .slick-next img, #section7 .slick-prev img, #section7 .slick-next img, #section8 .slick-prev img, #section8 .slick-next img, #section10 .slick-prev img, #section10 .slick-next img, #section11 .slick-prev img, #section11 .slick-next img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    /* line 797, ../sass/index.scss */
    #section3 .slick-prev, #section3 .slick-next, #section4 .slick-prev, #section4 .slick-next, #section5 .slick-prev, #section5 .slick-next, #section5-5 .slick-prev, #section5-5 .slick-next, #section6 .slick-prev, #section6 .slick-next, #section7 .slick-prev, #section7 .slick-next, #section8 .slick-prev, #section8 .slick-next, #section10 .slick-prev, #section10 .slick-next, #section11 .slick-prev, #section11 .slick-next {
        top: 50%;
    }
}
/* line 809, ../sass/index.scss */
#section3 .slick-prev, #section4 .slick-prev, #section5 .slick-prev, #section5-5 .slick-prev, #section6 .slick-prev, #section7 .slick-prev, #section8 .slick-prev, #section10 .slick-prev, #section11 .slick-prev {
    left: 10px;
}
/* line 812, ../sass/index.scss */
#section3 .slick-next, #section4 .slick-next, #section5 .slick-next, #section5-5 .slick-next, #section6 .slick-next, #section7 .slick-next, #section8 .slick-next, #section10 .slick-next, #section11 .slick-next {
    right: 10px;
}
/* line 815, ../sass/index.scss */
#section3 .slick-prev:before, #section3 .slick-next:before, #section4 .slick-prev:before, #section4 .slick-next:before, #section5 .slick-prev:before, #section5 .slick-next:before, #section5-5 .slick-prev:before, #section5-5 .slick-next:before, #section6 .slick-prev:before, #section6 .slick-next:before, #section7 .slick-prev:before, #section7 .slick-next:before, #section8 .slick-prev:before, #section8 .slick-next:before, #section10 .slick-prev:before, #section10 .slick-next:before, #section11 .slick-prev:before, #section11 .slick-next:before {
    content: "" !important;
}
/* line 818, ../sass/index.scss */
#section3 .slide, #section4 .slide, #section5 .slide, #section5-5 .slide, #section6 .slide, #section7 .slide, #section8 .slide, #section10 .slide, #section11 .slide {
    position: relative;
}
/* line 822, ../sass/index.scss */
#section3 .slider-for, #section4 .slider-for, #section5 .slider-for, #section5-5 .slider-for, #section6 .slider-for, #section7 .slider-for, #section8 .slider-for, #section10 .slider-for, #section11 .slider-for {
    margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
    /* line 825, ../sass/index.scss */
    #section3 .slider-nav, #section4 .slider-nav, #section5 .slider-nav, #section5-5 .slider-nav, #section6 .slider-nav, #section7 .slider-nav, #section8 .slider-nav, #section10 .slider-nav, #section11 .slider-nav {
        display: none;
    }
}
/* line 830, ../sass/index.scss */
#section3 .slide-img, #section4 .slide-img, #section5 .slide-img, #section5-5 .slide-img, #section6 .slide-img, #section7 .slide-img, #section8 .slide-img, #section10 .slide-img, #section11 .slide-img {
    width: 100%;
}
/* line 833, ../sass/index.scss */
#section3 .slide-text, #section4 .slide-text, #section5 .slide-text, #section5-5 .slide-text, #section6 .slide-text, #section7 .slide-text, #section8 .slide-text, #section10 .slide-text, #section11 .slide-text {
    text-align: center;
}
/* line 836, ../sass/index.scss */
#section3 .slide-mini-img, #section4 .slide-mini-img, #section5 .slide-mini-img, #section5-5 .slide-mini-img, #section6 .slide-mini-img, #section7 .slide-mini-img, #section8 .slide-mini-img, #section10 .slide-mini-img, #section11 .slide-mini-img {
    margin: 0px 10px;
}

/* line 844, ../sass/index.scss */
#section4 img.img-kodawari {
    width: 317px;
    height: 142px;
    margin-left: 30px;
}
@media screen and (max-width: 767px) {
    /* line 844, ../sass/index.scss */
    #section4 img.img-kodawari {
        display: block;
        margin: -20px auto 40px;
    }
}
@media screen and (max-width: 360px) {
    /* line 844, ../sass/index.scss */
    #section4 img.img-kodawari {
        width: 100%;
        height: auto;
    }
}
/* line 857, ../sass/index.scss */
#section4 img.img-kurinuki, #section4 img.img-kurinuki2 {
    width: 317px;
    height: 185px;
    margin-left: 30px;
}
@media screen and (max-width: 767px) {
    /* line 857, ../sass/index.scss */
    #section4 img.img-kurinuki, #section4 img.img-kurinuki2 {
        display: block;
        margin: 20px auto 20px;
    }
}
@media screen and (max-width: 360px) {
    /* line 857, ../sass/index.scss */
    #section4 img.img-kurinuki, #section4 img.img-kurinuki2 {
        width: 100%;
        height: auto;
    }
}
/* line 872, ../sass/index.scss */
#section4 h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: .5em;
    background: url(../images/img_h4.png) no-repeat left center;
    background-size: 18px auto;
    padding-left: 20px;
}
/* line 881, ../sass/index.scss */
#section4 ul {
    margin: 0 0 20px 0;
}
/* line 885, ../sass/index.scss */
#section4 li {
    display: inline;
    font-weight: bold;
    margin-left: 2em;
    padding: 4px 0 4px 30px;
}
@media screen and (max-width: 767px) {
    /* line 885, ../sass/index.scss */
    #section4 li {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 4px 0 4px 36px;
    }
}
/* line 895, ../sass/index.scss */
#section4 li:first-child {
    background: url(../images/img_kurinuki_merit1.png) no-repeat left center;
    background-size: 24px auto;
}
@media screen and (max-width: 767px) {
    /* line 895, ../sass/index.scss */
    #section4 li:first-child {
        background-size: 30px auto;
        margin-bottom: 10px;
    }
}
/* line 906, ../sass/index.scss */
#section4 li:last-child {
    background: url(../images/img_kurinuki_merit2.png) no-repeat left center;
    background-size: 24px auto;
}
@media screen and (max-width: 767px) {
    /* line 906, ../sass/index.scss */
    #section4 li:last-child {
        background-size: 30px auto;
    }
}

/* line 918, ../sass/index.scss */
#section5 h4, #section5-5 h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: .5em;
    background: url(../images/img_h4.png) no-repeat left center;
    background-size: 18px auto;
    padding-left: 20px;
}
/* line 927, ../sass/index.scss */
#section5 .ope-img, #section5-5 .ope-img {
    width: 317px;
    height: 216px;
    margin-left: 30px;
}
@media screen and (max-width: 767px) {
    /* line 927, ../sass/index.scss */
    #section5 .ope-img, #section5-5 .ope-img {
        display: block;
        margin: -20px auto 40px;
    }
}
@media screen and (max-width: 360px) {
    /* line 927, ../sass/index.scss */
    #section5 .ope-img, #section5-5 .ope-img {
        width: 100%;
        height: auto;
    }
}
/* line 941, ../sass/index.scss */
#section5 ul.steps, #section5-5 ul.steps {
    display: block;
    margin: 0;
    padding: 0;
}
/* line 946, ../sass/index.scss */
#section5 ul.steps li, #section5-5 ul.steps li {
    width: 30%;
    display: inline-block;
    margin: 0  30px 0 0;
    padding: 0 0 20px;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    /* line 946, ../sass/index.scss */
    #section5 ul.steps li, #section5-5 ul.steps li {
        width: 100%;
        margin-right: 0;
    }
}
/* line 956, ../sass/index.scss */
#section5 ul.steps li .description, #section5-5 ul.steps li .description {
    display: block;
    padding-left: 1em;
}
/* line 959, ../sass/index.scss */
#section5 ul.steps li .description:before, #section5-5 ul.steps li .description:before {
    content: "■";
    color: #0096F4;
    margin-left: -1em;
    margin-right: 5px;
}
/* line 967, ../sass/index.scss */
#section5 ul.steps li:nth-child(3n), #section5-5 ul.steps li:nth-child(3n) {
    margin-right: 0;
}
/* line 971, ../sass/index.scss */
#section5 ul.steps li img, #section5-5 ul.steps li img {
    width: 100%;
    display: block;
    margin: 10px auto;
}
/* line 977, ../sass/index.scss */
#section5 ul.steps li span, #section5-5 ul.steps li span {
    display: block;
    padding-left: 1em;
    font-size: 12px;
    font-size: 0.75rem;
}
/* line 983, ../sass/index.scss */
#section5 ul.steps li span:before, #section5-5 ul.steps li span:before {
    content: "※";
    margin-left: -1em;
}
/* line 991, ../sass/index.scss */
#section5 .resolute, #section5-5 .resolute {
    margin: 50px auto;
    text-align: center;
    font-size: 28px;
    font-size: 1.75rem;
    color: #1c3a70;
}
/* line 998, ../sass/index.scss */
#section5 .resolute img, #section5-5 .resolute img {
    display: block;
    width: 150px;
    margin: 10px auto 30px;
}

/* line 1006, ../sass/index.scss */
.arrow-background {
    background: #FEF5F4;
}
/* line 1008, ../sass/index.scss */
.arrow-background .arrow-line {
    width: 100%;
    height: auto;
}

/* line 1015, ../sass/index.scss */
#section5-5 {
    padding: 70px 0px;
    background: #FEF5F4;
}
/* line 1018, ../sass/index.scss */
#section5-5 .attention-box {
    margin: 0 auto 40px;
    background-color: white;
    border-top: 2px solid #0096F4;
    border-bottom: 2px solid #0096F4;
    padding: 30px;
    width: 680px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    /* line 1018, ../sass/index.scss */
    #section5-5 .attention-box {
        width: 100%;
    }
}

/* line 1032, ../sass/index.scss */
#section6 {
    background: #fff;
}
/* line 1035, ../sass/index.scss */
#section6 h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: .5em;
    background: url(../images/img_h4.png) no-repeat left center;
    background-size: 18px auto;
    padding-left: 20px;
}
/* line 1044, ../sass/index.scss */
#section6 img.price {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
/* line 1050, ../sass/index.scss */
#section6 dl {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    line-height: 2em;
}
/* line 1057, ../sass/index.scss */
#section6 dt, #section6 dd {
    display: inline-block;
    border-bottom: 1px solid #ccc;
    width: 56%;
    padding: .5em 0;
}
/* line 1064, ../sass/index.scss */
#section6 dt {
    font-weight: bold;
}
/* line 1068, ../sass/index.scss */
#section6 dd {
    width: 43%;
}
/* line 1072, ../sass/index.scss */
#section6 dt span {
    margin-left: .3em;
    font-size: 12px;
    font-size: .75rem;
    font-weight: normal;
}
/* line 1079, ../sass/index.scss */
#section6 hr {
    margin: 20px auto;
}

/* line 1084, ../sass/index.scss */
#section7 {
    padding-bottom: 0;
}
/* line 1086, ../sass/index.scss */
#section7 h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: .5em;
    background: url(../images/img_h4.png) no-repeat left center;
    background-size: 18px auto;
    padding-left: 20px;
}
/* line 1095, ../sass/index.scss */
#section7 .map-box {
    background-color: white;
    padding-left: 30px;
}
@media screen and (max-width: 767px) {
    /* line 1095, ../sass/index.scss */
    #section7 .map-box {
        padding: 10px;
    }
}
/* line 1103, ../sass/index.scss */
#section7 #map_canvas {
    background: #f8f8f8;
    margin-left: 30px;
}
@media screen and (max-width: 767px) {
    /* line 1103, ../sass/index.scss */
    #section7 #map_canvas {
        display: block;
        margin: 20px auto 0px;
    }
}

/* line 1114, ../sass/index.scss */
#section10 .time-table {
    width: 100%;
    height: auto;
}
/* line 1118, ../sass/index.scss */
#section10 h3 {
    display: block;
}
/* line 1121, ../sass/index.scss */
#section10 h4 {
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 1px solid #0096F4;
    display: inline-block;
}

/* line 1130, ../sass/index.scss */
#section8 .img {
    margin: 40px auto 50px;
    text-align: center;
}
/* line 1134, ../sass/index.scss */
#section8 .img img {
    width: 80%;
}
/* line 1138, ../sass/index.scss */
#section8 .img:after {
    clear: both;
    display: block;
}
/* line 1144, ../sass/index.scss */
#section8 .img-clinic {
    width: 425px;
    height: 271px;
    margin-left: 30px;
}
#section8 .ishi-img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 767px) {
    /* line 1144, ../sass/index.scss */
    #section8 .img-clinic {
        display: block;
        width: 100%;
        height: auto;
        margin: 20px auto 0px;
    }
    #section8 .ishi-img {
        display: block;
        width: 80%;
    }
}
/* line 1156, ../sass/index.scss */
#section8 .imgRight {
    width: 250px;
    margin: 0 0 0 40px;
}
/* line 1160, ../sass/index.scss */
#section8 h3 {
    display: block;
}
/* line 1163, ../sass/index.scss */
#section8 h4.text-border {
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 1px solid #0096F4;
    display: inline-block;
    background: none;
    padding: 0px;
}
/* line 1171, ../sass/index.scss */
#section8 h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: .5em;
    background: url(../images/img_h4.png) no-repeat left center;
    background-size: 18px auto;
    padding-left: 25px;
    font-weight: normal;
}
/* line 1180, ../sass/index.scss */
#section8 .example-list {
    margin-bottom: 50px;
    padding: 0px;
}
/* line 1183, ../sass/index.scss */
#section8 .example-list li {
    font-size: 16px;
    font-size: 1rem;
}
/* line 1186, ../sass/index.scss */
#section8 .example-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    background: url(../images/list-style.png) no-repeat left center;
    background-size: 10px auto;
}

/* ------------------------form------------------------*/
/* line 1201, ../sass/index.scss */
#section9 {
    background: white;
    width: 100%;
    color: #000;
}
/* line 1205, ../sass/index.scss */
#section9 h2 {
    font-size: 28px;
    font-size: 1.75rem;
}
/* line 1210, ../sass/index.scss */
#section9 h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .2em;
    color: black;
}
/* line 1218, ../sass/index.scss */
#section9 p.mgnB {
    text-align: center;
}
/* line 1221, ../sass/index.scss */
#section9 p.contact-attention {
    display: inline-block;
    margin: 0 auto 40px;
    text-align: left;
    font-size: 22px;
    font-size: 1.375rem;
}
/* line 1227, ../sass/index.scss */
#section9 p.contact-attention a {
    color: #3E3A39;
}
/* line 1229, ../sass/index.scss */
#section9 p.contact-attention a strong {
    font-size: 28px;
    font-size: 1.75rem;
    border-width: 2px;
}
/* line 1236, ../sass/index.scss */
#section9 p.web-attention {
    font-size: 14px;
    font-size: 0.875rem;
}

/* line 1242, ../sass/index.scss */
.validation_message {
    display: none;
}

/* line 1246, ../sass/index.scss */
.success_message {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 34%;
    left: 50%;
    width: 50%;
    height: auto;
    margin-left: -26%;
    margin-top: auto;
    padding: 5% 2%;
    border-radius: 4px;
    background: #fff;
    z-index: 10;
}

/* line 1262, ../sass/index.scss */
.success_message_body {
    text-align: center;
}

/* line 1266, ../sass/index.scss */
.success_message h4 {
    padding: 15px 0;
    color: #0096f4;
}

/* line 1271, ../sass/index.scss */
.success_message-on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
}

/* line 1281, ../sass/index.scss */
.success_message button {
    width: 100%;
    height: 3em;
    margin: 4em auto 0;
    border: none;
}

/* line 1288, ../sass/index.scss */
.alert {
    background-color: #fdf3f2;
    border-color: #fbdbdd;
    margin: 10px 0px;
    padding: .5em .5em;
    color: #d62c1a;
}

/* line 1297, ../sass/index.scss */
#section9 table {
    margin: 20px auto;
    width: 100%;
    border-collapse: collapse;
}
/* line 1303, ../sass/index.scss */
#section9 th, #section9 td {
    margin: 0 0 30px 0;
    vertical-align: top;
    height: auto;
    border-bottom: 1px solid #9AA5B3;
    box-sizing: border-box;
    padding: 15px 0px;
}
@media screen and (max-width: 767px) {
    /* line 1303, ../sass/index.scss */
    #section9 th, #section9 td {
        height: auto;
        display: block;
    }
}
/* line 1314, ../sass/index.scss */
#section9 th.last-item, #section9 td.last-item {
    border: none;
    height: auto;
}
/* line 1320, ../sass/index.scss */
#section9 th {
    width: 40%;
    line-height: 2.5em;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
}
#section9 th .attention {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    /* line 1320, ../sass/index.scss */
    #section9 th {
        border: none;
        width: 100%;
        text-align: left;
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-left: 0;
    }
}
/* line 1333, ../sass/index.scss */
#section9 th span {
    font-size: 16px;
    font-size: 1rem;
}
@media screen and (max-width: 767px) {
    /* line 1333, ../sass/index.scss */
    #section9 th span {
        margin-top: 5px !important;
    }
}
/* line 1342, ../sass/index.scss */
#section9 td {
    width: 60%;
    padding-left: 30px;
    clear: right;
    margin-left: -1%;
}
@media screen and (max-width: 767px) {
    /* line 1342, ../sass/index.scss */
    #section9 td {
        padding-left: 0px;
        margin-left: 0px;
        width: 100%;
    }
}
/* line 1354, ../sass/index.scss */
#section9 .formTel {
    display: none;
}
/* line 1358, ../sass/index.scss */
#section9 .required {
    background: #E83828;
    float: right;
    border-radius: 4px;
    margin: 4px 20px 0 0;
    padding: 0 .8em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 2em;
}
/* line 1368, ../sass/index.scss */
#section9 .required.ninni {
    background: #0096F4;
}

/* line 1374, ../sass/index.scss */
.form {
    background: #fff;
    width: 100%;
    max-width: 960px;
    border-radius: 6px;
    margin: 40px auto 0;
    padding: 40px 0 30px;
}

.form .help {
    font-size: 14px;
    margin-top: 10px;
}

/* line 1384, ../sass/index.scss */
input[type="text"], input[type="email"], input[type="tel"] {
    border: 1px solid #999;
    border-radius: 4px;
    width: 90%;
    max-width: 500px;
    padding: 0.5em;
    font-size: 16px;
    font-size: 1rem;
    background-color: #EDEDEE;
}

/* line 1396, ../sass/index.scss */
textarea {
    border: 1px solid #999;
    background-color: #EDEDEE;
    border-radius: 4px;
    width: 90%;
    height: 150px;
    max-width: 500px;
    padding: 0.5em;
    font-size: 16px;
    font-size: 1rem;
}

/* line 1408, ../sass/index.scss */
select {
    border: 1px solid #999;
    border-radius: 4px;
    width: 90%;
    max-width: 500px;
    padding: 0.5em;
    font-size: 16px;
    font-size: 1rem;
    background: url(../images/arrow.png) no-repeat right 8px center;
    background-size: 8px auto;
    background-color: #EDEDEE;
    height: 2.5em;
    width: 95%;
}

/* line 1425, ../sass/index.scss */
input[type="text"].age {
    width: 50%;
    margin-right: 10px;
}
/* line 1430, ../sass/index.scss */
input[type=radio], input[type=checkbox] {
    display: none;
}

/* line 1435, ../sass/index.scss */
.radio, .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 8px 0;
    padding: 12px 12px 12px 42px;
    border-radius: 8px;
    background-color: #f6f7f8;
    vertical-align: middle;
    cursor: pointer;
}

/* line 1449, ../sass/index.scss */
.radio:hover, .checkbox:hover {
    background-color: #e2edd7;
}

/* line 1453, ../sass/index.scss */
.radio:hover:after, .checkbox:hover:after {
    border-color: #0096f4;
}

/* line 1457, ../sass/index.scss */
.radio:after, .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    border: 2px solid #bbb;
    border-radius: 100px;
    content: '';
}

/* line 1472, ../sass/index.scss */
.radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 19px;
    display: block;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #0096f4;
    content: '';
    opacity: 0;
}

/* line 1488, ../sass/index.scss */
input[type=radio]:checked + .radio:before {
    opacity: 1;
}

.form .datetime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 510px;
    width: 93%;
}
.form .datetime > input {
    margin-right: 20px;
}

/* line 1492, ../sass/index.scss */
.btnSubmit {
    display: block;
    clear: both;
    padding: 10px 0;
    vertical-align: middle;
    text-align: center;
}
/* line 1499, ../sass/index.scss */
.btnSubmit button {
    display: block;
    background: #F39800;
    border-top: none;
    border-right: none;
    border-bottom: 5px solid #E83828;
    border-left: none;
    border-radius: 20px;
    width: 400px;
    max-width: 400px;
    margin: 15px  auto 0;
    padding: 30px 0;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem;
    -webkit-appearance: none;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media screen and (max-width: 767px) {
    /* line 1499, ../sass/index.scss */
    .btnSubmit button {
        width: 100%;
    }
}
/* line 1526, ../sass/index.scss */
.btnSubmit button:hover {
    border: none;
    margin: 20px auto 0;
}

/* line 1533, ../sass/index.scss */
.privacy {
    border: 2px solid #0096F4;
    background: #fff;
    width: 96%;
    display: block;
    margin: 50px auto 0;
    padding: 10px;
    box-sizing: border-box;
    height: 120px;
    overflow-y: scroll;
    text-align: left;
}

/* ------------------------btn area------------------------*/
/* line 1548, ../sass/index.scss */
.btnArea {
    background: #CCEAFD;
    border-top: 1px solid #fff;
    padding: 50px 0;
    text-align: center;
}
/* line 1554, ../sass/index.scss */
.btnArea h2 {
    font-size: 30px;
    font-size: 1.875rem;
}
/* line 1559, ../sass/index.scss */
.btnArea img {
    margin-top: 10px;
}
/* line 1561, ../sass/index.scss */
.btnArea img.tel {
    width: 429px;
    height: 145px;
}
@media screen and (max-width: 767px) {
    /* line 1561, ../sass/index.scss */
    .btnArea img.tel {
        width: 100%;
        height: auto;
    }
}
/* line 1571, ../sass/index.scss */
.btnArea a.net-reserve {
    position: relative;
    background: #F39800;
    height: 120px;
    box-sizing: border-box;
    border-top: none;
    border-right: none;
    border-bottom: 5px solid #E83828;
    border-left: none;
    border-radius: 20px;
    width: 430px;
    margin: 10px 0 0px;
    padding: 20px 0 21px;
    font-size: 40px;
    font-size: 2.5rem;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    color: #fff;
}
@media screen and (max-width: 767px) {
    /* line 1571, ../sass/index.scss */
    .btnArea a.net-reserve {
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
    /* line 1571, ../sass/index.scss */
    .btnArea a.net-reserve {
        font-size: 36px;
        font-size: 2.25rem;
    }
}
/* line 1601, ../sass/index.scss */
.btnArea a.net-reserve:hover {
    border: none;
    margin: 15px 0 0px;
}
/* line 1606, ../sass/index.scss */
.btnArea a.net-reserve img {
    width: 61px;
    margin-right: 20px;
}
/* line 1610, ../sass/index.scss */
.btnArea a.net-reserve span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid white;
    line-height: 44px;
}
/* line 1618, ../sass/index.scss */
.btnArea ul {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
/* line 1623, ../sass/index.scss */
.btnArea ul:before {
    clear: both;
    display: block;
}
/* line 1629, ../sass/index.scss */
.btnArea li {
    display: inline-table;
    width: 300px;
    margin: 0 20px;
    padding: 10px 0;
}

/* line 1637, ../sass/index.scss */
.btnForm a {
    border-radius: 4px;
    width: 300px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 3em;
    vertical-align: middle;
}

/* line 1649, ../sass/index.scss */
.btnTel {
    border-radius: 4px;
    width: 300px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 3em;
    vertical-align: middle;
}
/* line 1650, ../sass/index.scss */
.btnTel a {
    border-radius: 4px;
    width: 300px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 3em;
    vertical-align: middle;
}

/* line 1673, ../sass/index.scss */
.btnForm a {
    background: #41acff url(../images/ico_pc.png) no-repeat 20px center;
    background-size: 30px auto;
    display: block;
}
/* line 1678, ../sass/index.scss */
.btnForm a:hover {
    background: #3388c9 url(../images/ico_pc.png) no-repeat 15px center;
    background-size: 35px auto;
}

/* line 1684, ../sass/index.scss */
.btnTel {
    background: #fff url(../images/ico_freedial.png) no-repeat 20px 0.8em;
    background-size: 35px auto;
    display: inline-block;
    margin: 2px auto 5px;
    letter-spacing: .02em;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2.5em;
    font-family: 'Roboto', sans-serif;
}

/* line 1698, ../sass/index.scss */
.btnArea li p {
    display: block;
    width: 300px;
}

/* ------------------------page top------------------------*/
/* line 1705, ../sass/index.scss */
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
/* line 1710, ../sass/index.scss */
#pageTop a {
    display: block;
    z-index: 999;
    padding: 0px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    background-color: #0096f4;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5em;
    opacity: 0.8;
}
/* line 1726, ../sass/index.scss */
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
    #pageTop {
        bottom: 80px;
    }
}

/* ------------------------footer------------------------*/
/* line 1735, ../sass/index.scss */
footer {
    background: #0096F4;
    display: block;
    clear: both;
    margin: 0 0 0;
    height: 60px;
    text-align: center;
}
/* line 1743, ../sass/index.scss */
footer p {
    text-align: center;
    display: block;
    font-size: 80%;
    line-height: 60px;
    clear: both;
    color: white;
}

@media screen and (max-width: 767px) {
    footer {
        padding-bottom: 70px;
    }
}

/* ------------------------tablet------------------------*/
@media screen and (max-width: 960px) {
    /* line 1756, ../sass/index.scss */
    #section0 .titleArea {
        padding: 0 0 0;
    }
    /* line 1759, ../sass/index.scss */
    #section0 .titleArea h2 {
        margin-bottom: 10px;
        line-height: 1.2;
    }
    /* line 1765, ../sass/index.scss */
    #section0 .titleArea p.message2 {
        display: none;
    }
    /* line 1769, ../sass/index.scss */
    #section0 .titleArea p.message {
        display: block;
    }

    /* line 1775, ../sass/index.scss */
    #section1 .br-pc {
        display: none;
    }

    /* line 1780, ../sass/index.scss */
    #section2 ul.threeClm {
        display: block;
    }
    /* line 1783, ../sass/index.scss */
    #section2 ul.threeClm li {
        width: 75%;
        display: block;
    }
    /* line 1787, ../sass/index.scss */
    #section2 ul.threeClm li:last-child {
        margin: 0 auto 20px auto;
    }
    /* line 1793, ../sass/index.scss */
    #section2 .br-pc {
        display: none;
    }
    /* line 1797, ../sass/index.scss */
    #section2 .br-sp {
        display: block;
    }

    /* ------------------------modal------------------------*/
    /* line 1804, ../sass/index.scss */
    .success_message button {
        background: #eee;
        width: 100%;
        height: 3em;
        margin: 4em auto 0;
        border: none;
    }

    /* line 1812, ../sass/index.scss */
    .success_message_body {
        text-align: left;
    }

    /* line 1816, ../sass/index.scss */
    .success_message h4 {
        text-align: center;
    }

    /* line 1822, ../sass/index.scss */
    .privacy::-webkit-scrollbar {
        /* スクロールバー本体 */
        width: 5px;
        background: #9aadfc;
    }
    /* line 1828, ../sass/index.scss */
    .privacy::-webkit-scrollbar-thumb {
        /* スクロールバーの動く部分 */
        background: #0096f4;
        border-radius: 2px;
    }
    /* line 1835, ../sass/index.scss */
    .privacy::-webkit-scrollbar-track-piece:start {
        /* スクロールバーの動く部分の前 */
        background: #eee;
    }
    /* line 1840, ../sass/index.scss */
    .privacy::-webkit-scrollbar-track-piece:end {
        /* スクロールバーの動く部分の後ろ */
        background: #eee;
    }
    /* line 1846, ../sass/index.scss */
    .privacy::-webkit-scrollbar-corner {
        /* スクロールバー角 */
        background: transparent;
    }
}
/* ------------------------mobile------------------------*/
@media screen and (max-width: 767px) {
    /* line 1856, ../sass/index.scss */
    body {
        position: relative;
    }

    /* line 1860, ../sass/index.scss */
    .br-pc {
        display: none;
    }

    /* line 1864, ../sass/index.scss */
    .br-sp {
        display: block;
    }

    /* line 1868, ../sass/index.scss */
    .pc {
        display: inline;
    }

    /* line 1872, ../sass/index.scss */
    .sp {
        display: none;
    }

    /* line 1876, ../sass/index.scss */
    .imgRight, .imgRight2 {
        display: block;
        float: none;
    }

    /* line 1881, ../sass/index.scss */
    #top {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    /* line 1885, ../sass/index.scss */
    #top ul {
        display: none;
    }

    /* line 1890, ../sass/index.scss */
    h1 img {
        width: 93px;
        height: auto;
        display: block;
        margin-bottom: 10px;
    }

    /* line 1897, ../sass/index.scss */
    .mainArea {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        display: block;
    }

    /* line 1904, ../sass/index.scss */
    #global-navArea {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 200;
    }

    /* line 1911, ../sass/index.scss */
    #mobile-head {
        position: absolute;
    }

    /* line 1915, ../sass/index.scss */
    #global-nav {
        position: fixed;
        /* 開いてないときは画面外に配置 */
        top: -1000px;
        left: 0;
        background: white;
        width: 100%;
        text-align: center;
        padding: 30px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    /* line 1929, ../sass/index.scss */
    #global-nav ul {
        width: 100%;
        position: static;
        padding: 0;
        right: 0;
        bottom: 0;
        list-style: none;
        font-size: 14px;
    }
    /* line 1938, ../sass/index.scss */
    #global-nav ul li {
        float: none;
        position: static;
        display: block;
        margin: auto;
        border-bottom: 2px solid #eee;
    }
    /* line 1944, ../sass/index.scss */
    #global-nav ul li a {
        width: 100%;
        display: block;
        color: #333;
        padding: 18px 10px;
        text-align: left;
        position: relative;
        box-sizing: border-box;
    }
    /* line 1952, ../sass/index.scss */
    #global-nav ul li a:after {
        content: "";
        position: absolute;
        right: 10px;
        background-image: url(../images/ico_modal_arrow.png);
        background-size: 14px auto;
        width: 14px;
        height: 22px;
    }
    /* line 1961, ../sass/index.scss */
    #global-nav ul li a:hover {
        background: inherit;
        padding: 18px 0;
        color: #ccc;
    }
    /* line 1968, ../sass/index.scss */
    #global-nav ul li.mobile {
        display: block;
    }

    /* line 1975, ../sass/index.scss */
    #nav-toggle {
        display: block;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 4px;
    }

    /* #nav-toggle 切り替えアニメーション */
    /* line 1985, ../sass/index.scss */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    /* line 1992, ../sass/index.scss */
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    /* line 1997, ../sass/index.scss */
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* line 2005, ../sass/index.scss */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(1000px);
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }

    /* #global-nav スライドアニメーション */
    /* line 2015, ../sass/index.scss */
    h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2em;
    }

    /* line 2021, ../sass/index.scss */
    h3 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.2em;
    }

    /* line 2027, ../sass/index.scss */
    #section2 ul.threeClm {
        display: block;
    }
    /* line 2030, ../sass/index.scss */
    #section2 ul.threeClm li {
        width: 75%;
        display: block;
    }
    /* line 2034, ../sass/index.scss */
    #section2 ul.threeClm li:last-child {
        margin: 0 auto 20px auto;
    }

    /* line 2040, ../sass/index.scss */
    #section0, #section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section11 {
        padding: 50px 0;
    }

    /* line 2044, ../sass/index.scss */
    #section0 {
        background: #fff url(../images/img_main.jpg) no-repeat right top;
        background-size: auto 100%;
        display: block;
        height: auto;
        margin: 0 0 0;
        padding: 0;
        z-index: -1;
    }
    /* line 2053, ../sass/index.scss */
    #section0 .titleArea {
        width: 97%;
        padding: 6% 0 12%;
        position: relative;
    }
    /* line 2058, ../sass/index.scss */
    #section0 .titleArea h2 {
        margin: 20px auto 10px;
        font-size: 20px;
        font-size: 1.25rem;
        letter-spacing: 0;
        text-align: center;
    }
    /* line 2066, ../sass/index.scss */
    #section0 .titleArea p.message2 {
        display: none;
    }

    /* line 2072, ../sass/index.scss */
    .titleArea p.message span {
        background: rgba(255, 255, 255, 0.4);
        border: #0096f4 2px solid;
        border-radius: 100px;
        margin: 10px 0 0 0;
        padding: 0.2em 1em;
        font-size: 13px;
        font-size: .8125rem;
        font-weight: bold;
        vertical-align: middle;
        color: #0096f4;
    }

    /* line 2086, ../sass/index.scss */
    #section1 h2 {
        font-size: 17px;
        font-size: 1.0625rem;
    }
    /* line 2091, ../sass/index.scss */
    #section1 h3 {
        font-size: 16px;
        font-size: 1rem;
    }
    /* line 2096, ../sass/index.scss */
    #section1 ul.threeClm_points li {
        width: 100%;
        display: block;
        margin: 0 0 20px 0;
        line-height: 2em;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    /* line 2105, ../sass/index.scss */
    #section1 ul.threeClm_points li img {
        width: 126px;
        height: 126px;
    }
    /* line 2110, ../sass/index.scss */
    #section1 ul.threeClm_points li h4 {
        margin-top: -10px;
        font-size: 17px;
        font-size: 1.0625rem;
    }

    /* line 2118, ../sass/index.scss */
    #section3 .imgRight {
        width: 51%;
        margin: 0 auto 10px;
    }

    /* line 2124, ../sass/index.scss */
    #section4 .imgRight, #section4 .imgRight2 {
        width: 51%;
        margin: 0 auto 10px;
    }

    /* line 2130, ../sass/index.scss */
    #section5 .imgRight, #section8 .imgRight {
        width: 51%;
        margin: 0 auto 10px;
    }

    /* line 2135, ../sass/index.scss */
    #section3 ul.threeClm li {
        width: 100%;
        display: block;
        margin: 0 0 20px 0;
        line-height: 2em;
    }
    /* line 2141, ../sass/index.scss */
    #section3 ul.threeClm li img {
        width: 45%;
    }

    /* line 2146, ../sass/index.scss */
    #section4 li {
        display: block;
        font-weight: bold;
        margin-left: 0;
        padding: 4px 0 4px 36px;
    }

    /* line 2153, ../sass/index.scss */
    #section5 ul.steps li {
        width: 90%;
        display: block;
        margin: 0  auto 0;
        padding: 0 0 20px;
        vertical-align: top;
    }
    /* line 2160, ../sass/index.scss */
    #section5 ul.steps li:nth-child(3n) {
        margin: 0  auto 0;
    }

    /* line 2166, ../sass/index.scss */
    #section6 dt, #section6 dd {
        display: block;
        width: 96%;
        padding: .5em;
    }
    /* line 2172, ../sass/index.scss */
    #section6 dt span {
        margin-left: .3em;
        font-size: 12px;
        font-size: .75rem;
    }
    /* line 2178, ../sass/index.scss */
    #section6 dd {
        width: 96%;
    }

    /* line 2183, ../sass/index.scss */
    #section8 .img img {
        width: 100%;
    }

    /* ------------------------btn area------------------------*/
    /* line 2189, ../sass/index.scss */
    .btnArea {
        padding: 50px 0;
    }
    /* line 2192, ../sass/index.scss */
    .btnArea h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    /* line 2197, ../sass/index.scss */
    .btnArea ul:before {
        clear: both;
        display: block;
    }
    /* line 2202, ../sass/index.scss */
    .btnArea li {
        display: inline-table;
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }

    /* line 2210, ../sass/index.scss */
    .btnForm a {
        border-radius: 4px;
        width: 100%;
        text-align: center;
        text-decoration: none;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 3em;
        vertical-align: middle;
    }

    /* line 2221, ../sass/index.scss */
    .btnTel {
        border-radius: 4px;
        width: 100%;
        text-align: center;
        text-decoration: none;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 3em;
        vertical-align: middle;
        background: #fff url(../images/ico_freedial.png) no-repeat 20px center;
        background-size: 35px auto;
        display: inline-block;
        margin: 2px auto 5px;
        letter-spacing: .02em;
        color: #000;
        font-weight: bold;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 2.5em;
    }
    /* line 2222, ../sass/index.scss */
    .btnTel a {
        border-radius: 4px;
        width: 100%;
        text-align: center;
        text-decoration: none;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 3em;
        vertical-align: middle;
    }

    /* line 2253, ../sass/index.scss */
    .btnArea li p {
        display: block;
        width: 100%;
    }

    /* ------------------------form------------------------*/
    /* line 2260, ../sass/index.scss */
    .form {
        background: #fff;
        width: 100%;
        clear: both;
        max-width: 960px;
        border-radius: 6px;
        margin: 20px auto 0;
        padding: 20px 0 30px;
    }

    /* line 2271, ../sass/index.scss */
    #section9 dl {
        width: 90%;
        margin: 20px auto;
    }
    /* line 2276, ../sass/index.scss */
    #section9 dt {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        line-height: 1em;
        font-size: 16px;
        font-size: 1rem;
        vertical-align: middle;
    }
    /* line 2285, ../sass/index.scss */
    #section9 dt span {
        font-size: 12px;
        font-size: 0.75rem;
    }
    /* line 2291, ../sass/index.scss */
    #section9 dd {
        width: 100%;
        display: block;
        clear: none;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        text-align: center;
    }
    /* line 2300, ../sass/index.scss */
    #section9 textarea {
        height: 4em;
    }
    /* line 2304, ../sass/index.scss */
    #section9 p.mgnB {
        text-align: left;
    }
    /* line 2308, ../sass/index.scss */
    #section9 .required {
        background: #ff7c7c;
        float: right;
        border-radius: 4px;
        margin: 0px 20px 0 0;
        padding: 0 .8em;
        text-align: center;
        color: #fff;
        font-weight: bold;
        line-height: 2em;
    }

    /* line 2321, ../sass/index.scss */
    .radio, .checkbox {
        margin-bottom: 0;
    }

    /* line 2325, ../sass/index.scss */
    #section9 .formTel {
        display: block;
        text-align: center;
    }
    /* line 2329, ../sass/index.scss */
    #section9 .formTel a {
        display: block;
        text-align: center;
        background: #fff;
        border-radius: 4px;
        width: 100%;
        overflow: auto;
        display: block;
        clear: both;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    /* line 2342, ../sass/index.scss */
    #section9 .formTel:after {
        clear: both;
        display: block;
    }

    /* ------------------------modal------------------------*/
    /* line 2350, ../sass/index.scss */
    .success_message {
        top: 30%;
        left: 50%;
        width: 80%;
        height: auto;
        margin-left: -42%;
        margin-top: auto;
    }
    /* line 2358, ../sass/index.scss */
    .success_message button {
        background: #eee;
        width: 100%;
        height: 3em;
        margin: 4em auto 0;
        border: none;
    }

    /* line 2367, ../sass/index.scss */
    .success_message_body {
        text-align: left;
    }

    /* line 2371, ../sass/index.scss */
    .success_message h4 {
        text-align: center;
    }

    /* line 2377, ../sass/index.scss */
    .privacy::-webkit-scrollbar {
        /* スクロールバー本体 */
        width: 5px;
        background: #9aadfc;
    }
    /* line 2383, ../sass/index.scss */
    .privacy::-webkit-scrollbar-thumb {
        /* スクロールバーの動く部分 */
        background: #0096f4;
        border-radius: 2px;
    }
    /* line 2390, ../sass/index.scss */
    .privacy::-webkit-scrollbar-track-piece:start {
        /* スクロールバーの動く部分の前 */
        background: #eee;
    }
    /* line 2395, ../sass/index.scss */
    .privacy::-webkit-scrollbar-track-piece:end {
        /* スクロールバーの動く部分の後ろ */
        background: #eee;
    }
    /* line 2401, ../sass/index.scss */
    .privacy::-webkit-scrollbar-corner {
        /* スクロールバー角 */
        background: transparent;
    }
}


/**
 * Float bar
 */
.contact-float-bar {
    display: none;
    position: fixed;
    width: 100%;
    bottom: -70px;
    background: #FFF;
    border-top: 2px solid #0096F4;
    padding: 5px;
    height: 70px;
    box-sizing: border-box;
    transition: bottom .2s;
}

.contact-float-bar__inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .contact-float-bar {
        display: block;
    }
}

.contact-float-bar.display {
    bottom: 0;
}

.contact-float-bar__col {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.contact-float-bar__col:nth-child(1) {
    width: 60%;
}

.contact-float-bar__tel_text {
    font-size: 13px;
    font-weight: 600;
    display: block;
    color: #F4A900;
    line-height: 1.2;
}

.contact-float-bar__tel_link {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    font-family: Arial;
}

.contact-float-bar__tel_link:hover {
    color: inherit;
    opacity: .8;
}

.contact-float-bar__tel_link img {
    width: 20px;
    display: inline-block;
    vertical-align: baseline;
}

.contact-float-bar__tel_time {
    display: block;
    line-height: 1.2;
    font-size: 12px;
}

.contact-float-bar__btn {
    text-align: center;
    display: block;
    background-color: #F4A900;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border-bottom: 3px solid #CE8126;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.contact-float-bar__btn:hover {
    color: white;
    opacity: 1;
    transform: translateY(3px);
    border-width: 0;
}

.contact-float-bar__btn_text:nth-child(1) {
    font-size: 12px;
    padding-bottom: 5px;
}

.contact-float-bar__btn_text:nth-child(2) {
    font-size: 16px;
}

.staff-members {
    width: 100%;
}

.staff-members dt {
    display: block;
    width: 110px;
    clear: left;
    float: left;
    margin-bottom: 5px;
}

.staff-members dd {
    display: block;
    width: calc(100% - 110px);
    float: left;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .staff-members dt {
        width: 100%;
    }

    .staff-members dd {
        width: 100%;
    }
}

.contact-attention {
    margin: 40px 0;
    border: 1px solid #0096F4;
    padding: 20px;
}

.contact-attention-label {
    font-size: 16px;
    color: #0096F4;
    text-align: center;
    margin-bottom: 20px;
}

.contact-attention-list {
    padding-left: 20px;
    margin: 0;
}

.contact-attention-list-item {
    font-size: 14px;
    list-style: disc;
}

.contact-attention-list-item + .contact-attention-list-item {
    margin-top: 6px;
}
.contact-attention-list-item .emphasis {
    color: red;
}


/* 回遊リンク */
.excursion-wrapper {
  background-color: #CCEAFD;
  padding: 40px 0px;
}

.excursion-wrapper .excursion-title {
  color: #333;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.excursion-wrapper .excursion-link-wrapper {
  width: 98%;
  max-width: 960px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}

.excursion-wrapper .excursion-link-wrapper .excursion-box {
  width: 50%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.excursion-wrapper .excursion-link-wrapper .excursion-box:first-child {
  /*border-right: 1px solid white;*/
}

.excursion-wrapper .excursion-link-wrapper .excursion-box .excursion-link-title {
  color: white;
  text-align: center;
  display: block;
  font-size: 1.3rem;
}
.excursion-wrapper .excursion-link-wrapper .excursion-box .excursion-link-img {
  width: 100%;
}

.excursion-wrapper .excursion-link-wrapper .excursion-box a.excursion-link-img:hover {
  opacity: 0.6;
}

.excursion-wrapper .excursion-link-wrapper .excursion-box .excursion-link-img img {
  width: 100%;
}

.excursion-wrapper .excursion-link-wrapper .excursion-box .excursion-text-link{
  font-size: 20px;
  font-size: 1.25rem;
  color: #333;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.excursion-wrapper .excursion-link-wrapper .excursion-box a:hover .excursion-text-link{
  opacity: 0.6;
}

.excursion-wrapper .excursion-link-wrapper .excursion-box .excursion-text-link .excursion-arrow{
  margin-left: 10px;
  height: 14px;
  width: auto;
}

.excursion-arrows {
  display: none;
}

.excursion-wrap {
  width: 970px;
  box-sizing: border-box;
  padding: 0 25px;
  margin: 0 auto 30px;
}

.excursion-btn {
  width: 20%;
  padding: 10px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4em;
  color: white;
}

.excursion-btn.shibuya {
  background-color: #6ca85e;
}
.excursion-btn.shinjuku {
  background-color: #4780c7;
}
.excursion-btn.omiya {
  background-color: #8D63A7;
}
.excursion-btn.ueno {
  background-color: #63A0A8;
}

.excursion-btn.ikebukuro {
  background-color: #54669f;
}

.excursion-btn.tokyo {
  background-color: #1D4E90;
}

@media screen and (max-width: 767px) {
  .excursion-wrap {
      display: flex;
      width: 100%;
      margin-bottom: 20px;
  }
  .excursion-btn {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 767px) {
  .excursion-wrapper .excursion-title {
      font-size: 20px;
      font-size: 1.25rem;
  }
  .excursion-wrapper .excursion-link-wrapper {
      display: block;
  }
  .excursion-wrapper .excursion-link-wrapper .excursion-box {
      width: 100%;
  }
  .excursion-wrapper .excursion-link-wrapper .excursion-box:first-child {
      border-right: none;
      margin-bottom: 30px;
  }
  .excursion-wrapper .excursion-link-wrapper .excursion-box .excursion-text-link{
      font-size: 16px;
      font-size: 1rem;
  }
  .excursion-arrows {
      display: block;
  }
  .excursion-wrapper {
      position: relative;
  }
  .excursion-arrows .slick-next:before{
      display: none;
  }

  .excursion-arrows .slick-prev:before{
      display: none;
  }
  .excursion-arrows .slick-prev{
      display: block;
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 55%;
      left: 10px;
      width: 38px;
      height: 38px;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
  }
  .excursion-arrows .slick-next{
      display: block;
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 55%;
      right: 10px;
      width: 38px;
      height: 38px;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
  }
  .excursion-arrows .slick-next img{
      width: 38px;
      height: 38px;
  }
  .excursion-arrows .slick-prev img{
      width: 38px;
      height: 38px;
  }
}

#section1 ul.threeClm_points p.small-text{
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 5px;
}

#section1 ul.threeClm_points p.small-text a{
    text-decoration: underline;
}

#section1 ul.threeClm_points p.small-text a:hover{
    opacity: 0.6;
}
