@charset "utf-8";

/*PCSP共通設定*/
html {
  scroll-behavior: smooth;
}

/*smooth scroll*/
p {
  font-feature-settings: "palt";
}

.inner {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "游ゴシック体", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
	 font-feature-settings: "palt";
}

/*
svg {
  vertical-align: bottom;
  margin-bottom: -2px;
}
svg.cbluesvg {
  background: #f3fafd;
}
*/


.inner ul.dot_list {
	margin: 0 0 25px 0.5em;
	list-style: none;
}
.inner ul.dot_list li{
	position: relative;
	margin: 5px 0;
	padding-left: 12px;
}
.inner ul.dot_list li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #000;
	border-radius: 5px;
}
.inner ul.ac_cotion_txt.dot_list li::before {
	background-color: #fff;
}


/*リンク非活性*/
.overlay a {
  pointer-events: none;
  background: #d1d1d1 !important;
}

/*リンク非活性ここまで*/


/*759px以下*/
@media screen and (max-width: 759.9px) {
  #wrapper {
    line-height: 1.5;
  }

  .spnone {
    display: none;
  }

  /* CSS */
  #dirPathBlock,
  #anchorLinkBlock {
    font-size: 10px;
    margin: 1% 1% 0 1%;
  }

  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }

  h1 {
    font-size: 12px;
    margin: 0 1%;
  }

  h2 {
    margin: auto;
    padding: 1rem 0;
    text-align: center;
  }

  .inner {
    width: 93%;
    margin: 0 auto;
    padding: 24px 0;
    box-sizing: border-box;
  }


  /* ------------------------------------------
	title
------------------------------------------ */
  #title {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
  }

  #title div {
    margin: 0;
    padding: 0;
  }

  #title img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }


  .mv_btn_link {
    background-color: #6991eb;
    text-align: center;
    display: block;
    padding: 0.5rem 0;
    border-radius: 10px;
    position: absolute;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    width: 55%;
    bottom: -18px;
    right: 10px;
  }

  .mv_btn_link_txt {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
  }

  .mv_btn_link_txt a:link {
    color: #fff !important;
  }

  .mv_btn_link:hover {
    box-shadow: none;
    color: #fff;
  }

  .mv_btn_link::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 11px;
  }


  /* ------------------------------------------
	point
------------------------------------------ */
  section#point {
  	position: relative;
    background: #f3fafd;
    padding: 1rem 0;
  }
#point svg:nth-of-type(2) {
	position: absolute;
	bottom: -5vw;
	z-index: 3;
}
  .point_box {
    margin: 0rem auto 2rem;
  }

  .point_box_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    padding: 1.5rem 0 0;
  }


  .point_mark {
    width: 27%;
    height: 27%;
  }

  .point_mark_0203 {
    margin-bottom: auto;
  }

  .point_box_dash {
    border-top: dashed #6991eb 2px;
    margin: 3rem auto;
  }

  .point_illust {
    width: 100%;
    height: auto;
  }

  p.point_txt {
    color: #646464;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
  }

  .point_txt02 {
    padding-bottom: 1rem;
  }

  span.point_txt_small {
    font-size: 1rem;
  }

  span.price_red {
    color: #ea5532;
    font-size: 3rem;
  }

  .point02_btn {
    background: #6ec3e1;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
  }

  a.point02_btn {
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 8px 0 8px;
    margin: 1rem auto 0;
  }

  .point_box a:link {
    color: #fff !important;
  }

  .point02_btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 16px;

  }

  .point_txt_strong {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  span.point_label {
    background: #646464;
    padding: 5px 11px 1px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #FFF;
    border-radius: 5px;
  }

  p.point_txt_line {
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: #ffd800;
    text-underline-offset: -0.1em;
    text-decoration-skip-ink: none;
    line-height: 1.4;
    padding: 1rem 0 0;
  }

  h3.point_frame {
    color: #6991eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
    margin: 2.5rem auto 1.5rem;
  }

  h3.point_frame::before,
  h3.point_frame::after {
    content: '';
    width: 20%;
    height: 3px;
    background-color: #6991eb;
  }

  h3.point_frame::before {
    margin-right: 2%;
  }

  h3.point_frame::after {
    margin-left: 1%;
  }


  ul.point03_btn {
    margin: 1.5rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  ul.point03_btn a {
    background: #6ec3e1;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    transition: 0.2s ease-in-out;
  }

  ul.point03_btn a {
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 12px 0 8px;
  }

  ul.point03_btn a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 15px;
  }

  /* ------------------------------------------
	hotel
------------------------------------------ */

  /* --- タブボタン --- */
  .tab-buttons {
    margin: 1rem auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tab-button {
    flex: 1;
    background-color: #f5c5dc;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 2px;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .tab-button.active {
    background-color: #eb8cb9;
  }

  /* --- タブコンテンツ共通 --- */
  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  /* ホテル情報のスタイル */
  .hotel_tab {
    list-style: none;
    padding: 0;
    margin: 0 auto 3rem;
  }

  .hotel_tab li {
    text-align: center;
    position: relative;
    margin: 0 auto 2rem;
  }

  .hotel_box_img {
    position: relative;
  }

  .hotel_box_img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .hotel_box_img>span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 15px 1px;
    line-height: 1.44;
    background: rgba(0, 0, 0, 0.30);
    color: #FFF;
    font-size: 0.9rem;
    box-sizing: border-box;
    text-align: left;
  }

  .hotelname {
    color: #646464;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 10px 0 7px;
    display: flex;
    border-bottom: 2px solid #646464;
    justify-content: center;
    align-items: center;
  }

  .hote_price {
    color: #ea5532;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 0.5rem;
  }

  .hoteltxt_small {
    display: block;
    font-size: 1rem;
    color: #646464;
    font-weight: normal;
    padding: 2px 0 0;
  }


  .btn_area {
    padding: 2rem 0;
  }

  .hotel_btnarea_txt {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 3px;
    color: #646464;
    text-align: center;
    padding: 0 0 0.5rem;
  }

  .hotel_btnarea_txt::before,
  .hotel_btnarea_txt::after {
    content: "";
    display: inline-block;
    background-color: #646464;
    width: 18px;
    height: 2px;
    margin: 0 10px 5px 6px;
  }

  .hotel_btnarea_txt::before {
    transform: rotate(45deg);
    transform-origin: center;
  }

  .hotel_btnarea_txt::after {
    transform: rotate(-45deg);
    transform-origin: center;
  }

  .hotel_btn {
    background: #eb8cb9;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    transition: 0.2s ease-in-out;
    letter-spacing: 3px;
  }

  a.hotel_btn {
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 8px 0 8px;
  }

  .hotel_btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 16px;
  }

  /* ------------------------------------------
	coupon
------------------------------------------ */
  section#coupon {
  	position: relative;
    background: #f3fafd;
  }
#coupon svg:nth-of-type(2) {
	position: absolute;
	bottom: -5vw;
	z-index: 3
}
  .coupon_grid_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }


  .title_label_b {
    display: inline-block;
    /*background-color: #6ec3e1;*/
    background-color: #EA5532;
    color: #fff;
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 1.25rem;
    margin: 20px 0;
	font-weight: bold;
  }


  .coupon_box {
    padding: 10px;
    border-radius: 12px;
    text-align: center;
  }

  .coupon_img_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 15px !important;
  }


  .small_circle {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    right: -5px;
    z-index: 10;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  }

  .pink {
    background-color: #eb8cb9;
  }

  .orange {
    background-color: #f5644b;
  }

  .blue {
    background-color: #6991eb;
  }

  .coupon_box_title {
    font-weight: bold;
    color: #7d7d7d;
    font-size: 1.1rem;
    padding: 0 0 10px;
    border-bottom: solid 2px #7d7d7d;
  }


  .coupon_box_txt {
    font-size: 1rem;
    color: #555;
    text-align: left;
    padding: 15px 0;
    line-height: 1.5;
  }


  .coupon_btn_area {
        padding: 2rem 0;
        display: flex;
        gap: 1rem;
        flex-direction: column;
  }

  .coupon_btn {
    background: #6ec3e1;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    transition: 0.2s ease-in-out;
  }

  a.coupon_btn {
        color: #fff !important;
        font-size: 1.25rem;
        font-weight: bold;
        padding: 8px 0 8px;
        width: 100%;
  }

  .coupon_btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 16px;
  }

  /* ------------------------------------------
	kanucha&coupon スライド
------------------------------------------ */

  .slideshow {
    position: relative;
    margin: 0 auto;
  }

  .knc_slideshow {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .slideshow::before {
    content: '';
    display: block;
    padding-top: 70%;
  }

  .knc_slideshow::before {
    content: '';
    display: block;
    padding-top: 75%;
  }

  .circle_img_stop,
  .circle_img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }

  .circle_img,
  .knc_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    z-index: 0;
    object-position: 0% 100%;
  }

  .circle_img.show,
  .knc_img.show {
    opacity: 1;
    z-index: 1;
  }
/* ------------------------------------------
	kanucha ※一部tytrcarに流用
------------------------------------------ */

  #kncrcar {
    color: #555;
  }

  p.knc_title_k,
  p.knc_title_b {
    font-size: 1.35rem;
    font-weight: bold;
    text-align: center;
  }

  p.knc_title_b {
    color: #6991eb;
  }

  p.knc_title_k {
    margin: 2rem auto;
  }

  div.knc_box {
    border: 2px solid #6991eb;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
  }

  p.knc_stxt {
    font-size: 0.9rem;
    line-height: 1.5;
  }


  p.knc_btxt_bubble {
    position: relative;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    background-color: #6991eb;
    border-radius: 10px;
    padding: 10px 15px;
    display: block;
    margin: 20px 0;
    text-align: center;
  }

  p.knc_btxt_bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6991eb;
  }


  .knc_box_flex {
        display: flex;
        background-color: #f3fafd;
        padding: 15px;
        border-radius: 10px;
        gap: 15px;
        flex-direction: column-reverse;
  }

  p.knc_r_txt {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .knc_flex_title {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 15px auto;
  }

  .knc_flex_title::before,
  .knc_flex_title::after {
        content: "";
        display: inline-block;
        background-color: #646464;
        width: 20px;
        height: 2px;
        margin: 0 2px 6px 2px;
  }

  .knc_flex_title::before {
    transform: rotate(45deg);
    transform-origin: center;
  }

  .knc_flex_title::after {
    transform: rotate(-45deg);
    transform-origin: center;
  }

  .knc_r_txt p:last-child {
    font-size: 1.1rem;
    margin: 0;
  }

  .knc_flex_txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .knc_carimg {
    text-align: right;
    margin: 1rem auto;
  }

  .knc_carimg img {
    margin: 0.5rem auto;
  }

  /* ------------------------------------------
	activity
------------------------------------------ */
  #activity {
  	position: relative;
    background-color: #6991eb;
    color: #646464;
  }#activity svg:nth-of-type(2) {
	position: absolute;
	top: -5vw;
}
#activity svg:nth-of-type(4) {
	position: absolute;
	bottom: -5vw;
	z-index: 3;
}



  .activity_box {
    background-color: #ffffff;
    margin: 0 auto 2rem;
    position: relative;
  }

  .activity_flexbox {
	  display: flex;
     flex-direction: column;
  }

  .activity_flexbox img {
    width: 100%;
    object-fit: cover;
    flex-shrink: 0;
  }

  .text_container {
    position: relative;
    padding: 20px;/* 20px 20px 70px */
	  flex: 1;
	}

  .activity_title {
    color: #6991eb;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 0 10px;
  }

  .activity_txt {
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0;
  }

  .accordion_toggle {
	  position: absolute;
        bottom: 10px;
        right: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

  .accordion_text {
    color: #6991eb;
    font-weight: bold;
    font-size: 1rem;
  }

  .accordion_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6991eb;
    color: #ffffff;
    border-radius: 50%;
    font-weight: bold;
    width: 50px;
    height: 50px;
    font-size: 35px;
    line-height: 0;
    transition: background-color 0.3s;
  }

  .accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  .accordion_content.open {
    max-height: 1000px;
  }

  .accordion_content dl {
   padding: 0 20px 20px;
    margin: 0;
  }

  .accordion_content dt,
  .accordion_content dd {
    display: table-cell;
    padding: 7px;
    vertical-align: top;
  }

  .accordion_content dt {
        width: 30%;
        font-weight: bold;
        font-size: 1.1rem;
  }

  .accordion_content dd {
    font-size: 1.1rem;
  }

  .accordion_content dl div {
    display: table-row;
  }

  .ac_cotion_box {
    margin: 4rem auto;
  }

  .ac_cotion_title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #6991eb;
    background: #FFF;
    text-align: center;
    padding: 3px 0;
  }

  .ac_cotion_txt {
    font-size: 1.1rem;
    color: #FFF;
    padding: 10px 0;
  }


  /* ------------------------------------------
	tytrcar
------------------------------------------ */
  #tytrcar {
  	position: relative;
    background: #f3fafd;
    color: #555;
  }
#tytrcar svg:nth-of-type(2) {
	position: absolute;
	bottom: -5vw;
	z-index: 3;
}

  span.bubble_label {
    color: #f5644b;
    background: #fff005;
    padding: 2px 6px 1px;
    margin-right: 10px;
    font-size: 1.25rem;
  }

  .slider_wrap {
    margin: auto;
    text-align: center;
    margin: 4rem auto;
  }

  /* リボン */
  h3.ribbon {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 20px;
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    background: #6991eb;
    color: #FFF;
    box-sizing: border-box;
  }

  h3.ribbon:before,
  h3.ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  h3.ribbon:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 10px;
    border-color: transparent transparent transparent #f3fafd;
    border-style: solid;
  }

  h3.ribbon:after {
    top: 0;
    right: 0;
    border-width: 25px 10px 25px 0px;
    border-color: transparent #f3fafd transparent transparent;
    border-style: solid;
  }


  .tgtboxlayout {
    display: flex;
    justify-content: center;
  }

  .tgtbox.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tgtbox {
    text-align: center;
  }

  .tgtbox img {
    width: 100%;
    height: auto;
  }

  .tgtbox_name {
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 10px;
  }

  /* slick dots */
  .slick-dots {
    bottom: -50px;
    left: 0;
  }

  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }

  .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a6a6a6;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
  }

  .slick-dots li.slick-active button {
    background-color: #6991eb;
  }
  
  .slick-slide_wrap_sp .slick-dots {
    bottom: 0;
    left: 0;
  }

  .slick-slide_wrap_sp .slick-dots li button {
    background-color: #bbb;
  }

  .slick-slide_wrap_sp .slick-dots li.slick-active button {
    background-color: #fff;
  }


  /* 矢印 */
  .slick-prev,
  .slick-next {
    width: 35px;
    height: 35px;
    border: 2px solid #a6a6a6;
    border-radius: 50%;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    padding: 0;
  }
	.slick-slide_wrap_sp .slick-prev:hover,
	.slick-slide_wrap_sp .slick-next:hover {
		opacity: 1;
	}

  .slick-prev {
    left: 10px !important;
        background: none !important;
        top: -45px;
  }
  .slick-slide_wrap_sp .slick-prev {
    left: 10px !important;
        background: #fff !important;
        top: 40%;
  }

  .slick-prev::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 2px solid #a6a6a6;
    border-left: 2px solid #a6a6a6;
    transform: rotate(-45deg);
    box-sizing: border-box;
  }

  .slick-next {
      right: 10px !important;
      background: #f3fafd !important;
      top: -45px;
  }
  .slick-slide_wrap_sp .slick-next {
	  right: 10px !important;
        background: #fff !important;
        top: 40%;
  }

  .slick-next::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 2px solid #a6a6a6;
    border-right: 2px solid #a6a6a6;
    transform: rotate(45deg);
    box-sizing: border-box;
  }

  .slick-prev:before,
  .slick-next:before {
    display: none;
  }

  .tytrcar_btnarea_txt {
    font-size:1.1rem;
    font-weight: bold;
    letter-spacing: 3px;
    color: #646464;
    text-align: center;
    padding: 3rem 0 1rem;
  }

  .tytrcar_btnarea_txt::before,
  .tytrcar_btnarea_txt::after {
    content: "";
    display: inline-block;
    background-color: #646464;
    width: 20px;
    height: 2px;
    margin: 0 12px 5px 10px;
  }

  .tytrcar_btnarea_txt::before {
    transform: rotate(45deg);
    transform-origin: center;
  }

  .tytrcar_btnarea_txt::after {
    transform: rotate(-45deg);
    transform-origin: center;
  }

  .tytrcar_btn_area {
    padding: 0 0 4rem 0;
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }

  .tytrcar_btn {
    background: #6ec3e1;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    transition: 0.2s ease-in-out;
    letter-spacing: 3px;
  }

  a.tytrcar_btn {
color: #fff !important;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 8px 0 8px;
    flex: 1;
    width: 100%;
  }

  .tytrcar_btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 16px;
  }





  /* ------------------------------------------
	odplan
------------------------------------------ */

  #odplan {
    color: #555;
  }

  .table_box {
    margin: 4rem auto;
  }

  .table_box p.knc_title_b {
    margin: 1rem auto;
  }

  .table_box table {
    border-collapse: collapse;
    width: 100%;
    font-size: 1.1rem;
  }

  .table_box td {
    padding: 10px 20px;
    vertical-align: top;
  }

  .middle_align {
    vertical-align: middle !important;
  }

  .table_box colgroup col:first-child {
    width: 10%;
  }

  .table_box colgroup col:last-child {
    width: 90%;
  }

  .left_cell {
    border-right: 2px solid #6991eb;
    text-align: center;
    margin: 1rem auto;
    font-weight: bold;
  }

  .top_border {
    border-top: 2px solid #6991eb;
  }

  .bottom_border {
    border-bottom: 2px solid #6991eb;
  }

  .odplan_mg_box {
    padding: 20px 0;
  }

  .odplan_box {
    background-color: #f3fafd;
    border-radius: 8px;
    padding: 20px;
  }

  .odplan_about,.odplan_hotel {
    display: flex;
    flex-direction: column;
	padding: 20px 0; 
	gap:10px;  
  }

  .odplan_about:first-child {
    padding-top: 0 !important;
  }

  .odplan_hotel {
    padding-bottom: 0 !important;
  }

  .about_txtbox {
    flex: 1;
  }

  .odplan_box img {
    width: 100%;
  }

  .about_title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #6991eb;
  }

  .about_txt {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .txt_center {
    text-align: center;
  }

  .about_txt_small {
    font-size: 1rem;
  }

  .txt_red {
    color: #f5644b;
  }

  .about_imgbox {
    width: 100%;
  }

  .od_border_b {
    border-bottom: solid 2px #6991eb;
  }

  .plan_course_img {
    padding: 0 0 1rem;
  }

  .about_txt_pop {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 3px;
    color: #646464;
    text-align: center;
    padding: 0 0 0.5rem;
  }

  .about_txt_pop::before,
  .about_txt_pop::after {
    content: "";
    display: inline-block;
    background-color: #646464;
    width: 25px;
    height: 2px;
    margin: 0 25px 5px 23px;
  }

  .about_txt_pop::before {
    transform: rotate(45deg);
    transform-origin: center;
  }

  .about_txt_pop::after {
    transform: rotate(-45deg);
    transform-origin: center;
  }

  .odplan_btn_area {
    padding: 4rem 0;
  }



  .odplan_btn {
    background: #6ec3e1;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    transition: 0.2s ease-in-out;
  }

  a.odplan_btn {
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 12px 0 8px;
	  text-align: center;
  }

  .odplan_btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 30px;
  }

  .odplan_btn_area .about_txt_small {
    padding: 1rem 0;
    text-align: center;
  }

  /* ------------------------------------------
	other
------------------------------------------ */
  section#other {
    background: #f3fafd;
  }

  span.other_small {
    font-size: 1rem;
  }

  ul.other_btn li {
    background: #6ec3e1;
    border-radius: 10px;
    position: relative;
    display: block;
    text-align: center;
    margin: 1rem 0;
    padding: 0.35rem 0;
    line-height: 1.4;
  }

  ul.other_btn a {
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 12px 0 8px;
  }

  ul.other_btn li a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 24px;
  }

  ul.otherplan_link img {
    width: 100%;
  }

  ul.otherplan_link li {
    width: 100%;
    background: #FFF;
    padding-bottom: 1rem;
    margin: 0 auto 1.5rem;
  }

  p.other_txt {
    font-size: 1.25rem;
    color: #646464;
    padding: 1rem 0 0;
    text-align: center;
  }


  /* ------------------------------------------
	FAQ
------------------------------------------ */
  h2.faq_title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6991eb;
    margin: auto;
    text-align: center;
    padding: 3rem 0 1rem;
    line-height: 1.4;
  }

  li.faq_box {
    background: #FFF;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0rem auto 1rem;
  }

  span.question,
  span.answer {
    font-size: 40px;
    font-weight: bold;
    padding-right: 15px;
  }

  span.question {
    color: #6ec3e1;
  }

  span.answer {
    color: #ea5532;
  }

  p.faq_txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    color: #646464;
  }

  .border_dot {
    border-top: dashed #b1b1b1 2px;
    margin: 9px auto;
  }
}

/*760px以上*/
@media screen and (min-width: 760px),
print {

  /* CSS */
  #wrapper {
    line-height: 1.5;
  }

  #dirPathBlock,
  h1,
  .iframe_end-content_gadget,
  #anchorLinkBlock {
    width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: auto;
  }

  /*panlist&back*/
  #dirPathBlock,
  #anchorLinkBlock {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 12px;
  }

  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }

  h1 {
    font-size: 14px;
    width: auto;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto 5px;
  }

  h2 {
    width: 100%;
    margin: auto;
    padding: 2rem 0 3rem;
    text-align: center;
  }

  .inner {
    width: 96%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto;
    padding: 50px 0;
    display: block;
  }

  /* ------------------------------------------
	title
------------------------------------------ */

  #title div {
    width: auto;
    max-width: 970px;
    height: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }

  #title {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFF;
  }

  #title h1 {
    margin: 0;
    padding: 0;
  }

  #title img {
    width: 100%;
    max-width: 770px;
    height: auto;
    vertical-align: top;
  }

  #title {
    width: 100%;
    background: #FFF url(../images/mv_bg_okinawa.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 700px;
  }


  .mv_btn_link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 120px;
    height: 120px;
    background-color: #6991eb;
    border-radius: 50%;
    text-align: center;
    line-height: 1.4;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mv_btn_link_txt {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
  }


  .mv_btn_link_txt a:link {
    color: #fff !important;
  }

  .mv_btn_link:hover {
    box-shadow: none;
    color: #fff;
  }

  .mv_btn_link::after {
    content: "";
    display: block;
    margin: 8px auto 0;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
  }

  /* ------------------------------------------
	point
------------------------------------------ */
  section#point {
  	position: relative;
    background: #f3fafd;
  }
#point svg:nth-of-type(1) {
	position: absolute;
	bottom: -2.2vw;
	z-index: 3;
}
  .point_box {
    background: #FFF;
    border-radius: 20px;
    padding: 30px;
    margin: 0rem auto 3rem;
  }

  .point_box_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }


  .point_mark {
    width: 100px;
    height: 100px;
    padding-right: 20px;
  }

  .point_mark_0203 {
    margin-bottom: auto;
  }

  .point_illust {
    width: 40%;
    height: auto;
  }

  p.point_txt {
    color: #646464;
    font-weight: bold;
    font-size: 33px;
    text-align: left;
    flex: 3;
    line-height: 1.4;
  }

  .point_txt02 {
    padding-bottom: 1rem;
  }

  span.point_txt_small {
    font-size: 18px;
  }

  span.price_red {
    color: #ea5532;
    font-size: 45px;
  }

  .point02_btn {
    background: #6ec3e1;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    transition: 0.2s ease-in-out;
  }

  a.point02_btn {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 0 8px;
  }

  .point_box a:link {
    color: #fff !important;
  }

  .point02_btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 15px;

  }

  .point02_btn :hover {
    opacity: 0.8;
  }

  .point_txt_strong {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  span.point_label {
    margin-right: 10px;
    background: #646464;
    padding: 5px 11px 1px;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    border-radius: 5px;
  }

  p.point_txt_line {
    font-weight: bold;
    font-size: 30px;
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: #ffd800;
    text-underline-offset: -0.1em;
    text-decoration-skip-ink: none;
    color: #646464;
  }

  h3.point_frame {
    color: #6991eb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    letter-spacing: 10px;
    font-weight: bold;
    text-align: center;
    margin: 2.5rem auto 1.5rem;
  }

  h3.point_frame::before,
  h3.point_frame::after {
    content: '';
    width: 35%;
    height: 3px;
    background-color: #6991eb;
  }

  h3.point_frame::before {
    margin-right: 2%;
  }

  h3.point_frame::after {
    margin-left: 1%;
  }


  .point03_btn {
    margin: 2rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  ul.point03_btn a {
    background: #6ec3e1;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    transition: 0.2s ease-in-out;
  }

  ul.point03_btn a {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 8px;
  }

  ul.point03_btn a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 15px;

  }

  ul.point03_btn a :hover {
    opacity: 0.8;
  }

  /* ------------------------------------------
	hotel
------------------------------------------ */

  /* --- タブボタン --- */
  .tab-buttons {
    display: flex;
    gap: 2%;
    margin: 0 auto 2rem;
    justify-content: space-between;
  }

  .tab-button {
    flex: 1;
    background-color: #f5c5dc;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 2px;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .tab-button.active {
    background-color: #eb8cb9;
  }

  /* --- タブコンテンツ共通 --- */
  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  /* ホテル情報のスタイル */
  .hotel_tab {
    list-style: none;
    padding: 0;
    margin: 0 auto 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
  }

  .hotel_tab li {
    text-align: center;
    width: 32%;
    position: relative;
  }

  .hotel_box_img {
    position: relative;
  }

  .hotel_box_img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .hotel_box_img>span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 15px 1px;
    line-height: 1.44;
    background: rgba(0, 0, 0, 0.30);
    color: #FFF;
    font-size: 15px;
    box-sizing: border-box;
    text-align: left;
  }

  .hotelname {
    color: #646464;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 7px;
    display: flex;
    border-bottom: 2px solid #646464;
    justify-content: center;
    align-items: center;
    min-height: 2.5em;
  }

  .hote_price {
    color: #ea5532;
    font-size: 25px;
    font-weight: bold;
    padding-top: 0.5rem;
  }

  .hoteltxt_small {
    display: block;
    font-size: 14px;
    color: #646464;
    font-weight: normal;
    padding: 2px 0 0;
  }


  .btn_area {
    padding: 2rem 0;
  }

  .hotel_btnarea_txt {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #646464;
    text-align: center;
    padding: 0 0 1rem;
  }

  .hotel_btnarea_txt::before,
  .hotel_btnarea_txt::after {
    content: "";
    display: inline-block;
    background-color: #646464;
    width: 25px;
    height: 2px;
    margin: 0 25px 5px 23px;
  }

  .hotel_btnarea_txt::before {
    transform: rotate(45deg);
    transform-origin: center;
  }

  .hotel_btnarea_txt::after {
    transform: rotate(-45deg);
    transform-origin: center;
  }

  .hotel_btn {
    background: #eb8cb9;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    transition: 0.2s ease-in-out;
    letter-spacing: 3px;
  }

  a.hotel_btn {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 0 8px;
  }

  .hotel_btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 15px;
  }

  /* ------------------------------------------
	coupon
------------------------------------------ */
  section#coupon {
  	position: relative;
    background: #f3fafd;
  }
#coupon svg:nth-of-type(1) {
	position: absolute;
	bottom: -2.2vw;
	z-index: 3;
}

  .title_label_b {
    display: inline-block;
    /*background-color: #6ec3e1;*/
    background-color: #EA5532;
    color: #fff;
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 25px;
    margin: 20px 0;
	font-weight: bold;
  }

  .coupon_grid_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .coupon_box {
    padding: 10px;
    border-radius: 12px;
    text-align: center;
  }

  .coupon_img_wrapper {
    position: relative;
    width: 350px;
    height: 350px;
    margin: 0 auto 15px !important;
  }


  .small_circle {
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    right: -5px;
    z-index: 10;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  }

  .pink {
    background-color: #eb8cb9;
  }

  .orange {
    background-color: #f5644b;
  }

  .blue {
    background-color: #6991eb;
  }

  .coupon_box_title {
    font-weight: bold;
    color: #7d7d7d;
    font-size: 25px;
    padding: 15px 0;
    border-bottom: solid 2px #7d7d7d;
  }


  .coupon_box_txt {
    font-size: 18px;
    color: #555;
    text-align: left;
    padding: 15px 0;
    line-height: 1.5;
  }


  .coupon_btn_area {
    padding: 4rem 0;
    display: flex;
    gap: 40px;
  }

  .coupon_btn {
    background: #6ec3e1;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    transition: 0.2s ease-in-out;
    letter-spacing: 3px;	  
  }

  a.coupon_btn {
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 8px 0 8px;
    flex: 1;
  }

  .coupon_btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 16px;
  }

  /* ------------------------------------------
	kanucha&coupon スライド
------------------------------------------ */

  .slideshow {
    position: relative;
    margin: 0 auto;
  }

  .knc_slideshow {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .slideshow::before {
    content: '';
    display: block;
    padding-top: 100%;
  }

  .knc_slideshow::before {
    content: '';
    display: block;
    padding-top: 75%;
  }

  .circle_img_stop,
  .circle_img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }

  .circle_img,
  .knc_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    z-index: 0;
    object-position: 0% 100%;
  }

  .circle_img.show,
  .knc_img.show {
    opacity: 1;
    z-index: 1;
  }

  /* ------------------------------------------
	kanucha ※一部tytrcarに流用
------------------------------------------ */

  #kncrcar {
    color: #555;
  }

  p.knc_title_k,
  p.knc_title_b {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }

  p.knc_title_b {
    color: #6991eb;
  }

  p.knc_title_k {
    margin: 2rem auto;
  }

  div.knc_box {
    border: 2px solid #6991eb;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
  }

  p.knc_stxt {
    font-size: 16px;
    line-height: 1.5;
  }


  p.knc_btxt_bubble {
    position: relative;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    background-color: #6991eb;
    border-radius: 10px;
    padding: 10px 15px;
    display: block;
    margin: 20px 0;
    text-align: center;
  }

  p.knc_btxt_bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6991eb;
  }


  .knc_box_flex {
    display: flex;
    background-color: #f3fafd;
    padding: 15px;
    border-radius: 10px;
    gap: 30px;
  }

  p.knc_r_txt {
    font-size: 18px;
    line-height: 1.5;
  }

  .knc_flex_title {
    font-size: 23px;
    font-weight: bold;
    margin: 15px auto;
  }

  .knc_flex_title::before,
  .knc_flex_title::after {
    content: "";
    display: inline-block;
    background-color: #646464;
    width: 25px;
    height: 2px;
    margin: 0 25px 5px 23px;
  }

  .knc_flex_title::before {
    transform: rotate(45deg);
    transform-origin: center;
  }

  .knc_flex_title::after {
    transform: rotate(-45deg);
    transform-origin: center;
  }

  .knc_r_txt p:last-child {
    font-size: 18px;
    margin: 0;
  }

  .knc_flex_txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .knc_carimg {
    text-align: right;
    margin: 4rem auto;
  }

  .knc_carimg img {
    margin: 0.5rem auto;
  }

  /* ------------------------------------------
	activity
------------------------------------------ */
  #activity {
  	position: relative;
    background-color: #6991eb;
    color: #646464;
  }
#activity svg:nth-of-type(1) {
	position: absolute;
	top: -2.2vw;
}
#activity svg:nth-of-type(3) {
	position: absolute;
	bottom: -2.2vw;
	z-index: 3;
}


  .activity_box {
    background-color: #ffffff;
    margin: 0 auto 2rem;
    position: relative;
  }

  .activity_flexbox {
    display: flex;
    gap: 30px;
  }

  .activity_flexbox img {
    width: 450px;
    height: 300px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .text_container {
    position: relative;
    padding: 30px 30px 0 0;
    flex: 1;
  }

  .activity_title {
    color: #6991eb;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 10px;
  }

  .activity_txt {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
  }

  .accordion_toggle {
    position: absolute;
    bottom: 15px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

  .accordion_text {
    color: #6991eb;
    font-weight: bold;
    font-size: 16px;
  }

  .accordion_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6991eb;
    color: #ffffff;
    border-radius: 50%;
    font-weight: bold;
    width: 50px;
    height: 50px;
    font-size: 35px;
    line-height: 0;
    transition: background-color 0.3s;
  }

  .accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  .accordion_content.open {
    max-height: 1000px;
  }

  .accordion_content dl {
    padding: 30px;
    margin: 0;
  }

  .accordion_content dt,
  .accordion_content dd {
    display: table-cell;
    padding: 7px;
    vertical-align: top;
  }

  .accordion_content dt {
    width: 170px;
    font-weight: bold;
    font-size: 18px;
  }

  .accordion_content dd {
    font-size: 18px;
  }

  .accordion_content dl div {
    display: table-row;
  }

  .ac_cotion_box {
    margin: 4rem auto;
  }

  .ac_cotion_title {
    font-size: 20px;
    font-weight: bold;
    color: #6991eb;
    background: #FFF;
    text-align: center;
    padding: 3px 0;
  }

  .ac_cotion_txt {
    font-size: 18px;
    color: #FFF;
    padding: 10px 0;
  }

  /* ------------------------------------------
	tytrcar
------------------------------------------ */
  #tytrcar {
  position: relative;
    background: #f3fafd;
    color: #555;
  }
#tytrcar svg:nth-of-type(1) {
	position: absolute;
	bottom: -2.2vw;
	z-index: 3;
}

  span.bubble_label {
    color: #f5644b;
    background: #fff005;
    padding: 2px 6px 1px;
    margin-right: 10px;
    font-size: 20px;
  }

  .slider_wrap {
    margin: auto;
    text-align: center;
    margin: 4rem auto;
  }

  /* リボン */
  h3.ribbon {
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto 20px;
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    background: #6991eb;
    color: #FFF;
    box-sizing: border-box;
  }

  h3.ribbon:before,
  h3.ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  h3.ribbon:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 10px;
    border-color: transparent transparent transparent #f3fafd;
    border-style: solid;
  }

  h3.ribbon:after {
    top: 0;
    right: 0;
    border-width: 25px 10px 25px 0px;
    border-color: transparent #f3fafd transparent transparent;
    border-style: solid;
  }

  .slick-slide_wrap {
    padding: 0 80px;

  }


  .tgtboxlayout {
    display: flex;
    justify-content: center;
  }

  .tgtbox.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .tgtbox {
    text-align: center;
  }

  .tgtbox img {
    width: 100%;
    height: auto;
  }

  .tgtbox_name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
  }

  /* slick dots */
  .slick-dots {
    bottom: -50px;
    left: 0;
  }

  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }

  .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a6a6a6;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
  }

  .slick-dots li.slick-active button {
    background-color: #6991eb;
  }


  /* 矢印 */
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    border: 2px solid #a6a6a6;
    border-radius: 50%;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    padding: 0;
  }


  .slick-prev {
    left: -60px;
  }

  .slick-prev::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 2px solid #a6a6a6;
    border-left: 2px solid #a6a6a6;
    transform: rotate(-45deg);
    box-sizing: border-box;
  }

  .slick-next {
    right: -60px;
  }

  .slick-next::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 2px solid #a6a6a6;
    border-right: 2px solid #a6a6a6;
    transform: rotate(45deg);
    box-sizing: border-box;
  }

  .slick-prev:before,
  .slick-next:before {
    display: none;
  }

  .tytrcar_btnarea_txt {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #646464;
    text-align: center;
    padding: 4rem 0 1rem;
  }

  .tytrcar_btnarea_txt::before,
  .tytrcar_btnarea_txt::after {
    content: "";
    display: inline-block;
    background-color: #646464;
    width: 25px;
    height: 2px;
    margin: 0 25px 5px 23px;
  }

  .tytrcar_btnarea_txt::before {
    transform: rotate(45deg);
    transform-origin: center;
  }

  .tytrcar_btnarea_txt::after {
    transform: rotate(-45deg);
    transform-origin: center;
  }

  .tytrcar_btn_area {
    padding: 0 0 4rem 0;
    display: flex;
    gap: 40px;
  }

  .tytrcar_btn {
    background: #6ec3e1;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    transition: 0.2s ease-in-out;
    letter-spacing: 3px;
  }

  a.tytrcar_btn {
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 8px 0 8px;
    flex: 1;
  }

  .tytrcar_btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 16px;
  }





  /* ------------------------------------------
	odplan
------------------------------------------ */

  #odplan {
    color: #555;
  }

  .table_box {
    margin: 4rem auto;
  }

  .table_box p.knc_title_b {
    margin: 1rem auto;
  }

  .table_box table {
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
  }

  .table_box td {
    padding: 10px 20px;
    vertical-align: top;
  }

  .middle_align {
    vertical-align: middle !important;
  }

  .table_box colgroup col:first-child {
    width: 10%;
  }

  .table_box colgroup col:last-child {
    width: 90%;
  }

  .left_cell {
    border-right: 2px solid #6991eb;
    text-align: center;
    margin: 1rem auto;
    font-weight: bold;
  }

  .top_border {
    border-top: 2px solid #6991eb;
  }

  .bottom_border {
    border-bottom: 2px solid #6991eb;
  }

  .odplan_mg_box {
    padding: 30px 0;
  }

  .odplan_box {
    background-color: #f3fafd;
    border-radius: 8px;
    padding: 30px;
  }

  .odplan_about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .odplan_hotel {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 0;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
  }
  .odplan_about:first-child {
    padding-top: 0 !important;
  }

  .odplan_hotel {
    padding-bottom: 0 !important;
  }

  .about_txtbox {
    flex: 1;
    margin-right: 20px;
  }

  .odplan_box img {
    width: 100%;
  }

  .about_title {
    font-weight: bold;
    font-size: 25px;
    color: #6991eb;
    margin-bottom: 10px;
  }

  .about_txt {
    font-size: 18px;
    line-height: 1.5;
  }

  .txt_center {
    text-align: center;
  }

  .about_txt_small {
    font-size: 16px;
  }

  .txt_red {
    color: #f5644b;
  }

  .about_imgbox {
    width: 450px;
  }

  .od_border_b {
    border-bottom: solid 2px #6991eb;
  }

  .plan_course_img {
    padding: 0 0 1rem;
  }

  .about_txt_pop {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #646464;
    text-align: center;
    padding: 0 0 0.5rem;
  }

  .about_txt_pop::before,
  .about_txt_pop::after {
    content: "";
    display: inline-block;
    background-color: #646464;
    width: 25px;
    height: 2px;
    margin: 0 25px 5px 23px;
  }

  .about_txt_pop::before {
    transform: rotate(45deg);
    transform-origin: center;
  }

  .about_txt_pop::after {
    transform: rotate(-45deg);
    transform-origin: center;
  }

  .odplan_btn_area {
    padding: 4rem 0;
  }



  .odplan_btn {
    background: #6ec3e1;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    transition: 0.2s ease-in-out;
    letter-spacing: 3px;
  }

  a.odplan_btn {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 0 8px;
  }

  .odplan_btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 15px;
  }

  .odplan_btn_area .about_txt_small {
    padding: 1rem 0;
    text-align: center;
  }

  /* ------------------------------------------
	other
------------------------------------------ */
  section#other {
    background: #f3fafd;
  }

  span.other_small {
    font-size: 16px;
  }

  .other_btn {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  ul.other_btn a {
    background: #6ec3e1;
    color: #fff;
    border-radius: 10px;
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 25px;
    transition: 0.2s ease-in-out;
  }

  ul.other_btn a {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0 5px;
  }

  ul.other_btn a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 23px;
  }

  ul.other_btn a :hover {
    opacity: 0.8;
  }

  ul.otherplan_link {
    display: flex;
    justify-content: space-between;
    gap: 1%;
  }

  ul.otherplan_link img {
    width: 100%;
  }

  ul.otherplan_link li {
    width: 32%;
  }

  ul.otherplan_link li a {
    transition: 0.2s ease-in-out;
  }

  p.other_txt {
    font-size: 1rem;
    color: #646464;
    padding: 1rem 0 0;
    text-align: center;
  }


  /* ------------------------------------------
	FAQ
------------------------------------------ */
  h2.faq_title {
    font-size: 35px;
    font-weight: bold;
    color: #6991eb;
    margin: auto;
    text-align: center;
    padding: 3rem 0 2rem;
  }

  li.faq_box {
    background: #FFF;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0rem auto 1rem;
  }

  span.question,
  span.answer {
    font-size: 40px;
    font-weight: bold;
    padding-right: 15px;
  }

  span.question {
    color: #6ec3e1;
  }

  span.answer {
    color: #ea5532;
  }

  p.faq_txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    color: #646464;
  }

  .border_dot {
    border-top: dashed #b1b1b1 2px;
    margin: 9px auto;
  }
}