@charset "utf-8";
/* CSS Document */


.section01 {
    background-image: url(./image/bg_photo01.jpg);
}

.section01 h1 span{
    text-shadow:0px 0px 10px #F7F3EC, 0px 0px 10px #F7F3EC, 0px 0px 10px #F7F3EC, 0px 0px 10px #F7F3EC, 0px 0px 10px #F7F3EC;
    color: #5F372B;
}
.section02 .title {
    background-image: url(./image/bg_photo02.jpg);
}
.section03 .title {
    background-image: url(./image/bg_photo04.jpg);
}
.section04 .title {
    background-image: url(./image/bg_photo05.jpg);
}
.section05 .title {
    background-image: url(./image/bg_photo06.jpg);
}
.section02 .chach b {
    color: #F97714;
}
.section03 .chach b {
    color: #F97714;
}
.section04 .chach b {
    color: #F97714;
}
.section05 .chach b {
    color: #F97714;
}
.section02 .inner {
    background-image: url(./image/bg_photo03.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}


.section02 .photos li:nth-child(1),.section02 .photos li:nth-child(2) {
    width:97%;
}

.section03 .chach-small li:first-of-type{
    width: 100%;
}

    .section05 dt {
    width: 110px;
    }
    .section05 dd{
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    }

/* 基本形
実際の部分を好きに書き直していいと思います。
 @media (min-width: 641px) {
 .section03 .chach-circle {
 position: absolute;
 width: 520px; }
.section03 .chach-circle li {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 140px;
    border-radius: 140px;
}
.section03 .chach-circle {
    top: 30px;
    left: 0;
}
}
*/

@media (max-width: 640px) {
/* 5番目にマージンを設定することで擬似的に中央に見せる */
.section03 .chach-circle li:nth-child(5){
    margin-left: 25%;}
}

@media (min-width: 641px) {
.section02 .photos {
    margin-left: 0;
}
.section02 .photos ul{
    font-size: 0px;
    }
.section02 .photos li{
    font-size: 12px;
    width: 33%;
    padding-left: 7px;
    margin-bottom: 7px;
}
.section02 .photos li:nth-child(1),.section02 .photos li:nth-child(2) {
    width: 49.6%;
}
.section03 .block img {
    width: 100%;
    }
.section03 .chach-circle {
    position: absolute;
    width: 458px;
}
.section03 .chach-circle li {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 140px;
    border-radius: 140px;
}

/* 4番目にマージンを設定することで擬似的に中央に見せる */
.section03 .chach-circle li:nth-child(4) {
    margin-left: 75px;
}
.section03 .chach-circle {
    top: 30px;
    left: 0;
}
    .section05 dd{
    width: -webkit-calc(50% - 135px);
    width: calc(50% - 135px);
    }
    .section05 dd.line{
    width: -webkit-calc(100% - 135px);
    width: calc(100% - 135px);
        border-top: none;
    }
    
}

@media (min-width: 641px) and (max-width: 1024px) {
    .section03 .chach-circle li {
    width: 15vw;
    height: 15vw;
    -webkit-border-radius: 140px;
    border-radius: 140px;
    font-size:14px;
}

.section03 .chach-circle {
    top: 0;
    left: 0;
}

}