@charset "UTF-8";

#page_header{
    background-color: #fede69;
    background-image:url("../img/head_img.webp");
    background-size: auto 100%;
}

.w90per{width: 90%;margin: 0 auto;}
.a_blue{display: inline-block;}
.mt100{margin-top: 100px;}
.center{text-align: center;}
.sonota_plan{text-align: center;font-size: 1.6em;}

.section_05 {
    background-color: #fff;
}

.bg_breadcrumb {
    background-color: #ecebe3;
}
.section_02 {
    background-color: #ecebe3;
    background-image: url("../img/bg1.webp");
    background-position: center center;
    background-size: 1200px auto;
    background-repeat: no-repeat;
}

.icon1 {
    text-align: center;
    line-height: 0;
    margin-bottom: 2em;
}
.icon1 img {
    width: 25%;
}
.om_tx1 {
    font-size: 2em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 2em;
}
.om_img1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.om_img1 ul li:first-child {
    width: 45%;
}
.om_img1 ul li:first-child img {
    width: 100%;
}
.om_img1 ul li:last-child {
    width: 50%;
    line-height: 1.7;
}

.om_navi ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.om_navi ul li {
    width: 31%;
}
.om_navi ul li img {
    width: 100%;
}
.om_navi ul li a:hover {
    opacity: 0.6;
}

.section_03 {
    background-color: #faf0ef;
    background-image: url("../img/bg2.webp");
    background-position: center center;
    background-size: 1200px auto;
}
.om_sub {
    background-image: url("../img/osub_bg.png");
    background-size: 20px auto;
    border-left: 5px solid #b6925b;
    padding: 0.5em 1em;
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 1.5em;
}
.img_om {
    text-align: center;
}
.img_om img {
    width: 80%;
}
.om_doc {
    line-height: 1.7;
    margin-top: 2em;
}
.om_doc p {
    margin-bottom: 1em;
}
.om_doc p:last-of-type {
    margin-bottom: 0;
}

.icon2 {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 2em;
    margin-bottom: -2.5em;
    z-index: 1;
}
.icon2 img {
    width: 10%;
}
.om_tx2 {
    background-color: #fff;
    border: 1px solid #ef8da5;
    padding: 3em;
    line-height: 1.7;
    filter: drop-shadow(10px 10px 0 #ef8da5);
}

.section_04 {
    background-color: #efe9e5;
    background-image: url("../img/bg3.webp");
    background-position: center center;
    background-size: 1200px auto;
}
.icon3 {
    text-align: center;
    line-height: 0;
    margin-bottom: 2em;
}
.icon3 img {
    width: 15%;
}
.om_tx3 {
    text-align: left;
    line-height: 1.7;
    margin-bottom: 3em;
    margin-top: -1.5em;
}
.om_waku1 {
    background-color: #fff;
    border: 3px solid #b6925b;
    border-radius: 1em;
    padding: 3em;
}
.om_waku1 h3 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1;
}
.om_bar {
    text-align: center;
    line-height: 0;
    margin: 2em auto 2em;
}
.om_bar img {
    width: 100px;
}

.how_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.how_box ul li img {
    width: 100%;
    position: relative;
}
.how_box ul li:nth-child(odd) {
    width: 10%;
    position: relative;
}
.how_box ul li:nth-child(odd)::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 1px;
    width: 50%;
    height: 100%;
    border-right: 2px dashed #b6925b;
}
.how_box ul li:nth-child(even) {
    width: 87%;
    line-height: 1.7;
    margin-bottom: 3em;
}
.how_box ul li:last-child,.how_box ul li:nth-last-child(2) {
    margin-bottom: 0;
}
.how_box ul li h4 {
    font-size: 1.4em;
    margin-top: 1em;
    margin-bottom: 0.6em;
}

.section_06 {
    background-color: #fef8e2;
    background-image: url("../img/bg4.webp");
    background-position: center center;
    background-size: 1200px auto;
}
.icon4 {
    text-align: center;
    line-height: 0;
    margin-bottom: 2em;
}
.icon4 img {
    width: 10%;
}

.gmap {
    margin-bottom: 2em;
    height: 500px;
}
.gmap iframe {
    display: block;
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

.ad_box {
    background-color: #fff;
    padding: 3em;
    margin-left: 10%;
    margin-right: 10%;
}
.ad_box dl {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    line-height: 1.7;
}
.ad_box dl dt {
    border-bottom: 1px solid #ebcf76;
    width: 10em;
    display: flex;
    align-items: center;
}
.ad_box dl dd {
    box-sizing: border-box;
    width: calc(100% - 12em);
    border-bottom: 1px solid #ccc;
    padding: 1em;
}

/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
#page_header{
    background-image:url("../img/head_img_sp.webp");
    height: 300px;
}
.section_02 {
    background-size: 110% auto;
}	
.section_03 {
    background-size: 100% auto;
}
.section_04 {
    background-size: 100% auto;
}
.section_06 {
    background-size: 100% auto;
}
	
}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{
    height: 200px;
}
	
.mt100{margin-top: 30px;}
	
.title_h3{font-size: 1.3em;margin-bottom: 1%;line-height: 1.2;}
.sp_mt3em{margin-top: 3em;}
.w90per{width: 100%;margin: 0 auto;}
.box-item03{width: 100%;display: inline-block;margin:1% 0 6%;height: auto;}

.icon1 {
    text-align: center;
    line-height: 0;
    margin-bottom: 2em;
}
.icon1 img {
    width: 40%;
}
.om_tx1 {
    font-size: 1.32em;
}
.om_img1 ul {
    justify-content: space-around;
}
.om_img1 ul li:first-child {
    width: 90%;
    margin-bottom: 1em;
}
.om_img1 ul li:last-child {
    width: 90%;
}

.om_navi ul {
    margin-bottom: -1em;
}
.om_navi ul li {
    width: 48%;
    margin-bottom: 1em;
}

.om_sub {
    font-size: 1.16em;
}
.img_om {
    text-align: center;
}
.img_om img {
    width: 100%;
}
.om_doc {
    font-size: 0.92em;
}

.icon2 {
    margin-top: 3em;
    margin-bottom: -1em;
}
.icon2 img {
    width: 20%;
}
.om_tx2 {
    font-size: 0.92em;
    padding: 2em;
    filter: drop-shadow(5px 5px 0 #ef8da5);
}

.icon3 img {
    width: 25%;
}
.om_tx3 {
    text-align: left;
    line-height: 1.7;
    margin-bottom: 2em;
    margin-top: -1em;
}
.om_waku1 {
    border: 2px solid #b6925b;
    padding: 2em 1em;
}
.om_waku1 h3 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1;
}
.om_bar {
    margin: 1em auto 2em;
}

.how_box ul li:nth-child(odd) {
    width: 20%;
}
.how_box ul li:nth-child(even) {
    width: 77%;
    margin-bottom: 2em;
}
.how_box ul li:last-child,.how_box ul li:nth-last-child(2) {
    margin-bottom: 0;
}
.how_box ul li h4 {
    font-size: 1.24em;
    margin-top: 1em;
    margin-bottom: 0.6em;
}
.how_box ul li p {
    font-size: 0.92em;
}

.icon4 img {
    width: 20%;
}

.gmap {
    margin-bottom: 2em;
    height: 400px;
}
.gmap iframe {
    width: 100%;
}

.ad_box {
    background-color: #fff;
    padding: 2em;
    margin-left: 0;
    margin-right: 0;
}
.ad_box dl dt {
    box-sizing: border-box;
    padding: 0.3em 0.5em;
    border: 1px solid #ebcf76;
    width: 100%;
    display: flex;
    align-items: center;
}
.ad_box dl dd {
    width: 100%;
    border-bottom-width: 0;
    padding: 0.5em 1em 1.5em;
    font-size: 0.92em;
}
.ad_box dl dd:last-of-type {
    padding-bottom: 0 !important;
}

}
