@charset "UTF-8";

 body {
margin: 0 !important;
background: #fff;
}
body.active {
overflow: hidden;
}
h1, h2, h3, h4, h5, p, span {
margin: 0;
font-weight: normal;
}
img {
vertical-align: top;
width: 100%;
}
a {
text-decoration: none;
}
h1, h2, h3, h4, h5, li {
letter-spacing: .14em;
font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}
span {
letter-spacing: .14em;
line-height: 2em;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
p {
letter-spacing: .14em;
line-height: 2em;
color: #675350;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
ul {
padding: 0;
margin: 0;
}
li {
padding: 0;
margin: 0;
}
.tb-br {
display: none;
}
.sp-br {
display: none;
} .c-under {
font-weight: 600;
background: linear-gradient(to bottom, transparent 50%, rgb(205, 173, 166, .2) 50%);
}
.p-under {
font-weight: 600;
background: linear-gradient(to bottom, transparent 50%, rgb(205, 173, 166, .3) 50%);
}
.b-under {
font-weight: 600;
background: linear-gradient(to bottom, transparent 50%, rgb(139, 147, 171, .3) 50%);
} footer {
background: #cdada6;
padding: 50px 0px;
}
.footer-over {
margin-right: 20%;
margin-left: auto;
width: max-content;
max-width: 100%;
}
.footer-wrapper {
display: flex;
justify-content: space-between;
}
.footer-right {
display: flex;
flex-direction: column;
justify-content: center;
}
.sns-inner {
display: flex;
margin-top: 10px;
}
.instagram-link {
margin-right: 20px;
}
.instagram-link, .mail-link {
display: flex;
flex-direction: column;
justify-content: center;
}
.footer-left {
margin-right: 30px;
}
.site-name {
padding-top: 5px;
}
.site-name span {
font-size: 36px;
color: #fff;
font-family: 'Cormorant SC', serif;
letter-spacing: .4em;
}
.instagram-icon {
width: 30px;
}
.mail-icon {
width: 30px;
}
.address {
display: flex;
}
.address-icon {
width: 25px;
margin-right: 20px;
}
.address span {
display: block;
margin-top: 5px;
color: #fff;
letter-spacing: .2em;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
.copy-right {
text-align: right;
}
.copy-right span {
color: #fff;
letter-spacing: .2em;
font-size: 12px;
font-family: 'Cormorant SC', serif;
} .header-bar {
display: flex;
justify-content: space-between;
background: #f6f4f3;
height: 70px; top: 0;
width: 100%;
z-index: 10000;
}
.logo {
display: flex;
flex-direction: column;
justify-content: center;
}
.logo span {
color: #b28a8c;
font-size: 36px;
letter-spacing: .3em;
font-family: 'Cormorant SC', serif;
padding-left: 30px;
}
.menu-wrapper {
display: flex;
}
.open-menu {
display: flex;
flex-direction: column;
justify-content: center;
}
.open-menu span {
font-size: 32px;
letter-spacing: .2em;
font-family: 'Cormorant SC', serif;
color: #8b93ab;
display: block;
} .openbtn-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
}
.openbtn1 {
position: relative; cursor: pointer;
width: 50px;
height: 45px;
border-radius: 5px;
z-index: 100000;
} .openbtn1 span {
display: inline-block;
transition: all .4s; position: absolute;
left: 14px;
height: 1px;
border-radius: 2px;
background: #b4b8de;
width: 45%;
}
.openbtn1 span:nth-of-type(1) {
top: 15px;
}
.openbtn1 span:nth-of-type(2) {
top: 23px;
}
.openbtn1 span:nth-of-type(3) {
top: 31px;
} .openbtn1.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-45deg);
width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
opacity: 0; }
.openbtn1.active span:nth-of-type(3) {
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(45deg);
width: 30%;
}
.open-inner {
transition: all .5s;
width: 0;
height: 0;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
border-radius: 50%;
}
.open-inner.active {
background-color: #8b93ab;
width: 1080px;
height: 1080px;
top: -320px;
right: -320px;
z-index: 10000;
}
.open-inner .links {
opacity: 0;
transition: all .5s;
}
.open-inner.active .links {
position: fixed;
top: 100px;
right: 200px;
z-index: 200;
opacity: 1;
}
.open-inner.active .links li {
font-size: 14px;
font-family: 'Cormorant SC', serif;
list-style: none;
color: #8b93ab;
}
.open-inner.active .links li {
font-size: 32px;
margin-top: 22px;
color: #fff;
transition: all .5s;
}
.open-inner.active .links a:first-child li {
margin-top: 0px;
}
.open-inner.active a:hover li {
color: rgb(60, 71, 96);
}
.fixed-icon {
width: 160px;
position: fixed;
bottom: 20px;
right: 20px;
animation: 12s linear infinite rotation2;
z-index: 98;
}
.fixed-text {
position: fixed;
bottom: 65px;
right: 40px;
z-index: 99;
}
.fixed-text span {
display: block;
}
.fixed-text span:first-child {
font-size: 12px;
color: #D9C5C6;
font-family: 'Cormorant SC', serif;
letter-spacing: .25em;
text-align: center;
}
.fixed-text span:last-child {
font-size: 14px;
color: #fff;
line-height: 1.6;
}
@keyframes rotation2 {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
} .js-animation {
opacity: 0;
visibility: hidden;
transition: all 1s;
transform: translateY(20px);
}
.js-animation.appear {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}
.menu-small {
margin-left: 20px !important;
display: block;
}
.menu-small li {
font-size: 16px !important;
letter-spacing: .22em;
margin-top: 0.8em !important;
}
@media screen and (max-width:1200px) {
.pc-br {
display: none;
}
.tb-br {
display: block;
}
footer {
position: relative;
z-index: 100;
}
.logo span {
font-size: 38px;
}
.open-menu span {
font-size: 28px;
}
.header-bar {
height: 75px;
}
.footer-over {
margin: 0 auto;
}
}
@media screen and (max-width:750px) {
.tb-br {
display: none;
}
.sp-br {
display: block;
}
p {
font-size: 14px;
letter-spacing: .12em;
}
footer {
padding: 30px 0px 10px;
position: relative;
z-index: 100;
}
.footer-over {
width: 90%;
margin: 0 auto;
}
.footer-wrapper {
display: block;
}
.footer-left {
text-align: center;
margin-right: unset;
}
.sns-inner {
margin: 0 auto;
}
.site-name span {
line-height: 1.8;
}
.instagram-link {
margin-right: 30px;
}
.address {
justify-content: center;
}
.address span {
margin-top: 20px;
letter-spacing: 0.05em;
font-weight: normal;
font-size: 12px;
}
.address-icon {
margin-top: 15px;
margin-right: 15px;
}
.copy-right {
margin-top: 0;
}
.site-name span {
font-size: 38px;
}
.logo span {
font-size: 24px;
padding-left: 20px;
letter-spacing: .24em;
}
.header-bar {
height: 50px;
}
.open-menu span {
font-size: 20px;
}
.open-inner.active {
width: 1200px;
height: 1200px;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/style.css?ver=//bodymakepilatestumugi.com/wp-content/themes/img/about/posture-bg.png), url(//bodymakepilatestumugi.com/wp-content/themes/mari/style.css?ver=//bodymakepilatestumugi.com/wp-content/themes/img/about/posture-bg3.png);
background-size: 200px, 110px;
}
.open-inner.active .links li {
font-size: 30px;
}
.open-inner.active .links {
right: 100px;
}
.fixed-icon {
width: 150px;
bottom: 10px;
right: 10px;
}
.fixed-text {
bottom: 53px;
right: 33px;
}
.fixed-text span:last-child {
font-size: 12px;
}
.menu-small li {
font-size: 15px !important;
}
}#kv {
margin-top: 120px;
}
#kv .title {
text-align: center;
}
#kv .title h1 {
font-size: 60px;
color: #8b93ab;
line-height: 1em;
letter-spacing: .2em;
font-family: 'Cormorant SC', serif;
}
#page-links {
width: 1200px;
margin: 0 auto;
}
.page-links-wrapper {
display: flex;
justify-content: space-between;
width: 900px;
margin: 0 auto;
margin-top: 50px;
}
.page-link {
width: 250px;
height: 325px;
padding-bottom: 30px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
transition: all .5s;
}
.page-link:hover {
opacity: .7;
}
.page-link1 {
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/lesson.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/lesson/page-link-bg1.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.page-link2 {
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/lesson.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/lesson/page-link-bg2.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.page-link3 {
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/lesson.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/lesson/page-link-bg3.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.page-link span {
font-size: 28px;
font-weight: 600;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.page-link1 span, .page-link2 span {
color: #fff;
}
.page-link3 span {
color: #6f625a;
} #maternity {
padding-top: 120px;
margin-top: 100px;
padding-bottom: 100px;
background-color: #b28a8c;
justify-content: space-between;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/lesson.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/lesson/maternity-recommend-bg.png);
background-size: 50%;
background-repeat: no-repeat;
background-position-x: 105%;
background-position-y: 700px;
}
#maternity .title {
text-align: center;
}
#maternity .title span:first-of-type {
color: #563033;
font-size: 17px;
display: block;
margin-top: 10px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
#maternity .title span:nth-of-type(2) {
color: #fff;
font-size: 18px;
display: block;
margin-top: 30px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
#maternity .title h2 {
color: #fff;
font-size: 40px;
margin-top: 5px;
}
#maternity .service-concept {
width: 1180px;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 100px;
background-color: #f3f1ef;
position: relative;
padding: 50px 0px;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/lesson.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/lesson/maternity-concept-bg.png);
background-size: 40%;
background-position-x: 110%;
background-position-y: -10%;
background-repeat: no-repeat;
}
#maternity .service-concept-title {
width: 80%;
margin: 0 auto;
}
#maternity .service-concept-title h3 {
color: #936163;
font-size: 25px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
#maternity .service-concept-text {
width: 80%;
margin: 0 auto;
margin-top: 25px;
}
#maternity .service-concept-text p {
color: #936163;
margin-bottom: 30px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
#maternity .service-concept-text p:last-child {
margin-bottom: 0;
}
#maternity .service-recommend {
display: flex;
padding-bottom: 100px;
}
.service-recommend {
width: 1100px;
margin: 0 auto;
margin-top: 100px;
}
#maternity .service-recommend-left {
width: 45%;
}
#maternity .service-recommend-photo {
width: 60%;
margin-right: 0;
margin-left: auto;
position: relative;
}
#maternity .service-recommend-photo img {
position: relative;
z-index: 10;
}
#maternity .service-recommend-photo::before {
content: "";
position: absolute;
width: 130px;
height: 130px;
background: linear-gradient(to bottom, #ccafb2, #f7f7f7);
left: -20%;
bottom: -5%;
z-index: 2;
}
.service-recommend-title h3 {
font-size: 25px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
color: #fff;
}
.service-recommend-text {
margin-top: 40px;
}
.service-recommend-text ul li {
list-style: none;
color: #fff;
padding-left: 30px;
position: relative;
font-size: 18px;
margin-bottom: 15px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
#maternity .service-recommend-text ul li::before {
position: absolute;
left: 0;
content: "■";
color: #835356;
}
.service-recommend-text ul li:last-child {
margin-bottom: 0;
}
.service-recommend-text ul li::before {
position: absolute;
top: 0;
left: 0;
content: "■";
}
#maternity .service-recommend-text ul li::before {
color: #835356;
}
#posture .service-recommend-text ul li::before {
color: #4a5573;
}
.maternity-caution {
margin-top: 20px;
}
.maternity-caution span {
color: #fff;
background: #936163;
padding: 5px 10px;
font-size: 14px;
} #maternity .service-purpose {
width: 1200px;
margin: 0 auto;
margin-top: 30px;
}
#maternity .service-purpose-main-title h3 {
font-size: 25px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
color: #fff;
font-weight: 600;
}
#maternity .service-purpose-wrapper {
width: 1100px;
margin: 0 auto;
display: flex;
justify-content: space-between;
margin-top: 40px;
}
.service-purpose-wrapper1 { background-repeat: no-repeat;
background-size: 38%;
background-position-x: left;
background-position-y: top;
}
.service-purpose-wrapper2 { background-repeat: no-repeat;
background-size: 38%;
background-position-x: right;
background-position-y: top;
}
.service-purpose-wrapper3 { background-repeat: no-repeat;
background-size: 38%;
background-position-x: left;
background-position-y: top;
}
.service-purpose-wrapper4 { background-repeat: no-repeat;
background-size: 38%;
background-position-x: right;
background-position-y: top;
}
.service-purpose-wrapper2 .service-purpose-left {
order: 2;
}
.service-purpose-wrapper4 .service-purpose-left {
order: 2;
}
.service-purpose-left {
width: min-content;
position: relative;
}
.service-purpose-right {
width: 80%;
margin-top: 50px;
}
.service-purpose-wrapper1 .service-purpose-number, .service-purpose-wrapper3 .service-purpose-number {
text-align: right;
padding-right: 5%;
}
.service-purpose-number span {
font-size: 160px;
color: #fff;
line-height: 1em;
letter-spacing: .05em;
font-family: 'Cormorant SC', serif;
}
.service-purpose-number-bg {
position: absolute;
top: 0;
left: -150px;
width: 430px;
}
.service-purpose-title {
padding: 3px 0px;
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
text-align: center;
}
.service-purpose-title h4 {
font-size: 30px;
color: #fff;
background: #936163;
padding: 10px 0px;
border-top: solid 5px #fff;
border-bottom: solid 5px #fff;
}
.service-purpose-text {
margin-top: 30px;
}
.service-purpose-text p {
color: #fff;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
margin-bottom: 15px;
line-height: 2.2;
}
.service-purpose-text p:last-child {
margin-bottom: 0px;
}
.service-voice-title {
text-align: center;
}
.service-voice-title h3 {
font-size: 60px;
color: #fff;
font-family: 'Cormorant SC', serif;
}
.service-voice-title span {
font-size: 16px;
color: #fff;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
letter-spacing: .2em;
}
.service-voice-wrapper {
margin-top: 50px;
display: flex;
justify-content: space-between;
}
.service-voice {
width: 48%;
padding-bottom: 30px;
background: linear-gradient(to bottom, transparent 0%, transparent 10%, #fff 10%)
}
.service-voice-photo {
width: 240px;
margin: 0 auto;
}
.service-voice-text {
width: 85%;
margin: 0 auto;
margin-top: 30px;
}
.service-voice-text p {
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
margin-bottom: 20px;
color: #423031;
font-size: 14px;
}
.service-voice-text p:last-child {
margin-bottom: 0;
}
.service-voice-inner-title {
margin-top: 30px;
text-align: center;
}
#maternity .service-voice-inner-title h3 {
font-size: 24px;
color: #835356;
line-height: 1.6;
}
#posture .service-voice-inner-title h3 {
font-size: 24px;
color: #4a5573;
line-height: 1.6;
} #posture {
padding: 120px 0px;
background-color: #8b93ab;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/lesson.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/lesson/posture-recommend-bg.png);
background-size: 50%;
background-repeat: no-repeat;
background-position-x: 105%;
background-position-y: 700px;
}
#posture .title {
text-align: center;
}
#posture .title span:first-of-type {
color: #2b334c;
font-size: 17px;
display: block;
margin-top: 10px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
#posture .title span:nth-of-type(2) {
color: #fff;
font-size: 18px;
display: block;
margin-top: 30px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
#posture .title h2 {
color: #fff;
font-size: 40px;
margin-top: 5px;
}
#posture .service-concept {
width: 1180px;
margin: 0 auto;
margin-top: 50px;
background-color: #f3f1ef;
position: relative;
padding: 50px 0px;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/lesson.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/lesson/posture-concept-bg.png);
background-position-x: 105%;
background-position-y: 15%;
background-repeat: no-repeat;
background-size: 29%;
}
#posture .service-concept-title {
width: 80%;
margin: 0 auto;
}
#posture .service-concept-title h3 {
color: #4a5573;
font-size: 25px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
#posture .service-concept-text {
width: 80%;
margin: 0 auto;
margin-top: 25px;
}
#posture .service-concept-text p {
color: #4a5573;
margin-bottom: 30px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
#posture .service-concept-text p:last-child {
margin-bottom: 0;
}
#posture .service-recommend {
display: flex;
justify-content: space-between;
padding-bottom: 100px;
}
#posture .service-recommend-left {
width: 45%;
}
#posture .service-recommend-photo {
width: 60%;
margin-right: 0;
margin-left: auto;
position: relative;
}
#posture .service-recommend-photo img {
position: relative;
z-index: 10;
}
#posture .service-recommend-photo::before {
content: "";
position: absolute;
width: 130px;
height: 130px;
background: linear-gradient(to bottom, #ccafb2, #f7f7f7);
left: -20%;
bottom: -5%;
z-index: 2;
}
.service-recommend-title h3 {
font-size: 25px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
color: #fff;
}
.service-recommend-text {
margin-top: 40px;
}
#posture .service-recommend-text ul li::before {
position: absolute;
left: 0;
content: "■";
color: #835356;
}
.service-recommend-text ul li:last-child {
margin-bottom: 0;
}
.service-recommend-text ul li::before {
position: absolute;
top: 0;
left: 0;
content: "■";
}
#posture .service-recommend-text ul li::before {
color: #835356;
}
#posture .service-recommend-text ul li::before {
color: #4a5573;
}
#posture .service-purpose {
width: 1200px;
margin: 0 auto;
margin-top: 30px;
}
#posture .service-purpose-main-title h3 {
font-size: 25px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
color: #fff;
font-weight: 600;
}
#posture .service-purpose-wrapper {
display: flex;
justify-content: space-between;
margin-top: 40px;
}
#posture .service-purpose-number span {
font-size: 160px;
color: #fff;
line-height: 1em;
letter-spacing: .05em;
font-family: 'Cormorant SC', serif;
}
#posture .service-purpose-title {
padding: 3px 0px;
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
text-align: center;
}
#posture .service-purpose-title h4 {
font-size: 30px;
color: #fff;
background: #4a5573;
padding: 10px 0px;
border-top: solid 5px #fff;
border-bottom: solid 5px #fff;
} #posture .service-purpose-text p:last-child {
margin-bottom: 0px;
}
.service-voices {
width: 1100px;
margin: 0 auto;
padding-top: 120px;
}
.service-voice-title {
text-align: center;
} .service-voice-wrapper {
margin-top: 50px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.service-voice {
width: 49%;
padding-bottom: 30px;
background: linear-gradient(to bottom, transparent 0%, transparent 10%, #fff 10%);
}
.service-voice-photo {
width: 240px;
margin: 0 auto;
}
.service-voice-inner-title {
margin-top: 30px;
text-align: center;
}
.service-voice3 {
width: 100%;
margin-top: 40px;
} .service-link {
background-color: #8b5c5c;
padding: 100px 0px;
background-image: url(//bodymakepilatestumugi.com/wp-content/themes/mari/assets/css/lesson.css?ver=//bodymakepilatestumugi.com/wp-content/themes/mari/assets/img/lesson/cta-bg.png);
background-position-x: 0%;
background-position-y: bottom;
background-repeat: no-repeat;
background-size: 600px;
}
.service-link-inner {
width: 1200px;
margin: 0 auto;
text-align: center;
}
.service-link-inner h3 {
color: #fff;
font-size: 40px;
letter-spacing: .14em;
font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}
.service-cta {
width: 500px;
height: 80px;
margin: 0 auto;
margin-top: 280px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 100px;
background: linear-gradient(to bottom, #CACFE1, #4A5573);
transition: all .5s;
}
.service-cta:hover {
background: linear-gradient(to bottom, #EAD3D5, #A97176);
}
.service-cta span {
font-size: 20px;
letter-spacing: .18em;
color: #fff;
font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
} .trial-photos {
width: 800px;
margin: 0 auto;
margin-top: 50px;
position: relative;
display: flex;
justify-content: space-between;
}
.trial-photo1 {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
}
.trial-photo2 {
width: 45%;
position: relative;
}
.trial-photo3 {
width: 45%;
position: absolute;
bottom: -200px;
left: 120px;
}
.trial-photo4 {
width: 120px;
position: absolute;
bottom: -60px;
right: -60px;
animation: 8s linear infinite rotation1;
}
@keyframes rotation1 {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
} #price-list {
width: 1200px;
margin: 0 auto;
padding-top: 100px;
padding-bottom: 120px;
}
#price-list .title {
text-align: center;
}
#price-list .title h2 {
font-size: 40px;
color: #6f625a;
}
#price-list .title span {
font-size: 13px;
color: #6f625a;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-weight: 600;
}
.menu {
padding: 70px 0px 50px 0px;
position: relative;
margin-top: 100px;
}
.menu1 {
border: solid 2px #8b93ab;
} .menu-title {
width: 400px;
height: 80px;
position: absolute;
top: -40px;
left: -2px;
display: flex;
flex-direction: column;
justify-content: center;
background: #f3f1ef;
text-align: center;
}
.menu1 .menu-title {
border-left: solid 10px #8b93ab;
} .menu-title h3 {
font-size: 25px;
font-weight: 600;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.menu1 .menu-title h3 {
color: #4a5573;
} .menu1 .content {
width: 90%;
margin: 0 auto;
display: flex;
}
.price-box {
width: 300px;
}
.price-box-wrapper {
width: 650px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.price-box-wrapper2 {
margin-top: 50px;
}
.price-box1 {
margin-right: 5%;
}
.price-title {
text-align: center;
background: #f3f1ef;
padding: 2px 0px;
}
.price-title span {
color: #584c4a;
font-weight: 600;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.price-wrapper {
width: 80%;
margin: 0 auto;
margin-top: 20px;
display: flex;
justify-content: space-between;
position: relative;
}
.price {
width: 48%;
text-align: left;
}
.price span {
font-size: 20px;
color: #584c4a;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.time {
width: 48%;
text-align: right;
margin-right: 20px;
}
.time span {
font-size: 20px;
color: #584c4a;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.yen {
font-size: 14px !important;
}
.times {
font-size: 12px !important;
}
.menu-treat {
position: absolute;
top: 0;
bottom: 0;
right: -115px;
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
}
.menu-treat img {
width: 150px;
}
.price-list-caution {
text-align: center;
margin-top: 45px;
}
.price-list-caution span {
font-size: 16px;
font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
color: #4a5573;
font-weight: 600;
}
@media screen and (max-width:1400px) {
.service-purpose-number-bg {
left: -120px;
width: 300px;
}
}
@media screen and (max-width:1200px) {
#kv {
width: 100%;
margin-top: 50px;
}
#page-links {
width: 90%;
}
.page-link {
width: 220px;
height: 250px;
}
.page-link span {
font-size: 26px;
}
.page-link-treat1 {
width: 200px;
height: 250px;
}
.page-links-wrapper {
width: 100%;
margin-top: 50px;
}
#maternity {
margin-top: 50px;
padding-top: 70px;
}
#maternity .service-concept {
width: 85%;
margin-top: 50px;
padding: 50px 0px;
background-position-x: 100%;
background-position-y: 0%;
}
#maternity .service-purpose {
width: 85%;
margin-top: 0px;
}
#maternity .service-purpose-number span {
font-size: 150px;
}
#maternity .service-recommend-right {
width: 100%;
}
#maternity .service-purpose-wrapper {
display: block;
width: 100%;
margin-top: 20px;
}
#maternity .service-purpose-right {
width: 100%;
margin-top: 20px;
}
#maternity .service-purpose-title h4 {
font-size: 22px;
}
.maternity-caution span {
font-size: 12px;
}
.service-recommend {
width: 80%;
}
.service-voices {
width: 80%;
padding-top: 60px;
}
.service-voice-wrapper {
display: block;
}
.service-voice {
width: 100%;
}
.service-voice2, .service-voice3 {
margin-top: 30px;
}
.service-purpose-number-bg {
left: -70px;
width: 260px;
}
.service-recommend-text ul li {
font-size: 16px;
}
.service-recommend-text {
margin-top: 30px;
} #posture {
padding: 70px 0px;
}
#posture .service-concept {
width: 85%;
margin-top: 60px;
background-position-x: 100%;
background-position-y: 5%;
}
#posture .service-recommend {
padding-bottom: 60px;
}
#posture .service-purpose {
width: 85%;
}
#posture .service-recommend-right {
width: 100%;
}
#posture .service-purpose-wrapper {
display: block;
margin-top: 20px;
}
#posture .service-purpose-right {
width: 100%;
margin-top: 20px;
}
#posture .service-purpose-title h4 {
font-size: 22px;
}
#maternity .service-purpose-text {
margin-top: 30px;
}
#posture .service-purpose-text {
margin-top: 30px;
}
.trial-photos {
width: 100%;
}
.trial-photo4 {
right: 10px;
}
.service-link-inner {
width: 85%;
}
.service-movie {
width: 100%;
}
.service-link {
padding: 60px 0px;
} #price-list {
width: 90%;
padding-top: 60px;
padding-bottom: 70px;
}
.price-wrapper {
flex-wrap: wrap;
}
.menu-treat {
position: unset;
margin-top: 20px;
}
.menu1 .content {
display: block;
}
.content-right {
width: 90%;
margin-top: 30px;
display: flex;
flex-wrap: wrap;
}
.content-note span {
width: 100%;
margin: 0 auto;
margin-top: 20px;
}
.price-box-wrapper {
width: 90%;
margin: 0 auto;
margin-top: 20px;
}
.time {
margin-right: 2%;
}
}
@media screen and (max-width:750px) {
#kv {
margin-top: 30px;
}
#kv .title h1 {
font-size: 40px;
}
.page-links-wrapper {
margin-top: 0px;
}
.page-link {
width: 108px;
height: 180px;
padding-bottom: 12px;
}
.page-link span {
font-size: 12px;
}
.page-link-treat1 {
width: 100px;
height: 190px;
left: -6px;
} #maternity {
margin-top: 0px;
padding-top: 30px;
padding-bottom: 50px;
}
#maternity .title h2 {
font-size: 26px;
}
#maternity .service-concept-title h3 {
font-size: 18px;
}
#maternity .service-concept, #posture .service-concept {
width: 90%;
padding: 30px 0px;
margin-bottom: 0;
margin-top: 30px;
}
#maternity .service-recommend {
margin-top: 60px;
padding-bottom: 60px;
}
#maternity .service-purpose-number span, #posture .service-purpose-number span {
font-size: 120px;
}
#maternity .service-concept-title {
width: 85%;
}
#maternity .service-concept-text {
width: 85%;
}
#maternity .service-concept-text p {
margin-bottom: 10px;
line-height: 1.8;
font-size: 12px;
}
#maternity .title span:first-of-type, #posture .title span:first-of-type {
font-size: 16px;
}
#maternity .title span:nth-of-type(2), #posture .title span:nth-of-type(2) {
font-size: 14px;
line-height: 1.6;
margin-top: 20px;
}
#maternity .title h2, #posture .title h2 {
font-size: 28px;
margin-top: 10px;
}
.service-purpose-number-bg {
left: -40px;
width: 170px;
}
.service-recommend-text {
margin-top: 20px;
}
.service-recommend-title h3 {
font-size: 20px;
}
.service-recommend-text ul li {
font-size: 13px;
padding-left: 25px;
margin-bottom: 10px;
}
.service-purpose-text p {
line-height: 1.8;
font-size: 13px;
}
#maternity .service-purpose-wrapper {
margin-top: 0;
}
#maternity .service-purpose-main-title h3 {
font-size: 20px;
}
#maternity .service-voice-inner-title h3, #posture .service-voice-inner-title h3 {
font-size: 20px;
}
#maternity .service-purpose-title h4 {
font-size: 18px;
}
#maternity .service-purpose-right, #posture .service-purpose-right {
margin-top: 0;
}
#maternity .service-purpose-text {
margin-top: 20px;
}
#maternity .service-purpose-text p {
margin-bottom: 20px;
}
.service-voice-wrapper {
margin-top: 20px;
}
.service-voices {
width: 90%;
padding-top: 30px;
}
.service-voice-photo {
width: 170px;
}
.service-voice-text p {
line-height: 1.8;
margin-bottom: 15px;
font-size: 12px;
}
.service-voice-inner-title {
margin-top: 20px;
}
#posture {
padding: 40px 0px;
}
#posture .title h2 {
font-size: 26px;
}
#posture .service-purpose-main-title h3 {
font-size: 20px;
}
#posture .service-concept-title {
width: 85%;
}
#posture .service-concept-text {
width: 85%;
margin-top: 15px;
}
#posture .service-purpose {
margin-top: 0px;
}
#posture .service-concept-title h3 {
font-size: 18px;
}
#posture .service-purpose-title h4 {
font-size: 18px;
}
#posture .service-concept-text p {
font-size: 12px;
line-height: 1.8;
margin-bottom: 10px;
}
#posture .service-purpose-text {
margin-top: 20px;
}
.service-recommend {
width: 85%;
margin-top: 50px;
}
.menu-title {
width: 100%;
height: 60px;
}
.service-cta {
width: 100%;
margin-top: 30px;
height: 60px;
}
.service-link-inner span {
font-size: 15px;
}
.service-link-inner h3 {
font-size: 26px;
}
.trial-photos {
width: 95%;
flex-wrap: wrap;
margin-top: 10px;
}
.trial-photo4 {
width: 80px;
bottom: -40px;
right: -30px;
}
.trial-photo3 {
width: 70%;
margin-top: -5px;
position: unset;
}
.service-link {
padding: 30px 0px;
background-position-x: 130%;
background-size: 240px;
}
#price-list {
width: 90%;
padding-top: 50px;
}
.price-box-wrapper {
display: block;
margin-top: 10px;
}
.price-box.price-box2 {
margin-top: 20px;
}
.price-list-caution {
margin-top: 20px;
}
.price-list-caution span {
font-size: 12px;
line-height: 1.8;
display: block;
}
#price-list .title h2 {
font-size: 30px;
}
.price-wrapper {
margin-top: 10px;
}
.price-wrapper2{
margin-top: 0px;
}
.content-right span {
font-size: 14px;
}
.triangle span {
border-width: 4px 0 4px 8px;
}
.time span {
font-size: 16px;
}
.price span {
font-size: 16px;
}
.trial-photo4 {
right: 0;
}
.menu {
padding: 40px 0px 30px;
margin-top: 70px;
}
.menu-title h3 {
font-size: 20px;
}
.menu-title {
width: 80%;
}
}