@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);

/*@font-face {
    font-family: 'KH-Dot-Hibiya-24';
    src: url('KH-Dot-Hibiya-24') format('WOFF');
    src: url('GenJyuuGothic-Medium') format('TrueType');
    font-weight: normal;
    font-style: normal;
}*/

body {
    font-size: 18px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #e9f6ff;
    letter-spacing: 0.06em;
    font-family: 'Kiwi Maru', serif;
}

.content {
    flex: 1;
    background-color: #CEEDFF;
    margin: 0 auto;
    width: 700px;
    color: #FFF;
    font-family: 'Kiwi Maru', serif;
}

.box {
    background: #e7f4ff;
    color: #33a2d6;
    padding: 30px;
    margin: 38px;
    font-family: 'Kiwi Maru', serif;
}

.content {
    border: solid #ffeffa;
    border-width: 0px 4px 0px 4px;
}

.rogo {
    width: 100%;
}

h1,
h2,
p,
a {
    font-family: 'Kiwi Maru', serif;
}

img.icon {
    border-radius: 50em 50em 50em 50em;
    height: auto;
    pointer-events: none;
    float: right;
}

h3 {
    color: #79c2ec;
    margin: 10px;
}

h2 {
    color: #8acbf1;
    margin: 10px;
}

h1 {
    color: #337fc7;
    background: -webkit-linear-gradient( top, #F2E3EF 0%, #337fc7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a {
    transition: color 0.3s;
    text-decoration: none;
}

a:link {
    color: #fff
}

a:visited {
    color: #fff;
}

a:hover {
    color: #cfeffb;
}

a:active {
    color: #78c3e6;
}

.cp_link {
    display: inline-block;
    margin: 0 auto;
    padding: 0.2em 0.7em;
    text-decoration: none;
    border-radius: 3px;
    background-color: #a8d9f6;
}

.cp_link::after {
    background-color: #b5daf0;
}

.cp_link:hover::after {
    width: 100%;
}

div.scroll {
    text-align: left;
    margin: 0 auto;
    width: 500px;
    height: 200px;
    background-color: #f5f8ff;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    line-height: 2em;
    padding: 28px;
}

html::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html::-webkit-scrollbar-track {
    border-radius: 5px;
}

html::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #79c2ec;
}

.scroll {
    margin: 0;
}

.scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.scroll::-webkit-scrollbar-track {
    border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #a3d7f5;
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #79c2ec;
    border-radius: 50%;
    z-index: 2;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #ffffff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 0px;
    background-color: #ffffff;
    color: #3398c7;
    border-radius: 7px;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 10px 10px;
}

input[type="text"]:focus {
    border: 0px;
    background-color: #ffffff;
    box-shadow: none;
    outline: none;
}

::placeholder {
    color: #badaec;
}

input[type="email"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 0px;
    background-color: #ffffff;
    border-radius: 7px;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 10px 100px;
}

input[type="email"]:focus {
    border: 0px;
    background-color: #ffffff;
    box-shadow: none;
    outline: none;
}

textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    background-color: #ffffff;
    color: #a5d0e0;
    border: 0px;
    border-radius: 7px;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 10px;
    width: 500px;
    height: 300px;
    display: block;
}

textarea:focus {
    border: 0px;
    background-color: #ffffff;
    box-shadow: none;
    outline: none;
}

input[type='submit'] {
    border: none;
    display: block;
    width: 100%;
    max-width: 100px;
    padding: 10px;
    border-radius: 5px;
    background-color: #a3d7f5;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    margin: 0 auto;
}

.cp_ipselect {
    overflow: hidden;
    width: 30%;
    margin: 2em auto;
    text-align: center;
}

.cp_ipselect select {
    width: 150px;
    padding-right: 20px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px 100px;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl05 {
    position: relative;
    border-radius: 2px;
    border-radius: 5px;
    background: #fff;
}

.cp_ipselect.cp_sl05::before {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    pointer-events: none;
}

.cp_ipselect.cp_sl05 select {
    padding: 8px 38px 8px 8px;
    color: #77b4d8;
    font-size: 15px;
}

.must {
    background: #be6c81;
}

.free {
    background: #84b9db;
}

.must,
.free {
    color: #FFF;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 10px;
    padding: 3px 7px;
    letter-spacing: 0.2em;
}

.box2 {
    background: #ffffff;
    color: #3398c7;
    padding: 28px;
    margin: 20px;
}

ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

li {
    position: relative;
    width: 30%;
}

li:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.img2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.img2:hover {
    opacity: 0.6;
    filter: brightness(110%);
}

.btn-flat-simple {
    text-align: center;
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #fff;
    background: #a3d7f5;
    transition: .4s;
    padding: 10px;
    border-radius: 10px;
}

.btn-flat-simple:hover {
    background: #6cb6e0;
    color: #fff;
}

a.white:link {
    text-decoration: none;
    color: #fff;
}

a.white:visited {
    color: #fff;
}

a.white:hover {
    color: #fff;
}

a.white:active {
    color: #fff;
}

.tooltip {
    position: relative;
}

.tooltip::before,
.tooltip::after {
    position: absolute;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.tooltip::before {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #97d8f6;
    top: 1px;
    left: 10px;
}

.tooltip::after {
    content: attr(data-tooltip);
    display: block;
    background: #97d8f6;
    color: #fff;
    border-radius: 5px;
    left: 0;
    font-size: 16px;
    padding: 10px 10px;
}

.tooltip:hover::before {
    top: 19px;
    left: 2px;
    opacity: 1;
}

.tooltip:hover::after {
    top: 36px;
    opacity: 1;
}

.tooltip3 {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.tooltip3 p {
    margin: 0;
    padding: 0;
}

.description3 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #73c0e9;
    width: 100px;
}

.description3:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 60%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
    transform: rotateZ(180deg);
}

.tooltip3:hover .description3 {
    display: inline-block;
    top: 30px;
    left: 0px;
}

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

table tr {
    background-color: #fff;
    border-bottom: 2px solid #fff;
}

table tr:nth-child(even) {
    background-color: #f3fbff;
}

table th,
table td {
    padding: .80em 1em;
    font-weight: normal;
}

table thead th {
    font-size: 18px;
    padding: 1em;
}

table thead tr {
    background-color: #a8d6f1;
    color: #fff;
}

table tbody th {
    text-align: left;
    font-size: 18px;
}

.txt {
    text-align: left;
    font-size: 18px;
}

.price {
    color: #58b1d4;
    font-weight: bold;
}

.box3 {
    background: #e9f7ff;
    color: #33a2d6;
    padding: 30px;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
}

.arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-bottom: 4px solid #a3d7f5;
    border-right: 4px solid #a3d7f5;
    transform: rotate(45deg);
    margin: 3px;
}

.center {
    display: inline-block;
    text-align: center;
    width: 100%;
}


/*メニューバー*/

.page-contents {
    list-style: none;
    width: 50px;
    height: 0px;
    position: fixed;
    right: 0;
    bottom: 70%;
    color: #97d8f6;
    font-size: 40px;
    text-shadow: 2px 2px 0px rgba(255, 249, 252, 0.19), -2px 2px 0px rgba(255, 249, 252, 0.19), 2px -2px 0px rgba(255, 249, 252, 0.19), -2px -2px 0px rgba(255, 249, 252, 0.19), 2px 0px 0px rgba(255, 249, 252, 0.19), 0px 2px 0px rgba(255, 249, 252, 0.19), -2px 0px 0px rgba(255, 249, 252, 0.19), 0px -2px 0px rgba(255, 249, 252, 0.19);
}

a.menu1:link {
    color: #79c2ec;
}

a.menu1:visited {
    color: #79c2ec;
}

a.menu1:hover {
    color: #9eddfa;
}

a.menu1:active {
    color: #9cdbf8;
}

.btn2 {
    text-align: center;
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #fff;
    background: #a3d7f5;
    transition: .4s;
    padding: 10px;
    border-radius: 10px;
}

.btn2:hover {
    background: #6cb6e0;
    color: #fff;
}


/*メニューバー*/

@media screen and (max-width: 480px) {
    body {
        font-size: 13px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        background-color: #e9f6ff;
        letter-spacing: 0.06em
    }
    .content {
        background-color: #CEEDFF;
        margin: 0 auto;
        width: 98%;
    }
    .page-contents {
        list-style: none;
        width: 40px;
        height: 0px;
        position: fixed;
        right: 0;
        bottom: 90%;
        color: #697981;
        font-size: 30px;
        z-index: 2;
    }
    .box {
        background: #e7f4ff;
        color: #33a2d6;
        padding: 9px;
        margin: 10px;
        font-family: 'Kiwi Maru', serif;
    }
    a.menu1:link {
        color: #a3ddff;
    }
    a.menu1:visited {
        color: #a3ddff;
    }
    a.menu1:hover {
        color: #9eddfa;
    }
    a.menu1:active {
        color: #9cdbf8;
    }
    .swiper-container {}
    .swiper-container img {
        width: 100%;
    }
    div.scroll {
        text-align: left;
        margin: 0 auto;
        width: 80%;
        height: 100px;
        background-color: #fff;
        overflow: scroll;
        overflow-y: scroll;
        overflow-x: hidden;
        position: relative;
        line-height: 2em;
        padding: 20px;
    }
    iframe {
        width: 310px;
        height: 1000px;
        margin: 0 auto;
        padding: 0;
    }
    table {
        width: 280px;
        margin: 0 auto;
        padding: 0;
    }
    table {
        width: 280px;
        margin: 0 auto;
        padding: 0;
    }
    .box2 {
        background: #ffffff;
        color: #3398c7;
        margin: 0 auto;
        padding: 9px;
    }
}

.rogo2 {
    -webkit-animation: blink 3s infinite alternate;
    animation: blink 3s infinite alternate;
    width: 100%;
}

@-webkit-keyframes blink {
    40% {
        opacity: .85;
    }
    42% {
        opacity: .42;
    }
    43% {
        opacity: .85;
    }
    45% {
        opacity: .42;
    }
    46% {
        opacity: .85;
    }
}

@keyframes blink {
    40% {
        opacity: .85;
    }
    42% {
        opacity: .4;
    }
    43% {
        opacity: .78;
    }
    45% {
        opacity: .4;
    }
    46% {
        opacity: .85;
    }
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #C4E7FF;
    z-index: 1;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -200px;
    margin-left: -200px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.cal {
    color: #268db6;
    background: linear-gradient(90deg, #C7ECE6 0%, #C7ECE6 33%, #9BDCD0 33%, #9BDCD0 66%, #63C9C5 66%, #63C9C5 100%);
}

.cal2 {
    color: #ce5a82;
    background: linear-gradient(90deg, #F5D6E1 0%, #F5D6E1 33%, #EFBACD 33%, #EFBACD 66%, #EC87AB 66%, #EC87AB 100%);
}

.cp {
    text-align: center;
}

::selection {
    background: #F4F1FC;
    color: #61AFDB;
}

.si {
    color: #fff;
    background-color: #c54f5f;
    padding: 0.1em 0.5em;
    border-radius: 2px;
}

.video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#social-icon a {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    color: #fff;
}

#social-icon i {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 100%;
    background: #d45959;
    line-height: 50px;
    text-align: center;
}

#social-icon i:before {
    padding: 0;
    line-height: 50px;
}

#social-icon a:hover i {
    background: #aa4c4c;
}

#social-icon2 a {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    color: #fff;
}

#social-icon2 i {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 50%;
    background: #59add4;
    line-height: 50px;
    text-align: center;
}

#social-icon2 i:before {
    padding 0;
    line-height: 50px;
}

#social-icon2 a:hover i {
    background: #4c84aa;
}

.ht {
    padding: 1rem 2rem;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff8484), to(#7cc4ff));
    background-image: -webkit-linear-gradient(left, #ff8484 0%, #7cc4ff 100%);
    background-image: linear-gradient(to right, #ff8484 0%, #7cc4ff 100%);
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 18px;
}

.price3 {
    color: #e78ca7;
    font-size: 18px;
    width: 120px;
}

.price4 {
    color: #e78ca7;
    font-size: 14px;
    width: 120px;
}

.link_p {
    color: #559ED6;
    margin: 10px;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    width: 250px;
    background-image: -webkit-linear-gradient(left, #86C3E7 0%, #FFDCF0 100%);
    background-image: linear-gradient(to right, #86C3E7 0%, #FFDCF0 100%);
}