@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex[@extend .flex;]
f-wrap[@extend .f-wrap;]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
flex
//////////////////////////////////　*/
.flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  zoom: 1;
}
.flex-style:after {
  display: block;
  content: "";
  clear: both;
}
.flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-4 {
    width: 48%;
    margin: 0 1% 20px;
  }
}
@media (min-width: 768px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-3 {
    width: 31.33%;
    margin: 0 1% 40px;
  }
  .flex-style .box-4 {
    width: 23%;
    margin: 0 1% 40px;
  }
  .flex-style {
    margin: 0 -2% 0;
  }
  .flex-style .box-2a, .flex-style .box-2b {
    margin: 0 2% 40px;
  }
  .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 46%;
  }
  .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 46%;
  }
}
/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
margin
//////////////////////////////////　*/
.mb05 {
  margin: 0px 0px 5px 0px;
}

.mb10 {
  margin: 0px 0px 10px 0px;
}

.mb15 {
  margin: 0px 0px 15px 0px;
}

.mb20 {
  margin: 0px 0px 20px 0px !important;
}

.mb25 {
  margin: 0px 0px 25px 0px;
}

.mb30 {
  margin: 0px 0px 30px 0px !important;
}

.mb40 {
  margin: 0px 0px 40px 0px !important;
}

.mb45 {
  margin: 0px 0px 45px 0px !important;
}

.mb50 {
  margin: 0px 0px 50px 0px !important;
}

.mt05 {
  margin: 5px 0px 0px 0px;
}

.mt10 {
  margin: 10px 0px 0px 0px;
}

.mt15 {
  margin: 15px 0px 0px 0px;
}

.mt20 {
  margin: 20px 0px 0px 0px;
}

.mt25 {
  margin: 25px 0px 0px 0px;
}

.mt30 {
  margin: 30px 0px 0px 0px;
}

.mt50 {
  margin: 50px 0px 0px 0px;
}

.mt80 {
  margin: 80px 0px 0px 0px;
}

/*　////////////////////////////////
list-style
//////////////////////////////////　*/
.list-style {
  text-indent: -1em;
}
.list-style li {
  margin-left: 1em;
  margin-bottom: 5px;
}

.list-style-b {
  text-indent: -1.3em;
}
.list-style-b li {
  margin-left: 1.3em;
  margin-bottom: 15px;
}

.circle-list {
  text-indent: -1.2em;
}
.circle-list li {
  margin-left: 1.2em;
  margin-bottom: 3px;
}
.circle-list li::before {
  content: "●";
  margin-right: 2px;
}

/*　////////////////////////////////
ボタン
//////////////////////////////////　*/
.btnA {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.btnA a {
  display: inline-block;
  line-height: 1;
  padding: 12px 40px 12px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #00967b;
  border: 2px solid #00967b;
  font-weight: bold;
  font-size: 1.4rem;
}
.btnA a span {
  position: relative;
}
.btnA a span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.btnA a:hover {
  color: #00967b;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnA a:hover span {
  position: relative;
}
.btnA a:hover span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #00967b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media (min-width: 768px) {
  .btnA a {
    padding: 15px 60px 15px 30px;
    font-size: 1.6rem;
  }
}

.tel-style {
  text-align: center;
  margin: 10px 0;
}
.tel-style img, .tel-style p {
  display: inline-block;
}
.tel-style p {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: -6px;
}

/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
body p {
  font-size: 1.4rem;
}
body img {
  max-width: 100%;
}

@media (max-width: 768px) {
  h2.plan_h2 {
    font-size: 2.4rem;
  }
}

/*///////////////////////////////////////
responsive 共通
//////////////////////////////////////*/
.lg-center {
  text-align: left;
}
@media (min-width: 1220px) {
  .lg-center {
    text-align: center;
  }
}

.md-center {
  text-align: left;
}
@media (min-width: 987px) {
  .md-center {
    text-align: center;
  }
}

.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

.responsive {
  padding: 0 15px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  /*------------------------------------------
  お問い合わせ欄
  ----------------------------*/
  /*--スマホ時スムーズスクロール--*/
}
.responsive a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .responsive {
    padding: 0 30px;
  }
}
.responsive section {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .responsive section {
    margin: 0 0 60px;
  }
}
.responsive .row {
  margin-bottom: -15px;
}
.responsive .row div {
  margin-bottom: 15px;
}
.responsive .h-style-a {
  text-align: left;
  font-size: 1.8rem;
  border-left: 10px solid #00967b;
  border-bottom: 1px solid #00967b;
  padding: 5px 0 5px 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.responsive .h-style-b {
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .responsive .h-style-b {
    font-size: 2.1rem;
  }
}
.responsive .contact-wrap {
  margin-top: 100px;
  border: 4px solid #9cc857;
}
.responsive .contact-wrap .contact-title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  background: #9cc857;
  padding: 10px;
}
.responsive .contact-wrap .contact-inner {
  padding: 15px;
}
.responsive .contact-wrap .contact-inner h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
.responsive .contact-wrap .contact-inner .btnA {
  margin-bottom: 0;
}
.responsive .contact-wrap .contact-inner .contact-tel {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #00967b;
  font-size: 3.8rem;
  font-weight: bold;
}
.responsive .contact-wrap .flex-style .box-2a, .responsive .contact-wrap .flex-style .box-2b {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.responsive .contact-wrap .flex-style .box-2a {
  border-bottom: 1px solid #9cc857;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.responsive .contact-wrap .flex-style .box-2b {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .responsive .contact-wrap {
    margin-top: 150px;
  }
  .responsive .contact-wrap .contact-title {
    font-size: 2.8rem;
  }
  .responsive .contact-wrap .contact-inner h4 {
    font-size: 2.2rem;
    letter-spacing: -0.05em;
  }
  .responsive .contact-wrap .contact-inner .btnA {
    margin-top: 10px;
  }
  .responsive .contact-wrap .contact-inner .contact-tel {
    font-size: 4.6rem;
  }
  .responsive .contact-wrap .flex-style .box-2a, .responsive .contact-wrap .flex-style .box-2b {
    margin-bottom: 0;
  }
  .responsive .contact-wrap .flex-style .box-2a {
    border-right: 1px solid #9cc857;
    border-bottom: none;
  }
}
.responsive html {
  -webkit-overflow-scrolling: touch;
}

/*responsive*/
/*------------------------------------------
setting
----------------------------*/
#sightseeing_shorts {
  /*------------------------------------------
  共通スタイル
  ----------------------------*/
  /*------------------------------------------
  .first-area
  ----------------------------*/
  /*------------------------------------------
  .advantages
  ----------------------------*/
  /*------------------------------------------
  .fee
  ----------------------------*/
  /*------------------------------------------
  .prepare
  ----------------------------*/
  /*------------------------------------------
  .flow
  ----------------------------*/
  /*------------------------------------------
  .options
  ----------------------------*/
  /*------------------------------------------
  .qanda
  ----------------------------*/
}
#sightseeing_shorts p, #sightseeing_shorts dt, #sightseeing_shorts dd, #sightseeing_shorts li {
  font-size: 1.5rem;
  line-height: 1.7;
}
#sightseeing_shorts a {
  text-decoration: none;
}
#sightseeing_shorts a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#sightseeing_shorts .h-square {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-indent: -1em;
  margin-left: 1em;
}
#sightseeing_shorts .h-square::before {
  content: "■";
}
#sightseeing_shorts section {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  #sightseeing_shorts section {
    margin: 0 0 80px;
  }
}
#sightseeing_shorts dl dt, #sightseeing_shorts dl dd {
  float: initial;
  width: initial;
  padding: 0;
}
#sightseeing_shorts .kome {
  text-indent: -1em;
  margin-left: 1em;
}
#sightseeing_shorts .kome::before {
  content: "※";
}
#sightseeing_shorts .li-style li {
  text-indent: -1.2em;
  margin-left: 1.2em;
  margin-bottom: 0px;
}
#sightseeing_shorts .li-style li::before {
  content: "・";
  margin-right: 0.2em;
}
#sightseeing_shorts .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 2.62vw, 2.2rem);
  margin-bottom: 30px;
  font-weight: bold;
  background: #282f41;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  border-radius: 5px;
}
#sightseeing_shorts .list-style li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.3;
  margin-bottom: 5px;
}
#sightseeing_shorts .list-style li::before {
  content: "・";
}
#sightseeing_shorts .inner-link {
  color: blue;
  text-decoration: underline;
  font-size: 1.5rem;
}
#sightseeing_shorts .shorts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sightseeing_shorts .shorts-container .shorts-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  aspect-ratio: 9/16;
  position: relative;
}
#sightseeing_shorts .shorts-container .shorts-item iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#sightseeing_shorts .shorts-container .shorts-title {
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 480px) {
  #sightseeing_shorts .shorts-container .shorts-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  #sightseeing_shorts .shorts-container .shorts-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 20px);
            flex: 0 1 calc(33.333% - 20px);
  }
}
#sightseeing_shorts .contact_btn {
  text-align: center;
}
#sightseeing_shorts .contact_btn .btn_inner {
  display: inline-block;
  padding: 15px 50px 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #c95d18;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sightseeing_shorts .contact_btn .btn_inner:hover {
  opacity: 0.5;
}
#sightseeing_shorts .contact_btn .btn_inner:hover::after {
  right: 19px;
}
#sightseeing_shorts .contact_btn .btn_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  background: #fff;
  width: 12px;
  height: 14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sightseeing_shorts .bnr-box {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
#sightseeing_shorts .bnr-box:hover {
  -webkit-transform: translateX(-2px) translateY(-2px);
          transform: translateX(-2px) translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 影を追加 */
  opacity: 0.8;
}
#sightseeing_shorts .mainimg {
  margin-bottom: 30px;
}
#sightseeing_shorts .first-area .first-title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 25px;
}
#sightseeing_shorts .first-area .first-title .sub-title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px;
  background: #f0ebe3;
  border-radius: 50px;
  margin-bottom: 20px;
  position: relative;
}
#sightseeing_shorts .first-area .first-title .sub-title::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 16px;
  background: #f0ebe3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 99%;
}
#sightseeing_shorts .first-area .first-title .main-title {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
}
#sightseeing_shorts .first-area .concerns-section .concerns-title {
  text-align: center;
  border-top: 4px solid #c95d18;
  border-bottom: 4px solid #c95d18;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px 0;
  margin-bottom: 30px;
}
#sightseeing_shorts .first-area .concerns-section .concerns-title span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #c95d18;
  border-bottom: 1px solid #c95d18;
  padding: 12px 0;
}
#sightseeing_shorts .first-area .concerns-section .concerns-img {
  max-width: 70px !important;
  width: 100%;
  height: auto;
}
#sightseeing_shorts .first-area .concerns-section .concerns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4%;
}
#sightseeing_shorts .first-area .concerns-section .concerns-wrap .img-box, #sightseeing_shorts .first-area .concerns-section .concerns-wrap .txt-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sightseeing_shorts .first-area .concerns-section .concerns-txt {
  text-align: center;
  margin: 10px 0 30px;
}
#sightseeing_shorts .first-area .why-shorts {
  background: #f0ebe3;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
}
#sightseeing_shorts .first-area .why-shorts .ws-title {
  text-align: center;
  margin-bottom: 20px;
}
#sightseeing_shorts .first-area .why-shorts .ws-title span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 5px;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 2px solid #c95d18;
  line-height: 1.4;
}
#sightseeing_shorts .first-area .why-shorts .ws-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sightseeing_shorts .first-area .why-shorts .ws-inner .img-box, #sightseeing_shorts .first-area .why-shorts .ws-inner .txt-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sightseeing_shorts .first-area .why-shorts .ws-inner .txt-box {
  margin-bottom: 10px;
}
#sightseeing_shorts .first-area .why-shorts .ws-inner .img-box {
  text-align: center;
}
#sightseeing_shorts .first-area .why-shorts .ws-inner .img-box img {
  display: inline-block;
  max-width: 75px !important;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #sightseeing_shorts .first-area .first-title {
    margin-bottom: 35px;
  }
  #sightseeing_shorts .first-area .first-title .sub-title {
    font-size: 1.9rem;
  }
  #sightseeing_shorts .first-area .first-title .main-title {
    font-size: 3.8rem;
  }
  #sightseeing_shorts .first-area .concerns-section .concerns-title span {
    font-size: 2.1rem;
  }
  #sightseeing_shorts .first-area .why-shorts .ws-title span {
    font-size: 2.1rem;
  }
  #sightseeing_shorts .first-area .why-shorts .ws-inner {
    gap: 4%;
  }
  #sightseeing_shorts .first-area .why-shorts .ws-inner .img-box {
    width: 16%;
  }
  #sightseeing_shorts .first-area .why-shorts .ws-inner .txt-box {
    width: 80%;
    margin-bottom: 0px;
  }
}
#sightseeing_shorts .advantages .advantage-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
#sightseeing_shorts .advantages .advantage-title::before, #sightseeing_shorts .advantages .advantage-title::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c95d18;
}
#sightseeing_shorts .advantages .advantage-title::before {
  margin-right: -0.9em;
}
#sightseeing_shorts .advantages .advantage-title::after {
  margin-left: -0.9em;
}
#sightseeing_shorts .advantages .advantage-title span {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
}
#sightseeing_shorts .advantages .advantage-title span::before, #sightseeing_shorts .advantages .advantage-title span::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dbb33a;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}
#sightseeing_shorts .advantages .advantage-title span::before {
  left: 0px;
}
#sightseeing_shorts .advantages .advantage-title span::after {
  right: 0px;
}
#sightseeing_shorts .advantages .advantage-list .advantage-box {
  margin-bottom: 24px;
}
#sightseeing_shorts .advantages .advantage-list .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#sightseeing_shorts .advantages .advantage-list .box-title .title-num, #sightseeing_shorts .advantages .advantage-list .box-title .title-txt {
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sightseeing_shorts .advantages .advantage-list .box-title .title-num {
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c95d18;
  color: #fff;
  padding: 5px;
}
#sightseeing_shorts .advantages .advantage-list .box-title .title-txt {
  width: calc(100% - 28px);
  background: #f0ebe3;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  #sightseeing_shorts .advantages .advantage-title span {
    font-size: 2.1rem;
  }
  #sightseeing_shorts .advantages .advantage-list .box-title .title-num, #sightseeing_shorts .advantages .advantage-list .box-title .title-txt {
    font-size: 1.8rem;
  }
}
#sightseeing_shorts .fee .fee-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#sightseeing_shorts .fee .fee-area .num, #sightseeing_shorts .fee .fee-area .yen {
  font-weight: bold;
}
#sightseeing_shorts .fee .fee-area .num {
  font-size: clamp(2.8rem, 4.27vw, 3.7rem);
  color: #c95d18;
}
#sightseeing_shorts .fee .fee-area .yen {
  font-size: clamp(1.7rem, 2.28vw, 1.8rem);
}
#sightseeing_shorts .prepare .prepare-list .prepare-box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
#sightseeing_shorts .prepare .prepare-list .prepare-box dt {
  font-weight: bold;
  font-size: 1.7rem;
  display: inline-block;
  background: #c95d18;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  line-height: 1;
  margin-bottom: 5px;
}
#sightseeing_shorts .flow .flow-list {
  max-width: 600px;
  margin: 0 auto 30px;
}
#sightseeing_shorts .flow .flow-box {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 25px;
  border-radius: 5px;
  background: #f0ebe3;
  position: relative;
}
#sightseeing_shorts .flow .flow-box:not(:last-child)::after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 35px;
  height: 20px;
  background: #f0ebe3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 99%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#sightseeing_shorts .flow .flow-box .flow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#sightseeing_shorts .flow .flow-box .flow-title .title-num, #sightseeing_shorts .flow .flow-box .flow-title .title-txt {
  font-weight: bold;
  font-size: 1.7rem;
}
#sightseeing_shorts .flow .flow-box .flow-title .title-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #c95d18;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
#sightseeing_shorts .flow .flow-box .flow-title .title-txt {
  color: #c95d18;
}
#sightseeing_shorts .option-table {
  border-top: 1px solid #c95d18;
  border-right: 1px solid #c95d18;
}
#sightseeing_shorts .option-table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sightseeing_shorts .option-table .table-row dt, #sightseeing_shorts .option-table .table-row dd {
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #c95d18;
  border-left: 1px solid #c95d18;
  width: 100%;
}
#sightseeing_shorts .option-table .table-row dt {
  background: #f0ebe3;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sightseeing_shorts .option-table .table-row dd .option-price {
  font-size: clamp(1.6rem, 2.15vw, 1.7rem);
  font-weight: bold;
  color: #c95d18;
}
@media (min-width: 768px) {
  #sightseeing_shorts .option-table .table-row dt {
    width: 210px;
  }
  #sightseeing_shorts .option-table .table-row dd {
    width: calc(100% - 210px);
  }
}
#sightseeing_shorts .qanda-list .qa-box {
  margin-bottom: 15px;
}
#sightseeing_shorts .qanda-list .qa-box dt, #sightseeing_shorts .qanda-list .qa-box dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
}
#sightseeing_shorts .qanda-list .qa-box dt {
  color: #c95d18;
  background: #f0ebe3;
  margin-bottom: 5px;
  font-weight: bold;
  border-radius: 5px;
  text-indent: -1.2em;
  padding-left: 2em;
}
#sightseeing_shorts .qanda-list .qa-box dt::before {
  content: "Q.";
}
#sightseeing_shorts .qanda-list .qa-box dd {
  text-indent: -1.2em;
  padding-left: 2em;
}
#sightseeing_shorts .qanda-list .qa-box dd::before {
  content: "A.";
}

/*sightseeing_shorts*/