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

@media (max-width: 1365px) {
 .w1180 {
    max-width: 90%;
}

 .w1366 {
    max-width: 90%;
}  
}

@media screen and (max-width:1325px) and (min-width:881px){
  
}



/* スマホ時のスタイル */
@media (max-width: 880px) {  
  /*
  ハンバーガーメニュー用
  .nav-links_box{
  display: block;
}
  
  .menuWrap{
    display: block;
    position: relative;
    padding:50px 30px;
  }
  
  .nav-links {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: calc(100% - 50px);
    max-width: 400px;
    height: 100%;
    background-color: #ffffff;
    transition: right 0.3s ease;
    z-index: 1001;
  }
  
  .nav-links a.headLink{
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
    color:#666666;
  }
  
  .nav-links .activeMenu{
    color:#666666;
    font-size: 20px;
  }

  .nav-links.active {
    right: 0;
  }

  .close-btn {
    display: inline-block;
    border-radius: 100px;
    background: #083f69;
    color: #ffffff;
    padding: 2px 8px;
    position: absolute;
    right: 5%;
    top: 15px;
    margin-top: 0;
  }

  .hamburger {
        display: flex;
        border-radius: 100px;
        background: #083f69;
        color: #ffffff;
        padding: 2px;
        align-items: center;
        height: 40px;
        padding-bottom: 10px;
        width: 42px;
        justify-content: center;
    position: relative;
  }
  
  .hamburger span:nth-child(1){
    width: 16px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 13px;
    left: 13px;
  }
  
  .hamburger span:nth-child(2){
    width: 16px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 20px;
    left: 13px; 
  }
  
  .hamburger span:nth-child(3){
    width: 16px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 27px;
    left: 13px; 
  }
  
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.nav-links a.activeMenu {
    color: #666666;
}  
  
.overlay.active {
  display: block;
}
  
*/  
    .sp{
    display: block;
  }
  
  .pc{
    display: none !important;
  }  
  
body {
    padding-top: 65px;
}    
  
  .logo img{
    width: 180px;
  }
  
header {
    padding: 15px 5%;
  height: 65px;
}
  
.headBtn a {
    height: 65px;
    width: 160px;
}
  
.headBtn small {
    font-size: 9px;
}

.headBtn span {
    font-size: 13px;
}
  
.mvWrap {
    padding-left: 0;
  padding-bottom: 30px;
}
  
.mvTitle {
    position: absolute;
    font-size: 24px;
    letter-spacing: 0.4em;
    line-height: 36px;
    font-weight: 500;
    left: 5%;
    top: inherit;
    bottom:10px;
}
  
.mvTitle small{
    font-size: 8px;
} 
  
.sec01 {
    padding: 65px 0;
  background: none;
}  
  
.sec01title {
    font-size: 18px;
    margin-bottom: 10px;
}
  
  .defText{
    font-size: 12px;
    line-height: 2.26em;;
  }

.sec01Wrap {
    display: block;
    margin-top: 0;
}  

.sec01Wrap li{
  padding: 0 13px;
  margin-top: 50px;
  width: 100%;
} 
  
  .sec01Wrap .defText,
  .sec02List .defText{
    font-size: 13px;
    line-height: 2em;
  }  
  
.sec01WrapTitle {
    font-size: 18px;
    margin: 20px 0 13px;
}
  
.sec02 .w1280 {
    position: relative;
    padding: 10px 0 70px;
}
  
.secTitle {
    top: -35px;
  font-size: 32px;
}
  
.sec02List {
    display: block;
}

.sec02List li{
    width: 100%;
    margin-bottom: 40px;
}
  
.sec02List li img{
    padding: 0 30px;
  max-width: 100%;
}
  
.sec02SubTitle {
    margin-bottom: 10px;
    font-size: 18px;
}
  
.sec02Cont {
    display: block;
    margin-top: 50px;
}
  
.box01, .box02{
    width: 100%;
}
  
  .box01{
    padding:0 10px;
    margin-bottom: 10px;
  }
  
.plan .secTitle {
    top: -25px;
}
  
.planTable th {
    padding: 10px 0;
    width: 160px;
    font-size: 11px;
}
  
.planTable td {
    padding: 10px 0;
    width: calc(100% - 160px);
}
  
.planTable td .time {
    font-size: 10px;
}
  
.planTable td .price {
    margin-right: 0px;
    font-size: 15px;
    display: inline-block;
    width: 160px;
}
  
  
.planTable td .fs16 {
    font-size: 13px;
}  

.plan {
    padding-bottom: 55px;
}
  
.plan_ud {
    flex-wrap: wrap;
}
  
.plan_ud p {
    width: 50%;
  line-height: 0;
}
  

  
  

  
  
/* 共通部分 */  
  .sec03{
    padding: 40px 0;
  }  

.sec03Title small {
    font-size: 10px;
  }
  
.sec03Title {
    margin-bottom: 65px;
    font-size: 24px;
}
  
.titleline:after {
    bottom: -45px;
  height: 30px;
}  
  
.sec04 {
    padding: 40px 0 80px;
    position: relative;
}  
  
  .sec04Text{
    margin-top: 60px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  
.sec04Btn a {
    margin-top: 0;
}  
  
  .map iframe{
    height: 240px;
  }
  
.foot01 {
    padding: 40px 0;
  display: block;
}
  
.foot01Box01, .foot01Box02 {
    width: 100%;
}
  
.infoTable {
    margin-bottom: 10px;
    font-size: 13px;
  margin-top: 30px;
}
  
.infoTable td.pt01 {
    color: #00303c;
    font-size: 11px;
    width: 80px;
    text-align: left;
}
  
.infoTable th, .infoTable td {
    padding: 10px 5px;
}
  
.insText {
    bottom: 130px;
  width: 110%;
  left: 5%;
}  
  
.footText03 {
    font-size: 9px;
    padding-left: 0;
}

  
  
.foot02Text .pt01 {
    font-size: 12px;
  font-weight: 500;
} 

.foot02Text .pt02 {
    font-size: 18px;
    margin-bottom: 5px;
  font-weight: 500;
} 
  
.foot02Text .pt03 {
    font-size: 10px;
  font-weight: 300;
  margin-bottom: 10px;
}   
  
  .foot02Wrap {
        padding-left: 0;
    }

  .foot02Wrap .w1180 {
    display: block;
    padding-left: 0;
    height: auto;
    padding: 40px 0;
}

  
.foot02 .tel{
    font-size: 32px;
}  
  
.foot02 .tel span {
    display: inline-block;
    font-size: 20px;
    margin-right: 8px;
}
  
.foot03 {
    display: block;
  text-align: center;
    padding:50px 0 280px;
    background-image: url("../images/spFoot.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    align-items: center;
} 
  
  .footLogo02{
    width: 100%;
  }
  
.footUd {
    display: block;
    align-items: center;
}  
  
.footUd p{
  margin-left: 0;
    margin-top: 30px;
  font-size: 12px;
} 
  
  .footLogo img{
    width: 200px;
  }  
  

 .spBtmMenu {
  position: fixed;
  bottom: -100px; /* 最初は画面外 */
  left: 0;
  width: 100%;
  transition: bottom 0.3s ease;
  z-index: 1000;
  display: flex;
}

.spBtmMenu.show {
  bottom: -10px; /* ニョキっと表示される */
}

.spBtmMenu *{
  color:#ffffff;
}

.spBtmMenu .pt01{
  width: 60px;
}

.spBtmMenu .pt02{
  width: calc((100% - 60px) / 2);
}

.spBtmMenu .pt02 a{
  width: 100%;
  height: 60px;
  color:#ffffff;
  font-size: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background:#00aae6;
  display: flex;
}

.spBtmMenu .pt02 span{
  font-size: 12px;display: inline-block;
  margin-right: 4px;
}

.spBtmMenu .pt03{
  width: calc((100% - 60px) / 2);
}

.spBtmMenu .pt03 a{
  width: 100%;
  height: 60px;
  color:#ffffff;
  font-size: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background:#00b900;
  display: flex;
}

.spBtmMenu .pt03 img{
  width: 20px;
  display: inline-block;
  margin-right: 8px;
}
  
  .footText01 {
    font-size: 13px;
    margin: 20px 0 30px;
}
 
  
  .foot02{
    background: url("../images/spFootBg.webp");
    background-size:cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #003d8b
  } 
  
  .sec01Wrap,
  .sec02List{
    text-align: center;
  }  
  
  .sec01Wrap img,
  .sec02List img{
    max-width: 500px;
  }
  
table {
border-collapse: separate;
}  
  
}


/* スマホだけに表示するように 
@media screen and (min-width: 880px) {
  .spBtmMenu {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  .menuWrap{
    padding:50px 10px;
  }
}
*/

