@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt" 1;
    line-height: 1.6em;
    letter-spacing: .05em;
    overflow-x: hidden -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
html {
    font-size: 100%;
}
body {
    font-size: 1rem;
}
/*
html { font-size: 62.5%; }
body { background-color: #000; font-size: 16px; font-size: 1.6rem; color: #fff; }
*/

::selection {
    color: #fff;
    background-color: #da3915;
    ;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.blink {
    -webkit-animation: blink .5s ease-in-out infinite alternate;
    -moz-animation: blink .5s ease-in-out infinite alternate;
    animation: blink .5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
a {
    color: #444f6b;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.container {
    background-color: #f0e7d1;
    background-image: url(../images/container_bg.jpg);
    background-size: 767px;
    max-width: 767px;
    margin: 0 auto 220px;
    /* footerキャンペーン分の余白 */
}
section {
    padding: 40px;
    /*margin: 40px 0;*/
}
section.block {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.block section {
    margin: 0;
    background-color: #fff;
    width: 48%;
    border-radius: 5px;
}

.first-view {
    width: 100%;
    min-height: 355px;
    background-image: url(../images/fv_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    text-align: center;
    padding: 0;
}
.first-view h1 {
    padding-top: 40px;
}
.first-view h1 img {
    width: 80%;
    height: auto;
}
.first-view .catchcopy {
    position: absolute;
    right: auto;
    left: auto;
    top: 0;
    color: #fff;
    background-color: #da3915;
    width: 100%;
    max-width: 767px;
}
.problems ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    display: none;
    /* for Animation */
}
.problems li {
    text-align: center;
    flex: 1 1 calc(20% - 10px);
    box-sizing: border-box;
    color: #fff;
    background: #6a3609;
    margin: 10px;
    padding: 15px;
    border-radius: 5px;
}
h2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.875rem;
    line-height: 2.8rem;
}
.consultation {
    display: none;
    /* for Animation */
}
.consultation p.allow {
    text-align: center;
    width: 50%;
    margin: auto auto 20px;
}
.consultation p.allow img {
    width: 100%;
    margin: auto;
}
.consultation h2 {
    color: #da3915;
}
.consultation h2 span {
    border-bottom: 3px solid #da3915;
    padding-bottom: 4px;
}
.reasons .reason {
    position: relative;
    margin-bottom: 30px;
}
.reasons .reason img {
    max-width: 100%;
    width: 40%;
    height: auto;
    float: left;
    margin-right: 20px;
    border-radius: 6px;
}
.reasons .reason .number {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #be9d36;
    color: white;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 6px 0 0 0;
}
.reasons .reason h3 {
    color: #da3915;
    font-weight: bold;
    margin-bottom: .8em;
}
.reasons .reason p {
    text-align: justify;
}
.greeting {
    background-color: #9095a3;
}
.greeting img {
    max-width: 100%;
    height: auto;
}
.greeting div.profile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
.greeting div.profile ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}
.greeting div.profile ul li {
    width: 48%;
}
.greeting div.profile ul li img {
    border-radius: 5px;
}
.greeting .keireki {
    font-size: .8rem;
    text-align: justify;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    line-height: 1.6em;
}
.greeting .keireki h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.greeting div.profile div.text {
    width: 55%;
}
.greeting div.profile div.text .recommended {
    text-align: center;
    color: #da3915;
    font-weight: bold;
}
.greeting div.profile div.kondo_pic {
    width: 40%;
}
.pricing p {
    font-size: 1.875rem;
    font-weight: bold;
}
.pricing p span {
    font-size: 1rem;
}
.pricing h2, .reservation h2 {
    color: #fff;
    background-color: #da3915;
    padding: 10px;
    border-radius: 30px;
}

.reserve_btn {
  margin: 10px 0;
}

.reserve_btn a {
    width: 100%;
    text-align: center;
  display: inline-block;
  padding: 12px 24px;
  background-color: #fdaf17;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.reserve_btn a:hover {
  background-color: #b57d10;
}

.specialplan {
    width: 100%!important;
    margin-top: 40px!important;
}

.specialplan h2 {
    color: #fff;
    background-color: #be9d36;
    padding: 10px;
    border-radius: 30px;
}

.access {
    color: #fff;
    background-color: #6a3906;
}
.access a {
    color: #fff;
    text-decoration: none;
}
.access h2 {
    color: #fff;
}
.access h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.access h3 span {
    font-size: 1rem;
    font-weight: normal;
    margin-left: 12px;
}
.access .sns {
    display: flex;
    font-size: 1.4rem;
    margin-top: 1rem;
}
.access .sns li a {
    color: #fff;
    margin-right: 1rem;
}
iframe {
    width: 100%;
    height: 450px;
    margin-top: 20px;
}
.campaign {
    color: #fff;
    background-color: #da3915;
    position: fixed;
    right: auto;
    left: auto;
    bottom: 0;
    width: 100%;
    max-width: 767px;
    padding: 10px 20px;
}
.campaign .close {
    position: absolute;
    right: 20px;
}
.campaign a {
    color: #fff;
    text-decoration: none;
}
.campaign a:hover {
    text-decoration: none;
}
.campaign h2 {
    margin-bottom: 1rem;
}
.campaign div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}
.campaign div div {
    font-size: .8rem;
    width: 48%;
}
.campaign div div .lrg {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.campaign div div .sml {
    line-height: 1rem;
    padding-left: 1em;
    text-indent: -1em;
}
.back-to-top {
    background-color: #da3915;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto 80px;
    display: block;
    border-radius: 5px;
}
.sp {
    display: none;
}
/* pc_nav */

nav {
    position: fixed;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}
nav p.nav_logo {
    width: 80px;
    height: auto;
    margin-bottom: 30px;
}
nav ul li {
    font-size: 1.2rem;
    line-height: 3rem;
}
nav ul li a {
    color: #fff;
    text-decoration: none;
}
nav ul li a.active {
    border-bottom: 1px solid #fff;
}
@media (max-width: 1200px) {
    nav {
        display: none;
    }
}
@media (max-width: 768px) {
    .sp {
        display: block;
    }
    html {
        font-size: 80%;
    }
    .container {
        margin: 0 auto 40px;
        /* footerキャンペーン分の余白 */
    }
    section {
        padding: 20px;
        margin: 20px 0;
    }
    section.block {
        display: block;
    }
    section.block section {
        width: 100%;
    }
    section.block section.pricing {
        margin-bottom: 20px;
    }
    .first-view {
        height: 47vw;
        min-height: auto;
        margin: 0;
    }
    .problems {
        margin: 0;
    }
    .problems li {
        flex: 1 1 calc(40% - 10px);
    }
    .reasons {
        text-align: center;
        padding-inline: 30px;
    }
    .reasons .reason img {
        max-width: 100%;
        width: 100%;
        height: auto;
        float: none;
        margin-inline: auto;
    }
    .reasons h3 {
        margin-top: 10px;
    }
    .greeting div.profile {
        display: block;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end;
    }
    .greeting div.profile div.text {
        width: 100%;
    }
    .greeting div.profile div.kondo_pic {
        width: 50%;
        margin: auto;
    }
    .greeting .keireki {
        margin-top: 0;
    }
    iframe {
        height: 300px;
    }
    .campaign {
        margin: 0;
    }
    .campaign div {
        display: block;
    }
    .campaign div div {
        width: 100%;
    }
    .campaign div div img {
        width: 100%;
        height: auto;
    }
    .campaign div div.soudan {
        display: none;
    }
}
/* 文字Anime */

.char {
    display: inline-block;
    opacity: 0;
}
.nayami {
    display: none;
}