@charset "utf-8";

@media screen and (max-width: 740px) {

/* =============================================================

　　ロケーションガイド スマホ画面 共通設定

============================================================= */


/*  全体 共通設定
---------------------------------------------*/

body {
}

/* PC・SP表示切り替え
-------------------------- */

.spUser,
.pcUser {
  display: none;
}

/*  画像 共通設定
-------------------------- */

/* スマホ用画像 */

.mediaSP,
img.mediaSP {
  display: inline;
}

p.mediaSP,
div.mediaSP {
  display: block;
}

.mediaPC {
  display: none;
}

/*  テキスト 基本設定
-------------------------- */

.yomiselect rt {
  display: none;
}

/*  フォーム 基本設定
-------------------------- */

textarea {
  margin-top: 0;
  margin-bottom: 0;
}

/*  アイコン　設定
-------------------------- */

/* -- 矢印白文字 -- */

.btnArwWhite::before {
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: none;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  content: "";
}

/* 　コンテナー　設定
---------------------------------------------*/

#container {
  min-width: 0;
  background: none;
}

.boxInner {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}


/*  ヘッダー 設定
---------------------------------------------*/

#header {
  overflow: hidden;
  width: 100%;
  height: auto; 
}

#header .mediaPC {
  display: none !important;
}

/* -------- ヘッダー上部 -------- */

#headerTop {
  padding: 10px 0;
}

/* ------ ブロックスキップ ------ */

#blockskip {
  display: none;
}

/* ------ サイトロゴ ------ */

#header .boxSiteLogo {
  width: 35% !important;
  max-width: 140px;
  height: 32px;
  padding: 0 10px;
}

#header .boxSiteLogo h1 {
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  background-position: center;
}

#header .boxSiteLogo img {
  display: none;
}

/* ------ ユーザーナビ ------ */

#header .boxUserNav,
#header .boxUserNav > div {
  display: inline;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

/* ---- 言語切替 ---- */

#header .boxUserNav {
  float: none;
  width: auto;
}

#header .boxUserNav .boxLang {
  float: right;
  width: 190px;
  padding: 0;
  margin: 0 10px 0 0;
  text-align: right;
}

#header .boxUserNav .boxLang li {
  margin: 0 -4px;
  padding: 0 3px;
}

#header .boxUserNav .boxLang li::before {
  display: none;
}

#header .boxUserNav .boxLang a {
  display: block;
  width: 60px;
  padding: 5px 0;
  background: #ececec;
  text-align: center;
  text-decoration: none;
}


/* -------- ヘッダー中部 -------- */

#headerMdl .boxInner {
  padding: 0;
}

/* ------ メインビジュアル ------ */

#header .boxMainVisual p {
  position: relative;
  top: auto;
  left: auto;
  margin-left: 0;
  padding-top: 20%;
  background: url(/share/imgs/location-header-img-mainvisual-sp.png) no-repeat center;
  background-size: 100%;
}

#header .boxMainVisual img {
  display: none;
}

/* -------- ヘッダー下部 -------- */

#headerBtm {
  background: none;
}

/* ------ グローバルナビ ------ */

#header .boxGlobalNav {
  padding: 0;
  font-size: 1em !important;
}

/* ---- メニュー開閉 ---- */

#header .boxGlobalNav .btnMenuOpen {
  display: block;
  padding: 13px 10px;
  background: url(/share/imgs/location-content-bg-blue.png);
  color: #fff;
  font-size: 1.2em;
  cursor: pointer;
}

#header .boxGlobalNav .btnMenuOpen .txtBtn {
  display: inline-block;
  padding: 0 0 0 38px;
  background: url(/share/imgs/location-header-gnav-bg-open.png) no-repeat left center;
  background-size: 28px;
  letter-spacing: 1px;
}

#header .boxGlobalNav .btnMenuOpen.active::after {
  content: "閉じる";
}

#header .boxGlobalNav .btnMenuOpen.active .txtBtn span {
  display: none;
}

/* ---- メニューリスト ---- */

#header .boxGlobalNav .boxMenu {
  display: none;
}

#header .boxGlobalNav .boxMenu > ul {
}

#header .boxGlobalNav .boxMenu > ul > li {
  display: block;
  float: none;
  width: auto !important;
  border-bottom: 1px solid #fff;
  background: #5e708e;
  color: #fff;
}

#header .boxGlobalNav .boxMenu > ul > li:first-child {
  border-top: 1px solid #fff;
}

#header .boxGlobalNav .boxMenu > ul > li::before,
#header .boxGlobalNav .boxMenu > ul > li:first-child + li::after {
  display: none;
}

#header .boxGlobalNav .boxMenu > ul > li > a {
  display: block;
  position: relative;
  width: auto;
  padding: 13px 12px;
  background: none;
  color: #fff;
  text-align: left;
}

#header .boxGlobalNav .boxMenu > ul > li > a:hover,
#header .boxGlobalNav .boxMenu > ul > li > a:focus {
  background: none;
  text-decoration: none;
}

#header .boxGlobalNav .boxMenu > ul > li > a::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: -7px;
}


/*  コンテンツ 設定
---------------------------------------------*/

#content {
  display: block;
  padding: 20px 0 10px;
  font-size: 1em !important;
}

#content img {
  max-width: 100%;
}

.boxSection {
  padding: 10px;
}

/*  Content Top
-----------------------------------*/

#contentTop {
  overflow: hidden;
}

#contentTop .boxInner {
}

/*  Content Main
-----------------------------------*/

#contentMain {
  overflow: hidden;
  padding: 0;
}

#contentMain .boxInner {
}

/*  Content Bottom
-----------------------------------*/

#contentBtm {
  overflow: hidden;
  padding-bottom: 0;
}


/*  フッター 設定
---------------------------------------------*/

#footer {
  background: none;
  font-size: 1em !important;
}

/* -------- フッター上部 -------- */

#footerTop {
}

#footerTop .boxInner {
  position: relative;
  padding: 20px 10px 5px;
}

/* ------ ページトップボタン ------ */

#footer .boxPageTop {
  display: block;
  top: auto;
  right: 10px;
  bottom: 0;
  margin-left: 0;
}

#footer .boxPageTop a {
  width: 60px;
  height: 60px;
  background: url(/share/imgs/location-footer-btn-pagetop-sp.png) no-repeat;
  background-size: 100%;
}

#footer .boxPageTop img {
  display: none;
}

/* ---- 広告エリア ----- */

#footer .boxBnrArea {
  margin-bottom: 60px;
}

#footer .boxBnrArea ul {
  margin-left: -15px;
  padding-left: 0;
}

#footer .boxBnrArea li {
  width: 50%;
  margin: 0;
  padding: 0 0 15px 15px;
  background: none;
}

#footer .boxBnrArea li a {
  display: block;
}

#footer .boxBnrArea li a img {
  width: 100%;
}


/* -------- フッター中部 -------- */

#footerMdl {
}

#footerMdl .boxInner {
  padding: 0 15px 35px;
}

/* ---- 表示切替 ----- */

#footer .boxDisplaySwitchi {
  margin: 0 -15px !important;
  padding: 20px 0 25px !important;
  background: #fff;
  font-size: 0.85em;
}

#footer .boxDisplaySwitchi li {
  float: left;
  width: 50%;
}

#footer .boxDisplaySwitchi a {
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

#footer .boxDisplaySwitchi a span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
}

/* -- PC版 --- */

#footer .boxDisplaySwitchi .btnPC {
  background: #eee !important;
  color: #212121 !important;
}

#footer .boxDisplaySwitchi .btnPC span {
  padding-left: 20px;
  background-image: url(/share/imgs/location-footer-bg-display-pc.png) !important;
  background-size: 14px;
}

/* -- SP版 --- */

#footer .boxDisplaySwitchi .btnSP {
  background: #374e6f !important;
  color: #fff !important;
}

#footer .boxDisplaySwitchi .btnSP span {
  padding-left: 15px;
  background-image: url(/share/imgs/location-footer-bg-display-sp-white.png) !important;
  background-size: 10px;
}

/* ---- アドレス ----- */

#footer .boxAddress {
  float: none;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.7em;
}

#footer .boxAddress li:first-child dt {
  padding-right: 0;
  font-size: 1.12em;
}

/* ---- サイトロゴ ----- */

#footer .boxSiteLogo {
  float: none;
  width: 100%;
  text-align: center;
}

#footer .boxSiteLogo p {
  max-width: 340px;
  margin: 0 auto;
}

#footer .boxSiteLogo a {
  display: inline-block;
  width: 60%;
  background: url(/share/imgs/common-footer-site-logo-sp.png) no-repeat;
  background-size: 100%;
  padding-top: 22.5%;
}

#footer .boxSiteLogo img {
  display: none;
}

/* -------- フッター下部 -------- */

#footerBtm {
  height: auto;
}

#footerBtm .boxInner {
  padding: 0;
}

/* ---- サイトナビ ----- */

#footer .boxSiteNav {
  overflow: hidden;
  float: none;
  width: auto;
}

#footer .boxSiteNav p {
  margin: 0 -1px;
}

#footer .boxSiteNav a {
  display: block;
  float: left;
  width: 50%;
  padding: 13px 0;
  border-bottom: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  text-align: center;
}

/* ---- コピーライト ----- */

#footer .txtCopyright {
  float: none;
  width: auto;  
  padding: 10px 0 30px;
  font-size: 0.95em;
  text-align: center;
}

input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px !important;
    border-radius: 24px !important;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 12px;
    height: 12px;
    background: #CC0000;
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
}

}
