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


@media screen and (max-width:768px){
.visible-sp{
	display:block;
}
.hidden-sp{
	display:none !important;
}
body{
	font-size: 14px;
	line-height: 1.6;
}
.fixedcontainer{
	width: 94%;
}
.header_in{
	padding: 10px 0;
}
.menu-trigger {	
	position: relative;
	top: 0px;
	right: 3%;
	display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    width: 50px;
    height: 50px;
    z-index: 2;
}
.menu-trigger.active{
}
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: absolute;
    background: #000;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;

}
.menu-trigger span:nth-of-type(1) {
    top: 15px;
}
.menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 15px;
}
.header3 {
    display: none;
    position: fixed;
    top: 88px;   
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
.price_list{
    display: block;
}
.price_one{
    width: 100%;
    padding: 10px;
}
.submit_wrap input{
    width: 100%;
}
.area_in{
    display: block;
}
.area_map{
    width: 100%;
}
.area_content{
    width: 100%;
}
.point_one{
    display: block;
    padding: 20px;
}
.point_img{
    width: 100%;
}
.point_content{
    width: 100%;
}
.profile_in{
    display: block;
}
.profile_txt{
    width: 100%;
}
.header1{
    font-size: 10px;
}
.logo img{
    width: auto;
    height: 45px;
}
.header2 .fixedcontainer{
    padding: 5px 0;
}
.header3 ul{
    padding: 20px 0;
    display: block;
}
.header3 ul li{
    width: 200px;
    margin: 0 auto;
}
.header3 ul li a{
    border-left: none;
    border-bottom: 1px dashed #fff;
}
.header3 ul li:last-child a {
    border: none;
}
header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
}
#main{
    height: auto;
    padding: 15px 0;
    margin-top: 88px;
    background-image: url(../img/main_sp.png);
}
.main_subtxt{
    font-size: 14px;
    padding: 5px 0;
}
#links{
    padding: 20px 0;
}
.link_two{
    display: block;
    margin-top: 0;
}
.link_two a{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.covid{
    margin-top: 20px;
    padding: 20px 10px;
}
.covid_ttl{
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}
.covid_in{
    display: block;
    margin-top: 20px;
}
.covid_icons{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.covid_icons img{
    width: 80%;
}
.covid_img{
    width: 70px;
    right: 10px;
    top: 15px;
}
.covid_txt{
    font-size: 14px;
    /*letter-spacing: 0;*/
    line-height: 1.8;
}
.title2{
    font-size: 24px;
    margin-bottom: 30px;
}
.sec{
    padding: 40px 0;
}
.soudan_in{
    display: block;
}
.soudan_content{
    width: 100%;
}
.soudan_one{
    width: 48%;
}
.soudan_img img{
    width: 100%;
}
.soudan_icons{
    font-size: 16px;
}
.soudan_icons img{
    width: 20px;
}
.soudan_right{
    margin-top: 30px;
    text-align: center;
}
.title3{
    font-size: 20px;
}
.time_subttl{
    font-size: 14px;
}
.time_img{
    display: none;
}
.time_one{
    padding: 20px 10px;
    margin-top: 20px;
}
.time_btn{
    position: initial;
}
.time_one_ttl img{
    float: left;
    width: 60px;
    margin-right: 10px;
}
.time_one_ttl{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.time_one_ttl span{
    font-size: 24px;
}
.time_btn{
    width: 100%;
    margin-bottom: 10px;
}
.time_list li{
    width: 100%;
    /*margin-right: 4%;*/
}
.time_list li:nth-child(3n){
    margin-right: 0%;
}
.time_list li:nth-child(2n){
    margin-right: 0;
}
.title{
    font-size: 20px;
    margin-bottom: 30px;
}
.title span{
    font-size: 24px;
}
.work_one{
    margin-top: 5%;
    width: 48%;
}
.work_txt{
    padding: 10px;
}
.profile_txt{
    font-size: 14px;
    margin-top: 20px;
}
.reason_top_img{
    width: 60px;
    top: 12vw;
}
.title span.num{
    font-size: 36px;
}
.reason_one{
    padding: 20px 15px;
    display: block;
    margin-bottom: 30px;
}
.reason_img{
    width: 100%;
}
.reason_img img{
    width: 100%;
}
.reason_content{
    width: 100%;
}
.reason_header img{
    width: 60px;
}
.reason_ttl{
    margin-left: 10px;
    font-size: 20px;
}
.reason_txt{
    margin: 20px 0;
}
.reason_one:after{
    top: 5px;
    left: 5px;
}
.more_txt{
    margin-top: 20px;
    font-size: 16px;
}
.voice_in{
    display: block;
}
.voice_one{
    margin-top: 30px;
}
.voice_ttl{
    padding: 10px;
    font-size: 18px;
}
.cta_in{
    display: block;
}
.cta_in div{
    margin-bottom: 20px;
}
.cta_in div:last-child{
    margin-bottom: 0;
}
.price_in{
    padding: 20px 10px;
}
.price_mark{
    left: -10px;
    top: -50px;
    width: 100px;
}
.price_top_ttl{
    margin-left: 0;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.price_ttl{
    font-size: 24px;
    margin: 10px 0;
}
.price_content_ttl span {
    font-size: 14px;
    width: 96px;
    margin-right: 12px;
}
.price_content_txt span{
    font-size: 40px;
}
.price_content_txt{
    font-size: 14px;
}
#price .btn_wrap{
    margin-top: 20px;
}
.point_top_ttl{
    font-size: 24px;
    text-align: center;
}
.point_top_txt{
    font-size: 18px;
    margin-bottom: 20px;
    width: calc(100% - 100px);
}
.point_top_img{
    width: 80px;
    top: 80px;
    z-index: 0;
}
.point_one{
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
.point_num{
    margin-top: -80px;
}
.point_ttl{
    font-size: 18px;
    margin-bottom: 15px;
}
.company_ttl{
    font-size: 18px;
    padding-left: 5px;
    margin-bottom: 20px;
}
.company_in{
    display: block;
    margin-bottom: 20px;
}
.company_img{
    text-align: center;
    margin-bottom: 20px;
}
.company_map{
    width: 100%;
}
.company_link{
    text-align: center;
}
.company_info_list{
    display: block;
}
.company_info_list>.company_info{
    width: 100%;
    margin-right: 0;
}
.company_info h4{
    font-size: 16px;
    margin-bottom: 10px;
}
.company_info h4:before{
    width: 10px;
    height: 10px;
}
.company_info{
    padding-left: 16px;
    margin-bottom: 15px;
}
.area_txt{
    margin-top: 20px;
    margin-bottom: 20px;
}
.area_txt span{
    font-size: 20px;
}
.area_img{
    text-align: center;
}
.area_img img{
    width: 50%;
    max-width: 318px;
}
.about_in table th,.about_in table td{
    width: 100%;
    display: block;
    padding: 10px;
}
.about_in table th{
    border-bottom: none;
    padding-bottom: 0;
    font-weight: bold;
}
.about_in table td{
    border-top: none;
}
#about{
    background-size: cover;
    background-attachment: initial;
}
.contact-tel{
    margin-bottom: 20px;
}
.contact_in{
    margin-top: 0;
}
.contact_in table th,.contact_in table td{
    width: 100%;
    display: block;
    padding: 10px 0;
}
.contact_in table th{
    padding-bottom: 0;
}
.submit_wrap input{
    padding: 15px 0;
}
.submit_wrap{
    margin-top: 10px;
}
footer{
    padding: 10px;
    font-size: 12px;
}
#gotop{
    width: 40px;
    bottom: 70px;
    right: 20px;
}
.voice_modal{
    padding: 3%;
}
.close{
    width: 30px;
    height: 30px;
    right: -10px;
    top: -10px;
}
.sp-footer{
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
}
