@charset "UTF-8";

html {
    font-size: 16px;
}

main>.container-fluid {
    padding: 0px 15px 0;

}

footer {
    background: #ffccd8;
}

footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.w-80 {
    width: 100% !important;
}

@media (min-width: 768px) {
    .w-80 {
        max-width: 90% !important;
    }
}

@media (min-width: 992px) {
    .w-80 {
        width: 860px !important;
    }
}

@media (min-width: 1200px) {
    .w-80 {
        width: 860px !important;
    }
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

h3,
h4 {
    line-height: 1.6;
}

strong {
    font-weight: 500;
}

h1 {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 !important;
}

h2 {
    font-size: 160%;
}

h3 {
    font-size: 130%;
}

h4 {
    font-size: 1rem;
}

@media (min-width: 992px) {
    h1 {
        font-size: 1rem;
        line-height: 1rem;
    }

    h2 {
        font-size: 200%;
    }

    h3 {
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.8;
        letter-spacing: 0.04em;
    }
}

h2.top {
    font-size: 160%;
    line-height: 1.6;
}

@media (min-width: 992px) {
    h2.top {
        font-size: 200%;
        line-height: 1.6;
    }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
    padding-top: 0;
    /* nav 合わせる */
    margin-top: 0;
    color: #222;
    letter-spacing: 0.04em;
    line-height: 1.6;
    font-size: 0.875em;
    word-wrap: break-word;
    overflow-wrap: break-word;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}

p {
    line-height: 1.8;
    margin-bottom: 0;
}

p.article {
    line-height: 2.2;
    color: #666666;
}

@media (min-width: 992px) {
    body {
        padding-left: 0;
        font-size: 0.9375rem;
        letter-spacing: 0.04em;
        font-weight: 500;
    }
}

.font-alt {
  font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
}

.font-alt.bold {
 font-weight: 900 !important;
}

.font-alt.xbold {
    font-weight: 700 !important;
}

::-moz-selection {
    color: #373d49;
    background: #edecfe;
}

::-webkit-selection {
    color: #373d49;
    background: #edecfe;
}

::selection {
    color: #373d49;
    background: #edecfe;
}

.text-line-green {
    color: #0ac655;
}


.small-title {
    font-size: 14px;
    color: #666;
    letter-spacing: 0.25em;
}

.catch {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catch:before,
.catch:after {
    border-top: 1px solid #bbb;
    content: "";
    width: 3em;
}

.catch:before {
    margin-right: 0.75rem;
}

.catch:after {
    margin-left: 0.75rem;
}

ul.normal-list li {
    display: block;
    list-style-type: none;
    margin: 10px auto;
    text-shadow: 0 0 2px rgba(0, 0, 0, .0255);
}

@media (min-width: 992px) {
    ul.normal-list li {
        display: inline;
        margin: 0 5px;
        color: #fff;
    }
}

ul.normal-list li:nth-child(1) {
    display: inline;
    margin: 0 5px;
    background: #B4D7EE;
}

ul.normal-list li:nth-child(2) {
    display: inline;
    margin: 0 5px;
    background: #5de593;
}

.capsule {
    display: inline-block;
    background: #84ffb7;
    padding: 10px 30px;
    border-radius: 999px;
    color: #333;
    max-width: 75%;
}

section.first-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    overflow: hidden;
}

section.page-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    overflow: hidden;
}

@media (min-width: 992px) {
    section.first-section {
        padding-top: 50px !important;
        padding-bottom: 60px !important;
        overflow: hidden;
    }

    section.page-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

a:link,
a:visited,
a:focus {
    color: #5c8be2;
    transition: .17s;
}

a:hover {
    color: #666;
    transition: .12s;
    text-decoration: none;
}

a:active {
    color: #5c8be2;
}


header {
    z-index: 1--;
}


#contact ul {
    list-style: none;
    margin-left: -2.5em;
    margin-right: 0.5em;
}

.footer-section a {
    color: #ad956c;
    /*ec9d36*/
    text-decoration: underline;
}

.footer-section a:hover {
    color: #C4A674;
    text-decoration: none;
}

nav {
    height: 70px;
}

.nav-bg {
    background: rgba(255, 255, 255, .99);
}

.navbar {
    font-size: 0.9375rem;
    text-align: center;
    margin: 0;
    padding: 0.5rem 0.5rem;
}

.navbar li {
    padding: 10px 0;
    border-top: solid 1px #fff;
    background: #f1f1f1;
    transition: all .17s linear;
}

.navbar li:first-child {
    margin-top: 8px;
    /* nav 合わせる(調整) */
}

.navbar li:last-child {
    border-bottom: solid 1px #666;
    margin-bottom: 0;
}

.navbar li:hover {
    background: #222;
    transition: all .17s linear;
}

.navbar-brand {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 0;
    margin-right: 0.5rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
}

@media (min-width: 992px) {

    /* ============= 追加 =========*/
    .navbar-brand {
        margin-left: 0.5rem;
        margin-right: 1rem;
    }
}

@media (min-width: 992px) {
    nav {
        height: 70px;
        /* nav 合わせる */
        padding-left: 60px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }

    .navbar {
        padding: 0.5rem 2rem 0.5rem 2rem;
    }

    .navbar li {
        border-top: 0;
        background: none;
        transition: none;
    }

    .navbar li:first-child {
        margin-top: 0;
    }

    .navbar li:last-child {
        border-bottom: 0;
        margin-right: 0rem;
    }

    .navbar li:hover {
        background: none;
        transition: none;
    }
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border: none;
    padding: 0;
    width: 30px;
    height: 40px;
    box-sizing: border-box;
    position: relative;
    margin-right: 0.75rem;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    background-color: #333;
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .3s;
}

.navbar-toggler-icon:nth-of-type(1) {
    top: 10px;
}

.navbar-toggler-icon:nth-of-type(2) {
    top: 18px;
}

.navbar-toggler-icon:nth-of-type(3) {
    top: 26px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top: 18px;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top: 18px;
    transform: rotate(-45deg);
}

.navbar-light .navbar-brand {
    color: #fff;
}


.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    margin: 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .85);
    box-shadow: none;
}


.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, .75);
    font-weight: bold;
    box-shadow: none;
}

@media (min-width: 992px) {

    .navbar-light .navbar-nav .nav-link {
       color: rgba(72, 72, 72, 0.9) ;
        font-weight: 500;
        font-size: 0.9375rem;
    
        padding: 3px 0;
        margin: 0 13px;
    }

    /* ホバーの色*/
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.9);
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.9);
    }


    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(255, 255, 255, 0.9) !important;
        font-weight: 500;
        box-shadow: 0 -2px 0 0 #d4b064 inset;
    }
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: (0, 0, 0, .5);
}

.top-image {
    height: 35vh;
    padding-left: 0;
}

@media (min-width: 768px) {
    .top-image {
        height: 45vh;
        padding-left: 3%;
    }
}

@media (min-width: 992px) {
    .top-image {
        height: calc(100vh - 250px);
        padding-left: 8%;
    }
}

.bg-1 {
    background: url(../img/operator.jpg) right 100% top 20% / cover no-repeat;
    text-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.bg-alfa-center {
    position: relative;
    height: 100%;
}

.bg-alfa-center:before {
    content: '';
    background: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 30px;
    border: 1px solid #ccc;
    width: 95%;
    margin: 1rem auto;
    padding: 0.5rem 1.5rem;
    background-image: url(../img/telkuma.png);
    background-color: rgba(237, 237, 237, 0.9);
    background-blend-mode: lighten;
    background-size: contain;
    background-repeat: no-repeat;
}

info dl dt {
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 10px 0 0 3px;
    float: left;
    clear: left;
}

.link-to-top {
    position: fixed;
    bottom: 65px;
    right: 20px;
    z-index: 1;
    opacity: .3;
    display: none;
}

.link-to-top img {
    height: 40px;
    width: 40px;
    transition: .3s;
}

.link-to-top img:hover {
    opacity: .6;
    transition: .17s;
}

@media (min-width: 992px) {
    .link-to-top {
        bottom: 40px;
        right: 40px;
    }

    .link-to-top img {
        height: 64px;
        width: 64px;
    }
}

.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.loader {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    background-color: lightpink;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.larger {
    font-size: 110% !important;
}

.large {
    font-size: 120% !important;
}

.largest {
    font-size: 150% !important;
}

.bold {
    font-weight: bold !important;
}

.normal {
    font-weight: normal !important;
}


.white {
    color: #fff !important;
}

.align-center-left {
    text-align: left !important;
}

@media screen and (min-width: 768px) {
    .align-center-left {
        text-align: center !important;
    }
}

button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

.menu-wrap {
    position: relative;
    height: 100%;
    padding: 10px 15px 20px;
    background: #84ffb7;
    text-align: center;
    border-radius: 20px;
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    box-shadow: 0 0.1025rem 0.125rem rgba(0, 0, 0, 0.075);
}

.menu-title {
    margin: 5px 0 15px;
    padding-bottom: 3px;
    font-size: 1.2rem;
    border-bottom: 3px solid #fff;
    border-radius: 1px;
    -webkit-font-smoothing: auto;
}

.menu-descr {
    text-align: left;
}

@media (min-width: 992px) {
    .menu-wrap {
        padding: 20px 25px 25px;
    }
}

.dl-table {
    background: #fcfcfc;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 0.25rem 0.125rem rgba(0, 0, 0, 0.065);
}

.dl-table dl {
    margin-bottom: 0;
}

.dl-table dt {
    padding: 5px 0;
    margin: 2px 0;
    font-size: 1.1rem;
}

.dl-table dt span {
    display: block;
    font-weight: normal;
    font-size: 80%;
    color: #555;
}

.highlight-blue {
    background: linear-gradient(transparent 70%, #ffccd7 70%);
    display: inline;
    font-weight: bold;
    width: 23%;
    margin: 0 auto;
    font-size: 1.2rem !important;
}

@media (min-width: 992px) {}

.flow-wrap {
    position: relative;
    height: 100%;
    padding: 20px 10px 20px;
    background: #fff;
    text-align: center;
    border-radius: 15px;

    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    box-shadow: 0 0.1025rem 0.125rem rgba(0, 0, 0, 0.075);
}

.triangle {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #dd8eaf;
}

.arrow-box {
    position: relative;
    display: inline;
    background: #fdfdb9;
    padding: 10px 20px 8px;
    text-align: center;
    border: 3px solid #fdfdb9;
    color: #000;
    font-size: 90%;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}

.arrow-box span {
    font-size: 130%;
    color: #f20314;
    margin-left: 1px;
}

.arrow-box:after,
.arrow-box:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
}

.arrow-box:after {
    border-color: rgba(255, 165, 0, 0);
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 5px;
    border-right-width: 5px;
    margin-left: -5px;
    border-bottom-color: #fdfdb9;
}

.arrow-box:before {
    border-color: rgba(255, 165, 0, 0);
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-left: -8px;
    margin-bottom: 3px;
    border-bottom-color: #fdfdb9;
}


.line-wrap {
    position: relative;
    height: 100%;
    background: url(../img/bg-dot.png);
    background: #fefefe;
    text-align: center;
    border: 10px solid #5de593;
    border-radius: 12px;
    padding: 20px 10px 15px;
    overflow: hidden;
}

.line-title {

    font-size: 18px;
    color: #444;
    margin-bottom: 7px;
}

.line-friend {

    width: 200px;
}

.line-qr {
    height: 90px;

}

.line-bottom {
    font-size: 14px;
    color: #444;
    letter-spacing: 0.02em;
    padding: 5px 0 0;
    margin: 0 auto;
}

.contact-wrap {
    position: relative;
    height: 100%;
    background: url(../img/bg-dot.png);
    text-align: center;
    border: 10px solid #b4d7ee;
    border-radius: 12px;
    padding: 20px 0 15px;
    overflow: hidden;
}

.contact-title {
    font-size: 18px;
    color: #444;
    margin-bottom: 3px;
}

.contact-number {
    font-size: 30px;
    color: #76b5e0;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.contact-number>i {
    color: #e09bb3;
}

.contact-time {
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 14px;
    color: #555;
    letter-spacing: 0.05em;
    border: 1px dashed #bbb;
    padding: 10px 5px;
    margin: 0 auto;
    width: 90%;

}

.contact-bottom {
    font-size: 14px;
    color: #444;
    letter-spacing: 0.02em;
    padding: 15px 0 0;
    margin: 0 auto;

}

@media (min-width: 992px) {
    .contact-number {
        font-size: 34px;
    }

    .contact-time {
        width: 70%;
    }
}

a.line-link:link,
a.line-link:visited,
a.line-link:focus {
    color: #0ac655;
    transition: .17s;
}

a.line-link:hover {
    color: #64db94;
    transition: .12s;
    text-decoration: none;
}

a.line-link:active {
    color: #0ac655;
}

.footer-section {
    padding: 5px 0 60px;
}

.footer-section a {
    color: #333;
    text-decoration: none;
}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {

    .footer-section {
        padding: 5px;
    }
}


img {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    pointer-events: none;
}


.navbar {
    width: 100% !important;
    background: none !important;
}

.top-text {
    color: #fff;
    font-size: 1.2rem;
}

.container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 2rem;
}

.container h2 {
    color: #686868 !important;
    font-size: 1.5rem !important;
    text-shadow: none !important;
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important; */
}

.nav-bg {
    background: rgba(0, 0, 0, 0.99) !important;
}

.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255) !important;
}

@media (min-width: 768px) {
    .top-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #1a1a1a;
        text-align: center;
        padding: 30px 20px;
        border: 1px solid #86cdff;
        letter-spacing: 0.03em;
        font-weight: 500;
    }

}

@media (max-width: 768px) {
    .top-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 0.9rem;
        line-height: 1.5;
        color: #1a1a1a;
        text-align: center;
        padding: 30px 20px;
        border: 1px solid #86cdff;
        letter-spacing: 0.03em;
        font-weight: 500;
    }

    footer .container {
        justify-content: center !important;
    }

    .hero {
        width: 50%;
    }

    .highlight-blue {
        width: 55%;

    }
}

.navbar-light .navbar-nav .nav-link.active {
    color: rgba(72, 72, 72, 0.9) !important;
    font-weight: 500;
    box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: none !important;
    background-color: #666666
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .3s;
}

.navbar-light .navbar-toggler-icon {
    background-image: none !important;
}


footer .container {
    text-align: center;
}

.container {
    padding: 1rem;
}


/* 追記 */
.wrapper {
  height: 90%;
  position: relative;  
  width: 100%; 
}

.nav-bg {
    background: rgb(239 239 239 / 99%) !important;
}


.bg-1 {
    background: none !important;
    /* text-shadow: 0 0 0px rgba(0, 0, 0, 0); */
    padding: 0;
}

 .wrapper-sp {
    display: none;
  }

@media screen and (max-width:600px){
  .wrapper{
    display: none;
 }

 .wrapper-sp {
        display: block;
}
}

.col-12 {
color:  #666666;
}

footer {
    width: 100%;
    background: #666666 !important;

}