@charset "utf-8";

/*PCSP共通設定*/
section {
  font-size: 16px;
  font-feature-settings: "palt"1;
}

section#hotel {
  background: #b8eeff;
}

section#gourmet {
  background: #F8FDFF;
}

html {
  scroll-behavior: smooth;
}

.wave{
	margin: -1px 0 0 0;
}

/*smooth scroll*/

/*759px以下*/
@media screen and (max-width: 759.9px) {
  #wrapper {
    line-height: 1.4;
  }

  .spnone {
    display: none;
  }

  /* CSS */
  #dirPathBlock,
  #anchorLinkBlock {
    font-size: 10px;
    margin: 1% 1% 0 1%;
  }

  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }

  img {
    width: 100%;
  }

  h1 {
    font-size: 12px;
    margin: 0 1%;
  }



  h3 {
    text-align: center;
    font-size: 1.35rem;
    font-weight: bolder;
    color: #FFF;
    padding: 5px 0;
    margin: 0.5rem auto 1rem;
    background-color: #325fe6;
  }


  .inner {
    width: 93%;
    margin: 0 auto;
    padding: 2rem 0;
    box-sizing: border-box;
  }



  /*title*/
  #title img {
    width: 100%;
  }

  .p_nt_mr {
    margin-right: 15px;
  }

  /* グルメ*/
  .gourmet_link {
    width: 100%;
    margin: auto;
  }

  .gourmet_link_box {
    margin: 0 auto;
  }

  .gourmet_button {
    position: relative;
    display: inline-block;
    background-color: #2F469B;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;

  }

  a.gourmet_button {
    color: #fff !important;
    width: 100%;
    margin: 0 0 0.5rem;
  }

  .gourmet_button::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
  }

  .gourmet_slider img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .gourmet_slider .slick-slide {
    padding: 5px;
  }

  .gourmet_slider {
    margin: 20px auto 0;
    max-width: 1080px;
  }




  /* 矢印 */
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
    border: 2px solid #325fe6;
    border-radius: 50%;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    padding: 0;
  }


  .slick-prev {
    left: -12px !important;
    background: #f8fdff87 !important;
    top: 41%;
  }

  .slick-prev::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 2px solid #325fe6;
    border-left: 2px solid #325fe6;
    transform: rotate(-45deg);
    box-sizing: border-box;
  }

  .slick-next {
    right: -12px !important;
    background: #f8fdff87 !important;
    top: 41%;
  }

  .slick-next::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 2px solid #325fe6;
    border-right: 2px solid #325fe6;
    transform: rotate(45deg);
    box-sizing: border-box;
  }


  .gourmet_title {
    margin: 0 auto 0.5rem;
    text-align: center;
    position: relative;
    display: block;
    width: fit-content;
    line-height: 1.2;
    color: #2F469B;
  }

  .gourmet_title_sub {
    font-size: 1.25rem;
    font-weight: bold;
  }

  .gourmet_title_sub::before,
  .gourmet_title_sub::after {
    content: "";
    position: absolute;
    bottom: 3px;
    width: 3px;
    height: 1.15rem;
    background: #2F469B;
  }

  .gourmet_title_sub::before {
    transform: rotate(-30deg);
    left: -20px;
  }

  .gourmet_title_sub::after {
    transform: rotate(30deg);
    right: -20px;
  }

  .gourmet_hotel_name {
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0.5rem auto 2rem;
    text-align: center;
  }

  .gourmet_img {
    position: relative;
  }

  .gourmet_name {
       position: absolute;
        bottom: 0;
        box-sizing: border-box;
        padding: 4px 4px 3px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        z-index: 10;
        opacity: 1 !important;
        font-size: 0.45rem;
  }

  /* エリア */
  .product_item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 2rem;
  }

  .product_box {
    width: 100%;
    overflow: hidden;
    position: relative;
  }


  .product_img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .product_details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
  }

  .product_title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #325fe6;
  }

  .product_description,.product_description_center {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  p.product_description.pd_f span {
    color: #325fe6;
    font-size: 1.2rem;
  }


  .tourism_title {
    margin: auto;
    text-align: center;
    position: relative;
    display: block;
    width: fit-content;
    line-height: 1.2;
    color: #325fe6;
  }

  .tourism_title_sub {
    font-size: 1.3rem;
    font-weight: bold;
  }

  .tourism_title_sub::before,
  .tourism_title_sub::after {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 3px;
    height: 1.15rem;
    background: #325fe6;
  }

  .tourism_title_sub::before {
    transform: rotate(-30deg);
    left: -20px;
  }

  .tourism_title_sub::after {
    transform: rotate(30deg);
    right: -20px;
  }

  /* 有馬 */
  .link_box {
    margin: auto;
    text-align: center;
    font-size: 1rem;
  }

  .link_box p {
    margin: 1.1rem auto;
  }



  /* 宿 */
  .hotel_list {
    width: 100%;
    display: grid;
    list-style: none;
  }

  .hotel_box {
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
  }

  .hotel_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .hotel_title {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding: 9px 10px 5px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    z-index: 10;
    opacity: 1 !important;
    font-size: 1rem;
    font-weight: bold;
  }

  span.ht_small {
    font-size: 0.8rem;
    font-weight: normal;
  }

  h5.hotel_name {
    color: #325fe6;
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    padding: 10px 0 0;
  }


  .hotel_description {
    font-size: 1.1rem;
    color: #000;
    margin: 10px auto;
    line-height: 1.35;
  }

  .hotel_button {
    position: relative;
    display: inline-block;
    background-color: #325fe6;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 32px 10px 16px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.25rem;
  }

  a.hotel_button {
    color: #fff !important;
  }

  .hotel_button::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
  }

  .hotel_button:last-of-type {
    margin-bottom: 0;
  }

  .hotel_slideshow::before {
    content: '';
    display: block;
    padding-top: 67%;
  }

  .hotel_slideshow {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .hotel_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%;
  }

  .hotel_img.show {
    opacity: 1;
    z-index: 1;
  }



}



/*760px以上*/
@media screen and (min-width: 760px),
print {

  /* CSS */
  #wrapper {
    line-height: 1.231;
  }

  #dirPathBlock,
  h1,
  .iframe_end-content_gadget,
  #anchorLinkBlock {
    width: 100%;
    max-width: 1080px;
    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: 1080px;
    min-width: 760px;
    margin: 0 auto 5px;
  }

  h3 {
    background-color: #325fe6;
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    color: #FFF;
    padding: 10px 0 5px;
    margin: 0.5rem auto 2rem;
  }


  .inner {
    max-width: 1080px;
    min-width: 760px;
    margin: 0 auto;
    padding: 4rem 0;
    display: block;
  }

  section#tourism {
    background-image: url(../images/backimg.jpg);
    width: 100%;
    background-size: 120%;
    background-position: top center;
    background-repeat: repeat-y;
    margin: auto;
  }

  /*title*/
  #title {
    width: 100%;
    min-height: 550px;
    background-size: cover;
  }

  #title img {
    width: 100%;
    object-fit: cover;
    min-height: 550px;
  }

  /* グルメ*/
  .gourmet_link {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .gourmet_link_box {
    margin: 4rem auto;
  }

  .gourmet_button {
    position: relative;
    display: inline-block;
    background-color: #2F469B;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 32px 10px 16px;
    text-align: center;
    font-size: 20px;
  }

  a.gourmet_button {
    color: #fff !important;
    width: 100%;
  }

  .gourmet_button::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
  }

  .gourmet_slider img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .gourmet_slider .slick-slide {
    padding: 10px;
  }

  .gourmet_slider {
    margin: 40px auto;
    max-width: 1080px;
  }




  /* 矢印 */
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
    border: 2px solid #325fe6;
    border-radius: 50%;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    padding: 0;
  }


  .slick-prev {
    left: -50px !important;
    background: none !important;
    top: 50%;
  }

  .slick-prev::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    width: 18px;
    height: 18px;
    margin: auto;
    border-top: 2px solid #325fe6;
    border-left: 2px solid #325fe6;
    transform: rotate(-45deg);
    box-sizing: border-box;
  }

  .slick-next {
    right: -50px !important;
    background: none !important;
    top: 50%;
  }

  .slick-next::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    width: 18px;
    height: 18px;
    margin: auto;
    border-top: 2px solid #325fe6;
    border-right: 2px solid #325fe6;
    transform: rotate(45deg);
    box-sizing: border-box;
  }


  .gourmet_title {
    margin: 0 auto 1rem;
    text-align: center;
    position: relative;
    display: block;
    width: fit-content;
    line-height: 1.2;
    color: #2F469B;
  }

  .gourmet_title_sub {
    font-size: 25px;
    font-weight: bold;
  }

  .gourmet_title_sub::before,
  .gourmet_title_sub::after {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 3px;
    height: 1.35rem;
    background: #2F469B;
  }

  .gourmet_title_sub::before {
    transform: rotate(-30deg);
    left: -20px;
  }

  .gourmet_title_sub::after {
    transform: rotate(30deg);
    right: -20px;
  }

  .gourmet_hotel_name {
    font-size: 18px;
    font-weight: bold;
    margin: 1rem auto;
    text-align: center;
  }

  .gourmet_img {
    position: relative;
  }

  .gourmet_name {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding: 9px 10px 5px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    z-index: 10;
    opacity: 1 !important;
    font-size: 18px;
  }

  /* 観光 */
  .product_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
    list-style: none;
    padding-bottom: 75px;
  }

  .product_item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .product_box {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .product_img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .product_details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
  }

  .product_title {
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0 10px;
    color: #325fe6;
  }

  .tourism_title {
    margin: auto;
    text-align: center;
    position: relative;
    display: block;
    width: fit-content;
    line-height: 1.2;
    color: #325fe6;
  }

  .tourism_title_sub {
    font-size: 30px;
    font-weight: bold;
  }

  .tourism_title_sub::before,
  .tourism_title_sub::after {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 3px;
    height: 1.85rem;
    background: #325fe6;
  }

  .tourism_title_sub::before {
    transform: rotate(-30deg);
    left: -20px;
  }

  .tourism_title_sub::after {
    transform: rotate(30deg);
    right: -20px;
  }

  .product_description_center {
    text-align: center;
    font-size: 22px;
    line-height: 1.65;
    margin: 3rem auto 0;
  }	
	
  .product_description {
    font-size: 20px;
    line-height: 1.5;
  }

  p.product_description.pd_f span {
    color: #325fe6;
    font-size: 21px;
  }

  /* 有馬 */
  .link_box {
    margin: auto;
    text-align: center;
    font-size: 20px;
  }

  .link_box p {
    margin: 2rem auto 0;
  }

  .link_box p {
    max-width: 600px;
  }

  /* 宿 */
  .hotel_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .hotel_box {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }

  .hotel_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }


  .hotel_title {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding: 9px 10px 5px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    z-index: 10;
    opacity: 1 !important;
    font-size: 19px;
    font-weight: bold;
  }

  span.ht_small {
    font-size: 15px;
    font-weight: normal;
  }

  h5.hotel_name {
    color: #325fe6;
    font-weight: bold;
    font-size: 30px;
    display: flex;
    align-items: center;
    padding: 20px 0 0;
  }


  .hotel_description {
    font-size: 20px;
    color: #000;
    margin: 20px auto;
    line-height: 1.35;
  }

  .hotel_button {
    position: relative;
    display: inline-block;
    background-color: #325fe6;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 32px 10px 16px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
  }

  a.hotel_button {
    color: #fff !important;
  }

  .hotel_button::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
  }

  .hotel_button:last-of-type {
    margin-bottom: 0;
  }

  .hotel_slideshow::before {
    content: '';
    display: block;
    padding-top: 66.5%;
  }

  .hotel_slideshow {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .hotel_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%;
  }

  .hotel_img.show {
    opacity: 1;
    z-index: 1;
  }

}

#gourmet .banner_area {
	width: 640px;
	margin: 0 auto 25px;
}
#gourmet .banner_area img {
	width: 100%;
}
@media screen and (max-width: 759.9px) {
#gourmet .banner_area {
	width: 100%;
}
}

