@charset "utf-8";
/* CSS Information========

Table of Contents:
 * access
 
========================== */

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　ヘッダー
========================== */
  header #logo a {
    display: block;
  }
  /* =======================
	　全体
========================== */
  #container {
    margin: 10px auto 0;
    width: auto;
    overflow-y: hidden;
  }
  h3,
  h4 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .btn a {
    border: #8e6127 1px solid;
    box-sizing: border-box;
  }
  .btn a:hover {
    text-decoration: none;
  }
  p {
    line-height: 1.6;
  }
  :root {
    --accent-color: #efefe5;
  }
  /* =======================
	　コンテンツ内
========================== */

  #container .topicpath {
    width: 95%;
    margin-inline: auto;
    margin-bottom: 60px;
    max-width: 1000px;
  }
  #container .pan {
    line-height: 1.8;
  }
  #container .topicpath dd {
    margin: 5px 0 0 0;
  }
  .section_outer {
  }
  .section_wrap {
    margin-bottom: 60px;
  }
  /* =======================
	　 .intro_section
========================== */
  .intro_copy {
    text-align: center;
    line-height: 2;
    margin-inline: auto;
    margin-bottom: 40px;
    width: 95%;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .intro_copy span {
    display: inline-block;
  }
  /* =======================
	　 pagelink_section
========================== */

  .pagelink_section {
    margin-bottom: 80px;
  }
  .list_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    max-width: 720px;
    margin: auto;
    gap: 3px;
    padding: 0 3px;
  }
  .list_item {
    position: relative;
    background-color: var(--accent-color);
    height: 90px;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .list_item::after {
    content: url(/osaka/experience/image/common/img_arrow_down.svg);
    position: absolute;
    bottom: 9px;
    width: 10px;
    height: auto;
  }
  .list_item_title {
    text-align: center;
    margin-bottom: 3px;
    font-weight: 500;
  }
  .list_wrap a:hover {
    text-decoration: none;
  }

  .list_item_img {
    display: none;
  }

  /* =======================
	　 .main
========================== */

  .main .section_wrap {
    margin-bottom: 80px;
  }
  .main .item_img {
    display: grid;
    justify-items: end;
    align-items: end;
    margin-bottom: 40px;
    width: 95%;
  }
  .item_img_main {
    grid-area: 1 / 1;
    overflow: hidden;
  }
  .game_section .item_img_main p {
    overflow: hidden;
    transform: translateX(-20px);
  }
  .game_section .item_img_main p img {
    margin-left: 10px;
  }
  .main .item_img_sub {
    grid-area: 1 / 1;
    z-index: 1;
    width: 38%;
    margin-bottom: -30px;
  }
  .main .item_body {
    width: 90%;
    margin: auto;
  }
  .main .item_body .item_title {
    font-size: 2.6rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 40px;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-weight: 400;
  }
  .main .item_body .item_text {
    line-height: 1.6;
    margin-bottom: 45px;
  }
  .section_outer:nth-child(even) .item_img {
    margin-left: 5%;
  }
  .bar_section {
    position: relative;
  }
  .bar_section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: -1;
    width: 100%;
    background: var(--accent-color);
    transform: skewY(-25deg) translateY(0px);
    height: 66%;
    max-block-size: 400px;
  }
  .sightseeing_section {
    position: relative;
  }
  .sightseeing_section:after {
    content: "";
    position: absolute;
    left: 0;
    top: -28%;
    z-index: -1;
    width: 100%;
    background: var(--accent-color);
    transform: skewY(25deg) translateY(0px);
    height: 66%;
    max-block-size: 400px;
  }
  .spa_section {
    position: relative;
  }
  .spa_section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background: var(--accent-color);
    transform: skewY(-25deg) translateY(0px);
    height: 66%;
    max-block-size: 400px;
  }
  #reservation_01.lower {
    background-color: #fff;
  }
}
/*スマートフォン*/
@media screen and (min-width: 667px) {
  header #logo a {
    display: block;
  }
}

/*スマートフォン*/
@media screen and (max-width: 320px) {
}

/*タブレット*/
@media screen and (min-width: 768px) {
  /* =======================
	　コンテンツ内
========================== */
  #container .ttl h2,
  h3,
  h4 {
    font-size: 2.4rem;
  }
  p {
    line-height: 1.75;
  }
  #container .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: 240px 19px;
    background-size: 6px;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
    max-width: 370px;
  }
  @media (any-hover: hover) {
    #container .btn a:hover {
      opacity: 0.7;
    }
  }
  #container .btn a .page_image .ttl_img {
    width: 170px;
  }

  /* =======================
	　 .intro_section
========================== */

  .intro_section {
    margin-bottom: 40px;
  }
  #reservation_01.lower {
    background-color: #e1e1e1;
  }
  /* =======================
	　 .pagelink_section
========================== */

  .list_wrap {
    max-width: 1000px;
    grid-template-columns: repeat(3, 1fr);
  }
  .list_item {
    display: block;
    overflow: hidden;
    height: 150px;
  }
  .list_item::after {
    content: none;
  }
  .list_item .list_item_title,
  .list_item .list_item_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .list_item_img {
    display: block;
  }
  .list_item .list_item_title {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 50%);
    margin: auto;
    font-size: 1.6rem;
    font-weight: 400;
  }

  @media (any-hover: hover) {
    .list_item .list_item_title {
      opacity: 0;
    }
    .list_wrap a:hover .list_item .list_item_title {
      opacity: 1;
    }
    .list_wrap a:hover {
      opacity: 1;
    }
  }
}
@media screen and (min-width: 1024px) {
  header #logo a {
    width: 100%;
  }
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
  .page_image p {
    width: 100%;
    right: 0;
  }
  #container {
    margin-top: 0;
  }

  /* =======================
	　 .pagelink_section
========================== */
  .pagelink_section {
    margin-bottom: 200px;
  }
  .list_wrap {
    gap: 15px;
  }
  .list_item {
    height: 183px;
  }
  .list_item .list_item_title {
    font-size: 2rem;
  }
  /* =======================
	　 .main
========================== */
  .main .section_wrap {
    display: flex;
    gap: 5%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 150px;
  }
  .main .section_wrap:has(.item_img_sub) {
    margin-bottom: 235px;
  }
  .main .item_img {
    margin-bottom: 0;
    width: 60%;
    max-width: 1130px;
    display: grid;
    justify-items: end;
    align-items: end;
  }
  .item_img_main {
    grid-area: 1/1;
    overflow: hidden;
  }
  .game_section .item_img_main p {
    transform: translateX(max(-10%, -120px));
  }
  .game_section .item_img_main p img {
    margin-left: min(5%, 60px);
  }
  .main .item_img_sub {
    width: 40%;
    margin-bottom: -85px;
    max-width: 607px;
  }
  .main .item_img_sub p {
    text-align: right;
  }
  .section_outer:nth-child(even) .item_img {
    margin: unset;
  }
  .section_outer:nth-child(even) .section_wrap {
    flex-direction: row-reverse;
  }
  .main .item_body {
    width: 30%;
    max-width: 500px;
    margin: unset;
    justify-content: flex-end;
  }
  .main .item_body .item_title {
    margin-bottom: 56px;
  }
  .main .item_body .item_text {
    line-height: 1.75;
    margin-bottom: 0;
  }
  .main .item_body:has(.btn) .item_text {
    margin-bottom: 56px;
  }
  .bar_section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: unset;
    top: 62%;
    z-index: -1;
    width: 100%;
    background: var(--accent-color);
    transform: skewY(-9deg) translateY(-50%);
    height: 130%;
    max-block-size: unset;
  }
  .sightseeing_section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 70%;
    z-index: -1;
    width: 100%;
    background: var(--accent-color);
    transform: skewY(9deg) translateY(-50%);
    height: 130%;
    max-block-size: unset;
  }
  .spa_section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 110%;
    bottom: unset;
    z-index: -1;
    width: 100%;
    background: var(--accent-color);
    transform: skewY(-9deg) translateY(0);
    height: 130%;
    max-block-size: unset;
  }
  /* =======================
	　コンテンツ内
========================== */
  #container .topicpath {
    margin-bottom: 70px;
  }
  #container .topicpath {
    font-size: 1.2rem;
  }
  #container .main_image {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .main .section_wrap {
    gap: max(80px, 5%);
  }
}
