@charset "UTF-8";

@media(min-width: 800px){
  a[href^="tel:"]{
      pointer-events: none;
  }
}

/* * {
  border: 1px dotted #F5695F;
} */
/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}

body {
  /* max-width: 1920px; */
  color: #fff;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
  line-height: 2;
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  background-color: #190808;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3 {
  font-weight: bold;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.4rem;
}

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px;}
.mb120 { margin-bottom: 120px;}

.mt40 { margin-top: 40px; }
.mt100 { margin-top: 100px; }

.pb40 { padding-bottom: 40px; }
.pb60 { padding-bottom: 60px; }
.pb100 { padding-bottom: 100px; }

.pt40 { padding-top: 40px;}
.pt60 { padding-top: 60px;}
.pt80 { padding-top: 80px;}
.pt100 { padding-top: 100px; }

.center { 
  text-align: center; 
  margin-right: auto;
  margin-left: auto;
}
.left { text-align: left; }
.right { text-align: right; }
.bold { font-weight: bold;}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.font18 { font-size: 1.8rem; }
.font24 { font-size: 2.4rem; }
.text-red { color: #D53E53; }
.text-white { color: #FFF; }
.nowrap { white-space: nowrap;}
.relative {position: relative;}

.pc { display: block; }

.sp { display: none; }

.box1440 {
  max-width: 1460px;
  margin: 0 auto;
  padding: 40px 10px 20px;
}

.box1200 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

header {
  width: 100vw; 
  background-color: #fff; 
}

.logo-area {
  max-width: 70%;
}

.top-view {
  background: url(../images/topview-img.jpg) no-repeat center / cover;
  padding: clamp(200px,40vw,500px) 20px 40px;
  width: 100vw;
}

.ttl-h2 {
  padding-top: 2em;
  text-align: center;
}

.calender-area {
  width: 100%;
  /* background-color: #fff; */
}

.bg-catch {
  background: url(../images/bg_catch.png) no-repeat center /cover;
  padding-bottom: clamp(40px,10vw,100px);
  
}

.catch-fukidasi {
  position: relative;
  top: 70px;
  max-width: 60%;
}

.catch-txt {
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
  text-shadow : 0px 0px 7px #fff
}

.about-box {
  background: url(../images/bg_about.jpg) no-repeat top left / contain;
}

.about-txt {
  padding: clamp(2em,10vw,10em) 0 1em;
  max-width: 60%;
  text-align: center;
  margin-left: auto;
  text-shadow:
       2px  2px 0px #190808,
      -2px  2px 0px #190808,
       2px -2px 0px #190808,
      -2px -2px 0px #190808,
       2px  0px 0px #190808,
       0px  2px 0px #190808,
      -2px  0px 0px #190808,
       0px -2px 0px #190808;  
}

.about-txt span {
  display: inline-block;
  text-align: left;
}

.bg-charge {
  background: url(../images/bg_charge_l.png) no-repeat top left / contain,
  url(../images/bg_charge_r.png) no-repeat bottom right / contain;
  padding: 40px 0 100px;
  background-size: 50%, 50%;
}

.charge-area {
  color: #190808;
  font-size: 1.6rem;
  line-height: 1.75;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  border: solid 3px #fff;
  box-shadow: 0 0 10px #fff;
  padding: 2em clamp(0.5em, 6vw, 8em);
}

h3.ttl-charge {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 5px #D53E53;
}

.plun1-row {
  justify-content: center;
  gap: 3em;
  margin: 2em 0 1em;
}

.plun2-3-row {
  gap: 3em;
  align-items: start;
}
.plun2-3-row > div {
  flex-basis: 50%;
}

.cancel-txt {
  display: inline-block;
  border-bottom: solid 2px #190808;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 2em 0;
  margin-bottom: 1em;
}

.charge-row {
  color: #190808;
  gap: 2em;
  align-items: start;
  margin-bottom: 40px;
}

.charge-item {
  text-align: center;
  flex-basis: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  border: solid 3px #fff;
  box-shadow: 0 0 10px #fff;
  padding: 1em 2em;
}

.option-light-row {
  align-items: start;
  gap: 1em;
}


.option-area {
  color: #190808;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  border: solid 3px #fff;
  box-shadow: 0 0 10px #fff;
  padding: 1em clamp(2em,2vw,6em);
}

.option-row {
  gap: 2em;
  text-align: left;
  margin: 20px 0;
  align-items: start;
}

.option-row ul li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: -2px;
  width: 8px;
  height: 8px;
  background: #190808;
}

.bg-contact {
  background: url(../images/bg_contact.jpg) no-repeat center /cover;
  padding-bottom: clamp(40px,10vw,100px);

}



.charge-hole {
  position: relative;
  left: 20%;
  margin: 20px 0 0;
}

.charge-hole:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: 0;
  width: 10px;
  height: 10px;
  background: #190808;
}


.facility-area li {
  padding-left: 2em;
}

.facility-txt {
  position: absolute;
  top: -2em;
  right: 0;
}

.facility-btn {
  position: absolute;
  top: 2em;
  right: 0;
}

.stage-row {
  gap: 1em;
}

.contact-txt {
  text-align: center;
  text-shadow: 2px 2px 0px #190808, -2px 2px 0px #190808, 2px -2px 0px #190808, -2px -2px 0px #190808, 2px 0px 0px #190808, 0px 2px 0px #190808, -2px 0px 0px #190808, 0px -2px 0px #190808, 0 0 7px #fff;
}

.mailform-area {
  color: #190808;
}


.bg-left {
  background-image: url(../images/logobg_l.png);
  background-size: contain;
  width: 100%;
}

.bg-right {
  background-image: url(../images/logobg_r.png);
  background-size: contain;
  width: 100%;
}

#sec-about {
  height: 740px;
}

.catch-txt-area {
  position: absolute;
  left: 2%;
  z-index: 2;
}
.catch-copy {
  display: block;
  padding: 60px 0 120px 40px;
  font-size: 3.6rem;
}
.about-img {
  position: absolute;
  top: 80px;
  right: -10%;
  z-index: 1;
}

.bg-business {
  background-color: #478699;
  background-image: url(../images/bg_business.png);
  background-size: contain;
  width: 100%;
}

.ttl-business {
  text-align: center;
  padding: 100px 0 10px;
}

.president {
  font-weight: bold;
  text-align: right;
  margin-top: 1em;
}
.president-name {
  margin-left: 1rem;
  font-size: 2.4rem;
}

.business-img-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.business-img {
  padding: 5px;
}

.bg-recruit {
  background-image: url(../images/bg_recruit.jpg);
  background-size: cover;
  background-position: 77%, 0;
  padding: 30px;
}
.recruit-area {
  padding: 80px;
  width: 34em;
  background-color: #ffffffa9;
  border-radius: 10px;
}

.recruit-tel {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 30px 0 20px;
}
.recruit-telnum {
  font-size: 3.6rem;
}

.contact-tel-row1, .contact-tel-row2 {
  justify-content: right;
  align-items: center;

}
.contact-tel-row1 {
  margin: 3em 0;
}
.contact-tel-row2 img {
  margin-left: 1rem;
}
.blue-line {
  border: 1px solid #1e627c;
  width: 20%;
  max-width: 80px;
  margin: 0 1em;
}
.tel-time {
  font-size: 2.1rem;
  font-weight: 500;
  padding-left: 1rem;
  line-height: 1.3;
}
.contact-tel {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  html { font-size: 60%; }
  body { line-height: 1.6; }

  .pc { display: none; }
  .sp { display: block; }
  .row { flex-direction: column; }
  .box1440 { padding: 10px; }
  .box1200 { padding: 0 15px; }
  .font18{ font-size: 1.5rem;}

  .catch-txt { font-size: inherit; }

  .about-txt {
    max-width: 90%;
    margin: 0 auto;
    padding-top: clamp(12em,50vw,25em);
  }
  .bg-charge {
    padding: 0 0 60px;
    background-size: 75%, 75%;
  }
  .charge-area {
    padding: 1em 10px;
  }
  .charge-item { padding: 1em 10px; }
  h3.ttl-charge {
    font-size: 2.1rem;
  }

  .charge-row {
    align-items: stretch;
  }

  .option-light-row {
    align-items: stretch;
  }

  .option-area { 
    padding: 1em 10px; 
    text-align: center;
  }

  .option-area > div {
    display: inline-block;
    margin: 0 auto;
  }
  
  .option-row {
    align-items: start;
    margin: 1em 2em;
  }
  

  





}



/***************************/
/*   ページトップへ戻るボタン  */
/***************************/
.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  max-width: 15%;

  height: auto;
  z-index: 999;
}
.pagetop img {
  width: 100%;
}

/***********************************/
/*   ページトップへ戻るボタン ここまで  */
/***********************************/


/* @media screen and (max-width: 1280px) {
  body { width: 100%;}
  .about-img { right: -10px; }
}
 */
/* @media screen and (max-width: 905px) {
  .about-img {
    top: 140px;
    right: 1px;
    width: 60%;
  }
  .ttl-business { padding-top: 40px;}
  .recruit-area {
    padding: 50px;
    width: 31em;
  }

  .blue-line { display: none; }
} */

/* @media screen and (max-width: 810px) {
  .contact-tel-row1 { flex-direction: column; }
  .contact-txt { 
    padding: 2em 0 0.5em; 
    font-size: 2.2rem;
  } 
  .tel-time { font-size: 1.4rem;}
  .contact-tel {font-size: 3.2rem;}
  .contact-tel-row2 img {
    margin-left: 0;
    width: 20%;
  }
}
 */

/* @media (max-width: 750px) {
  header .row {
    flex-direction: row;
  }
  header .row .logo-area {
    flex: 0 2 60%;
  }
  header .row a {
    flex: 0 0 40%;
    text-align: end;
  }
  .slider-item img {
    height: 250px;
    object-fit: cover;
  }
  .pagination-item {
    width: 3px;
    height: 30px;
  }

  .business-img-area .order1 {
    order: 0;
  }
  .business-img-area .order2 {
    order: 1;
  }

  .bg-recruit {
    background-position: 70%, 0;
  }
  .recruit-area { 
    padding: 20px;
    width: 27em;
    max-width:90%;
  }
  .recruit-tel { font-size: 2rem; }
  .recruit-telnum { font-size: 2.4rem; }
  #sec-contact .contact-tel-row1 .contact-tel-row2 { 
    flex-direction: row; 
  }
  .contact-tel-row1 {margin: 0;}
  #page_top  { max-width: 30%; }
  
} */
/* @media screen and (max-width: 560px) {
  header .row { flex-direction: column; }
  header .row a { width: 60%;}
  #sec-about { height: 790px; }
  .catch-copy {
    padding: 50px 0 160px;
    font-size: 2.1rem;
  }

  h2 img {
    max-width: 320px;
    width: 100%;
  }
  .about-img {
    top: 88px;
    right: 0;
    width: 80%;
}
.business-img-area { 
  flex-direction: column; 
  align-items: center;
}
.business-img-area .order11 { order: 0; }
.business-img-area .order22 { order: 1; }

} */


/*************************************/
/*          footer                   */
/*************************************/
.bg-footer {
  background: url(../images/bg_foolter.jpg) no-repeat center /cover;
}

.logo-tel-area {
  flex: 0 1 50%;
  line-height: 1.6;
}

.address-area {
  text-align: center;
}
.address-area p {
  display: inline-block;
  text-align: left;
}

.footer-tel {
  margin: 20px 40px 20px 0;
  font-size: 5rem;
  font-weight: bold;
}

.map-area {
  flex: 0 1 50%;
  width: 100%;
}

.map-area iframe {
  width: 100%;
  padding: 2em;
}

.copyright {
  font-size: 1.4rem;
  padding: 1em;
  width: 100vw; 
  background-color: #fff; 
  color: #190808;

}

@media (max-width: 768px) {
  .footer-tel {
    margin: 0 0 2em;
    font-size: 3.4rem;
  }

  .map-area {
    margin: 0;
    width: 100%;
  }
}

.waku{
	border-radius: 5px;
    border: solid 3px #fff;
    box-shadow: 0 0 10px #fff;
}
