@charset "utf-8";

#mainimg {
	position: relative;
    width: 100%;
    height: 100vh; /* disable Fallback */
    height: calc((var(--vh, 1vh) * 100) - 190px);
    min-height: 600px;
    overflow: hidden;
    margin-top: 190px;
}

#mainimg .swiper-container1 {
	position:relative;
    display: block;
	width: 100%;
	height: 100%;
    overflow: hidden;
}
#mainimg .swiper-slide {
	position:relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}
.sd1 {
    background-image: url("../slide/01_pc.jpg?0731");
}
.sd2 {
    background-image: url("../slide/02_pc.jpg?0731");
}
.sd3 {
    background-image: url("../slide/03_pc.jpg?0731");
}
#mainimg h1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}
#mainimg h1 img {
    width: 70%;
    max-width: 1000px;
}

.bg_ol1 {
    background-color: #947A3E;
    color: #fff;
}

.osub2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.os_tx {
    font-size: 1.32em;
    font-weight: 500;
    line-height: 1.4;
    border-bottom: 1px solid #1d1717;
    padding-bottom: 0.3em;
    margin-right: 0.3em;
    flex-grow: 1;
}
.numtx {
    font-size: 1.8em;
    line-height: 1;
    font-weight: 500;
    flex-shrink: 0;
}
.numtx span {
    font-size: 1.8em;
    margin-right: 0.05em;
}
.pwimg {
    width: 50% !important;
    padding-top: 0.5em;
}

.img1box {
    padding: 2em 0;
}
.img1box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5;
}
.img1box ul li img {
    width: 100%;
}
.img1box ul li h3 {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 0.5em;
}
.img1box ul li:nth-child(1) {
    width: 55%;
}
.img1box ul li:nth-child(2) {
    width: 40%;
}

.osub {
    background-color: #352520;
    color: #fff;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
    padding: 0.4em 0.8em;
    margin-bottom: 1.5em;
}

.img2box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5;
}
.img2box ul li img {
    width: 100%;
}
.img2box ul li h4 {
    text-align: center;
    margin-bottom: 1em;
}
.img2box ul li:nth-child(1) {
    width: 47.5%;
}
.img2box ul li:nth-child(2) {
    width: 47.5%;
}

.img3box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.5;
}
.img3box ul li img {
    width: 100%;
}
.img3box ul li h4 {
    width: 100%;
    margin-bottom: 1em;
}
.img3box ul li h5 {
    line-height: 0;
    width: 100%;
    margin-top: 1em;
}
.img3box ul li h5 img {
    width: 100%;
}
.img3box ul li:nth-child(1) {
    width: 47.5%;
}
.img3box ul li:nth-child(2) {
    width: 47.5%;
}
.img3box ul li section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img3sb {
    width: 100%;
}
.img3sb img {
    width: 50% !important;
}

.img4box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.5;
}
.img4box ul li img {
    width: 100%;
}
.img4box ul li h4 {
    width: 100%;
    margin-bottom: 1em;
}
.img4box ul li p {
    margin-top: 0.5em;
}
.img4box ul li:nth-child(1) {
    width: 47.5%;
}
.img4box ul li:nth-child(2) {
    width: 47.5%;
}

.img5box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.5;
}
.img5box ul li figure {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img5box ul li figure section {
    width: 47%;
}
.img5box ul li img {
    width: 100%;
}
.img5box ul li h4 {
    width: 100%;
    margin-top: 1em;
}
.img5box ul li:nth-child(1) {
    width: 47.5%;
}
.img5box ul li:nth-child(2) {
    width: 47.5%;
}

.op_title ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.op_title ul li h3 {
    background-color: #fff;
    color: #e5af95;
    border: solid 2px #e5af95;
    text-align: center;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.5;
    border-radius: 50px;
    padding: 0.4em 0.8em;
    margin-bottom: 1.5em;
}
.op_title ul li p {
    text-align: center;
}
.op_title ul li p img {
    width: 70%;
}
.op_title ul li:nth-child(1) {
    width: 45%;
}
.op_title ul li:nth-child(2) {
    width: 50%;
}
.op_title ul li:nth-child(2) img {
    width: 100%;
}

.op_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 2em;
}
.op_box h3 {
    background-color: #f9eadb;
    color: #ce7957;
    text-align: center;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.5;
    border-radius: 50px;
    padding: 0.4em 0.8em;
    margin-bottom: 1.5em;
}
.op_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.op_box ul li img {
    width: 100%;
}
.op_box ul li:nth-child(1) {
    width: 60%;
}
.op_box ul li:nth-child(2) {
    width: 37%;
}
.op_box ul li:nth-child(2) p {
    line-height: 1.7;
    margin-bottom: 1em;
}
.op_box ul li:nth-child(2) p:last-child {
    margin-bottom: 0 !important;
}

.yu_box {
    border: 1px solid #352520;
    padding: 2em;
    border-radius: 1em;
}
.ysub {
    background-color: #906e57;
    color: #fff;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
    padding: 0.4em 0.8em;
    margin-bottom: 1.5em;
}
.ysub2 {
    font-size: 1.32em;
    font-weight: 500;
    line-height: 1.4;
    border-bottom: 1px solid #1d1717;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}
.ykome {
    font-weight: 500;
    line-height: 1.7;
    color: #c00;
    margin-bottom: 0.5em;
}
.ysub3 {
    font-size: 1.16em;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.5em;
}
.ytx {
    font-size: 0.92em;
    line-height: 1.5;
}

.ybox1 img {
    width: 100%;
}
.ybox1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ybox1 ul li:nth-child(1) {
    width: 47%;
}
.ybox1 ul li:nth-child(2) {
    width: 47%;
}
.yimg1 {
    width: 50%;
}
.ybox1sub {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ybox1sub section:nth-child(1) {
    width: 70%;
}
.ybox1sub section:nth-child(2) {
    width: 25%;
}
.ybox1bsub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ybox1bsub section:nth-child(1) {
    width: 35%;
}
.ybox1bsub section:nth-child(2) {
    width: 60%;
}
.yimg1b {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.ybox2 img {
    width: 100%;
}
.ybox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ybox2 ul li:nth-child(1) {
    width: 60%;
}
.ybox2 ul li:nth-child(2) {
    width: 35%;
}
.yimg2 {
    width: 100%;
}
.ybox2sub {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.ybox2sub section:nth-child(1) {
    width: 70%;
}
.ybox2sub section:nth-child(2) {
    width: 30%;
}
.yimg2b {
    padding-top: 1em;
}

.ybox3 img {
    width: 100%;
}
.ybox3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ybox3 ul li:nth-child(1) {
    width: 40%;
}
.ybox3 ul li:nth-child(2) {
    width: 55%;
}
.yimg3 {
    padding-top: 1em;
}

.ybox4 img {
    width: 100%;
}
.ybox4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ybox4 ul li:nth-child(1) {
    width: 50%;
}
.ybox4 ul li:nth-child(2) {
    width: 45%;
}

.ybox5 img {
    width: 100%;
}
.ybox5 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ybox5 ul li:nth-child(1) {
    width: 30%;
}
.ybox5 ul li:nth-child(2) {
    width: 15%;
}
.ybox5 ul li:nth-child(3) {
    width: 45%;
}
.ybox5b img {
    width: 100%;
}
.ybox5b ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ybox5b ul li {
    width: 18.5%;
}
.ybox5b ul li p {
    line-height: 1.5;
    font-size: 0.92em;
    margin-top: 0.5em;
}

.ybox6 img {
    width: 100%;
}
.ybox6 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.ybox6 ul li h5 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4;
    padding: 0.5em;
    background-color: #eee;
    margin-bottom: 1em;
    text-align: left;
}
.ybox6 ul li {
    width: 31%;
    text-align: center;
    margin-bottom: 3em;
}
.ybox6 ul li:nth-child(3) img {
    width: 50%;
}
.ybox6 ul li:nth-child(4),.ybox6 ul li:nth-child(5),.ybox6 ul li:nth-child(6),.ybox6 ul li:nth-child(7) {
    width: 22%;
}
.ybox6 ul li p {
    line-height: 1.5;
    font-size: 0.84em;
    margin-top: 0.5em;
    text-align: left;
}

.ybox7 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ybox7 ul li {
    width: 47.5%;
}
.ybox7 ul li img {
    width: 100%;
}

@media screen and (max-width: 1149px) {
#mainimg {
    margin-top: 80px;
    height: auto;
    min-height: auto;
    aspect-ratio:16 / 9;
}
}

@media screen and (max-width: 1024px) {
.osub {
    font-size: 1.24em;
}

.img3box ul {
    align-items: flex-start;
}
.img3box ul li h5 img {
    width: 100%;
}

.op_title ul li h3 {
    font-size: 1.4em;
    margin-bottom: 1em;
}

.op_box {
    padding: 2em;
}
.op_box h3 {
    font-size: 1.4em;
}
.op_box ul {
    justify-content: space-around;
}
.op_box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 1.5em;
}
.op_box ul li:nth-child(2) {
    width: 100%;
}

}

@media screen and (max-width: 599px) {
#mainimg {
    margin-top: 60px;
}
.sd1 {
    background-image: url("../slide/01_sp.jpg?0731");
}
.sd2 {
    background-image: url("../slide/02_sp.jpg?0731");
}
.sd3 {
    background-image: url("../slide/03_sp.jpg?0731");
}
#mainimg h1 img {
    width: 70%;
}

.img1box {
    padding: 2em 0;
}
.img1box ul li h3 {
    font-size: 1.32em;
}
.img1box ul li p {
    font-size: 0.92em;
}
.img1box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 1.5em;
}
.img1box ul li:nth-child(2) {
    width: 100%;
}
.img1box ul li:nth-child(1) h2 {
    text-align: center;
    font-weight: normal;
    font-size: 3.2vw;
    margin-bottom: 2em;
}

.osub {
    font-size: 3.8vw;
}

.img2box ul li h4 {
    line-height: 0;
    width: 50%;
    margin: 0 auto 1em;
}
.img2box ul li p {
    font-size: 0.92em;
}
.img2box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 1em;
}
.img2box ul li:nth-child(2) {
    width: 100%;
}

.img3box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 1em;
}
.img3box ul li:nth-child(2) {
    width: 100%;
}
.img3box ul li section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.img3sb {
    width: 100%;
}
.img3sb:first-child {
    margin-bottom: 2em;
}

.img4box ul li p {
    font-size: 0.92em;
    margin-top: 0.5em;
}
.img4box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.img4box ul li:nth-child(2) {
    width: 100%;
}

.img5box ul li figure section {
    width: 100%;
}
.img5box ul li img {
    width: 100%;
}
.img5box ul li h4 {
    line-height: 0;
    width: 100%;
    margin-top: 1em;
}
.img5box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 4em;
}
.img5box ul li:nth-child(2) {
    width: 100%;
}
.img5box ul li p {
    font-size: 0.92em;
    margin-top: 1em;
}

.op_title ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 1.5em;
}
.op_title ul li:nth-child(2) {
    width: 100%;
}

.op_box {
    padding: 2em;
}
.op_box h3 {
    font-size: 1.16em;
    border-radius: 10px;
}
.op_box p {
    font-size: 0.92em;
}

.os_tx {
    font-size: 1.08em;
    font-weight: 500;
    line-height: 1.4;
    border-bottom: 1px solid #1d1717;
    padding-bottom: 0.3em;
    margin-right: 0.3em;
    flex-grow: 1;
}
.numtx {
    font-size: 1.4em;
    line-height: 1;
    font-weight: 500;
    flex-shrink: 0;
}
.numtx span {
    font-size: 1.8em;
    margin-right: 0.05em;
}


.yu_box {
    padding: 1em;
}
.ysub {
    font-size: 3.8vw;
}
.ysub2 {
    font-size: 1.08em;
}
.ysub3 {
    font-size: 1em;
}
.ybox1 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.ybox1 ul li:nth-child(2) {
    width: 100%;
}
.yimg1 {
    width: 70%;
}

.ybox2 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.ybox2 ul li:nth-child(2) {
    width: 100%;
}
.ybox2sub {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.ybox2sub section:nth-child(1) {
    width: 70%;
}
.ybox2sub section:nth-child(2) {
    width: 30%;
}
.yimg2c {
    text-align: center;
}
.yimg2c img {
    width: 60%;
}

.ybox3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ybox3 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.ybox3 ul li:nth-child(2) {
    width: 100%;
}
.yimg3 {
    text-align: center;
    padding-top: 0;
}
.yimg3 img {
    width: 70%;
}

.ybox4 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.ybox4 ul li:nth-child(2) {
    width: 100%;
}

.ybox5 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.ybox5 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.ybox5 ul li:nth-child(2) {
    width: 55%;
    margin-bottom: 2em;
}
.ybox5 ul li:nth-child(3) {
    width: 100%;
}
.ybox5b ul {
    margin-bottom: -2em;
}
.ybox5b ul li {
    width: 47%;
    margin-bottom: 2em;
}
.ybox5b ul li p {
    font-size: 0.84em;
}

.ybox6 img {
    width: 100%;
}
.ybox6 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.ybox6 ul li h5 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4;
    padding: 0.5em;
    background-color: #eee;
    margin-bottom: 1em;
    text-align: left;
}
.ybox6 ul li {
    width: 47% !important;
    text-align: center;
    margin-bottom: 3em;
}
.ybox6 ul li:nth-child(3) {
    width: 100% !important;
}
.ybox6 ul li:nth-child(3) img {
    width: 40%;
}
.ybox6 ul li p {
    font-size: 0.76em;
}

.ybox7 ul {
    margin-bottom: -3em;
}
.ybox7 ul li {
    width: 100%;
    margin-bottom: 4em;
}


}

