@charset "UTF-8";
@media screen and (max-width: 1080px){
  .contents{
    width: 1080px !important;
  }
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}
/*topview*/
.area_view {
  margin: 0 auto;
  display: flex;
  text-align: -webkit-center;
}
.area_view .container{
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
} 
.area_view .img {
  display: flex;
}
.area_view .img img{
  width: 100%;
}
/*navi*/
.area_navi{
  margin: 36px 0 0;
}
/*list_navi*/
.list_navi{
  padding: 0 40px;
  margin: 0;
  display: flex;
  justify-content: center;
}
.list_navi > li {
  list-style-type: none;
  display: flex;
  flex-flow: wrap;
  flex-direction: column;
  width: 30%;
  padding: 10px;
}
.list_navi a{
  padding: 18px 0px 24px;
  text-align: center;
  text-decoration: auto;
  outline: 2px solid #fff !important;
  outline-offset: -6px;
  position: relative;
}
.list_navi a::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%) rotate(0deg);
  transition: all 0.2s ease;
  background: url(../images/triangle.svg) no-repeat center center !important;
  background-size: contain !important;
  transition: all 0.2s ease;
}
.list_navi a span{
  background: #fff;
  padding: 1px 48px;
  border-radius: 40px;
  color: #000;
  letter-spacing: 0.05em;
  font: 400 15px / 1em "Noto Sans JP", sans-serif;
}
.list_navi a strong{
  padding: 10px 0 0;
  color: #06131D;
  letter-spacing: 0.08em;
  font: 500 18px / 2em "Noto Sans JP", sans-serif;
}
.list_navi .pink a{
  background: #E09B9B;
}
.list_navi .green a{
  background: #CFDE5A;
}
.list_navi .blue a{
  background: #91C8EF;
}
.area_use {
  padding: 90px 0 0;
}
.area_use .head{
  text-align: center;
}
.area_use .head .ttl{
  display: inline-block;
  padding: 0;
  margin: 0;
  font: 500 36px / 1.6em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  border-bottom: 4px solid #E09B9B;
  position: relative;
}
.area_use .head .ttl::before{
  position: absolute;
  content: '';
  top: 3px;
  left: -75px;
  width: 70px;
  height: 70px;
  transform: translatey(-50%);
  background: url(../images/son_1.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_use .head .ttl span{
  font: 500 36px / 1.6em "Noto Sans JP", sans-serif;
  position: relative;
}
.area_use .head .ttl span::before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E09B9B;
  top: -5px;
  left: 15px;
}
.area_use .body{
  margin: 20px 0 0;
  background: #E09B9B;
}
/*list_use*/
.list_use{
  padding: 64px 0;
  margin: 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.list_use > li {
  list-style-type: none;
  background: #fff;
  border: 5px solid #D47E7D;
  margin: 30px 80px;
}
.list_use > li.step1,
.list_use > li.step2,
.list_use > li.step3,
.list_use > li.step4,
.list_use > li.step5,
.list_use > li.step6 {
  position: relative;
}
.list_use > li.step1::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_1.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_use > li.step2::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_2.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_use > li.step3::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_3.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_use > li.step4::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_4.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_use > li.step5::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_5.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_use .fix {
  display: flex;
  align-items: center;
}
.list_use .img{
  width: 45%;
  margin: 30px 10px;
}
.list_use .img img{
  width: 100%;
}
.list_use .text{
  margin: 20px 40px 20px 0;
  width: 50%;
}
.list_use .text .ttl{
  color: #032F55;
  font: 500 30px / 1.3em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin: 0;
}
.list_use .text .description{
  color: #261715;
  font: 400 14px / 2em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin: 18px 0 0;
}
.list_use .text .btnarea{
  margin: 24px 0 0;
}
.list_use .text .btnarea .btn_pink,
.list_use .text .btnarea .btn_pink_gyo{
  display: block;
  text-align: center;
  text-decoration: none;
  width: 74%;
  padding: 12px 48px;
  color: #fff;
  background: #B96E82;
  font: 400 16px / 1.4em "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  position: relative;
}
.list_use .text .btnarea .btn_pink::after{
  position: absolute;
  content: '';
  top: 24px;
  right: 16px;
  width: 16px;
  height: 16px;
  transform: translatey(-50%);
  background: url(../images/icon_wh_triangle.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_use .text .btnarea .btn_pink_gyo::after{
  position: absolute;
  content: '';
  top: 35px;
  right: 16px;
  width: 16px;
  height: 16px;
  transform: translatey(-50%);
  background: url(../images/icon_wh_triangle.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_use .text .btnarea .btn_pink:hover,
.list_use .text .btnarea .btn_pink_gyo:hover{
  opacity: 0.8;
}
/*how*/
.area_how {
  padding: 90px 0 0;
}
.area_how .head{
  text-align: center;
}
.area_how .head .ttl{
  display: inline-block;
  padding: 0;
  margin: 0;
  font: 500 36px / 1.6em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  border-bottom: 4px solid #CFDE5A;
  position: relative;
}
.area_how .head .ttl::before{
  position: absolute;
  content: '';
  top: 3px;
  left: -75px;
  width: 70px;
  height: 70px;
  transform: translatey(-50%);
  background: url(../images/son_2.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_how .head .ttl span{
  font: 500 36px / 1.6em "Noto Sans JP", sans-serif;
  position: relative;
}
.area_how .head .ttl span::before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CFDE5A;
  top: -5px;
  left: 15px;
}
.area_how .body{
  margin: 20px 0 0;
  background: #CFDE5A;
}
/*list_how*/
.list_how{
  padding: 64px 0;
  margin: 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.list_how > li {
  list-style-type: none;
  background: #fff;
  border: 5px solid #A5D47D;
  margin: 30px 80px;
}
.list_how > li.step1,
.list_how > li.step2,
.list_how > li.step3,
.list_how > li.step4,
.list_how > li.step5,
.list_how > li.step6 {
  position: relative;
}
.list_how > li.step1::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_1.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_how > li.step2::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_2.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_how > li.step3::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_3.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_how > li.step4::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_4.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_how > li.step5::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_5.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_how .fix {
  display: flex;
  align-items: center;
}
.list_how .img{
  width: 45%;
  margin: 30px 10px;
}
.list_how .img img{
  width: 100%;
}
.list_how .text{
  margin: 20px 40px 20px 0;
  width: 50%;
}
.list_how .text .ttl{
  color: #235503;
  font: 500 30px / 1.3em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin: 0;
}
.list_how .text .description{
  color: #261715;
  font: 400 14px / 2em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin: 18px 0 0;
}
.list_how .text .description strong{
  color: #42A780;
  font: 600 32px / 1em "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  margin: 18px 0 0;
}
.list_how .text .description span{
  color: #261715;
  font: 600 20px / 1em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin: 18px 0 0;
}
.list_how .text .btnarea{
  margin: 24px 0 0;
}
.list_how .text .btnarea .btn_pink{
  display: block;
  text-align: center;
  text-decoration: none;
  width: 74%;
  padding: 12px 48px;
  color: #fff;
  background: #42A780;
  font: 400 16px / 1.4em "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  position: relative;
}
.list_how .text .btnarea .btn_pink::after{
  position: absolute;
  content: '';
  top: 35px;
  right: 16px;
  width: 16px;
  height: 16px;
  transform: translatey(-50%);
  background: url(../images/icon_wh_triangle.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_how .text .btnarea .btn_pink:hover{
  opacity: 0.8;
}
.list_how .topics{
  padding: 65px 50px 80px;
}
.list_how .topics .up{
  text-align: center;
}
.list_how .topics .up .ttl{
  color: #235503;
  font: 500 30px / 1.8em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin: 0;
  border-bottom: 4px solid #CFDE5A;
}
.list_how .topics .up .sub{
  margin: 20px 0 0;
  color: #222;
  font: 500 16px / 1em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.list_how .topics .up .sub strong{
  background: #000;
  color: #fff;
  font: 400 14px / 1em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}
.list_how .topics .down{
  padding: 40px 0 0;
}
.list_check{
  padding: 0;
  display: flex;
  flex-flow: wrap;
}
.list_check >li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.list_check li article {
  padding: 10px;
}
.list_check li article .ttl {
  background: #FFFAE6;
  padding: 12px 0;
  color: #CB712F;
  font: 500 16px / 1.3em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
}
.list_check li article .description {
  color: #535353;
  font: 400 13px / 1.8em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.list_check > li.check1,
.list_check > li.check2,
.list_check > li.check3,
.list_check > li.check4 {
  position: relative;
}
.list_check > li.check1::before{
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  height: 65px;
  width: 65px;
  background: url(../images/check_1.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_check > li.check2::before{
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  height: 65px;
  width: 65px;
  background: url(../images/check_2.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_check > li.check3::before{
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  height: 65px;
  width: 65px;
  background: url(../images/check_3.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_check > li.check4::before{
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  height: 65px;
  width: 65px;
  background: url(../images/check_4.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_check > li.check1::after,
.list_check > li.check2::after,
.list_check > li.check3::after,
.list_check > li.check4::after{
  content: '';
  position: absolute;
  top: 10px;
  right: 20px;
  height: 30px;
  width: 30px;
  background: url(../images/orange_good.svg) no-repeat center center !important;
  background-size: contain !important;
}
/*reservation*/
.area_reservation {
  padding: 90px 0 0;
}
.area_reservation .head{
  text-align: center;
}
.area_reservation .head .ttl{
  display: inline-block;
  padding: 0;
  margin: 0;
  font: 500 36px / 1.6em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  border-bottom: 4px solid #91C8EF;
  position: relative;
}
.area_reservation .head .ttl::before{
  position: absolute;
  content: '';
  top: 3px;
  left: -75px;
  width: 70px;
  height: 70px;
  transform: translatey(-50%);
  background: url(../images/son_3.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_reservation .head .ttl span{
  font: 500 36px / 1.6em "Noto Sans JP", sans-serif;
  position: relative;
}
.area_reservation .head .ttl span::before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #91C8EF;
  top: -5px;
  left: 15px;
}
.area_reservation .body{
  margin: 20px 0 0;
  background: #91C8EF;
}
/*list_reservation*/
.list_reservation{
  padding: 64px 0;
  margin: 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.list_reservation > li {
  list-style-type: none;
  background: #fff;
  border: 5px solid #7DACD4;
  margin: 30px 80px;
}
.list_reservation > li.step1,
.list_reservation > li.step2,
.list_reservation > li.step3,
.list_reservation > li.step4,
.list_reservation > li.step5,
.list_reservation > li.step6 {
  position: relative;
}
.list_reservation > li.step1::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_1.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_reservation > li.step2::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_2.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_reservation > li.step3::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_3.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_reservation > li.step4::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_4.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_reservation > li.step5::before{
  content: '';
  position: absolute;
  top: -26px;
  left: 20px;
  height: 55px;
  width: 55px;
  background: url(../images/step_5.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_reservation .fix {
  display: flex;
  align-items: center;
}
.list_reservation .img{
  width: 45%;
  margin: 30px 10px;
}
.list_reservation .img img{
  width: 100%;
}
.listlist_reservation_how .text{
  margin: 20px 40px 20px 0;
  width: 50%;
}
.list_reservation .text .ttl{
  color: #032F55;
  font: 500 30px / 1.3em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin: 0;
}
.list_reservation .text .description{
  color: #261715;
  font: 400 14px / 2em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin: 18px 0 0;
}
.list_reservation .text .description strong{
  color: #42A780;
  font: 600 32px / 2em "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  margin: 18px 0 0;
}
.list_reservation .text .description span{
  color: #261715;
  font: 600 20px / 2.2em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin: 18px 0 0;
}
.list_reservation .text .btnarea{
  margin: 16px 0 0;
}
.list_reservation .text .btnarea .btn_pink{
  display: block;
  text-align: center;
  text-decoration: none;
  width: 74%;
  padding: 12px 40px;
  color: #fff;
  background: #42A780;
  font: 400 16px / 1.4em "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  position: relative;
}
.list_reservation .text .btnarea .btn_pink::after{
  position: absolute;
  content: '';
  top: 24px;
  right: 16px;
  width: 16px;
  height: 16px;
  transform: translatey(-50%);
  background: url(../images/icon_wh_triangle.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_reservation .topics{
  padding: 65px 50px 80px;
}
.list_reservation .topics .up{
  text-align: center;
}
.list_reservation .topics .up .ttl{
  color: #032F55;
  font: 400 30px / 1.8em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin: 0;
  border-bottom: 4px solid #9FD7EA;
}
.list_reservation .topics .up .sub{
  margin: 20px 0 0;
  color: #222;
  font: 500 16px / 1em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.list_reservation .topics .up .sub strong{
  background: #000;
  color: #fff;
  font: 400 14px / 1em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}
.list_reservation .topics .down {
  padding: 40px 0 0;
}
.list_reservation .list_check .topics .down{
  padding: 40px 0 0;
}
.list_reservation .list_check{
  padding: 0 16px;
  display: flex;
  flex-flow: wrap;
}
.list_reservation .list_check >li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.list_reservation .list_check li article {
  padding: 10px;
}
.list_reservation .list_check li article .ttl {
  background: #E6F1FF;
  padding: 12px 0;
  color: #1E527C;
  font: 500 16px / 1.3em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
}
.list_reservation .list_check li article .description {
  color: #535353;
  font: 400 13px / 1.8em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.list_reservation .list_check > li.check1,
.list_reservation .list_check > li.check2,
.list_reservation .list_check > li.check3,
.list_reservation .list_check > li.check4 {
  position: relative;
}
.list_reservation .list_check > li.check1::before{
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  height: 65px;
  width: 65px;
  background: url(../images/check_1.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_reservation .list_check > li.check2::before{
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  height: 65px;
  width: 65px;
  background: url(../images/check_2.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_reservation .list_check > li.check3::before{
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  height: 65px;
  width: 65px;
  background: url(../images/check_3.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_reservation .list_check > li.check4::before{
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  height: 65px;
  width: 65px;
  background: url(../images/check_4.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_reservation .list_check > li.check1::after,
.list_reservation .list_check > li.check2::after,
.list_reservation .list_check > li.check3::after,
.list_reservation .list_check > li.check4::after{
  content: '';
  position: absolute;
  top: 10px;
  right: 20px;
  height: 30px;
  width: 30px;
  background: url(../images/blue_good.svg) no-repeat center center !important;
  background-size: contain !important;
}



































