@charset "UTF-8";
/* =======================================
プラン一覧 #planList
======================================= */
main > section h2:first-child {
margin-top: 5rem;
}
h2.txtTtl {
color: #f0d998;
}
#planList.planTxt .txtRight {
margin: 0 auto;
position: relative;
background: #fff;
padding: 2rem 0;
display: block;
text-align: center;
}
.txtRight::after , .txtRight::before {
z-index: -1;
position: absolute;
content: "";
overflow: hidden;
width: 70%;
left: 15%;
background: rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 13px rgba(224, 224, 224, 0.6);
border-radius: 50%;
}
.txtRight::before {
bottom: 90%;
top: 0;
}
.txtRight::after {
top: 90%;
bottom: 2%;
}
#planList.planTxt {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin: 2rem auto 6%;
}
#planList.planTxt div {
width: 50%;
padding: 1% 1%;
display: flex;
align-items: center;
}
#planList.planTxt .txtLeft {
padding-right: 4%;
text-align: left;
}
#planList {
width: 90%;
margin: 5rem auto 0;
max-width: 1280px;
position: relative;
}
#planList ul {
display: flex;
flex-wrap:wrap;
justify-content: space-between;
margin-top: 1rem;
}
#planList ul li {
width: 32%;
margin-top:3rem;
background-color:#E0FAFF;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
background-size: 7px 7px;
position: relative;
padding-bottom: 5.5rem;
}
#planList ul li figure {
position: relative;
}
#planList ul li figcaption {
width: 80%;
display: block;
margin: -1.5rem auto 1.5rem;
background: #9CD8D8;
position: relative;
text-align: center;
padding: .8rem;
color: #fff;
border-radius: 30px;
font-size: 1.2rem;
}
#planList ul li figure + p {
width: 94%;
margin: 0 auto;
text-align: center;
}
#planList ul li figure + p + p {
position: absolute;
display: block;
width: 230px;
left: calc(50% - 115px);
text-align: center;
border-radius: 30px;
background: #F7B1C8;
bottom: 1.5rem;
}
#planList ul li figure + p + p:after {
content:'\f054';
font-family:'Font Awesome 5 Free';
font-weight:900;
color:#fff;
padding-left:.5rem;
}
#planList ul li figure + p + p a {
color: #fff;
display: inline-block;
width: 75%;
height: 100%;
padding: .5rem;
}
#planList ul li figure img {
width: 100%;
height: 280px;
object-fit: cover;
}

@media screen and (max-width: 1280px) {
#planList ul li figure img {
height: 240px;
}
#planList ul li figure + p {
text-align: left;
width: 88%;
}
#planList ul li figure + p br {
display: none;
}
#planList:before,
#planList:after {
top: -100px;
left: -40px;
background-size: contain;
width: 300px;
height: 300px;
}
#planList:after {
left: 70%;
}
}

@media screen and (max-width: 812px){
#planList:before,
#planList:after {
top: -50px;
background-size: contain;
width: 230px;
height: 230px;
}
#planList ul li {
width: 48%;
margin-top:3rem;
}
}
@media screen and (max-width: 480px){ 
#planList ul li {
width:100%;
margin-top:3rem;
}
#planList:before,
#planList:after {
top: 50px;
width: 120px;
height: 120px;
}
#planList.planTxt div {
width: 100%;
}
}


/* =======================================
mainvisual タイトルetc
======================================= */
nav + section {
position: relative;
}
nav + section > div {
position: absolute;
max-width: 600px;
width: 90%;
left: 10%;
top: 18%;
z-index: 5;
background: #fff;
box-shadow: 0 0 10px #ddd;
border-radius: 15px;
}
nav + section > div div {
position: relative;
padding: 5rem;
}
nav + section > div.txtArea div:after {
content: "";
background: url("../img/common/frame-flower02.png") repeat-x;
width: 100%;
height: 50px;
display: block;
position: absolute;
bottom: 0;
left: 0;
}
nav + section > div.txtArea h2 {
color: #9CD8D8;
font-size: 2rem;
position: relative;
text-align: center;
}
nav + section > div.txtArea h2 span {
font-size:1rem;
display: block;
line-height: 100%;
}
nav + section > div.txtArea h2:after {
content: "";
display: block;
left: calc(50% - 25px);
position: absolute;
width: 50px;
height: 2px;
background: #9CD8D8;
bottom: -15%;
}
nav + section > div.txtArea {
text-align: center;
}
nav + section > div.txtArea p {
margin: 3rem auto 0;
display: inline-block;
text-align: left;
}
#sub #mainVisual:not(.width100) {
width: 70%;
margin:  0 0 0 auto !important;
position: relative;
}
#sub #mainVisual:not(.width100):after {
content: "";
background: linear-gradient(to right, #FFF, transparent);
width: 30%;
height: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
}

@media screen and (max-width: 1400px) {
nav + section > div div {
padding: 3rem 3rem 4rem;
}
nav + section > div  {
left: 2%;
margin-bottom: 5rem;
}
}

@media screen and (max-width: 1280px) {
nav + section > div {
max-width:500px;
left: 5%;
top: 10%;
}
#sub #mainVisual {
width: 100%;
}
#sub #mainVisual:after {
display: none;
}
nav + section > div {
max-width: none;
position: relative;
margin-top: -2rem;
}
nav + section {
height: auto;
}
nav + section > div {
width: 80%;
left: 10%;
}
nav + section > div.txtArea h2 {
color: #9CD8D8;
font-size: 1.5rem;
position: relative;
text-align: center;
}
#sub #mainVisual:not(.width100) {
width: 100%;
margin:  0 0 0 auto !important;
position: relative;
}
#sub #mainVisual:not(.width100):after {
display: none;
}
}

@media screen and (max-width: 1000px){
#points .menuArea li figure img {
height: 280px;
}
}

@media screen and (max-width: 812px){
#points .menuArea li figure img {
height: 225px;
}
#planList.planTxt .txtLeft {
padding-right: 1%;
text-align: center;
width: 100%;
display: block;
margin-bottom: 30px;
}
#planList.planTxt .txtRight {
width: 100%;
}
#points .menuArea li {
margin: 0 2% 3%;
width: 40%;
}
}

@media screen and (max-width: 480px){ 
nav + section {
margin-bottom: 1rem;
}
nav + section > div {
width: 96%;
left: 2%;
}
nav + section > div div {
padding: 2rem 2rem 2.5rem;
}
main h2 {
font-size: 1.5rem;
}
}

/* =======================================
Quality　M'sならではのこだわり
======================================= */
#points .menuArea {
width: 90%;
margin: 5rem auto 30px;
max-width: 1280px;
position: relative;
}
#points .menuArea ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
position: relative;
}
#points .menuArea li {
margin: 0 1% 30px;
width: 31%;
background: #FFF5E2;
padding: 0 20px 30px;
position: relative;
}
#points .menuArea li figure img {
height: 394px;
object-fit: cover;
}
#points .menuArea .ttltxt span {
font-size: 200%;
color: #e5e5e5;
font-style: italic;
position: absolute;
top: 10px;
right: 0;
text-align: right;
display: block;
z-index: 1;
}
#points .menuArea .ttltxt h3 {
position: relative;
z-index: 2;
color: #60534d;
font-weight: bold;
}
#points .menuArea li .ttltxt {
position: relative;
padding: 30px 2%;
}
#points .menuArea li .ttltxt::after {
content: "";
background: url(../img/anniversary/btm_line.png) center;
background-repeat: no-repeat;
width: 100%;
height: 15px;
position: absolute;
left: 0;
}
#points .menuArea li::before {
content: "";
border-style: solid;
border-width: 45px 45px 0 0;
border-color: #fff transparent transparent transparent;
position: absolute;
left: 0;
}
#points::before {
content: "";
position: absolute;
background: url(../img/anniversary/paper_bg01.jpg);
height: 60%;
width: 100%;
bottom: 0;
left: 0;
}
#points {
text-align: center;
position: relative;
}
#points section {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
flex-wrap:wrap;
width: 90%;
max-width: 1000px;
margin: 5rem auto ;
}
#points section figure {
max-width:345px;
width: 33%;
position: relative;
}
#points section figure img {
width: 100%;
height: 265px;
object-fit: cover;
}
#points section figcaption {
position: absolute;
top: -50px;
left: -70px;
width: 150px;
height: 150px;
border-radius: 85px;
padding-top: 2rem;
color: #fff;
line-height: 180%;
font-size: 1.3rem;
text-align: center;
background: #9CD8D8;
}
#points section figcaption span {
display: block;
font-size: 150%;
}
#points section .txtArea {
width: 65%;
background: #fff;
padding: 3rem 3rem;
position: relative;
}
#points section .txtArea:after {
position: absolute;
content: "";
width: 200px;
height: 100%;
background: url("../img/common/frame-flower01@2x.png") no-repeat top right;
background-size:contain;
right: -30px;
top: -20px;
}
#points section h3 {
display: inline-block;
background: #E87DB7;
color: #fff;
margin-bottom: 2rem;
line-height: 120%;
padding: .5rem;
position: relative;
z-index: 90;
}

@media screen and (max-width: 1280px){
#points .menuArea li figure img {
height: 350px;
}
#points .menuArea .ttltxt span {
font-size: 160%;
}
}

@media screen and (max-width: 1024px){ 
#points section figcaption {
left: -45px;
}
#points .menuArea li figure img {
height: 300px;
}
}

@media screen and (max-width: 812px){ 
#points section figure {
order: -1;
max-width: none;
display: flex;
}
#points section .txtArea,
#points section figure {
width: 100%;
}
#points section figcaption {
position: relative;
left: auto;
top: auto;
width: 50%;
height: 100%;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
padding-top: 0;
}
#points section figure img {
width: 50%;
}
}

@media screen and (max-width: 640px){
#points .menuArea li {
width: 45%;
}
#points::before {
height: 40%;
}
}

@media screen and (max-width: 480px){ 
#points section figure,
#points section figure img{
height: 150px;
}
#points section .txtArea {
padding: 1.5rem;
}
#points section h3 {
margin-bottom: 1rem;
}
#points section .txtArea:after {
width: 130px;
z-index: 10;
right: -20px;
}
#points .menuArea li {
width: 100%;
}
#points .menuArea li figure img {
height: 100%;
}
#points::before {
background: none;
}
#points .menuArea {
margin: 4rem auto 30px;
}
}

/* =======================================
#bnrList バナー 
======================================= */
#bnrList {
display: flex;
flex-wrap:wrap;
max-width: 1280px;
margin: 5rem auto;
justify-content: center;
}
#bnrList li {
width: 31%;
margin: 0 1%;
}

@media screen and (max-width: 480px){
#bnrList li {
width: 48%;
margin-bottom: 1rem;
}
}

#shootingPlan li a:hover {
color: #f0d998;
}

/* =======================================
slider img list
======================================= */
#points .imgList ul {
display: flex;
position: relative;
}
#points .imgList ul li {
width: 40%;
}
#points .imgList ul li:last-child {
width: 418px;
}
#points .imgList img {
object-fit: cover;
height: 371px;
}

@media screen and (max-width: 1366px){
#points .imgList ul li:last-child {
width: 30%;
}
}

@media screen and (max-width: 1000px){
#points .imgList img {
height: 300px;
}
}

@media screen and (max-width: 768px){
#points .imgList img {
height: 200px;
}
}
@media screen and (max-width: 480px){
#points .imgList ul li:last-child {
width: 48%;
}
#points .imgList {
padding: 0 6%;
}
#points .imgList ul {
display: flex;
position: relative;
flex-wrap: wrap;
justify-content: center;
}
#points .imgList ul li {
width: 48%;
margin-bottom: 4%;
margin-right: 4%;
}
#points .imgList ul li:nth-child(2n+2) {
margin-right: 0;
}
}