@charset "UTF-8";
@media (min-width: 751px) {
  #maincontents a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.bg_color{
  /* background: #f4f3ec; */
  background: #f5e4de;
  padding: 100px 0;
}

#maincontents a:link{
  color: #0065d6;
}

.bg_color section a.btn{
  border-radius: 50px;
  padding: 15px 30px;
  border: 3px solid #c50018;
  color: #c50018 !important;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1rem;
  display: block;
  width: 400px;
  transition: all .5s ease;
}

.bg_color section a.btn span{
  font-size: .8rem;
}

.bg_color section a.btn:hover{
  color: #fff !important;
  opacity: 1 !important;
  background: url(../images/hokkaido-love-wari/heart.svg) no-repeat bottom 2px right 4px #c50018;
  background-size: 32px auto;
}

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

#fv {
  width: 100%;
  /* height: 660px; */
  height: 800px;
  background: url(../images/hokkaido-love-wari/logo.svg) repeat-x top 30% center #f5e4de;
  background-size: 540px auto;
  position: relative;
}

#fv h2{
  position: absolute;
  /* bottom: 0; */
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #c50018;
  text-align: center;
  line-height: normal;
}

#fv h2 a{
  color: #c50018 !important;
  text-decoration: underline !important;
}

#fv h2 span{
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

#fv h2 img {
  width: 100%;
  max-width: 600px;
  display: block;
}

#fv h2.end {
  font-size: 40px;
  bottom: 200px;
}

.day_kome {
  text-align: end;
  /* font-size: .75rem; */
  font-size: 1rem;
  color: #c50018;
}

@media (max-width: 750px) {
  .bg_color{
    padding: 10vw 0 14vw;
  }

  .bg_color section a.btn{
    width: 100%;
  }

  #fv {
    /* height: 120vw; */
    height: 140vw;
    background-size: 100%;
  }

  #fv h2{
    width: 90%;
    bottom: 10vw;
  }

  #fv h2 span{
    font-size: 4.5vw;
    margin-top: 4vw;
  }

  #fv h2 img{
    width: 95%;
  }

  #fv h2.end {
    font-size: 10vw;
    bottom: 25vw;
  }

  .bg_color section a.btn{
    font-size: 4vw;
  }

  .bg_color section a.btn span{
    font-size: 3.2vw;
  }

  .day_kome {
    /* font-size: 3.2vw; */
    font-size: 3.7vw;
    padding-left: 3.7vw;
    text-indent: -3.7vw;
    text-align: justify;
  }

}

section{
  margin: 4rem 0 8rem;
}

section h3{
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 900 !important;
  background: #000;
  color: #fff;
  padding: 10px 1rem;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}

.text_box{
  width: fit-content;
  margin: 0 auto 2rem;
}

.text_box h4{
  font-size: 1.5rem;
  margin: 1rem 0 10px;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.text_box p{
  font-size: 1rem;
}

.text_box.about p{
  font-size: 1.25rem;
  font-weight: 700;
}

.text_box p.ta_c{
  text-align: center;
}

.text_box p.main_text{
  font-size: 2.5rem;
  margin-top: 5rem;
}

.text_box .big_text{
  font-size: 10rem;
  font-weight: 700;
  color: #c50018;
}

.text_box p.kome{
  font-size: 1rem;
  padding-left: 1rem;
  text-indent: -1rem;
}

.text_box p.kome span.big{
  font-size: 1.2rem;
  color: #c50018;
}

@media (max-width: 750px) {

  section{
    margin: 10vw 0 16vw;
  }

  section h3{
    font-size: 7vw;
  }

  .text_box h4{
    font-size: 5vw;
    margin: 5vw 0 10px;
    padding-left: 5vw;
    text-indent: -5vw;
  }

  .text_box.about p{
    font-size: 5.5vw;
    line-height: 8vw;
  }

  .text_box .big_text{
    font-size: 30vw;
  }

  .text_box p.main_text{
    font-size: 10vw;
    line-height: 15vw;
    margin-top: 15vw;
  }

  .text_box p{
    font-size: 4vw;
  }

  .text_box p.kome{
    font-size: 4vw;
    padding-left: 4vw;
    text-indent: -4vw;
  }

  .text_box p.kome span.big{
    font-size: 4.2vw;
  }

}

#plan_item ul.contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}
#plan_item ul.contents li{
  width: 32%;
  border: #000 4px solid;
  background: #fff;
  border-radius: 13px;
}

#plan_item ul.contents li h4.plan_ttl{
  background: #000;
  color: #fff;
  padding: 10px;
  margin: 0;
  text-align: center;
}

#plan_item ul.contents li .img_box img{
  height: 240px;
  width: 100%;
  object-fit: cover;
}

#plan_item ul.contents li .link_item a{
  width: 90%;
  margin: 1rem auto;
  font-size: 1rem;
}

#plan_item ul.contents li .link_item a span{
  font-size: 13px;
  line-height: normal;
  display: block;
}

#plan_item .link_box a.btn{
  width: 32%;
  margin: 0;
}

#plan_item ul.contents li .text{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5%;
}

#plan_item ul.contents li .text h4{
  font-size: 1rem;
  text-align: center;
  margin: 1rem auto;
  color: #c50018;
}

#plan_item ul.contents li .text h4 span{
  font-size: .8rem;
  display: block;
}

h4.link_ttl{
  text-align: center;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 2rem;
  white-space: nowrap;
}

h4.link_ttl::before,
h4.link_ttl::after{
  content: "";
  height: 3px;
  width: 100%;
  background: #000;
}


.link_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

a.to_top{
  display: block;
  background: #fff;
  border: #000 solid 4px;
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  transition: all .5s ease;
}

a.to_top:hover{
  opacity: 1 !important;
  background: #000;
  color: #fff !important;
}

@media (max-width: 750px) {

  #plan_item ul.contents{
    gap: 8vw;
  }

  #plan_item ul.contents li{
    width: 100%;
  }

  #plan_item ul.contents li .text{
    font-size: 4vw;
  }

  #plan_item ul.contents li .text h4{
    font-size: 4.2vw;
  }

  #plan_item ul.contents li .text h4 span{
    font-size: 3.5vw;
  }

  #plan_item ul.contents li .link_item a{
    font-size: 4vw;
  }

  #plan_item ul.contents li .link_item a span{
    font-size: 3.5vw;
  }

  #plan_item .link_box a.btn{
    width: 100%;
  }

  #plan_item h4{
    font-size: 5.5vw;
    margin-bottom: 6vw;
  }

  h4.link_ttl{
    white-space: normal;
  }

  h4.link_ttl::before,
  h4.link_ttl::after{
    width: 13%;
  }

}


ul.branch{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

ul.branch li{
  width: 48%;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
}

ul.branch li .name{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
}

ul.branch li .name a h4{
  color: #000 !important;
  position: relative;
  margin-right: 35px;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: normal;
}

ul.branch li .name a h4::before{
  content: "";
	position: absolute;
	top: 6px;
	right: -21px;
	display: block;
	width: 12px;
	height: 8px;
	border-top: 1px solid #999;
  border-left: 1px solid #999;
}

ul.branch li .name a h4::after{
  content: "";
	position: absolute;
	top: 9px;
	right: -25px;
	display: block;
	width: 12px;
	height: 10px;
	border: 1px solid #999;
}

ul.branch li .name a.tel{
  color: #c50018 !important;
  text-decoration: underline !important;
  display: block;
  width: fit-content;
  padding: 4px;
  font-size: 1.1rem;
}

@media (max-width: 750px) {
  ul.branch li{
    width: 100%;
  }

  ul.branch li .name h4{
    font-size: 4.5vw;
  }

  ul.branch li .name a.tel{
    font-size: 4.25vw;
  }

  ul.branch li p{
    font-size: 3.75vw;
  }

}


/* 予約方法 */
#step p{
  font-size: 1rem;
}
#ryokou_shien__step__box {
  margin-top: 50px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2rem;
}
.ryokou_shien__step {
  width: 30%;
  border: 4px solid #000;
  background: #fff;
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
}
.ryokou_shien__step>span {
  background: #c50018;
  color: #fff;
  width: 50px;
  height: 50px;
  display: grid;
  text-align: center;
  align-items: center;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  top: -25px;
  left: -25px;
}
.ryokou_shien__step dl {
  padding: 16px;
}
.ryokou_shien__step dt {
  height: 52px;
  text-align: center;
  color: #3b3838;
  font-size: 18px;
  align-items: center;
  display: grid;
  font-weight: 700;
}
.ryokou_shien__step dd img {
  width: 180px;
  display: block;
  margin: 10px auto;
}
.ryokou_shien__step dd p {
  font-size: 12px;
  line-height: normal;
}

@media (max-width: 750px) {

  .ryokou_shien__step{
    width: 95%;
    margin: 0 auto;
  }

}


/* 20230112追加 */

.contact_text{
  width: 60%;
  margin: 0 auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
}
.contact_text p{
  text-align: center;
  font-size: 1rem;
  margin-bottom: 10px;
}
.contact_text table{
  width: 70%;
  margin: 0 auto;
}
.contact_text table th{
  font-weight: bold;
  vertical-align: middle;
}
.contact_text table th,
.contact_text table td{
  font-size: 1rem;
  padding: 10px 8px;
  border-bottom: #ccc solid 1px;
}
.contact_text table a.tel{
  color: #c50018 !important;
  text-decoration: underline !important;
}

@media (max-width: 750px) {
  .contact_text{
    width: 100%;
  }
  .contact_text p{
    font-size: 4vw;
  }
  .contact_text table{
    width: 100%;
  }
  .contact_text table th,
  .contact_text table td{
    padding: 3vw 2vw;
    font-size: 4vw;
  }
  .contact_text table th{
    white-space: nowrap;
  }
}