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

Table of Contents:
 * info

========================== */

/*スマートフォン*/
@media screen and (min-width: 0px) {
  .page_image {
    background: url(../img/180130/mainvisual_sp.jpg) no-repeat 0px 0px;
    background-size: 100%;
    height: 500px;
    position: relative;
  }
  /* =======================
	　全体
========================== */
  #container {
    width: 90%;
    margin: 10px auto 80px;
  }
  #container h2,
  h3,
  h4 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  /* =======================
	　コンテンツ内
========================== */
  .page_image .ttl_img_list {
    position: absolute;
    width: 70px;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /* transform: translate(-50%,-50%); */
  }
  #container .topicpath {
    margin-bottom: 60px;
  }
  #container .btn a {
    background-color: #000;
    color: #fff;
    font-size: 1.5rem;
    background-image: url(../../img/common/yazi_white.png);
    background-repeat: no-repeat;
    background-position: 50px 16px;
    background-size: 6px;
    width: 100%;
    display: block;
    padding: 12px 0;
    text-align: center;
  }
  /* =======================
	　google_map
========================== */
  .google_map iframe {
    width: 100%;
  }
  .google_map p.more_view {
    text-align: right;
    margin-top: 10px;
  }
  /* =======================
	　電車でお越しの方
========================== */
  h2 {
    margin: 75px 0 40px;
  }
  #container .topicpath {
    margin-bottom: 60px;
  }
  #container .pan {
    line-height: 1.8;
  }
  #container .exit_time {
    margin-top: 15px;
  }
  /* =======================
	　駐車場
========================== */
  .from_st {
    padding: 20px 0;
    line-height: 1.6;
  }
  #container .exit_time {
    margin-top: 15px;
  }
  #container .exit_time p:last-child {
    padding-top: 10px;
  }
  .info_popup {
    padding: 10px 0;
    border: 1px solid #cc3333;
    text-align: center;
    margin: 20px auto 30px;
  }
  .info_popup p {
    font-weight: bold;
    color: #cc3333;
  }
/* =======================
	　SP時ルート
========================== */
  .route_list_item .route_list_detail {
    width: 100%;
  }
  #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;
  }
  .route_list_detail dt:hover {
    opacity: 0.7;
  }

  /* =======================
	　周辺駐車場
========================== */
  .text_box {
    margin: 20px 0 30px;
    padding-left: 1em;
    text-indent: -1em;
  }
  #container .other_parking iframe {
    width: 100%;
    height: 360px;
  }
  #container .other_parking ul {
    margin: 0;
    padding: 20px 0 0;
    width: 97%;
    padding-left: 1em;
    text-indent: -1em;
  }
  #container .other_parking ul li {
    line-height: 2.4rem;
    margin: 10px 0;
  }
  /* =======================
	　コンビニ
========================== */
  #container .environment dl dt {
    font-weight: bold;
  }
  #container .environment dl {
    margin: 0;
    padding: 10px;
    /* border-top: #ccc 1px solid; */
    border-bottom: #ccc 1px solid;
  }
  #container .environment dl.last {
    border-bottom: #ccc 1px solid;
    margin-bottom: 40px;
  }
  #container .environment h3:before {
    content: " ";
    padding-left: 10px;
    margin-right: 5px;
    height: 10px;
    background: #ccc;
  }
  #container .environment h3 {
    text-align: left;
    line-height: 1.2;
    margin: 20px 0;
  }
}
/*スマートフォン*/
@media screen and (min-width: 320px) {
  .page_image {
    height: 425px;
  }
}
/*スマートフォン*/
@media screen and (min-width: 640px) {
  .page_image {
    background: url(../img/180130/mainvisual.jpg) no-repeat -245px 0px;
    background-size: 235%;
    height: 320px;
  }
  .page_image .ttl_img_list {
    position: absolute;
    width: 100px;
    top: 74%;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /* transform: translate(-50%,-50%); */
  }
} /*スマートフォンここまで*/

/*タブレット*/
@media screen and (min-width: 768px) {
  #container h2,
  h3,
  h4 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .page_image {
    background: url(../img/180130/mainvisual.jpg) no-repeat -88px 0;
    height: 320px;
    position: relative;
  }
  /* =======================
	　コンテンツ内
========================== */
  #washitsu,
  #twin,
  #double,
  #environment {
    margin-top: -62px;
    padding-top: 62px;
  }
  #container .topicpath {
    margin-bottom: 70px;
  }
  #container .main_image {
    margin-top: 20px;
  }
  #container .owl-controls .clickable img {
    margin-top: 20px;
  }
  #container .btn a {
    background-position: 75px 20px;
    padding: 15px 0;
  }
  #container .exit_time {
    margin-top: 20px;
  }
  /* =======================
	　周辺駐車場
========================== */
  #container .other_parking {
    margin-bottom: 75px;
  }
  #container .other_parking iframe {
    width: 100%;
    height: 400px;
  }
  .other_parking .text_box {
    margin: 20px 0 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  /* =======================
	　コンビニ
========================== */
  #container .environment dl dd span {
    float: right;
    margin-right: 50px;
  }
  #container .environment h3 {
    margin: 10px 0 20px;
  }
}
/*タブレットここまで*/

/* タブレット(横) */
@media screen and (min-width: 1025px) {
  .page_image {
    background: url(../img/180130/mainvisual.jpg) no-repeat center;
    background-size: 100%;
    height: 320px;
    position: relative;
  }
  .flexslider .slides li img {
    width: 100%;
  }
}
/* タブレット（横）,PCページ */
@media screen and (min-width: 1024px){
  /* =======================
	　全体
========================== */
  #container {
    width: 1000px;
    margin: 0 auto 60px;
  }
  /* =======================
	　客室タイプ
========================== */
  #container .ttl h2,
  h3,
  h4 {
    font-size: 3rem;
    margin-bottom: 40px;
  }

  .train_route, .airplane_route {
    display: flex;
    justify-content: space-between;
    gap: 20px 2%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #acMenu.route_list_detail {
    width: 48%;
    margin-inline: 0;
  }
  /* =======================
	　周辺駐車場
========================== */
  #container .other_parking {
    display: flex;
  }
  #container .other_parking iframe {
    width: 80%;
    height: 400px;
  }
  .other_parking .text_box {
    margin: 0;
  }
  .other_parking .text {
    margin-left: 20px;
  }
  #container .other_parking ul {
    padding: 20px 15px;
  }
}
