@charset "UTF-8";

#title {
    background-image: url("../img/title.jpg");
}

#wrapper.mnpage {
	 flex: 1 1 auto;
	 background-image: url("../img/bg.jpg");
     background-position: center center;
     background-size: 1000px auto;
     padding-bottom: 5em;
     margin-bottom: 5em;
}

.hd_img {
    position: relative;
}
.hd_img section {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/hd_img_pc.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 500px;
}
.hd_img figure {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width:1100px;
    height: 100%;
	margin:0 auto;
	text-align:left;
    background-color: #fff;
}
.hd_logo {
    position: relative;
    width: 200px;
    padding-top: 30px;
    margin-bottom: 10px;
}
.tx1 {
    position: relative;
    width: 50%;
}
.tx2 {
    position: relative;
    margin: -50px auto 30px;
}
.tx3 {
    width: 50%;
    margin: 0 auto 30px;
}
.ill1 {
    width: 40%;
    margin: 0 auto 30px;
}
.tx4 {
    margin-bottom: -70px;
}
.tx5 {
    margin-bottom: 20px;
}
.tx6 {
    width: 70%;
    margin: 0 auto 50px;
}

.container_mn {
    position: relative;
	width:1000px;
	padding:100px 50px;
	margin:0 auto;
	text-align:left;
    background-color: #fff;
}

.telbox {
   background-color: #f1efe8;
   border-radius: 10px;
   padding: 30px;
   text-align: center;
   color: #111111;
}
.telbox h2 {
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.5;
    background-color: #111111;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 30px;
}
.telbox h3 {
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.7;
    margin-bottom: 10px;
}
.telbox h4 {
    text-align: center;
    margin-bottom: 10px;
}
.telbox h4 span {
    display: inline-block;
    font-weight: 600;
    font-size: 3em;
    line-height: 1.3;
    letter-spacing: 1px;
    background-image: url("../../img2024/fdial2.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px auto;
    padding-left: 60px;
}
.tel_tx {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.telbox p {
    text-align: left;
    font-size: 0.84em;
    line-height: 1.7;
}

@media screen and (min-width: 500px) {
.telbox h4 a {
    pointer-events: none;
}

.table_fm tr:nth-child(3) th,.table_fm tr:nth-child(3) td,.table_fm tr:nth-child(6) th,.table_fm tr:nth-child(6) td,.table_fm tr:nth-child(7) th,.table_fm tr:nth-child(7) td {
    border-bottom-width: 0 !important;
    padding-bottom: 0 !important;
}
}

@media screen and (max-width: 499px) {
#title {
    background-image: url("../img/title_sp.jpg");
}

#wrapper.mnpage {
	 background-image: none;
}
.hd_img section {
    background-image: url("../img/hd_img_sp.webp");
    background-size: 100% auto;
}
.hd_img figure {
    width:100%;
    height: 100%;
}
.hd_logo {
    width: 100px;
    padding-top: 20px;
    margin-bottom: 10px;
}
.tx1 {
    width: 65%;
}
.tx2 {
    margin: 0 auto 20px;
}
.tx3 {
    line-height: 0;
    width: 70%;
    margin: 0 auto 30px;
}
.ill1 {
    width: 50%;
    margin: 0 auto 10px;
}
.tx4 {
    margin-bottom: 10px;
}
.tx5 {
    margin-bottom: 20px;
}
.tx6 {
    width: 80%;
    margin: 0 auto 50px;
}

.container_mn {
	width:auto;
	padding:60px 30px;
}

.telbox {
   padding: 30px;
}
.telbox h2 {
    font-size: 1.16em;
    line-height: 1.5;
    padding: 8px 0;
    margin-bottom: 30px;
}
.telbox h3 {
    font-size: 1.24em;
}
.telbox h4 span {
    font-size: 2em;
    background-size: 34px auto;
    padding-left: 42px;
}

}
