@charset "UTF-8";
/* =======================================
intro 撮影の流れ
======================================= */
#intro h2 + div {
display: block;
text-align: center;
width:90%;
margin: 0 auto;
max-width: 980px;
}
#intro h2 + div p {
text-align: left;
display: inline-block;
}

/* =======================================
flow 撮影の流れ 詳細
======================================= */

#flow {
margin: 0;
counter-reset: subsection;
}
#flow > ul:first-of-type {
display:flex;
flex-wrap:wrap;
width: 90%;
max-width: 980px;
margin: 7vh auto 0;
justify-content: center;
position: relative;
z-index: 0;
counter-reset: submenu;
}
#flow > ul:first-of-type li {
width: 140px;
height: 140px;
background: #B4C4C3;
margin-right: 30px;
border-radius: 70px;
text-align: center;
position: relative;
}
#flow > ul:first-of-type li:after {
content:'\f054';
font-family:'Font Awesome 5 Free';
font-weight:900;
position: absolute;
right: -20px;
top: 50px;
color: #D6C680;
}
#flow > ul:first-of-type li:last-of-type:after {
display: none;
}
#flow > ul:first-of-type li span {
display: block;
margin: 20px auto 10px;
font-size: 1.1rem;
}
#flow > ul:first-of-type li a {
color: #fff;
line-height: 130%;
display: block;
font-weight: 700;
}
#flow > ul:first-of-type li.size {
font-size: .85rem;
}
#flow > ul:first-of-type li:last-of-type {
margin-right: 0;
}
#flow > ul:first-of-type li.parents {
width: 160px;
height: 160px;
background: #B0D9D6;
border-radius: 80px;
margin-top: -10px;
}
#flow > ul:first-of-type li.parents a {
font-size: 130%;
}

/*-------------detail---------------*/
.detail h3 {
text-align: center;
max-width: 980px;
margin: auto auto 50px;
font-size: 1.5rem;
color: #9CD8D8;
position: relative;
}
.detail h3 span {
color: #333;
font-size: 1rem;
font-family: 'TsukuBRdGothic-Regular','Courier',sans-serif;
line-height: 130%;
display: block;
}
.detail h3 span::before {
counter-increment: subsection;
content: " Step"counter(subsection)" ";
}
.detail {
width: 100%;
padding: 5%;
background-color: rgba(243,243,256,1);
background-image: url("../img/common/line-flag.svg");
background-repeat: repeat-x;
margin: -3.2rem auto 0;
position: relative;
z-index: 1;
}
.detail.blue {
background-color: rgb(242, 248, 250);
}
.detail.yellow {
background-color: rgb(250, 248, 245);
}
.detail.orange {
background-color: rgb(250, 242, 242);
}
.detail.orange2 {
background-color: rgb(250, 248, 242);
}
.detail > div,
.detail > div section ul {
display: flex;
justify-content: space-between;
max-width: 1240px;
margin: 0 auto;
flex-wrap:wrap;
}
.detail > div figure {
width: 45%;
order: -1;
}
.detail > div section {
width: 50%;
}
.detail > div section h3 {
display: none;
}
.detail > div section h3 + p {
font-size: 1.1rem;
margin-bottom: 1.5rem;
}
.detail > div section ul li {
width: 48%;
margin-bottom: 1rem;
}
.detail > div section ul li h4 {
margin-bottom: 0rem;
}
.detail > div section ul a {
display: block;
font-size: 1.7rem;
font-family: 'Gill Sans','Segoe Print',sans-serif;
}
#flow > ul li span::before {
counter-increment: submenu;
content: " Step"counter(submenu)" ";
}
#sub main > section > #detailBlc3 h3 br {
display: none;
}

@media screen and (max-width: 1024px){
.detail {
padding: 50px 5% 100px;
}
} 

@media screen and (max-width: 812px){
#flow > ul:first-of-type {
width: 98%;
}
#flow > ul:first-of-type li {
width: 120px;
height: 120px;
margin-right: 20px;
}
#flow > ul:first-of-type li.parents {
width: 150px;
height: 150px;
}
#flow > ul:first-of-type li:after {
right: -15px;
}
.detail {
margin-top: -2.8rem;
}
.detail > div section ul li {
width:100%;
}
}

@media screen and (max-width: 480px){ 
.detail > div figure,
.detail > div section {
width: 100%;
margin-top: 1.5rem;
}
#flow > ul:first-of-type li span,
#flow > ul:first-of-type li.parents a {
font-size: .9rem;
}
#flow > ul:first-of-type {
width: 100%;
}
#flow > ul:first-of-type li.parents,
#flow > ul:first-of-type li {
width: calc(100% / 5);
height: 140px;
margin-top: 0;
border-radius: 45px;
margin-right: 0;
}
#flow > ul:first-of-type li:after {
top: 35px;
}
.detail {
margin-top: -2.5rem;
padding: 50px 5%;
}
#flow > ul:first-of-type li a,
#flow > ul:first-of-type li.parents a{
font-size: 80%;
}
.detail h3 {
margin :0;
}
}


/* =======================================
撮影について take a picture
======================================= */
#after5 {
width: 90%;
margin:12vh auto 20vh;
max-width: 980px;
}

#after5 .flexBox {
background: #F5F5F5;
border-radius: 20px;
min-height: 300px;
position: relative;
padding: 2rem;
justify-content: flex-end;
align-items: center;
margin-top: 3rem;
}

#after5 .flexBox:after {
content: "";
display: block;
background: url("../img/flow/after5_icon.svg") no-repeat center;
width: 200px;
height: 150px;
background-size:contain;
position: absolute;
top: -40px;
right: -30px;
z-index: 0;
}

#after5 .txtArea {
width: 42%;
}
#after5 h5 {
font-size: 1.3rem;
font-weight: 700;
color: #77BCBC;
position: relative;
z-index: 1;
}

#after5 .flexBox img {
position: absolute;
width: 52%;
top: -10px;
left: -15px;
}

@media screen and (max-width: 812px){
#after5 .txtArea {
width: 90%;
margin: 0 auto;
}
#after5 h5 {
text-align: center;
}
#after5 .flexBox img {
position: relative;
top: auto;
left: auto;
width: 90%;
max-width: 450px;
margin: 2rem auto 0;
}

#after5 .flexBox:after {
width: 120px;
right: -15px;
height: 70px;
}
}