@charset "UTF-8";

/* mod_billboard
-----------------------------------------*/
.mod_billboard{
  position: relative;
  background: #fff;
}
.mod_report {
  transition: all .2s ease-in-out 0s;
}
.mod_report:hover {
  opacity: .8;
}

.mod_billboard.mod_billboard-sp{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_billboard{
    display: none;
  }
  .mod_billboard.mod_billboard-sp{
    display: block;
  }
  .mod_billboard.mod_billboard-sp .slick li{
    height:auto;
  }
  .mod_billboard.mod_billboard-sp .slick li a{
    position: static;
    left:0;
    width:auto;
  }
  .mod_billboard.mod_billboard-sp .slick li a img{
    height:auto;
  }
.anker span a {
    font-size: 15px;
    padding: 26px;
}
.anker span a::before{
    top: 15%;
    left: 1%;
}
}

/*=======================
  Prevention base style
 =======================*/
.Prevention {
  color: #000;
}
/*=======================
  Container
 =======================*/
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
   .Container {
     padding-left: 20px;
     padding-right: 20px;
   }
 }
/*=======================
  display 
 =======================*/
 .DispNone {
   display: none;
 }
 .SpShow {
    display: none;
  }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
   .PcShow {
     display: none;
    }
   .SpShow {
     display: block;
    }
 }
 .InlineBlock {
   display: inline-block;
 }
/*=======================
  Button
 =======================*/
 .Btn {
   display: block;
   line-height: 70px;
   text-align: center;
   font-size: 20px;
   font-weight: bold;
   color: #000;
   border-radius: 5px;
   position: relative;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Btn {
    font-size: 16px;
    line-height: 60px;
  }
 }
 .Btn::after {
  position: absolute;
  right: 22px;
  top: 43%;
  transform: translateY(-43%) rotate(135deg);
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
 }
 .Btn--color01 {
   background-color: #f4f5df;
 }
 .Btn--color02 {
   background-color: #fdeada;
 }

 /*=======================
  ListBox
 =======================*/
 .ListBox {
    margin-bottom: -10px;
    text-align: left;
 }
 .ListBox__list {
    margin-bottom: 10px;
 }
 .ListBox__list::before {
   display: inline-block;
   content: "";
   width: 8px;
   height: 8px;
   border-radius: 50%;
   margin-top: 1px;
   margin-right: 7px;
   vertical-align: top;
 }
 .ListBox--color01 .ListBox__list::before {
    background-color: #888a5b;
 }
 .ListBox--color02 .ListBox__list::before {
    background-color: #8c6b4f;
 }
 .ListBox--color02 .ListBox__list::before {
    background-color: #8c6b4f;
 }
/*=======================
  HeadLine 
 =======================*/
 /* HeadLine */
 .HeadLine {
   padding: 67px 0;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
   .HeadLine {
     padding: 50px 0 70px;
   }
 }
 .HeadLine__title {
   text-align: center;
   margin-bottom: 70px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .HeadLine__title {
    margin-bottom: 50px;
  }
 }
 .HeadLine__btnArea {
   display: flex;
   justify-content: space-between;
   width: 765px;
   margin-left: auto;
   margin-right: auto;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .HeadLine__btnArea {
    display: block;
    width: 100%;
    margin-bottom: -30px;
  }
 }
 .HeadLine__btnArea__box {
    width: 47%;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .HeadLine__btnArea__box {
    width: 100%;
    margin-bottom: 30px;
  }
 }
 .HeadLine__btnArea__btn {
   margin-bottom: 18px;
 }
 .HeadLine__btnArea__list {
   margin-left: 30px;
 }

 /*=======================
  Section 
 =======================*/
 .Section {
   padding: 70px 0 25px;
 }
 .Section__title {
   text-align: center;
   font-size: 30px;
   font-weight: bold;
   line-height: 1.5;
   padding-bottom: 20px;
   position: relative;
   margin-bottom: 30px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section__title {
    font-size: 28px;
  }
 }
 .Section__title::after {
   content: "";
   display: inline-block;
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%);
   width: 40px;
   height: 4px;
   border-radius: 3px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section__title::after {
    width: 30px;
  }
 }
 .Section__title.Section__title--color01::after {
    background-color: #888a5b;
 }
 .Section__title.Section__title--color02::after {
    background-color: #8c6b4f;
 }
 .Section__title01 {
   position: relative;
   line-height: 46px;
   background-color: #2faf9c;
   color: #fff;
   border-radius: 3px;
   padding-left: 103px;
   font-size: 22px;
   font-weight: bold;
   margin-bottom: 50px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section__title01 {
    line-height: 1.5;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 78px;
    font-size: 16px;
    margin-bottom: 35px;
  }
 }
 .Section__title01 .icon {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: -6px;
   width: 74px;
 }
 .Section__title01 .icon.type01 {
   width: 75px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section__title01 .icon,
  .Section__title01 .icon.type01{
    width: 60px;
    left: 0;
  }
 }
 .Section__title01 .slash {
   padding: 0 20px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section__title01 .slash {
    display: none;
  }
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
   .Section__title01 .sub {
      font-size: 14px;
   }
 }
 .Section__title02 {
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 25px;
   text-indent: -1em;
 }
 .Section__title02 span {
   font-size: 20px;
   font-weight: bold;
   background-color: #2faf9c;
   color: #fff;
   border-radius: 20px;
   text-align: center;
   padding: 2px 45px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section__title02 {
    font-size: 18px;
    text-indent: 0;
  }
 }
 .Section__title03 {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 20px;
   color: #2faf9c;
   text-indent: -1em;
 }
 .Section__title03::before {
   display: inline;
   content: "●";
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section__title03 {
    font-size: 16px;
    text-indent: 0;
  }
 }
 .Section__ListBox {
   text-align: center;
   margin-bottom: 45px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section__ListBox {
    text-align: left;
    margin-left: 20px;
  }
 }
 .Section__description {
   display: flex;
   justify-content: space-between;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 50px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section__description {
    display: block;
    width: 100%;
    margin-bottom: 45px;
  }
  .Section__description__right {
    text-align: center;
    margin-top: 30px;
  }
 }

 .Section__p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
 }
 .Section__p.mb0 {
  margin-bottom: 0;
 }
 .Section__p sup {
   font-size: 0.7em;
 }
 .Section__imgBox {
   display: flex;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section__imgBox {
    display: inline-flex;
  }
 }
 .Section__imgBox__box {
   text-align: center;
 }
 .Section__imgBox__box:last-child {
   margin-left: 8px;
 }
 .Section__imgBox__box img {
   margin-bottom: 10px;
 }
 .Section__imgBox__p {
   font-size: 12px;
   line-height: 1.3;
 }
 /* Section--dayservice */
 .Section--dayservice {
   background-color: #f4f5df;
 }
 /* Section--shortstay */
 .Section--shortstay {
  background-color: #fdeada;
 }
 /* Section--serviceinfo */
 .Section--serviceinfo {
   background-color: #e6dacb;
   padding-bottom: 45px;
   margin-bottom: 70px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section--serviceinfo {
    padding-bottom: 70px;
  }
 }
 .Section--serviceinfo__title {
   font-size: 20px;
   font-weight: bold;
   line-height: 1.6;
   text-align: center;
   margin-bottom: 42px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section--serviceinfo__title {
    padding-left: 10px;
    padding-right: 10px;
  }
 }
 .Section--serviceinfo__body {
   display: flex;
   align-items: center;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section--serviceinfo__body {
    flex-direction: column;
  }
 }
 .Section--serviceinfo__left {
   text-align: center;
   flex-basis: 317px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section--serviceinfo__left {
    margin-bottom: 40px;
  }
 }
 .Section--serviceinfo__left__img {
   margin-bottom: 31px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section--serviceinfo__left__img {
    width: 77px;
  }
 }
 .Section--serviceinfo__left__head {
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 21px;
 }
 .Section--serviceinfo__left__body {
   line-height: 1.7;
   margin-bottom: 35px;
 }
 .Section--serviceinfo__right {
   flex: 1;
   overflow: hidden;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section--serviceinfo__right {
    width: 100%;
  }
  .Section--serviceinfo__right img {
    width: 100%;
  }
 }
 .Section--serviceinfo__right__img02 {
   float: left;
 }
 .Section--serviceinfo__right__img03 {
   float: right;
 }
 .Section--serviceinfo__right__img02,
 .Section--serviceinfo__right__img03 {
   width: 49.8%;
 }
 .Section--serviceinfo__btn {
   position: relative;
   display: block;
   text-align: center;
   line-height: 50px;
   border-radius: 3px;
   width: 204px;
   background-color: #fff;
   color: #b8976f;
   font-size: 14px;
   font-weight: bold;
   margin: 0 auto;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Section--serviceinfo__btn {
    width: 100%;
  }
 }
 .Section--serviceinfo__btn::after {
  position: absolute;
  right: 16px;
  top: 46%;
  transform: translateY(-46%) rotate(45deg);
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #b8976f;
  border-right: 2px solid #b8976f;
 }

/*=======================
  Caution 
 =======================*/
.Caution {
  padding-top: 52px;
  padding-bottom: 98px;
  margin-bottom: -10px;
  font-size: 12px;
  line-height: 1.8;
  text-align: justify;
}
.Caution__list {
  text-indent: -20px;
  padding-left: 20px;
  margin-bottom: 10px;
}

/*=======================
  Request 
 =======================*/
 .Request {
   border: 3px solid #2faf9c;
   overflow: hidden;
   margin-bottom: 100px;
 }
 .Request__inner {
   float: left;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Request__inner {
    width: 100%;
  }
 }
 .Request__title {
   background-color: #2faf9c;
   padding: 40px 30px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Request__title {
    max-width: 100%;
    text-align: center;
  }
 }
 .Request__ul {
   padding: 23px 0 0 20px;
   margin-bottom: -5px;
 }
 @media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Request__ul {
    padding: 30px 18px;
  }
 }
 .Request__li {
   margin-bottom: 5px;
   text-indent: -1em;
   padding-left: 1em;
   line-height: 1.6;
   font-size: 16px;
 }
 .Request__li .caution {
   font-size: 12px;
 }

 .Conversion {
   margin-bottom: 70px;
 }