@charset "UTF-8";
/*▼共通
------------------------------------------*/

body {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-family: Verdana, '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
  background-color: #EFEACC;
}

.acms-admin-form select,
.acms-admin-form select:hover,
.acms-admin-form .acms-form-select
.acms-admin-form .acms-form-select:hover {
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

strong {
  color: #C00;
}

em {
  font-weight: bold;
  color: #000;
  font-style: normal;
}

a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#contents ul li,
#contents ol li {
  margin: 0 20px 6px 0;
}

.acms-table-responsive, [class*=acms-table-scroll-] {
  border: none;
}



/* レイアウト */

.acms-entry [class*=acms-col-] {
  margin-bottom: 20px;
  padding: 0 10px;
}

#siteArea {
  width: 960px;
  margin: 0 auto 30px;
  background-color: #fff;
}

div#contentsWrapper {
  padding-top: 30px;
  clear: both;
}

#mainContents {
  width: 700px;
  float: right;
}

#contents {
  width: 680px;
  padding-right: 16px;
  float: right;
}

#subArea {
  width: 224px;
  padding-left: 16px;
  float: left;
}

.container {
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.acms-container {
  padding: 0;
}

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

  div#siteArea,
  #subArea,
  #contents,
  .container {
    width: 100%;
    float: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 0;
  }

  #subArea {
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

#header {
  background: #FFFFFF url(../images/common/bg_header.png) 350px 100px no-repeat;
  border-bottom: 3px solid #CBA75D;
  -moz-box-shadow: 0px 7px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 7px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 4px rgba(0, 0, 0, 0.05);
}

#header .summary {
  background-color: #4A3617;
}

#header .summary p {
  margin: 0 auto;
  font-size: 88%;
  padding: 3px 12px;
  color: #FFF;
}

#header #logo {
  float: left;
  margin: 26px 0 10px 20px;
}

#header ul {
  padding: 5px 0px 0px;
  list-style-type: none;
  margin: 12px 0 20px;
}

#header ul li {
  display: inline;
  width: 160px;
}

@media screen and (max-width: 480px) {
  #header ul li {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }

  #header .summary p {
    width: auto;
  }
}

.button {
  background-image: -moz-linear-gradient(51% 0% -90deg, rgb(138, 118, 85) 0%, rgb(138, 118, 85) 49%, rgb(111, 91, 59) 50%, rgb(74, 54, 23) 100%);
  background-image: -webkit-gradient(linear, 51% 0%, 51% 100%, color-stop(0, rgb(138, 118, 85)), color-stop(0.49, rgb(138, 118, 85)), color-stop(0.5, rgb(111, 91, 59)), color-stop(1, rgb(74, 54, 23)));
  background-image: -webkit-linear-gradient(-90deg, rgb(138, 118, 85) 0%, rgb(138, 118, 85) 49%, rgb(111, 91, 59) 50%, rgb(74, 54, 23) 100%);
  background-image: -o-linear-gradient(-90deg, rgb(138, 118, 85) 0%, rgb(138, 118, 85) 49%, rgb(111, 91, 59) 50%, rgb(74, 54, 23) 100%);
  background-image: linear-gradient(180deg, rgb(138, 118, 85) 0%, rgb(138, 118, 85) 49%, rgb(111, 91, 59) 50%, rgb(74, 54, 23) 100%);
  border-radius: 3px;
  color: #FFF;
  text-decoration: none;
  padding: 10px 16px;
}

.buttonGray {
  background-image: -moz-linear-gradient(51% 0% -90deg, rgb(174, 174, 174) 0%, rgb(174, 174, 174) 49%, rgb(134, 134, 134) 50%, rgb(107, 107, 107) 100%);
  background-image: -webkit-gradient(linear, 51% 0%, 51% 100%, color-stop(0, rgb(174, 174, 174)), color-stop(0.49, rgb(174, 174, 174)), color-stop(0.5, rgb(134, 134, 134)), color-stop(1, rgb(107, 107, 107)));
  background-image: -webkit-linear-gradient(-90deg, rgb(174, 174, 174) 0%, rgb(174, 174, 174) 49%, rgb(134, 134, 134) 50%, rgb(107, 107, 107) 100%);
  background-image: -o-linear-gradient(-90deg, rgb(174, 174, 174) 0%, rgb(174, 174, 174) 49%, rgb(134, 134, 134) 50%, rgb(107, 107, 107) 100%);
  background-image: linear-gradient(180deg, rgb(174, 174, 174) 0%, rgb(174, 174, 174) 49%, rgb(134, 134, 134) 50%, rgb(107, 107, 107) 100%);
  border-radius: 3px;
  color: #FFF;
  text-decoration: none;
  padding: 10px 16px;
}

#headerRight {
  float: right;
  margin-right: 20px;
  text-align: right;
}

#headerRight p {
  margin: 0;
}

#header p#tel {
  margin: 3px 0;
  font-size: 200%;
  line-height: 32px;
}

#header p#tel a {
  color: #961001;
  text-decoration: none;
  font-weight: bold;
  vertical-align: middle;
}

#header p#tel a.acms-icon-tel:before {
  content: '';
  display: inline-block;
  margin: 0px 10px 0 0;
  width: 20px;
  height: 25px;
  font-size: 30px;
  position: relative;
  background: url("../images/common/csssprite.png") top left no-repeat;
  background-position: -10px -10px;
}

#header p#open {
  font-size: 88%;
  margin: 4px 0;
}

#header .btnAccess a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url("../images/common/csssprite.png") top left no-repeat;
  background-position: -10px -46px;
  margin-right: 6px;
}

#header .btnContact a:before {
  content: '';
  display: inline-block;
  background: url("../images/common/csssprite.png") top left no-repeat;
  width: 19px;
  height: 12px;
  background-position: -10px -71px;
  margin-right: 6px;
}

@media screen and (max-width: 480px) {
  #header #logo {
    margin: 12px auto 0;
    text-align: center;
    float: none;
  }

  #header .summary p {
    padding: 3px 78px 3px 12px;
  }

  #headerRight {
    float: none;
    padding-left: 0;
    margin-right: 0;
    text-align: center;
  }
}

#naviButton {
  display: none;
}

@media screen and (max-width: 480px) {
  #naviButton {
    display: block;
    border: 1px solid #AAA;
    border-radius: 5px;
    background-color: #F0F0F0;
    padding: 0 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 75%;
  }

  #naviButton:before {
  content: "";
    display: block;
    text-align: center;
    font-family: "acms-admin-fonts";
    font-size: 24px;
    height: 24px;
  }

  #naviButton:hover {
    cursor: pointer;
  }
}

.clear {
  clear: both;
}

p.gotop {
  clear: both;
  text-align: right;
}

.textRight {
  display: block;
  text-align: center;
}

#footer {
  position: relative;
  clear: both;
  background-color: #352515;
}

#footer .container.first {
  border-bottom: 1px solid #000;
  padding: 8px 15px;
}

#footer .container.second {
  border-top: 1px solid #534228;
  padding: 15px;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer ul li {
  display: inline;
  margin: 0 16px 0 0;
  font-size: 88%;
  color: #FFF;
}

#footer address {
  font-style: normal;
  color: #F4EBD7;
}

#footer address strong {
  font-weight: bold;
  color: #000000;
}

#footer p {
  display: block;
  font-size: 88%;
  line-height: normal;
  margin: 0;
}

#footer p.shopName {
  font-size: 125%;
  font-weight: bold;
}

#footer #copyRight {
  position: absolute;
  right: 16px;
  bottom: 20px;
  color: #FFF;
}

#footer a {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #footer #copyRight {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

@media screen and (min-width: 481px) {

  #header,
  #footer {
    min-width: 960px;
  }
}

.subNavi a {
  color: #FFF;
}

.imgright {
  float: right;
  margin-left: 5px;
}

.imgrleft {
  float: left;
  margin-right: 5px;
}

/*フォントカラー*/

.red {
  color: #CC0000;
}

.pink {
  color: #FF0066;
}

/*左メニュー*/

#mainNavi {
  margin-bottom: 30px;
}

#mainNavi a:link {
  color: #663300;
  text-decoration: underline;
}

#mainNavi a:visited {
  color: #333366;
  text-decoration: underline;
}

#mainNavi a:hover {
  color: #996633;
  text-decoration: none;
}

#mainNavi a:active {
  color: #996633;
  text-decoration: none;
}

#mainNavi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}

#mainNavi li {
  margin: 0;
  padding: 0;
  font-size: 88%;
  list-style-type: none;
}

#mainNavi li a {
  display: block;
  margin: 0 0 8px 0;
  padding: 1px 6px;
}

#mainNavi li.mainCategory,
#mainNavi li>span.mainCategory {
  display: block;
  font-weight: bold;
  background-color: #F1EDE4;
  margin-bottom: 10px;
}

#mainNavi li.mainCategory:before,
#mainNavi li>span.mainCategory:before {
  content: '';
  display: block;
  background: url("../images/common/csssprite.png") top left no-repeat;
  width: 11px;
  height: 11px;
  background-position: -10px -93px;
  float: left;
  margin: 6px;
}

#mainNavi li.mainCategory:before {
  margin: 6px;
}

#mainNavi li.mainCategory {
  padding-left: 0;
}

#mainNavi li ul li {
  font-size: 100%;
  padding-left: 10px;
}

#mainNavi li ul li:before {
  content: '';
  background: url("../images/common/csssprite.png") top left no-repeat;
  width: 6px;
  height: 7px;
  background-position: -10px -114px;
  float: left;
  margin: 8px 6px 8px 0;
}

#mainNavi li.mainCategory a:before {
  margin: 12px;
}

#mainNavi p {
  margin: 10px 0px 0px 0px;
}

@media screen and (max-width: 480px) {
  #mainNavi {
    position: absolute;
    top: 60px;
    left: 5%;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 15px 20px;
    display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 1000;
  }

  #mainNavi li {
    display: block;
  }

  #mainNavi ul li span.hide-sp {
    display: none;
  }

  #mainNavi li a {
    display: block;
    padding: 6px;
  }

  #mainNavi li span {
    display: block;
    padding: 6px 0;
  }

  #mainNavi ul li ul li {
    background: none;
    padding-left: 0;
    white-space: nowrap;
    margin-right: 10px;
    display: inline-block;
  }

  #mainNavi li ul li:before {
    margin: 14px 6px 0 9px;
  }

  #mainNavi ul li ul li ul li {
    display: none;
  }
}

/*右コンテンツ*/

ol#topicPath,
p.pankuzu {
  margin: 0 10px 12px;
  padding: 0;
  font-size: 88%;
}

ol#topicPath li {
  list-style-type: none;
  display: inline;
  margin: 0 12px 0 0;
}

.entryColumn {
  margin-top: 20px;
  clear: both;
}

.entryTitle {
  background: url(../images/common/pageTitle.jpg) no-repeat;
  height: 135px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 0;
  padding: 20px 12px 0;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.3;
}

.entryTitle.school {
  background: url(../images/common/school_top.jpg) no-repeat;
  width: 684px;
  height: 260px;
  text-indent: -9999px;
}

#contents h2 {
  background: url(../images/common/h2.png);
  color: #FFFFFF;
  font-size: 138%;
  padding: 2px 8px;
  border-bottom: 2px solid #E1CE9B;
}

#contents h2 a {
  color: #FFF;
}

#contents h3 {
  color: #534228;
  margin-top: 0;
  padding: 2px 8px;
  border-bottom: 3px double #E1CD9B;
}

#contents h3:before {
  content: '';
  display: inline-block;
  background: url("../images/common/csssprite.png") top left no-repeat;
  width: 13px;
  height: 17px;
  background-position: -10px -127px;
  margin-right: 8px;
}


#contentsInner {
  padding: 0px 15px 0 0;
}

p.entryButton {
  margin: 30px;
  text-align: center;
  clear: both;
}

p.entryButton a {
  background-image: -moz-linear-gradient(3% 0% -90deg, rgb(184, 147, 86) 0%, rgb(172, 137, 82) 50%, rgb(142, 112, 72) 50%, rgb(129, 99, 67) 100%);
  background-image: -webkit-gradient(linear, 3% 0%, 3% 105%, color-stop(0, rgb(184, 147, 86)), color-stop(0.5, rgb(172, 137, 82)), color-stop(0.5, rgb(142, 112, 72)), color-stop(1, rgb(129, 99, 67)));
  background-image: -webkit-linear-gradient(-90deg, rgb(184, 147, 86) 0%, rgb(172, 137, 82) 50%, rgb(142, 112, 72) 50%, rgb(129, 99, 67) 100%);
  background-image: -o-linear-gradient(-90deg, rgb(184, 147, 86) 0%, rgb(172, 137, 82) 50%, rgb(142, 112, 72) 50%, rgb(129, 99, 67) 100%);
  background-image: linear-gradient(180deg, rgb(184, 147, 86) 0%, rgb(172, 137, 82) 50%, rgb(142, 112, 72) 50%, rgb(129, 99, 67) 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

p.entryButton a:hover {
  background-image: -moz-linear-gradient(3% 0% -90deg, rgb(255, 255, 255) 0%, rgb(246, 243, 228) 100%);
  background-image: -webkit-gradient(linear, 3% 0%, 3% 105%, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(246, 243, 228)));
  background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(246, 243, 228) 100%);
  background-image: -o-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(246, 243, 228) 100%);
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 243, 228) 100%);
  border: 1px solid #E1CC9B;
  color: #534228;
}

/*リスト表示スタイル*/

ul.Dlist {
  margin-left: 20px;
}

ul.Dlist li {
  margin: 6px 0px;
}

/*▼トップページコンテンツ
------------------------------------------------*/

h1.mainCopy {
  margin: 0 10px 20px;
  line-height: 1.3;
  font-size: 135%;
  color: #790000;
}

/* 新着商品 */


.summaryDefaultEntry {
  margin-bottom: 20px;
  position: relative;
}

#summaryMaker .summaryDefaultEntry:nth-child(3n+1) {
  clear: both;
}

.summaryTopNews .summarNewsEntry p {
  margin: 0;
}

.summaryTopNews p.summaryTitle {
  margin-bottom: 8px;
}

p.summaryTitle a {
  word-break: break-all;
}

.noimage {
  height: 90px;
  display: block;
  text-align: center;
  background-color: #EEE;
  text-indent: -9999px;
  background: url(../images/common/noimage.png) center center no-repeat;
}

.summaryDefaultEntry .photoBox {
  width: 120px;
  height: 90px;
  float: left;
  margin: 20px 20px 20px 0;
}

.summaryTopNews .noimage {
  width: 120px;
  height: 90px;
}

.summaryItem p {
  margin: 0;
}

.onShow {
  background-color: #11863F;
  color: #FFF;
  font-size: 75%;
  padding: 0 4px;
  margin-right: 6px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-animation: blink 3s ease-in-out infinite alternate;
  -moz-animation: blink 3s ease-in-out infinite alternate;
  animation: blink 3s ease-in-out infinite alternate;
}

.acms-pager-container {
  clear: both;
  text-align: center;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 0.2;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes blink {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 0.2;
  }
}

/* 旭堂楽器店からのお知らせ */


#contents .headline ul {
  list-style-type: none;
  padding: 0;
}

#contents .headline ul li {
  margin: 0;
  border-bottom: 1px solid #ddd;
}

#contents .headline ul li a {
  display: block;
  padding: 0 0 6px;
  text-decoration: none;
}

#contents .headline ul li a:hover {
  background-color:#f5f3e6;
}

#contents .headline time {
  margin-right: 20px;
  color: #000;
  vertical-align: middle;
}

#contents .headline .headlineTitle {
  text-decoration: underline;
  vertical-align: middle;
}

#contents .headline .new {
  background-color: #c00;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 4px;
  padding: 0 4px;
}

#contents .headline p {
  font-size: 14px;
}

.eachNews {
  clear: both;
}

.newsImage {
  width: 120px;
  height: 160px;
  float: left;
  margin: 0 10px 20px 0;
  display: inline-block;
}

.summaryTitle {
  margin: 0;
}

/* その他の商品 */


.variationBox {
  padding: 0;
}

.variation {
  display: block;
  padding: 0 0 8px;
  min-height: 20px;
  width: 8em;
}

.itemOther .itemName {
  max-width: 100px;
}

.itemOther table tr {
  border-bottom: 1px solid #EEE;
}

.itemOther table tr:last-child {
  border-bottom: 0;
}

.itemOther table,
.itemOther table th,
.itemOther table td {
  margin: 0;
  border: 0;
  font-size: 100%;
}

.itemOther table td.option {
  width: auto;
  width: 8em !important;
}

.price {
  text-align: right;
  width: 6em;
}

/*ニュース*/

div#topNews {
  clear: both;
  padding: 15px;
}

div#topNews dl {}

div#topNews dl dt {
  float: left;
  width: 85x;
  color: #993333;
  display: block;
  margin: 0px;
  padding: 4px 0px;
}

div#topNews dl dd {
  padding: 4px 0px 4px 85px;
  display: block;
  margin: 0px;
}

div#topNews img {
  margin: 4px 0px;
}

/*取扱いブランド*/

div#topBlogo {
  clear: both;
  padding: 15px;
}

div#topBlogo h3 {
  font-size: 100%;
  color: #663300;
  padding: 5px;
  clear: both;
}

div#topBlogo li {
  width: 120px;
  display: block;
  float: left;
  width: 120px;
  text-align: center;
  font-size: 88%;
  line-height: normal;
  margin-right: 10px;
  padding-bottom: 4px;
}

div#topBlogo li img {
  max-width: 100%;
}

div#topBlogo p img {
  margin-bottom: 2px;
}

/*バナーエリア*/

#bannerSubNavi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#bannerSubNavi ul li {
  margin: 0 0 12px;
}

#bannerSubNavi ul li img {
  width: 100%;
  height: auto;
}

#contents #bannerBusiness,
#contents #bannerSpecialOffer {
  margin: 0;
  padding: 0;
}

#contents #bannerBusiness li,
#contents #bannerSpecialOffer li {
  list-style-type: none;
  font-size: 88%;
  margin: 0 0 12px;
}

#contents #bannerSpecialOffer {
  margin-bottom: 30px;
  padding: 10px;
}

#contents .offerText {
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #8A7655;
}

.redspecial {
  color: #CC0000;
  font-size: 120%;
}

a.redspecial {
  color: #CC0000;
  font-size: 120%;
}

/* テーブル */

table {
  width: 100% !important;
  margin: 20px 0;
}

table th {
  font-weight: normal;
  text-align: left;
  background-color: #E5E2D2;
  font-weight: bold;
}

table th,
table td {
  border: 1px solid #CCC;
  padding: 4px 8px;
  font-size: 88%;
}

table.hallPrice td {
  text-align: center;
}

table.hallPrice td.bgColspan {
  background-color: #EDEBE8;
}

th.width100px {
  min-width: 100px;
}

.table-container {
  margin-right: 10px;
  margin-left: 10px;
}

/* ディ・フロイデ */

table.dieFreudeHistory th {
  white-space: nowrap;
  font-weight: normal;
}

table.dieFreudeHistory th,
table.dieFreudeHistory td {
  padding: 4px 10px;
  vertical-align: top;
}

/* メーカー一覧 */

#contents .maker ul {
  margin: 0;
  padding: 0;
}

#contents .maker ul li {
  margin: 0 0 20px;
  float: left;
  list-style-type: none;
  height: auto;
  font-size: 88%;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 480px) {
  #contents .maker ul li {
    width: 33.3%;
  }

  #contents .maker li.acms-col-sm-4 {
    width: 33.3%;
  }
}

/* 商品表示 */

.itemPhotos {
  position: relative;
}

.itemPhoto {
  min-height: 130px;
}

.itemPhoto img {
  height: auto !important;
}

.itemPhotos p.onShow {
  margin: 0;
}

.itemPhotos img {
  margin-bottom: 20px;
}

.priceTable th {
  text-align: center;
  font-weight: bold;
  background-color: #EEE;
}

.priceTable td.price {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .itemPhoto {
    min-height: 60px;
  }
}

/* 中古ピアノの買取 */

.usedChart {
  text-align: center;
}

.usedChart img {
  vertical-align: bottom;
}

/* 講師一覧 */

.teacherList {
  margin-bottom: 20px;
}

.teacherList .teacherPhoto {
  width: 90px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.teacherList .teacherPhoto.noimage {
  font-size: 88%;
  line-height: 100px;
  text-align: center;
  margin: 0;
}

.teacherList .teacherName {
  margin: 0;
  text-align: center;
}

.teacherBranch {
  font-size: 60%;
  display: block;
}

.entryTeacherPhoto {
  float: left;
  margin: 0 20px 20px 0;
}

/* ディ・フロイデ */

td.concertDate {
  white-space: nowrap;
}

/* アイコンの位置 */
/* 管理画面 */

#adminBox {
  margin-bottom: 0;
}

#contents h2.acms-admin-accordion-title {
  background: none;
  border: none;
}

#contents h2.acms-admin-accordion-title a {
  color: #333;
}

.inputPrice th,
.inputPrice td {
  padding: 10px;
  border: 1px solid #CCC !important;
}

.inputPrice th {
  text-align: center;
}

.inputPrice input[type="text"] {
  width: 100%;
}

.teacherBranch label {
  margin-right: 20px;
}

/* ------------------------------
　　スライダー
------------------------------ */

#contents .js-slider {
  list-style-type: none;
  margin: 0 0 24px;
  padding: 0 10px;
  max-height: 300px;
  overflow: hidden;
}

#contents .js-slider  li {
  margin: 0 !important;
  padding: 0 0 15px !important;
}

.js-bxslider {
  margin: 0;
  padding: 0;
  height: 300px;
  overflow: hidden;
}

.bx-wrapper {
  margin: 0 0 20px !important;
  padding: 0 10px !important;
  max-height: 298px;
  overflow: hidden;
}

.bx-wrapper li {
  margin: 0 !important;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 0 !important;
  z-index: 100;
}

.bx-wrapper .bx-prev {
  left: 20px !important;
}

.bx-wrapper .bx-next {
  right: 20px !important;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px -32px !important;
}

.bx-wrapper .bx-prev:hover {

  background-position: 0 -32px !important;
}

#topImage {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

#topImage h1 {
  position: absolute;
  z-index: 100;
  margin: 0;
  padding: 10px 20px;
  line-height: 1.2;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 175%;
}

@media screen and (max-width: 480px) {
  #topImage h1 {
    line-height: 1.4;
    font-size: 138%;
  }

  #topImage h1 br {
    display: none;
  }
}

/* ------------------------------
　　お問い合わせ
------------------------------ */

.contactBox p.message {
  margin: 0 0 35px 0;
  padding: 0 10px;
  font-weight: bold;
  color: #c41134;
}

.contactBox p.contactNo {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.contactBox p.contactNo a {
  color: inherit;
}

p.errorText {
  margin: 5px 0 0 0;
  color: #c41134;
}

.contactForm {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.contactForm tr {
  background: #FFF;
}

.contactForm th,
.contactForm td {
  padding: 15px;
}

@media screen and (min-width: 480px) {

  .contactForm th,
  .contactForm td {
    display: table-cell;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .contactForm th {
    width: 200px;
  }
}

.contactBox .mailStep {
  margin: 0 10px 35px 10px;
  padding: 0 10px;
  counter-reset: mailStep;
}

.contactBox .mailStepItem {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 4px solid transparent;
}

.contactBox .mailStepItem:before {
  counter-increment: mailStep;
  content: counter(mailStep) ".";
}

.contactBox .mailStepItemCurrent {
  color: #333;
  border-bottom: 4px solid #333333;
}

@media screen and (min-width: 768px) {
  .contactBox .mailStep {
    height: 60px;
  }
}

.formBtnBox {
  margin: 0 10px 50px 10px;
  text-align: center;
}

.formBtn {
  display: inline-block;
  margin: 0 20px;
}

.formBtnReturn {
  float: left;
}

.formBtnSend {
  float: right;
}

@media screen and (min-width: 768px) {
  .formBtnReturn {
    float: none;
  }

  .formBtnSend {
    float: none;
    max-width: 360px;
  }
}

.labelRequired {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 12px;
  border-radius: 3px;
  background: #c41134;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .labelRequired {
    float: right;
  }
}

.acms-form-radio {
  margin-right: 20px;
}

#address {
  margin-top: 10px;
}

/* レイアウト調整 */

.nowrap {
  white-space: nowrap;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

[class*=column-file-] {
  margin: 20px;
  width: initial !important;
}

[class*=column-file-] img {
  float: left;
}

[class*=column-file-] p.caption {
  font-size: 88%;
  margin: 0;
  text-align: left;
  line-height: 64px;
}

.column-eximage-left,
.column-image-left,
.column-media-left {
  padding-right: 15px;
}

[class*=column-file-]:after {
  content: '';
  display: block;
  clear: both;
}

p.attention {
  border: 3px solid #C00;
  padding: 20px;
  background-color: #FEE;
}

/* ソーシャルボタン */

.socialButton {
  clear: both;
  margin: 0 0 30px;
  text-align: center
    /* Twitter */
    /* Google +1 */
    /* Pocket */
}

.socialButton div {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top !important;
}

.socialButton li {
  display: inline-block;
  margin: 0 0 20px 0;
  vertical-align: top;
  background-image: none;
}

.socialButton li #twitter-widget-0 {
  width: 68px !important;
  margin-right: 10px;
}

.socialButton li #___plusone_0 {
  width: 66px !important;
}

.socialButton li .pocket-btn iframe {
  width: 98px !important;
}