
*{
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: 90px 60px 75px;
}
@media screen and (max-width:767px) {
.content_box{
max-width: 1200px;
margin: 0 auto;
line-height: 2;
padding: 45px 15px 30px;
}
}











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;
    }
}









.h2_title{
border: 1px solid #3d3d3d;
border-width: 1px 0;
padding: 45px 0 30px;
margin-bottom: 30px;
}
h2{
margin:0 0 15px;
    font-size:240%;
    font-weight:600;
text-align: center;
}
h2 span{
    color: #4f9dc1;
}
.sub_title{
    font-size: 120%;
    text-align: center;
}





















.area1{
    width: 100%;
    background: #f9f6f2;
}
.area1 h4{
    font-size:160%;
    font-weight:500;
    display: flex;
    align-items: baseline;
    text-align: center;
    margin-bottom: 25px;
    color: #000;    
}

.area1 h4:after{
    border-top: 1px solid;
    display: inline;
    flex-grow: 1;
    margin-left: 10px;
    border-color: #000;
content: "";    
}


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

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

h3{
    font-size:220%;
    font-weight:600;
    text-align: center;
    color: #fff;
    width: 100%;
    background: #af3737;
    padding: 10px;
    text-align: center;
    border-radius: 60px;
}
@media screen and (max-width:767px) {
h3{
    font-size:160%;
    font-weight:600;
    text-align: center;
    color: #fff;
    width: 100%;
    background: #af3737;
    padding: 10px;
    text-align: center;
    border-radius: 60px;
}    
}
.area2_title1{
    font-size:160%;
    font-weight:600;
    line-height: 1;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.area2_title2{
    font-size:120%;
    font-weight:600;
    padding: 5px 0;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    background: #3d3d3d;
}
.area2_text{
    font-size: 110%;
    line-height: 2.5;
}
.area2_price{
    font-size:140%;
    font-weight:600;
}

.area3{
    width: 100%;
    background: #265384;
    color: #fff;
}
.area3_title{
    font-size:220%;
    font-weight:600;
    text-align: center;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width:767px) {
.area3_title{
    font-size:140%;
    font-weight:600;
    text-align: center;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}    
}

.area3_bottom{
    font-size:160%;
    font-weight:600;
    text-align: center;
    color: #fff;
    text-align: center;
}
@media screen and (max-width:767px) {
.area3_bottom{
    font-size:110%;
    font-weight:600;
    text-align: center;
    color: #fff;
    text-align: center;
}    
}

.w_box{
    background: #fff;
    color: #000;
    padding: 15px 0;
    font-size: 120%;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width:767px) {
.w_box{
    background: #fff;
    color: #000;
    padding: 15px 0;
    font-size: 100%;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
}    
}


.contact_title1{
    font-size:220%;
    font-weight:600;
    text-align: center;
    margin-bottom: 30px;    
}


.contact_title2{
    font-size:220%;
    font-weight:600;
    text-align: center;
    color: #fff;
    width: 100%;
    background: #265384;
    padding: 10px;
    text-align: center;
    border-radius: 60px;
    margin-bottom: 30px;
}
@media screen and (max-width:767px) {
.contact_title2{
    font-size:160%;
    font-weight:600;
    text-align: center;
    color: #fff;
    width: 100%;
    background: #265384;
    padding: 10px;
    text-align: center;
    border-radius: 60px;
    margin-bottom: 30px;
}    
}






.text_box{
    background: #fff;
    border-radius: 15px;
    padding: 20px 15px 15px;
    margin-bottom: 30px;
}


.text_box dl{
    padding: 0;
    margin: 0;
}



.text_box dt p{
    border-right: 1px solid #000000;
}
@media screen and (max-width:767px) {
.text_box dt p{
    border-bottom: 1px solid #000000;
    border-right: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}    
}

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






.blue{
    color: #4f9dc1;
}
.skyblue{
    color: #9cd3cf;
}
.greenblue{
    color: #3ea2a7;
}
.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:#af3737;
    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:#265384;
    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;
}
