@charset "UTF-8";
/*///////common///////*/
* {
    box-sizing: border-box;
}
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}
.min {
    font-family: 'Noto Serif JP', serif;
}

section {
    width: 100%;
}
p,h1,h2,h3,h4,h5,li,a {
    margin: 0;
    line-height: 1.3;
}
.content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    padding: 80px 2vw;
    margin: auto;
    position: relative;
}
.w1000 {
    max-width: 1000px;
}
.w800 {
    max-width: 800px;
}
picture {
    display: flex;
    width: auto;
}
img,picture {
    width: 100%;
    object-fit: contain;
    position: relative;
}
a,p,h1,h2,h3,h4,h5,h6,li,tbody {
    position: relative;
    z-index: 15;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 600px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
}

.red {
    color: #E01121;
}

section {
    display: flex;
    flex-direction: column;
    position: relative;
}

/*///////header///////*/

#top-btn {
    position: fixed;
    width: 45px;
    bottom: -60px;
    right: 10px;
    z-index: 100;
    transition: ease .6s;
}
.logo {
    position: fixed;
    width: 160px;
    left: 10px;
    top: 10px;
    z-index: 10000;
}
.cta-btn_pc {
    display: flex;
    position: fixed;
    width: 320px;
    right: 10px;
    bottom: 10px;
    z-index: 10000;
}
.cta-btn_sp {
    display: none;
}
@media screen and (max-width: 600px) {
    .cta-btn_pc {
        display: none;
    }
    .cta-btn_sp {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 100%;
        right: 0;
        bottom: 0;
        z-index: 10000;
    }
    .cta-btn-top {
        display: flex;
        width: 100%;
        margin: auto;
        position: relative;
        background-color: #000;
        padding: 7px 110px 7px 3vw;
        justify-content: flex-start;
        align-items: center;
        border-top: 1px solid #fff;
    }
    .cta-text {
        width: 100%;
        color: #fff;
        font-size: 14px;
        text-align: left;
    }
    .cta-text span {
        white-space: nowrap;
    }
    .cta-house {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100px;
    }
    .cta-btn-btm {
        width: 100%;
        margin: auto;
        display: flex;
    }
    .cta-btn-btm img {
        height: 35px;
        width: auto;
    }
    .sp-tel {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px;
        background-color: #77614a;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .sp-contact {
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px;
        background-color: #7C5B3A;
        border: 1px solid #fff;
    }
}

@media screen and (max-width: 600px) {
    .logo {
        width: 110px;
    }
}

/*///////MV///////*/

.mv {
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    min-height: 550px;
    background-color: #CBBCAC;
    position: relative;
}
.mv-bg {
    display: flex;
    width: 75%;
    height: 90%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.mv-inner {
    width: 90%;
    height: 100%;
    max-height: 100%;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.mv-ttl {
    max-width: 1090px;
    max-height: 40%;
    margin: auto auto 10px 3vw;
    object-position: left bottom;
}
.mv-text-wrapper {
    background-color: rgba(192, 174, 151, 0.8);
    padding: 20px 3vw;
    width: fit-content;
    max-width: 60%;
    margin: auto auto 0 0;
    max-height: 55%;
    box-sizing: border-box;
}
.mv-text {
    max-width: 680px;
    max-height: 100%;
}
.mv-house {
    width: 55%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
}
@media screen and (max-width: 1000px) {
    .mv {
        height: auto;
    }
    .mv-house {
        width: 70%;
    }
}
@media screen and (max-width: 600px) {
    .mv {
        max-height: 100vh;
    }
    .mv-inner {
        width: 100%;
        padding-top: 70px;
    }
    .mv-text-wrapper {
        width: 100%;
        max-width: 100%;
        max-height: unset;
        padding: 20px;
    }
    .mv-text {
        width: 100%;
        max-width: 100%;
    }
    .mv-ttl {
        width: 90%;
        margin: 0 auto 120px 0;
        padding: 0 10px;
    }
    .mv-house {
        width: 90%;
        top: 150px;
        bottom: auto;
        height: auto;
    }
}

/*///////コンテンツ///////*/
.time {
    background: url(../img/time-bg.jpg) no-repeat center / cover;
}
.time .content {
    max-width: 1000px;
}
.time-ttl {
    margin-bottom: 40px;
}
.sec1 {
    background-color: #241F19;
}
.sec1 img {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.sec2 {
    background-color: #CECAC4;
}
.sec2 img {
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.at {
    background: url(../img/at-bg.jpg) no-repeat center / cover;
}
.at-img-top {
    max-width: 800px;
    margin: 0 auto 40px auto;
}
.at-img-btm {
    max-width: 1200px;
    margin: auto;
}
.midokoro {
    background-color: #CECAC4;
}
.midokoro .content {
    padding-bottom: 0;
}
.midokoro-ttl {
    max-width: 260px;
    margin: 0 auto 40px auto;
}
.midokoro-ttl2 {
    max-width: 1000px;
    margin: 0 auto 40px auto;
}
.midokoro .item {
    width: 100%;
    display: flex;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
}
.midokoro .text-block {
    display: flex;
    flex-direction: column;
    background-color: rgba(242, 236, 226, 0.9);
    width: 55%;
    padding: 30px;
    z-index: 2;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -30px;
    height: fit-content;
}
.midokoro .item:nth-of-type(2n) .text-block {
    margin-right: -30px;
    margin-left: 0;
}
.midokoro .text-ttl {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #343434;
    margin-bottom: 20px;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
.midokoro .text {
    font-size: 16px;
    letter-spacing: 1px;
}
.midokoro-img {
    display: flex;
    width: 50%;
    z-index: 1;
    margin: auto 0;
    position: relative;
}
.midokoro-img::before {
    display: flex;
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    max-width: 240px;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.midokoro-img:nth-of-type(2n):before {
    left: auto;
    right: 0;
}
.midokoro-btm {
    margin-top: 40px;
}
.plan {
    background-color: #F0E8DD;
}
.plan-ttl {
    display: flex;
    width: 100%;
    max-width: 380px;
    margin: 0 auto 80px auto;
}
.plan-img {
    width: 100%;
    margin-bottom: 30px;
}

.soubi {
    background: url(../img/soubi-bg.jpg) no-repeat center / cover;
}
.soubi-ttl-top {
    display: flex;
    width: 95%;
    max-width: 620px;
    margin: 0 auto 0 auto;
}
.soubi-ttl {
    display: flex;
    width: 95%;
    max-width: 620px;
    margin: 0 auto 60px auto;
}
.soubi-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.soubi-text {
    width: 32%;
    max-width: 480px;
    margin-bottom: 20px;
}

.cost {
    background-color: #EFEFEF;
}
.btm-sec {
    background-color: #CCCCCC;
}
.kids {
    margin-bottom: 40px;
}
.kaijo {
    display: flex;
    flex-direction: column;
    padding: 40px;
    background-color: #FFFEFC;
}
.kaijo .inner {
    display: flex;
    justify-content: space-between;
}
.kaijo-ttl {
    width: 180px;
    margin: 0 auto 40px auto;
}
.kaijo-img {
    width: 45%;
    object-fit: cover;
    object-position: center;
    margin-right: 20px;
}
.kaijo .text {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #999;
}
.kaijo .text p {
    line-height: 1.4;
}
.kaijo .text p:first-of-type {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 15px;
    margin-right: 10px;
    white-space: nowrap;
}
.kaijo .text:last-of-type {
    border: none;
    margin-bottom: 0;
}
.kaijo .text p span {
    display: flex;
    font-size: 12px;
    color: #A12323;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 5px;
}
.talk {
    margin-top: 40px;
    width: 100%;
}
#studio {
    background-color: #D1D0CF;
}
.studio-top {
    width: 100%;
    margin-bottom: 40px;
}
.studio-block {
    display: flex;
    padding: 40px;
    background-color: #fff;
}
.studio-block .img {
    width: 50%;
    height: auto;
    min-width: 50%;
    margin-right: 10px;
}
.studio-block .img img {
    height: 100%;
    object-fit: cover;
}
.studio-text-block {
    display: flex;
    width: 38%;
    min-width: 285px;
    flex-direction: column;
    margin-left: 20px;
    justify-content: center;
}
#studio .ttl {
    margin-bottom: 30px;
}
#studio h2 {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 5px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}
#studio .tel {
    width: 100%;
    margin-bottom: 20px;
}
#studio .ad {
    margin-bottom: 10px;
}
.studio-text {
    margin-bottom: 5px;
    display: flex;
}
.studio-text:nth-of-type(3) {
    margin-bottom: 20px;
}
.studio-text span {
    display: flex;
    font-size: 14px;
    width: 80px;
    background-color: #000;
    color: #fff;
    padding: 2px;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
#studio .ttl {
    width: 100%;
    margin: 0 auto 40px 0;
}
#studio h2 {
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#studio .ttl-sub {
    text-align: left;
    font-size: 16px;
}

footer {
    display: flex;
    justify-content: center;
    background-color: #23262B;
    padding: 60px 2vw;
    margin: auto;
}
.footer-wrapper {
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-self: center;
    align-self: center;
    font-size: 16px;
    color: #fff;
}
.footer-logo {
    width: 180px;
    margin: 0 auto 20px auto;
}
.footer-wrapper p {
    display: flex;
    margin-bottom: 5px;
}
p.address-sub {
    font-size: 12px;
    margin-bottom: 15px;
}
p.footer-tel {
    margin-bottom: 15px;
}
.footer-tel a {
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 1160px) {
    footer {
        padding-bottom: 120px;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1000px) {
    .soubi-text {
        width: 49%;
    }
}
@media screen and (max-width: 800px) {
    .content {
        padding: 40px 2vw;
    }
    .studio-text-block {
        width: 100%;
        margin-left: 0;
        min-width: 0;
    }
    .studio-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .studio-block {
        padding: 40px 20px;
        max-width: 600px;
        margin: auto;
    }
    .kaijo {
        max-width: 540px;
        margin: auto;
    }
    .kaijo .inner {
        flex-direction: column;
    }
    .kaijo-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .kaijo .text-block {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .time-ttl {
        margin-bottom: 20px;
    }
    .cost-ttl {
        width: 320px;
        margin: 0 auto 40px auto;
    }
    .at-img-top {
        margin-bottom: 20px;
    }
    .midokoro .item {
        flex-direction: column;
        margin: 40px auto 0 auto;
        max-width: 520px;
    }
    .midokoro .text-block {
        width: 100%;
        padding: 30px 20px;
        margin: 0 auto;
        order: 2;
    }
    .midokoro .item:nth-of-type(2n) .text-block {
        margin: auto 0;
    }
    .midokoro .text-ttl {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .midokoro .text {
        font-size: 14px;
    }
    .midokoro-img {
        width: 100%;
        order: 1;
    }
    .midokoro-btm-text {
        padding: 30px 20px;
    }
    .midokoro-btm-text p {
        font-size: 18px;
    }
    .plan-ttl {
        width: 90%;
        margin-bottom: 40px;
    }
    .plan-img {
        margin-bottom: 30px;
    }
    .soubi-ttl {
        width: 270px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .soubi-text {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .kaijo {
        padding: 20px 2vw;
    }
    .kaijo-ttl {
        width: 140px;
        margin-bottom: 20px;
    }
    .kaijo .text p {
        font-size: 14px;
    }
    .kaijo .text p:first-of-type {
        font-size: 16px;
    }
}

/*//////contact-form//////*/

#contact {
    background-color: #424242;
}
#contact p {
    color: #fff;
}
#contact .big {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
#contact .big span {
    font-size: 18px;
    color: #FFED00;
}
#contact .ttl {
    display: flex;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    justify-content: center;
    line-height: 1.6;
    margin: 10px auto 20px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#contact .small {
    font-size: 14px;
    text-align: center;
}
#contact p {
    color: #fff;
}
.contact-text {
	text-align: center;
}
.wpcf7 {
	width: 100%;
	margin: auto;
}
.wpcf7 form {
	width: 100%;
}
.contact-form-wrapper {
    display: flex;
	width: 100%;
    max-width: 1500px;
	flex-direction: column;
	align-items: center;
	margin: 60px auto;
}
.contact-form-wrapper label {
	display: flex;
	align-items: center;
}
.input-wrapper {
    display: flex;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	border-top: 1px solid #fff;
}
.input-wrapper.last {
	border-bottom: 1px solid #fff;
}
.input-h {
	font-weight: bold;
	width: 270px;
	padding: 25px 20px;
    color: #fff;
}
.input-h p {
	display: flex;
	align-items: flex-start;
	margin-top: 0;
	height: fit-content;
}
.input-h .required {
	font-size: 12px;
	color: #fff;
	background-color: #D52332;
	padding: 2px 10px;
	margin-left: 10px;
}
.input-h .small {
	font-size: 12px;
}
.input-d {
	flex-direction: column;
	width: calc(100% - 240px);
	padding: 25px 50px;
    color: #fff;
}
.input-d p {
    font-weight: bold;
}
input, textarea, select {
	border-radius: 3px;
	padding: 0 5px;
	height: 40px;
	width: 100%;
	border: 1px solid #bbb;
}
input {
	max-width: 460px;
}
input[type=checkbox] {
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	margin: auto 8px auto 0;
}
textarea {
    width: 100%;
	height: 250px;
	padding: 10px;
}
.your-day {
	width: 190px;
	height: 40px;
	margin-right: 20px;
}
.your-time {
	width: 190px;
	height: 40px;
}
.your-day-text {
	font-size: 12px;
	margin-top: 10px;
    font-weight: normal;
}
.your-day-text-02 {
	margin-top: 0;
    font-weight: normal;
}
.your-check {
	display: flex;
	flex-direction: column;
}
.your-check span {
	margin-left: 0;
}
.your-check .wpcf7-list-item {
	margin-bottom: 10px;
}
.your-check .wpcf7-list-item.last {
	margin-bottom: 0;
}
.your-studio span {
	margin: 0;
}
input[type=radio] {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin: auto 8px auto 0;
}
#contact p.red {
    color: #FFCC00;
}
#contact p.form-agree {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 30px auto;
	color: #FFCC00;
	font-weight: bold;
	font-size: 14px;
}
.form-agree label {
	margin: auto;
}
.wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}
.form-submit {
	width: 220px;
	display: flex;
	align-items: center;
}
.wpcf7-submit {
	border: none;
	color: #000;
	background-color: #FFCC00;
	padding: 10px;
	border-radius: 0px;
	font-weight: bold;
	min-width: 100%;
	height: 55px;
	font-size: 18px;
    border: 1px solid #fff;
}
.contact-privacy {
	flex-direction: column;
	width: 100%;
	max-width: 800px;
}
.contact-privacy-ttl {
	font-weight: bold;
	font-size: 18px;
	margin: 40px 0 10px 0;
}
.contact-privacy-text {
	font-size: 12px;
}
.form-btm-text {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
	flex-direction: column;
	margin: 40px auto 20px auto;
}
.form-btm-text p {
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
.form-btm-text p.big {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 13px;
}
.last .input-h p {
    display: flex;
    flex-direction: column;
}
.last .input-h p small {
    font-size: 12px;
    margin-top: 20px;
}

.form .red {
    color: #FFCC00;
}

@media screen and (max-width: 1000px) {
	.input-wrapper {
		flex-direction: column;
	}
	.input-d, .input-h {
		width: 100%;
	}
	.input-h {
		padding-bottom: 0;
	}
	.input-d {
		background-color: transparent;
        padding: 10px 20px 20px 20px;
    }
	.input-wrapper {
		border: none;
	}
	.input-column-wrapper {
		display: flex;
	}
	input {
		max-width: 600px;
	}
	input.your-address {
		max-width: 600px;
	}
	.form-agree label {
		display: flex;
		align-items: center;
	}
	#contact-form .contact-form-wrapper {
		padding: 0;
	}
	.form-btm-text {
		margin: 30px auto 50px 0;
	}
	.form-btm-text p {
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
    #contact .big {
        font-size: 18px;
    }
    #contact .ttl {
        font-size: 16px;
    }
    .your-time {
		margin-top: 15px;
	}
    .input-column-wrapper {
        flex-direction: column;
    }
    .contact-form-wrapper {
		padding: 0;
        margin: 20px auto;
	}
}


@media (hover: hover) and (pointer: fine) {
	.wpcf7 .wpcf7-submit{
		cursor: pointer;
	}
	.wpcf7 .wpcf7-submit:disabled {
		cursor: not-allowed;
	}
}

/*//////animation//////*/

.fade-up {
    transform: translateY(20px);
    opacity: 0;
    transition: 1s ease;
}
.fade-up.active {
    transform: translateY(0);
    opacity: 1;
}
.fade-in {
    transform: scale(90%);
    opacity: 0;
    transition: 1s ease;
}
.fade-in.active {
    transform: scale(100%);
    opacity: 1;
}
.fade-L {
    transform: translateX(30px);
    opacity: 0;
    transition: 1s ease;
}
.fade-L.active {
    transform: translateX(0);
    opacity: 1;
}
.fade-R {
    transform: translateX(-30px);
    opacity: 0;
    transition: 1s ease;
}
.fade-R.active {
    transform: translateX(0);
    opacity: 1;
}

@media screen and (max-width: 600px) {}