
/* =======================================
	header
======================================= */
#header {
  position: fixed;
  width:100%;
  height:60px;
  padding:0;
  top:0;
  left:0;
  z-index: 10;
  transition: all 500ms ease;
}
#header.scroll,
body.header-hover__active #header {
  background: #fff;
  box-shadow:1px 1px 3px #ccc;
}
#header-inner {
  height: 60px;
  justify-content: space-between;
}
#header-inner__logo {
  position: relative;
  width:  120px;
  align-self: center;
  display: flex;
}
#header .contact-list{
  gap: 10px;
}
#header .contact-list .tel-link a.button-link{
  padding: 0;
  width: 44px;
  height: 44px;
  display: block;
}
#header .contact-list .tel-link a{
  font-size: 2.2rem;
  padding-left: 45px;
  text-decoration: none;
  line-height: 1.3;
}
#header .contact-list .tel-link a::before{
  width: 42px;
}
#header .contact-list .mail-link a.button-link{
  padding: 0;
  width: 44px;
  height: 44px;
  display: block;
}
#header .contact-list .mail-link a::before{
  width: 40px;
  left: 2px;
}
.before-480{
  display: block;
}
.after-480{
  display: none;
}
@media only screen and (min-width: 480px) {
  .before-480{
    display: none;
  }
  .after-480{
    display: block;
  }
  #header .contact-list{
    gap: 20px;
  }
  #header .contact-list .tel-link a::before{
    width: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #header,
  #header-inner {
    height:80px;
  }
  #header-inner__logo {
    width:  140px;
  }
  #header .contact-list .tel-link a{
    font-size: 3rem;
  }
  #header .contact-list .mail-link a{
    font-size: 1.6rem;
    padding: 15px 20px 15px 60px;
    text-decoration: none;
  }
  #header .contact-list .mail-link a::before{
    left: 10px;
  }
}
/* =======================================
	main
======================================= */
#contents {
  position: relative;
  padding: 60px 0 0;
}
@media only screen and (min-width: 768px) {
    #contents {
      padding-top: 80px;
    }
  }
/* =======================================
	contents-header
======================================= */
.contents-header {
  position: relative;
}
.contents-header__inner{
  padding-top: 60px;
  background: url(../img/background/bg_contents_header.webp) no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .contents-header__inner{
    padding-top: 80px;
    background: url(../img/background/bg_contents_header.webp) no-repeat;
    background-position: top center;
    background-size: cover;
  }

}
.catch-copy {
  min-height: 350px;
  position: relative;
}
.catch-copy  .txt-area{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.catch-copy h2{
  margin-bottom: 50px;
  width: 60%;
  max-width: 440px;
}
.catch-copy p {
  font-size: 1.8rem;
  text-shadow: 1px 1px 2px #efefef;
}
@media only screen and (min-width: 768px) {
  .catch-copy {
    min-height: 650px;
  }
}

/* =======================================
	TITLE
======================================= */
.main-ttl,
.points-ttl__main{
  display: inline-block;
  font-size: 2.8rem;
  position: relative;
  line-height: 1;
  z-index: 1;
}
.points-ttl__main{
  padding-bottom: 30px;
}
.points-ttl__main::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: -70px;
  right:-70px;
  display: inline-block;
  height: 1px;
  background: linear-gradient(to right, #1d4bf9, #2081e9);

}
.sub-ttl .en{
  color: #238def;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1.2;
  opacity: .1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width:  100%;
  transform: translateX(-50%);
}
#points .sub-ttl .en{
  bottom: 30px;
}
#price .main-ttl{
  color: #fff;
}
#price .sub-ttl .en{
  color: #fff;
  opacity: .2;
}
@media only screen and (min-width: 410px) {

  .sub-ttl .en{
    font-size: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-ttl,
  .points-ttl__main{
    font-size: 3.4rem;
  }
.sub-ttl .en{
  font-size: 9rem;
}
}

/* =======================================
	contents-body
======================================= */
.contents-body__inner{
  position: relative;
  padding: 100px 0 60px;
}
.wrap-container,
.wrap-container__narrow{
  margin-left:5vw;
  margin-right:5vw;
}
.bloc-header{
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contents-body__inner{
    padding: 140px 0 100px;
  }
}
@media only screen and (min-width: 940px) {
  .wrap-container__narrow{
    margin: 0 auto;
    max-width: 900px;
  }
}
@media only screen and (min-width: 1120px) {
  .wrap-container{
    margin: 0 auto;
    max-width: 1080px;
  }
}
/* =======================================
	共通
======================================= */
.gradient-line {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #1d4bf9, #2081e9);
}
/* =======================================
	points
======================================= */
.points-ttl{
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 54px;
  position: relative;
}
.points-ttl span{
  margin-right: 10px;
  display: inline-block;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 3.6rem;
  border-radius: 50%;
  background: linear-gradient(to top,
    #1d4bf9 0%,
    #2e9eeb 100%
  );
}
.points-box:not(:first-child){
  padding-top: 50px;
  border-top: 1px solid #e4e4e4;
}

.flex-37{
  gap: 50px;
  align-items: center;
}
.flex-37 .txt-area,
.flex-37 .img-area{
  width: 100%;
}
.flex-37 .img-area{
  order: -1;
}
.flex-37 .img-area .shadow-box{
  aspect-ratio: 415/242;
  position: relative;
  box-shadow: 0 5px 5px rgba(85, 145, 249, 0.5);
}
.flex-37:nth-of-type(2n) .img-area .shadow-box:after{
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #238def;
  opacity: .15;
  z-index: -1;
}
.flex-37:nth-of-type(2n+1) .img-area .shadow-box:after{
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #238def;
  opacity: .15;
  z-index: -1;
}
.flex-37 .img-area .shadow-box img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.points-box .txt-area p{
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .flex-37 .txt-area{
    width: calc(70% - 25px);
  }
  .flex-37 .img-area{
    width: calc(30% - 25px);
    order: inherit;
  }
}
/* =======================================
	message
======================================= */
#message{
  padding-bottom: 0;
  background: url(../img/background/bg_message.webp) repeat;
  background-position: center;
  box-sizing: border-box;
}
#message .deco-area{
  position: absolute;
  bottom: -125px;
  left: 0;
  width: 100%;
  height: 130px;
  background: url(../img/background/bg_message.webp) repeat;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 20px, 50% 130px, 0 20px);
  /* filter: drop-shadow(-5px 5px 10px rgba(155, 155, 155, 0.3))
  drop-shadow(5px 5px 10px rgba(155, 155, 155, 0.3)); */
  z-index: 1;
}
.message-box{
  margin: 0 auto;
  width: calc(100% - 10vw);
  max-width: 700px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  z-index: 3;
}
.message-ttl{
  font-size: 3rem;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
}
.message-img__area{
  z-index: 2;
}
.message-img__area p{
  width: calc(100% / 3);
}
.message-img__area p:nth-of-type(2){
  transform: translateY(150px);
  scale: 0.8;
}
.message-img__area p:nth-of-type(3){
  scale: 0.9;
}
@media only screen and (min-width: 800px) {
  #message{
    padding-top: 250px;
  }
  .message-box{
    width: 100%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .message-ttl{
    font-size: 4.6rem;
  }
  .message-img__area{
    justify-content: center;
  }
  .message-img__area p{
    max-width: 400px;
  }
}
@media only screen and (min-width: 1000px) {
  #message{
    padding-top: 180px;
  }
}


/* =======================================
	about
======================================= */
#about{
  background: url(../img/background/bg_about.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  box-sizing: border-box;
}
#about .txt-area{
  margin-top: 100px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 7px 7px rgba(155, 155, 155, 0.3);
}
.about-ttl{
  text-align: left;
  background: linear-gradient(to left, #00a79b, #29a9e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about p+p{
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #about .txt-area{
    margin-top: 0;
    padding: 100px 0 0;
    width: 50%;
    margin-left: 50%;
    background: transparent;
    box-shadow: none;
  }
}
/* =======================================
	reserve
======================================= */
.reserve{
  margin-top: -50px;
  padding-top: 110px;
}
@media only screen and (min-width: 768px) {
  .reserve{
    padding-top: 150px;
  }
}
.reserve::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/bg_reserve.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  box-sizing: border-box;
  z-index: -1;
}
.reserve .txt-area{
  padding: 30px;
}
.reserve-list{
  line-height: 1.4;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.reserve-list > div{
  margin: auto;
}
.reserve-list > div:nth-of-type(1){
  margin-bottom: 30px;
}
@media only screen and (min-width: 650px) {
  .reserve-list > div{
    margin: 0;
  }
  .reserve-list > div:nth-of-type(1){
    margin-bottom: 0;
  }

}
.reserve .blue-tel{
  color: #29a9e0;
  font-size: 3.2rem;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
}
.reserve .blue-tel::before{
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  background: url(../img/common/icon/icon_tel_blue.png) no-repeat;
  width: 16px;
  display: block;
  height: 100%;
  background-position: center;
  background-size: contain;
}
.line{
  color: #2db155;
  font-size: 3.2rem;
}
.line-area{
  gap: 10px;
}
.green-box{
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0;
  padding: 30px;
  box-sizing: border-box;
}
.green-box::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px; /* 枠の太さ */
  background: linear-gradient(to right,
    #29a9e0 0%,
    #06a897 30%,
    #8ac43f 70%,
    #c8cf26 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
.caution{
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
}



/* =======================================
	price
======================================= */
#price{
  background: url(../img/background/bg_price.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  box-sizing: border-box;
}
#price .txt-area{
  padding: 30px;
}
/* 料金表 */
.price-table__area{
  padding: 20px 30px;
  box-shadow: 0 5px 5px #b7b7b7;
  background: #fff;
}
.price-table table {
  width: 100%;
  border-collapse: collapse;
  /* margin-bottom: 20px; */
  line-height: 1.5;
  table-layout: fixed;
}

.price-table th, td {
  border: 1px solid #979797;
  padding: 12px;
  text-align: center;
}
.price-table th.ttl-option {
  background-color: #f0f0f0;
}
.price-table th.ttl-plan {
  background-color: #e4e4e4;
}
.price-table th.plan-silver {
  /* background-color: #b1b1b1; */
  background-color: #a3b725;
  color: #fff;
  font-size: 2rem;
}
.price-table th.plan-gold {
  /* background-color: #a4a4a4; */
  background-color: #238eab;
  color: #fff;
  font-size: 2rem;
}
.price-table th.plan-platinum {
  /* background-color: #979797; */
  background-color: #3b94d7;
  color: #fff;
  font-size: 2rem;
}
.price-table td{
  position: relative;
}
.price-table td span{
  font-size: 1.4rem;
}

.price-table td span.note{
  font-size: 1.4rem;
  color: #000;
  display: block;
}
.price-table td:nth-of-type(1),
.price-table th{
  font-size: 1.8rem;
}
/* .price-table th{
  width: 100%;
} */
.price-table td:nth-child(1) {
  width: 50px;
}
.price-table td:not(:first-child) {
  width: calc(100% - 50px);
}
.text-left{
  text-align: left;
}
@media only screen and (min-width: 600px) {
  #price .txt-area{
    padding: 50px;
  }
  .price-table th:nth-child(1),
  .price-table td:nth-child(1) {
    width: 200px;
  }
  .price-table th:not(:first-child),
  .price-table td:not(:first-child) {
    width: calc((100% - 200px) / 3);
  }
}
/* =======================================
	access
======================================= */
#access{
  background: url(../img/background/bg_message.webp) repeat;
  background-position: center;
  box-sizing: border-box;
}
#access .map-area{
  padding: 10px;
  margin-bottom: 30px;
}
#access iframe{
  display: block;
}

/* =======================================
	company
======================================= */
#company{
  background: #f5f5f5;
}
.company-table {
  box-shadow: 0 5px 5px #b7b7b7;
}
.company-table dl{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.company-table dt {
  width: 100%;
  padding: 15px;
  border-top: 1px #e4e4e4 solid;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  background: #2081e9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.company-table dd {
  padding: 15px;
  border-top: 1px #e4e4e4 solid;
  background: #fff;
  flex: 1;
  align-self: inherit;
  text-align: justify;
  font-size: 1.4rem;
  box-sizing: border-box;
  height: 100%;
}
.company-table dd p+p{
  margin-top: 1em;
}
.company-table dd p span{
  font-weight: bold;
  display: block;
}
.company-table dd span{
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .company-table dl{
      display: flex;
      flex-direction: inherit;
  }
  .company-table dt {
      padding: 20px 0;
      width: 20%;
  }
  .company-table dd {
      padding: 20px;
      align-self: center;
  }
}
/* =======================================
	contents-footer
======================================= */
.contents-footer__inner{
  position: relative;
  padding: 100px 0 60px;
  background: url(../img/background/bg_contact.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  box-sizing: border-box;
}
.contents-footer__inner a{
  text-decoration: none;
}
.contents-footer__inner .bloc-body p{
  text-align: center;
}
.contact-list{
  gap: 50px;
  justify-content: center;
  align-content: center;
}
.contact-list .tel-link a{
  display: block;
  font-size: 3rem;
  line-height: 1.4;
  padding-left: 70px;
  position: relative;
  font-weight: bold;
}
.contact-list .tel-link a span{
  background-image: linear-gradient(to top, #1d4bf9 0%, #2e9eeb 100% );
  -webkit-background-clip: text; /* テキストにグラデーションを適用 */
  color: transparent; /* グラデーションを適用するためにテキスト色を透明に */
}
.contact-list .tel-link a::before{
  content: "";
  display: inline-block;
  width: 60px;
  height: 100%;
  background: url("../img/common/icon/icon_tel.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
/* .contents-footer__inner .bloc-body p.business-time */
p.business-time{
  color: #1d4ff7;
  font-size: 1.4rem;
  text-align: left;
  font-weight: normal;
}
.contact-list .mail-link{
  align-self: center;
}
.contact-list .mail-link a{
  padding: 20px 20px 20px 90px;
  background: linear-gradient(to right, #1d4bf9 0%, #2e9eeb 100% );
  border-radius: 50px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.contact-list .mail-link a::before{
  content: "";
  display: inline-block;
  width: 60px;
  height: 100%;
  background: url("../img/common/icon/icon_mail.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .contents-footer__inner{
    padding: 140px 0 100px;
  }
  .contact-list .tel-link a{
    display: block;
    font-size: 4rem;
  }
}



/* =======================================
	footer
======================================= */
#footer{
  background-color: #f0f0f0;
}
#footer-inner{
  padding: 60px 0;
}
.footer-flex{
  gap: 30px;
  justify-content: space-between;
  flex-direction: column;
}
.address-bloc{
  display: table;
  margin: auto;
}
.img-dsk{
  margin-bottom: 10px;
}
.img-dsk img{
  margin-left: 0;
}
address{
  font-size: 1.4rem;
}
#copyright {
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-flex{
    flex-direction: inherit;
  }
  #footer-logo img{
    margin-left: 0;
  }
  .footer-flex > div:nth-of-type(2){
    align-self: flex-end;
  }

}
/* =======================================
	contact
======================================= */

span.attention {
  display: inline-block;
  margin-left: 5px;
  background: #F7567C;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 5px;
  border-radius: 3px;
  line-height: 100%;
}
.add_auto {
  display:block;
  font-size:1.2rem;
}

.table1 dl{
  display: flex;
  flex-direction: column;
}
.table1 dt {
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  border-top: 1px solid #ccc;
}
.table1 dd {
  padding: 15px 0 30px;
  border-top: 1px solid #ccc;
  flex: 1;
  align-self: inherit;
  text-align: justify;
  min-height: 53px;
}
.page-link.btn1,
.page-link.btn2{
  font-size: 2rem;
  padding: 10px 20px;
  min-width: 200px;
  border-radius: 50px;
  color: #fff;
}
.page-link.btn1{
  background: linear-gradient(to right, #1d4bf9 0%, #2e9eeb 100% );
}
.page-link.btn2{
  border-color: #97908d;
  background-color: #97908d;
}
.btn-area{
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .table1 dl{
      flex-direction: inherit;
  }
  .table1 dt {
      padding: 20px 0;
      width: 20%;
  }
  .table1.contact-area dt {
    width: 250px;
  }
  .table1 dd {
      padding: 20px 0 20px 20px;
      align-self: center;
      min-height: 43px;
  }
  .btn-area{
    flex-direction: inherit;
  }
  .page-link.btn2{
    order: -1;
  }
}
/* =======================================
	input
======================================= */
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="search"],
input[type="image"],
input[type="email"],
input[type="tel"],
select,
textarea {
   -webkit-appearance: none;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   outline:0;
   margin:0;
}
select {
  border:1px solid #ccc;
  padding:1%;
}
select[name="entry_user_addr01"],
input[name="entry_user_addr02"] {
    margin-bottom:10px;
}
input[type="tel"],
input[type="text"],
input[type="password"],
input[type="email"] {
    width:98%;
    border:1px solid #ccc;
    padding:1%;
    box-sizing: border-box;
    padding: 5px 10px;
}
input[name="entry_user_zip01"],
input[name="entry_user_zip02"] {
  width:30%;
  min-width:74px;
}
input[type="submit"],
button {
    border-radius: 4px;
}
input[type="radio"] {
    border:1px solid #ccc;
}
textarea {
    width:98%;
    height:150px;
    padding:1%;
    border:1px solid #ccc;
    box-sizing: border-box;
    padding:15px;
}
input.confirm-btn:disabled {
  opacity: .2;
  cursor: inherit;
}
input[type="submit"]{
  border-radius: 0;
}
button:disabled{
  opacity: .6;
  cursor: default;
}
.form_error{
  color: #F7567C;
  margin-top: 10px;
}
.errField{
  background-color: #ffcccc;
}
/* =======================================
	下層ページ共通
======================================= */
.page-header{
  position: relative;
  padding: 100px 0 60px;
  background: url(../img/background/bg_contact.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  box-sizing: border-box;
}
.page-header .bloc-header{
  margin-bottom: 0;
}
.page-body{
  padding: 100px 0;
}
/* =======================================
	プライバシー
======================================= */
.privacy h3{
  font-size: 1.8rem;
  margin: 50px 0 20px 0;
  font-size: 2.0rem;
  line-height: 140%;
  border-left: 3px solid #1d4bf9;
  padding-left: 20px;
}
.privacy p{
  margin: 20px 0;
  text-align: left;
}
.privacy ul{
  margin: 20px 0 0 40px;
}
.privacy ul.disc{
    margin: 20px 0 0 20px;
    list-style: disc;
}
.privacy ul.disc li{
  list-style: disc;
}
.privacy ul li{
  margin: 10px 0 0 0;
}
.privacy ul li ul{
  margin-bottom: 20px;
}
.privacy ul.num li{
  list-style: outside decimal;
}
.strong{
  font-weight: bold;
  text-decoration: underline;
}