@charset "utf-8";

@media screen and (max-width: 740px) {

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

　　スマホ画面 共通設定

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


/*  全体 設定
--------------------------------------------- */

html,
body {
  height: 100%;
}

.jsNavActive body {
  overflow: hidden;
  position: relative;
}

/*  PC・SP表示切り替え 共通設定
-------------------------- */

.mediaPC {
  display: none;
}

.mediaSP,
img.mediaSP {
  display: inline;
}

p.mediaSP,
div.mediaSP,
ul.mediaSP,
ol.mediaSP,
li.mediaSP,
table.mediaSP,
form.mediaSP,
dl.mediaSP,
h1.mediaSP,
h2.mediaSP,
h3.mediaSP,
h4.mediaSP,
h5.mediaSP,
h6.mediaSP {
  display: block;
}

/* 　コンテナー　設定
--------------------------------------------- */

#container {
  position: relative !important;
  right: auto !important;
  font-size: 0.9em;
}

.boxInner {
  width: 100%;
}


/* 　ヘッダー 設定
--------------------------------------------- */

#header {
  padding-top: 60px; /* Header Height */
  box-shadow: 0px 0px 5.5px .2px rgba(0,0,0,.2);
}

/* -------- Site Logo -------- */

#header #logo {
  top: 0;
  right: auto;
  left: 0;
  float: left;
  width: 250px;
  padding: 20px 15px;
}

#header #logo h1 {
  display: block;
  padding: 0;
}

#header #logo h1 img {
  width: 100%;
}

/* -------- Site Menu -------- */

#header #sitemenu {
  float: none;
  width: auto;
  padding: 0;
}

/* ---- JS Setting ---- */

.sidr {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 260px;
  height: 100%;
}

.sidr .sidr-inner {
  padding: 0 0 15px
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

/* ---- Menu Button ---- */

#header #sitemenu #menuBtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s ease-in-out;
  z-index: 1100;
  opacity: 1;
  width: 55px;
  height: 60px;
  background: #6b2100;
}

#header #sitemenu #menuBtn:before {
  display: block;
  position: absolute;
  bottom: 7px;
  width: 100%;
  content: "メニュー";
  color: #fff;
  font-size: .75em;
}

#header #menuBtn span {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: absolute;
  left: 50%;
  transition: all .4s;
  width: 25px;
  height: 3px;
  margin-left: -13px;
  border-radius: 8px;
  background-color: #fff;
}

#header #menuBtn .txtMenu {
  display: none;
}

#header #menuBtn .icnMenu01 {
  top: 12px;
}

#header #menuBtn .icnMenu02 {
  top: 21px;
}

#header #menuBtn .icnMenu03 {
  top: 30px;
}

/* -- Site Menu Active -- */

.jsNavActive #header #sitemenu #menuBtn {
  position: fixed;
}

.jsNavActive #header #sitemenu #menuBtn:before {
  content: "閉じる";
}

.jsNavActive #header #menuBtn .icnMenu01 {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

.jsNavActive #header #menuBtn .icnMenu02 {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.jsNavActive #header #menuBtn .icnMenu03 {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

/* -- Menu Content -- */

#header #sitemenu #menu {
  display: none;
  z-index: 999;
  background: #6b2100;
  font-size: .95em;
  font-weight: bold;
}

#header #sitemenu #menu a {
  text-decoration: none !important;
}

#header #sitemenu #menu .boxMenuInner {
  overflow: auto;
  height: 100%;
  margin-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #f8d4c4;
}

#header #sitemenu #menu .boxMenuList {
  width: auto;
  padding: 0;
  text-align: left;
}

#header #sitemenu #menu .boxMenuList ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

#header #sitemenu #menu .boxMenuList li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f8d4c4;
  text-align: left;
}

#header #sitemenu #menu .boxMenuList li:before {
  display: none;
}

#header #sitemenu #menu .boxMenuList li.mediaSP {
  display: block !important;
}

#header #sitemenu #menu .boxMenuList li a {
  display: block;
  transition: opacity .4s ease-in-out;
  position: relative;
  width: 100%;
  padding: 15px;
  text-align: left;
}

/* Button Arrow */
#header #sitemenu #menu .boxMenuList ul li a:before,
#header #sitemenu #menu .boxMenuList ul li a:after {
  transition: all .4s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 12px;
  bottom: auto;
  width: 0;
  height: 0;
  margin-top: -9px;
  border-radius: 10px;
  border-width: 9px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  background: none;
  content: "";
}

#header #sitemenu #menu .boxMenuList ul li a:before {
  border-left-color: #fff !important;
}

#header #sitemenu #menu .boxMenuList ul li a:after {
  right: 14px;
  border-left-color: #6b2100;
}

/* ---- Sub Menu ---- */

/* -- Accodion Button -- */

#header #sitemenu #menu .boxMenuList li p {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Link Overlay */
#header #sitemenu #menu .boxMenuList li p:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  cursor: pointer;
  content: "";
}

/* Plus Icon */
#header #sitemenu #menu .boxMenuList li p > a:before,
#header #sitemenu #menu .boxMenuList li p > a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  bottom: auto;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  border: none !important;
  background: #fff;
  content: "";
}

#header #sitemenu #menu .boxMenuList li p > a:after {
  right: 25px;
  width: 2px;
  height: 12px;
  margin-top: -6px;
}

/* -- Sub Menu Active -- */

#header #sitemenu #menu .boxMenuList li p.active {
  background: #541a00;
}

/* Minus Icon */
#header #sitemenu #menu .boxMenuList li p.active > a:after {
  opacity: 0;
}

/* -- Sub Menu List -- */

#header #sitemenu #menu .boxMenuList .boxSubMenu {
  display: none;
  position: inherit;
  top: auto;
  left: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #541a00;
}

#header #sitemenu #menu .boxMenuList .boxSubMenu ul {
  background: none;
  font-size: 1em;
}

/* Menu Arrow */
#header #sitemenu #menu .boxMenuList .boxSubMenu ul:before {
  display: none;
}

#header #sitemenu #menu .boxMenuList .boxSubMenu ul li {
  border-top: 1px solid #f8d4c4;
  border-bottom: none !important;
}

#header #sitemenu #menu .boxMenuList .boxSubMenu a {
  padding-right: 5px;
  padding-left: 33px;
}

#header #sitemenu #menu .boxMenuList .boxSubMenu a:before {
  right: auto;
  left: 20px;
  margin-top: -4px;
  border-radius: 0;
  border-width: 4px 5px 4px 5px;
}

#header #sitemenu #menu .boxMenuList .boxSubMenu a:after {
  display: none;
}

/* ------ Global Navi ------ */

#header #sitemenu #menu #gnav {
}

/* Hover */
#header #gnav li > p.active a,
#header #gnav li > a:hover,
#header #gnav li.current:hover:before {
  opacity: 1;
}

/* ------ User Navi ------ */

#header #sitemenu #menu #usernav {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  font-size: 1em;
}

#header #sitemenu #menu #usernav li {
}

/* ------ Banner Area ------ */

#header .boxBannerArea {
  display: block;
}

/* -------- Login -------- */

#header #login {
  display: block;
  position: inherit;
  left: auto;
  bottom: auto;
  padding: 0;
}

#header #login .boxAcc .boxAccHead {
  display: block;
  top: -60px;
  right: 55px;
  left: auto;
  z-index: 2;
  width: 55px;
  height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#header #login .boxAcc .boxAccHead:before {
  opacity: 0;
  transition: opacity .2s ease-in-out;
  position: absolute;
  bottom: -2px;
  right: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  margin-right: -8px;
  border-radius: 6px;
  border-width: 6px 8px 6px 8px;
  border-color: transparent transparent #ffedb8 transparent ;
  border-style: solid;
  background: none !important;
  content: "";
}

#header #login .boxAcc.active .boxAccHead:before,
#header #login.member .boxAcc .boxAccHead:before {
  opacity: 1;
}

#header #login .boxAcc .boxAccHead .btnLogin {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background-image: url(/common/img/header/btn-login.png);
  background-position: center 12px;
  background-repeat: no-repeat;
  background-color: #6b2100;
  background-size: 20px;
}

#header #login .boxAcc .boxAccHead .btnLogin:hover {
  margin: 0;
  padding: 0;
  color: #fff;
}

#header #login .boxAcc .boxAccHead .btnLogin span,
#header #login .boxAcc .boxAccHead .btnLogin:before {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  color: #fff;
  font-size: .75em;
}

#header #login .boxAcc.active .boxAccHead .btnLogin,
#header #login.member .boxAcc .boxAccHead .btnLogin {
  background-color: #541a00;
}

#header #login .boxAcc .boxAccCont {
}

#header #login .boxAcc .boxAccCont .boxAccContInner {
  padding: 20px 15px;
}

/* ------ Login Form ------ */

#header #loginform {
  max-width: 300px;
  margin: 0 auto;
}

#header #loginform > p {
  display: block;
  padding: 0;
  text-align: center;
}

#header #loginform .login-username,
#header #loginform .login-password {
  position: relative;
  padding-bottom: 13px;
  padding-left: 80px;
}

#header #loginform .login-username label,
#header #loginform .login-password label {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 30px;
  margin: 0;
  padding: 0 5px 0 0;
  line-height: 30px;
}

#header #loginform .login-username input,
#header #loginform .login-password input {
  width: 100%;
}

#header #loginform .login-submit {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 5px 0 0;
}

#header #loginform .login-submit input {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* ------ Member ------ */

#header #login.member .boxAcc .boxAccHead .btnLogin {
  background-image: url(/common/img/header/btn-logout.png);
}

#header #login.member .boxAcc .boxAccHead .btnLogin:before {
  display: block;
  content: "ログアウト";
}

#header #login.member .boxAcc .boxAccHead .btnLogin:after {
  display: none;
}

#header #login.member .boxAcc .boxAccHead .btnLogin span {
  display: none;
}

/* ---- Member Menu ---- */

#header #login .boxMemberMenu {
  margin: -12px -25px;
  font-size: 1.01em;
}

#header #login .boxMemberMenu ul {
  overflow: hidden;
  margin-left: -1px;
  border-bottom: 1px solid #6b2100;
}

#header #login .boxMemberMenu li {
  display: block;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  border-left: 1px solid #6b2100;
  text-align: left;
}

#header #login .boxMemberMenu li.mediaPC {
  display: none;
}

#header #login .boxMemberMenu a {
  display: block;
  transition: opacity .4s ease-in-out;
  position: relative;
  width: 100%;
  padding: 10px 15px;
  color: #6b2100;
  text-align: left;
}

/* Button Arrow */
#header #login .boxMemberMenu a:before,
#header #login .boxMemberMenu a:after {
  transition: all .4s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 3px;
  bottom: auto;
  width: 0;
  height: 0;
  margin-top: -9px;
  border-radius: 10px;
  border-width: 9px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  background: none;
  content: "";
}

#header #login .boxMemberMenu a:before {
  border-left-color: #6b2100 !important;
}

#header #login .boxMemberMenu a:after {
  right: 5px;
  border-left-color: #ffedb8;
}


#header #login .boxMemberMenu a:hover {
  text-decoration: none;
}


/*  コンテンツ 設定
--------------------------------------------- */

#content {
  padding-bottom: 0;
}

#content > .boxInner {
  width: 100%;
  padding: 0 15px;
}

#content img {
  max-width: 100%;
  max-height: 100%;
}

/*  Content Main
----------------------------------- */

#contentMain {
  padding-top: 0;
  padding-bottom: 0;
}

#contentMain > .boxInner {
  padding: 25px 15px;
}

/*  フッター 設定
--------------------------------------------- */

#footer {
  border-top: 1px solid #ccc;
  height: auto;
  font-size: .9em;
}

/* -------- フッター上部 -------- */

#footerTop {
  display: none !important;
}

/* -------- フッター下部 -------- */

#footerBtm {
}

#footerBtm .boxInner {
  padding: 25px 0;
}

/* ---- Copyright ---- */

#footer #copyright {
  font-size: .85em;
}

/* ---- Page Top ---- */

#footer #pagetop {
  display: block;
  position: fixed !important;
  top: auto !important;
  right: 10px !important;
  bottom: 15px !important;
  width: 38px;
  height: 38px;
  margin-left: 0;
}

#footer #pagetop a:before,
#footer #pagetop a:after {
  margin-top: -18px;
  margin-left: -12px;
  border-width: 12px;
}

#footer #pagetop a:after {
  margin-top: -14px;
}


/*  オーバーレイ 設定
--------------------------------------------- */

#overlay {
  display: block;
  transition: all .2s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.jsNavActive #overlay {
  opacity: 1;
  z-index: 888;
}


}
