@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　全体
========================== */
  #container {
    width: 90%;
    margin: 0 auto 80px;
  }
  #container h2,
  h3,
  h4 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
  }
  #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 {
    width: 100%;
    height: 360px;
  }
  #container .environment .atre {
    padding-left: 7em;
  }
  .environment .text_box {
    margin: 0 0 30px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .transportation_id {
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    flex-wrap: wrap;
  }

  .transportation_id li {
    padding: 5px 0;
    text-align: center;
    border-left: #adadad solid 1px;
    width: 49%;
    margin: 10px 0;
    height: 30px;
  }
  .transportation_id li:nth-child(even) {
    border-right: #adadad solid 1px;
  }
  .transportation_id li:nth-child(4n) {
    /* border: 0; */
    border-left: 0;
  }
  .transportation_id li:nth-child(3n) {
    border-right: #adadad solid 1px;
  }
  .transportation_id li:nth-child(1),
  .transportation_id li:nth-child(2) {
    line-height: 1.3;
  }
  .transportation_id li a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    letter-spacing: -0.05rem;
  }
  #container #train_guide,
  #container #trainwalk_guide,
  #container #garden_guide,
  #container #car_guide {
    padding: 30px 0;
    margin: 40px 0 0 0;
    line-height: 1.3;
  }
  .red_text {
    color: #f00;
  }
  .red_text a {
    color: #f00;
    text-decoration: underline;
  }
  .red_text a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .fv_down_copy {
    margin-bottom: 50px;
  }
  /* =======================
	　google_map
========================== */
  .google_map {
    margin-bottom: 50px;
  }
  .google_map iframe {
    width: 100%;
  }
  .google_map img {
    width: 100%;
  }
  .google_map p {
    text-align: right;
    margin-top: 10px;
  }

  .google_map .root_explanation p {
    text-align: left;
    margin-top: 10px;
  }
  .google_map .map_copy {
    text-align: left;
    margin: 0 0 30px;
  }
  .google_map .map_copy p {
    text-align: left;
    margin: 0 0 30px;
    padding: 10px 15px;
  }
  .map_box_img {
    width: 100%;
  }
  #container .address_txt {
    margin: 15px auto;
    text-align: left;
  }
  /* =======================
	　電車でお越しの方
========================== */
  h2 {
    margin: 75px 0 40px;
  }
  #container .topicpath {
    margin-bottom: 60px;
  }
  #container .pan {
    line-height: 1.8;
  }
  #container .topicpath dd {
    margin: 5px 0 0 0;
  }
  #container .exit_time {
    margin-top: 15px;
  }
  #acMenu.route_list_detail {
    border: none;
  }
  #acMenu.route_list_detail dd {
    line-height: inherit;
  }
  #acMenu.route_list_detail li:nth-child(odd) {
    width: 90%;
    margin-inline: auto;
    text-align: left;
    border-left: 1px solid #333;
    padding: 1.6rem;
    box-sizing: border-box;
  }
  #acMenu.route_list_detail li:nth-child(even) {
    background: #ededed;
    text-align: center;
    padding: 15px;
    margin-left: 0;
  }
  #acMenu.route_list_detail dt {
    border: #ccc 1px solid;
    padding: 13px 26px 13px;
    position: relative;
  }
  #acMenu.route_list_detail dt span {
    position: absolute;
    right: 10px;
    top: 50%;
    translate: 0 -50%;
  }
  #acMenu.route_list_detail li:last-child {
    background-color: #000;
    color: #fff;
  }
  .train_route {
    display: grid;
    gap: 15px;
  }
  /* =======================
	　駐車場のご案内
========================== */
  .parking .text ol li {
    margin-top: 40px;
    line-height: 1.5;
  }
  .parking .text ol li span {
    /*    position: absolute;*/
    left: 0;
    font-weight: bold;
  }
  .parking .text ol {
    /*    position: relative;*/
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
  }
  .parking .text p {
    text-align: center;
  }
}
/*タブレット*/
@media screen and (min-width: 768px) {
  #container {
    margin: 0 auto 70px;
  }
  #container h2,
  h3,
  h4 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px;
  }
  #container .environment iframe {
    width: 100%;
    height: 400px;
  }
  .environment .text_box {
    margin: 20px 0 0 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  #container .exit_time {
    margin-top: 20px;
  }
  .transportation_id {
    flex-wrap: nowrap;
  }
  .transportation_id li {
    padding: 0;
    height: 50px;
  }
  .transportation_id li a:hover {
    opacity: 0.7;
  }
  .transportation_id li:nth-child(even) {
    border-right: 0;
  }
  .transportation_id li:nth-child(4n) {
    /* display: none; */
    border-right: #adadad solid 1px;
  }
  #container #train_guide,
  #container #trainwalk_guide,
  #container #garden_guide,
  #container #car_guide {
    margin: 90px 0 0 0;
    padding-bottom: 50px;
  }
  .fv_down_copy {
    text-align: center;
  }
  .google_map {
    margin-bottom: 90px;
  }
  .google_map .map_copy {
    text-align: center;
  }
  .map_box {
    display: flex;
    gap: 32px;
  }
  .map_box_img {
    width: 45%;
  }
  .google_map .root_explanation {
    width: 52%;
  }
  .root_title {
    font-weight: bold;
  }
  .train_route {
    display: flex;
    justify-content: space-between;
    gap: 30px 2%;
    flex-wrap: wrap;
  }
  #acMenu.route_list_detail {
    width: 48%;
    margin: 0;
  }
}
/* タブレット(横) */
@media screen and (min-width: 1024px) {
  .transportation_id {
    flex-wrap: nowrap;
    font-size: 1.6rem;
  }
}
/* タブレット（横	）,PCページ */
@media screen and (min-width: 1025px) {
  /* =======================
	　h2
========================== */
  /* =======================
	　全体
========================== */
  #container {
    width: 1000px;
    margin: 0 auto 120px;
  }
  #container .environment {
    display: flex;
  }
  #container .environment iframe {
    width: 80%;
    height: 400px;
  }
  #container .environment ul {
    width: 100%;
    padding: 20px 15px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .environment .text {
    margin-left: 20px;
  }
  .environment .text_box {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  .transportation_id li a span {
    letter-spacing: 0;
  }
  /* =======================
	　コンテンツ内
========================== */
}
