@import url('https://fonts.googleapis.com/css?family=Tangerine');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti&display=swap');

:root {
    --mele-text-color: #333333;
    --mele-bg-light: #f5f5f5;
    --mele-bg-yellow: #fefcec;
    --mele-bg-green: #e2ebec;
    --mele-bg-blue: #d9eaf4;
    --ms-orange: #B17B47;
    --ms-brown: #ad7c58;
    --ms-brown-light: #b6a27a;
    --ms-brown-white: #EBE4D8;
    --ms-brown-pale: #e0d9a5;
    --ms-brown-pale2: #fff5e4;
    --ms-red: #ff0000;
    --ms-script: 'Marcellus', serif;
    --ms-pink: #AA1B00;
    --ms-pink-light: #F9E9E4;
    --ms-serif:'Kaisei Opti', serif;
}

html {
    font-size: 62.5%;
}
/*.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }*/
body {
    color: var(--mele-text-color);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

p {
    font-size: 1.6rem;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

.mele-bg-light {
    background-color: var(--mele-bg-light);
}

.mele-bg-yellow {
    background-color: var(--mele-bg-yellow);
}

.mele-bg-green {
    background-color: var(--mele-bg-green);
}

.mele-bg-blue {
    background-color: var(--mele-bg-blue);
}

.ms-orange {
    color: var(--ms-orange);
}

.ms-brown {
    color: var(--ms-brown);
}

.ms-bg-brown-light {
    background-color: var(--ms-brown-light);
}

.ms-red {
    color: var(--ms-red);
}

.ms-pink {
    color: var(--ms-pink);
}

.navy{
	color: #4040AA;
}
.mele-nav.is-fixed {
    position: fixed;
    top: 0;
}

.ms-hamburger-label {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 8px;
	color: #4040AA;
    line-height: 1;
    display: block;
    margin-top: 5px;
}

.ms-hamburger-label--contact {
    line-height: .4;
}

.ms-header__contanct {
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #4040AA;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	/*margin-right: 12px;*/
    /*margin-left: auto;*/
	height: 50px;
	text-align: center;
}

.ms-header__contanct:hover {
    text-decoration: none;
}

.ms-height30 {
    height: 30px;
}

.ms-hero-container {
    max-width: unset;
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width: 1200px) {
    .ms-hero-container {
        max-width: 1140px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.ms-bottom-button-container {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    /*max-width: 100%;*/
}

@media screen and (min-width: 992px) {
    .ms-bottom-button-container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 1140px;
    }
}

.ms-bottom-button {
    flex: 1 1 50%;
}

.ms-bottom-button__link {
    display: block;
    background-color: #C2AB52;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-size: clamp(1.4rem, 1vw + 1rem, 2.4rem);
    color: #fff;
}
.ms-bottom-button__link2 {
    display: block;
    background-color: #AE8706;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: clamp(1.4rem, 1vw + 1rem, 2.4rem);
    color: #fff;
}
.ms-bottom-button__link3 {
    display: block;
    background-color: #B3A601;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: clamp(1.4rem, 1vw + 1rem, 2.4rem);
    color: #fff;
}
.ms-bottom-button__link4 {
    display: block;
    background-color: #CD6A6A;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: clamp(1.4rem, 1vw + 1rem, 2.4rem);
    color: #fff;
}

.ms-bottom-button__link:hover {
    text-decoration: none;
    color: #fff;
}

.ms-bottom-button__siryo {
    background-color: #A38938;
    border-left: solid 1px #fff;
}

.ms-section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#p01C {
    background-size: contain;
    background-image: url("../img/01sp.jpg");
    display: block;
}

@media screen and (min-width: 641px){
    #p01C {
        background-image: url("../img/01pc.jpg");
    }
}

#p01C img {
    opacity: 0;
}

.mele-section {
    padding-bottom: 7vmax;
}

.ms-section-title {
    font-family: var(--ms-script);
    color: var(--ms-brown);
    font-size: 54px;
    line-height: 1;
    margin-bottom: 1rem;
    border-bottom: 1px solid;
    display: inline-block;
    padding: 0 10px 10px;
}

.ms-section-title2 {
    font-family: var(--ms-script);
    color: var(--ms-brown);
    font-size: 36px;
    line-height: 1;
    margin-bottom: 1rem;
    border-bottom: 1px solid;
    display: inline-block;
    padding: 0 10px 10px;
}

.ms-section-title-sub {
    text-align: center;
    color: var(--ms-brown);
    margin-bottom: 2rem;
}

.ms-section-title-sub > small {
    font-size: 90%;
}

.ms-midashi-fluid-fs {
    font-size: clamp(2rem, 3vw + 1rem, 3.6rem);
}

.ms-section-mb {
    margin-bottom: 5rem;
}

.ms-media-box {
    background-color: #fff;
}

.ms-media-box:not(:last-child) {
    margin-bottom: 3rem;
}

.ms-media-title {
    background-color: var(--ms-brown);
    color: #fff;
    display: inline-block;
    padding: 8px;
    font-size: 2.4rem;
}

.ms-media__item {
    display: inline-block;
}

.ms-media__item:not(:last-child) {
    margin-bottom: 2rem;
}

.ms-media-caption {
    font-size: 1.6rem;
}

.ms-counseling-container {
    background-image: url("../img/bg-counseling.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ms-counseling-box {
    background-color: rgba(255, 255, 255, .6);
    padding: 1.5rem;
}

.ms-counseling-title {
    color: var(--ms-pink);
    text-align: center;
    margin-bottom: 2rem;
}

.ms-counseling-naiyo {
    padding: 1.8rem;
    background-color: var(--ms-pink);
    color: #fff;
}

.ms-counseling-naiyo-list {
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
    .ms-counseling-naiyo-list {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}

.ms-counseling-naiyo-item {
    flex: 1 0 50%;
}

.ms-counseling-tel {
    color: var(--ms-pink);
    font-weight: bold;
    line-height: 1;
    font-size: clamp(3.5rem, 5vw + 2rem, 5.5rem);
    margin-bottom: 0;
}

.ms-counseling-btn {
    border-radius: 5px;
    flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
    .ms-counseling-btn {
        flex-shrink: 1;
    }
}

.ms-btn-gap {
    gap: 15px;
}

.gmap {
    height: 30vmax;
    overflow: hidden;
    /*padding-bottom: 56.25%;*/
    position: relative;
}

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

@media screen and (min-width: 1200px) {
    .ms-section-container {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .ms-section-box {
        width: 1110px;
    }
}

.ms-omakase-box {
    background-image: url("../img/omakase.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #4e4e4e;
    text-align: center;
    min-height: 25vmax;
    display: flex;
    flex-wrap: wrap;
}

.ms-omakase-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.ms-omakase-title {
    background-color: var(--ms-pink);
    padding: 1rem;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    height: fit-content;
}

.ms-omakase-lead {
    max-width: 100%;
}

.ms-omakase-text {
    max-width: 90%;
    padding-bottom: 0;
}

.ms-riyuu-title {
	font-size: clamp(4rem, 3vw + 1rem, 6rem);
	text-align: center;
	background-color: var(--ms-brown-light);
	color: #fff;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 3rem;
	line-height: 2rem;
}

.ms-riyuu-title--s {
	font-size: clamp(1.8rem, 3vw + 1rem, 3rem);
}

.ms-point-box {
    padding: 4rem 15px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    justify-content: center;
}

@media screen and (min-width: 769px) {
    .ms-point-box {
        padding-right: 0;
        padding-left: 0;
        justify-content: space-between;
        align-items: center;
        width: 90%;
    }
}

.ms-point-box--r {
    flex-direction: row-reverse;
}

.ms-riyuu-bg-pale {
    background-color: var(--ms-brown-pale2);
}

.ms-point-num {
    font-family: var(--ms-serif);
    font-size: clamp(2rem, 3vw + 1rem, 3rem);
    color: var(--ms-brown-light);
}

.ms-point-num--lg {
    font-size: clamp(4rem, 3vw + 1rem, 6.5rem);
}

.ms-point-col-img {
    flex: 0 1 35%;
}

@media screen and (min-width: 769px){
    .ms-point-col-txt {
        flex-basis: 60%;
    }
}

.ms-point-text {
    margin-top: 3rem;
}

.ms-point-title {
    font-size: 2.6rem;
}

.ms-riyuu-bg-dark {
    background-color: var(--ms-brown-light);
}

.ms-riyuu-bg-dark2 {
    background-color: var(--ms-brown);
}

.ms-options-wrap {
    background-color: var(--ms-pink-light);
}

.ms-options-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.ms-options-col {
    padding: 3rem 15px;
}

@media screen and (min-width: 768px) {
    .ms-options-col {
        flex: 0 1 40%;
    }
}

.ms-options-box::after {
    content: "";
    width: 40%;
}

.ms-options-title {
    text-align: center;
    font-size: 2.1rem;
    margin-bottom: 2rem;
    color: var(--ms-pink);
    padding: 8px 10px;
    border: 1px solid;
    background-color: #fff;
}

.ms-mojitsume {
    font-feature-settings: "palt" 1;
}

.ms-voice {
    padding-right: 2rem;
    padding-left: 2rem;
}

.ms-voice-grid-container {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.ms-voice-grid-item {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
}

.ms-voice-item-title {
    color: var(--dark);
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.ms-process {
    background-color: var(--ms-brown-pale2);
    padding: 2rem;
}

.ms-process-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ms-process-item {
    padding: 1.5rem;
}

.ms-process-item::after {
    content: "";
}

.ms-process-item01 {
    background-color: #fff;
}

.ms-process-item02 {
    background-color: #d1c0a6;
}

.ms-process-item03 {
    background-color: #a5937b;
    color: #fff;
}

.ms-process-item04 {
    background-color: #7e6b5a;
    color: #fff;
}

.ms-process-no {
    font-family: var(--ms-serif);
}

.ms-process-title {
    font-size: 2.4rem;
}

.ms-faq-label {
    font-family: var(--ms-serif);
    font-size: 4.8rem;
}

.ms-faq-q {
    font-size: clamp(2rem, 3vw + 1rem, 3.6rem);
    color: var(--ms-brown);
}

.ms-message {
    background-color: var(--ms-brown-pale2);
}

.ms-form-submit {
    background-color: #65b9a2;
    color: #fff;
    font-size: 1.8rem;
    padding: 8px 18px;
}

.ms-form-submit:hover {
    color: #fff;
}

body {
    padding-bottom: 6rem;
}

.ms-sns-item {
    flex: 0 1 20%;
}

.ms-footer-nav-link {
    font-size: 1.4rem;
}

.ms-footer-ad-item {
    flex: 0 1 calc(100% / 3);
}

@media screen and (min-width: 768px) {
    .ms-footer-ad-item {
        flex: 0 1 calc(100% / 6);
    }
}




.ms-lead {
	font-size: 1.5rem;
}

.mele-midashi {
    font-weight: 100;
    font-size: 1.7rem;
}

.ms-midashi-lg {
    font-size: 2.6rem;
}

.mele-midashi--wreath::before,
.mele-midashi--wreath::after {
    vertical-align: -40px;
}

.mele-midashi--wreath::before {
    content: url("../img/wreath-left.svg");
    /*margin-right: 15px;*/
}

.mele-midashi--wreath::after {
    content: url("../img/wreath-right.svg");
    /*margin-left: 15px;*/
}

.mele-figcaption {
    font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
    .mele-midashi {
        font-size: 3.6rem;
    }
}

.mele-midashi-sub {
    font-weight: 100;
    font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
    .mele-midashi-sub {
        font-size: 2.1rem;
    }
}

.mele-setion-midashi {
    font-family: 'Tangerine', cursive;
    font-size: 4.8rem;
    line-height: .7;
}

@media screen and (min-width: 768px) {
    .mele-setion-midashi {
        font-size: 6.4rem;
    }
}

.mele-setion-midashi::after {
    content: url("../img/divider.svg");
    display: block;
}

@media screen and (min-width: 768px) {
    .mele-setion-midashi-sub {
        font-size: 2.4rem;
    }
}

.mele-point-label {
    max-width: 15vw;
}

@media screen and (min-width: 768px) {
    .mele-point-label {
        max-width: 100%;
    }
}

.mele-number {
    font-family: Sacramento, cursive;
}

.mele-strong {
    font-weight: bold;
    color: #ffac74;
    font-size: 2.3rem;
}

.mele-process-box {
    padding: 15px;
}

.mele-process1 {
    background-color: #ffedf8;
}

.mele-process2 {
    background-color: #facce8;
}

.mele-process3 {
    background-color: #f4b1dc;
    color: #fff;
}

.mele-process4 {
    background-color: #ef93ce;
    color: #fff;
}

.mele-process-midashi {
    font-size: 2.8rem;
}

.mele-process-text {
    line-height: 1.8;
    margin-bottom: 0;
}

.mele-faq-label {
    font-family: Sacramento, cursive;
    font-size: 3.6rem;
}

@media screen and (min-width: 768px) {
    .mele-faq-label {
        font-size: 6.4rem;
    }
}

.mele-form-label {
    font-size: 1.8rem;
}

.mele-form-control {
    height: 4.5rem;
    font-size: 1.8rem;
}

.mele-form-btn {
    background-color: var(--mele-bg-green);
    font-size: 2.1rem;
    padding: 15px;
    color: #666;
}

.mele-footer {
    border-top: 1px solid #ccc;
}

.ms-pagetop {
    position: fixed;
    line-height: 1;
    right: 14px;
    bottom: 70px;
    opacity: 0;
    width: 75px;
    height: 75px;
    z-index: 100;
}

@media screen and (min-width: 768px) {
    .ms-pagetop {
        width: 100px;
        height: 100px;
    }
}

.ms-pagetop.is-visible {
    opacity: .7;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}


/*.ms-pagetop > a {*/
    /*color: #fff;*/
    /*padding: 14px;*/
    /*display: block;*/
    /*text-decoration: none;*/
/*}*/
.acc {
  font-size: 1.4rem;
  line-height: 1.4;
}
.ueaki{
	margin-top: 20px;    
}
.kc{
	font-weight: 500;
	font-size: 110%;
}