@charset "utf-8";
/* CSS Information========

Table of Contents:
 * access
 
========================== */

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　ヘッダー
========================== */
  header #logo a {
    display: block;
  }
  /* =======================
	　全体
========================== */
  #container {
    width: 90%;
    margin: 10px auto;
  }
  h2,
  h3,
  h4 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .btn a {
    border: #8e6127 1px solid;
    box-sizing: border-box;
  }
  /* =======================
	　コンテンツ内
========================== */

  #container .topicpath {
    margin-bottom: 64px;
  }
  #container .pan {
    line-height: 1.8;
  }
  #container .topicpath dd {
    margin: 5px 0 0 0;
  }
  .section_outer {
  }
  .section_wrap {
    margin-bottom: 60px;
  }
  /* =======================
	　 .basic_section 
========================== */
  .basic_section_item_wrap {
    display: grid;
    /* row-gap: 24px; */
  }
  .basic_section_item {
    display: grid;
    row-gap: 12px;
    border-bottom: 1px solid #ccc;
    padding: 24px 4px;
  }
  .basic_section_item:first-child {
    border-top: 1px solid #ccc;
  }
  .basic_section_item_header {
    display: flex;
    gap: 10px;
    /* font-size: 1.5rem; */
    font-weight: bold;
    /* border-block: 1px solid; */
  }
  .basic_section_item_header .material-symbols-outlined {
    margin-block: -0.2rem;
    max-width: 25px;
  }
  .basic_section_item_title {
  }
  .basic_section_item_text {
    padding: 0 0 0 2px;
  }
  .basic_section_item_text .payment_header {
    margin-bottom: 4px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .basic_section_item_text div {
    margin-bottom: 16px;
  }
  .basic_section_item_text .payment_header span {
    font-size: 1.3rem;
    width: 12px;
  }
  .basic_section_item_text .payment_body {
    font-size: 1.3rem;
    padding-left: 1.8rem;
    line-height: 1.8;
  }

  /* =======================
	　 .service_section 
========================== */
  .service_item_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 32px 16px;
    padding: 16px 0;
  }

  .service_item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
  }
  .service_item_ic {
    margin-block: 0;
    max-width: 25px;
    height: max-content;
    overflow: hidden;
    margin-top: -0.2em;
  }
  .service_item_ic .material-symbols-outlined {
  }
  .material-symbols-outlined {
    max-width: 24px;
    overflow: hidden;
  }

  .service_item_body {
    line-height: 1.5;
  }
  .service_item_body a {
    text-decoration: underline;
  }
  @media (any-hover: hover) {
    .service_item_body a:hover {
      text-decoration: none;
    }
  }
  .service_item_name {
    margin-bottom: 4px;
    font-weight: bold;
  }

  .service_item_text {
    font-size: 1.3rem;
  }
  /* =======================
	　 .roomamenity_section 
========================== */
  .roomamenity_section {
  }
  .roomamenity_wrap {
  }

  .roomamenity_item {
    margin-bottom: 32px;
  }

  .roomamenity_item_header {
    font-weight: bold;
    padding: 0 8px 4px;
    gap: 0;
    margin-bottom: 12px;
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
  }
  .roomamenity_item_text {
    line-height: 1.7;
    font-size: 1.3rem;
    padding: 0 10px;
  }
  .roomamenity_item_text span {
    background-color: #eee;
    display: inline-block;
    padding: 3px;
  }
  .roomamenity_item_text p:has(+ p) {
    margin-bottom: 8px;
  }
  /* =======================
	　 .contact_section
========================== */
  .contact_section {
    background-color: #fff;
    padding: 40px 0;
    border: 1px solid #ccc;
  }
  #container .contact_section .btn_2 a {
    background-color: #fff;
    display: flex;
    padding: 15px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #8e6127;
    color: #8e6127;
    box-sizing: border-box;
    gap: 7px;
    justify-content: center;
  }
  #container .contact_section .btn_2 a .externallink {
    width: 14px;
  }
  @media (any-hover: hover) {
    .btn a:hover {
      text-decoration: none;
      opacity: 0.7;
    }
  }
  .contact_item_box {
    display: grid;
    gap: 32px;
    margin: auto;
    width: 80%;
  }
  .contact_item .btn {
    margin-bottom: 12px;
  }
  .sub_link a {
    text-decoration: underline;
  }
  @media (any-hover: hover) {
    .sub_link a:hover {
      text-decoration: none;
    }
  }
  .tel {
    color: #ab8334;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 2.2rem;
  }
  .tel::before {
    content: url(/osaka/img/common/tel_img_001.png);
    margin-top: 0.15em;
  }
  .tel a span {
    text-decoration: underline;
    color: #ab8334;
  }
  @media (any-hover: hover) {
    .tel a:hover span {
      text-decoration: none;
    }
  }
  /* -----------------------------------------------------------
	.access_section
----------------------------------------------------------- */
  .access_section {
    margin-right: auto;
    margin-left: auto;
  }
  .access_section .map {
    margin-bottom: 24px;
  }
  .access_section .hotel_name {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 16px;
    font-weight: bold;
  }
  .access_section .hotel_address {
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .access_section .map iframe {
    height: 300px;
  }
  .access_section .sta_list {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .access_section .sta_list li {
    margin-bottom: 4px;
    padding-left: 1rem;
    text-indent: -1rem;
  }
  .access_section .parking_list {
    margin-bottom: 24px;
  }
  .access_section .parking_list dt {
    margin-bottom: 8px;
  }
  .access_section .parking {
    margin-bottom: 8px;
  }

  .access_section .image_box {
    text-align: right;
  }

  .access_section .image_box .image {
    margin-bottom: 10px;
  }
}
/*スマートフォン*/
@media screen and (min-width: 667px) {
  header #logo a {
    display: block;
  }
  /* =======================
	　全体
========================== */
  #container {
    width: 90%;
    margin: 10px auto;
  }
}

/*スマートフォン*/
@media screen and (max-width: 320px) {
}

/*タブレット*/
@media screen and (min-width: 768px) {
  /* =======================
	　コンテンツ内
========================== */
  #container .ttl h2,
  h3,
  h4 {
    font-size: 2.4rem;
  }
  #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;
  }
  .page_image .ttl_img {
    width: 170px;
  }
  #container h2 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .section_wrap {
    margin-bottom: 75px;
  }
  /* =======================
	　 .basic_section 
========================== */
  .basic_section_item {
    grid-template-columns: subgrid;
    grid-column: span 2;
    column-gap: min(40px, 5vw);
    padding: 24px 16px;
  }
  .section_outer:has(> .contact_section) {
    margin-top: 90px;
  }
  .contact_item_box {
    display: grid;
    margin: auto;
    width: 90%;
    grid-template-columns: 1fr 1fr auto;
    align-items: start;
  }
  .contact_item .btn {
    margin-bottom: 24px;
  }
  .tel {
    font-size: min(2.8vw, 2.2rem);
  }
  .access_section .map iframe {
    height: 400px;
  }
}

/* タブレット(横) */
@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 {
    max-width: 1000px;
    margin: 0 auto;
  }
  /* =======================
	　客室タイプ
========================== */
  #container h2,
  h3,
  h4 {
    font-size: 3rem;
  }
  /* =======================
	　コンテンツ内
========================== */
  #container .topicpath {
    margin-bottom: 70px;
  }
  #container .topicpath {
    font-size: 1.2rem;
  }
  #container .main_image {
    margin-top: 20px;
  }
  .contact_item_box {
    width: 80%;
    gap: 40px;
  }
  .hotel_info {
    display: flex;
    gap: 60px;
    align-items: flex-start;
  }
}
