@charset "utf-8";

@media screen and (max-width: 740px) {

/* =============================================================

　　ロケーションガイド スマホ画面 個別設定

============================================================= */


/*  TOP : トップページ 設定
--------------------------------------------------------------*/

/*　ヘッダー　設定
--------------------------------------------- */

/* ------ メインビジュアル ------ */

.home #header .boxMainVisual p {
  padding-top: 39.8%;
  background-image: url(/share/imgs/location-index-header-img-mainvisual-sp.png);
}


/*　コンテンツ　設定
--------------------------------------------- */

.home #content {
}

/* ---- セクション共通 ---- */

.home .boxSection {
  padding: 10px;
}

/* ---- イントロ ---- */

.home #intro {
  padding-top: 10px;
}

.home #intro .boxIntroImg,
.home #intro .boxIntroCont {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.home #intro .boxIntroImg {
  padding-bottom: 20px;
  text-align: center;
}

/* -- タイトル -- */

.home #intro .boxIntroCont .ttlSection {
  margin-bottom: 20px;
}

/* -- 文章 -- */

.home #intro .boxIntroCont p {
  margin-bottom: 15px;
}

/* -- ボタン・More -- */

.home #intro .boxIntroCont .btnLinkTxt {
  margin-top: 0;
  padding-top: 10px;
}


/* ---- トピックス ---- */

.home #topics .boxTopicsList,
.home #topics .boxBnrArea {
  float: none;
  width: auto;
}

.home #topics .boxTopicsList {
}

/* -- タイトル -- */

.home #topics .ttlSection {
  position: relative;
  margin: 0 -10px;
  padding: 10px;
  background: #2a3e61;
}

.home #topics .ttlSection,
.home #topics .ttlSection .txtEN {
  color: #fff;
}

.home #topics .ttlSection .txtEN {
  padding-left: 10px;
  padding-bottom: 2px;
  font-size: 0.65em; 
}

.home #topics .ttlSection .txtMore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.home #topics .ttlSection .txtMore span {
  display: none;
}

.home #topics .ttlSection .txtMore::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  margin-top: -6px;
}

/* -- ボタン・More -- */

.home #topics .boxTopicsList .btnLinkTxt {
  float: none;
}

/* -- リスト -- */

.home #topics .boxTopicsList dt {
  float: none;
  width: auto;
  padding-left: 0;
}

.home #topics .boxTopicsList dd {
  margin-left: 0;
}

/* -- バナーエリア -- */

.home #topics .boxBnrArea {
  margin: 0 -10px;
  padding: 25px 10px 0;
  border-top: 1px solid #ccc;
}

.home #topics .boxBnrArea li {
  margin-bottom: 20px;
}

.home #topics .boxBnrArea li a {
  display: block;
}

.home #topics .boxBnrArea li img {
  width: 100%;
}


/*  LOCATION : ロケ地紹介 設定
--------------------------------------------------------------*/

/* ---- スライダー ---- */

.boxLocationSlider {
  padding: 25px 10px 45px;
}

.boxLocationSlider .bx-wrapper {
  margin-bottom: 10px;
}

/* リスト */
.boxLocationSlider .slider li {
  float: none; 
}

/* キャプション */
.boxLocationSlider .bx-caption {
  padding: 0 10px;
}

/* ---- コントロール ---- */

/* -- PREV＆NEXTボタン -- */

.boxLocationSlider .bx-controls-direction .bx-prev,
.boxLocationSlider .bx-controls-direction .bx-next {
  top: 35%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-size: 100% 100%;
}

.boxLocationSlider .bx-controls-direction .bx-prev {
  left: 2px;
}

.boxLocationSlider .bx-controls-direction .bx-next {
  right: 2px;
}

/* -- 再生・停止 -- */

.boxLocationSlider .bx-controls-auto {
  padding-bottom: 12px;
}

.boxLocationSlider .bx-controls-auto .bx-controls-auto-item .bx-start,
.boxLocationSlider .bx-controls-auto .bx-controls-auto-item .bx-stop {
  background-size: 100%;
}

.boxLocationSlider .bx-controls-auto .bx-controls-auto-item .bx-start {
  background-image: url(/share/imgs/location-content-btn-slide-start-sp.png);
}

.boxLocationSlider .bx-controls-auto .bx-controls-auto-item .bx-stop {
  background-image: url(/share/imgs/location-content-btn-slide-stop-sp.png);
}

/* ---- サムネイル ---- */

.boxLocationSlider .pager {
  text-align: center;
}

.boxLocationSlider .pager ul {
  margin-left: -5px;
}

.boxLocationSlider .pager li {
  height: 12px;
  margin-left: 6px;
  margin-bottom: 6px;
}

.boxLocationSlider .pager li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #444;
}

.boxLocationSlider .pager li .active {
  background: #fff;
}

.boxLocationSlider .pager li img {
  display: none;
}

/*  CONTACT : お問い合わせ 設定
--------------------------------------------------------------*/

.boxContactTel {
}

.boxContactTel table thead {
  display: none;
}

.boxContactTel table tr {
  margin-bottom: 10px;
}

.boxContactTel table td {
  border: none;
  padding-top: 0;
}

.boxContactTel table .boxDotList {
  padding: 8px 13px;
  background: #f2f2f2;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}


/* ---- お問い合わせフォーム ---- */

/* ---- テーブル ---- */

.boxContactForm table {
  margin-top: 0;
  margin-bottom: 0;
}

.boxContactForm th,
.boxEntryBody .boxContactForm th {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.boxContactForm td,
.boxEntryBody .boxContactForm td {
  border: none;
  padding-right: 0;
  padding-left: 0;
}

.boxContactForm tr,
.boxEntryBody .boxContactForm tr {
  margin-bottom: 0;
}

.boxContactForm h4 {
  display: block;
  border: none;
  width: auto;
  margin: -10px 0 10px;
  padding: 8px 13px;
  background: #f2f2f2;
}

/* -- Input設定 -- */

.boxContactForm .boxInput {
  margin-bottom: 10px;
}

.boxContactForm input[type="text"],
.boxContactForm input[type="email"],
.boxContactForm textarea {
  border-radius: 4px !important;
  width: 100%;
  font-size: 1.1em;
}

/* -- テキスト -- */

/* 例 */
.boxContactForm .txtExample,
.boxEntryBody .boxEntryContent .txtExample {
  padding-top: 0;
}

/* -- 連絡先 -- */

.boxContactForm .boxReply {
  padding-top: 5px;
}

.boxContactForm .boxAddress {
  padding-top: 15px;
}

.boxContactForm .boxAddress .txtPlease {
  margin-bottom: 10px;
  padding-top: 0;
}

.boxContactForm .boxAddress .boxInput {
  margin-bottom: 15px;
}

/* -- 注意書き -- */

.boxContactForm .txtNote,
.boxEntryBody .boxContactForm .txtNote {
  margin-bottom: 10px;
  padding-top: 0;
  text-align: left;
}

/* -- ボタンエリア -- */

.boxContactForm .boxBtnArea {
  width: auto;
  padding-top: 10px;
}

.boxContactForm .boxBtnArea .btnLink {
  float: none;
  margin-bottom: 10px;
}

.boxContactForm .boxBtnArea .btnLink > * {
  width: 100%;
}


/* ---- メッセージボックス ---- */

.boxContactMessage {
}

/* ---- お問い合わせ完了 ---- */

.boxContactComp {
}

/* ---- エラーメッセージ ---- */

.boxContactError {
}

.boxContactError p:first-child {
  padding-bottom: 10px;
}

.boxContactError + .btnBack > * {
  border: 2px solid #223355;
}




}