@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.menu_on::after {
  width: 100% !important;
}
.footer_menu_on {
  color: #ff6600 !important;
}
.page_h2_item {
  background: url(../img/h2_page_bg.jpg) no-repeat center / contain;
  background-position-x: right;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .page_h2_item {
    background: url(../img/h2_page_bg_sp.jpg) no-repeat center / contain;
    background-position-x: right;
    background-size: cover;
  }
}
.page_h2_item_stay {
  background: url(../img/stay_h2_page_bg.jpg) no-repeat center / contain;
  background-position-x: right;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .page_h2_item_stay {
    background: url(../img/stay_h2_page_bg_sp.jpg) no-repeat center / contain;
    background-position-x: right;
    background-size: cover;
  }
}
.page_h2_item_short {
  background: url(../img/short_h2_page_bg.jpg) no-repeat center / contain;
  background-position-x: right;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .page_h2_item_short {
    background: url(../img/short_h2_page_bg_sp.jpg) no-repeat center / contain;
    background-position-x: right;
    background-size: cover;
  }
}
.page_h2_item_short .txt {
  line-height: 1.4;
  padding-top: 0 !important;
}
.page_h2_item_short span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .page_h2_item_short span {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.page_h2_item_day {
  background: url(../img/day_h2_page_bg.jpg) no-repeat center / contain;
  background-position-x: right;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .page_h2_item_day {
    background: url(../img/day_h2_page_bg_sp.jpg) no-repeat center / contain;
    background-position-x: right;
    background-size: cover;
  }
}
.page_h2_item_day .txt {
  line-height: 1.4;
  padding-top: 0 !important;
}
.page_h2_item_day span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .page_h2_item_day span {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.page_h2_item_visit {
  background: url(../img/visit_h2_page_bg.jpg) no-repeat center / contain;
  background-position-x: right;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .page_h2_item_visit {
    background: url(../img/visit_h2_page_bg_sp.jpg) no-repeat center / contain;
    background-position-x: right;
    background-size: cover;
  }
}
.page_h2_item_visit .txt {
  line-height: 1.4;
  padding-top: 0 !important;
}
.page_h2_item_visit span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .page_h2_item_visit span {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.s_menu .inner {
  padding-top: 50px;
}
@media screen and (max-width: 850px) {
  .s_menu .inner {
    padding-top: 40px;
  }
}
.s_menu ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
}
@media screen and (max-width: 850px) {
  .s_menu ul {
    gap: 5px;
    column-gap: 5px;
  }
}
.s_menu ul li {
  width: calc(25% - 19.5px);
}
@media screen and (max-width: 850px) {
  .s_menu ul li {
    width: 100%;
  }
  .s_menu ul li:nth-child(1),
  .s_menu ul li:nth-child(2) {
    width: calc(50% - 2.5px);
  }
}
.s_menu ul li a {
  display: block;
  background: #FCF4E2;
  border-radius: 6px 6px 0 6px;
  border: 3px solid #ECA35E;
  padding: 10px 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #333333;
}
@media screen and (max-width: 850px) {
  .s_menu ul li a {
    border: 2px solid #ECA35E;
    padding: 0;
  }
  .s_menu ul li a .pc_f {
    display: flex;
    align-items: center;
  }
}
.s_menu ul li a:hover {
  color: #ffffff;
  opacity: 1;
  background: #FFAF32;
  border: 3px solid #ECA25C;
}
@media screen and (max-width: 850px) {
  .s_menu ul li a:hover {
    border: 2px solid #ECA25C;
  }
}
.s_menu ul li a .ttl {
  font-size: 22px;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 850px) {
  .s_menu ul li a .ttl {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 50px;
  }
}
.s_menu ul li a .sub {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 850px) {
  .s_menu ul li a .sub {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 50px;
  }
}
.s_menu ul li .on {
  color: #ffffff;
  opacity: 1;
  background: #FFAF32;
  border: 3px solid #ECA25C;
}
@media screen and (max-width: 850px) {
  .s_menu ul li .on {
    border: 2px solid #ECA25C;
  }
}
.s_menu ul li .on::after {
  background: url(../img/s_icon_btn_on.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
.s01 {
  font-family: "M PLUS Rounded 1c";
}
.s01 .inner {
  padding-top: 100px;
}
@media screen and (max-width: 850px) {
  .s01 .inner {
    padding-top: 40px;
  }
}
.s01 ul li a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  bottom: -1px;
  right: -1px;
  background: url(../img/s_icon_btn.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .s01 ul li a::after {
    width: 13px;
    height: 13px;
  }
}
.s01 ul li a:hover::after {
  background: url(../img/s_icon_btn_on.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
.s01 ul li a .ttl {
  font-size: 30px;
}
@media screen and (max-width: 850px) {
  .s01 ul li a .ttl {
    font-size: 16px;
  }
}
.s01 ul li a .sub {
  font-size: 24px;
}
@media screen and (max-width: 850px) {
  .s01 ul li a .sub {
    font-size: 16px;
  }
}
.step {
  font-family: "M PLUS Rounded 1c";
}
.step .inner {
  padding-top: 150px;
  padding-bottom: 275px;
}
@media screen and (max-width: 850px) {
  .step .inner {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}
.step .h2_ttl_line {
  max-width: 460px !important;
}
@media screen and (max-width: 850px) {
  .step .h2_ttl_line {
    max-width: 100% !important;
  }
}
.service_sub {
  color: #333333;
  font-family: "M PLUS Rounded 1c";
}
.service_sub .inner {
  padding-top: 95px;
  padding-bottom: 275px;
}
@media screen and (max-width: 850px) {
  .service_sub .inner {
    padding-bottom: 130px;
    padding-top: 120px;
  }
}
.service_sub dl {
  display: flex;
}
@media screen and (max-width: 850px) {
  .service_sub dl {
    display: block;
  }
}
.service_sub dl dt {
  width: 48%;
}
@media screen and (max-width: 850px) {
  .service_sub dl dt {
    width: 100%;
  }
}
.service_sub dl dt img {
  border-radius: 5px;
}
.service_sub dl dd {
  width: 52%;
  padding-left: 45px;
  padding-top: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 850px) {
  .service_sub dl dd {
    font-size: 14px;
    width: 100%;
    padding-left: 0;
    line-height: 1.85;
  }
}
.service_sub .h3_ttl {
  color: #663333;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.53;
  padding-bottom: 5px;
  border-bottom: 4px solid #663333;
}
@media screen and (max-width: 850px) {
  .service_sub .h3_ttl {
    font-size: 18px;
    line-height: 2.22;
    padding-bottom: 0;
  }
}
.service_sub .h3_t50 {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .service_sub .h3_t50 {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
.service_sub .h3_t145 {
  margin-top: 145px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .service_sub .h3_t145 {
    margin-top: 135px;
  }
}
.service_sub .h3_t135 {
  margin-top: 135px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .service_sub .h3_t135 {
    margin-top: 115px;
  }
}
.service_sub .h3_t45 {
  margin-top: 45px;
  margin-bottom: 30px;
}
.service_sub .h4_ttl {
  margin-top: 150px;
  background: #F3C698;
  border-radius: 6px;
  line-height: 1.66;
  padding: 12px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .service_sub .h4_ttl {
    margin-top: 120px;
    font-size: 20px;
    line-height: 1.4;
    padding: 15px 0;
  }
}
.service_sub .list01 {
  display: flex;
  column-gap: 40px;
}
@media screen and (max-width: 850px) {
  .service_sub .list01 {
    display: block;
  }
}
.service_sub .list01 li {
  width: calc(50% - 20px);
  color: #333;
  padding-left: 27px;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .service_sub .list01 li {
    width: 100%;
  }
  .service_sub .list01 li + li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 850px) {
  .service_sub .list01 li {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.73;
    font-weight: 600;
  }
  .service_sub .list01 li span {
    display: block;
    font-weight: 400;
  }
}
.service_sub .list01 li::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  top: 5px;
  left: 0;
  border-radius: 100%;
  background: #FF9933;
  transition: 0.4s ease-in-out;
}
.service_sub .btn_list {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  column-gap: 66px;
  margin-top: 35px;
}
@media screen and (max-width: 850px) {
  .service_sub .btn_list {
    margin-top: 25px;
    display: block;
  }
}
.service_sub .btn_list li {
  width: calc(50% - 33px);
}
@media screen and (max-width: 850px) {
  .service_sub .btn_list li {
    width: 100%;
  }
  .service_sub .btn_list li + li {
    margin-top: 20px;
  }
}
.service_sub .btn_list li a {
  display: block;
  background: #FCF4E2;
  border-radius: 6px;
  line-height: 80px;
  color: #333333;
  border: 3px solid #ECA35E;
  transition: 0.4s ease-in-out;
  text-align: center;
  position: relative;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .service_sub .btn_list li a {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 58px;
    border: 2px solid #ECA35E;
  }
}
.service_sub .btn_list li a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .service_sub .btn_list li a::after {
    right: 40px;
  }
}
.service_sub .btn_list li a:hover {
  opacity: 1;
  transition: 0.4s ease-in-out;
  background: #FFAF32;
  border: 3px solid #ECA25C;
  color: #ffffff;
}
.service_sub .btn_list li a:hover::after {
  right: 50px;
  transition: 0.4s ease-in-out;
  background: url(../img/btn_icon_on.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  .service_sub .btn_list li a:hover::after {
    right: 30px;
  }
}
.service_sub .n_s_list {
  margin-top: 50px;
  display: flex;
  column-gap: 26px;
}
@media screen and (max-width: 850px) {
  .service_sub .n_s_list {
    display: block;
    margin-top: 30px;
  }
}
.service_sub .n_s_list li {
  width: calc(25% - 19.5px);
  background: #ffffff;
  border-radius: 8px;
  border: 3px solid #ECA35E;
}
@media screen and (max-width: 850px) {
  .service_sub .n_s_list li {
    width: 100%;
  }
  .service_sub .n_s_list li + li {
    margin-top: 30px;
  }
}
.service_sub .n_s_list li .img img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.service_sub .n_s_list li .txt_item {
  padding: 0 18px 20px 18px;
}
.service_sub .n_s_list li .ttl {
  margin-top: 15px;
  text-align: center;
  line-height: 1.3;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 2px solid #ECA35E;
}
@media screen and (max-width: 850px) {
  .service_sub .n_s_list li .ttl {
    font-size: 20px;
  }
}
.service_sub .n_s_list li .ttl span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  .service_sub .n_s_list li .ttl span {
    font-size: 18px;
  }
}
.service_sub .n_s_list li p {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (max-width: 850px) {
  .service_sub .n_s_list li p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.service_sub .staff_img {
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .service_sub .staff_img {
    margin-top: 30px;
  }
}
.service_sub .staff_img img {
  width: 100%;
}
.service_sub .s_sub_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #663333;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .service_sub .s_sub_ttl {
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 25px;
  }
}
.service_sub .s_sub_ttl span {
  display: block;
  width: fit-content;
}
.pdf_item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  column-gap: 46px;
}
@media screen and (max-width: 850px) {
  .pdf_item ul {
    display: block;
  }
}
.pdf_item ul li {
  width: calc(50% - 23px);
}
@media screen and (max-width: 850px) {
  .pdf_item ul li {
    width: 100%;
  }
  .pdf_item ul li + li {
    margin-top: 50px;
  }
}
.pdf_item ul li a {
  width: 100%;
  height: 110px;
  display: block;
  background: #FFFFFF;
  border: 2px solid #E8E7E5;
  padding: 20px 18px;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  display: flex;
  color: #333333;
  font-family: "M PLUS Rounded 1c";
  align-items: center;
  justify-content: flex-start;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .pdf_item ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .pdf_item ul li a {
    height: 86px;
    font-size: 16px;
    color: #333333;
    border-radius: 0;
    background: none;
    border: none;
    border-bottom: 2px solid #E8E7E5;
    padding: 0 0 20px 0;
    padding-right: 50px;
  }
}
.pdf_item ul li a::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 60px;
  bottom: 22px;
  right: 20px;
  background: url(../../common/img/icon_dl.png) no-repeat center / contain;
  max-width: 53px;
  transition: 0.4s ease-in-out;
}
.pdf_item ul li a:hover {
  color: #B72E2E;
  opacity: 1;
}
.pdf_item ul li a:hover:after {
  transition: 0.4s ease-in-out;
  background: url(../../common/img/icon_dl_on.png) no-repeat center / contain;
}
.pdf_item ul li a .icon {
  margin-right: 20px;
  max-width: 53px;
}
@media screen and (max-width: 850px) {
  .pdf_item ul li a .icon {
    max-width: 47px;
  }
}
.pdf_item ul li a p {
  line-height: 1.2;
}
@media screen and (max-width: 850px) {
  .short_c01 .h2_ttl_line {
    margin-bottom: 25px !important;
  }
}
.short_c01 .h2_ttl_line {
  max-width: 430px !important;
}
@media screen and (max-width: 850px) {
  .short_c01 .h2_ttl_line {
    max-width: 100% !important;
  }
}
.short_c01 .kona {
  display: flex;
  margin-top: 30px;
  column-gap: 20px;
}
@media screen and (max-width: 850px) {
  .short_c01 .kona {
    margin-top: 5px;
  }
}
@media screen and (max-width: 850px) {
  .short_c01 .kona {
    display: block;
  }
}
.short_c01 .kona li {
  width: calc(33.3333% - 13.3333px);
  position: relative;
}
.short_c01 .kona li::after {
  width: calc(100% - 10px);
  left: 5px;
  bottom: 0;
  background: #ffffff;
  border-radius: 8px;
  border: 2px solid #DDDDDD;
  height: calc(100% - 125px);
  position: absolute;
  content: "";
}
@media screen and (max-width: 850px) {
  .short_c01 .kona li::after {
    width: 100%;
    height: calc(100% - 110px);
  }
}
@media screen and (max-width: 850px) {
  .short_c01 .kona li {
    width: 100%;
  }
  .short_c01 .kona li + li {
    margin-top: 5px;
  }
}
.short_c01 .kona li .img {
  position: relative;
  z-index: 5;
}
.short_c01 .kona li .img img {
  width: 100%;
}
.short_c01 .kona li .txt_box {
  padding: 13px 25px 22px 25px;
}
@media screen and (max-width: 850px) {
  .short_c01 .kona li .txt_box {
    padding: 13px 20px 22px 20px;
  }
}
.short_c01 .kona li .txt_item {
  position: relative;
  margin-top: 13px;
  z-index: 5;
  border-top: 5px solid #FDAB5B;
  border-bottom: 5px solid #FDAB5B;
  padding: 20px 0;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.272;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .short_c01 .kona li .txt_item {
    font-size: 20px;
    line-height: 1.3;
  }
}
.short_c01 .kona li .txt_item span {
  color: #FDAB5B;
}
.short_c01 .bor_item {
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .short_c01 .bor_item {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
}
.short_c01 .bor_item span img {
  width: 100%;
}
.short_c01 .bor_item .txt {
  padding: 35px 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .short_c01 .bor_item .txt {
    font-size: 14px;
    padding: 25px 0;
  }
}
.short_c01 .bor_item .txt span {
  display: block;
  position: relative;
  padding-left: 18px;
}
.short_c01 .bor_item .txt span::after {
  position: absolute;
  content: "※";
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out;
}
.short_c01 .img_list {
  margin-top: 50px;
  column-gap: 46px;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 850px) {
  .short_c01 .img_list {
    margin-top: 45px;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.short_c01 .img_list li {
  width: calc(50% - 23px);
}
@media screen and (max-width: 850px) {
  .short_c01 .img_list li {
    width: 100%;
  }
  .short_c01 .img_list li + li {
    margin-top: 30px;
  }
}
.short_c01 .img_list li img {
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 850px) {
  .day_c01 .h2_ttl_line {
    margin-bottom: 25px !important;
  }
}
.day_c01 .toku {
  display: flex;
  column-gap: 32px;
}
@media screen and (max-width: 850px) {
  .day_c01 .toku {
    display: block;
    margin-top: 30px;
  }
}
.day_c01 .toku li {
  width: calc(33.333% - 21.3333px);
}
@media screen and (max-width: 850px) {
  .day_c01 .toku li {
    width: 100%;
  }
  .day_c01 .toku li + li {
    margin-top: 30px;
  }
}
.day_c01 .toku li .txt_item {
  background: #ffffff;
  border: 2px solid #FF9933;
  border-radius: 6px 6px 8px 8px;
  height: 100%;
}
.day_c01 .toku li .ttl {
  background: #FF9933;
  color: #ffffff;
  text-align: center;
  line-height: 59px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .day_c01 .toku li .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .day_c01 .toku li .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .day_c01 .toku li .ttl {
    font-size: 20px;
  }
}
.day_c01 .toku li p {
  padding: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (max-width: 850px) {
  .day_c01 .toku li p {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.714;
  }
}
.day_c01 .toku_img {
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .day_c01 .toku_img {
    display: none;
  }
}
.day_c01 .nagare li + li {
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .day_c01 .nagare li + li {
    padding-top: 52px;
  }
}
.day_c01 .nagare li + li::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 50px;
  top: 0;
  left: calc(45% - 27px);
  background: url(../img/day_list_icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .day_c01 .nagare li + li::after {
    width: 34px;
    height: 31px;
    left: calc(50% - 17px);
  }
}
.day_c01 .nagare li dl {
  border: 2px solid #DDDDDD;
  display: flex;
  border-radius: 0 6px 6px 0;
  background: #ffffff;
}
@media screen and (max-width: 850px) {
  .day_c01 .nagare li dl {
    display: block;
    border-radius: 0 0 6px 6px;
  }
}
.day_c01 .nagare li dl dt {
  width: 45%;
  display: flex;
  position: relative;
}
.day_c01 .nagare li dl dt::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 100%;
  top: 0;
  left: 0;
  background: #FBB101;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .day_c01 .nagare li dl dt::after {
    width: 100px;
  }
}
@media screen and (max-width: 850px) {
  .day_c01 .nagare li dl dt {
    width: 100%;
  }
}
.day_c01 .nagare li dl dt .date {
  position: relative;
  z-index: 5;
  color: #ffffff;
  line-height: 62px;
  text-align: right;
  width: 150px;
  padding-right: 30px;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .day_c01 .nagare li dl dt .date {
    line-height: 42px;
    padding-right: 15px;
    font-size: 24px;
    letter-spacing: 0.05em;
    width: 100px;
  }
}
.day_c01 .nagare li dl dt .ttl {
  padding-left: 80px;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #663333;
  line-height: 2;
}
@media screen and (max-width: 850px) {
  .day_c01 .nagare li dl dt .ttl {
    font-size: 20px;
    padding-left: 20px;
  }
}
.day_c01 .nagare li dl dd {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  padding: 0 40px 0 70px;
  width: 55%;
}
@media screen and (max-width: 850px) {
  .day_c01 .nagare li dl dd {
    width: 100%;
    padding: 20px 20px 30px 20px;
    font-size: 14px;
    line-height: 1.71;
  }
}
.day_c01 .nagare li dl dd::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 14px);
  top: 7px;
  left: 0;
  background: #DDDDDD;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .day_c01 .nagare li dl dd::after {
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
  }
}
.day_c01 .nagare li:nth-child(2) dl dt::after {
  background: #FBA601;
}
.day_c01 .nagare li:nth-child(3) dl dt::after {
  background: #FD9733;
}
.day_c01 .nagare li:nth-child(4) dl dt::after {
  background: #FC7905;
}
.day_c01 .nagare li:nth-child(5) dl dt::after {
  background: #FC5605;
}
.day_c01 .nagare li:nth-child(6) dl dt::after {
  background: #FC3F05;
}
.day_c01 .n_txt {
  text-align: left;
  margin-top: 15px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-weight: 400;
  padding-left: 40px;
  position: relative;
}
.day_c01 .n_txt::after {
  position: absolute;
  content: "※";
  top: 0;
  left: 10px;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .day_c01 .n_txt {
    font-size: 14px;
    padding-left: 30px;
  }
}
.day_c01 .img_list {
  margin-top: 50px;
  column-gap: 44px;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 850px) {
  .day_c01 .img_list {
    margin-top: 45px;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.day_c01 .img_list li {
  width: calc(50% - 22px);
}
@media screen and (max-width: 850px) {
  .day_c01 .img_list li {
    width: 100%;
  }
  .day_c01 .img_list li + li {
    margin-top: 30px;
  }
}
.day_c01 .img_list li img {
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 850px) {
  .visit_c01 .h4_ttl {
    padding-left: 20px;
    padding-right: 15px;
    text-align: left;
  }
}
.visit_c01 .h2_ttl_line {
  max-width: 571px !important;
}
@media screen and (max-width: 850px) {
  .visit_c01 .h2_ttl_line {
    max-width: 100% !important;
    margin-bottom: 25px !important;
  }
}
.visit_c01 .vi_txt {
  margin-top: 45px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 850px) {
  .visit_c01 .vi_txt {
    margin-top: 25px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.85;
  }
}
.visit_c01 .v_list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 50px;
  column-gap: 28px;
}
@media screen and (max-width: 850px) {
  .visit_c01 .v_list {
    display: block;
  }
}
.visit_c01 .v_list li {
  width: calc(33.3333% - 18.66666px);
  border: 2px solid #FF9933;
  border-radius: 6px 6px 8px 8px;
  background: #ffffff;
}
@media screen and (max-width: 850px) {
  .visit_c01 .v_list li {
    width: 100%;
  }
  .visit_c01 .v_list li + li {
    margin-top: 30px;
  }
}
.visit_c01 .v_list li .img img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.visit_c01 .v_list li .icon {
  justify-content: center;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  padding-right: 5px;
  margin: auto;
  letter-spacing: 0.1em;
  font-family: "Caveat", cursive;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  background: url(../img/visit_icon_bg.png) no-repeat center / contain;
  background-size: 100% 100%;
  margin-top: -10px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .visit_c01 .v_list li .icon {
    font-size: 32px;
    width: 58px;
    height: 58px;
  }
}
.visit_c01 .v_list li .ttl {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  color: #663333;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.27;
}
@media screen and (max-width: 850px) {
  .visit_c01 .v_list li .ttl {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.visit_c01 .v_list li .txt {
  padding: 0 20px 25px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (max-width: 850px) {
  .visit_c01 .v_list li .txt {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.71;
  }
}
@media screen and (max-width: 850px) {
  .toku {
    line-height: 1.4 !important;
    padding-bottom: 8px !important;
  }
}
