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

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

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　全体
========================== */
  #container {
    width: 90%;
    margin: 10px auto;
  }
  #container iframe {
    width: 100%;
    aspect-ratio: 16/9;
    vertical-align: bottom;
  }
  /* =======================
	　客室タイプ
========================== */
  .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 .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: 8px;
  }
  #container .g_map_txt {
    margin-bottom: 8px;
  }
  .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;
  }
  #container .taxi_rote {
    font-size: 2.4rem;
    margin: 60px 0 40px;
    line-height: 1.2;
  }
  /*--------------------------------------------------------------------------------*/
  .routes .routes_img {
    width: 100%;
    margin-bottom: 40px;
  }
  .routes .routes_img iframe {
    height: 225px;
  }

  /*-------------------------------------------------------------------------------- */
  #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;
  }
  #container .environment ul {
    margin: 0;
    padding: 20px 0;
  }
  #container .environment ul li {
    margin: 10px 0;
  }
  #container .environment ul li {
    line-height: 2.4rem;
  }
  #container .environment iframe {
    height: 300px;
  }
  .environment .text_box {
    margin: 20px 0 30px;
  }
  .environment .text_box .red {
    color: #cc3333;
  }
  #container .conveni {
    margin-bottom: 60px;
  }
  #container .conveni dl {
    border-bottom: #ccc 1px solid;
    padding: 10px;
  }
  #container .conveni dl dt {
    font-weight: bold;
  }
  #container .conveni dl dt span {
    font-weight: normal;
  }
  .main_annex_guide .environment .img_box {
    text-align: center;
  }
  .parking .text ol {
    margin: 20px 0 0;
    padding: 0 0 0 10px;
  }
  .parking .text ol li {
    margin-top: 10px;
    line-height: 1.5;
  }
  .parking .text ol li p {
    font-weight: bold;
  }
  .info_popup {
    padding: 10px 15px;
    border: 1px solid #cc3333;
    margin: 20px auto 30px;
  }
  a.text_link {
    text-decoration: underline;
    text-align: center;
    color: #333;
  }
  a.text_link[target="_blank"]:after {
    content: url(/img/common/img_externalLink_b.svg);
    display: inline-block;
    width: 12px;
    height: auto;
    margin: 0 5px;
    vertical-align: middle;
  }
  a.text_link:hover {
    opacity: 1;
    text-decoration: none;
  }
  .info_popup .text_link {
    margin-top: 0.8rem;
    display: block;
  }
  .info_popup p {
    font-weight: bold;
    color: #cc3333;
  }
  .taxi_map iframe {
    padding-top: 90px;
  }
  .taxi_map {
    margin-bottom: 50px;
  }
  .taxi_map p {
    margin: 0 auto 0;
  }
  .station_route {
    margin-top: 60px;
    margin-bottom: 35px;
  }
  .transportation_id {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    flex-wrap: wrap;
  }
  .transportation_id li {
    padding: 5px 0;
    text-align: center;
    border-left: #adadad solid 1px;
    width: 49%;
    margin: 10px 0;
  }
  .transportation_id li:nth-child(even) {
    border-right: #adadad solid 1px;
  }
  /*
.transportation_id li:last-child {
    border-right: #adadad solid 1px;
}
*/

  #container #taxi_guide,
  #container #train_guide,
  #container #car_guide,
  #container #main_annex_guide,
  #container #main_annex_guide {
    padding: 110px 0 20px;
    margin: -70px 0 20px 0;
  }
  /*
#container .station_route_1st .routes_img .no_1 {
    background: url("../img/230217/routes_no1.gif");
    background-repeat: no-repeat;
}
#container .station_route_1st .routes_img .no_2 {
    background: url("../img/230217/routes_no2.gif");
    background-repeat: no-repeat;
}
#container .station_route_1st .routes_img .no_3 {
    background: url("../img/230217/routes_no3.gif");
    background-repeat: no-repeat;
}
#container .station_route_2nd .routes_img .no_1 {
    background: url("../img/230217/routes_no1.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
}
#container .station_route_2nd .routes_img .no_2 {
    background: url("../img/230217/routes_no2.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
}
#container .station_route_2nd .routes_img .no_3 {
    background: url("../img/230217/routes_no3.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
}
#container .routes_img .no_4 {
    background: url("../img/230217/routes_no4.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
}
#container .routes_img .no_5 {
    background: url("../img/230217/routes_no5.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
}
#container .routes_img .no_6 {
    background: url("../img/230217/routes_no6.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
}
#container .routes_img .no_7 {
    background: url("../img/230217/routes_no7.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
}
#container .routes_img .no_8 {
    background: url("../img/230217/routes_no8.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
}
#container .routes_img .no_9 {
    background: url("../img/230217/routes_no9.gif");
    background-repeat: no-repeat;
    margin-top: 15px;
}
#container .routes_img .no_a {
    background: url("../img/230217/routes_a.gif");
    background-repeat: no-repeat;
    display: block;
}
#container .routes_img .no_b,
#container .routes_img .no_b{
    background: url("../img/230217/routes_b.gif");
    background-repeat: no-repeat;
    display: block;
}
*/
  .routes_flex {
    margin-top: 15px;
    line-height: 1.7;
  }
  .routes_flex img {
    vertical-align: sub;
  }
  .routes_img .taxi_destination_a {
    color: #ff0000;
    line-height: 1.7;
    padding: 3px 0;
  }
  /*
.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{
    margin-left: 25px;
}
.station_route_1st .routes_img .no_1 span, .station_route_1st .routes_img .no_2 span, .station_route_1st .routes_img .no_3 span {
    margin-left: 0;
}
.routes_img .no_2 span span.taxi_destination_b,
.routes_img .no_3 span span.taxi_destination_b {
    margin-left: 25px;
}
*/
}
/*スマートフォン*/
@media screen and (min-width: 667px) {
  /* =======================
	　全体
========================== */
  #container {
    width: 90%;
    margin: 10px auto 60px;
  }
  #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) {
  /* =======================
	　コンテンツ内
========================== */
  #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;
  }
  .info_popup {
    text-align: center;
  }

  #container h2 {
    font-size: 3rem;
  }
  #container .train .pc_none {
    text-align: center;
  }
  #container .car .pc_none {
    text-align: center;
  }
  .routes .routes_img iframe {
    height: 215px;
  }
  .taxi_map iframe {
    margin-bottom: 60px;
  }
  .google_map iframe {
    margin-bottom: 4px;
  }
  .maplink_txt {
    text-align: right;
    margin-bottom: 8px;
  }
  #container .routes_pc {
    margin: 10px auto;
    float: right;
    text-decoration: underline;
  }
  .parking .text ol {
    margin: 20px 0 0;
    padding: 0 0 0 20px;
  }
  .parking .text ol li {
    margin: 10px 0 20px;
    line-height: 1.5;
  }
  #container .conveni dl dd span {
    float: right;
    margin-right: 15px;
  }
  #taxi_guide {
    padding: 90px 0 40px;
    margin: 0;
  }
  #train_guide {
    padding: 90px 0 40px;
    margin: 0;
  }
  #car_guide {
    padding: 90px 0 40px;
    margin: 0;
  }
  .transportation_id {
    flex-wrap: nowrap;
  }
  .transportation_id li:nth-child(even) {
    border-right: none;
  }
  /*
.transportation_id li:last-child {
    border-right: #adadad solid 1px;
}
*/
  .transportation_id li:nth-child(4n) {
    border-right: #adadad solid 1px;
  }
  .taxi_map p {
    width: 450px;
    margin: 0 auto 0;
  }
  #container #taxi_guide,
  #container #train_guide,
  #container #car_guide,
  #container #main_annex_guide {
    padding: 130px 0 20px;
    margin: -70px 0 20px 0;
  }
  /*------------------------------------------------------*/
  #container .routes {
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  /*-----------------------------------------------------*/
  /*
#container .routes .no_1 {
	background:url(../img/230217/routes_no1.gif);
	background-repeat: no-repeat;
}
#container .routes .no_2 {
	background:url(../img/230217/routes_no2.gif);
	background-repeat: no-repeat;
}

#container .routes .no_3 {
	background:url(../img/230217/routes_no3.gif);
	background-repeat: no-repeat;
}
#container .routes .no_4 {
	background:url(../img/230217/routes_no4.gif);
	background-repeat: no-repeat;
}
#container .routes .no_5 {
	background:url(../img/230217/routes_no5.gif);
	background-repeat: no-repeat;
}
#container .routes .no_6 {
	background:url(../img/230217/routes_no6.gif);
	background-repeat: no-repeat;
}
#container .station_route_1st .routes_img .no_1,
#container .station_route_1st .routes_img .no_2,
#container .station_route_1st .routes_img .no_3{
    padding: 0;
}
#container .routes_img .no_a,
#container .routes_img .no_b,
#container .routes_img .no_b{
    padding: 0;
}
*/
}

/* タブレット(横) */
@media screen and (min-width: 1024px) {
  header #logo a {
    width: 100%;
  }
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
  #container .environment iframe {
    height: 480px;
  }
  .environment .text_box {
    margin: 20px 0 0 0;
    padding-left: 20px;
  }
  #container .conveni dl dd span {
    float: right;
    margin-right: 330px;
  }
  #container .routes {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .routes .routes_img iframe {
    height: 188px;
  }
  .transportation_id {
    flex-wrap: nowrap;
    font-size: 1.6rem;
  }
  .transportation_id li {
    padding: 0px 20px;
  }
}
/* タブレット（横	）,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_pc {
    margin: 10px auto;
    float: right;
  }
  #container .routes_pc a {
    text-decoration: underline;
    display: inline-block;
  }
  #container .routes_pc a:hover {
    text-decoration: none;
    opacity: 1;
  }
  #container .exit_time {
    margin-top: 20px;
  }
  #container .parking {
    margin: 60px auto 0;
  }
  #container .environment {
    display: flex;
  }
  #container .environment iframe {
    width: 51%;
    height: 480px;
  }
  #container .environment ul {
    width: 100%;
    padding: 20px 15px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .environment .text {
    margin-left: 20px;
    width: 50%;
  }
  .environment .text_box {
    margin: 0;
    padding-left: 20px;
  }

  .taxi_map {
    margin-bottom: 80px;
  }
  .taxi_map p {
    width: 450px;
    margin: 0 auto 0;
  }
  .routes .routes_img iframe {
    height: 205px;
  }
}
