
*{
text-decoration: none;
}

body{
    font-family: font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width:767px) {
body{
}
}


p{
margin: 0;
}

.sm_30{
    margin-bottom:0;
}
@media screen and (max-width:767px) {
.sm_30{
    margin-bottom:30px;
}
}

#wrap{
font-size: 100%;
line-height: 2;
}

.wrap{
    background:#fff;
}




/*menu*/


/* ===== メニューボタン ===== */
.menu-toggle {
  position: fixed;
  top: 20px;
  right: 25px;
  width: 56px;
  height: 56px;
  background-color: #e74c3c; /* 赤背景 */
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999; /* 最前面 */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 三本線 */
.menu-toggle span {
  position: absolute;
  width: 28px;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}

.menu-toggle span:nth-child(1) {
  transform: translateY(-8px);
}

.menu-toggle span:nth-child(2) {
  transform: translateY(0);
}

.menu-toggle span:nth-child(3) {
  transform: translateY(8px);
}

/* ===== 開いた時（×になる） ===== */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}

/* ===== メニュー本体 ===== */
.menu {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  z-index: 9998;
}

.menu.active {
  display: block;
}

.menu ul {
  list-style: none;
  padding: 0;
  /*margin: 120px 0 0;*/
  margin: 10px 0 0;  
  text-align: center;
}

.menu li a {
  display: block;
  padding: 20px;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.menu li a:hover {
  background: rgba(255,255,255,0.15);
}



/*menu end*/



.content_box{
max-width: 1200px;
margin: 0 auto;
line-height: 2;
padding: 60px 60px 75px;
background: #fff;
}
@media screen and (max-width:767px) {
.content_box{
max-width: 1200px;
margin: 0 auto;
line-height: 2;
padding: 15px 15px 30px;
background: #fff;
}
}

.content_box2{
max-width: 1200px;
margin: 0 auto;
line-height: 2;
padding: 60px 60px 75px;
}
@media screen and (max-width:767px) {
.content_box2{
max-width: 1200px;
margin: 0 auto;
line-height: 2;
padding: 15px 15px 30px;
}
}









footer{
text-align: center;
}
.tel{
    font-size: 180%;
    font-weight: 600;
}
@media screen and (max-width:767px) {
.footer1 img{
    max-width: 250px;
}
}



header{
background-size:cover;
width:100%;
}
@media screen and (max-width:767px) {
header{
background-size:cover;
}
}


.header_box{
    width: 100%;
margin: 0 auto;
}
@media screen and (max-width:767px) {
.header_box{
padding: 0;
}
}

.header_box h1{
margin:0;
line-height: 0;
}




.pc_top{
    display:block;
}
@media screen and (max-width:767px) {
    .pc_top{
        display:none;
    }
}


.sm_top{
    display:none;
}
@media screen and (max-width:767px) {
    .sm_top{
        display:block;
    }
}









.area1{
    width: 100%;
    padding: 60px 0;
    text-align: center;
    border: solid #4f9dc1;
    border-width: 10px 0;
}

h2{
margin:0 0 30px;
    font-size:240%;
    font-weight:600;
}
h2 span{
    color: #4f9dc1;
}



.area2{
    width: 100%;
    background: #e6efee;
}

h3{
    font-size:240%;
    font-weight:600;
    text-align: center;
}
.title p{
    font-size: 140%;
    /*font-weight: 600;*/
}

.area2_box{
    border: 1px solid #3d3d3d;
    padding: 30px 60px 60px;
    background: #e6efee;
}
@media screen and (max-width:767px) {
    .area2_box{
    border: 1px solid #3d3d3d;
    padding: 0 30px 30px;
    background: #e6efee;
}
}


.area2_box_inner{
    border: 1px dotted #3d3d3d;
    border-width: 0 0 1px 0;
    padding: 30px 0;
}
.area2_box_inner_last{
    padding: 30px 0 0;
}
.area2_subtitle{
    font-size:140%;
    font-weight:600;
    line-height: 1;
    margin-bottom: 15px;
}
.area2_subtitle span{
    font-size:140%;
    font-weight:600;
}
@media screen and (max-width:767px) {
    .area2_subtitle{
    font-size:140%;
    font-weight:600;
    line-height: 1;
    margin-bottom: 15px;
    padding-top: 15px;
}
}




.area3{
    width: 100%;
    padding: 60px 0;
    text-align: center;
    border: solid #e9c741;
    border-width: 10px 0;

    background: url(../img/top/area3_bg.svg) no-repeat center bottom;
    /*background-size: cover;*/
}

.area3_title{
    border:solid #3d3d3d;
    border-width: 2px 0;
    padding: 15px 0;
    margin-bottom: 30px;
}
.area3_title p{
    font-size: 140%;
    font-weight: 600;
}

.recruit_y_box{
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background: #e9c741;
    font-size: 160%;
    font-weight: 600;
    border-radius: 15px;
}
.recruit_btn{
    max-width: 300px;
    padding: 15px 0;
    text-align: center;
    font-size: 160%;
    font-weight: 600;
    background: #fff;
    color: #3d3d3d;
    border: 2px solid #3d3d3d;
    display: block;
    margin: 0 auto;
}
.recruit_btn:hover{
text-decoration: none;
}







.area4{
    width: 100%;
    background: #f9f6f2;
    border: solid #e9c741;
    border-width: 0 0 10px;
}



.price{
    width: 100%;
    margin-bottom: 30px;
}
.price th{
padding: 15px;
border: 1px solid #c9c9c9;
}
.price td{
padding: 15px;
border: 1px solid #c9c9c9;
}


.contact{
    border: 1px solid #c9c9c9;
    padding: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width:767px) {
.contact{
    border: 1px solid #c9c9c9;
    padding: 15px;
    margin-bottom: 30px;
}
}
.contact_radio{
    border: 1px solid #c9c9c9;
    border-width: 1px 0;
    padding: 15px 30px;
}
@media screen and (max-width:767px) {
    .contact_radio{
    border: 1px solid #c9c9c9;
    border-width: 1px 0;
    padding: 15px 30px;
}
}



ul{
    padding: 0;
    margin: 0;
}

#tab li{
    list-style: none;
    width: 100%;

}
#tab li a{
    display: block;
    color: #fff;
    font-size: 140%;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    width: 100%;
    text-decoration: none;
    border-radius: 15px;
}
#tab li a:hover{
    background:#e9c741;
}
#tab .present a{
    background:#e9c741;
}
#tab .null a{
    background: #868686;
}




.blue{
    color: #4f9dc1;
}
.skyblue{
    color: #9cd3cf;
}
.pink{
    color: #ee89a0;
}
.yellow{
    color: #e9c741;
}
.orange{
    color: #d88643;
}


.br_none{
    display:inline;
}
@media screen and (max-width:767px) {
    .br_none{
        display:none;
    }
}



.t1_style{
    text-align:center;
}
@media screen and (max-width:767px) {
    .t1_style{
        text-align:left;
    }
}
















/*----------------------
コンタクトフォーム
---------------------- */
.contact-form{
    padding:0;
    font-weight:600;
    font-size:120%;
    margin-bottom: 0;
}
.contact-form li{
    list-style: none;
    margin: 0 0 10px 0;
    padding: 15px;
}
.contact-form li:last-child{
    margin-bottom:0;
}
.contact-form input,textarea{
    border:1px solid #e2e2e2;
}
.contact-form p{
    margin-bottom:1rem;
}
.contact-form span{
    padding:3px 10px;
    margin-right:10px;
    background:#eaa74e;
    color:#fff;
}
.contact-form .nini{
    padding:3px 10px;
    margin-right:10px;
    background:#868686;
    color:#fff;
}
.contact_submit{
    margin:0 auto;
    text-align:center;
    font-size:120%;
    font-weight:600;
}
.contact_submit input{
    background:#e9c741;
    transition-property:background;
    transition-duration:0.3s;
    transition-timing-function:ease;
    transition-delay:0.1s;
    width:300px;
    height:60px;
    border:none;
    color:#fff;
}
.contact_submit input:hover{
    background:#494949;
    transition-property:background;
    transition-duration:0.3s;
    transition-timing-function:ease;
    transition-delay:0.1s;
}

































@media screen and (max-width:767px) {
}





@media screen and (max-width:767px) {
.br_none{
display: none;
}
}



.map{
width: 100%;
height: 350px;
}



.sm_mb15{
margin-bottom: 0;
}
@media screen and (max-width:767px) {
.sm_mb15{
margin-bottom: 15px;
}
}

.sm_mb30{
margin-bottom: 0;
}
@media screen and (max-width:767px) {
.sm_mb30{
margin-bottom: 30px;
}
}



.sm_none{
display: block;
}
@media screen and (max-width:767px) {
.sm_none{
display: none;
}
}

.pc_none{
display: none;
}
@media screen and (max-width:767px) {
.pc_none{
display: block;
}
}



.pd_tb60{
padding: 60px 0;
}

.bold{
font-weight: bold;
font-size: 120%;
}

.bold2{
font-weight: bold;
}


.t_center{
text-align: center;
}
.t_right{
text-align: right;
}
.t_left{
text-align: left;
}
.p_lr15{
padding: 0 15px;
}
.ml30{
margin-left: 30px;
}
.m_auto{
margin: 0 auto;
}
.mb10{
margin-bottom: 10px;
}
.mb15{
margin-bottom: 15px;
}
.mb20{
margin-bottom: 20px;
}
.mb30{
margin-bottom: 30px;
}
.mb40{
margin-bottom: 40px;
}
.mb50{
margin-bottom: 50px;
}
.mb60{
margin-bottom: 60px;
}
