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

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　全体
========================== */
  #container {
    width: 90%;
    margin: 10px auto;
  }
  .tb_none {
    display: none;
  }
  /* =======================
	　客室タイプ
========================== */
  .ttl h2,
  h3,
  h4 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  /* =======================
	　コンテンツ内
========================== */

  #container .topicpath {
    margin-bottom: 60px;
  }
  #container .pan {
    line-height: 1.8;
  }
  #container .topicpath dd {
    margin: 5px 0 0 0;
  }
  #container .info_popup {
    padding: 10px 15px;
    border: 1px solid #cc3333;
    margin: 20px auto 30px;
    color: #cc3333;
    font-weight: bold;
  }

  #container .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.5rem;
    background-image: url(../../../img/common/yazi_white.png);
    background-repeat: no-repeat;
    background-position: 85px 16px;
    background-size: 6px;
    width: 100%;
    display: block;
    margin: 35px 0;
    text-align: center;
  }
  .google_map iframe {
    margin-bottom: 4px;
  }
  #container .g_map_txt {
    margin-bottom: 8px;
  }
  .maplink_txt {
    text-align: right;
  }
  .page_image .ttl_img {
    width: 90px;
  }
  #container .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.5rem;
    background-image: url(../../img/common/yazi_white.png);
    background-repeat: no-repeat;
    background-position: 55px 16px;
    background-size: 6px;
    width: 100%;
    display: block;
    padding: 12px 0;
    text-align: center;
  }
  #container h2 {
    font-size: 2.4rem;
    margin: 60px 0 40px;
  }

  /*--------------------------------------------------------------------------------*/
  #routes .routes_img {
    margin-bottom: 40px;
  }
  #container .routes_img .no_1 {
    background: url(../img/180301/routes_number_001.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_1 span {
    margin-left: 25px;
  }
  #container .routes_img .no_2 {
    background: url(../img/180301/routes_number_002.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_2 span {
    margin-left: 25px;
  }
  #container .routes_img .no_3 {
    background: url(../img/180301/routes_number_003.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }

  #container .routes_img .no_3 span {
    margin-left: 25px;
  }
  #container .routes_img .no_4 {
    background: url(../img/180301/routes_number_004.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_4 span {
    margin-left: 25px;
  }
  #container .routes_img .no_5 {
    background: url(../img/180301/routes_number_005.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_5 span {
    margin-left: 25px;
  }
  #container .routes_img .no_6 {
    background: url(../img/180301/routes_number_006.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_6 span {
    margin-left: 25px;
  }

  /*-------------------------------------------------------------------------------- */

  #container .train p {
    margin-top: 15px;
  }
  #container .car p {
    margin-top: 15px;
  }
  #container .parking {
    margin: 40px 0 60px 0px;
  }
  #container .exit_time {
    margin-top: 15px;
  }
  .google_map iframe {
    width: 100%;
  }
  /* =======================
	　駐車場
========================== */
  .parking {
    display: flex;
  }
  .parking .text {
    line-height: 1.8;
  }
  .parking .text p {
    margin: 0 0 10px 0;
  }
  .parking .text ol {
    position: relative;
    margin: 20px 0 0;
    padding: 0 0 0 20px;
  }
  .parking .text ol li {
    margin-top: 10px;
    line-height: 1.5;
  }
  .parking .text ol li span {
    position: absolute;
    left: 0;
    font-weight: bold;
  }
}
/*スマートフォン*/
@media screen and (min-width: 667px) {
  /* =======================
	　全体
========================== */
  #container {
    width: 90%;
    margin: 10px auto;
  }
  /* =======================
	　地図
========================== */
  #container iframe {
    width: 100%;
  }
  #container .btn a {
    background-position: 185px 16px;
  }
}

/*スマートフォン*/
@media screen and (max-width: 320px) {
  #container .btn a {
    background-position: 30px 16px;
  }
}

/*タブレット*/
@media screen and (min-width: 768px) {
  .tb_on {
    display: block;
  }
  /* =======================
	　コンテンツ内
========================== */
  #container .ttl h2,
  h3,
  h4 {
    font-size: 2.4rem;
  }
  #container .routes_pc {
    float: right;
    margin: 15px 0 0 0;
  }
  #container #routes {
    display: grid;
    flex-wrap: wrap;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  #container .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.4rem;
    background-image: url(../../img/common/yazi_white.png);
    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;
  }
  #container .train .pc_none {
    text-align: center;
  }
  #container .car .pc_none {
    text-align: center;
  }
  #container iframe {
    width: 100%;
  }
  .parking .text {
    margin-left: 20px;
  }
  #container .info_popup {
    text-align: center;
  }
}

/* タブレット(横) */
@media screen and (min-width: 1024px) {
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
  /*-----------------------------------------------------*/
  #container .address_txt {
    text-align: left;
  }
  #container #routes {
    gap: 15px;
  }
  #container .routes_pc {
    margin: 10px auto;
    float: right;
    text-decoration: underline;
  }
}
/* タブレット（横	）,PCページ */
@media screen and (min-width: 1025px) {
  /* =======================
	　ヘッダー
========================== */
  .page_image p {
    width: 100%;
    right: 0;
  }
  /* =======================
	　全体
========================== */
  #container {
    width: 1000px;
    margin: 0 auto 120px;
  }
  /* =======================
	　客室タイプ
========================== */
  #container h2,
  h3,
  h4 {
    font-size: 3rem;
  }
  /* =======================
	　客室タイトル
========================== */

  #container .page_image {
    position: relative;
  }
  /* =======================
	　コンテンツ内
========================== */
  #container .topicpath {
    margin-bottom: 70px;
  }
  #container .topicpath {
    font-size: 1.2rem;
  }
  #container .main_image {
    margin-top: 20px;
  }
  #container .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.4rem;
    background-image: url(../../../img/common/yazi_white.png);
    background-repeat: no-repeat;
    background-position: 120px 16px;
    background-size: 6px;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  .page_image .ttl_img {
    width: 170px;
  }
  #container .routes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #container .routes li {
    width: 32%;
  }
  #container .routes_pc {
    margin: 10px auto;
    float: right;
  }
  #container .routes_pc a {
    text-decoration: underline;
  }
  #container .routes_pc a:hover {
    text-decoration: none;
  }
  #container .routes li p {
    padding: 5px 0 0;
    margin-left: 5px;
  }
  #container .exit_time {
    margin-top: 20px;
  }
  #container .parking {
    margin: 60px auto 0;
  }
  #container .routes .no_1 {
    background: url(../img/180301/routes_number_001.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }
  #container .routes .no_1 span {
    margin-left: 25px;
  }
  #container .routes .no_2 {
    background: url(../img/180301/routes_number_002.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }
  #container .routes .no_2 span {
    margin-left: 25px;
  }
  #container .routes .no_3 {
    background: url(../img/180301/routes_number_003.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }
  #container .routes .no_3 span {
    margin-left: 25px;
  }
  #container .routes .no_4 {
    background: url(../img/180301/routes_number_004.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }
  #container .routes .no_4 span {
    margin-left: 25px;
  }
  #container .routes .no_5 {
    background: url(../img/180301/routes_number_005.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }
  #container .routes .no_5 span {
    margin-left: 25px;
  }
  #container .routes .no_6 {
    background: url(../img/180301/routes_number_006.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }
  #container .routes .no_6 span {
    margin-left: 25px;
  }
}
