@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　全体
========================== */
  #container {
    width: 90%;
    margin: 10px auto 40px;
  }
  /* =======================
	　客室タイプ
========================== */
  .ttl h2,
  h3,
  h4 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  /* =======================
    ページ内リンク
========================== */
  .transportation_id {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    flex-wrap: wrap;
    font-family: "Noto Serif JP";
  }
  .transportation_id li {
    padding: 5px 0;
    text-align: center;
    border-left: #adadad solid 1px;
    width: 49%;
    margin: 10px 0;
    height: 37px;
  }
  .transportation_id li a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .transportation_id li a:hover {
    text-decoration: none;
  }
  .transportation_id li:nth-child(3n) {
    border-right: #adadad solid 1px;
  }
  .transportation_id li:nth-child(even) {
    border-right: #adadad solid 1px;
  }
  .transportation_id li:nth-child(4n) {
    border: 0;
  }
  .transportation_id li:first-child {
    line-height: 1.3;
  }

  /* =======================
	　コンテンツ内
========================== */

  #container .topicpath {
    margin-bottom: 60px;
  }
  #container .pan {
    line-height: 1.8;
  }
  #container .topicpath dd {
    margin: 5px 0 0 0;
  }

  #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;
    padding: 12px 0;
    text-align: center;
  }
  #container .address_txt {
    /* margin: 15px auto; */
    /* text-align: left; */
  }
  #container .note_txt {
    margin: 15px auto 40px;
    text-align: left;
  }
  #container .exit_time {
    margin-top: 15px;
  }
  .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: 65px 0 40px;
  }

  #container .train p {
    margin-top: 15px;
  }
  #container .car p {
    margin-top: 15px;
  }
  #container .parking {
    margin: 50px 0 0;
  }
  #container .parking h3 {
    text-align: left;
    line-height: 1.2;
    margin: 20px 0;
  }
  #container .parking h3:before {
    content: " ";
    padding-left: 10px;
    height: 10px;
    background: #ccc;
  }
  #container .parking h3 span:first-child {
    padding-left: 10px;
  }
  #container .parking h3 span:last-child {
    font-size: 1.8rem;
  }
  #container .parking dl {
    margin: 0;
    border-top: #ccc 1px solid;
  }
  #container .parking dl dt {
    font-weight: bold;
    padding: 10px 10px 5px;
  }
  #container .parking dl dd {
    padding: 0 10px 10px;
  }
  #container .parking dl.last {
    border-bottom: #ccc 1px solid;
  }
  #container .exit_time {
    margin-top: 15px;
  }
  #container .exit_time p:last-child {
    padding-top: 10px;
  }
  .google_map iframe {
    width: 100%;
  }
  .google_map p.more_view {
    text-align: right;
  }
  /* =======================
	　info
========================== */
  .info {
    width: 100%;
    margin: 0 auto;
  }
  .info dl {
    text-align: center;
    border: 1px #999 solid;
    padding: 0;
  }
  .info dt {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    /* text-decoration: underline; */
  }
  .info dt:hover {
    text-decoration: none;
  }
  .info dt.active {
    padding-bottom: 10px;
  }
  .info dd {
    border-top: 1px #999 solid;
    display: none;
    margin: 0 3%;
    padding: 14px 0;
  }
  .info dd p.obj_inner_txt {
    padding: 10px;
    text-align: left;
  }
  .info dd p.obj_inner_txt:last-child {
    margin-bottom: 0;
  }
  .info .bold_txt {
    font-weight: bold;
  }
  /* =======================
	　.info_popup
========================== */
  .info_popup {
    padding: 10px 15px;
    border: 1px solid #cc3333;
    margin: 20px auto 30px;
  }
  .info_popup p {
    color: #cc3333;
    font-weight: bold;
  }
  .rotemap {
    /*float: right;*/
    margin: 0 auto 20px;
  }
  .con_tbl table {
    margin-bottom: 30px;
  }
  .con_tbl table.tbl_primary tr th {
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .con_tbl table.tbl_primary tr:first-child td {
    border-top: none;
  }
  .con_route .box_parking .con_tbl table.tbl_primary tr td {
    text-align: left;
    padding: 1em;
  }
  .tbl_primary tr td,
  .tbl_primary tr th {
    padding: 15px 0px;
    display: block;
    line-height: 1.5;
  }
  #container .routes_img .no_1 {
    background: url(../img/230526/routes_no1.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_2 {
    background: url(../img/230526/routes_no2.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_3 {
    background: url(../img/230526/routes_no3.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_4 {
    background: url(../img/230526/routes_no4.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_5 {
    background: url(../img/230526/routes_no5.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_6 {
    background: url(../img/230526/routes_no6.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_7 {
    background: url(../img/230526/routes_no7.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_8 {
    background: url(../img/230526/routes_no8.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_9 {
    background: url(../img/230526/routes_no9.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_10 {
    background: url(../img/230526/routes_no10.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  .routes_img .no_1 span,
  .routes_img .no_2 span,
  .routes_img .no_3 span,
  .routes_img .no_4 span,
  .routes_img .no_5 span,
  .routes_img .no_6 span,
  .routes_img .no_7 span,
  .routes_img .no_8 span,
  .routes_img .no_9 span,
  .routes_img .no_10 span {
    margin-left: 25px;
  }
  #routes .routes_img {
    margin-bottom: 30px;
  }
  /* =======================
	　駅ルート案内
========================== */
  #container #routes {
    font-size: 0; /*謎余白消す*/
  }
  #routes .routes_img {
    width: 100%;
    margin-bottom: 40px;
    line-height: 0;
  }
  #routes .routes_img_last {
    margin-bottom: 40px;
  }
  #routes .routes_img_last p {
    margin-bottom: 3px;
  }
  #container .routes_img .no_1 {
    background: url("../img/230526/routes_no1.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_2 {
    background: url("../img/230526/routes_no2.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img_last .no_3 {
    background: url("../img/230526/routes_no3.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_4 {
    background: url("../img/230526/routes_no4.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_5 {
    background: url("../img/230526/routes_no5.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img_last .no_6 {
    background: url("../img/230526/routes_no6.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_7 {
    background: url("../img/230526/routes_no7.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_8 {
    background: url("../img/230526/routes_no8.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img_last .no_9 {
    background: url("../img/230526/routes_no9.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  #container .routes_img .no_10 {
    background: url("../img/230526/routes_no10.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
  }
  .routes_img .no_1 span,
  .routes_img .no_2 span,
  .routes_img_last .no_3 span,
  .routes_img .no_4 span,
  .routes_img .no_5 span,
  .routes_img_last .no_6 span,
  .routes_img .no_7 span,
  .routes_img .no_8 span,
  .routes_img_last .no_9 span,
  .routes_img .no_10 span {
    margin-left: 25px;
    font-size: 1.4rem;
  }

  /* =======================
	　周辺環境
========================== */
  #container .environment h3 {
    text-align: left;
    line-height: 1.2;
    margin: 20px 0;
  }
  #container .environment h3:before {
    content: " ";
    padding-left: 10px;
    margin-right: 5px;
    height: 10px;
    background: #ccc;
  }
  #container .environment dl {
    margin: 0;
    padding: 10px;
    border-top: #ccc 1px solid;
  }
  #container .environment dl.last {
    border-bottom: #ccc 1px solid;
    margin-bottom: 40px;
  }
  #container .environment dl dt {
    font-weight: bold;
  }
  .routes_movie h3 {
    margin-bottom: 20px;
  }
  .movie_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .movie_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #container #routes {
    display: inline-block;
  }
  #container .environment_parking ul {
    margin: 0;
    padding: 20px 0 0;
  }
  #container .environment_parking ul li {
    margin: 10px 0;
  }
  #container .environment_parking ul li {
    line-height: 2.4rem;
  }
  #container .environment_parking iframe {
    width: 100%;
    height: 390px;
  }
  .environment_parking .text_box {
    margin: 20px 0 30px;
    padding-left: 1em;
    text-indent: -1em;
  }
}
/*スマートフォン*/
@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) {
  /* =======================
    ページ内リンク
========================== */
  .transportation_id {
    flex-wrap: nowrap;
    font-size: 1.6rem;
  }
  .transportation_id li {
    padding: 0px 20px;
    height: 20px;
  }
  .transportation_id li:nth-child(3n) {
    border-right: #adadad solid 1px;
  }
  .transportation_id li:nth-child(even) {
    border-right: none;
  }
  .transportation_id li:nth-child(4n) {
    border: 0;
    display: none;
  }

  .transportation_id li:first-child {
    font-size: 90%;
  }

  /* =======================
	　.info
========================== */
  .info dd p.obj_inner_txt {
    text-align: center;
  }
  .info p {
    text-align: center;
  }

  .info_popup.parking_news {
    text-align: center;
  }

  /* =======================
	　コンテンツ内
========================== */
  #container .ttl h2,
  h3,
  h4 {
    font-size: 2.4rem;
  }
  #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;
    margin: 75px 0 40px;
  }
  #container .train .pc_none {
    text-align: center;
  }
  #container .car .pc_none {
    text-align: center;
  }
  #container iframe {
    width: 100%;
  }
  #container .address_txt {
    /* margin: 10px auto;
    text-align: center;
    float: left; */
  }
  #container .parking h3 {
    margin: 10px 0 20px;
  }
  #container .parking h3 span:last-child {
    font-size: 2rem;
  }
  #container .parking dl dt {
    float: left;
    width: 100px;
    padding: 20px 20px 15px;
  }
  #container .parking dl dd {
    padding: 20px 20px 15px;
    float: left;
  }
  #container .parking dl dd.last {
    width: 500px;
  }
  #container .exit_time {
    display: flex;
  }
  #container .exit_time p:last-child {
    padding: 0 0 0 40px;
  }
  /* =======================
	　ルート案内
========================== */
  .rotemap {
    margin-bottom: 40px;
    width: 72%;
  }
  #container #routes {
    clear: both;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #container #routes .routes_img {
    width: 31.25%;
    margin-right: 20px;
  }
  #container #routes .routes_img_last {
    width: 31.25%;
    margin-right: 0;
  }
  .tbl_primary tr td,
  .tbl_primary tr th {
    display: table-cell;
  }
  .con_tbl table.tbl_primary tr:first-child td {
    border-top: 1px solid #ccc;
  }
  .con_tbl table.tbl_primary tr th {
    border-top: 1px solid #ccc;
    width: 23%;
  }
  .con_tbl table.tbl_primary tr td {
    text-align: left;
  }
  .tbl_primary tr td,
  .tbl_primary tr th {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
  .routes_movie {
    width: 70%;
    margin: auto;
  }
  .routes_movie h3 {
    font-size: 3rem;
  }
  /* =======================
	　提携駐車場
========================== */
  #container .environment_parking iframe {
    width: 100%;
    height: 480px;
  }
  .environment_parking .text_box {
    margin: 20px 0 0 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  /* =======================
	　周辺環境
========================== */
  #container .environment h3 {
    margin: 10px 0 20px;
  }
  #container .environment dl dd span {
    float: right;
    margin-right: 15px;
  }
}

/* タブレット(横) */
@media screen and (min-width: 1024px) {
  #container {
    width: 1000px;
    margin: 0 auto 60px;
  }
  .info {
    width: 1000px;
    margin: 20px auto;
  }
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
  #container .routes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #container .routes li {
    width: 32%;
  }
  #container .address_txt {
    /* margin: 10px auto;
    text-align: center;
    float: left; */
  }
  #container .routes_pc {
    margin: 10px auto;
    float: right;
    text-decoration: underline;
  }
  #container .parking dl dd.last {
    width: 790px;
  }
  #container .environment dl dd span {
    float: right;
    margin-right: 300px;
  }
  .rotemap {
    width: 50%;
  }

  /* =======================
	　駅ルート案内
========================== */
  #container #routes {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 0; /*謎余白を消す*/
  }
  #container #routes .routes_img {
    width: 32%;
    margin-right: 20px;
  }
  #container #routes .routes_img p {
    line-height: 1.6;
  }
  #container #routes .routes_img_last {
    width: 32%;
    margin-right: 0;
  }
  #container #routes .routes_img_last p {
    margin-bottom: 3px;
    line-height: 1.6;
  }
  .info_popup {
    text-align: center;
  }
}
/* タブレット（横	）,PCページ */
@media screen and (min-width: 1025px) {
  /* =======================
    ページ内リンク
========================== */
  .transportation_id li:first-child {
    font-size: 100%;
  }
  /* =======================
	　ヘッダー
========================== */
  .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 .address_txt {
    /* margin: 10px auto;
    text-align: center;
    float: left; */
  }
  #container .exit_time {
    margin-top: 30px;
  }
  #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 .routes .no_1 {
    background: url(../img/230526/routes_no1.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }
  #container .routes .no_1 span {
    margin-left: 25px;
  }
  #container .routes .no_2 {
    background: url(../img/230526/routes_no2.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }
  #container .routes .no_2 span {
    margin-left: 25px;
  }
  #container .routes .no_3 {
    background: url(../img/230526/routes_no3.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }
  #container .routes .no_3 span {
    margin-left: 25px;
  }
  #container .routes .no_4 {
    background: url(../img/230526/routes_no4.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }
  #container .routes .no_4 span {
    margin-left: 25px;
  }
  #container .routes .no_5 {
    background: url(../img/230526/routes_no5.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }
  #container .routes .no_5 span {
    margin-left: 25px;
  }
  #container .routes .no_6 {
    background: url(../img/230526/routes_no6.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
  }
  #container .routes .no_6 span {
    margin-left: 25px;
  }

  /* =======================
	　提携駐車場
========================== */
  #container .environment_parking {
    display: flex;
  }
  #container .environment_parking iframe {
    width: 49%;
    height: 390px;
  }
  #container .environment_parking ul {
    width: 100%;
    padding: 20px 15px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .environment_parking .text {
    margin-left: 20px;
  }
  .environment_parking .text_box {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  /* =======================
	　ルート案内
========================== */
  .rotemap {
    /*float: right;*/
    margin-bottom: 40px;
    width: 50%;
  }
}
