@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.textEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resizeIn {
  position: relative;
}
.resizeIn_image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
}
.resizeOut_image {
  display: none;
}
.reset-form {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.anime-hover-opacity {
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.anime-hover-opacity:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #454545;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: "DM Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-feature-settings: "palt" 1;
}
* {
  word-break: break-all;
  box-sizing: border-box;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #555;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:active {
  color: #333;
  text-decoration: none;
}
@media (max-width: 999px) {
  a:hover {
    text-decoration: none;
  }
}
@media (min-width: 1000px) {
  a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a * {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
a:hover img {
  opacity: 0.60;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -moz-opacity: 0.60;
}
.cmn-sectionTitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media (max-width: 999px) {
  .cmn-sectionTitle {
    font-size: 1.6rem;
  }
}
.cmn-tab_col3 ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn-tab_col3 ul li {
  width: 32%;
  margin-bottom: 10px;
}
.cmn-tab_col3 ul li a {
  display: block;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  border: #ccc 1px solid;
  height: 24px;
  line-height: 22px;
  font-weight: bold;
}
.cmn-tab_col3 ul li a.is-current {
  background-color: #333;
  color: #fff;
}
.cmn-tab_col3 ul li a:hover {
  background-color: #333;
  color: #fff;
}
#pageTop {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background: #253446;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop:hover {
  background: #888;
}
.secondSectionTitle {
  position: relative;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
}
.featurePermanent {
  text-align: center;
  margin-bottom: 20px;
}
.featurePermanent ul {
  margin: 0 0 8%;
}
.featurePermanent ul li {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.featurePermanent ul li a {
  display: table;
  border-bottom: 1px dotted #ccc;
  padding: 3% 0;
}
.featurePermanent ul li a img {
  display: table-cell;
  width: 85px;
  padding: 0 10% 0 0;
}
.featurePermanent ul li a img.ico_title {
  width: auto;
  height: 17px;
  margin-top: 5px;
}
.featurePermanent ul li a:hover img.ico_title {
  opacity: 1;
}
.featurePermanent ul li a p {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #333;
  font-size: 1.2em;
  text-align: left;
}
.featurePermanent ul li a p span {
  font-weight: bold;
  font-size: 1.3em;
  display: inline-block;
}
.featurePermanent ul li a i {
  display: table-cell;
  vertical-align: middle;
  padding: 4% 0 4% 4%;
  font-size: 15px;
  color: #ccc;
}
.featurePermanent ul li a:hover {
  text-decoration: none;
}
.featurePermanent ul li a.linkText {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 12px;
  padding: 0;
  margin-bottom: 40px;
}
.featurePermanent ul li a.linkText:after {
  content: "\f138";
  font-family: FontAwesome;
  margin-left: 10px;
}
.featurePermanent ul li:last-of-type a {
  border: none;
}
.mainContent__right300__sns .circle {
  width: 250px;
  margin: 20px auto;
}
.mainContent__right300__sns .circle:after {
  content: "";
  display: table;
  clear: both;
}
.mainContent__right300__sns .circle a {
  display: block;
  width: 33px;
  height: 33px;
  line-height: 14px;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.mainContent__right300__sns .circle a:last-child {
  margin-right: 0;
}
.mainContent__right300__sns .circle a img {
  margin: -2px 0px 0 -1px;
}
.mainContent__right300__sns .circle a:hover {
  background: #ddd;
}
.christmasearchForm_contnk {
  display: block;
  width: 130px;
  height: 130px;
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 99;
}
@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.christmasLink {
  animation: horizontal 1s ease-in-out infinite alternate;
}
.christmasLink img {
  animation: vertical 1.3s ease-in-out infinite alternate;
}
.listOtherLink::before {
  content: "";
  display: block;
  height: 1px;
  background: #e1e1e1;
  border-bottom: 1px solid #fff;
  margin: 40px 0 0;
}
.listOtherLink_title {
  padding: 20px;
  font-size: 1.6em;
  text-align: center;
}
.listOtherLink_title.relation {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
}
ul.listOtherLink_list:after {
  content: "";
  display: table;
  clear: both;
}
ul.listOtherLink_list > li {
  width: 32%;
  margin: 0 0 10px 2%;
  background: #ffe5e5;
  border-radius: 3px;
  float: left;
}
ul.listOtherLink_list > li > a {
  display: block;
  width: 100%;
  font-size: 1.2em;
  padding: 20px;
  text-align: center;
  background: #ffe5e5;
  border-radius: 3px;
}
ul.listOtherLink_list > li:nth-child(3n+1) {
  margin: 0 0 10px;
}
.mainContent {
  position: relative;
}
@media (min-width: 1140px) {
  .mainContent {
    margin-top: 0;
  }
}
.baseContent,
.row {
  width: 100%;
}
.largeContent {
  width: 100%;
}
.innerContent {
  width: 94%;
  margin: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-1,
.col-2,
.col-3,
.col-4 {
  width: 94%;
  margin: 0 3% 6%;
}
@media (max-width: 999px) {
  .col-1.is-sm-col2,
  .col-2.is-sm-col2,
  .col-3.is-sm-col2,
  .col-4.is-sm-col2 {
    width: 45.5%;
    margin: 0 3% 6%;
  }
  .col-1.is-sm-col2:nth-child(2n+1),
  .col-2.is-sm-col2:nth-child(2n+1),
  .col-3.is-sm-col2:nth-child(2n+1),
  .col-4.is-sm-col2:nth-child(2n+1) {
    margin: 0 0 6% 3%;
  }
}
@media (max-width: 999px) {
  .col-1.is-sm-col3,
  .col-2.is-sm-col3,
  .col-3.is-sm-col3,
  .col-4.is-sm-col3 {
    width: 29.33%;
    margin: 0 2% 6%;
  }
}
.innerContent {
  width: 94%;
  margin: auto;
}
.innerContent .row .col-1,
.innerContent .row .col-2,
.innerContent .row .col-3,
.innerContent .row .col-4 {
  margin: 0 auto 6%;
}
@media (max-width: 999px) {
  .innerContent .row .col-1.is-sm-col2,
  .innerContent .row .col-2.is-sm-col2,
  .innerContent .row .col-3.is-sm-col2,
  .innerContent .row .col-4.is-sm-col2 {
    width: 48.5%;
    margin: 0 0 6% 3%;
  }
  .innerContent .row .col-1.is-sm-col2:nth-child(2n+1),
  .innerContent .row .col-2.is-sm-col2:nth-child(2n+1),
  .innerContent .row .col-3.is-sm-col2:nth-child(2n+1),
  .innerContent .row .col-4.is-sm-col2:nth-child(2n+1) {
    margin: 0 0 6% 0;
  }
}
@media (min-width: 1000px) {
  .col-4 {
    width: 44%;
  }
  .innerContent .row .col-4 {
    width: 48.5%;
    margin: 0 0 6% 3%;
  }
  .innerContent .row .col-4:nth-of-type(2n+1) {
    margin: 0 0 6%;
  }
}
@media (min-width: 1000px) {
  .baseContent,
  .row {
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .baseContent:after,
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .largeContent {
    width: 1048px;
    max-width: 1048px;
    margin: 0 auto;
  }
  .largeContent:after {
    content: "";
    display: table;
    clear: both;
  }
  .innerContent {
    width: 960px;
    max-width: 960px;
  }
  .row.is-center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .col-1,
  .col-2,
  .col-4 {
    width: 100%;
    margin: 0 20px 40px;
  }
  .col-2 {
    width: 460px;
  }
  .col-3 {
    width: 267px;
    margin: 0 0 40px 40px;
  }
  .col-3:nth-of-type(3n+1) {
    margin: 0 0 40px 20px;
  }
  .col-4 {
    width: 210px;
  }
  .innerContent .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .innerContent .row .col-1,
  .innerContent .row .col-2,
  .innerContent .row .col-3,
  .innerContent .row .col-4 {
    margin: 0 20px 40px;
  }
  .innerContent .row .col-4 {
    width: 210px;
    margin: 0 20px 40px;
  }
  .innerContent .row .col-4:nth-of-type(2n+1) {
    margin: 0 20px 40px;
  }
}
.bgGray {
  background: #F8F8F8;
}
.bgWhite {
  background: #fff !important;
}
.sectionTitle {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  padding: 20px 0;
  letter-spacing: 0.2em;
}
@media (min-width: 1000px) {
  .sectionTitle {
    font-size: 2.4rem;
  }
}
.sectionTitle_count {
  display: inline-block;
  margin: 0 6px 0 10px;
}
.sectionTitle_unit {
  font-size: 1.4rem;
}
.sectionTitle02 {
  font-size: 1.6rem;
  padding: 20px 0;
}
.sectionTitle03 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.btn-right {
  text-align: center;
}
.btn-right a {
  display: inline-block;
  background: #feb8bd;
  border-bottom: 2px solid #fe8f8f;
  padding: 15px;
  min-width: 240px;
  margin: 4% 0;
  border-radius: 3px;
  text-align: center;
  color: #333;
  box-shadow: 0px 2px 2px #ccc;
}
.btn-right a::after {
  content: "\f138";
  font-family: FontAwesome;
  font-size: 1.4rem;
  margin-left: 8px;
}
.btn-right a:hover {
  border-bottom: 2px solid #feb8bd;
  box-shadow: none;
  text-decoration: none;
}
.btn-link-right {
  text-align: center;
}
.btn-link-right a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 0 16px;
  padding: 10px 15px;
  padding-right: 40px;
  text-align: center;
  border-radius: 3px;
  background: #66728c;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.btn-link-right a::after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0,-50%);
}
.btn-link-right a:hover {
  opacity: .6;
}
.btn-sign > a {
  display: block;
  padding: 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 3px 3px #bbb;
  background: #253446;
  border-bottom: 2px solid #253446;
  color: #fff;
}
.btn-sign a:hover {
  border-bottom: 2px solid #253446;
  box-shadow: none;
  text-decoration: none;
}
.btn-login > a {
  display: block;
  padding: 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 3px 3px #bbb;
  background: #253446;
  border-bottom: 2px solid #253446;
  color: #fff;
}
.btn-login a:hover {
  border-bottom: 2px solid #253446;
  box-shadow: none;
  text-decoration: none;
}
.snsBox {
  clear: both;
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin: 30px 0;
  text-align: center;
  background-color: #fff;
}
.snsBox_title {
  font-size: 1.6em;
}
ul.snsBtn li {
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 0 0;
  line-height: 1;
}
.english {
  font-family: 'Lato', sans-serif;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clear {
  clear: both;
}
.color-point {
  color: #253446;
}
.color-gray {
  color: #888;
}
.textalign-left {
  text-align: left;
}
.textalign-center {
  text-align: center;
}
.textalign-right {
  text-align: right;
}
.font-10 {
  font-size: 1.0rem;
}
.font-11 {
  font-size: 1.1rem;
}
.font-12 {
  font-size: 1.2rem;
}
.font-14 {
  font-size: 1.4rem;
}
.font-18 {
  font-size: 1.8rem;
}
.font-20 {
  font-size: 2.0rem;
}
.font-28 {
  font-size: 2.8rem;
}
.image-full {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.image-resizeOut {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
}
.image-objectFit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
}
.bnrImage {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 415px) {
  .bnrImage {
    max-width: 340px;
  }
}
.side-auto {
  margin-left: auto;
  margin-right: auto;
}
.mgT-baseSpace {
  margin-top: 40px !important;
}
.mgB-baseSpace {
  margin-bottom: 40px !important;
}
.pdT-baseSpace {
  padding-top: 40px !important;
}
.pdB-baseSpace {
  padding-bottom: 40px !important;
}
@media (max-width: 999px) {
  .mgT-baseSpace {
    margin-top: 20px !important;
  }
  .mgB-baseSpace {
    margin-bottom: 20px !important;
  }
  .pdT-baseSpace {
    padding-top: 20px !important;
  }
  .pdB-baseSpace {
    padding-bottom: 20px !important;
  }
}
.mgT-0 {
  margin-top: 0 !important;
}
.mgR-0 {
  margin-right: 0 !important;
}
.mgB-0 {
  margin-bottom: 0 !important;
}
.mgL-0 {
  margin-left: 0 !important;
}
.pdT-0 {
  padding-top: 0 !important;
}
.pdR-0 {
  padding-right: 0 !important;
}
.pdB-0 {
  padding-bottom: 0 !important;
}
.pdL-0 {
  padding-left: 0 !important;
}
.mgT-5 {
  margin-top: 5px !important;
}
.mgR-5 {
  margin-right: 5px !important;
}
.mgB-5 {
  margin-bottom: 5px !important;
}
.mgL-5 {
  margin-left: 5px !important;
}
.pdT-5 {
  padding-top: 5px !important;
}
.pdR-5 {
  padding-right: 5px !important;
}
.pdB-5 {
  padding-bottom: 5px !important;
}
.pdL-5 {
  padding-left: 5px !important;
}
.mgT-10 {
  margin-top: 10px !important;
}
.mgR-10 {
  margin-right: 10px !important;
}
.mgB-10 {
  margin-bottom: 10px !important;
}
.mgL-10 {
  margin-left: 10px !important;
}
.pdT-10 {
  padding-top: 10px !important;
}
.pdR-10 {
  padding-right: 10px !important;
}
.pdB-10 {
  padding-bottom: 10px !important;
}
.pdL-10 {
  padding-left: 10px !important;
}
.mgT-15 {
  margin-top: 15px !important;
}
.mgR-15 {
  margin-right: 15px !important;
}
.mgB-15 {
  margin-bottom: 15px !important;
}
.mgL-15 {
  margin-left: 15px !important;
}
.pdT-15 {
  padding-top: 15px !important;
}
.pdR-15 {
  padding-right: 15px !important;
}
.pdB-15 {
  padding-bottom: 15px !important;
}
.pdL-15 {
  padding-left: 15px !important;
}
.mgT-20 {
  margin-top: 20px !important;
}
.mgR-20 {
  margin-right: 20px !important;
}
.mgB-20 {
  margin-bottom: 20px !important;
}
.mgL-20 {
  margin-left: 20px !important;
}
.pdT-20 {
  padding-top: 20px !important;
}
.pdR-20 {
  padding-right: 20px !important;
}
.pdB-20 {
  padding-bottom: 20px !important;
}
.pdL-20 {
  padding-left: 20px !important;
}
.mgT-25 {
  margin-top: 25px !important;
}
.mgR-25 {
  margin-right: 25px !important;
}
.mgB-25 {
  margin-bottom: 25px !important;
}
.mgL-25 {
  margin-left: 25px !important;
}
.pdT-25 {
  padding-top: 25px !important;
}
.pdR-25 {
  padding-right: 25px !important;
}
.pdB-25 {
  padding-bottom: 25px !important;
}
.pdL-25 {
  padding-left: 25px !important;
}
.mgT-30 {
  margin-top: 30px !important;
}
.mgR-30 {
  margin-right: 30px !important;
}
.mgB-30 {
  margin-bottom: 30px !important;
}
.mgL-30 {
  margin-left: 30px !important;
}
.pdT-30 {
  padding-top: 30px !important;
}
.pdR-30 {
  padding-right: 30px !important;
}
.pdB-30 {
  padding-bottom: 30px !important;
}
.pdL-30 {
  padding-left: 30px !important;
}
.mgT-35 {
  margin-top: 35px !important;
}
.mgR-35 {
  margin-right: 35px !important;
}
.mgB-35 {
  margin-bottom: 35px !important;
}
.mgL-35 {
  margin-left: 35px !important;
}
.pdT-35 {
  padding-top: 35px !important;
}
.pdR-35 {
  padding-right: 35px !important;
}
.pdB-35 {
  padding-bottom: 35px !important;
}
.pdL-35 {
  padding-left: 35px !important;
}
.mgT-40 {
  margin-top: 40px !important;
}
.mgR-40 {
  margin-right: 40px !important;
}
.mgB-40 {
  margin-bottom: 40px !important;
}
.mgL-40 {
  margin-left: 40px !important;
}
.pdT-40 {
  padding-top: 40px !important;
}
.pdR-40 {
  padding-right: 40px !important;
}
.pdB-40 {
  padding-bottom: 40px !important;
}
.pdL-40 {
  padding-left: 40px !important;
}
.mgT-45 {
  margin-top: 45px !important;
}
.mgR-45 {
  margin-right: 45px !important;
}
.mgB-45 {
  margin-bottom: 45px !important;
}
.mgL-45 {
  margin-left: 45px !important;
}
.pdT-45 {
  padding-top: 45px !important;
}
.pdR-45 {
  padding-right: 45px !important;
}
.pdB-45 {
  padding-bottom: 45px !important;
}
.pdL-45 {
  padding-left: 45px !important;
}
.mgT-50 {
  margin-top: 50px !important;
}
.mgR-50 {
  margin-right: 50px !important;
}
.mgB-50 {
  margin-bottom: 50px !important;
}
.mgL-50 {
  margin-left: 50px !important;
}
.pdT-50 {
  padding-top: 50px !important;
}
.pdR-50 {
  padding-right: 50px !important;
}
.pdB-50 {
  padding-bottom: 50px !important;
}
.pdL-50 {
  padding-left: 50px !important;
}
.mgT-55 {
  margin-top: 55px !important;
}
.mgR-55 {
  margin-right: 55px !important;
}
.mgB-55 {
  margin-bottom: 55px !important;
}
.mgL-55 {
  margin-left: 55px !important;
}
.pdT-55 {
  padding-top: 55px !important;
}
.pdR-55 {
  padding-right: 55px !important;
}
.pdB-55 {
  padding-bottom: 55px !important;
}
.pdL-55 {
  padding-left: 55px !important;
}
.mgT-60 {
  margin-top: 60px !important;
}
.mgR-60 {
  margin-right: 60px !important;
}
.mgB-60 {
  margin-bottom: 60px !important;
}
.mgL-60 {
  margin-left: 60px !important;
}
.pdT-60 {
  padding-top: 60px !important;
}
.pdR-60 {
  padding-right: 60px !important;
}
.pdB-60 {
  padding-bottom: 60px !important;
}
.pdL-60 {
  padding-left: 60px !important;
}
.mgT-65 {
  margin-top: 65px !important;
}
.mgR-65 {
  margin-right: 65px !important;
}
.mgB-65 {
  margin-bottom: 65px !important;
}
.mgL-65 {
  margin-left: 65px !important;
}
.pdT-65 {
  padding-top: 65px !important;
}
.pdR-65 {
  padding-right: 65px !important;
}
.pdB-65 {
  padding-bottom: 65px !important;
}
.pdL-65 {
  padding-left: 65px !important;
}
.mgT-70 {
  margin-top: 70px !important;
}
.mgR-70 {
  margin-right: 70px !important;
}
.mgB-70 {
  margin-bottom: 70px !important;
}
.mgL-70 {
  margin-left: 70px !important;
}
.pdT-70 {
  padding-top: 70px !important;
}
.pdR-70 {
  padding-right: 70px !important;
}
.pdB-70 {
  padding-bottom: 70px !important;
}
.pdL-70 {
  padding-left: 70px !important;
}
.mgT-75 {
  margin-top: 75px !important;
}
.mgR-75 {
  margin-right: 75px !important;
}
.mgB-75 {
  margin-bottom: 75px !important;
}
.mgL-75 {
  margin-left: 75px !important;
}
.pdT-75 {
  padding-top: 75px !important;
}
.pdR-75 {
  padding-right: 75px !important;
}
.pdB-75 {
  padding-bottom: 75px !important;
}
.pdL-75 {
  padding-left: 75px !important;
}
.mgT-80 {
  margin-top: 80px !important;
}
.mgR-80 {
  margin-right: 80px !important;
}
.mgB-80 {
  margin-bottom: 80px !important;
}
.mgL-80 {
  margin-left: 80px !important;
}
.pdT-80 {
  padding-top: 80px !important;
}
.pdR-80 {
  padding-right: 80px !important;
}
.pdB-80 {
  padding-bottom: 80px !important;
}
.pdL-80 {
  padding-left: 80px !important;
}
.mgT-85 {
  margin-top: 85px !important;
}
.mgR-85 {
  margin-right: 85px !important;
}
.mgB-85 {
  margin-bottom: 85px !important;
}
.mgL-85 {
  margin-left: 85px !important;
}
.pdT-85 {
  padding-top: 85px !important;
}
.pdR-85 {
  padding-right: 85px !important;
}
.pdB-85 {
  padding-bottom: 85px !important;
}
.pdL-85 {
  padding-left: 85px !important;
}
.mgT-90 {
  margin-top: 90px !important;
}
.mgR-90 {
  margin-right: 90px !important;
}
.mgB-90 {
  margin-bottom: 90px !important;
}
.mgL-90 {
  margin-left: 90px !important;
}
.pdT-90 {
  padding-top: 90px !important;
}
.pdR-90 {
  padding-right: 90px !important;
}
.pdB-90 {
  padding-bottom: 90px !important;
}
.pdL-90 {
  padding-left: 90px !important;
}
.mgT-95 {
  margin-top: 95px !important;
}
.mgR-95 {
  margin-right: 95px !important;
}
.mgB-95 {
  margin-bottom: 95px !important;
}
.mgL-95 {
  margin-left: 95px !important;
}
.pdT-95 {
  padding-top: 95px !important;
}
.pdR-95 {
  padding-right: 95px !important;
}
.pdB-95 {
  padding-bottom: 95px !important;
}
.pdL-95 {
  padding-left: 95px !important;
}
.mgT-100 {
  margin-top: 100px !important;
}
.mgR-100 {
  margin-right: 100px !important;
}
.mgB-100 {
  margin-bottom: 100px !important;
}
.mgL-100 {
  margin-left: 100px !important;
}
.pdT-100 {
  padding-top: 100px !important;
}
.pdR-100 {
  padding-right: 100px !important;
}
.pdB-100 {
  padding-bottom: 100px !important;
}
.pdL-100 {
  padding-left: 100px !important;
}
.mgT-105 {
  margin-top: 105px !important;
}
.mgR-105 {
  margin-right: 105px !important;
}
.mgB-105 {
  margin-bottom: 105px !important;
}
.mgL-105 {
  margin-left: 105px !important;
}
.pdT-105 {
  padding-top: 105px !important;
}
.pdR-105 {
  padding-right: 105px !important;
}
.pdB-105 {
  padding-bottom: 105px !important;
}
.pdL-105 {
  padding-left: 105px !important;
}
.mgT-110 {
  margin-top: 110px !important;
}
.mgR-110 {
  margin-right: 110px !important;
}
.mgB-110 {
  margin-bottom: 110px !important;
}
.mgL-110 {
  margin-left: 110px !important;
}
.pdT-110 {
  padding-top: 110px !important;
}
.pdR-110 {
  padding-right: 110px !important;
}
.pdB-110 {
  padding-bottom: 110px !important;
}
.pdL-110 {
  padding-left: 110px !important;
}
.mgT-115 {
  margin-top: 115px !important;
}
.mgR-115 {
  margin-right: 115px !important;
}
.mgB-115 {
  margin-bottom: 115px !important;
}
.mgL-115 {
  margin-left: 115px !important;
}
.pdT-115 {
  padding-top: 115px !important;
}
.pdR-115 {
  padding-right: 115px !important;
}
.pdB-115 {
  padding-bottom: 115px !important;
}
.pdL-115 {
  padding-left: 115px !important;
}
.mgT-120 {
  margin-top: 120px !important;
}
.mgR-120 {
  margin-right: 120px !important;
}
.mgB-120 {
  margin-bottom: 120px !important;
}
.mgL-120 {
  margin-left: 120px !important;
}
.pdT-120 {
  padding-top: 120px !important;
}
.pdR-120 {
  padding-right: 120px !important;
}
.pdB-120 {
  padding-bottom: 120px !important;
}
.pdL-120 {
  padding-left: 120px !important;
}
.mgT-125 {
  margin-top: 125px !important;
}
.mgR-125 {
  margin-right: 125px !important;
}
.mgB-125 {
  margin-bottom: 125px !important;
}
.mgL-125 {
  margin-left: 125px !important;
}
.pdT-125 {
  padding-top: 125px !important;
}
.pdR-125 {
  padding-right: 125px !important;
}
.pdB-125 {
  padding-bottom: 125px !important;
}
.pdL-125 {
  padding-left: 125px !important;
}
.mgT-130 {
  margin-top: 130px !important;
}
.mgR-130 {
  margin-right: 130px !important;
}
.mgB-130 {
  margin-bottom: 130px !important;
}
.mgL-130 {
  margin-left: 130px !important;
}
.pdT-130 {
  padding-top: 130px !important;
}
.pdR-130 {
  padding-right: 130px !important;
}
.pdB-130 {
  padding-bottom: 130px !important;
}
.pdL-130 {
  padding-left: 130px !important;
}
.mgT-135 {
  margin-top: 135px !important;
}
.mgR-135 {
  margin-right: 135px !important;
}
.mgB-135 {
  margin-bottom: 135px !important;
}
.mgL-135 {
  margin-left: 135px !important;
}
.pdT-135 {
  padding-top: 135px !important;
}
.pdR-135 {
  padding-right: 135px !important;
}
.pdB-135 {
  padding-bottom: 135px !important;
}
.pdL-135 {
  padding-left: 135px !important;
}
.mgT-140 {
  margin-top: 140px !important;
}
.mgR-140 {
  margin-right: 140px !important;
}
.mgB-140 {
  margin-bottom: 140px !important;
}
.mgL-140 {
  margin-left: 140px !important;
}
.pdT-140 {
  padding-top: 140px !important;
}
.pdR-140 {
  padding-right: 140px !important;
}
.pdB-140 {
  padding-bottom: 140px !important;
}
.pdL-140 {
  padding-left: 140px !important;
}
.mgT-145 {
  margin-top: 145px !important;
}
.mgR-145 {
  margin-right: 145px !important;
}
.mgB-145 {
  margin-bottom: 145px !important;
}
.mgL-145 {
  margin-left: 145px !important;
}
.pdT-145 {
  padding-top: 145px !important;
}
.pdR-145 {
  padding-right: 145px !important;
}
.pdB-145 {
  padding-bottom: 145px !important;
}
.pdL-145 {
  padding-left: 145px !important;
}
.mgT-150 {
  margin-top: 150px !important;
}
.mgR-150 {
  margin-right: 150px !important;
}
.mgB-150 {
  margin-bottom: 150px !important;
}
.mgL-150 {
  margin-left: 150px !important;
}
.pdT-150 {
  padding-top: 150px !important;
}
.pdR-150 {
  padding-right: 150px !important;
}
.pdB-150 {
  padding-bottom: 150px !important;
}
.pdL-150 {
  padding-left: 150px !important;
}
.mgT-1per {
  margin-top: 1% !important;
}
.mgR-1per {
  margin-right: 1% !important;
}
.mgB-1per {
  margin-bottom: 1% !important;
}
.mgL-1per {
  margin-left: 1% !important;
}
.pdT-1per {
  padding-top: 1% !important;
}
.pdR-1per {
  padding-right: 1% !important;
}
.pdB-1per {
  padding-bottom: 1% !important;
}
.pdL-1per {
  padding-left: 1% !important;
}
.mgT-2per {
  margin-top: 2% !important;
}
.mgR-2per {
  margin-right: 2% !important;
}
.mgB-2per {
  margin-bottom: 2% !important;
}
.mgL-2per {
  margin-left: 2% !important;
}
.pdT-2per {
  padding-top: 2% !important;
}
.pdR-2per {
  padding-right: 2% !important;
}
.pdB-2per {
  padding-bottom: 2% !important;
}
.pdL-2per {
  padding-left: 2% !important;
}
.mgT-3per {
  margin-top: 3% !important;
}
.mgR-3per {
  margin-right: 3% !important;
}
.mgB-3per {
  margin-bottom: 3% !important;
}
.mgL-3per {
  margin-left: 3% !important;
}
.pdT-3per {
  padding-top: 3% !important;
}
.pdR-3per {
  padding-right: 3% !important;
}
.pdB-3per {
  padding-bottom: 3% !important;
}
.pdL-3per {
  padding-left: 3% !important;
}
.mgT-4per {
  margin-top: 4% !important;
}
.mgR-4per {
  margin-right: 4% !important;
}
.mgB-4per {
  margin-bottom: 4% !important;
}
.mgL-4per {
  margin-left: 4% !important;
}
.pdT-4per {
  padding-top: 4% !important;
}
.pdR-4per {
  padding-right: 4% !important;
}
.pdB-4per {
  padding-bottom: 4% !important;
}
.pdL-4per {
  padding-left: 4% !important;
}
.mgT-5per {
  margin-top: 5% !important;
}
.mgR-5per {
  margin-right: 5% !important;
}
.mgB-5per {
  margin-bottom: 5% !important;
}
.mgL-5per {
  margin-left: 5% !important;
}
.pdT-5per {
  padding-top: 5% !important;
}
.pdR-5per {
  padding-right: 5% !important;
}
.pdB-5per {
  padding-bottom: 5% !important;
}
.pdL-5per {
  padding-left: 5% !important;
}
.mgT-6per {
  margin-top: 6% !important;
}
.mgR-6per {
  margin-right: 6% !important;
}
.mgB-6per {
  margin-bottom: 6% !important;
}
.mgL-6per {
  margin-left: 6% !important;
}
.pdT-6per {
  padding-top: 6% !important;
}
.pdR-6per {
  padding-right: 6% !important;
}
.pdB-6per {
  padding-bottom: 6% !important;
}
.pdL-6per {
  padding-left: 6% !important;
}
.mgT-7per {
  margin-top: 7% !important;
}
.mgR-7per {
  margin-right: 7% !important;
}
.mgB-7per {
  margin-bottom: 7% !important;
}
.mgL-7per {
  margin-left: 7% !important;
}
.pdT-7per {
  padding-top: 7% !important;
}
.pdR-7per {
  padding-right: 7% !important;
}
.pdB-7per {
  padding-bottom: 7% !important;
}
.pdL-7per {
  padding-left: 7% !important;
}
.mgT-8per {
  margin-top: 8% !important;
}
.mgR-8per {
  margin-right: 8% !important;
}
.mgB-8per {
  margin-bottom: 8% !important;
}
.mgL-8per {
  margin-left: 8% !important;
}
.pdT-8per {
  padding-top: 8% !important;
}
.pdR-8per {
  padding-right: 8% !important;
}
.pdB-8per {
  padding-bottom: 8% !important;
}
.pdL-8per {
  padding-left: 8% !important;
}
.mgT-9per {
  margin-top: 9% !important;
}
.mgR-9per {
  margin-right: 9% !important;
}
.mgB-9per {
  margin-bottom: 9% !important;
}
.mgL-9per {
  margin-left: 9% !important;
}
.pdT-9per {
  padding-top: 9% !important;
}
.pdR-9per {
  padding-right: 9% !important;
}
.pdB-9per {
  padding-bottom: 9% !important;
}
.pdL-9per {
  padding-left: 9% !important;
}
.mgT-10per {
  margin-top: 10% !important;
}
.mgR-10per {
  margin-right: 10% !important;
}
.mgB-10per {
  margin-bottom: 10% !important;
}
.mgL-10per {
  margin-left: 10% !important;
}
.pdT-10per {
  padding-top: 10% !important;
}
.pdR-10per {
  padding-right: 10% !important;
}
.pdB-10per {
  padding-bottom: 10% !important;
}
.pdL-10per {
  padding-left: 10% !important;
}
.mgT-11per {
  margin-top: 11% !important;
}
.mgR-11per {
  margin-right: 11% !important;
}
.mgB-11per {
  margin-bottom: 11% !important;
}
.mgL-11per {
  margin-left: 11% !important;
}
.pdT-11per {
  padding-top: 11% !important;
}
.pdR-11per {
  padding-right: 11% !important;
}
.pdB-11per {
  padding-bottom: 11% !important;
}
.pdL-11per {
  padding-left: 11% !important;
}
.mgT-12per {
  margin-top: 12% !important;
}
.mgR-12per {
  margin-right: 12% !important;
}
.mgB-12per {
  margin-bottom: 12% !important;
}
.mgL-12per {
  margin-left: 12% !important;
}
.pdT-12per {
  padding-top: 12% !important;
}
.pdR-12per {
  padding-right: 12% !important;
}
.pdB-12per {
  padding-bottom: 12% !important;
}
.pdL-12per {
  padding-left: 12% !important;
}
.mgT-13per {
  margin-top: 13% !important;
}
.mgR-13per {
  margin-right: 13% !important;
}
.mgB-13per {
  margin-bottom: 13% !important;
}
.mgL-13per {
  margin-left: 13% !important;
}
.pdT-13per {
  padding-top: 13% !important;
}
.pdR-13per {
  padding-right: 13% !important;
}
.pdB-13per {
  padding-bottom: 13% !important;
}
.pdL-13per {
  padding-left: 13% !important;
}
.mgT-14per {
  margin-top: 14% !important;
}
.mgR-14per {
  margin-right: 14% !important;
}
.mgB-14per {
  margin-bottom: 14% !important;
}
.mgL-14per {
  margin-left: 14% !important;
}
.pdT-14per {
  padding-top: 14% !important;
}
.pdR-14per {
  padding-right: 14% !important;
}
.pdB-14per {
  padding-bottom: 14% !important;
}
.pdL-14per {
  padding-left: 14% !important;
}
.mgT-15per {
  margin-top: 15% !important;
}
.mgR-15per {
  margin-right: 15% !important;
}
.mgB-15per {
  margin-bottom: 15% !important;
}
.mgL-15per {
  margin-left: 15% !important;
}
.pdT-15per {
  padding-top: 15% !important;
}
.pdR-15per {
  padding-right: 15% !important;
}
.pdB-15per {
  padding-bottom: 15% !important;
}
.pdL-15per {
  padding-left: 15% !important;
}
.mgT-16per {
  margin-top: 16% !important;
}
.mgR-16per {
  margin-right: 16% !important;
}
.mgB-16per {
  margin-bottom: 16% !important;
}
.mgL-16per {
  margin-left: 16% !important;
}
.pdT-16per {
  padding-top: 16% !important;
}
.pdR-16per {
  padding-right: 16% !important;
}
.pdB-16per {
  padding-bottom: 16% !important;
}
.pdL-16per {
  padding-left: 16% !important;
}
.mgT-17per {
  margin-top: 17% !important;
}
.mgR-17per {
  margin-right: 17% !important;
}
.mgB-17per {
  margin-bottom: 17% !important;
}
.mgL-17per {
  margin-left: 17% !important;
}
.pdT-17per {
  padding-top: 17% !important;
}
.pdR-17per {
  padding-right: 17% !important;
}
.pdB-17per {
  padding-bottom: 17% !important;
}
.pdL-17per {
  padding-left: 17% !important;
}
.mgT-18per {
  margin-top: 18% !important;
}
.mgR-18per {
  margin-right: 18% !important;
}
.mgB-18per {
  margin-bottom: 18% !important;
}
.mgL-18per {
  margin-left: 18% !important;
}
.pdT-18per {
  padding-top: 18% !important;
}
.pdR-18per {
  padding-right: 18% !important;
}
.pdB-18per {
  padding-bottom: 18% !important;
}
.pdL-18per {
  padding-left: 18% !important;
}
.mgT-19per {
  margin-top: 19% !important;
}
.mgR-19per {
  margin-right: 19% !important;
}
.mgB-19per {
  margin-bottom: 19% !important;
}
.mgL-19per {
  margin-left: 19% !important;
}
.pdT-19per {
  padding-top: 19% !important;
}
.pdR-19per {
  padding-right: 19% !important;
}
.pdB-19per {
  padding-bottom: 19% !important;
}
.pdL-19per {
  padding-left: 19% !important;
}
.mgT-20per {
  margin-top: 20% !important;
}
.mgR-20per {
  margin-right: 20% !important;
}
.mgB-20per {
  margin-bottom: 20% !important;
}
.mgL-20per {
  margin-left: 20% !important;
}
.pdT-20per {
  padding-top: 20% !important;
}
.pdR-20per {
  padding-right: 20% !important;
}
.pdB-20per {
  padding-bottom: 20% !important;
}
.pdL-20per {
  padding-left: 20% !important;
}
.mgT-21per {
  margin-top: 21% !important;
}
.mgR-21per {
  margin-right: 21% !important;
}
.mgB-21per {
  margin-bottom: 21% !important;
}
.mgL-21per {
  margin-left: 21% !important;
}
.pdT-21per {
  padding-top: 21% !important;
}
.pdR-21per {
  padding-right: 21% !important;
}
.pdB-21per {
  padding-bottom: 21% !important;
}
.pdL-21per {
  padding-left: 21% !important;
}
.mgT-22per {
  margin-top: 22% !important;
}
.mgR-22per {
  margin-right: 22% !important;
}
.mgB-22per {
  margin-bottom: 22% !important;
}
.mgL-22per {
  margin-left: 22% !important;
}
.pdT-22per {
  padding-top: 22% !important;
}
.pdR-22per {
  padding-right: 22% !important;
}
.pdB-22per {
  padding-bottom: 22% !important;
}
.pdL-22per {
  padding-left: 22% !important;
}
.mgT-23per {
  margin-top: 23% !important;
}
.mgR-23per {
  margin-right: 23% !important;
}
.mgB-23per {
  margin-bottom: 23% !important;
}
.mgL-23per {
  margin-left: 23% !important;
}
.pdT-23per {
  padding-top: 23% !important;
}
.pdR-23per {
  padding-right: 23% !important;
}
.pdB-23per {
  padding-bottom: 23% !important;
}
.pdL-23per {
  padding-left: 23% !important;
}
.mgT-24per {
  margin-top: 24% !important;
}
.mgR-24per {
  margin-right: 24% !important;
}
.mgB-24per {
  margin-bottom: 24% !important;
}
.mgL-24per {
  margin-left: 24% !important;
}
.pdT-24per {
  padding-top: 24% !important;
}
.pdR-24per {
  padding-right: 24% !important;
}
.pdB-24per {
  padding-bottom: 24% !important;
}
.pdL-24per {
  padding-left: 24% !important;
}
.mgT-25per {
  margin-top: 25% !important;
}
.mgR-25per {
  margin-right: 25% !important;
}
.mgB-25per {
  margin-bottom: 25% !important;
}
.mgL-25per {
  margin-left: 25% !important;
}
.pdT-25per {
  padding-top: 25% !important;
}
.pdR-25per {
  padding-right: 25% !important;
}
.pdB-25per {
  padding-bottom: 25% !important;
}
.pdL-25per {
  padding-left: 25% !important;
}
.mgT-26per {
  margin-top: 26% !important;
}
.mgR-26per {
  margin-right: 26% !important;
}
.mgB-26per {
  margin-bottom: 26% !important;
}
.mgL-26per {
  margin-left: 26% !important;
}
.pdT-26per {
  padding-top: 26% !important;
}
.pdR-26per {
  padding-right: 26% !important;
}
.pdB-26per {
  padding-bottom: 26% !important;
}
.pdL-26per {
  padding-left: 26% !important;
}
.mgT-27per {
  margin-top: 27% !important;
}
.mgR-27per {
  margin-right: 27% !important;
}
.mgB-27per {
  margin-bottom: 27% !important;
}
.mgL-27per {
  margin-left: 27% !important;
}
.pdT-27per {
  padding-top: 27% !important;
}
.pdR-27per {
  padding-right: 27% !important;
}
.pdB-27per {
  padding-bottom: 27% !important;
}
.pdL-27per {
  padding-left: 27% !important;
}
.mgT-28per {
  margin-top: 28% !important;
}
.mgR-28per {
  margin-right: 28% !important;
}
.mgB-28per {
  margin-bottom: 28% !important;
}
.mgL-28per {
  margin-left: 28% !important;
}
.pdT-28per {
  padding-top: 28% !important;
}
.pdR-28per {
  padding-right: 28% !important;
}
.pdB-28per {
  padding-bottom: 28% !important;
}
.pdL-28per {
  padding-left: 28% !important;
}
.mgT-29per {
  margin-top: 29% !important;
}
.mgR-29per {
  margin-right: 29% !important;
}
.mgB-29per {
  margin-bottom: 29% !important;
}
.mgL-29per {
  margin-left: 29% !important;
}
.pdT-29per {
  padding-top: 29% !important;
}
.pdR-29per {
  padding-right: 29% !important;
}
.pdB-29per {
  padding-bottom: 29% !important;
}
.pdL-29per {
  padding-left: 29% !important;
}
.mgT-30per {
  margin-top: 30% !important;
}
.mgR-30per {
  margin-right: 30% !important;
}
.mgB-30per {
  margin-bottom: 30% !important;
}
.mgL-30per {
  margin-left: 30% !important;
}
.pdT-30per {
  padding-top: 30% !important;
}
.pdR-30per {
  padding-right: 30% !important;
}
.pdB-30per {
  padding-bottom: 30% !important;
}
.pdL-30per {
  padding-left: 30% !important;
}
.mgT-31per {
  margin-top: 31% !important;
}
.mgR-31per {
  margin-right: 31% !important;
}
.mgB-31per {
  margin-bottom: 31% !important;
}
.mgL-31per {
  margin-left: 31% !important;
}
.pdT-31per {
  padding-top: 31% !important;
}
.pdR-31per {
  padding-right: 31% !important;
}
.pdB-31per {
  padding-bottom: 31% !important;
}
.pdL-31per {
  padding-left: 31% !important;
}
.mgT-32per {
  margin-top: 32% !important;
}
.mgR-32per {
  margin-right: 32% !important;
}
.mgB-32per {
  margin-bottom: 32% !important;
}
.mgL-32per {
  margin-left: 32% !important;
}
.pdT-32per {
  padding-top: 32% !important;
}
.pdR-32per {
  padding-right: 32% !important;
}
.pdB-32per {
  padding-bottom: 32% !important;
}
.pdL-32per {
  padding-left: 32% !important;
}
.mgT-33per {
  margin-top: 33% !important;
}
.mgR-33per {
  margin-right: 33% !important;
}
.mgB-33per {
  margin-bottom: 33% !important;
}
.mgL-33per {
  margin-left: 33% !important;
}
.pdT-33per {
  padding-top: 33% !important;
}
.pdR-33per {
  padding-right: 33% !important;
}
.pdB-33per {
  padding-bottom: 33% !important;
}
.pdL-33per {
  padding-left: 33% !important;
}
.mgT-34per {
  margin-top: 34% !important;
}
.mgR-34per {
  margin-right: 34% !important;
}
.mgB-34per {
  margin-bottom: 34% !important;
}
.mgL-34per {
  margin-left: 34% !important;
}
.pdT-34per {
  padding-top: 34% !important;
}
.pdR-34per {
  padding-right: 34% !important;
}
.pdB-34per {
  padding-bottom: 34% !important;
}
.pdL-34per {
  padding-left: 34% !important;
}
.mgT-35per {
  margin-top: 35% !important;
}
.mgR-35per {
  margin-right: 35% !important;
}
.mgB-35per {
  margin-bottom: 35% !important;
}
.mgL-35per {
  margin-left: 35% !important;
}
.pdT-35per {
  padding-top: 35% !important;
}
.pdR-35per {
  padding-right: 35% !important;
}
.pdB-35per {
  padding-bottom: 35% !important;
}
.pdL-35per {
  padding-left: 35% !important;
}
.mgT-36per {
  margin-top: 36% !important;
}
.mgR-36per {
  margin-right: 36% !important;
}
.mgB-36per {
  margin-bottom: 36% !important;
}
.mgL-36per {
  margin-left: 36% !important;
}
.pdT-36per {
  padding-top: 36% !important;
}
.pdR-36per {
  padding-right: 36% !important;
}
.pdB-36per {
  padding-bottom: 36% !important;
}
.pdL-36per {
  padding-left: 36% !important;
}
.mgT-37per {
  margin-top: 37% !important;
}
.mgR-37per {
  margin-right: 37% !important;
}
.mgB-37per {
  margin-bottom: 37% !important;
}
.mgL-37per {
  margin-left: 37% !important;
}
.pdT-37per {
  padding-top: 37% !important;
}
.pdR-37per {
  padding-right: 37% !important;
}
.pdB-37per {
  padding-bottom: 37% !important;
}
.pdL-37per {
  padding-left: 37% !important;
}
.mgT-38per {
  margin-top: 38% !important;
}
.mgR-38per {
  margin-right: 38% !important;
}
.mgB-38per {
  margin-bottom: 38% !important;
}
.mgL-38per {
  margin-left: 38% !important;
}
.pdT-38per {
  padding-top: 38% !important;
}
.pdR-38per {
  padding-right: 38% !important;
}
.pdB-38per {
  padding-bottom: 38% !important;
}
.pdL-38per {
  padding-left: 38% !important;
}
.mgT-39per {
  margin-top: 39% !important;
}
.mgR-39per {
  margin-right: 39% !important;
}
.mgB-39per {
  margin-bottom: 39% !important;
}
.mgL-39per {
  margin-left: 39% !important;
}
.pdT-39per {
  padding-top: 39% !important;
}
.pdR-39per {
  padding-right: 39% !important;
}
.pdB-39per {
  padding-bottom: 39% !important;
}
.pdL-39per {
  padding-left: 39% !important;
}
.mgT-40per {
  margin-top: 40% !important;
}
.mgR-40per {
  margin-right: 40% !important;
}
.mgB-40per {
  margin-bottom: 40% !important;
}
.mgL-40per {
  margin-left: 40% !important;
}
.pdT-40per {
  padding-top: 40% !important;
}
.pdR-40per {
  padding-right: 40% !important;
}
.pdB-40per {
  padding-bottom: 40% !important;
}
.pdL-40per {
  padding-left: 40% !important;
}
.mgT-41per {
  margin-top: 41% !important;
}
.mgR-41per {
  margin-right: 41% !important;
}
.mgB-41per {
  margin-bottom: 41% !important;
}
.mgL-41per {
  margin-left: 41% !important;
}
.pdT-41per {
  padding-top: 41% !important;
}
.pdR-41per {
  padding-right: 41% !important;
}
.pdB-41per {
  padding-bottom: 41% !important;
}
.pdL-41per {
  padding-left: 41% !important;
}
.mgT-42per {
  margin-top: 42% !important;
}
.mgR-42per {
  margin-right: 42% !important;
}
.mgB-42per {
  margin-bottom: 42% !important;
}
.mgL-42per {
  margin-left: 42% !important;
}
.pdT-42per {
  padding-top: 42% !important;
}
.pdR-42per {
  padding-right: 42% !important;
}
.pdB-42per {
  padding-bottom: 42% !important;
}
.pdL-42per {
  padding-left: 42% !important;
}
.mgT-43per {
  margin-top: 43% !important;
}
.mgR-43per {
  margin-right: 43% !important;
}
.mgB-43per {
  margin-bottom: 43% !important;
}
.mgL-43per {
  margin-left: 43% !important;
}
.pdT-43per {
  padding-top: 43% !important;
}
.pdR-43per {
  padding-right: 43% !important;
}
.pdB-43per {
  padding-bottom: 43% !important;
}
.pdL-43per {
  padding-left: 43% !important;
}
.mgT-44per {
  margin-top: 44% !important;
}
.mgR-44per {
  margin-right: 44% !important;
}
.mgB-44per {
  margin-bottom: 44% !important;
}
.mgL-44per {
  margin-left: 44% !important;
}
.pdT-44per {
  padding-top: 44% !important;
}
.pdR-44per {
  padding-right: 44% !important;
}
.pdB-44per {
  padding-bottom: 44% !important;
}
.pdL-44per {
  padding-left: 44% !important;
}
.mgT-45per {
  margin-top: 45% !important;
}
.mgR-45per {
  margin-right: 45% !important;
}
.mgB-45per {
  margin-bottom: 45% !important;
}
.mgL-45per {
  margin-left: 45% !important;
}
.pdT-45per {
  padding-top: 45% !important;
}
.pdR-45per {
  padding-right: 45% !important;
}
.pdB-45per {
  padding-bottom: 45% !important;
}
.pdL-45per {
  padding-left: 45% !important;
}
.mgT-46per {
  margin-top: 46% !important;
}
.mgR-46per {
  margin-right: 46% !important;
}
.mgB-46per {
  margin-bottom: 46% !important;
}
.mgL-46per {
  margin-left: 46% !important;
}
.pdT-46per {
  padding-top: 46% !important;
}
.pdR-46per {
  padding-right: 46% !important;
}
.pdB-46per {
  padding-bottom: 46% !important;
}
.pdL-46per {
  padding-left: 46% !important;
}
.mgT-47per {
  margin-top: 47% !important;
}
.mgR-47per {
  margin-right: 47% !important;
}
.mgB-47per {
  margin-bottom: 47% !important;
}
.mgL-47per {
  margin-left: 47% !important;
}
.pdT-47per {
  padding-top: 47% !important;
}
.pdR-47per {
  padding-right: 47% !important;
}
.pdB-47per {
  padding-bottom: 47% !important;
}
.pdL-47per {
  padding-left: 47% !important;
}
.mgT-48per {
  margin-top: 48% !important;
}
.mgR-48per {
  margin-right: 48% !important;
}
.mgB-48per {
  margin-bottom: 48% !important;
}
.mgL-48per {
  margin-left: 48% !important;
}
.pdT-48per {
  padding-top: 48% !important;
}
.pdR-48per {
  padding-right: 48% !important;
}
.pdB-48per {
  padding-bottom: 48% !important;
}
.pdL-48per {
  padding-left: 48% !important;
}
.mgT-49per {
  margin-top: 49% !important;
}
.mgR-49per {
  margin-right: 49% !important;
}
.mgB-49per {
  margin-bottom: 49% !important;
}
.mgL-49per {
  margin-left: 49% !important;
}
.pdT-49per {
  padding-top: 49% !important;
}
.pdR-49per {
  padding-right: 49% !important;
}
.pdB-49per {
  padding-bottom: 49% !important;
}
.pdL-49per {
  padding-left: 49% !important;
}
.mgT-50per {
  margin-top: 50% !important;
}
.mgR-50per {
  margin-right: 50% !important;
}
.mgB-50per {
  margin-bottom: 50% !important;
}
.mgL-50per {
  margin-left: 50% !important;
}
.pdT-50per {
  padding-top: 50% !important;
}
.pdR-50per {
  padding-right: 50% !important;
}
.pdB-50per {
  padding-bottom: 50% !important;
}
.pdL-50per {
  padding-left: 50% !important;
}
.mgT-51per {
  margin-top: 51% !important;
}
.mgR-51per {
  margin-right: 51% !important;
}
.mgB-51per {
  margin-bottom: 51% !important;
}
.mgL-51per {
  margin-left: 51% !important;
}
.pdT-51per {
  padding-top: 51% !important;
}
.pdR-51per {
  padding-right: 51% !important;
}
.pdB-51per {
  padding-bottom: 51% !important;
}
.pdL-51per {
  padding-left: 51% !important;
}
.mgT-52per {
  margin-top: 52% !important;
}
.mgR-52per {
  margin-right: 52% !important;
}
.mgB-52per {
  margin-bottom: 52% !important;
}
.mgL-52per {
  margin-left: 52% !important;
}
.pdT-52per {
  padding-top: 52% !important;
}
.pdR-52per {
  padding-right: 52% !important;
}
.pdB-52per {
  padding-bottom: 52% !important;
}
.pdL-52per {
  padding-left: 52% !important;
}
.mgT-53per {
  margin-top: 53% !important;
}
.mgR-53per {
  margin-right: 53% !important;
}
.mgB-53per {
  margin-bottom: 53% !important;
}
.mgL-53per {
  margin-left: 53% !important;
}
.pdT-53per {
  padding-top: 53% !important;
}
.pdR-53per {
  padding-right: 53% !important;
}
.pdB-53per {
  padding-bottom: 53% !important;
}
.pdL-53per {
  padding-left: 53% !important;
}
.mgT-54per {
  margin-top: 54% !important;
}
.mgR-54per {
  margin-right: 54% !important;
}
.mgB-54per {
  margin-bottom: 54% !important;
}
.mgL-54per {
  margin-left: 54% !important;
}
.pdT-54per {
  padding-top: 54% !important;
}
.pdR-54per {
  padding-right: 54% !important;
}
.pdB-54per {
  padding-bottom: 54% !important;
}
.pdL-54per {
  padding-left: 54% !important;
}
.mgT-55per {
  margin-top: 55% !important;
}
.mgR-55per {
  margin-right: 55% !important;
}
.mgB-55per {
  margin-bottom: 55% !important;
}
.mgL-55per {
  margin-left: 55% !important;
}
.pdT-55per {
  padding-top: 55% !important;
}
.pdR-55per {
  padding-right: 55% !important;
}
.pdB-55per {
  padding-bottom: 55% !important;
}
.pdL-55per {
  padding-left: 55% !important;
}
.mgT-56per {
  margin-top: 56% !important;
}
.mgR-56per {
  margin-right: 56% !important;
}
.mgB-56per {
  margin-bottom: 56% !important;
}
.mgL-56per {
  margin-left: 56% !important;
}
.pdT-56per {
  padding-top: 56% !important;
}
.pdR-56per {
  padding-right: 56% !important;
}
.pdB-56per {
  padding-bottom: 56% !important;
}
.pdL-56per {
  padding-left: 56% !important;
}
.mgT-57per {
  margin-top: 57% !important;
}
.mgR-57per {
  margin-right: 57% !important;
}
.mgB-57per {
  margin-bottom: 57% !important;
}
.mgL-57per {
  margin-left: 57% !important;
}
.pdT-57per {
  padding-top: 57% !important;
}
.pdR-57per {
  padding-right: 57% !important;
}
.pdB-57per {
  padding-bottom: 57% !important;
}
.pdL-57per {
  padding-left: 57% !important;
}
.mgT-58per {
  margin-top: 58% !important;
}
.mgR-58per {
  margin-right: 58% !important;
}
.mgB-58per {
  margin-bottom: 58% !important;
}
.mgL-58per {
  margin-left: 58% !important;
}
.pdT-58per {
  padding-top: 58% !important;
}
.pdR-58per {
  padding-right: 58% !important;
}
.pdB-58per {
  padding-bottom: 58% !important;
}
.pdL-58per {
  padding-left: 58% !important;
}
.mgT-59per {
  margin-top: 59% !important;
}
.mgR-59per {
  margin-right: 59% !important;
}
.mgB-59per {
  margin-bottom: 59% !important;
}
.mgL-59per {
  margin-left: 59% !important;
}
.pdT-59per {
  padding-top: 59% !important;
}
.pdR-59per {
  padding-right: 59% !important;
}
.pdB-59per {
  padding-bottom: 59% !important;
}
.pdL-59per {
  padding-left: 59% !important;
}
.mgT-60per {
  margin-top: 60% !important;
}
.mgR-60per {
  margin-right: 60% !important;
}
.mgB-60per {
  margin-bottom: 60% !important;
}
.mgL-60per {
  margin-left: 60% !important;
}
.pdT-60per {
  padding-top: 60% !important;
}
.pdR-60per {
  padding-right: 60% !important;
}
.pdB-60per {
  padding-bottom: 60% !important;
}
.pdL-60per {
  padding-left: 60% !important;
}
.mgT-61per {
  margin-top: 61% !important;
}
.mgR-61per {
  margin-right: 61% !important;
}
.mgB-61per {
  margin-bottom: 61% !important;
}
.mgL-61per {
  margin-left: 61% !important;
}
.pdT-61per {
  padding-top: 61% !important;
}
.pdR-61per {
  padding-right: 61% !important;
}
.pdB-61per {
  padding-bottom: 61% !important;
}
.pdL-61per {
  padding-left: 61% !important;
}
.mgT-62per {
  margin-top: 62% !important;
}
.mgR-62per {
  margin-right: 62% !important;
}
.mgB-62per {
  margin-bottom: 62% !important;
}
.mgL-62per {
  margin-left: 62% !important;
}
.pdT-62per {
  padding-top: 62% !important;
}
.pdR-62per {
  padding-right: 62% !important;
}
.pdB-62per {
  padding-bottom: 62% !important;
}
.pdL-62per {
  padding-left: 62% !important;
}
.mgT-63per {
  margin-top: 63% !important;
}
.mgR-63per {
  margin-right: 63% !important;
}
.mgB-63per {
  margin-bottom: 63% !important;
}
.mgL-63per {
  margin-left: 63% !important;
}
.pdT-63per {
  padding-top: 63% !important;
}
.pdR-63per {
  padding-right: 63% !important;
}
.pdB-63per {
  padding-bottom: 63% !important;
}
.pdL-63per {
  padding-left: 63% !important;
}
.mgT-64per {
  margin-top: 64% !important;
}
.mgR-64per {
  margin-right: 64% !important;
}
.mgB-64per {
  margin-bottom: 64% !important;
}
.mgL-64per {
  margin-left: 64% !important;
}
.pdT-64per {
  padding-top: 64% !important;
}
.pdR-64per {
  padding-right: 64% !important;
}
.pdB-64per {
  padding-bottom: 64% !important;
}
.pdL-64per {
  padding-left: 64% !important;
}
.mgT-65per {
  margin-top: 65% !important;
}
.mgR-65per {
  margin-right: 65% !important;
}
.mgB-65per {
  margin-bottom: 65% !important;
}
.mgL-65per {
  margin-left: 65% !important;
}
.pdT-65per {
  padding-top: 65% !important;
}
.pdR-65per {
  padding-right: 65% !important;
}
.pdB-65per {
  padding-bottom: 65% !important;
}
.pdL-65per {
  padding-left: 65% !important;
}
.mgT-66per {
  margin-top: 66% !important;
}
.mgR-66per {
  margin-right: 66% !important;
}
.mgB-66per {
  margin-bottom: 66% !important;
}
.mgL-66per {
  margin-left: 66% !important;
}
.pdT-66per {
  padding-top: 66% !important;
}
.pdR-66per {
  padding-right: 66% !important;
}
.pdB-66per {
  padding-bottom: 66% !important;
}
.pdL-66per {
  padding-left: 66% !important;
}
.mgT-67per {
  margin-top: 67% !important;
}
.mgR-67per {
  margin-right: 67% !important;
}
.mgB-67per {
  margin-bottom: 67% !important;
}
.mgL-67per {
  margin-left: 67% !important;
}
.pdT-67per {
  padding-top: 67% !important;
}
.pdR-67per {
  padding-right: 67% !important;
}
.pdB-67per {
  padding-bottom: 67% !important;
}
.pdL-67per {
  padding-left: 67% !important;
}
.mgT-68per {
  margin-top: 68% !important;
}
.mgR-68per {
  margin-right: 68% !important;
}
.mgB-68per {
  margin-bottom: 68% !important;
}
.mgL-68per {
  margin-left: 68% !important;
}
.pdT-68per {
  padding-top: 68% !important;
}
.pdR-68per {
  padding-right: 68% !important;
}
.pdB-68per {
  padding-bottom: 68% !important;
}
.pdL-68per {
  padding-left: 68% !important;
}
.mgT-69per {
  margin-top: 69% !important;
}
.mgR-69per {
  margin-right: 69% !important;
}
.mgB-69per {
  margin-bottom: 69% !important;
}
.mgL-69per {
  margin-left: 69% !important;
}
.pdT-69per {
  padding-top: 69% !important;
}
.pdR-69per {
  padding-right: 69% !important;
}
.pdB-69per {
  padding-bottom: 69% !important;
}
.pdL-69per {
  padding-left: 69% !important;
}
.mgT-70per {
  margin-top: 70% !important;
}
.mgR-70per {
  margin-right: 70% !important;
}
.mgB-70per {
  margin-bottom: 70% !important;
}
.mgL-70per {
  margin-left: 70% !important;
}
.pdT-70per {
  padding-top: 70% !important;
}
.pdR-70per {
  padding-right: 70% !important;
}
.pdB-70per {
  padding-bottom: 70% !important;
}
.pdL-70per {
  padding-left: 70% !important;
}
.mgT-71per {
  margin-top: 71% !important;
}
.mgR-71per {
  margin-right: 71% !important;
}
.mgB-71per {
  margin-bottom: 71% !important;
}
.mgL-71per {
  margin-left: 71% !important;
}
.pdT-71per {
  padding-top: 71% !important;
}
.pdR-71per {
  padding-right: 71% !important;
}
.pdB-71per {
  padding-bottom: 71% !important;
}
.pdL-71per {
  padding-left: 71% !important;
}
.mgT-72per {
  margin-top: 72% !important;
}
.mgR-72per {
  margin-right: 72% !important;
}
.mgB-72per {
  margin-bottom: 72% !important;
}
.mgL-72per {
  margin-left: 72% !important;
}
.pdT-72per {
  padding-top: 72% !important;
}
.pdR-72per {
  padding-right: 72% !important;
}
.pdB-72per {
  padding-bottom: 72% !important;
}
.pdL-72per {
  padding-left: 72% !important;
}
.mgT-73per {
  margin-top: 73% !important;
}
.mgR-73per {
  margin-right: 73% !important;
}
.mgB-73per {
  margin-bottom: 73% !important;
}
.mgL-73per {
  margin-left: 73% !important;
}
.pdT-73per {
  padding-top: 73% !important;
}
.pdR-73per {
  padding-right: 73% !important;
}
.pdB-73per {
  padding-bottom: 73% !important;
}
.pdL-73per {
  padding-left: 73% !important;
}
.mgT-74per {
  margin-top: 74% !important;
}
.mgR-74per {
  margin-right: 74% !important;
}
.mgB-74per {
  margin-bottom: 74% !important;
}
.mgL-74per {
  margin-left: 74% !important;
}
.pdT-74per {
  padding-top: 74% !important;
}
.pdR-74per {
  padding-right: 74% !important;
}
.pdB-74per {
  padding-bottom: 74% !important;
}
.pdL-74per {
  padding-left: 74% !important;
}
.mgT-75per {
  margin-top: 75% !important;
}
.mgR-75per {
  margin-right: 75% !important;
}
.mgB-75per {
  margin-bottom: 75% !important;
}
.mgL-75per {
  margin-left: 75% !important;
}
.pdT-75per {
  padding-top: 75% !important;
}
.pdR-75per {
  padding-right: 75% !important;
}
.pdB-75per {
  padding-bottom: 75% !important;
}
.pdL-75per {
  padding-left: 75% !important;
}
.mgT-76per {
  margin-top: 76% !important;
}
.mgR-76per {
  margin-right: 76% !important;
}
.mgB-76per {
  margin-bottom: 76% !important;
}
.mgL-76per {
  margin-left: 76% !important;
}
.pdT-76per {
  padding-top: 76% !important;
}
.pdR-76per {
  padding-right: 76% !important;
}
.pdB-76per {
  padding-bottom: 76% !important;
}
.pdL-76per {
  padding-left: 76% !important;
}
.mgT-77per {
  margin-top: 77% !important;
}
.mgR-77per {
  margin-right: 77% !important;
}
.mgB-77per {
  margin-bottom: 77% !important;
}
.mgL-77per {
  margin-left: 77% !important;
}
.pdT-77per {
  padding-top: 77% !important;
}
.pdR-77per {
  padding-right: 77% !important;
}
.pdB-77per {
  padding-bottom: 77% !important;
}
.pdL-77per {
  padding-left: 77% !important;
}
.mgT-78per {
  margin-top: 78% !important;
}
.mgR-78per {
  margin-right: 78% !important;
}
.mgB-78per {
  margin-bottom: 78% !important;
}
.mgL-78per {
  margin-left: 78% !important;
}
.pdT-78per {
  padding-top: 78% !important;
}
.pdR-78per {
  padding-right: 78% !important;
}
.pdB-78per {
  padding-bottom: 78% !important;
}
.pdL-78per {
  padding-left: 78% !important;
}
.mgT-79per {
  margin-top: 79% !important;
}
.mgR-79per {
  margin-right: 79% !important;
}
.mgB-79per {
  margin-bottom: 79% !important;
}
.mgL-79per {
  margin-left: 79% !important;
}
.pdT-79per {
  padding-top: 79% !important;
}
.pdR-79per {
  padding-right: 79% !important;
}
.pdB-79per {
  padding-bottom: 79% !important;
}
.pdL-79per {
  padding-left: 79% !important;
}
.mgT-80per {
  margin-top: 80% !important;
}
.mgR-80per {
  margin-right: 80% !important;
}
.mgB-80per {
  margin-bottom: 80% !important;
}
.mgL-80per {
  margin-left: 80% !important;
}
.pdT-80per {
  padding-top: 80% !important;
}
.pdR-80per {
  padding-right: 80% !important;
}
.pdB-80per {
  padding-bottom: 80% !important;
}
.pdL-80per {
  padding-left: 80% !important;
}
.mgT-81per {
  margin-top: 81% !important;
}
.mgR-81per {
  margin-right: 81% !important;
}
.mgB-81per {
  margin-bottom: 81% !important;
}
.mgL-81per {
  margin-left: 81% !important;
}
.pdT-81per {
  padding-top: 81% !important;
}
.pdR-81per {
  padding-right: 81% !important;
}
.pdB-81per {
  padding-bottom: 81% !important;
}
.pdL-81per {
  padding-left: 81% !important;
}
.mgT-82per {
  margin-top: 82% !important;
}
.mgR-82per {
  margin-right: 82% !important;
}
.mgB-82per {
  margin-bottom: 82% !important;
}
.mgL-82per {
  margin-left: 82% !important;
}
.pdT-82per {
  padding-top: 82% !important;
}
.pdR-82per {
  padding-right: 82% !important;
}
.pdB-82per {
  padding-bottom: 82% !important;
}
.pdL-82per {
  padding-left: 82% !important;
}
.mgT-83per {
  margin-top: 83% !important;
}
.mgR-83per {
  margin-right: 83% !important;
}
.mgB-83per {
  margin-bottom: 83% !important;
}
.mgL-83per {
  margin-left: 83% !important;
}
.pdT-83per {
  padding-top: 83% !important;
}
.pdR-83per {
  padding-right: 83% !important;
}
.pdB-83per {
  padding-bottom: 83% !important;
}
.pdL-83per {
  padding-left: 83% !important;
}
.mgT-84per {
  margin-top: 84% !important;
}
.mgR-84per {
  margin-right: 84% !important;
}
.mgB-84per {
  margin-bottom: 84% !important;
}
.mgL-84per {
  margin-left: 84% !important;
}
.pdT-84per {
  padding-top: 84% !important;
}
.pdR-84per {
  padding-right: 84% !important;
}
.pdB-84per {
  padding-bottom: 84% !important;
}
.pdL-84per {
  padding-left: 84% !important;
}
.mgT-85per {
  margin-top: 85% !important;
}
.mgR-85per {
  margin-right: 85% !important;
}
.mgB-85per {
  margin-bottom: 85% !important;
}
.mgL-85per {
  margin-left: 85% !important;
}
.pdT-85per {
  padding-top: 85% !important;
}
.pdR-85per {
  padding-right: 85% !important;
}
.pdB-85per {
  padding-bottom: 85% !important;
}
.pdL-85per {
  padding-left: 85% !important;
}
.mgT-86per {
  margin-top: 86% !important;
}
.mgR-86per {
  margin-right: 86% !important;
}
.mgB-86per {
  margin-bottom: 86% !important;
}
.mgL-86per {
  margin-left: 86% !important;
}
.pdT-86per {
  padding-top: 86% !important;
}
.pdR-86per {
  padding-right: 86% !important;
}
.pdB-86per {
  padding-bottom: 86% !important;
}
.pdL-86per {
  padding-left: 86% !important;
}
.mgT-87per {
  margin-top: 87% !important;
}
.mgR-87per {
  margin-right: 87% !important;
}
.mgB-87per {
  margin-bottom: 87% !important;
}
.mgL-87per {
  margin-left: 87% !important;
}
.pdT-87per {
  padding-top: 87% !important;
}
.pdR-87per {
  padding-right: 87% !important;
}
.pdB-87per {
  padding-bottom: 87% !important;
}
.pdL-87per {
  padding-left: 87% !important;
}
.mgT-88per {
  margin-top: 88% !important;
}
.mgR-88per {
  margin-right: 88% !important;
}
.mgB-88per {
  margin-bottom: 88% !important;
}
.mgL-88per {
  margin-left: 88% !important;
}
.pdT-88per {
  padding-top: 88% !important;
}
.pdR-88per {
  padding-right: 88% !important;
}
.pdB-88per {
  padding-bottom: 88% !important;
}
.pdL-88per {
  padding-left: 88% !important;
}
.mgT-89per {
  margin-top: 89% !important;
}
.mgR-89per {
  margin-right: 89% !important;
}
.mgB-89per {
  margin-bottom: 89% !important;
}
.mgL-89per {
  margin-left: 89% !important;
}
.pdT-89per {
  padding-top: 89% !important;
}
.pdR-89per {
  padding-right: 89% !important;
}
.pdB-89per {
  padding-bottom: 89% !important;
}
.pdL-89per {
  padding-left: 89% !important;
}
.mgT-90per {
  margin-top: 90% !important;
}
.mgR-90per {
  margin-right: 90% !important;
}
.mgB-90per {
  margin-bottom: 90% !important;
}
.mgL-90per {
  margin-left: 90% !important;
}
.pdT-90per {
  padding-top: 90% !important;
}
.pdR-90per {
  padding-right: 90% !important;
}
.pdB-90per {
  padding-bottom: 90% !important;
}
.pdL-90per {
  padding-left: 90% !important;
}
.mgT-91per {
  margin-top: 91% !important;
}
.mgR-91per {
  margin-right: 91% !important;
}
.mgB-91per {
  margin-bottom: 91% !important;
}
.mgL-91per {
  margin-left: 91% !important;
}
.pdT-91per {
  padding-top: 91% !important;
}
.pdR-91per {
  padding-right: 91% !important;
}
.pdB-91per {
  padding-bottom: 91% !important;
}
.pdL-91per {
  padding-left: 91% !important;
}
.mgT-92per {
  margin-top: 92% !important;
}
.mgR-92per {
  margin-right: 92% !important;
}
.mgB-92per {
  margin-bottom: 92% !important;
}
.mgL-92per {
  margin-left: 92% !important;
}
.pdT-92per {
  padding-top: 92% !important;
}
.pdR-92per {
  padding-right: 92% !important;
}
.pdB-92per {
  padding-bottom: 92% !important;
}
.pdL-92per {
  padding-left: 92% !important;
}
.mgT-93per {
  margin-top: 93% !important;
}
.mgR-93per {
  margin-right: 93% !important;
}
.mgB-93per {
  margin-bottom: 93% !important;
}
.mgL-93per {
  margin-left: 93% !important;
}
.pdT-93per {
  padding-top: 93% !important;
}
.pdR-93per {
  padding-right: 93% !important;
}
.pdB-93per {
  padding-bottom: 93% !important;
}
.pdL-93per {
  padding-left: 93% !important;
}
.mgT-94per {
  margin-top: 94% !important;
}
.mgR-94per {
  margin-right: 94% !important;
}
.mgB-94per {
  margin-bottom: 94% !important;
}
.mgL-94per {
  margin-left: 94% !important;
}
.pdT-94per {
  padding-top: 94% !important;
}
.pdR-94per {
  padding-right: 94% !important;
}
.pdB-94per {
  padding-bottom: 94% !important;
}
.pdL-94per {
  padding-left: 94% !important;
}
.mgT-95per {
  margin-top: 95% !important;
}
.mgR-95per {
  margin-right: 95% !important;
}
.mgB-95per {
  margin-bottom: 95% !important;
}
.mgL-95per {
  margin-left: 95% !important;
}
.pdT-95per {
  padding-top: 95% !important;
}
.pdR-95per {
  padding-right: 95% !important;
}
.pdB-95per {
  padding-bottom: 95% !important;
}
.pdL-95per {
  padding-left: 95% !important;
}
.mgT-96per {
  margin-top: 96% !important;
}
.mgR-96per {
  margin-right: 96% !important;
}
.mgB-96per {
  margin-bottom: 96% !important;
}
.mgL-96per {
  margin-left: 96% !important;
}
.pdT-96per {
  padding-top: 96% !important;
}
.pdR-96per {
  padding-right: 96% !important;
}
.pdB-96per {
  padding-bottom: 96% !important;
}
.pdL-96per {
  padding-left: 96% !important;
}
.mgT-97per {
  margin-top: 97% !important;
}
.mgR-97per {
  margin-right: 97% !important;
}
.mgB-97per {
  margin-bottom: 97% !important;
}
.mgL-97per {
  margin-left: 97% !important;
}
.pdT-97per {
  padding-top: 97% !important;
}
.pdR-97per {
  padding-right: 97% !important;
}
.pdB-97per {
  padding-bottom: 97% !important;
}
.pdL-97per {
  padding-left: 97% !important;
}
.mgT-98per {
  margin-top: 98% !important;
}
.mgR-98per {
  margin-right: 98% !important;
}
.mgB-98per {
  margin-bottom: 98% !important;
}
.mgL-98per {
  margin-left: 98% !important;
}
.pdT-98per {
  padding-top: 98% !important;
}
.pdR-98per {
  padding-right: 98% !important;
}
.pdB-98per {
  padding-bottom: 98% !important;
}
.pdL-98per {
  padding-left: 98% !important;
}
.mgT-99per {
  margin-top: 99% !important;
}
.mgR-99per {
  margin-right: 99% !important;
}
.mgB-99per {
  margin-bottom: 99% !important;
}
.mgL-99per {
  margin-left: 99% !important;
}
.pdT-99per {
  padding-top: 99% !important;
}
.pdR-99per {
  padding-right: 99% !important;
}
.pdB-99per {
  padding-bottom: 99% !important;
}
.pdL-99per {
  padding-left: 99% !important;
}
.mgT-100per {
  margin-top: 100% !important;
}
.mgR-100per {
  margin-right: 100% !important;
}
.mgB-100per {
  margin-bottom: 100% !important;
}
.mgL-100per {
  margin-left: 100% !important;
}
.pdT-100per {
  padding-top: 100% !important;
}
.pdR-100per {
  padding-right: 100% !important;
}
.pdB-100per {
  padding-bottom: 100% !important;
}
.pdL-100per {
  padding-left: 100% !important;
}
.width-10 {
  width: 10px !important;
}
.width-20 {
  width: 20px !important;
}
.width-30 {
  width: 30px !important;
}
.width-40 {
  width: 40px !important;
}
.width-50 {
  width: 50px !important;
}
.width-60 {
  width: 60px !important;
}
.width-70 {
  width: 70px !important;
}
.width-80 {
  width: 80px !important;
}
.width-90 {
  width: 90px !important;
}
.width-100 {
  width: 100px !important;
}
.width-110 {
  width: 110px !important;
}
.width-120 {
  width: 120px !important;
}
.width-130 {
  width: 130px !important;
}
.width-140 {
  width: 140px !important;
}
.width-150 {
  width: 150px !important;
}
.width-160 {
  width: 160px !important;
}
.width-170 {
  width: 170px !important;
}
.width-180 {
  width: 180px !important;
}
.width-190 {
  width: 190px !important;
}
.width-200 {
  width: 200px !important;
}
.width-210 {
  width: 210px !important;
}
.width-220 {
  width: 220px !important;
}
.width-230 {
  width: 230px !important;
}
.width-240 {
  width: 240px !important;
}
.width-250 {
  width: 250px !important;
}
.width-260 {
  width: 260px !important;
}
.width-270 {
  width: 270px !important;
}
.width-280 {
  width: 280px !important;
}
.width-290 {
  width: 290px !important;
}
.width-300 {
  width: 300px !important;
}
.width-400 {
  width: 400px !important;
}
.width-500 {
  width: 500px !important;
}
.width-600 {
  width: 600px !important;
}
.width-700 {
  width: 700px !important;
}
.width-800 {
  width: 800px !important;
}
.width-900 {
  width: 900px !important;
}
.width-1000 {
  width: 1000px !important;
}
.width-1per {
  width: 1% !important;
}
.width-2per {
  width: 2% !important;
}
.width-3per {
  width: 3% !important;
}
.width-4per {
  width: 4% !important;
}
.width-5per {
  width: 5% !important;
}
.width-6per {
  width: 6% !important;
}
.width-7per {
  width: 7% !important;
}
.width-8per {
  width: 8% !important;
}
.width-9per {
  width: 9% !important;
}
.width-10per {
  width: 10% !important;
}
.width-11per {
  width: 11% !important;
}
.width-12per {
  width: 12% !important;
}
.width-13per {
  width: 13% !important;
}
.width-14per {
  width: 14% !important;
}
.width-15per {
  width: 15% !important;
}
.width-16per {
  width: 16% !important;
}
.width-17per {
  width: 17% !important;
}
.width-18per {
  width: 18% !important;
}
.width-19per {
  width: 19% !important;
}
.width-20per {
  width: 20% !important;
}
.width-21per {
  width: 21% !important;
}
.width-22per {
  width: 22% !important;
}
.width-23per {
  width: 23% !important;
}
.width-24per {
  width: 24% !important;
}
.width-25per {
  width: 25% !important;
}
.width-26per {
  width: 26% !important;
}
.width-27per {
  width: 27% !important;
}
.width-28per {
  width: 28% !important;
}
.width-29per {
  width: 29% !important;
}
.width-30per {
  width: 30% !important;
}
.width-31per {
  width: 31% !important;
}
.width-32per {
  width: 32% !important;
}
.width-33per {
  width: 33% !important;
}
.width-34per {
  width: 34% !important;
}
.width-35per {
  width: 35% !important;
}
.width-36per {
  width: 36% !important;
}
.width-37per {
  width: 37% !important;
}
.width-38per {
  width: 38% !important;
}
.width-39per {
  width: 39% !important;
}
.width-40per {
  width: 40% !important;
}
.width-41per {
  width: 41% !important;
}
.width-42per {
  width: 42% !important;
}
.width-43per {
  width: 43% !important;
}
.width-44per {
  width: 44% !important;
}
.width-45per {
  width: 45% !important;
}
.width-46per {
  width: 46% !important;
}
.width-47per {
  width: 47% !important;
}
.width-48per {
  width: 48% !important;
}
.width-49per {
  width: 49% !important;
}
.width-50per {
  width: 50% !important;
}
.width-51per {
  width: 51% !important;
}
.width-52per {
  width: 52% !important;
}
.width-53per {
  width: 53% !important;
}
.width-54per {
  width: 54% !important;
}
.width-55per {
  width: 55% !important;
}
.width-56per {
  width: 56% !important;
}
.width-57per {
  width: 57% !important;
}
.width-58per {
  width: 58% !important;
}
.width-59per {
  width: 59% !important;
}
.width-60per {
  width: 60% !important;
}
.width-61per {
  width: 61% !important;
}
.width-62per {
  width: 62% !important;
}
.width-63per {
  width: 63% !important;
}
.width-64per {
  width: 64% !important;
}
.width-65per {
  width: 65% !important;
}
.width-66per {
  width: 66% !important;
}
.width-67per {
  width: 67% !important;
}
.width-68per {
  width: 68% !important;
}
.width-69per {
  width: 69% !important;
}
.width-70per {
  width: 70% !important;
}
.width-71per {
  width: 71% !important;
}
.width-72per {
  width: 72% !important;
}
.width-73per {
  width: 73% !important;
}
.width-74per {
  width: 74% !important;
}
.width-75per {
  width: 75% !important;
}
.width-76per {
  width: 76% !important;
}
.width-77per {
  width: 77% !important;
}
.width-78per {
  width: 78% !important;
}
.width-79per {
  width: 79% !important;
}
.width-80per {
  width: 80% !important;
}
.width-81per {
  width: 81% !important;
}
.width-82per {
  width: 82% !important;
}
.width-83per {
  width: 83% !important;
}
.width-84per {
  width: 84% !important;
}
.width-85per {
  width: 85% !important;
}
.width-86per {
  width: 86% !important;
}
.width-87per {
  width: 87% !important;
}
.width-88per {
  width: 88% !important;
}
.width-89per {
  width: 89% !important;
}
.width-90per {
  width: 90% !important;
}
.width-91per {
  width: 91% !important;
}
.width-92per {
  width: 92% !important;
}
.width-93per {
  width: 93% !important;
}
.width-94per {
  width: 94% !important;
}
.width-95per {
  width: 95% !important;
}
.width-96per {
  width: 96% !important;
}
.width-97per {
  width: 97% !important;
}
.width-98per {
  width: 98% !important;
}
.width-99per {
  width: 99% !important;
}
.width-100per {
  width: 100% !important;
}
.radius-half {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.radius-0 {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.radius-1 {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
}
.radius-2 {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.radius-3 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.radius-4 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.radius-5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.radius-10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.moreLink {
  display: block;
  text-align: center;
  margin-top: 40px;
  clear: both;
}
.moreLink a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  border: 2px solid #333;
  padding: 0 20px;
  min-width: 120px;
  background-color: #fff;
  color: #333;
  letter-spacing: 0.15em;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.moreLink a span {
  transition: none;
  z-index: 1;
  position: relative;
}
.moreLink a:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #333;
  height: 40px;
  display: inline-block;
  transition: top 0.2s ease;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  width: 100%;
}
.moreLink a:hover {
  color: #fff;
  background: none;
}
.moreLink a:hover:after {
  top: 0;
}
@media (max-width: 999px) {
  .moreLink {
    margin-top: 20px;
  }
  .moreLink a:after {
    content: "";
    display: none;
  }
  .moreLink a:hover {
    color: #333;
    background: #fff;
  }
}
.contentsTitle {
  margin: 30px 0 18px;
  text-align: center;
}
.contentsTitle .contentsTitle_box {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 0.15em;
}
.subContentsTitle {
  font-size: 1.6em;
  color: #707070;
}
.js-togglebtn {
  display: none;
}
.bg-white {
  background-color: #fff !important;
}
@media (max-width: 999px) {
  .js-togglebtn {
    display: block;
  }
  .js-toggleCont {
    display: none;
  }
}
.recommend_list {
  background-color: #F9F6F1;
}
.otherCategory_list,
.recommend_list,
.pickup_list {
  margin-bottom: 40px;
  padding: 10px 0;
}
@media (max-width: 999px) {
  .otherCategory_list,
  .recommend_list,
  .pickup_list {
    width: 100%;
    padding: 10px;
  }
}
.otherCategory_list_title,
.recommend_list_title,
.pickup_list_title {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
.otherCategory_list_item a,
.recommend_list_item a,
.pickup_list_item a {
  display: table;
  margin-bottom: 20px !important;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.otherCategory_list_item a:hover,
.recommend_list_item a:hover,
.pickup_list_item a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.otherCategory_list_item .el_img,
.recommend_list_item .el_img,
.pickup_list_item .el_img {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.otherCategory_list_item .el_img span,
.recommend_list_item .el_img span,
.pickup_list_item .el_img span {
  font-size: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 62%;
  border: 1px solid #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.otherCategory_list_item .el_img.is-shop,
.recommend_list_item .el_img.is-shop,
.pickup_list_item .el_img.is-shop {
  width: 70px;
  height: 70px;
}
.otherCategory_list_item .el_img.is-shop span,
.recommend_list_item .el_img.is-shop span,
.pickup_list_item .el_img.is-shop span {
  width: 70px;
  height: 70px;
}
.otherCategory_list_item .el_detail,
.recommend_list_item .el_detail,
.pickup_list_item .el_detail {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.otherCategory_list_item .el_detail .el_title,
.recommend_list_item .el_detail .el_title,
.pickup_list_item .el_detail .el_title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
  color: #806b91;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.92rem;
}
.otherCategory_list_item .el_detail .el_text,
.recommend_list_item .el_detail .el_text,
.pickup_list_item .el_detail .el_text {
  color: #333;
}
.otherCategory_list.is-pickup .otherCategory_list_title {
  margin-bottom: 0;
  background: none;
  padding-left: 0;
}
.otherCategory_list.is-pickup .otherCategory_list_item {
  background-color: #ffe9e9;
  padding-top: 20px;
}
@media (max-width: 999px) {
  .otherCategory_list.is-pickup .otherCategory_list_item {
    padding-top: 3%;
  }
}
.otherCategory_list.is-pickup .otherCategory_list_item a {
  background-color: #fff;
  padding: 14px;
  table-layout: fixed;
}
@media (min-width: 1000px) {
  .otherCategory_list.is-pickup .otherCategory_list_item a {
    width: 306px;
    margin: 0 0 20px 20px;
    display: block;
  }
}
.otherCategory_list.is-pickup .otherCategory_list_item .el_detail .el_subGenre {
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #888;
  color: #888;
  height: 18px;
  display: inline-block;
  line-height: 16px;
  text-align: center;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 4px;
  margin-top: 5px;
}
body {
  padding-top: 50px;
  overflow: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 50px;
  background: #fff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 1px solid #e8e8e8;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header .baseContent {
  position: relative;
}
.siteLogo {
  display: block;
  width: 75px;
  top: 14px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}
.siteLogo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 999px) {
  .siteLogo {
    width: 100px;
  }
}
.pc_header {
  display: none;
}
.navContent {
  z-index: 120;
  display: none;
  clear: both;
  padding-bottom: 150px;
  -webkit-transform: translate3d(0,0,0);
  background: #fff;
  position: fixed;
  top: 110px;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
.navContent_memberNav {
  text-align: center;
  background: #fff;
}
.navContent_memberNav > li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
li.navContent_memberNav_btn {
  padding: 16px 8% 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
li.navContent_memberNav_btn .el_like,
li.navContent_memberNav_btn .el_history {
  width: 50%;
  padding: 0 5px;
}
li.navContent_memberNav_btn .el_like a,
li.navContent_memberNav_btn .el_history a {
  font-size: 1.3rem;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  display: block;
  border: 2px solid #253446;
  text-decoration: none;
}
li.navContent_memberNav_btn .el_like a:hover,
li.navContent_memberNav_btn .el_history a:hover {
  background-color: #333;
  color: #fff;
}
.navContent_memberNav_search {
  padding: 16px 8%;
}
.navContent_memberNav_search .el_searchShop {
  display: block;
  height: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  font-size: 0;
  width: 100%;
}
.navContent_memberNav_search .el_searchShop input,
.navContent_memberNav_search .el_searchShop button {
  display: inline-block;
  font-size: 1.2rem;
  height: 30px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.navContent_memberNav_search .el_searchShop input[type="text"] {
  width: 230px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 0 10px;
  vertical-align: bottom;
}
.navContent_memberNav_search .el_searchShop button {
  width: 40px;
  color: #fff;
  text-align: center;
  background: #888;
}
.navContent_memberNav_search .el_searchShop button i {
  vertical-align: top;
}
.navContent_memberNav_member {
  padding: 16px 8% 0;
}
.navContent_memberNav_member .el_userSpNoLogin {
  width: 100%;
  height: 40px;
  line-height: 20px;
  margin: auto;
  background: #253446;
  border-radius: 20px;
}
.navContent_memberNav_member .el_userSpNoLogin a {
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.navContent_memberNav_member .el_userSpNoLogin a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.navContent_memberNav_member .el_userSpNoLogin a i {
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 4px 0 0 0;
  margin-right: 5px;
  display: inline-block;
  color: #fff;
  line-height: 12px;
}
.navContent_memberNav_member .el_userSpLogin {
  width: 100%;
  text-align: left;
}
.navContent_memberNav_member .el_userSpLogin a {
  position: relative;
  display: block;
  font-size: 0;
  min-height: 35px;
  padding-left: 45px;
}
.navContent_memberNav_member .el_userSpLogin_image {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  vertical-align: middle;
}
.navContent_memberNav_member .el_userSpLogin_data {
  display: block;
  width: 100%;
  font-size: 1.2rem;
}
.navContent_globalNavi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
.navContent_globalNavi li {
  width: 48%;
  border-bottom: 1px solid #ccc;
  background: #fff;
  text-align: center;
}
.navContent_globalNavi li a {
  position: relative;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  color: #454545;
  padding: 12px 8%;
  background-size: 100%;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
}
.navContent_globalNavi li a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.navContent_globalNavi li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 13px;
  color: #888;
}
.navContent_globalNavi li a > span {
  display: none;
}
@media (min-width: 1140px) {
  .navContent_globalNavi li a {
    padding: 22px 8%;
  }
}
.navContent_LPNavi {
  padding: 10px 0;
  display: flex;
}
.navContent_LPNavi li {
  margin: 2%;
  width: 46%;
}
.navContent_LPNavi li a {
  display: block;
  background-color: #ff7766;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navContent_LPNavi li a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.siteNaviBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.siteNaviBtn span {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  width: 100%;
  bottom: 9px;
}
.siteNaviBtn .icon-animation {
  width: 22px;
  height: 20px;
  display: block;
  position: absolute;
  right: 13px;
  top: 10px;
  text-align: center;
  transition: .5s;
}
.siteNaviBtn .icon-animation .el_one,
.siteNaviBtn .icon-animation .el_two,
.siteNaviBtn .icon-animation .el_three,
.siteNaviBtn .icon-animation .el_four {
  width: 22px;
  height: 2px;
  display: block;
  background: #454545;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.siteNaviBtn .icon-animation .el_one {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.siteNaviBtn .icon-animation .el_three {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
.siteNaviBtn .icon-animation .el_four {
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
}
.siteNaviBtn.is-open .icon-animation {
  top: 14px;
}
.siteNaviBtn.is-open .icon-animation .el_two,
.siteNaviBtn.is-open .icon-animation .el_four {
  background: rgba(51,51,51,0);
}
.siteNaviBtn.is-open .icon-animation .el_one {
  -webkit-transform: rotate(-45deg) translateY(0px);
  -ms-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.siteNaviBtn.is-open .icon-animation .el_three {
  -webkit-transform: rotate(45deg) translateY(0px);
  -ms-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}
@media (max-width: 1140px) {
  .navContent {
    overflow-y: scroll;
    height: 100vh;
    top: 50px;
  }
}
@media (min-width: 1141px) {
  body {
    padding-top: 60px;
  }
  .header {
    height: 60px;
  }
  .header .siteLogo {
    width: 110px;
    top: 18px;
    left: 50%;
    transform: translate(-50%,0);
  }
  .pc_header {
    position: absolute;
    display: flex;
    right: 40px;
    top: 0;
  }
  .pc_header .searchKeywordBox {
    padding: 15px 20px;
    padding-left: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navContent {
    width: 400px;
    margin: 0 0 0 auto;
    position: relative;
    top: 60px;
  }
  .navContent button:hover {
    cursor: pointer;
  }
  .siteNaviBtn {
    width: 60px;
    height: 60px;
  }
  .siteNaviBtn .icon-animation {
    width: 20px;
    height: 20px;
    right: 20px;
    top: 14px;
  }
  .siteNaviBtn .icon-animation .el_one,
  .siteNaviBtn .icon-animation .el_two,
  .siteNaviBtn .icon-animation .el_three,
  .siteNaviBtn .icon-animation .el_four {
    width: 20px;
  }
  .siteNaviBtn span {
    font-size: 1.2rem;
    bottom: 13px;
  }
  .siteNaviBtn.is-open .icon-animation {
    top: 18px;
  }
}
.head_loginBtn .el_icon {
  position: absolute;
  top: 0;
  right: 40px;
  width: 50px;
  text-align: center;
  color: #454545;
  font-size: 1rem;
  padding-top: 10px;
  cursor: pointer;
  height: 100%;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.head_loginBtn .el_icon:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.head_loginBtn .el_icon .fa {
  display: block;
  font-size: 1.6rem;
}
.head_loginBtn .el_icon img {
  height: 17px;
}
.head_loginBtn .el_icon span {
  display: block;
  line-height: 1;
}
.head_loginBtn .el_icon.is-like {
  right: 80px;
}
.head_loginBtn .el_icon.is-like.is-open {
  background-color: #efefef;
}
.head_loginBtn .el_icon.is-history {
  right: 120px;
}
.head_loginBtn .el_icon.is-history.is-open {
  background-color: #efefef;
}
@media (min-width: 1140px) {
  .head_loginBtn .el_icon {
    font-size: 1.2rem;
    right: 50px;
  }
  .head_loginBtn .el_icon img {
    height: 20px;
  }
  .head_loginBtn .el_icon.is-like {
    right: 95px;
  }
  .head_loginBtn .el_icon.is-history {
    right: 140px;
  }
}
.head_list {
  position: fixed;
  width: 300px;
  right: 10px;
  top: 70px;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #66728b;
  display: none;
  z-index: 121;
}
.head_list:after {
  content: "";
  position: fixed;
  right: 110px;
  top: 44px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 16px solid #66728b;
}
.head_list.head_historyList:after {
  right: 156px;
}
@media (max-width: 1140px) {
  .head_list {
    top: 60px;
  }
  .head_list:after {
    right: 96px;
    top: 34px;
  }
  .head_list.head_historyList:after {
    right: 136px;
  }
}
.head_list_inn {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 400px;
  height: 100%;
  padding-right: 10px;
  position: relative;
}
.head_list .el_item {
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  display: table;
  margin-bottom: 10px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  table-layout: fixed;
  width: 276px;
}
.head_list .el_item:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.head_list .el_item .el_img {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  height: 80px;
}
.head_list .el_item .el_img span {
  width: 80px;
  height: 80px;
  font-size: 0;
  position: relative;
  display: block;
  padding-top: 62%;
  border: 1px solid #ddd;
  background-color: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.head_list .el_item .el_detail {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  width: 100%;
}
.head_list .el_item .el_detail .el_data {
  font-size: 1rem;
  color: #888;
}
.head_list .el_item .el_detail .el_title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
  color: #806b91;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.head_list .el_item .el_detail .el_text {
  color: #333;
  font-size: 1.2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.84rem;
}
.head_list .text_moreLink {
  font-size: 1.2rem;
}
.head_list .el_close {
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  display: block;
  background-color: #333;
  font-size: 13px;
  border-radius: 50%;
  top: 0;
  right: 0;
  cursor: pointer;
}
footer {
  clear: both;
}
.footerCategory_list {
  padding: 0 10px 20px;
  font-size: 0;
  clear: both;
  width: 100%;
  max-width: 1180px;
  margin: auto;
  text-align: center;
}
.footerCategory_list .el_title {
  font-size: 1.3rem;
  background-color: #555;
  color: #fff;
  height: 30px;
  padding: 6px;
  display: block;
}
@media (min-width: 1000px) {
  .footerCategory_list .el_title {
    position: relative;
    display: inline-block;
    height: 34px;
    padding: 8px;
    margin-right: 30px;
  }
  .footerCategory_list .el_title:after {
    border: 17px solid transparent;
    border-left: 14px solid #555;
    right: -31px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
}
.footerCategory_list > a {
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 1.2rem;
  display: inline-block;
  border: 1px solid #454545;
  color: #454545;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  letter-spacing: -1px;
}
.footerCategory_list > a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.footerCategory_list > a.is-current {
  background-color: #909090;
  color: #fff;
  border: none;
}
@media (min-width: 1000px) {
  .footerCategory_list > a {
    margin: 0 1em 1em 0;
    height: 34px;
    line-height: 34px;
    padding: 0 14px;
    margin-bottom: 0;
  }
}
@media (max-width: 999px) {
  .footerCategory_list > a {
    margin: 5px 2% 0 0;
    width: 23.5%;
  }
  .footerCategory_list > a:nth-child(5) {
    margin-right: 0;
  }
  .footerCategory_list > a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 330px) {
  .footerCategory_list > a {
    font-size: 1.1rem;
  }
}
.footerCont {
  padding: 30PX 0;
  background: #4f4f4f;
}
.footerCont:after {
  content: "";
  display: table;
  clear: both;
}
.footerCont.is-white {
  background-color: #fff;
  padding-top: 0;
}
.footerCont.is-white .baseContent {
  border-top: 1px dashed #ccc;
  padding-top: 20px;
}
.footerCont_links {
  text-align: center;
}
.footerCont_links > a {
  display: inline-block;
  margin-right: 1em;
  height: 26px;
  line-height: 26px;
  font-size: 1.1rem;
  color: #fff;
}
.footerCont_links > a:after {
  content: "";
  width: 1px;
  background-color: #fff;
  height: 1em;
  margin-left: 1em;
  display: inline-block;
}
.footerCont_links > a:nth-of-type(3n):after,
.footerCont_links > a:last-child:after {
  display: none;
}
.footerCont_links > a i {
  margin-right: .4em;
}
.footerCont02 {
  background: #F8F8F8;
  text-align: center;
  padding: 20px 0 0;
  padding-bottom: 40px;
}
@media (min-width: 1000px) {
  .footerCont02 {
    padding-bottom: 50px;
  }
}
.footerCont02_links {
  margin-bottom: 20px;
}
.footerCont02_links > a {
  color: #333;
  font-size: 1.1rem;
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #aaa;
}
.footerCont02_links > a:last-child {
  border-right: none;
}
.footerCont02 .copyright {
  font-size: 1rem;
  color: #888;
  text-align: center;
  background-color: #fff;
  padding: 10px;
}
.footerBanner {
  position: relative;
  justify-content: space-between;
}
.footerBanner a {
  margin-bottom: 20px;
  width: 32.5%;
}
.footerBanner:after {
  display: none;
}
@media (max-width: 767px) {
  .footerBanner a {
    width: 94%;
    margin: 0 auto 20px;
  }
}
@media (min-width: 1000px) {
  footer {
    min-width: 1000px;
  }
  .footerCont_sns {
    margin-top: 0;
    width: 340px;
    vertical-align: middle;
    display: inline-block;
  }
  .footerCont_apps {
    vertical-align: middle;
    display: inline-block;
  }
}
@media (max-width: 999px) {
  .footerCont_sns span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.topHeadBar {
  width: 100%;
  top: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  margin: auto;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
}
.topHeadBar.hide {
  transform: translateY(-100%);
}
.topHeadBar .el_text a {
  font-size: 1.4rem;
  text-decoration: underline;
}
.topHeadBar ul.topHeadBar_menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 600px;
  margin: auto;
}
.topHeadBar ul.topHeadBar_menu li {
  width: 20%;
  position: relative;
  max-width: 240px;
  text-align: center;
  padding: 10px 0;
}
.topHeadBar ul.topHeadBar_menu li.current:after,
.topHeadBar ul.topHeadBar_menu li:hover:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #333;
  left: 50%;
  bottom: 0;
  display: block;
  transform: translate(-50%,0);
}
.topHeadBar ul.topHeadBar_menu li .el_item {
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
}
.topHeadBar ul.topHeadBar_menu li .el_item:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.topHeadBar ul.topHeadBar_menu li .el_item span {
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 2px;
}
.topHeadBar ul.topHeadBar_menu li.subMenu .el_item {
  padding-right: 10px;
}
.topHeadBar ul.topHeadBar_menu li.subMenu.current:after {
  color: #fff;
}
.topHeadBar ul.topHeadBar_menu li.subMenu.is-open:before {
  content: '';
  z-index: 4;
  width: 0;
  height: 0;
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  bottom: 4px;
  right: 0;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 999px) {
  .topHeadBar ul.topHeadBar_menu {
    border: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .topHeadBar ul.topHeadBar_menu li {
    max-width: 20%;
    padding: 10px 0;
  }
  .topHeadBar ul.topHeadBar_menu li:first-child .el_item {
    border-left: none;
  }
  .topHeadBar ul.topHeadBar_menu li:last-child .el_item {
    border-right: none;
  }
  .topHeadBar ul.topHeadBar_menu li.subMenu:after {
    right: 8px;
  }
  .topHeadBar ul.topHeadBar_menu li .el_item {
    font-size: 1.2rem;
  }
  .topHeadBar ul.topHeadBar_menu li .el_item span {
    display: none;
  }
}
.subMenuCont {
  display: none;
  position: absolute;
  background-color: #fff;
  margin: auto;
  width: 98%;
  max-width: 1200px;
  z-index: 3;
  transform: translate(-50%,-8px);
  left: 50%;
  text-align: left;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.14);
}
.subMenuCont .close_btn.is-btn {
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  display: block;
  background-color: #333;
  font-size: 13px;
  border-radius: 50%;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.subMenuCont .close_btn.is-smp {
  display: none;
}
@media (max-width: 999px) {
  .subMenuCont {
    padding: 10px;
    box-shadow: 0 14px 10px 10px rgba(0,0,0,0.2);
  }
  .subMenuCont .close_btn.is-btn {
    top: 8px;
    right: 10px;
    line-height: 22px;
    height: 24px;
    width: 24px;
    display: none;
  }
  .subMenuCont .close_btn.is-smp {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 20px;
  }
}
.subMenuCont_item_box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subMenuCont_item_box .el_title {
  width: 80px;
  font-weight: bold;
  padding-top: 10px;
}
.subMenuCont_item_box .el_list {
  flex: 1;
}
@media (max-width: 999px) {
  .subMenuCont_item_box {
    display: block;
  }
  .subMenuCont_item_box .el_title {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5px;
  }
  .subMenuCont_item_box .el_list {
    width: 100%;
  }
}
.subMenuCont .el_list.is-boxLink {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subMenuCont .el_list.is-boxLink a {
  width: 12%;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #ccc;
  margin: 5px 0.25%;
  border-radius: 3px;
  color: #333;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.subMenuCont .el_list.is-boxLink a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 999px) {
  .subMenuCont .el_list.is-boxLink a {
    width: 48%;
    margin: 2px 1%;
    font-size: 1.1rem;
  }
}
.subMenuCont .el_list.is-imageLink {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subMenuCont .el_list.is-imageLink .el_list_item {
  width: 20%;
  padding: 5px;
}
.subMenuCont .el_list.is-imageLink .el_list_item a {
  position: relative;
  color: #333;
  background-color: #efefef;
  height: 40px;
  display: table;
  table-layout: fixed;
  font-size: 1.2rem;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.subMenuCont .el_list.is-imageLink .el_list_item a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.subMenuCont .el_list.is-imageLink .el_list_item a img {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #efefef;
  display: table-cell;
}
.subMenuCont .el_list.is-imageLink .el_list_item a .el_title {
  font-weight: bold;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  padding: 10px;
  line-height: 1.3;
}
.subMenuCont .el_list.is-imageLink.is-small .el_list_item {
  width: 16.66%;
}
.subMenuCont .el_list.is-imageLink.is-small .el_list_item a img {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #efefef;
  padding: 5px;
}
@media (max-width: 999px) {
  .subMenuCont_item_footer {
    padding-top: 0;
    display: block;
  }
  .subMenuCont_item_footer .el_searchShop {
    margin: 0 auto 20px;
  }
  .subMenuCont_item_footer .el_indexBtn a {
    width: 100%;
  }
  .subMenuCont_item_header {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
  .subMenuCont_item_header .el_searchShop {
    margin: 0 auto 10px;
  }
  .subMenuCont_item_header .el_indexBtn {
    margin-bottom: 10px;
  }
  .subMenuCont_item_header .el_indexBtn a {
    width: 100%;
  }
}
.heading {
  overflow: hidden;
  margin-bottom: 20px;
}
.el_heading {
  min-width: 1000px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  display: table;
}
.el_heading:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  min-width: 1000px;
  height: 90px;
  margin: 0 auto;
  background-image: -webkit-gradient(linear,left top,right bottom,from(rgba(255,255,255,0)),color-stop(0.4,rgba(255,255,255,0)),color-stop(0.4,rgba(0,0,0,0.1)),color-stop(0.6,rgba(0,0,0,0.1)),color-stop(0.6,rgba(255,255,255,0)),to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
  background-image: -moz-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
  background-image: -o-linear-gradient(top -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
  background-image: linear-gradient(to bottom -45deg,transparent 40%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,transparent 60%);
  background-size: 4px 4px;
  z-index: -20;
}
.el_heading .el_heading_title {
  width: 300px;
  padding-top: 5px;
  display: table-cell;
}
.el_heading .el_heading_title:before {
  content: "";
  display: block;
  width: 100px;
  height: 30px;
  margin: 0 auto;
  opacity: 0.5;
  background: url(../img/basis/head_ico_title.png) no-repeat;
  background-size: cover;
}
.el_heading .el_heading_title.is-event h1 {
  padding: 6px 8px 0;
  letter-spacing: -2px;
}
.el_heading h1 {
  display: inline-block;
  margin: 0 auto;
  height: auto;
  padding: 6px 10px 0;
  font-size: 1.8em;
  letter-spacing: 1px;
  font-style: italic;
  position: relative;
}
.el_heading h1:before {
  position: absolute;
  left: -35px;
  top: 7px;
  content: "";
  display: block;
  width: 30px;
  height: 25px;
  opacity: 0.6;
  margin: 0 auto;
  background: url(../img/basis/head_ico_titleSide.png) no-repeat;
  background-size: cover;
}
.el_heading h1:after {
  position: absolute;
  right: -35px;
  top: 7px;
  content: "";
  display: block;
  width: 30px;
  height: 25px;
  opacity: 0.6;
  margin: 0 auto;
  background: url(../img/basis/head_ico_titleSide.png) no-repeat;
  background-size: cover;
}
.el_heading p {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  font-size: 1.1em;
  line-height: 1.6;
  width: 700px;
  text-align: left;
}
@media (max-width: 999px) {
  .el_heading {
    min-width: 100%;
    display: block;
  }
  .el_heading:before {
    min-width: 100%;
    height: 40px;
  }
  .el_heading .el_heading_title {
    display: block;
    width: 100%;
    padding: 0;
  }
  .el_heading .el_heading_title:before {
    display: none;
  }
  .el_heading .el_heading_title.is-event h1 {
    padding: 0;
    letter-spacing: 1px;
  }
  .el_heading h1 {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
    font-style: normal;
    text-align: center;
  }
  .el_heading h1:before,
  .el_heading h1:after {
    display: none;
  }
  .el_heading p {
    display: none;
  }
}
.heading img {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.heading h2 {
  display: block;
  float: left;
  width: 140px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  font-style: italic;
  line-height: 0.8em;
  color: #253446;
  padding-top: 2px;
  padding-right: 6px;
}
.heading h2 span {
  display: block;
  font-size: 10px;
  color: #888;
  font-style: normal;
}
.heading p {
  font-size: 1.2em;
  line-height: 1.6;
  padding: 0 0 0 0;
}
.breadcrumb {
  font-size: 1rem;
  padding: 10px 0;
  overflow-y: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.breadcrumb ol,
.breadcrumb ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
}
.breadcrumb li {
  list-style: none;
  padding: 10px 0;
}
.breadcrumb li i {
  margin: 0 10px;
}
#wrapper {
  position: relative;
}
.topImportantNotice {
  padding: 10px 15px;
  background-color: #fff4f4;
  border-bottom: 1px solid #e5b7b7;
  color: #b3261e;
  text-align: center;
}
.topImportantNotice_text {
  display: block;
  margin: 0;
  color: inherit;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
}
.topImportantNotice_text:link,
.topImportantNotice_text:visited,
.topImportantNotice_text:hover,
.topImportantNotice_text:focus,
.topImportantNotice_text:active {
  color: inherit;
}
@media (min-width: 1000px) {
  .topImportantNotice {
    padding: 12px 20px;
  }
  .topImportantNotice_text {
    font-size: 1.4rem;
  }
}
.top_big_bnr {
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
}
.top_big_bnr a {
  margin: auto;
  max-width: 940px;
  display: block;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top_big_bnr a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.top_big_bnr img {
  width: 100%;
  vertical-align: bottom;
}
.bigSectionTitle {
  text-align: center;
  margin-bottom: 20px;
}
.bigSectionTitle span {
  display: block;
  text-align: center;
  font: bold 3.2rem/1 'DM Sans';
  letter-spacing: 3.5px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.bigSectionTitle small {
  font-size: 0;
  display: block;
}
@media (min-width: 1000px) {
  .bigSectionTitle {
    margin-bottom: 40px;
  }
  .bigSectionTitle span {
    font-size: 5rem;
  }
}
.topMainNavi {
  background-color: #ff7766;
  padding: 10px 10px 20px;
}
.topMainNavi_title {
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font: italic 2rem/1.6 'lato';
}
.topMainNavi_text {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
.topMainNavi ul {
  padding: 10px 0 20px;
  display: flex;
}
.topMainNavi ul li {
  width: 23%;
  margin: 0 1%;
}
.topMainNavi ul li a {
  display: block;
  background-color: #fff;
  padding: 14px 0;
  color: #454545;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: bold;
}
.topMainNavi ul li a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.topMainNavi ul li a span {
  display: none;
}
.topMainNavi .searchKeywordBox {
  justify-content: center;
}
.topMainNavi .searchKeywordBox .el_searchKeyword {
  border: none;
}
@media (min-width: 1000px) {
  .topMainNavi {
    padding: 0 20px;
  }
  .topMainNavi .topMainNavi_inn {
    margin: auto;
    max-width: 1000px;
    display: flex;
  }
  .topMainNavi_title {
    font: italic 3rem/2 'lato';
    margin-top: 20px;
  }
  .topMainNavi .titleWrap {
    width: 30%;
    padding: 20px 0;
  }
  .topMainNavi ul {
    width: 70%;
    padding: 20px 0;
  }
  .topMainNavi ul li a {
    padding: 30px 0;
    font-size: 1.6rem;
  }
  .topMainNavi ul li a span {
    display: block;
    font: italic 1.2rem/1 'lato';
    color: #909090;
  }
  .topMainNavi .searchKeywordBox {
    display: none;
  }
}
.columnWrapper {
  padding: 0 3% 40px;
  background-color: #fff;
}
.top_column {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-top: 40px;
}
.top_column .columnList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_column .columnList_item {
  width: 100%;
  padding: 0px 10px 10px;
}
.top_column .columnList_item .el_title {
  -webkit-line-clamp: 2;
  max-height: 3.52rem;
}
@media (min-width: 1000px) {
  .top_column {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .top_column .columnList_item {
    width: 33.3333%;
  }
  .top_column .columnList_item .el_title {
    -webkit-line-clamp: 2;
    max-height: 4.48rem;
  }
  .top_column .columnList_item:first-of-type .el_title {
    -webkit-line-clamp: 2;
    max-height: 4.48rem;
  }
  .top_column .columnList_item:nth-of-type(-n+2) {
    width: 50%;
  }
}
.top_columnCategory {
  position: relative;
  width: 100%;
  height: 40px;
  margin: auto;
  margin-bottom: 5px;
  overflow-x: scroll;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.top_columnCategory::-webkit-scrollbar {
  height: 3px;
}
.top_columnCategory::-webkit-scrollbar-track {
  background: #fff;
  border-top: none;
  padding-bottom: 10px;
}
.top_columnCategory::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 2px;
  box-shadow: none;
}
.top_columnCategory_list {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  padding-top: 10px;
  width: 100%;
}
.top_columnCategory_list .el_item {
  font-size: 1.1rem;
  color: #333;
  padding-left: 16px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top_columnCategory_list .el_item:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.top_columnCategory_list .el_item:after {
  content: "/";
  margin-left: 16px;
}
.top_columnCategory_list .el_item:last-child {
  margin-right: 20px;
}
.top_columnCategory_list .el_item:last-child:after {
  display: none;
}
.top_columnCategory_list .el_item.is-current {
  color: #aa9977;
  font-weight: bold;
}
.top_columnCategory_list .el_item.is-current:before {
  content: "#";
  font-size: 1rem;
}
@media (min-width: 1000px) {
  .top_columnCategory {
    text-align: center;
    height: 50px;
    margin-bottom: 10px;
  }
  .top_columnCategory_list {
    padding-top: 20px;
  }
  .top_columnCategory_list .el_item {
    font-size: 1.3rem;
  }
}
.eventWrapper {
  padding: 40px 3%;
  background-color: #f8f8f8;
}
.top_eventList {
  width: 100%;
  max-width: 1200px;
}
.eventCategory {
  margin: 20px 0;
}
.eventCategory_list {
  font-size: 0;
  clear: both;
  width: 100%;
  max-width: 1180px;
  margin: auto;
  margin: 0 auto 20px;
  text-align: center;
}
.eventCategory_list .el_title {
  font-size: 1.3rem;
  background-color: #555;
  color: #fff;
  height: 30px;
  padding: 6px;
  display: block;
}
.eventCategory_list .el_title a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.eventCategory_list .el_title a:hover,
.eventCategory_list .el_title a:active {
  color: #ccc;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .eventCategory_list .el_title {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 10px;
    margin-right: 30px;
  }
  .eventCategory_list .el_title:after {
    border: 20px solid transparent;
    border-left: 14px solid #555;
    right: -34px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
}
.eventCategory_list > a {
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 1.2rem;
  display: inline-block;
  border: 1px solid #ccc;
  color: #454545;
  height: 24px;
  line-height: 22px;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  font-weight: bold;
}
.eventCategory_list > a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.eventCategory_list > a.is-current {
  background-color: #333;
  color: #fff;
  border: none;
}
@media (min-width: 1000px) {
  .eventCategory_list > a {
    margin: 0 1em 1em 0;
    padding: 0 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 999px) {
  .eventCategory_list > a {
    margin: 5px 1%;
    width: 48%;
  }
  .eventCategory_list > a:nth-of-type(4) {
    margin-right: 0;
  }
  .eventCategory_list > a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  .eventCategory_list.threeColumn > a {
    width: 32%;
  }
  .eventCategory_list.threeColumn > a:nth-child(5) {
    margin-right: 2%;
  }
  .eventCategory_list.threeColumn > a:nth-child(4n) {
    margin-right: 0;
  }
}
.top_eventList.is-choice {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_eventList.is-choice a.eventList_item {
  width: 100%;
}
@media (min-width: 1000px) {
  .top_eventList.is-choice a.eventList_item {
    width: 30%;
  }
}
@media (min-width: 1000px) {
  .eventWrapper {
    padding: 60px 3%;
    min-width: 960px;
  }
  .eventCategory_list {
    margin-bottom: 40px;
    padding: 0 10px;
  }
}
.topSns {
  padding: 40px 0;
  background-color: #F8F8F8;
  margin-top: 80px;
}
.topSns_title {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 3px;
  font-weight: 900;
  margin-bottom: 10px;
}
.topSns_cont {
  text-align: center;
  font-size: 0;
  position: relative;
}
.topSns_cont a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  line-height: 18px;
  font-size: 16px;
  margin-right: 15px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #5F7F95;
  padding-top: 10px;
}
.topSns_cont a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.topSns_cont a img {
  width: 26px;
  height: 20px;
}
@media (min-width: 1000px) {
  .topSns_title {
    font-size: 3.2rem;
  }
  .topSns_cont a {
    width: 55px;
    height: 55px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    line-height: 33px;
    font-size: 20px;
  }
  .topSns_cont a img {
    width: 35px;
    height: 11px;
  }
}
.pickupWrapper {
  padding: 30px 0 0;
}
.pickup {
  margin: 20px auto;
  width: 100%;
  max-width: 100%;
}
.pickupTitle {
  color: #fff;
  text-align: center;
}
.pickupTitle h2 {
  font: bold 1.6rem/1 'lato';
  font-weight: 900;
  letter-spacing: 3px;
}
.pickupTitle span {
  font-size: 0.8rem;
}
.pickup_item {
  position: relative;
  display: block;
  width: 293px;
  position: 10px 10px 0;
  background-color: #fff;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pickup_item:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.pickup_item_image {
  width: 100%;
  padding-top: 62%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
}
.pickup_item_detail {
  padding: 10px 10px 0;
}
.pickup_item_detail .el_data {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #888;
}
.pickup_item_detail .el_title {
  display: block;
  color: #333;
  height: 3.2em;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}
.pickup_inn {
  margin-bottom: 60px;
}
.pickup_inn .columnList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pickup_inn .columnList .columnList_item {
  margin-bottom: 0;
  width: 100%;
  padding: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pickup_inn .columnList .columnList_item_image {
  width: 40%;
  margin-bottom: 0;
}
.pickup_inn .columnList .columnList_item_detail {
  width: 60%;
  padding-left: 10px;
}
.pickup_inn .columnList .columnList_item_detail .el_title {
  -webkit-line-clamp: 2;
  max-height: 3.52rem;
}
@media (min-width: 1000px) {
  .pickupWrapper {
    padding: 0;
  }
  .pickup_inn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 60px;
  }
  .pickup_inn .columnList {
    width: 45%;
    padding: 20px;
  }
  .pickup_inn .columnList .columnList_item_image {
    margin-bottom: 0;
  }
  .pickup_inn .columnList .columnList_item_detail {
    padding-left: 20px;
  }
  .pickup_inn .columnList .columnList_item_detail .el_title {
    max-height: 4.48rem;
  }
  .pickup {
    width: 55%;
  }
  .pickupTitle {
    background-color: #333;
    padding: 20px 0;
  }
  .pickupTitle h2 {
    font: bold 2rem/1 'lato';
    letter-spacing: 3px;
  }
  .pickup_item {
    width: 370px;
  }
  .pickup_item_detail {
    height: 60px;
  }
  .pickup_item_detail .el_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .pickup_item:hover .feature_item_image {
    opacity: 0.7;
  }
}
.is-bycolour {
  background: linear-gradient(90deg,#f7f6f5 0%,#f7f6f5 50%,#fff 50%,#fff 100%);
}
@media (min-width: 1000px) {
  .l-pc_half {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
  }
  .l-pc_half_item {
    width: 50%;
    max-width: 500px;
  }
}
.womoReleaseWrapper {
  padding: 60px 3%;
}
@media (min-width: 1000px) {
  .womoReleaseWrapper {
    padding-top: 100px;
    justify-content: center;
  }
}
.womoRelease {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.1rem;
  margin-bottom: 30px;
}
.womoRelease_detail {
  width: calc(100% - 130px);
  padding-right: 3%;
}
.womoRelease_title {
  margin-bottom: 6px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.womoRelease_title span {
  position: relative;
}
.womoRelease_title span::before,
.womoRelease_title span::after {
  position: absolute;
  top: 0.5em;
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #aa9977;
}
.womoRelease_title span::before {
  left: -40px;
}
.womoRelease_title span::after {
  right: -40px;
}
.womoRelease_release {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
}
.womoRelease_release span {
  font-weight: 700;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 5px;
}
.womoRelease_release small {
  display: block;
  font-size: 1.1rem;
}
.womoRelease_text {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}
.womoRelease_link a {
  text-align: center;
  color: #333;
  padding: 5px 0;
  border-radius: 3px;
  background-color: #fff;
  display: block;
  border: 1px solid #aa9977;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.womoRelease_link a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.womoRelease_image {
  width: 130px;
}
.womoRelease_image img {
  width: 100%;
  height: auto;
}
.womoRelease_present {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.womoRelease_present a {
  color: #333;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.womoRelease_present a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.womoRelease_present a + a {
  margin-top: 40px;
}
.womoRelease_present_item {
  width: 100%;
  position: relative;
  background-color: #fff;
  display: block;
}
.womoRelease_present_item .el_img {
  width: 204px;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.womoRelease_present_item .el_img span {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  vertical-align: top;
  background-color: #ddd;
}
.womoRelease_present_item .el_head {
  font-size: 1.4rem;
  display: block;
}
.womoRelease_present_item .el_detail {
  vertical-align: top;
  padding: 20px;
  padding-bottom: 0;
  width: 100%;
  font-size: 1.1rem;
}
.womoRelease_present_item .el_title {
  text-align: center;
  font-size: 1.2rem;
  border-radius: 2px;
  padding: 0 10px;
  margin-bottom: 5px;
  color: #fff;
  display: block;
  background-color: #4f4f4f;
}
.womoRelease_present_item .el_text {
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.womoRelease_present_item .el_date {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media (min-width: 1000px) {
  .womoRelease_present_item {
    display: table;
  }
  .womoRelease_present_item .el_img {
    display: table-cell;
    width: 180px;
    vertical-align: top;
  }
  .womoRelease_present_item .el_img span {
    width: 180px;
    height: 180px;
  }
  .womoRelease_present_item .el_detail {
    width: 100%;
    vertical-align: top;
    padding-top: 0;
  }
}
@media (min-width: 1000px) {
  .womoRelease_title {
    font-size: 1.6rem;
  }
}
.womoNews {
  width: 100%;
  margin-top: 80px;
  background-color: #fff;
}
.womoNews a.el_item {
  color: #333;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}
.womoNews a.el_item:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.womoNews dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.womoNews dl > dt {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  font-size: 1.2rem;
  color: #888;
  letter-spacing: 0.1em;
}
.womoNews dl > dd {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  font-size: 1.2rem;
}
@media (min-width: 1000px) {
  .womoNews {
    margin-top: 0;
    padding: 0 0 0 40px;
  }
  .womoNews dl > dd {
    font-size: 1.4rem;
  }
}
.listContBorder {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}
.listContBorder li {
  display: block;
  width: 40.5%;
  border: 1px solid #ddd;
  background: #fff;
  padding-bottom: 10px;
  margin: 0 3% 10px;
  position: relative;
}
.listContBorder li .topicsIco {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 999;
  margin: 0;
  top: 3px;
  right: 3px;
}
.listContBorder li .prIco {
  height: 15px;
  padding: 3px 0 0 8px;
}
.listContBorder li p {
  font-size: 1.2rem;
  margin: 0 10px;
  line-height: 1.8;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.listContBorder li h3 {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
}
.listContBorder li a.boxgrid {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #fafafa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.listContBorder li .boxcaption {
  float: left;
  position: absolute;
  background: #fff;
  height: 50%;
  width: 100%;
  opacity: 0.9;
}
.listContBorder li .caption .boxcaption {
  top: 82%;
  left: 0;
}
.listContBorder li p > i {
  display: inline-block;
  margin-right: 4px;
}
@media (min-width: 768px) {
  .listContBorder li {
    width: 30%;
  }
}
@media screen and (min-width: 1040px) {
  .listContBorder {
    overflow: hidden;
  }
  .listContBorder li {
    display: block;
    width: 220px;
    height: 290px;
    margin: 0 20px 10px;
  }
}
.topOsanpo_slide {
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity .25s ease;
}
.topOsanpo_slide_item {
  width: 640px;
  display: block;
}
.topOsanpo_slide_item img {
  width: 100%;
}
@media (min-width: 1000px) {
  .topOsanpo_slide_item {
    border-right: 4px solid #fff;
  }
  .topOsanpo_slide_item img {
    width: 640px;
  }
}
.topOsanpo_slide.slick-initialized {
  opacity: 1;
}
.topOsanpo_bnr {
  margin-bottom: 60px;
}
@media (max-width: 999px) {
  .topOsanpo_bnr {
    margin-bottom: 0;
  }
}
.topOsanpo_bnr_title {
  text-align: center;
  margin-bottom: 20px;
}
.topOsanpo_bnr_title img {
  width: 90%;
  max-width: 430px;
}
.topOsanpo_bnr_text {
  text-align: center;
  margin-bottom: 20px;
}
.topOsanpo_bnr .moreLink {
  margin-top: 20px;
  margin-bottom: 30px;
}
.topOsanpo_bnr_item {
  opacity: 0;
  transition: opacity .25s ease;
}
.topOsanpo_bnr_item .el_item {
  padding: 0 10px;
}
.topOsanpo_bnr_item .el_item img {
  width: 100%;
}
.topOsanpo_bnr_item.slick-initialized {
  opacity: 1;
}
.topOsanpo_column.columnPr {
  padding: 0;
  border-top: none;
  border-bottom: none;
  margin-top: 0;
}
.top_featureWrapper {
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (min-width: 1000px) {
  .top_featureWrapper {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}
.top_feature {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_feature_item {
  width: 50%;
  padding: 10px;
}
.top_feature_item img {
  width: 100%;
  vertical-align: bottom;
}
.top_spotWrapper {
  text-align: center;
  margin-bottom: 80px;
}
.top_spotWrapper .searchKeywordBox {
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 1000px) {
  .top_spotWrapper {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}
.top_spot {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_spot_item {
  width: 48%;
  margin: 5px 1%;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 1.4rem;
  display: inline-block;
  border: 1px solid #ccc;
  color: #454545;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  font-weight: bold;
}
.top_spot_item:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .top_spot {
    padding: 0 60px;
  }
}
.top_about {
  padding: 80px 0;
  background-color: #4C2E12;
  background-image: url("../img/top/bg_about_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
.top_about_text {
  font-weight: bold;
}
@media (min-width: 1000px) {
  .top_about {
    background-image: url("../img/top/bg_about.png");
  }
}
.questionnaire_box {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #ccc;
}
.questionnaire_box:last-of-type {
  border: none;
}
.questionnaire_box_head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.questionnaire_box_head .el_title {
  width: 70%;
  font-weight: bold;
  font-size: 2.2rem;
  padding-left: 20px;
  border-left: 6px solid #333;
  margin-bottom: 10px;
}
.questionnaire_box_head .el_limit {
  width: 30%;
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.questionnaire_box_head .el_limit span {
  color: #253446;
  display: block;
  font-size: 1.6rem;
}
.questionnaire_box_head .el_limit p {
  font-size: 1.2rem;
  color: #888;
}
@media (max-width: 767px) {
  .questionnaire_box_head .el_title,
  .questionnaire_box_head .el_limit {
    width: 100%;
  }
  .questionnaire_box_head .el_title {
    font-size: 1.6rem;
  }
}
.questionnaire_box_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.questionnaire_box_list li {
  width: 50%;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.questionnaire_box_list li:nth-of-type(2n) {
  border-right: none;
}
.questionnaire_box_list li .el_capacity {
  background-color: #253446;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  padding-top: 8px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.questionnaire_box_list li .el_capacity span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.4em;
}
.questionnaire_box_list li .el_title {
  font-size: 1.6rem;
  color: #253446;
  font-weight: bold;
  padding-right: 50px;
  min-height: 60px;
  padding-bottom: 10px;
}
.questionnaire_box_list li .el_title span {
  color: #888;
  margin-right: 10px;
}
.questionnaire_box_list li .el_cont {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.questionnaire_box_list li .el_img {
  width: 120px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
}
.questionnaire_box_list li .el_detail {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 10px;
}
.questionnaire_box_list li .el_detail .el_text {
  margin-bottom: 20px;
}
.questionnaire_box_list li .el_detail .el_data {
  font-size: 1.2rem;
  display: block;
}
@media (max-width: 767px) {
  .questionnaire_box_list li {
    width: 100%;
    border-right: none;
  }
}
.questionnaire_box .el_btn {
  display: block;
  text-align: center;
}
.questionnaire_box .el_btn .el_text {
  margin-top: 20px;
}
.questionnaire_box .el_btn a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 30px 0;
  padding: 10px 15px;
  padding-right: 40px;
  text-align: center;
  border-radius: 3px;
  background: #66728c;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.questionnaire_box .el_btn a:after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0,-50%);
}
.questionnaire_main {
  margin-bottom: 40px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}
.questionnaire_main .sectionTitle {
  font-size: 1.8rem;
  font-weight: bold;
}
.questionnaire_main .el_text {
  padding: 0 20px;
}
.questionnaire_main .el_text.required {
  color: #253446;
}
#questionnaire_form .question_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#questionnaire_form .question_title .required {
  display: inline-block;
  border-radius: 3px;
  margin-left: 10px;
  padding: 3px 10px;
  color: #fff;
  background-color: #253446;
  font-size: 1.2rem;
}
#questionnaire_form .answer {
  font-size: 1.4rem;
}
input:focus,
textarea:focus {
  background: #fef5f6;
}
.formContent {
  max-width: 780px;
  margin: 0 auto;
}
.formContent .is-point {
  color: #253446;
}
.womoForm {
  font-size: 1.2rem;
}
.womoForm input[type="number"],
.womoForm input[type="email"],
.womoForm input[type="password"],
.womoForm input[type="tel"],
.womoForm input[type="submit"],
.womoForm input[type="text"],
.womoForm input[type="date"],
.womoForm input[type="file"],
.womoForm button,
.womoForm textarea,
.womoForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.womoForm input[type="number"],
.womoForm input[type="email"],
.womoForm input[type="password"],
.womoForm input[type="tel"],
.womoForm input[type="submit"],
.womoForm input[type="text"],
.womoForm input[type="date"],
.womoForm input[type="file"],
.womoForm button,
.womoForm textarea,
.womoForm select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.womoForm input[type="number"]:focus,
.womoForm input[type="email"]:focus,
.womoForm input[type="password"]:focus,
.womoForm input[type="tel"]:focus,
.womoForm input[type="submit"]:focus,
.womoForm input[type="text"]:focus,
.womoForm input[type="date"]:focus,
.womoForm input[type="file"]:focus,
.womoForm button:focus,
.womoForm textarea:focus,
.womoForm select:focus {
  outline: #ffe9e9 auto 5px;
}
.womoForm select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: 1px solid #aaa;
  background: #fff url(../img/ico_arrow_down.svg) 96% 50% no-repeat;
  background-size: 14px;
  font-size: 16px;
}
:placeholder-shown {
  color: #ddd;
}
::-webkit-input-placeholder {
  color: #ddd;
}
:-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ddd;
}
.womoForm input {
  margin: 1%;
}
.womoForm input[type="number"],
.womoForm input[type="email"],
.womoForm input[type="password"],
.womoForm input[type="tel"],
.womoForm input[type="file"],
.womoForm input[type="date"],
.womoForm input[type="text"],
.womoForm textarea {
  width: 100%;
  border-radius: 3px;
  padding: 8px 12px;
  border: 2px solid #ddd;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.womoForm input[type="number"] {
  display: inline-block;
  width: 5em;
  margin: 0 4px 0 0;
}
.womoForm input[type="file"] {
  background: #ddd;
}
.womoForm input[type="date"] {
  width: 46%;
  margin: 2% 0;
}
input#zip {
  width: 10em;
}
@media (min-width: 1000px) {
  .womoForm input.is-harf,
  .womoForm input[type="tel"] {
    width: 50%;
    margin-bottom: 5px;
  }
}
.womoForm_checkbox,
.womoForm_radio {
  overflow: hidden;
}
.womoForm_checkbox > label,
.womoForm_radio > label {
  display: block;
  width: 100%;
  padding: 2%;
  border: 2px dotted #ddd;
  margin: 0 0 2%;
  border-radius: 3px;
  background: #fff;
}
.womoForm_checkbox > label:nth-child(2n+1),
.womoForm_radio > label:nth-child(2n+1) {
  margin: 0 0 2%;
}
.womoForm_checkbox > label:hover,
.womoForm_radio > label:hover {
  background: #ffe9e9;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .womoForm_checkbox > label,
  .womoForm_radio > label {
    width: 48%;
    margin: 0 0 2% 4%;
    float: left;
  }
}
.womoForm select {
  width: 100%;
  padding: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.selectWrapper {
  width: auto;
  display: inline-block;
  background: #fff url(../img/basis/ico_arrow_down.png) 96% 50% no-repeat;
  background-size: 14px;
  padding-right: 20px;
  border-radius: 3px;
  border: 2px solid #ddd;
  overflow: hidden;
}
.selectWrapper select {
  width: 150%;
  border: none;
  font-size: 1.6rem;
}
.womoform_birthdayInput {
  display: table;
  width: 70%;
}
.womoform_birthdayInput > div {
  display: table-cell;
}
.womoForm select.is-birthday {
  width: 80%;
  margin: 0 2% 3% 0;
}
.womoForm ul.qestionList {
  margin: auto 3%;
}
@media (min-width: 1000px) {
  .womoForm ul.qestionList {
    margin: auto 20px;
  }
}
.womoForm ul.qestionList li {
  margin: 2% 0;
}
.womoForm ul.qestionList li > h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 4%;
  padding-bottom: 2%;
}
.womoForm ul.qestionList li > h2 > span {
  margin-left: .4em;
}
.womoForm ul.qestionList li > h2 > span.is-essentials {
  color: #ff7766;
}
.is-required,
.womoForm select:required,
.womoForm input:required {
  background-color: #ffe9e9;
}
.womoForm .is-anyList {
  background: #f8f8f8;
  padding: 0 2%;
}
.womoForm input[type="button"]#open_map {
  width: 14em;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #63483f;
  padding: 10px;
  margin: 0 0 5px;
  border: 1px solid #a3a3a3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#ededed 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ededed));
  background: -webkit-linear-gradient(top,#ffffff 0%,#ededed 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#ededed 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#ededed 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
  -webkit-appearance: none;
}
.womoForm input[type="submit"] {
  cursor: pointer;
  display: block;
  margin: 30px auto;
  font-size: 1.2rem;
  font-weight: bold;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  border: 2px solid #333;
  padding: 0 20px;
  min-width: 120px;
  background-color: #fff;
  color: #333;
  letter-spacing: 0.15em;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.womoForm input[type="submit"]:hover {
  background-color: #333;
  color: #fff;
}
.womoForm_backBtn input[type='button'] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.womoForm_backBtn a,
.womoForm_backBtn input[type='button'] {
  display: block;
  width: 300px;
  background: #eee;
  border-bottom: 2px solid #ddd;
  padding: 20px;
  margin: 4% auto;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.womoForm_backBtn a:hover,
.womoForm_backBtn input:hover {
  background: #ddd;
}
.womoForm_backBtn a > i {
  margin-right: 2%;
}
.womoForm img {
  max-width: 100%;
}
dl.womoForm_textBox {
  padding: 3% 0;
  border-radius: 3px;
  margin-bottom: 20px;
}
dl.womoForm_textBox > dt {
  font-size: 1.4rem;
  padding: 0 3% 3%;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 3%;
}
dl.womoForm_textBox dd {
  padding: 0 3%;
  font-size: 1.2rem;
}
dl.womoForm_textBox.is-error {
  border: 1px solid #D80840;
}
.womoForm ul.qestionList li > h2 > span.is-gray {
  color: #85a0a9;
}
.is-comfirmText {
  font-size: 1.2rem;
  padding: 10px 20px 0;
  background: #fff;
}
.womoForm_flow {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-shadow: 0 2px 2px #ddd;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.womoForm_flow > li {
  display: table-cell;
  background: #f1f1f1;
  text-align: center;
  padding: 10px 1%;
}
@media (min-width: 768px) {
  .womoForm_flow > li .el_title,
  .womoForm_flow > li .el_Nomber {
    display: block;
    text-align: center;
  }
}
.womoForm_flow > li.is-current {
  background: #fff;
  color: #333;
}
.womoForm_warning {
  font-weight: bold;
}
.memberGuide:after {
  content: "";
  display: table;
  clear: both;
}
.memberGuide a {
  display: block;
  font-size: 1.3rem;
  color: #5F7F95;
  text-decoration: none;
  float: right;
  padding-bottom: 10px;
}
.memberGuide i {
  width: 20px;
  height: 20px;
  background: #5F7F95;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 4px 0 0 0;
  float: left;
  margin-right: 5px;
}
.reserveHeader_login {
  max-width: 640px;
  margin: 0 auto 20px;
  padding: 12px;
  border: 1px dotted #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.reserveHeader_login:after {
  content: "";
  display: table;
  clear: both;
}
.reserveHeader_login .el_text {
  font-size: 1.2rem;
}
.reserveHeader_login .el_text_title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #253446;
}
.reserveHeader_login .el_btn {
  display: block;
  width: 150px;
  padding: 12px 0;
  text-align: center;
  margin-top: 5px;
  background-color: #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.reserveHeader_member {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  padding-top: 20px;
}
.reserveHeader_member_text {
  width: 100%;
  margin-bottom: 10px;
}
.reserveHeader_member_text .el_title {
  font-weight: bold;
  color: #dc2729;
}
.reserveHeader_member_guide {
  width: 52%;
  margin-right: 2.7%;
  font-size: 1.2rem;
}
.reserveHeader_member_guide img {
  width: 100%;
  height: auto;
}
.reserveHeader_member_login {
  width: 45.3%;
  font-size: 1.2rem;
}
.reserveHeader_member_login img {
  width: 100%;
  height: auto;
}
.reserveHeader_member_link {
  width: 100%;
  margin: 20px auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.reserveHeader_member_link a {
  display: inline-block;
  background: #dc3436;
  color: #fff;
  font-size: 1.3rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  width: 49%;
}
.reserveHeader_member_link a.el_btn {
  background-color: #67738c;
}
.reserveShopInfo {
  color: red;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .reserveHeader_login {
    max-width: 640px;
    margin: 0 auto 20px;
    padding: 10px 12px;
    border: 1px dotted #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .reserveHeader_login:after {
    content: "";
    display: table;
    clear: both;
  }
  .reserveHeader_login .el_text {
    width: 450px;
    float: left;
  }
  .reserveHeader_login .el_text_title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #253446;
  }
  .reserveHeader_login .el_btn {
    width: 150px;
    float: right;
  }
  .reserveHeader_member {
    margin: auto;
    width: 710px;
    padding-bottom: 20px;
  }
  .reserveHeader_member_guide {
    width: 260px;
    margin-right: 10px;
    font-size: 1.3rem;
  }
  .reserveHeader_member_login {
    width: 228px;
    font-size: 1.3rem;
  }
  .reserveHeader_member_link {
    width: 160px;
    margin: 6px auto;
    display: block;
  }
  .reserveHeader_member_link a {
    width: 160px;
  }
  .reserveHeader_member_link a:first-child {
    margin-bottom: 10px;
  }
}
.userIcon_contact {
  display: table;
}
.userIcon_contact img {
  float: none;
  display: table-cell;
  margin-top: 0;
  width: 60px;
  height: 60px;
}
.userIcon_contact p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.userIcon_contact p a {
  color: #D90845;
}
.userIcon_contact p span {
  font-weight: bold;
}
.formContent {
  margin-top: 20px;
}
.eventSummary {
  font-size: 1.2rem;
  padding: 0.5em 0;
  background: #eee;
}
.eventSummary .eventSummary_data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.eventSummary .eventSummary_data dt,
.eventSummary .eventSummary_data dd {
  padding: 0.5em 15px;
  text-align: left;
}
.eventSummary .eventSummary_data dt {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .eventSummary .eventSummary_data dt {
    -ms-flex-basis: 10em;
    -webkit-flex-basis: 10em;
    flex-basis: 10em;
  }
}
.eventSummary .eventSummary_data .el_eventName {
  -webkit-box-flex: 1 1 0%;
  -moz-box-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  font-size: 1.4rem;
  font-weight: bold;
}
.eventForm_date .eventForm_date_input {
  width: 80px;
  float: left;
  margin: 0 2px 0 0;
  overflow: hidden;
}
.eventForm_date .eventForm_date_input select {
  width: 90px;
  padding: 8px 14px;
}
.eventForm_date .eventForm_date_input:first-of-type {
  width: 110px;
  margin: 0 5px 0 0;
}
.eventForm_date .selectWrapper {
  width: 60px;
  display: inline-block;
  background: #fff url(../img/basis/ico_arrow_down.png) 96% 50% no-repeat;
  background-size: 14px;
  border-radius: 3px;
  border: 2px solid #ddd;
  overflow: hidden;
  float: left;
}
.eventForm_date .selectWrapper.is-long {
  width: 100px;
}
.eventForm_date .selectWrapper select {
  width: 200%;
  border: none;
}
.eventForm_date .selectWrapper + span {
  display: inline-block;
  margin-top: 15px;
  margin-left: 5px;
  vertical-align: middle;
}
.eventForm_date #reserveDate-gldp {
  position: inherit !important;
}
.reserveCal_controller {
  overflow: hidden;
  padding: 5px 5px 5px;
}
.reserveCal_prev,
.reserveCal_next {
  margin: 0;
  padding: 0 10px;
  border: 0;
  height: 24px;
  border-radius: 12px;
  background-color: #ffe9e9;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #5F7F95;
  outline: none;
  cursor: pointer;
}
.reserveCal_prev:disabled,
.reserveCal_next:disabled {
  visibility: hidden;
}
.reserveCal_prev {
  float: left;
}
.reserveCal_next {
  float: right;
}
.reserveCal_tableOuter {
  position: relative;
  overflow: hidden;
}
.reserveCal_table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.reserveCal_table td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 10px 0;
  width: 12.5%;
  line-height: 1.1;
  text-align: center;
  font-size: 14px;
}
.reserveCal_dateRow td {
  background-color: #ff7766;
  color: #fff;
}
.reserveCal_btnRow {
  background-color: #ffeeee;
  color: #333;
}
.reserveCal_btnRow:nth-child(odd) {
  background-color: #fde7e7;
}
.reserveCal_btnCell[data-countlabel]:before {
  content: attr(data-countlabel);
}
.reserveCal_btnCell[data-enabled='1'] {
  cursor: pointer;
}
.reserveCal_btnCell[data-enabled='1']:hover {
  background-color: #fee599;
}
.reserveCal_btnCell[data-checked='1'] {
  background-color: #fcce42;
}
.reserveCal_btnCell[data-checked='1']:before {
  content: "ここに予約";
}
.reserveCal_loading {
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: #ffffff;
  text-align: center;
  color: #999;
}
.reserveCal_loading:after {
  content: '予約状況を取得中...';
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 1.2em;
  text-align: center;
  line-height: 1;
  font-size: 11px;
}
.reserveCal_error {
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: #ffffff;
  text-align: center;
}
.reserveCal_error .el_againBtn {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 10px auto;
  width: 240px;
}
.reserveCal_error .el_againBtn:hover {
  background: #f1f1f1;
  cursor: pointer;
}
.reserveCal_note {
  margin: 10px 10px 0;
  font-size: 11px;
}
p.reserveMark {
  margin: 5px 0 0;
  padding: 5px 0;
  text-align: center;
  background-color: #fee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.reserveCal {
  margin: 10px 0 0;
  padding: 6px !important;
  background: #fff;
  border: 1px solid #f3cbc8 !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 12px;
}
.reserveCal_inputDisplay {
  position: relative;
  overflow: hidden;
  border: 1px solid #bbb;
  margin: 0 0 8px;
  padding: 3px 10px 3px 6em;
  text-align: center;
  font-size: 12px;
}
.reserveCal_inputDisplay:before {
  content: "来店日時";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 0;
  height: 100%;
  width: 6em;
  background-color: #fcce42;
  text-align: center;
}
.reserveCal_inputDisplay:empty {
  background-color: #eee;
}
.reserveCal_inputDisplay:empty:before {
  background-color: #ddd;
}
.reserveCal_inputDisplay:empty:after {
  content: "選択されていません";
  color: #999;
}
.reserveCal_container {
  position: relative;
}
.reserveCal_calendarHead {
  overflow: hidden;
  margin: 0 0 8px;
  text-align: center;
}
.reserveCal_prevMonthBtn {
  float: left;
}
.reserveCal_nextMonthBtn {
  float: right;
}
.reserveCal_prevMonthBtn:disabled,
.reserveCal_nextMonthBtn:disabled {
  visibility: hidden;
}
.reserveCal_monthLabel {
  display: inline-block;
  padding: 5px 0 0;
}
.reserveCal_calendar {
  overflow: hidden;
  margin: 0 0 10px;
}
.reserveCal_dayLabelContainer,
.reserveCal_dateBtnContainer {
  overflow: hidden;
}
.reserveCal_dateBtnContainer {
  margin-bottom: 10px;
}
.reserveCal_dayLabel,
.reserveCal_dateBtn {
  display: block;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #fff;
  padding: 0;
  width: 14.28%;
  height: 3em;
  background: none;
  text-align: center;
  line-height: 3;
  font-size: 11px;
  color: #333;
  outline: none;
}
#reserveCal_dayLabelTpl,
#reserveCal_dateBtnTpl {
  display: none;
}
.reserveCal_dayLabel {
  background-color: #f8f8f8;
}
.reserveCal_dayLabel[data-day='0'] {
  color: #D51041;
}
.reserveCal_dayLabel[data-day='6'] {
  color: #155d9c;
}
.reserveCal_dateBtn {
  background-color: #fee;
}
.reserveCal_dateBtn[data-today] {
  font-weight: bold;
}
.reserveCal_dateBtn[data-outmonth] {
  color: #ccc;
}
.reserveCal_dateBtn[data-selected] {
  background-color: #fcce42;
}
.reserveCal_dateBtn:disabled {
  background-color: #fff;
}
.reserveCal_dateBox {
  z-index: 9999;
  display: none;
  position: absolute;
  left: 2%;
  top: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0 0 10px;
  width: 96%;
  min-height: 95%;
  background-color: rgba(255,255,255,0.9);
}
.reserveCal_dateBoxLabel {
  padding: 10px 5px;
  text-align: center;
}
.reserveCal_closeDateBoxBtn {
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 15px;
}
.reserveCal_timeBtnContainer {
  overflow: hidden;
  margin: 0 9px 0 5px;
}
.reserveCal_timeBtn {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 4px 0;
  border: 0;
  padding: 5px;
  width: 50%;
  height: 2.5em;
  background: #fee;
  line-height: 1.5;
  font-size: 12px;
  outline: none;
}
.reserveCal_timeBtn:nth-child(even) {
  left: 4px;
}
.reserveCal_timeBtn:before {
  content: attr(data-countlabel);
  display: inline-block;
  margin-right: 2px;
  width: 1em;
  height: 1.4em;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.reserveCal_timeBtn[data-selected] {
  background-color: #fcce42;
}
.reserveCal_timeBtn:disabled {
  background-color: #efefef;
}
.reserveCal_dateDetail_note {
  margin: 6px 8px 0;
  font-size: 10px;
}
.attentionCont {
  margin: 3%;
}
.calendar2_alert {
  position: relative;
  display: block;
  width: 80%;
  margin: 5% 10% 0;
  text-align: center;
  line-height: 1.2;
  font-size: 11px;
  color: #fff;
  z-index: 1;
  background: #253446;
  padding: 1.5em;
  border-radius: 3px;
}
.calendar2_alert::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #253446 transparent transparent transparent;
}
.reserveContent {
  margin: 3%;
  padding: 10px;
  background: #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.reserveContent .el_title {
  font-size: 1.6rem;
  font-weight: 700;
}
.reserveContent_coupon {
  background: #eee;
  margin-top: 10px;
}
.reserveContent_coupon dt,
.reserveContent_coupon dd {
  padding: 8px;
}
.reserveContent_coupon dt strong,
.reserveContent_coupon dd strong {
  font-weight: 700;
}
.reserveContent_coupon dt {
  font-weight: 700;
  border-top: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
}
.reserveCaution {
  font-size: 20px;
  font-weight: bold;
  color: red;
}
.reserve_stylist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3% 0;
}
.reserve_stylist_cont {
  width: 44%;
  margin: 0 3% 3%;
}
.reserve_stylist_cont.is-full {
  width: 100%;
}
.reserve_stylist_cont .el_image {
  position: relative;
  display: block;
  width: 96%;
  padding-top: 96%;
  margin: 2.5% 2%;
}
.reserve_stylist_cont .el_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
}
.reserve_stylist_cont label {
  display: block;
  padding: 2%;
  margin: 0 0 2% 0;
  border: 2px dotted #ddd;
  border-radius: 3px;
  background: #fff;
}
.reserve_stylist_cont label:hover {
  cursor: pointer;
  background: #ffe9e9;
}
@media (min-width: 1000px) {
  .reserve_stylist_cont {
    width: 25%;
    margin: 0 0 2% 4%;
  }
}
.categoryTabWrapper {
  overflow-y: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.categoryTabWrapper::-webkit-scrollbar {
  display: none;
}
.categoryTab {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.categoryTab.is-event,
.categoryTab.is-shop {
  margin-top: 10px;
  padding-bottom: 0;
}
.categoryTab .el_title {
  display: table-cell;
  font-size: 1.3rem;
  min-width: 70px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  text-align: center;
  background: #555;
  color: #fff;
  border-top-left-radius: 6px;
  position: relative;
}
.categoryTab .el_title:after {
  content: "";
  border: 18px solid transparent;
  border-left: 10px solid #555;
  display: block;
  position: absolute;
  top: 0;
  right: -28px;
}
.categoryTab > a {
  display: table-cell;
  color: #333;
  font-size: 1.3rem;
  min-width: 70px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  text-align: center;
  background: #ffe9e9;
  background: linear-gradient(to bottom,#fef5f6 80%,#f2eded 100%);
  border: 1px solid #ddd;
  border-right: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.categoryTab > a:last-of-type {
  border-right: 1px solid #ddd;
}
.categoryTab > a.is-current {
  background: none;
  border-bottom: none;
}
.categoryTab > a:hover {
  background: none;
  border-bottom: none;
  text-decoration: none;
}
.categoryTab a:nth-of-type(n+2):before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: sub;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-right: 0.25em;
}
.categoryTab.is-basic a::before {
  display: none;
}
@media (min-width: 1000px) {
  .categoryTab {
    padding-bottom: 0;
  }
  .categoryTab .el_title {
    display: none;
  }
  .categoryTab > a {
    font-size: 1.1em;
    min-width: 50px;
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
  }
  .categoryTab a:first-of-type {
    padding: 0 14px;
  }
}
@media (max-width: 999px) {
  .categoryTab.is-event {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .categoryTab.is-event .el_title {
    display: none;
  }
  .categoryTab.is-event > a {
    display: inline-block;
    width: 24%;
    height: 24px;
    margin-top: 5px;
    border: 1px solid #333;
    background: none;
    background-color: #fff;
    border-radius: unset;
    line-height: 24px;
  }
  .categoryTab.is-event > a:first-of-type {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 2px;
    background-color: #333;
    color: #fff;
  }
  .categoryTab.is-event > a:first-of-type:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #333;
    content: '全てのジャンルのイベント';
  }
  .categoryTab.is-event > a:last-of-type {
    border-right: 1px solid #333;
  }
  .categoryTab.is-event > a:nth-of-type(n+2):before {
    display: none;
  }
  .categoryTab.is-event > a.is-current,
  .categoryTab.is-event > a:hover {
    border-bottom: 1px solid #333;
  }
  .categoryTab.is-event > a.is-current {
    border-color: #333;
    background-color: #333;
    color: #fff;
  }
}
.categoryTab.is-event a:nth-of-type(5)::before {
  background-image: url(../../../public/common/img/genre/ico_category_gourmet.png);
}
.categoryTab.is-event a:nth-of-type(6):before {
  background-image: url(../../../public/common/img/genre/ico_category_beauty.png);
}
.categoryTab.is-event a:nth-of-type(3):before {
  background-image: url(../../../public/common/img/genre/ico_category_art.png);
}
.categoryTab.is-event a:nth-of-type(2):before {
  background-image: url(../../../public/common/img/genre/ico_category_odekake.png);
}
.categoryTab.is-event a:nth-of-type(4):before {
  background-image: url(../../../public/common/img/genre/ico_category_life.png);
}
.categoryTab.is-event a:nth-of-type(7):before {
  background-image: url(../../../public/common/img/genre/ico_category_love.png);
}
.categoryTab.is-event a:nth-of-type(8):before {
  background-image: url(../../../public/common/img/genre/ico_category_season.png);
}
.categoryTab.is-event a:nth-of-type(9):before {
  display: none;
}
.categoryTab.is-shop a::before {
  display: none;
}
.categoryTab.is-LP a::before {
  display: none;
}
.categoryTab.is-LP > a.is-current,
.categoryTab.is-LP > a:hover {
  background: #fff;
}
@-webkit-keyframes howtoTab {
  0% {
    left: 0;
  }
  25% {
    left: 0;
  }
  50% {
    left: -200px;
  }
  100% {
    left: 0;
  }
}
.narrowingSearchBox {
  margin: auto;
  max-width: 960px;
  width: 90%;
  background-color: #fff;
  padding: 0 10px;
}
.narrowingSearchBox .el_item {
  border-bottom: 1px dotted #ccc;
}
.narrowingSearchBox .el_item:last-child {
  border-bottom: none;
}
.narrowingSearchBox .el_item_head {
  padding: 5px 3%;
  font-size: 1.4rem;
  font-weight: bold;
  display: table;
  width: 100%;
  padding-right: 30px;
}
.narrowingSearchBox .el_item_head dt {
  width: 100px;
}
.narrowingSearchBox .el_item_head dd {
  display: table-cell;
  font-weight: normal;
  font-size: 1.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .narrowingSearchBox .el_item_head.js-togglebtn {
    position: relative;
  }
  .narrowingSearchBox .el_item_head.js-togglebtn:after {
    content: "\f078";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 10px;
    font-family: FontAwesome;
    font-size: 10px;
    color: #888;
  }
}
.narrowingSearchBox .el_item_read {
  padding: 10px 3%;
  font-size: 1.3rem;
  position: relative;
}
.narrowingSearchBox .el_item_read .el_link {
  text-decoration: none;
  width: 30%;
  margin-right: 3%;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
  color: #333;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 3px 0;
}
.narrowingSearchBox .el_item_read .el_link:nth-of-type(3n) {
  margin-right: 0;
}
.narrowingSearchBox .el_item_read .el_link.is-current {
  background-color: #333;
  color: #fff;
}
.narrowingSearchBox .el_item_read .el_link:hover {
  color: #fff;
  background-color: #333;
}
.narrowingSearchBox .el_item_read input {
  margin-right: 5px;
  vertical-align: middle;
}
.narrowingSearchBox .el_item_read input[type="radio"]:checked + label,
.narrowingSearchBox .el_item_read input[type="checkbox"]:checked + label {
  font-weight: bold;
}
.narrowingSearchBox .el_item_read input[type="radio"] + label,
.narrowingSearchBox .el_item_read input[type="checkbox"] + label {
  margin: 0 14px 0 0;
  cursor: pointer;
  vertical-align: middle;
}
.narrowingSearchBox .el_item_read input[type="text"] {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.narrowingSearchBox .el_item_read input[type="text"].datepicker {
  width: 10em;
}
.narrowingSearchBox .el_item_read span {
  display: inline-block;
  margin-bottom: 4px;
  min-height: 22px;
}
.narrowingSearchBox .el_item_read .el_btn {
  width: 32%;
}
.narrowingSearchBox .el_item_read .el_btn input {
  display: none;
}
.narrowingSearchBox .el_item_read .el_btn input:checked + label {
  background-color: #333;
  color: #fff;
}
.narrowingSearchBox .el_item_read .el_btn label {
  margin: 0;
  background-color: #fff;
  border: 1px solid #333;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  width: 100%;
  display: block;
}
@media (min-width: 1000px) {
  .narrowingSearchBox .el_item_read .el_btn {
    width: auto;
    margin-right: 0;
    padding: 0 10px 10px;
  }
  .narrowingSearchBox .el_item_read .el_btn:nth-child(3n) {
    margin-right: 0;
  }
  .narrowingSearchBox .el_item_read .el_btn label {
    padding: 0 10px;
  }
  .narrowingSearchBox .el_item_read .el_btn label:hover {
    color: #fff;
    background-color: #333;
  }
}
.submit {
  cursor: pointer;
  display: block;
  margin: 30px auto;
  font-size: 1.2rem;
  font-weight: bold;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  border: 2px solid #333;
  padding: 0 20px;
  min-width: 120px;
  background-color: #fff;
  color: #333;
  letter-spacing: 0.15em;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.submit span {
  transition: none;
  z-index: 1;
  position: relative;
}
.submit:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #333;
  height: 40px;
  display: inline-block;
  transition: top 0.2s ease;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  width: 100%;
}
.submit:hover {
  color: #fff;
  background: none;
}
.submit:hover:after {
  top: 0;
}
@media (max-width: 999px) {
  .submit:after {
    content: "";
    display: none;
  }
  .submit:hover {
    color: #333;
    background: #fff;
  }
}
@media (min-width: 768px) {
  .narrowingSearchBox .el_item {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .narrowingSearchBox .el_item_head,
  .narrowingSearchBox .el_item_read {
    display: table-cell;
    vertical-align: top;
  }
  .narrowingSearchBox .el_item_head {
    width: 150px;
    padding: 10px 0 10px 20px;
  }
  .narrowingSearchBox .el_item_read {
    width: inherit;
    padding: 10px;
  }
  .narrowingSearchBox .el_item_read .el_link {
    width: 18%;
    margin-bottom: 10px;
    margin-right: 1%;
    padding: 0 10px;
  }
  .narrowingSearchBox .el_item_read .el_link:nth-of-type(3n) {
    margin-right: 1%;
  }
}
.searchForm {
  margin-bottom: 10px;
  background: #f8f8f8;
  padding: 20px 0;
}
.searchForm .el_searchShop {
  width: 302px;
  margin: 10px auto 20px;
  display: block;
  height: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  font-size: 0;
}
.searchForm .el_searchShop input,
.searchForm .el_searchShop button {
  display: inline-block;
  font-size: 1.2rem;
  height: 30px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.searchForm .el_searchShop input[type="text"] {
  width: 260px;
  padding: 0 10px;
  vertical-align: bottom;
  background-color: #fff;
}
.searchForm .el_searchShop button {
  width: 40px;
  color: #fff;
  text-align: center;
  background: #333;
}
.searchForm .el_searchShop button i {
  vertical-align: top;
}
.searchForm_btn {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .searchForm_btn {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.searchForm_calendar {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.searchForm_calendar .date-btn {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid #333;
  width: 100%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 6px;
  border-radius: 3px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  padding: 0 10px;
}
.searchForm_calendar .date-btn.is-current {
  background-color: #333;
  color: #fff;
}
@media (max-width: 999px) {
  .searchForm_calendar .date-btn {
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .searchForm_calendar .date-btn:hover {
    background-color: #333;
    color: #fff;
  }
}
.searchForm_cont {
  display: table;
  margin-right: 20px;
  margin-top: 15px;
}
.searchForm_cont:last-child {
  margin-right: 0;
}
.searchForm_cont dt,
.searchForm_cont dd {
  display: table-cell;
  padding-right: 5px;
  vertical-align: middle;
  height: 24px;
  font-size: 1.2rem;
}
.searchForm_cont input[type="text"] {
  border: 1px solid #ccc;
}
.searchForm_cont input.datepicker {
  width: 80px;
  padding: 2px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.searchForm_cont select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.searchForm_cont .selectStyle {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.searchForm_cont .selectStyle > select {
  width: 130%;
  padding: 0.25em 2em 0.25em 0.6em;
}
.searchForm_cont .selectStyle:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  display: block;
  content: "\f0d7";
  pointer-events: none;
  font-family: fontawesome;
}
.searchForm_cont .checkBox {
  display: inline-block;
  margin-right: 0.5em;
}
.searchForm_cont .checkBox input[type="checkbox"] {
  display: none;
}
.searchForm_cont .checkBox label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 0.25em;
}
.searchForm_cont .checkBox label:hover {
  cursor: pointer;
}
.searchForm_cont .checkBox input[type="checkbox"]:checked + label::before {
  background: #008edb url('../img/search/ico_check.png') no-repeat center center;
  background-size: 80%;
  border: 1px solid #008edb;
}
.searchForm_submitBtn {
  display: inline-block;
  height: 23px;
  line-height: 23px;
  padding: 0 15px;
  background: #5F7F95;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  text-align: center;
  border: none;
}
.noList {
  font-size: 1.8em;
  text-align: center;
  padding: 120px 0px;
}
@media (max-width: 999px) {
  .js-togglebtn.is-search {
    text-align: center;
    background: #333;
    color: #fff;
    padding: 10px;
    font-size: 1.4rem;
  }
  .js-togglebtn.is-calendar {
    text-align: center;
    padding: 5px 10px;
    font-size: 1.3rem;
    font-weight: bold;
    background: #eee;
    position: relative;
    border-radius: 3px;
    margin-bottom: 16px;
  }
  .js-togglebtn.is-calendar:before {
    content: "\f067";
    font-family: "fontawesome";
    top: 50%;
    right: 20px;
    position: absolute;
    transform: translate(0,-50%);
    color: #888;
  }
}
.listPagenator {
  background-size: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  border-top: 1px dotted #ccc;
  margin-top: 40px;
  padding-top: 20px;
}
.listPagenator ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.listPagenator ul > li {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 3px;
}
.listPagenator ul > li.leader {
  margin: 0 -8px;
}
.listPagenator a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background: #ccc;
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin-right: 10px;
  padding: 4px 0 0 0;
}
.listPagenator a.select {
  background: #333;
}
.listPagenator a:hover {
  background: #333;
  text-decoration: none;
}
.searchKeywordBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.el_searchKeyword {
  display: block;
  height: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  font-size: 0;
  background-color: #fff;
}
.el_searchKeyword input,
.el_searchKeyword button {
  display: inline-block;
  font-size: 1.2rem;
  height: 30px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.el_searchKeyword input[type="text"] {
  width: 240px;
  padding: 0 10px;
  vertical-align: bottom;
}
.el_searchKeyword button {
  width: 40px;
  color: #fff;
  text-align: center;
  background: #333;
}
.el_searchKeyword button i {
  vertical-align: top;
}
.link_container {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 4px;
  margin-top: 70px;
  margin-bottom: 20px;
}
.link_container h3 {
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 999px) {
  .link_container {
    max-width: 94%;
    margin: 70px auto 20px;
  }
}
.link_container_item {
  display: inline-block;
}
.mt-20 {
  margin-top: 20px !important;
}
@media (min-width: 1000px) {
  .eventForm_column {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eventForm_column .narrowingSearchBox {
    width: 100%;
  }
}
.eventForm_column .eventCalendar .fc-header-toolbar {
  background-color: #333;
  color: #fff;
  height: 25px;
  line-height: 25px;
  margin-bottom: 0 !important;
}
.eventForm_column .eventCalendar .fc-center h2 {
  font-size: 15px;
  font-weight: 600;
}
.eventForm_column .eventCalendar .fc-button {
  background: transparent;
  border: none;
  box-shadow: none;
  line-height: 25px;
  height: 25px;
  position: relative;
  color: #fff;
  text-shadow: none;
}
.eventForm_column .eventCalendar .fc-button:before,
.eventForm_column .eventCalendar .fc-button:after {
  font-family: fontawesome;
  font-size: 12px;
}
.eventForm_column .eventCalendar .fc-button.fc-prev-button:before {
  content: '\f137';
  left: 0;
  top: 0;
  padding-right: 5px;
}
.eventForm_column .eventCalendar .fc-button.fc-next-button:after {
  content: '\f138';
  right: 0;
  top: 0;
  padding-left: 5px;
}
.eventForm_column .eventCalendar .fc-basic-view .fc-body .fc-row {
  height: 30px !important;
  min-height: 30px;
}
.eventForm_column .eventCalendar .fc-content-skeleton td,
.eventForm_column .eventCalendar .fc-head-container .fc-widget-header {
  height: 30px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  opacity: 1 !important;
}
.eventForm_column .eventCalendar .fc-content-skeleton tbody {
  display: none;
}
.eventForm_column .eventCalendar .fc-head-container .fc-widget-header {
  font-weight: 600;
}
.eventForm_column .eventCalendar .fc-content-skeleton .fc-day-number {
  line-height: 1;
  text-align: center;
  padding: 0;
  font-size: 13px;
  float: none !important;
  color: #333;
  font-weight: 600;
  position: relative;
}
.eventForm_column .eventCalendar .fc-content-skeleton .fc-day-number:before {
  position: absolute;
  content: '';
  border-bottom: 1px solid #333;
  width: 100%;
  height: 1px;
  bottom: 1px !important;
}
.eventForm_column .eventCalendar .fc-past .fc-day-number {
  color: #707070;
}
.eventForm_column .eventCalendar .fc-past .fc-day-number:before {
  content: none;
}
.eventForm_column .eventCalendar .fc-past {
  cursor: no-drop;
}
.eventForm_column .eventCalendar .fc-sat {
  background-color: #eef7ff;
}
.eventForm_column .eventCalendar .fc-sun {
  background-color: #fff2f2;
}
.eventForm_column .eventCalendar .fc-unthemed .fc-disabled-day {
  background: transparent;
}
.eventForm_column .eventCalendar .fc-scroller.fc-day-grid-container {
  overflow: hidden !important;
  height: auto !important;
}
.eventForm_column .eventCalendar .fc-future {
  cursor: pointer;
}
.eventTitle {
  position: relative;
}
.eventTitle_entrybtn {
  position: absolute;
  width: 200px;
  top: -36px;
  right: 10px;
  text-align: right;
  font-size: 1.2rem;
}
.eventTitle_entrybtn i {
  margin-right: 4px;
}
.eventList_item {
  position: relative;
}
.eventList_item .delete_cookie_btn {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
  top: -5px;
  right: -10px;
  position: absolute;
  font-size: 16px;
}
.eventList_item .delete_cookie_btn:hover {
  cursor: pointer;
  background: #253446;
}
a.eventList_item {
  background-color: #fff;
  padding: 10px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  background-size: 100%;
  color: #454545;
  width: 100%;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.eventList_item:after {
  content: "";
  display: table;
  clear: both;
}
a.eventList_item:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
a.eventList_item .eventList_item_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: url('../img/top/ico_tokuten.png') no-repeat 0 0;
  background-size: auto 100%;
}
a.eventList_item:hover {
  text-decoration: none;
}
a.eventList_item:hover .eventlist_img_image {
  opacity: 0.7;
}
a.eventList_item .head_day {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #fff;
  background-color: #4f4f4f;
  padding: 2px 4px;
  margin-bottom: 10px;
}
.eventList_item_image {
  width: 120px;
  position: relative;
}
.eventList_item_image .el_image {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
.eventList_item_image .el_image:hover {
  opacity: 0.7;
}
.eventList_item_image .topicsIco {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 999;
  margin: 0;
  top: -10px;
  right: -10px;
}
.eventList_item_detail {
  position: relative;
  background-color: #fff;
  padding-left: 10px;
  flex: 1;
}
.eventList_item_detail .el_name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}
.eventList_item_detail > dl {
  display: table;
}
.eventList_item_detail > dl dt,
.eventList_item_detail > dl dd {
  display: table-cell;
  font-size: 1.1rem;
  padding: 0 4px 4px 0;
}
.eventList_item_detail > dl dt {
  font-weight: bold;
}
.eventList_item_detail .el_area {
  font-size: 1.2rem;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 5px;
  background-color: #fff;
}
.eventList_item_detail .el_day {
  color: #888;
  margin-bottom: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.eventList_item_detail .el_host,
.eventList_item_detail .el_place {
  color: #888;
  font-size: 1.1rem;
}
@media (min-width: 1000px) {
  a.eventList_item {
    width: 47%;
    margin: 0 1.5% 15px;
  }
}
.eventList.is-choice {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eventList.is-choice .eventList_item {
  width: 50%;
  padding: 10px;
  display: block;
}
.eventList.is-choice .eventList_item_image {
  margin-right: 0;
  width: 100%;
}
.eventList.is-choice .eventList_item_image .el_image {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.eventList.is-choice .eventList_item_detail {
  padding-top: 10px;
  padding-left: 0;
}
.eventList.is-choice .eventList_item_detail .el_day {
  color: #888;
  margin-bottom: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media (min-width: 1000px) {
  .eventList.is-choice .eventList_item {
    width: 30%;
  }
}
.hotNewsBtn {
  position: relative;
  display: block;
  width: 87%;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  margin: 40px auto;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.hotNewsBtn .hotNewsBtn_counter {
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #253446;
  color: #fff;
}
.el_tag01 {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
  padding: 2px 0;
  width: 100px;
}
.el_tagReservation01 {
  background-color: #999;
}
.el_tagVisit01 {
  background-color: #999;
}
.btn-hotNewsMore > a {
  display: block;
  width: 225px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #87afc5;
  border-radius: 3px;
}
.btn-hotNewsMore > a > i::before {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
}
ul.hotNews-areaTab {
  text-align: center;
  margin-bottom: 20px;
}
ul.hotNews-areaTab > li {
  position: relative;
  display: inline-block;
  width: 28%;
  font-size: 1.2em;
  margin: 0 10px;
  padding: 8px;
  background: #fff;
  text-align: center;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}
ul.hotNews-areaTab > li:hover {
  background: #FFE5E5;
}
ul.hotNews-areaTab > li.is-select {
  background: #e1e1e1;
}
ul.hotNews-areaTab > li.is-select::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 48%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.news_content_nowloading {
  width: 32px;
  height: 32px;
  margin: 30px auto 50px;
  background: url('../img/hotnews/img_loader.gif') no-repeat center center;
  text-indent: -9999px;
}
.mypageHeadTitle {
  width: 250px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 0.8em;
  color: #253446;
}
.mypageHeadTitle > span {
  font-size: 10px;
  color: #888;
  font-style: normal;
  margin-left: 14px;
}
.myStatus {
  overflow: hidden;
  padding: 20px;
  margin: 0 0 20px;
  box-shadow: 0 1px 3px #ddd;
}
.myStatus_userName {
  display: table;
}
.myStatus_userName .el_image,
.myStatus_userName .el_text {
  display: table-cell;
  vertical-align: middle;
}
.myStatus_userName .el_image {
  width: 80px;
}
.myStatus_userName .el_image span {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
.myStatus_userName .el_text {
  width: auto;
  padding-left: 10px;
}
.myStatus_userName .el_text .is-gray {
  font-size: 1rem;
  color: #aaa;
  width: 300px;
}
.myStatus_userName .el_name {
  display: block;
  font-size: 2em;
}
.myStatus_userName .el_point {
  display: block;
  font-size: 1.4em;
  padding: 4px;
  color: #253446;
}
.myStatus_userName .el_limit {
  display: inline-block;
  color: #333;
  font-size: 1rem;
}
ul.mypageMenu {
  margin: 0 0 20px;
}
ul.mypageMenu > li {
  padding: 10px 2px;
  font-size: 1.2em;
}
ul.mypageMenu > li::before {
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 4px;
  font-size: 12px;
}
ul.mypageMenu > li.is-last a {
  padding-top: 8px;
  display: block;
}
ul.mypageMenu > li.is-last::before {
  content: "";
}
.mypageContent {
  overflow: hidden;
}
.mypageContent > section {
  width: 100%;
  margin: 0 0 10px;
}
.mypageContent_title {
  padding: 10px 0;
  font-size: 1.4em;
}
.mypageContent_title::before,
.mypageContent_title::after {
  content: "";
  display: block;
  height: 1px;
  background: #e1e1e1;
  border-bottom: 1px solid #fff;
}
.mypageContent_title::before {
  margin-bottom: 20px;
}
.mypageContent_title::after {
  margin-top: 20px;
}
.btn-logout {
  clear: both;
}
.btn-logout a {
  display: block;
  width: 300px;
  background: #eee;
  border-bottom: 2px solid #ddd;
  padding: 20px;
  margin: 4% auto;
  border-radius: 3px;
  text-align: center;
}
.btn-logout a:hover {
  background: #ddd;
}
@media (min-width: 1000px) {
  .mypageContent {
    overflow: hidden;
  }
  .mypageContent > section {
    width: 48%;
    margin: 0 0 10px 4%;
    float: left;
  }
  .mypageContent > section:first-child {
    margin: 0 0 10px 0;
  }
  ul.mypageMenu li {
    display: inline-block;
    width: 48%;
  }
}
.mypage_myPoint {
  width: 100%;
  max-width: 614px;
  font-size: 1.8em;
  padding: 20px;
  border: 2px solid #eee;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.mypage_myPoint > span {
  display: inline-block;
  margin: 0 4px 0 0;
  font-size: 1.4em;
  color: #253446;
}
.mypage_myPoint .btn-right {
  max-width: 280px;
  font-size: 1.2rem;
  margin: 10px auto;
}
.mypage_myPoint .is-gray {
  font-size: 0.6em;
  color: #9e9e9e;
  margin-top: 5px;
}
.mypage_myPoint p {
  font-size: 0.7em;
}
ul.pointHistory {
  max-width: 640px;
  margin: 30px auto 60px;
}
ul.pointHistory li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
ul.pointHistory li:nth-child(even) {
  background: #f8f8f8;
}
div.pointHistory_data {
  margin: 0 4%;
}
span.pointHistory_point {
  display: inline-block;
  margin-left: 3%;
  color: #253446;
}
div.pointHistory_name {
  display: block;
  margin: 10px 3% 0;
  font-size: 1.4rem;
}
span.pointHistory_text {
  display: inline-block;
  font-size: 0.7rem;
  color: #F8F8F8;
}
.pointGoods {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ddd;
}
.pointGoods_image {
  width: 120px;
  margin: auto;
}
.pointGoods_image > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 1px dotted #ccc;
}
.pointGoods_data {
  width: auto;
  padding-left: 20px;
}
.pointGoods_data .el_name {
  font-size: 1.8rem;
  margin-top: .5em;
}
.pointGoods_data .el_text {
  padding: 10px 0 4px;
}
.pointGoods_data .el_usePoint {
  font-size: 1.2rem;
  color: #253446;
}
.pointGoods_data .btn-right {
  width: 200px;
}
@media (min-width: 768px) {
  .pointGoods {
    display: table;
    width: 50%;
    float: left;
    padding: 10px;
  }
  .pointGoods_image,
  .pointGoods_data {
    display: table-cell;
    vertical-align: top;
  }
}
.takePoint_usePoint > p.is-icoDown {
  text-align: center;
  margin: 20px 0;
}
.takePoint_usePoint > p.is-icoDown > i {
  font-size: 3em;
}
.takePoint_usePoint > div > button {
  display: block;
  width: 300px;
  margin: 30px auto 50px;
  background: #feb8bd;
  border: none;
  border-bottom: 2px solid #fe8f8f;
  padding: 15px;
  border-radius: 3px;
  text-align: center;
  color: #333;
  box-shadow: 0px 2px 2px #ccc;
}
.takePoint_usePoint > div > button:hover {
  background: #fe8f8f;
}
.loginPage_login {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
}
.loginPage_login_mail > form {
  width: 260px;
  margin: 0 auto;
}
.loginPage_login .loginPage_login_mail p.el_sublink {
  width: 260px;
  margin: 0 auto;
  font-size: 1.0em;
  text-align: right;
  line-height: 1.8;
}
.loginPage_login .rightLogin {
  display: block;
  width: 260px;
  border: 1px solid #ddd;
  padding: 10px 0 10px 10px;
}
.loginPage_login .auto_login {
  border: 1px solid #ddd;
  background: #fff;
  margin-right: 5px;
}
.loginPage_login label {
  font-size: 1.0em;
  cursor: pointer;
}
.loginPage_login .loginBtn {
  display: block;
  width: 260px;
  background: #87afc5;
  color: #fff;
  text-align: center;
  border: none;
  padding: 10px 0;
  cursor: pointer;
}
.loginPage_login .loginBtn:hover {
  background: #a8bbc5;
}
.loginPage_login .snsloginbtn {
  width: 290px;
  margin: 0 auto;
  overflow: hidden;
  border: none;
  text-align: center;
}
.loginPage_login .snsloginbtn .facebook {
  background: #2e4e99;
}
.loginPage_login .snsloginbtn .twitter {
  background: #00abf0;
}
.loginPage_login .snsloginbtn a {
  display: inline-block;
  width: 140px;
  text-align: center;
  color: #fff;
  font-size: 1.0em;
  font-weight: bold;
  padding: 16px 0;
}
.loginPage_login .snsloginbtn a i {
  display: block;
}
.loginPage_login .snsloginbtn a:hover {
  text-decoration: none;
  background: #76c4ff;
}
.loginPage_login .snsloginAttention {
  padding: 10px 0;
}
.loginPage_regist_title {
  background: #253446;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
}
.loginPage_regist {
  background: #fff;
}
.loginPage_regist_text {
  text-align: center;
  margin: 20px 0 0;
}
.loginPage_regist_btn {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
}
.loginPage_regist_btn a {
  display: inline-block;
  width: 32%;
  text-align: center;
  color: #fff;
  font-size: 1.0em;
  font-weight: bold;
  padding: 16px 0;
  border-radius: 3px;
  margin: 0 2% 20px 0;
}
.loginPage_regist_btn a:last-child {
  margin: 0;
}
.loginPage_regist_btn a > i {
  display: block;
  margin-bottom: 10px;
}
.loginPage_regist_btn a:hover {
  text-decoration: none;
  background: #333;
}
.loginPage_regist_btn .el_mail {
  background: #253446;
}
.loginPage_regist_btn .el_mail:hover {
  background: #888;
}
.loginPage_regist_btn .el_facebook {
  background: #3C5A99;
}
.loginPage_regist_btn .el_twitter {
  background: #1DA1F2;
}
@media (min-width: 1000px) {
  .loginPage_login {
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  .loginPage_login_mail,
  .loginPage_login_sns {
    display: table-cell;
    padding: 20px;
  }
  .loginPage_login_mail > form {
    width: 260px;
    margin: 0 auto;
  }
  .loginPage_login_sns {
    border-left: 1px dotted #ddd;
  }
  .loginPage_login .snsloginAttention {
    padding: 10px 40px;
  }
  .loginPage_regist_btn {
    width: 395px;
    text-align: center;
  }
  .loginPage_regist_btn a {
    display: inline-block;
    width: 125px;
    text-align: center;
    color: #fff;
    font-size: 1.0em;
    font-weight: bold;
    padding: 16px 0;
    border-radius: 3px;
    margin: 0 10px 20px 0;
  }
  .loginPage_regist_btn a:last-child {
    margin: 0;
  }
  .loginPage_regist_btn a > i {
    display: block;
    margin-bottom: 10px;
  }
}
.mainContent__left680__question img {
  display: block;
  margin: 0 auto;
}
.mainContent__left680__question .is-basicBtn {
  display: block;
  text-align: center;
}
.mainContent__left680__question .is-basicBtn a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 0 16px;
  padding: 10px 15px;
  padding-right: 40px;
  text-align: center;
  border-radius: 3px;
  background: #66728c;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.mainContent__left680__question .is-basicBtn a:after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0,-50%);
}
.mainContent__left680__point {
  background-color: #F8F8F8;
  padding: 40px 0;
}
.mainContent__left680__point .is-basicBtn {
  display: block;
  text-align: center;
}
.mainContent__left680__point .is-basicBtn a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 0 16px;
  padding: 10px 15px;
  padding-right: 40px;
  text-align: center;
  border-radius: 3px;
  background: #66728c;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.mainContent__left680__point .is-basicBtn a:after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0,-50%);
}
span.iconPoint {
  font-size: 15px;
  text-align: center;
  display: block;
  border: solid 2px #00ad8f;
  padding: 5px;
  border-radius: 2px;
  margin: 0 30px 20px;
}
.mypage-head {
  font-size: 16px;
  color: #797979;
  border-bottom: 1px dotted gray;
}
.mypage-list.shopList {
  margin-top: 20px;
}
.sectionLogged {
  text-align: center;
  margin-bottom: 28px;
}
.sectionLogged .el_logged {
  font-size: 1.8em;
  text-align: center;
  margin: 50px 0;
  font-weight: 500;
}
.sectionLogged .mypageMenu {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.sectionLogged .mypageMenu li {
  width: 250px;
  background-color: #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 8px 5px;
}
.sectionLogged .mypageMenu li:before {
  color: #fff;
  font-size: 15px;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.sectionLogged .mypageMenu li a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 999px) {
  .sectionLogged {
    margin-bottom: 0;
  }
  .sectionLogged .mypageMenu li {
    width: 100%;
    max-width: 250px;
    display: inline-block;
    margin: 0 0 10px;
  }
}
.mypageFeature {
  margin: -3px;
}
.mypageFeature > .el_row > .el_col:nth-child(1) {
  margin-right: 19px;
}
.mypageFeature > .el_row > .el_col:nth-child(2) {
  margin-left: 19px;
}
.mypageFeature .el_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mypageFeature .el_col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.mypageFeature .el_block {
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 3px;
  color: #484848;
  overflow: hidden;
}
.mypageFeature .el_block.is-highlight::before {
  width: 0px;
  height: 0px;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 25px solid #253446;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}
.mypageFeature .el_block:hover {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}
.mypageFeature .el_block:hover p {
  text-decoration: underline;
}
.mypageFeature .el_block2x {
  height: 126px;
}
.mypageFeature .el_title {
  font-size: 13px;
  font-weight: 600;
}
.mypageFeature .el_title i {
  font-size: 40px;
  display: block;
  text-align: center;
  color: #484848;
  padding-bottom: 4px;
}
.mypageFeature .el_cancel {
  text-align: right;
  font-weight: 600;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 30px;
  display: block;
  text-decoration: underline;
  cursor: pointer;
  color: #333;
}
@media (max-width: 767px) {
  .mypageFeature {
    margin: -5px;
  }
  .mypageFeature > .el_row > .el_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mypageFeature > .el_row > .el_col:nth-child(1) {
    margin: 10px 0 23px;
  }
  .mypageFeature > .el_row > .el_col:nth-child(2) {
    margin-left: 0;
  }
  .mypageFeature .el_block {
    margin: 3px 5px;
  }
}
.columnList_item {
  text-decoration: none !important;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.columnList_item.pickup_column {
  background-color: #F9F6F1;
  padding: 10px;
  position: relative;
}
.columnList_item.pickup_column .el_pickup {
  position: absolute;
  display: inline-block;
  top: -5px;
  left: 20px;
  background-color: #aa9977;
  padding: 2px 0 5px;
  width: 70px;
  text-align: center;
  color: #fff;
}
.columnList_item.pickup_column .el_pickup:after {
  content: "";
  display: block;
  border: 35px #aa9977 solid;
  border-bottom: 5px solid rgba(0,0,0,0);
  border-top-width: 0px;
  position: absolute;
  top: 27px;
  right: 0;
}
.columnList_item_image {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.columnList_item_image span {
  width: 100%;
  display: block;
  padding-bottom: 62%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
  vertical-align: top;
}
.columnList_item_image .el_e-cocochiLogo {
  position: absolute;
  width: 30%;
  max-width: 200px;
  left: 2%;
  bottom: 4%;
}
.columnList_item_detail {
  vertical-align: top;
  width: 100%;
}
.columnList_item_detail .el_tag {
  display: inline-block;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-right: 5px;
  font-weight: bold;
  padding: 0 10px;
  background-color: #fff;
  line-height: 18px;
  height: 20px;
}
.columnList_item_detail .el_data {
  display: inline-block;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #888;
  margin-right: 5px;
  letter-spacing: 0.1em;
}
.columnList_item_detail .el_title {
  font-weight: bold;
  display: block;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 5px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.52rem;
}
.columnList_item_detail .el_area {
  font-size: 1.1rem;
  color: #888;
}
.columnList_item_detail .el_pr {
  display: block;
  color: #888;
  font-size: 1.1rem;
}
.columnList_item_detail .el_pr > span {
  color: #fff;
  display: inline-block;
  background-color: #888;
  border-radius: 2px;
  padding: 0 4px;
  margin-right: 5px;
  height: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .columnList_item_detail .el_tag {
    font-size: 1.2rem;
  }
  .columnList_item_detail .el_data {
    font-size: 1.2rem;
  }
  .columnList_item_detail .el_title {
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
    max-height: 4.48rem;
  }
  .columnList_item_detail .el_area {
    font-size: 1.2rem;
  }
  .columnList_item_detail .el_pr {
    font-size: 1.2rem;
  }
}
.columnList_item .delete_cookie_btn {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
  top: -5px;
  right: -10px;
  position: absolute;
  font-size: 16px;
}
.columnList_item .delete_cookie_btn:hover {
  cursor: pointer;
  background: #253446;
}
.columnList a {
  color: #454545;
}
.columnList a:hover {
  text-decoration: none;
}
.columnList.is-ranking {
  counter-reset: ranking;
}
.columnList.is-ranking .columnList_item_detail:before {
  counter-increment: ranking;
  content: counter(ranking);
  background-color: #66728c;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 5px;
  margin-bottom: 5px;
}
.columnList.is-ranking .columnList_item:nth-of-type(1) .columnList_item_detail:before {
  background-color: #e4b52d;
  font-size: 1.6rem;
}
.columnList.is-ranking .columnList_item:nth-of-type(2) .columnList_item_detail:before {
  background-color: #828688;
  font-size: 1.6rem;
}
.columnList.is-ranking .columnList_item:nth-of-type(3) .columnList_item_detail:before {
  background-color: #b76d58;
  font-size: 1.6rem;
}
@media (min-width: 1000px) {
  .columnList_item:hover {
    opacity: 0.7;
  }
}
.columnCategory_list {
  text-align: center;
}
.columnCategory_list > a {
  display: inline-block;
  border: 1px solid #454545;
  color: #454545;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.columnCategory_list > a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.columnCategory_list > a:last-of-type {
  margin-right: 0;
}
.columnCategory_list > a i {
  margin-right: 0.4em;
}
@media (max-width: 999px) {
  .columnCategory_list {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columnCategory_list > a {
    display: block;
    width: 31%;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 1%;
    font-size: 1.1rem;
    letter-spacing: -1px;
  }
}
.columnCategory_btn a {
  display: block;
  width: 90%;
  max-width: 300px;
  background: #FFFFFF;
  border: 2px solid #253446;
  border-radius: 2px;
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #313e3c;
  margin: 20px auto;
}
.columnCategory_btn a .el_title {
  font-size: 1.2rem;
  letter-spacing: 2px;
}
.columnSeries {
  background-color: #F8F8F8;
  padding: 10px;
  padding-bottom: 20px;
}
.columnSeries_list_item {
  width: 50%;
  padding: 5px;
}
.columnSeries_list_item .el_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 1000px) {
  .columnSeries_list .row {
    justify-content: center;
  }
  .columnSeries_list .row.is-4col {
    width: 624px;
  }
  .columnSeries_list .row.is-4col .columnSeries_list_item {
    width: 25%;
  }
  .columnSeries_list_item {
    width: 16.6666%;
  }
}
@media (max-width: 992px) {
  .categoryMenu .columnList_item_image {
    width: 30%;
    padding-top: 30%;
    display: inline-block;
    float: left;
  }
  .categoryMenu .columnList_item_detail {
    width: 70%;
    display: inline-block;
    float: left;
    padding-left: 20px;
  }
}
.seriesListTitle_img {
  width: 100%;
}
.seriesListTitle_img img {
  width: 100%;
  vertical-align: bottom;
}
.seriesListTitle_title {
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
  padding: 3% 3% 0;
}
.seriesListTitle_read {
  background: #fff;
  padding: 2% 3%;
  font-size: 1.4rem;
  color: #777;
}
.el_seriesParts_writer {
  background: #fff;
  padding: 0 3% 3%;
}
.el_seriesParts_writer span {
  display: inline-block;
}
.el_seriesParts_writer span .el_seriesParts_writer_img {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}
.el_seriesParts_writer span .el_seriesParts_writer_img img {
  width: 100%;
}
.el_seriesParts_writer span .el_seriesParts_writer_text {
  display: inline-block;
  padding-left: 5px;
  font-size: 1.2rem;
}
.el_seriesParts_snsBtn {
  background: #f5f5f5;
  padding: 3%;
}
.el_seriesParts_snsBtn li {
  display: inline-block;
  vertical-align: top;
}
.el_seriesParts_snsBtn li iframe,
.el_seriesParts_snsBtn li img {
  vertical-align: bottom;
}
.el_seriesTitleDetail {
  display: table;
  width: 100%;
  margin-bottom: 60px;
}
.el_seriesTitleDetail .el_seriesTitleDetail_img {
  display: table-cell;
  width: 120px;
  height: 120px;
}
.el_seriesTitleDetail .el_seriesTitleDetail_img img {
  width: 100%;
  vertical-align: top;
}
.el_seriesTitleDetail .el_seriesTitleDetail_read {
  display: table-cell;
  vertical-align: top;
  padding: 0 3%;
}
.el_seriesTitleDetail .el_seriesTitleDetail_read > a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.el_seriesTitleDetail .el_seriesTitleDetail_read > a,
.el_seriesTitleDetail .el_seriesTitleDetail_read .el_text,
.el_seriesTitleDetail .el_seriesTitleDetail_read .el_writer {
  line-height: 1.6;
}
.el_seriesTitleDetail .el_seriesTitleDetail_read .el_text {
  display: none;
  font-size: 1.4rem;
  display: block;
}
.column {
  position: relative;
  background: #fff;
  font-size: 1.4rem;
  line-height: 2;
  margin: auto;
  max-width: 800px;
}
.column:after {
  content: "";
  display: table;
  clear: both;
}
.column .paper-web-container {
  margin-top: 40px;
}
.column .paper-web-container .column_toc {
  background-color: #F8F8F8;
  padding: 30px;
}
.column .paper-web-container .column_toc_head {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.column .paper-web-container .column_toc_head:after {
  content: "\f106";
  right: 0;
  top: -8px;
  position: absolute;
  font-family: FontAwesome;
  font-size: 20px;
}
.column .paper-web-container .column_toc ol li {
  line-height: 1.4;
  margin-top: 10px;
}
.column .paper-web-container .column_toc ol li a {
  color: #777;
  font-size: 1.4rem;
}
.column .paper-web-container .column_toc_head.is-close:after {
  content: "\f107";
}
.column .paper-web-container .movie-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 3%;
}
.column .paper-web-container .movie-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.column .paper-web-container p iframe {
  width: 100%;
  height: auto;
}
.column .paper-web-container div,
.column .paper-web-container h1,
.column .paper-web-container h2,
.column .paper-web-container h3,
.column .paper-web-container h4,
.column .paper-web-container h5 {
  margin: 0;
  padding: 0;
}
.column .paper-web-container h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 16px 0;
  line-height: 1.4;
  clear: both;
  color: #333;
  display: -webkit-box;
  position: relative;
  border-bottom: 2px solid #333;
  padding-bottom: 16px;
}
.column .paper-web-container h2.catch {
  font-size: 1.4rem;
  border: 0;
  text-align: left;
  font-weight: normal;
  margin: 0 0 1em;
  padding: 0;
  color: #888;
  clear: both;
}
.column .paper-web-container h2.catch:after {
  display: none;
}
.column .paper-web-container .row {
  max-width: 800px;
}
.column .paper-web-container h3 {
  margin: 1em 0;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  clear: both;
}
.column .paper-web-container h4 {
  font-size: 1.8rem;
  margin: 1em 0;
  line-height: 1.6;
  padding-bottom: 10px;
  font-weight: bold;
  display: -webkit-box;
}
.column .paper-web-container h5 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 20px 0 0 0;
  line-height: 1.6;
}
.column .paper-web-container p {
  line-height: 2em;
  margin: 1em 0 2em;
  font-size: 1.6rem;
}
.column .paper-web-container p.photo-caption {
  font-size: 1.2rem;
  padding: 0;
  margin: 5px 0 5px 0;
  color: #666;
}
.column .paper-web-container blockquote {
  clear: both;
  background-color: #fff;
  padding: 1em 1em 1em 2.5em;
  position: relative;
  margin: 10px;
  line-height: 1.6;
  color: #888;
}
.column .paper-web-container blockquote:before {
  content: "“";
  font-size: 450%;
  line-height: 1em;
  color: #888;
  position: absolute;
  left: 0;
  top: 0;
}
.column .paper-web-container .mrge-content-block {
  position: relative;
}
.column .paper-web-container .mrge-content-block.mrge-left-side {
  float: left;
  padding: 15px;
  width: 50%;
}
.column .paper-web-container .mrge-content-block.mrge-right-side {
  float: right;
  padding: 15px;
  width: 50%;
}
.column .paper-web-container .mrge-content-block img {
  display: block;
  border: 0;
  outline: 0;
  width: 100%;
}
.column .paper-web-container .mrge-content-block.main-image {
  margin: 0;
  float: none;
  clear: none;
  width: 100%;
}
.column .paper-web-container .mrge-content-block.main-image img {
  width: 100%;
}
.column .paper-web-container h1.title {
  font-size: 1.8rem;
  padding: 1em 0;
  margin: 0;
  font-weight: bold;
  border-radius: 0;
  line-height: 1.6em;
}
@media (max-width: 766px) {
  .column .paper-web-container .mrge-content-block {
    position: relative;
  }
  .column .paper-web-container .mrge-content-block.mrge-left-side {
    float: none;
    clear: none;
    padding: 0;
    width: 100%;
  }
  .column .paper-web-container .mrge-content-block.mrge-right-side {
    float: none;
    clear: none;
    padding: 0;
    width: 100%;
  }
  .column .paper-web-container p {
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .column .paper-web-container .mrge-content-block img {
    display: block;
    border: 0;
    outline: 0;
    width: 100%;
  }
  .column .paper-web-container .mrge-content-block.main-image {
    margin: 0;
    float: none;
    clear: none;
    width: 100%;
  }
  .column .paper-web-container .mrge-content-block.main-image img {
    width: 100%;
  }
  .column .paper-web-container h2.catch {
    font-size: 1.2rem;
  }
  .column .paper-web-container p.photo-caption {
    font-size: 1.1rem;
  }
}
.search-block-v2 {
  margin-bottom: 50px;
  padding: 50px 0 58px;
  border-bottom: 1px solid #eee;
}
.search-block-v2 h2 {
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.s-results .related-search {
  border-right: 1px solid #eee;
}
.s-results .related-search h3 {
  color: #999;
  display: block;
  font-size: 14px;
  margin: 10px 0 10px;
  line-height: 20px;
  border-bottom: solid #aaa 2px;
}
.s-results .related-search li {
  margin: 4px 0;
}
.s-results .related-search li a {
  text-transform: capitalize;
}
.s-results .related-search a.see-all {
  color: #1841ce;
}
.s-results .related-search a:hover {
  color: #1841ce;
}
.s-results .related-search hr {
  margin: 20px 0;
}
.s-results .blog-photos {
  margin-bottom: 0;
}
.s-results .blog-photos li img {
  width: 34px;
  height: 34px;
}
.s-results .results-number {
  color: #999;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.s-results .inner-results {
  clear: both;
}
.s-results .inner-results h3 {
  font-size: 18px;
  margin-bottom: 15px;
  padding: 5px 0 5px 0;
  border-bottom: solid #ff7800 2px;
}
.s-results .inner-results h3 a {
  color: #1841ce;
}
.s-results .inner-results h3 a:hover {
  color: #1841ce;
  text-decoration: none;
}
.s-results .inner-results img {
  float: left;
  width: 200px;
  height: auto;
  margin: 0 10px 10px 0;
}
.s-results .inner-results .btn {
  top: -1px;
  padding: 0;
  position: relative;
}
.s-results .inner-results .btn-default {
  color: #999;
  border: 0;
  font-size: 13px;
}
.s-results .inner-results .btn-u-default {
  color: #999;
  border: 0;
}
.s-results .inner-results .btn-u-default i {
  font-size: 14px;
}
.s-results .inner-results .btn-u-xs {
  padding: 0;
}
.s-results .inner-results p {
  margin-bottom: 5px;
}
.s-results .inner-results hr {
  margin: 5px 0 5px 0;
}
.s-results .up-ul {
  margin-bottom: 4px;
}
.s-results .up-ul li a {
  color: #1841ce;
}
.s-results .up-ul li a:hover {
  color: #1841ce;
}
.s-results .down-ul {
  text-align: right;
  margin-bottom: 0;
}
.s-results .down-ul li {
  color: #999;
}
.s-results .down-ul li a {
  color: #1841ce;
}
.s-results .star-vote li {
  padding: 0;
}
.s-results .inner-results .btn:hover,
.s-results .inner-results .btn:focus {
  box-shadow: none;
  background: inherit;
}
@media (max-width: 992px) {
  .s-results .related-search {
    border-right: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .s-results .related-search hr {
    margin: 10px 0;
    visibility: hidden;
  }
}
@media (max-width: 500px) {
  .s-results .inner-results img {
    width: 60px;
    height: auto;
  }
  .s-results .inner-results .overflow-a p {
    display: none;
  }
}
.panel-info.column .row:first-child {
  margin-top: 10px;
}
.panel-info.column .row {
  margin-top: 15px;
}
.panel-info.column .published_at {
  text-align: right;
}
.panel-info.column .title {
  margin-top: 0;
}
@media (max-width: 766px) {
  .panel-info.column .title {
    margin-top: 10px;
  }
}
.column_linkbtn {
  display: inherit;
  width: 100%;
}
.column_linkbtn > a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 0 16px;
  padding: 15px;
  padding-right: 40px;
  text-align: center;
  border-radius: 3px;
  background: #444;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
}
.column_linkbtn > a:after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0,-50%);
}
@media (max-width: 999px) {
  .column_linkbtn {
    text-align: center;
  }
}
@media (min-width: 766px) {
  .column_linkbtn > a {
    width: 40%;
  }
}
.column_linkimg_center {
  float: none;
  margin: 0 auto;
  width: 80%;
}
.column_linkimg_center a {
  display: block;
}
.column_linkimg_center a img {
  display: block;
  border: 0;
  outline: 0;
  width: 100%;
}
.column_linkimg_right {
  float: right;
  clear: right;
  margin: 0 0 15px 15px;
  width: 50%;
}
.column_linkimg_right a {
  display: block;
}
.column_linkimg_right a img {
  display: block;
  border: 0;
  outline: 0;
  width: 100%;
}
.column_linkimg_right {
  float: left;
  clear: left;
  margin: 0 15px 15px 0;
  width: 50%;
}
.column_linkimg_right a {
  display: block;
}
.column_linkimg_right a img {
  display: block;
  border: 0;
  outline: 0;
  width: 100%;
}
.img-w100,
.img-a {
  padding: 0px;
  margin: 15px 0;
}
.img-w100 img,
.img-a img {
  width: 100%;
}
@media (max-width: 766px) {
  .column_linkimg_center,
  .column_linkimg_right,
  .column_linkimg_left {
    float: none;
    clear: none;
    margin: 0;
    width: 100%;
  }
  .column_linkimg_center a,
  .column_linkimg_right a,
  .column_linkimg_left a {
    display: block;
  }
  .column_linkimg_center a img,
  .column_linkimg_right a img,
  .column_linkimg_left a img {
    display: block;
    border: 0;
    outline: 0;
    width: 100%;
  }
  .img-w100,
  .img-a {
    padding: 0px;
    margin: 15px 0;
  }
  .img-w100 img,
  .img-a img {
    width: 100%;
  }
}
.column_textmoreLink {
  margin: 20px;
  text-align: right;
}
.columnNextPrev {
  margin: 8% 0;
  text-align: center;
}
.columnNextPrev_item {
  display: inline-block;
  border: 2px solid #333;
  color: #333;
  font-weight: bold;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  text-align: center;
  margin: 0 10px;
  width: 240px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.columnNextPrev_item:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767px) {
  .columnNextPrev_item {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.columnData {
  display: block;
  text-align: right;
  border-top: 4px #ccc double;
  font-size: 1.4rem;
  line-height: 2;
}
.column .columnShop_title {
  margin-top: 20px;
  padding: 10px;
  background-color: #f5f5f5;
  font-weight: bold;
  margin-bottom: 20px;
  border: none;
  text-align: center;
}
.column .columnShop_list_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 60px;
}
.column .columnShop_img {
  width: 40%;
  height: 0;
  padding-top: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}
.column .columnShop_img:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.column .columnShop_textBox {
  width: 60%;
  padding-left: 20px;
}
.column .columnShop_textBox .el_name {
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: bold;
}
.column .columnShop_textBox .el_area {
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #888;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 10px;
}
.column .columnShop_textBox .el_catch {
  line-height: 1.6;
  margin: 0;
  margin-bottom: 20px;
}
.column .columnShop_textBox .el_btn {
  margin-bottom: 20px;
  text-align: center;
}
.column .columnShop_textBox .el_btn a {
  display: inline-block;
  width: 120px;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  border-radius: 20px;
  height: 40px;
  line-height: 36px;
  font-weight: bold;
  font-size: 1.4rem;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.column .columnShop_textBox .el_btn a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767px) {
  .column .columnShop_textBox .el_btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
  }
}
.column .columnShop_sub {
  display: table;
  border: 3px double #ccc;
  padding: 10px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333;
}
.column .columnShop_sub:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.column .columnShop_sub .el_img {
  display: table-cell;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
}
.column .columnShop_sub .el_textBox {
  padding-left: 10px;
}
.column .columnShop_sub .el_textBox .el_title {
  margin-top: 0;
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-left: 6px;
  padding-bottom: 0;
  border: none;
  border-left: 4px solid #dc2729;
}
@media (max-width: 767px) {
  .column .columnShop_sub .el_textBox .el_title {
    font-size: 1.4rem;
  }
}
.column .columnShop_sub .el_textBox .el_text {
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .column .columnShop_sub .el_textBox .el_text {
    font-size: 1.2rem;
  }
}
.columnWriter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 4px #ccc double;
  border-bottom: 4px #ccc double;
  padding: 20px 0;
  margin-bottom: 20px;
  margin-top: 40px;
}
.columnWriter_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
}
.columnWriter_data {
  flex: 1;
  padding-left: 20px;
}
.columnWriter_data .el_job {
  color: #888;
}
.columnWriter_data .el_name {
  font-size: 1.6rem;
  font-weight: bold;
}
.columnWriter_data .el_text {
  color: #888;
  line-height: 1.6;
}
.columnPr {
  overflow-y: scroll;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  scroll-behavior: smooth;
}
.columnPr_scroll {
  width: max-content;
}
.columnPr .columnList_item {
  width: 250px;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}
.shopList {
  margin-top: 20px;
}
.shopList_item {
  display: block;
  position: relative;
}
.shopList_item_image {
  display: block;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
}
.shopList_item_data .el_area,
.shopList_item_data .el_genre {
  display: inline-block;
  font-size: 1.1rem;
}
.shopList_item_data .el_area {
  color: #888;
  margin-right: 0.4em;
}
.shopList_item_data .el_genre_item {
  display: inline-block;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  height: 20px;
  line-height: 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 1.2rem;
}
.shopList_item_name {
  display: block;
  margin: 0.4em 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}
.shopList_item_text {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  height: 3.84rem;
  text-align: justify;
}
.shopList_item_text:after,
.shopList_item_text:before {
  background-color: #f7f7f7;
  position: absolute;
}
.shopList_item_text:before {
  right: 0;
  width: 1.2rem;
  content: "...";
  bottom: 0;
}
.shopList_item_text:after {
  content: "";
  height: 100%;
  width: 100%;
}
.shopList_item_text.is-white:after,
.shopList_item_text.is-white:before {
  background-color: #fff;
  position: absolute;
}
.shopList_item .el_price {
  color: #888;
  margin-right: 0.4em;
  display: inline-block;
  font-size: 1.1rem;
}
.shopList_item .delete_cookie_btn {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
  top: -5px;
  right: -10px;
  position: absolute;
  font-size: 16px;
}
.shopList_item .delete_cookie_btn:hover {
  cursor: pointer;
  background: #253446;
}
@media (min-width: 1000px) {
  .shopList {
    margin-top: 40px;
  }
  a.shopList_item,
  .shopList_item > a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a.shopList_item:hover,
  .shopList_item > a:hover {
    text-decoration: none;
  }
  a.shopList_item:hover .shopList_item_image,
  .shopList_item > a:hover .shopList_item_image {
    opacity: 0.7;
  }
  a.shopList_item:hover .shopList_item_name,
  .shopList_item > a:hover .shopList_item_name {
    text-decoration: underline;
  }
}
.contents_clip {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 999px) {
  .contents_clip.is-column {
    position: fixed;
    bottom: 60px;
    right: 20px;
    top: auto;
  }
}
.favoritBtnWrapper {
  position: relative;
}
.favoritBtn .favoritBtn_style {
  display: inline-block;
  position: relative;
  border: 1px solid #333;
  color: #333;
  height: 36px;
  line-height: 36px;
  width: 36px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
}
.favoritBtn .favoritBtn_style a {
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.favoritBtn .favoritBtn_style a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.favoritBtn .favoritBtn_style.is-click {
  background-color: #333;
}
.favoritBtn .favoritBtn_style.is-click:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: -2px;
  left: 12px;
  font-size: 10px;
}
.favoritBtn .favoritBtn_style.is-click i {
  color: #fff;
}
.favoritBtn:hover {
  cursor: pointer;
}
.favoritBtn_message {
  position: absolute;
  top: -10px;
  right: 10px;
  display: block;
  width: 150px;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  background: #454545;
  color: #fff;
}
@media (max-width: 999px) {
  .is-fix_footerSpace footer {
    margin-bottom: 40px;
  }
  .is-fix_footerSpace #pageTop {
    bottom: 50px;
  }
}
.shopHeader {
  position: relative;
  margin-bottom: 10px;
}
.shopHeader .shopMain {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 70%;
}
.shopHeader_inn {
  padding: 20px;
}
.shopHeader_head {
  background-color: #F8F8F8;
  padding: 20px;
}
.shopHeader_name {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
}
.shopHeader_name a {
  color: #333;
}
.shopHeader_kana {
  color: #888;
}
.shopHeader_average {
  color: #888;
}
.shopHeader_average:before {
  content: "￥";
  background-color: #EC9E07;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
}
.shopHeader_genre {
  font-weight: bold;
  font-size: 1.2rem;
  color: #888;
  margin-right: 5px;
  border-right: 1px solid #888;
  padding-right: 5px;
}
.shopHeader_area {
  font-weight: bold;
  font-size: 1.2rem;
  color: #888;
}
.shopHeader_btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shopHeader_btn .el_item {
  font-size: 1.1rem;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: block;
  width: 30%;
  font-weight: bold;
  text-align: center;
}
.shopHeader_btn .el_item:nth-child(-n+2) {
  margin-right: 5%;
}
@media (min-width: 1000px) {
  .shopHeader_head {
    margin-bottom: 20px;
  }
  .shopHeader .shopMain {
    width: 50%;
    padding-bottom: 35%;
  }
  .shopHeader .shopMain_wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shopHeader_inn {
    width: 50%;
  }
}
.localNavi {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 45px;
  overflow-x: auto;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
}
.localNavi::-webkit-scrollbar {
  display: none;
}
.localNavi::before {
  content: '';
  height: 1px;
  background: #ccc;
  width: 1000px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.localNavi_inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.localNavi_inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.localNavi_inner > a {
  width: 100px;
  margin-top: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 5px;
  text-align: center;
  background: #f4f3f2;
  color: #454545;
  border: 1px solid #f4f3f2;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}
.localNavi_inner > a .el_updated {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  border-radius: 10px;
  background-color: #ccc;
  display: inline-block;
  top: -5px;
  right: -5px;
}
.localNavi_inner > a:hover,
.localNavi_inner > a.is-current {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #fff;
  text-decoration: none;
  z-index: 1;
}
.localNavi_inner > a:hover::after,
.localNavi_inner > a.is-current::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (max-width: 999px) {
  .localNavi {
    height: 35px;
  }
  .localNavi::before {
    width: 100%;
  }
  .localNavi_inner {
    height: 35px;
  }
  .localNavi_inner > a {
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1000px) {
  .localNavi {
    padding: 0 20px;
  }
  .localNavi_inner {
    padding: 0 20px;
  }
}
.reserveBtn {
  text-align: center;
  font-size: 0;
  z-index: 10;
  padding: 0 3%;
}
.reserveBtn .reserveBtn_btn {
  display: inline-block;
  background: #ff7766;
  color: #fff;
  font-size: 1.3rem;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.reserveBtn .reserveBtn_btn:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.reserveBtn .reserveBtn_btn i {
  margin-right: 5px;
}
.reserveBtn .reserveBtn_btn > a {
  color: #fff;
  display: block;
}
.reserveBtn .reserveBtn_btnWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.reserveBtn .reserveBtn_btnWrapper .telNumber {
  position: absolute;
  top: -5px;
  right: 0;
  display: none;
  width: 100%;
  background: #fff;
  border: 1px solid #E4E4EF;
  text-align: center;
  padding: 5px 0;
  font-size: 1.4em;
  z-index: 1000;
}
.reserveBtn .reserveBtn_btnWrapper .telNumber.is-open {
  display: block;
}
.reserveBtn .reserveBtn_btnWrapper .telNumber dt {
  font-size: 1.2rem;
}
.reserveBtn .reserveBtn_btnWrapper .telNumber dd {
  font-size: 1.6rem;
  font-weight: bold;
}
.reserveBtn .reserveBtn_btnWrapper .telNumber dd .el_close {
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #454545;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.reserveBtn .reserveBtn_btnWrapper .telNumber dd .el_close:hover {
  opacity: 0.7;
}
@media (max-width: 320px) {
  .reserveBtn .reserveBtn_btn {
    font-size: 1rem;
    padding: 0 5px;
  }
  .reserveBtn .reserveBtn_btnWrapper {
    margin-left: 4px;
  }
  .reserveBtn .externalLink_btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 999px) {
  .shopHeader .reserveBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    box-shadow: 0px -1px 3px rgba(0,0,0,0.2);
    z-index: 999;
    padding: 0;
  }
  .shopHeader .reserveBtn_btnWrapper {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    width: 70%;
  }
  .shopHeader .reserveBtn_btnWrapper .reserveBtn_btn {
    display: block;
    width: 100%;
  }
  .shopHeader .reserveBtn_btn {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .shopHeader .reserveBtn_btn:first-child {
    border-right: 1px solid #253446;
  }
  .shopHeader .reserveBtn_btn:last-child {
    border-left: 1px solid #253446;
  }
  .shopHeader .reserveBtn_btn.is-web {
    width: 35%;
    border-right: 1px solid #253446;
  }
  .shopHeader .reserveBtn_btn.is-web + .reserveBtn_btnWrapper {
    width: 35%;
  }
  .shopHeader .telNumber {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
.shopHeader .reserveBtn_externalWrapper {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  width: 25%;
}
.shopHeader .reserveBtn_externalWrapper .externalLink_btn {
  display: block;
  width: 100%;
  background-color: #ffb231;
  color: #fff;
  font-size: 1.3rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.shopHeader .reserveBtn_externalWrapper .externalLink_btn i {
  margin-right: 5px;
}
.shopHeader .reserveBtn_externalWrapper .externalLink_btn > a {
  color: #fff;
  display: block;
}
.shopHeader .reserveBtn_externalWrapper .externalLink_list {
  display: none;
  position: fixed;
  bottom: 40px;
  width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #ffb231;
  padding: 20px 0 10px;
}
@media (min-width: 1000px) {
  .shopHeader .reserveBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 0;
  }
  .reserveBtn {
    clear: both;
  }
  .reserveBtn:after {
    content: "";
    display: table;
    clear: both;
  }
  .reserveBtn .reserveBtn_btnWrapper {
    position: relative;
    display: inline-block;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .reserveBtn .reserveBtn_title {
    display: none;
  }
  .reserveBtn .reserveBtn_externalWrapper {
    display: none;
  }
  .reserveBtn .reserveBtn_btn {
    width: 200px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .reserveBtn .reserveBtn_btn a[href^="tel:"] {
    pointer-events: none;
  }
  .reserveBtn .reserveBtn_btn i {
    margin-right: 10px;
  }
  .reserveBtn .reserveBtn_btn:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .reserveBtn .reserveBtn_btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.point_bubble {
  display: block;
  margin: 10px auto;
  position: relative;
  width: 90%;
  max-width: 520px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.point_bubble a {
  font-weight: normal;
}
.point_bubble:before,
.point_bubble:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.point_bubble:before {
  border: solid 12px transparent;
  border-top: solid 12px #ccc;
}
.point_bubble:after {
  border: solid 15px transparent;
  border-top: solid 15px #fff;
  margin-top: -5px;
}
@media (max-width: 999px) {
  .point_bubble {
    margin-bottom: 20px;
    text-align: left;
  }
}
.shopSubNavWrapper {
  position: relative;
  overflow: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 1000px;
  height: 30px;
  margin: 20px auto;
}
.shopSubNav {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 3%;
}
.shopSubNav_item {
  margin-right: 7px;
  width: 100px;
  height: 30px;
}
.shopSubNav_item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
  background: #f5ede3;
  border: 1px solid #f5ede3;
  color: #888;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.shopSubNav_item.is-current a {
  background: #fff;
  border-color: #af8d64;
  color: #454545;
}
@media (min-width: 768px) {
  .shopSubNavWrapper {
    margin: 34px auto;
  }
  .shopSubNav {
    padding-left: 20px;
  }
  .shopSubNav_item {
    width: 186px;
  }
}
.shopSummary {
  margin-bottom: 20px;
  padding: 40px 0 20px;
}
.shopSummary .col-2 {
  margin-bottom: 0;
}
.shopSummary .contentsTitle {
  margin-top: 0;
}
.shopSummary .contentsTitle_name .is-pc {
  font-size: 0;
}
.shopSummary_cont .el_data {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  font-size: 1.4rem;
}
.shopSummary_cont .el_data dt,
.shopSummary_cont .el_data dd {
  width: 100%;
}
.shopSummary_cont .el_data dt {
  font-weight: bold;
  padding: 0 0 10px;
}
.shopSummary_cont .el_data dd {
  padding: 0 0 10px 18px;
  word-break: break-all;
  border-bottom: 1px dotted #ddd;
}
.shopSummary_cont .el_data_map {
  width: 100%;
  max-width: 95%;
  height: 240px;
}
.shopSummary_cont .el_data .el_attention {
  display: block;
  font-size: 11px;
  color: #888;
  margin-top: 10px;
}
.shopSummary_cont .el_textLink {
  font-size: 1.4rem;
  text-align: center;
  margin: 15px 0;
}
.shopSummary_cont:nth-last-child dd {
  border-bottom: none;
}
@media (min-width: 1000px) {
  .shopSummary_cont .el_textLink {
    font-size: 1.4rem;
    text-align: center;
    margin: 15px 0;
  }
}
.shopSummary_cont .el_sns {
  margin: 4% 0 0;
}
.shopSummary_cont .el_sns li {
  display: inline-block;
  width: 40px;
  margin: 0 3% 0 0;
  vertical-align: top;
  text-align: center;
}
.shopSummary_cont .el_sns li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  background-color: #5F7F95;
}
.shopSummary_cont .el_sns li.is-line > a {
  font-size: 12px;
}
.shopSummary_cont .el_sns li.is-facebook > a:hover,
.shopSummary_cont .el_sns li.is-twitter > a:hover,
.shopSummary_cont .el_sns li.is-line > a:hover,
.shopSummary_cont .el_sns li.is-insta > a:hover {
  background: #ddd;
  text-decoration: none;
}
.calemdarWrapper {
  position: relative;
}
.calemdarTel {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 50%;
  padding: 20px 0;
  background: #fff;
  border: 2px solid #454545;
  text-align: center;
  z-index: 100;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.calemdarTel .calemdarTel_cont {
  font-size: 250%;
}
.calemdarTel .calemdarTel_cont i {
  margin-right: .5em;
}
.calemdarTel .calemdarTel_close {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #454545;
  color: #fff;
}
@media (max-width: 999px) {
  .calemdarTel {
    width: 90%;
  }
  .calemdarTel .calemdarTel_cont {
    font-size: 200%;
  }
}
.calendarStyle {
  position: relative;
}
.calendarStyle .fc-day-number,
.calendarStyle fc-day-content {
  text-align: center;
}
.calendarStyle .fc-toolbar h2 {
  font-size: 1.8rem;
}
.calendarStyle .fc-event {
  position: absolute;
  display: block;
  line-height: 1.3;
  border-radius: 3px;
  font-size: 1.3em;
  text-align: center;
  top: 0;
  padding: 28px 0 10px 0 !important;
  width: 13%;
  margin: auto .6%;
  color: #454545;
  background: none;
  border: none;
}
.calendarStyle .fc-event:hover {
  color: initial;
}
.calendarStyle .fc-event[href],
.calendarStyle .calendar-tel {
  background: #ff7766;
  top: 20px;
  padding: 6px 0 !important;
  color: #fff;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.calendarStyle .fc-event[href]:hover,
.calendarStyle .calendar-tel:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.calendarStyle .fc-event[href]:hover,
.calendarStyle .calendar-tel:hover {
  color: #fff;
}
.calendarStyle .fc-event-skin {
  border: none;
  background: #fff;
  color: #454545;
  margin-left: 0;
}
.calendarStyle a.fc-event-skin,
.calendarStyle a.fc-event-skin .fc-event-skin {
  background: #ff7766;
  color: #fff;
}
.calendarStyle a.fc-event-skin:hover,
.calendarStyle a.fc-event-skin:hover .fc-event-skin,
.calendarStyle a.fc-event-skin .fc-event-skin:hover,
.calendarStyle a.fc-event-skin .fc-event-skin:hover .fc-event-skin {
  background: #253446;
}
.calendarStyle .fc-event-inner {
  top: -8px;
}
.calendarStyle .fc-corner-left .fc-button-inner,
.calendarStyle .fc-corner-left .fc-event-inner {
  margin-left: 0;
}
.calendarStyle .fc-button {
  top: -7px;
}
.calendarStyle .fc-unthemed th,
.calendarStyle .fc-unthemed td,
.calendarStyle .fc-unthemed thead,
.calendarStyle .fc-unthemed tbody,
.calendarStyle .fc-unthemed .fc-divider,
.calendarStyle .fc-unthemed .fc-row,
.calendarStyle .fc-unthemed .fc-content,
.calendarStyle .fc-unthemed .fc-popover {
  border-color: #ddd;
}
.calendarStyle .fc-unthemed .fc-popover {
  background-color: #fff;
}
.calendarStyle .fc-unthemed .fc-divider,
.calendarStyle .fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.calendarStyle .fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.calendarStyle .fc-widget-content.fc-today {
  background: #FFE664;
}
.calendarStyle .fc-highlight {
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
}
.calendarStyle .fc-bgevent {
  background: #ffe9e9;
  opacity: .99;
  filter: alpha(opacity=99);
}
.calendarStyle .fc-nonbusiness {
  background: #d7d7d7;
}
.calendarStyle .fc-holiday,
.calendarStyle .fc-sun {
  background: #ffe9e9;
}
.calendarStyle .fc-sat {
  background: #CDECFD;
}
.clinic_disclaimer_text {
  position: relative;
  color: #253446;
}
.clinic_disclaimer_text .js-modal-open {
  text-decoration: underline;
  color: #dc2729;
  cursor: pointer;
}
.clinic_disclaimer_text .js-modal-open:hover {
  opacity: 0.4;
}
.clinic_disclaimer_text .modal {
  display: none;
  position: absolute;
  top: -320px;
  left: 0;
  width: 100%;
  z-index: 50;
}
.clinic_disclaimer_text .modal_contents {
  background: #fff;
  padding: 30px 0;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 4px;
  border: solid 1px #253446;
}
.clinic_disclaimer_text .modal_contents .js-modal-close {
  color: #253446;
}
.clinic_disclaimer_text .modal_contents .modal_content {
  overflow-y: scroll;
  height: 240px;
  padding: 0 20px;
}
.clinic_disclaimer_text .modal_contents .modal_content p {
  color: #333;
}
.clinic_disclaimer_text .modal_contents a {
  position: absolute;
  top: 1%;
  right: 3%;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}
.clinic_disclaimer_text .modal_contents:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 27%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #253446;
  z-index: 2;
}
.clinic_disclaimer_text .modal_contents:after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 27%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 3;
}
@media (max-width: 999px) {
  .clinic_disclaimer_text {
    margin: 0 20px;
  }
  .clinic_disclaimer_text .modal {
    display: none;
    position: absolute;
    bottom: 330px;
    left: 390px;
    width: 100%;
    z-index: 50;
  }
  .clinic_disclaimer_text .modal_contents:before {
    left: 88%;
  }
  .clinic_disclaimer_text .modal_contents:after {
    left: 88%;
  }
}
@media screen and (max-width: 768px) {
  .clinic_disclaimer_text {
    margin: 0 20px;
  }
  .clinic_disclaimer_text .modal {
    left: 50%;
  }
  .clinic_disclaimer_text .modal_contents {
    transform: translateX(-50%);
    width: 300px;
  }
  .clinic_disclaimer_text .modal_contents:before {
    left: 50%;
  }
  .clinic_disclaimer_text .modal_contents:after {
    left: 50%;
  }
}
@media screen and (max-width: 580px) {
  .modal_contents {
    width: 90%;
    height: 350px;
  }
}
.shopData {
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 4px #ccc double;
  padding: 10px 3%;
  display: block;
}
.shopData_inn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.shopData_right {
  flex: 1;
}
.shopData_staff {
  width: 80px;
  height: 80px;
  border-radius: 3px;
  margin-right: 10px;
  overflow: hidden;
}
.shopData_staff img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.shopData_area {
  font-size: 1.2rem;
  margin-right: 1em;
  vertical-align: middle;
  color: #333;
}
.shopData_name {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
}
.shopData_name a {
  color: #333;
}
.shopData_kana {
  color: #888;
}
@media (min-width: 1000px) {
  .shopData_name {
    font-size: 2.2rem;
  }
}
.shopIndex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shopIndex_left {
  width: 600px;
  padding-right: 40px;
  padding: 0 40px;
  padding-top: 40px;
}
.shopIndex_left img {
  width: 100%;
}
.shopIndex_right {
  width: 400px;
}
.shopIndex_image,
.shopIndex_detail {
  width: 100%;
}
.shopIndex_image {
  margin-bottom: 10px;
  padding: 20px 0;
}
@media (max-width: 999px) {
  .shopIndex {
    display: block;
  }
  .shopIndex_left {
    width: 100%;
    padding-top: 0;
    padding: 0 20px;
  }
  .shopIndex_right {
    width: 100%;
    padding: 40px 3% 0;
  }
}
.shopImage {
  margin: auto;
  width: 100%;
  max-width: 400px;
  position: relative;
}
.shopImage_image {
  position: relative;
}
.shopImage_image:after {
  content: "";
  display: table;
  clear: both;
}
.shopImage_image *:focus {
  outline: none;
}
.shopImage_image .single-item,
.shopImage_image_inner {
  width: 100%;
}
.shopImage_image .single-item .slick-slide,
.shopImage_image_inner .slick-slide {
  position: relative;
  background: #f8f8f8;
  width: 340px;
  height: 340px;
  text-align: center;
  overflow: hidden;
}
.shopImage_image .single-item .slick-slide img,
.shopImage_image_inner .slick-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 340px;
  max-height: 340px;
}
.shopImage_image .single-item .el_item,
.shopImage_image_inner .el_item {
  text-align: center;
  background: #f8f8f8;
}
.shopImage_image .single-item .el_item img,
.shopImage_image_inner .el_item img {
  max-width: 100%;
  vertical-align: bottom;
}
.shopImage_image .slick-list {
  overflow: hidden;
}
.shopImage_image .single-item-nav,
.shopImage_image_nav {
  margin-top: 10px;
}
.shopImage_image .single-item-nav .slick-track,
.shopImage_image_nav .slick-track {
  transform: translate3d(0,0px,0px) !important;
}
.shopImage_image .single-item-nav .slick-slide,
.shopImage_image_nav .slick-slide {
  display: inline-block;
  width: 31.2% !important;
  padding-bottom: 31.2%;
  margin-left: 3.2%;
  height: 0;
  position: relative;
}
.shopImage_image .single-item-nav .slick-slide:first-child,
.shopImage_image_nav .slick-slide:first-child {
  margin-left: 0;
}
.shopImage_image .single-item-nav .slick-slide:hover,
.shopImage_image_nav .slick-slide:hover {
  opacity: 0.7;
  cursor: pointer;
}
.shopImage_image .single-item-nav .slick-slide > div,
.shopImage_image_nav .slick-slide > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.shopImage_image .single-item-nav .slick-slide > div .el_img,
.shopImage_image_nav .slick-slide > div .el_img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
}
.shopImage_image .single-item-nav .slick-list,
.shopImage_image .single-item-nav .slick-track,
.shopImage_image_nav .slick-list,
.shopImage_image_nav .slick-track {
  height: auto !important;
}
.shopImage_image_nav.js-slick-nav-col4 .slick-slide {
  width: 22.75% !important;
  padding-bottom: 22.75%;
  margin-left: 3% !important;
  height: 0;
}
.shopImage_image_nav.js-slick-nav-col4 .slick-slide:first-child {
  margin-left: 0 !important;
}
.shopIndex_detail {
  padding: 20px 0;
}
.shopIndex_detail_catchcopy {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.shopIndex_detail_text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2em;
}
.shopIndex_detail .snsBtn {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .shopIndex_detail {
    padding: 15px 0;
  }
}
.shopIndex_detail_movie .movie-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 3%;
}
.shopIndex_detail_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.shopIndex_detail_movie .el_title {
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  margin-bottom: 6px;
}
.shopIndex_detail_movie .el_link {
  margin-top: 10px;
  display: block;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: right;
}
.shopIndex_detail_movie .el_link:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.shopIndex_detail_movie .el_link:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 1.2rem;
}
.shopIndex_detail_column {
  background-color: #F8F8F8;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
}
.shopIndex_detail_column:after {
  content: "";
  display: table;
  clear: both;
}
.shopIndex_detail_column .el_title {
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  margin-bottom: 6px;
}
.shopIndex_detail_column .el_image {
  width: 140px;
  float: left;
  margin-right: 16px;
}
.shopIndex_detail_column .el_image > div {
  width: 100%;
  padding-top: 62%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.shopIndex_detail_column .el_box {
  display: block;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.shopIndex_detail_column .el_box:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.shopIndex_detail_column .el_box:after {
  content: "";
  display: table;
  clear: both;
}
.shopIndex_detail_column .el_detail {
  line-height: 1.5;
  text-decoration: none;
  color: #333;
}
.shopIndex_detail_column .el_detail_name {
  font-size: 1.1rem;
  font-weight: 700;
}
.shopIndex_detail_column .el_detail_date {
  font-size: 1.1rem;
  color: #888;
}
.shopIndex_detail_column .el_link {
  margin-top: 10px;
  display: block;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: right;
}
.shopIndex_detail_column .el_link:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.shopIndex_detail_column .el_link:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 1.2rem;
}
.shopIndex_detail_staff {
  padding: 20px 0;
  width: 100%;
}
.shopIndex_detail_staff:after {
  content: "";
  display: table;
  clear: both;
}
.shopIndex_detail_staff .el_title {
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  margin-bottom: 15px;
}
.shopIndex_detail_staff .el_image {
  width: 100px;
  float: left;
  margin-right: 20px;
}
.shopIndex_detail_staff .el_image img {
  width: 100px;
  height: 100px;
}
.shopIndex_detail_staff .el_detail {
  line-height: 1.5;
}
.shopIndex_detail_staff .el_detail_text {
  font-size: 1.1rem;
}
.shopIndex_detail_staff .el_detail_name strong {
  font-size: 1.4rem;
  font-weight: 700;
}
.shopIndex_detail_staff .el_detail_type {
  font-size: 1.1rem;
}
.shopIndex_detail_hotNews {
  background: #f8f8f8;
  margin: 0 10px;
}
.shopIndex_detail_hotNews .el_title {
  display: inline-block;
  padding: 8px 10px;
  line-height: 1;
  background: #888;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.shopIndex_detail_hotNews .el_list {
  padding: 0 15px 10px;
}
.shopIndex_detail_hotNews .el_list_item {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  display: block;
}
.shopIndex_detail_hotNews .el_list_item span {
  color: #454545;
  display: block;
}
.shopIndex_detail_hotNews .el_list_item strong {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
.shopIndex_detail_hotNews .el_list_item .el_image {
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  display: block;
  margin-right: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
}
@media (min-width: 1000px) {
  .shopIndex_detail_hotNews .el_list_item:hover span {
    text-decoration: none;
  }
  .shopIndex_detail_hotNews .el_list {
    padding: 0 15px 10px;
  }
  .shopIndex_detail_hotNews .el_list_item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shopIndex_detail_hotNews .el_list_item span {
    -ms-flex-basis: 8em;
    -webkit-flex-basis: 8em;
    flex-basis: 8em;
    color: #454545;
  }
  .shopIndex_detail_hotNews .el_list_item strong {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .shopIndex_detail_hotNews .el_list_item .el_image {
    flex-basis: 100px;
    float: none;
  }
}
.externalLink {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.externalLink_title {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  border: 1px solid #333;
  border-radius: 3px;
}
.externalLink_title:after {
  content: "\f0a4";
  font-family: FontAwesome;
  margin-left: 5px;
}
.externalLink_list_item {
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  background-color: #ffb231;
  color: #fff !important;
  font-size: 1.2rem;
  border-radius: 3px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 5px 10px;
  font-weight: bold;
}
.externalLink_list_item:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 999px) {
  .externalLink {
    padding: 0 5px;
  }
  .externalLink_title {
    margin: 0 10px 10px;
  }
  .externalLink_title:after {
    content: "\f0a7";
  }
  .externalLink_list {
    display: block;
  }
  .externalLink_list_item {
    font-size: 1.1rem;
    padding: 3px 20px;
  }
}
.shopQa {
  padding: 20px 0 40px;
}
@media (max-width: 999px) {
  .shopQa {
    width: 94%;
    margin: auto;
  }
}
.shopQa_title {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  padding-right: 40px;
  position: relative;
  background-color: #f5f5f5;
  font-weight: bold;
  margin-bottom: 20px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  letter-spacing: 2px;
}
.shopQa_title:after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0,-50%);
}
.shopQa_title.active:after {
  font-family: FontAwesome;
  content: "\f106";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0,-50%);
}
.shopQa_list {
  display: none;
}
.shopQa_list_item {
  margin-bottom: 10px;
}
.shopQa_list_item .el_title {
  padding: 6px 0;
  font-weight: bold;
  color: #66728c;
  margin-bottom: 10px;
  border-bottom: 1px #66728c dotted;
}
.shopQa_list_item .el_title:before {
  content: "Q.";
}
.shopQa_list_item .el_text {
  padding: 0 10px;
}
.shopQa_list_item .el_text:before {
  content: "A.";
}
.shopQa_list_item .el_text small {
  display: block;
  font-size: 0.8em;
}
.el_talkURLCard_img {
  max-width: 100%;
  margin: 20px 0;
  display: block;
}
.eventDetailTitle {
  position: relative;
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
.eventDetailTitle .tagWrap {
  display: block;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .eventDetailTitle .tagWrap {
    float: right;
    margin-left: 15px;
  }
}
.tagWrap .el_tagReservation,
.tagWrap .el_tagVisit {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  padding: 0 8px 30px;
  font-size: 12px;
  background-color: #999;
  color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.eventDetailArea {
  margin: 5px 0;
  color: #888;
}
.eventDetailArea i {
  margin-right: 0.5em;
}
.shopBenefits {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3%;
  margin: 20px 3%;
  background-color: #F9F6F1;
}
.shopBenefits_item {
  width: 100%;
  margin: 10px 0;
}
.shopBenefits .el_genre .el_tagReservation,
.shopBenefits .el_genre .el_tagVisit {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
  position: relative;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  padding: 0 8px 30px;
  font-size: 12px;
  background: #999;
  color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.shopBenefits .el_title {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 1px auto;
}
.shopBenefits .el_text {
  display: block;
  margin: 5px 1px;
  letter-spacing: 1px;
}
@media (min-width: 1000px) {
  .eventDetailTitle {
    margin-top: 40px;
  }
  .shopBenefits {
    margin: 20px auto;
    padding: 10px 20px;
  }
  .shopBenefits_item:nth-child(1):nth-last-child(1) {
    width: 100%;
  }
  .shopBenefits_item:nth-child(1):nth-last-child(2),
  .shopBenefits_item:nth-child(2):nth-last-child(1) {
    width: 440px;
  }
  .shopBenefits_item:nth-child(1):nth-last-child(2) {
    margin-right: 40px;
  }
  .shopBenefits_item:nth-child(2):nth-last-child(1) {
    margin-top: 0;
    padding: 10px 0 0 20px;
  }
}
.menuGenreNav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 10px;
}
.menuGenreNav_item {
  margin-right: 1%;
  width: 15.6666%;
  height: 30px;
  font-size: 1.2rem;
  font-weight: bold;
}
.menuGenreNav_item > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.menuGenreNav_item > span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #888;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.menuGenreNav_item > a:hover,
.menuGenreNav_item.is-current > a {
  background: #333;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .menuGenreNav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menuGenreNav_item {
    width: 32.3333%;
    margin-bottom: 1%;
  }
}
@media (min-width: 768px) {
  .menuGenreNavWrapper {
    margin: 34px auto 0;
  }
  .menuGenreNav {
    padding-left: 1%;
  }
}
.menuList {
  margin: 0 5%;
}
.menuList_item {
  padding: 20px 0 30px;
}
.menuList_item:after {
  content: "";
  display: table;
  clear: both;
}
.menuList_item .el_price {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.menuList_item .el_price_inner {
  text-align: left;
  flex-grow: 1;
}
.menuList_item .el_price_inner strong {
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 0.5em;
}
.menuList_item .reserveBtn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: auto;
  margin-bottom: 15px;
  flex-basis: 300px;
  max-width: 460px;
}
.menuList_item .reserveBtn .reserveBtn_btn {
  height: 25px;
  line-height: 25px;
  width: 100%;
  max-width: 250px;
}
.menuList_item .reserveBtn .reserveBtn_btnWrapper {
  margin-left: 10px;
  margin-top: 0;
  width: 100%;
}
.menuList_item_title {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}
.menuList_item_image {
  width: 30%;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}
.menuList_item_image > a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.menuList_item_image > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.menuList_item_detail {
  width: 100%;
  font-size: 1.3rem;
}
.menuList_item_detail .el_catchcopy {
  margin-bottom: 10px;
  line-height: 1.6em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.2em;
}
.menuList_item_detail .el_text {
  margin-bottom: 10px;
  line-height: 1.6em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.2em;
}
.menuList_item_detail .el_coupon {
  clear: both;
  padding-top: 10px;
}
.menuList_item_detail .el_coupon > dt {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #333;
}
.menuList_item_detail .el_coupon > dd .el_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 40px 10px 10px;
  position: relative;
  background-color: #F8F8F8;
  margin-top: 10px;
  border-radius: 4px;
}
.menuList_item_detail .el_coupon > dd .el_item:last-child {
  border-bottom: none;
}
.menuList_item_detail .el_coupon > dd .el_item a {
  flex-grow: 1;
  width: 100%;
}
.menuList_item_detail .el_coupon > dd .el_item .reserveBtn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-basis: 300px;
  max-width: 460px;
  margin: auto;
  margin-top: 10px;
}
.menuList_item_detail .el_coupon > dd .el_item .reserveBtn .reserveBtn_btn {
  height: 25px;
  line-height: 25px;
  width: 100%;
  max-width: 250px;
}
.menuList_item_detail .el_coupon > dd .el_item .reserveBtn .reserveBtn_btnWrapper {
  margin-left: 10px;
  margin-top: 0;
  width: 100%;
}
.menuList_item_detail .el_coupon > dd .el_item .el_couponPrice {
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.menuList_item_detail .el_coupon > dd .el_item .el_couponPrice span {
  margin-left: 5px;
  color: #D68787;
  font-size: 1.8rem;
  vertical-align: baseline;
}
.menuList_item_detail .el_coupon > dd .el_item::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333;
  font-size: 20px;
}
@media (min-width: 768px) {
  .menuList {
    margin: 20px;
  }
  .menuList_item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .menuList_item .reserveBtn {
    margin-right: 0;
  }
  .menuList_item_title {
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .menuList_item_image {
    -ms-flex-basis: 210px;
    -webkit-flex-basis: 210px;
    flex-basis: 210px;
    margin-right: 40px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .menuList_item_detail {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 710px;
  }
  .menuList_item_detail .el_coupon .reserveBtn {
    margin-right: 0 !important;
  }
  .menuList_item_detail .el_coupon > dd .el_item {
    padding: 15px 30px 15px 15px;
  }
  .menuList_item_detail .el_coupon > dd .el_item::before {
    right: 20px;
  }
  .menuList_item_detail .el_text {
    -webkit-line-clamp: 4;
    max-height: 6.4em;
  }
  .menuList_item .el_price_inner strong {
    font-size: 2rem;
  }
}
.menuDetailTitle {
  font-size: 1.8em;
  font-weight: 700;
  margin: 16px 0;
  border-bottom: 2px solid #ccc;
}
.menuDetail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.menuDetail .is-fullWidth {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.menuDetail_image {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  float: left;
  width: 40%;
  margin-bottom: 10px;
  margin-right: 10px;
}
.menuDetail_image figure {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.menuDetail_image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.menuDetail_catch {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.menuDetail_detail {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.menuDetail_detail_price {
  padding-bottom: 5px;
  margin-bottom: 16px;
  font-size: 1.6rem;
}
.menuDetail_detail_price strong {
  font-weight: 700;
}
.menuDetail_detail_price small {
  display: block;
  font-weight: 500;
  color: #888;
}
.menuDetail_detail_price span {
  font-size: 1.2rem;
}
.menuDetail_detail_text {
  margin-bottom: 16px;
}
.menuDetail_detail_text strong {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.menuDetail_detail_text small {
  display: block;
  margin-top: 20px;
  border-top: dotted #ccc 1px;
  padding-top: 10px;
}
.menuDetail_detail > .reserveBtn {
  text-align: right;
  margin-bottom: 16px;
}
@media (min-width: 1000px) {
  .menuDetailTitle {
    margin: 40px 0 16px;
  }
  .menuDetail_image {
    -ms-flex-basis: 210px;
    -webkit-flex-basis: 210px;
    flex-basis: 210px;
    margin-left: 20px;
  }
  .menuDetail_detail {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}
.menuDetail_flow {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  background-color: #F8F8F8;
  padding: 20px;
  margin: 20px 0;
}
.menuDetail_flow_title {
  padding: 10px 0;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}
.menuDetail_flow > p {
  background: #fff;
  padding: 20px;
}
@media (min-width: 1000px) {
  .menuDetail_flow {
    padding: 20px;
  }
  .menuDetail_flow > p {
    padding: 20px;
  }
}
#menuDetail-coupon {
  margin-top: -40px;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.menuDetail_coupon {
  padding-bottom: 20px;
  background: #f8f8f8;
}
.menuDetail_coupon .el_title {
  display: inline-block;
  padding: 8px 10px;
  line-height: 1;
  margin: 0 0 10px;
  background: #ffe9e9;
  font-size: 1.3rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.menuDetail_coupon .el_couponPrice {
  padding: 5px 20px;
}
.menuDetail_coupon .el_couponPrice span {
  color: #ff7766;
  font-weight: bold;
  font-size: 2em;
  margin: 0 20px 0 10px;
}
.menuDetail_coupon .el_name {
  padding: 5px 20px;
  margin: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 700;
}
.menuDetail_coupon .el_detail {
  background: #fff;
  padding: 20px;
  margin: 0 20px;
}
.menuDetail_coupon .el_detail .el_data {
  padding: 10px 0;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.menuDetail_coupon .el_detail .el_data small {
  display: block;
}
.menuDetail_coupon .el_detail .el_data dl {
  margin-bottom: 1em;
}
.menuDetail_coupon .el_detail .el_data dl:last-child {
  margin-bottom: 0;
}
.menuDetail_coupon .el_detail .el_data dl dt {
  font-weight: bold;
  margin-bottom: .5em;
}
.menuDetail_coupon .el_detail .el_data dl dd {
  -webkit-box-flex: 1 1 0%;
  -moz-box-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.menuDetail_coupon .el_detail > small {
  display: block;
}
.menuDetail_coupon .el_detail > small:last-child::before {
  content: "／";
  margin: auto 1em;
}
.menuDetail_coupon .reserveBtn {
  text-align: right;
}
@media (min-width: 1000px) {
  .menuDetail_coupon .el_list_item:hover span {
    text-decoration: none;
  }
  .menuDetail_coupon .reserveBtn_btn {
    width: 250px;
  }
  .menuDetail_coupon .el_data dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em;
  }
  .menuDetail_coupon .el_data dl dt {
    -ms-flex-basis: 5em;
    -webkit-flex-basis: 5em;
    flex-basis: 5em;
  }
  .menuDetail_coupon .el_data dl dd {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}
.menuDetailTitle-fea {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #aa9977;
  border-top: 2px solid #aa9977;
  border-bottom: 1px dotted #aa9977;
  padding: 20px 0;
  margin-top: 40px;
}
.menuDetailTitle-fea::before,
.menuDetailTitle-fea::after {
  content: '〜';
}
.menuDetailTitle-fea + .menuDetailTitle {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .menuDetailTitle-fea {
    font-size: 1.4rem;
    padding: 16px 0;
  }
}
.menuDetail-fea-SelectCont {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  background: #f8f8f8;
  border: 1px solid #aa9977;
  margin-bottom: 20px;
}
.menuDetail-fea-SelectCont .el_title {
  display: inline-block;
  padding: 8px 10px;
  line-height: 1;
  background: #aa9977;
  color: #fff;
  font-size: 1.3rem;
  border-bottom-right-radius: 3px;
}
.menuDetail-fea-SelectCont .el_detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3%;
}
.menuDetail-fea-SelectCont .el_detail_image {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.menuDetail-fea-SelectCont .el_detail_image figure {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
}
.menuDetail-fea-SelectCont .el_detail_image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.menuDetail-fea-SelectCont .el_detail_text {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.menuDetail-fea-SelectCont .el_detail_text h3 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .menuDetail-fea-SelectCont .el_detail {
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menuDetail-fea-SelectCont .el_detail_image {
    -ms-flex-basis: 210px;
    -webkit-flex-basis: 210px;
    flex-basis: 210px;
    margin-right: 20px;
  }
  .menuDetail-fea-SelectCont .el_detail_text {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}
.menuDetail-fea-permanent {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.menuDetail-fea-permanent .el_image {
  text-align: center;
  font-size: 0;
}
.menuDetail-fea-permanent .el_image figure {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 3% 0;
}
.menuDetail-fea-permanent .el_image figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 1px solid #aa9977;
}
.menuDetail-fea-permanent .el_image figure figcaption {
  background: #aa9977;
  color: #fff;
  font-size: 1.3rem;
  padding: 8px 10px;
}
.menuDetail-fea-permanent .el_image figure > a {
  position: relative;
  display: block;
}
.menuDetail-fea-permanent .el_image figure > a::after {
  position: absolute;
  bottom: 12px;
  right: 12px;
  content: '\f00e';
  width: 30px;
  font-size: 30px;
  font-family: FontAwesome;
  color: #fff;
}
.menuDetail-fea-permanent .el_data {
  margin-bottom: 20px;
}
.menuDetail-fea-permanent .el_data dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dotted #aa9977;
}
.menuDetail-fea-permanent .el_data dl dt {
  -ms-flex-basis: 7em;
  -webkit-flex-basis: 7em;
  flex-basis: 7em;
  background: #aa9977;
  color: #fff;
  padding: 10px;
}
.menuDetail-fea-permanent .el_data dl dd {
  -webkit-box-flex: 1 1 0%;
  -moz-box-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 10px;
}
.menuDetail-fea-permanent .el_data dl dd.is-category > span {
  display: inline-block;
  background: #f8f8f8;
  padding: 4px 10px;
  margin: 5px 5px 5px 0;
}
@media (min-width: 768px) {
  .menuDetail-fea-permanent .el_image figure {
    width: 45%;
    margin: 3% 2%;
  }
}
@media (min-width: 1000px) {
  .menuDetail-fea-permanent .el_image figure {
    width: 420px;
    margin: 20px;
  }
  img.mfp-img {
    max-width: 960px !important;
  }
}
.special_manu {
  display: block;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff7e5;
  border: 4px solid #c3ab83;
  padding: 20px;
  color: #333;
}
.special_manu .el_img {
  width: 160px;
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ccc;
}
.special_manu .el_textBox {
  flex: 1;
  padding-left: 20px;
  padding-top: 20px;
}
.special_manu .el_tag {
  position: absolute;
  top: -10px;
  right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  padding: 6px 10px;
  text-align: center;
  line-height: 1.4;
  background: -webkit-linear-gradient(-170deg,#c3ab82,#886d37);
  background: linear-gradient(-170deg,#c3ab82,#886d37);
  font-weight: bold;
}
.special_manu .el_title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
.special_manu .el_text {
  margin-bottom: 10px;
}
.special_manu .moreBtn {
  text-align: right;
}
.special_manu .moreBtn > a {
  display: inline-block;
  text-align: center;
  padding: 6px;
  width: 160px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #ff7766;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media (max-width: 999px) {
  .special_manu {
    padding: 10px;
    width: 94%;
    margin: 0 auto 30px;
  }
  .special_manu .el_img {
    width: 120px;
    height: 120px;
  }
  .special_manu .el_textBox {
    padding-left: 10px;
  }
  .special_manu .el_title {
    font-size: 1.4rem;
  }
  .special_manu .el_tag {
    font-size: 1.2rem;
  }
  .special_manu .el_text {
    font-size: 1.2rem;
  }
}
.couponList {
  margin: 3% 5%;
}
.couponList_item {
  padding: 20px 0;
}
.couponList_item.is-special {
  background-color: #F9F6F1;
  padding: 20px;
}
.couponList_item.is-special .el_tag {
  margin-right: 10px;
  display: inline-block;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #fff;
  padding: 4px 10px;
  background-color: #aa9977;
}
@media (max-width: 999px) {
  .couponList_item.is-special .el_tag {
    display: block;
    text-align: center;
    width: 130px;
    margin-bottom: 10px;
  }
}
.couponList_item:after {
  content: "";
  display: table;
  clear: both;
}
.couponList_item_title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.couponList_item_image {
  width: 140px;
  float: left;
  margin-right: 10px;
}
.couponList_item_image figure {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
  position: relative;
}
.couponList_item_image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.couponList_item_detail {
  width: 100%;
  font-size: 1.3rem;
}
.couponList_item_detail .el_text {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}
.couponList_item_detail .el_data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.couponList_item_detail .el_data dt {
  font-weight: bold;
  margin-right: 10px;
}
.couponList_item_detail .el_data.el_price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.couponList_item_detail .el_data.el_price dd {
  color: #D68787;
  font-weight: bold;
  font-size: 1.8rem;
}
.couponList_item_detail .el_modal_open {
  clear: both;
  display: block;
  height: 40px;
  margin-bottom: 10px;
  padding: 0;
  color: #333;
  font-weight: bold;
  border: 2px solid #333;
  line-height: 36px;
  border-radius: 20px;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 20px;
  background-color: #fff;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.couponList_item_detail .el_modal_open:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.couponList_item_detail .el_modal_open:hover {
  text-decoration: none;
}
.couponList_item_detail .el_modal_open.is-used {
  background-color: #ccc;
}
.couponList_item_detail .couponModal {
  display: none;
}
.couponList_item_detail .el_menu {
  background: #f8f8f8;
}
.couponList_item_detail .el_menu dt {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  background: #333;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.couponList_item_detail .el_menu dd {
  padding: 0 15px 15px;
}
.modal_overlay {
  display: none;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
}
.couponModal_wrap {
  display: none;
  position: fixed;
  z-index: 112;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 50px 20px;
}
.couponModal_wrap .couponModal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-height: calc(100% - 100px);
  margin: 0 auto 50px;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.couponModal_wrap .couponModal_head {
  display: table;
  position: relative;
  width: 100%;
  min-height: 40px;
  padding: 11px 40px 11px 10px;
  background-color: #eee;
}
.couponModal_wrap .couponModal_head .el_name {
  display: table-cell;
  vertical-align: middle;
}
.couponModal_wrap .couponModal_close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 25px;
  height: 25px;
  margin: auto;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.couponModal_wrap .couponModal_close:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.couponModal_wrap .couponModal_close::before {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  content: "×";
}
.couponModal_wrap .couponModal_inner {
  padding: 10px;
  text-align: center;
}
.couponModal_wrap .couponModal_title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.couponModal_wrap .couponModal_title + .el_text {
  text-align: left;
}
.couponModal_wrap .couponModal_image {
  position: relative;
  width: 60%;
  height: 0;
  padding-bottom: 60%;
  margin: 12px auto 15px;
  background-color: #eee;
}
.couponModal_wrap .couponModal_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.couponModal_wrap .couponModal_btn {
  display: inline-block;
  height: 40px;
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.couponModal_wrap .couponModal_btn:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.couponModal_wrap .couponModal_btn.is-used {
  background: none;
  color: #dc2729;
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
}
.couponModal_wrap .couponModal_btn.is-used:hover:after {
  top: -40px;
}
.couponModal_wrap .couponModal .couponReserve_btn {
  display: inline-block;
  height: 40px;
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  float: right;
}
@media (min-width: 992px) {
  .couponModal_wrap .couponModal .couponReserve_btn a[href^="tel:"] {
    pointer-events: none;
  }
}
.couponModal_wrap .couponModal .couponReserve_btn a {
  color: #fff;
}
.couponModal_wrap .couponModal .couponReserve_btn.is-notmenu {
  float: none;
  font-weight: bold;
}
.couponModal_wrap .couponModal_detail {
  padding-top: 10px;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.couponModal_wrap .couponModal_detail .el_data {
  text-align: left;
}
.couponModal_wrap .couponModal_detail .el_data dt {
  font-weight: 600;
}
.couponModal_wrap .couponModal .el_text {
  margin-bottom: 10px;
  padding-bottom: 0;
  border: none;
}
.couponModal_wrap .couponModal .el_text.is-attention {
  font-size: 13px;
  font-weight: bold;
}
.couponModal_wrap .couponModal .el_menu {
  background: none;
}
.couponModal_wrap .couponModal .el_menu dt {
  display: table-cell;
}
.couponReserve_btnWrapper {
  display: inline-block;
  position: relative;
}
.couponReserve_btnWrapper .telNumber {
  position: absolute;
  top: 10px;
  right: -30px;
  display: none;
  width: 200px;
  background: #fff;
  border: 1px solid #E4E4EF;
  text-align: center;
  padding: 5px 0;
  font-size: 1.4em;
  z-index: 1000;
}
.couponReserve_btnWrapper .telNumber.is-open {
  display: block;
}
.couponReserve_btnWrapper .telNumber dt {
  font-size: 1.2rem;
}
.couponReserve_btnWrapper .telNumber dd {
  font-size: 1.6rem;
  font-weight: bold;
}
.couponReserve_btnWrapper .telNumber dd .el_close {
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #454545;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.couponReserve_btnWrapper .telNumber dd .el_close:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .couponList {
    margin: 20px 20px 80px;
  }
  .couponList_item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .couponList_item_title {
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  .couponList_item_image {
    -ms-flex-basis: 250px;
    -webkit-flex-basis: 250px;
    flex-basis: 250px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .couponList_item_detail {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .couponList_item_detail .el_data {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
  }
  .couponList_item_detail .el_data dt {
    -ms-flex-basis: 7em;
    -webkit-flex-basis: 7em;
    flex-basis: 7em;
  }
  .couponList_item_detail .el_data dd {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .couponList_item_detail .el_modal_open {
    display: inline-block;
    padding: 0 30px;
  }
  .couponModal_wrap .couponModal {
    max-width: 500px;
    margin-bottom: 0;
  }
}
.reportMain {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px auto;
}
.reportMain_title {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.reportMain_detail {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.reportMain_user {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
@media (min-width: 1000px) {
  .reportMain {
    margin: 40px auto;
  }
  .reportMain_detail {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .reportMain_user {
    -ms-flex-basis: 210px;
    -webkit-flex-basis: 210px;
    flex-basis: 210px;
    margin-left: 20px;
  }
}
.reportMain_detail_catchcopy {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.reportMain_detail_text small {
  display: block;
  text-align: right;
  color: #888;
  margin: 1em 0;
}
.reportMain_detail_menu {
  background: #f8f8f8;
  margin-bottom: 20px;
}
.reportMain_detail_menu .el_title {
  display: inline-block;
  padding: 8px 10px;
  line-height: 1;
  margin: 0 0 10px;
  background: #888;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.reportMain_detail_menu .el_list {
  padding: 0 15px 10px;
}
.reportMain_detail_menu .el_list_item {
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.reportMain_detail_menu .el_list_detail {
  background: #fff;
  padding: 16px;
}
.reportMain_detail_menu .el_list_detail .el_data {
  padding: 5px 0;
  margin-top: 5px;
  border-top: 1px solid #ccc;
}
.reportMain_detail_menu .el_list_detail > small {
  display: inline-block;
}
.reportMain_detail_menu .el_list_detail > small:last-child::before {
  content: "／";
  margin: auto 1em;
}
.reportMain_detail_menu .reserveBtn {
  text-align: right;
}
@media (min-width: 1000px) {
  .reportMain_detail_menu .el_list_item:hover span {
    text-decoration: none;
  }
  .reportMain_detail_menu .reserveBtn_btn {
    width: 250px;
  }
}
.reportMain_user {
  margin-bottom: 40px;
}
.reportMain_user_image {
  width: 120px;
  margin: auto;
}
.reportMain_user_image figure {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.reportMain_user_image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.reportMain_user_name {
  text-align: center;
  margin: 16px 0;
}
.reportMain_user_comment dt {
  font-weight: 700;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
@media (min-width: 1000px) {
  .reportMain_user {
    margin-bottom: 40px;
  }
  .reportMain_user_image {
    width: 100%;
  }
  .reportMain_user_image figure {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
.reportStaff {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}
.reportStaff_image {
  -ms-flex-basis: 120px;
  -webkit-flex-basis: 120px;
  flex-basis: 120px;
}
.reportStaff_image figure {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.reportStaff_image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.reportStaff_detail {
  -webkit-box-flex: 1 1 0%;
  -moz-box-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  margin-left: 3%;
}
.reportStaff_detail .el_name {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .reportStaff_detail {
    margin-left: 20px;
  }
}
@media (min-width: 1000px) {
  .reportStaff_detail {
    margin-left: 20px;
  }
}
.reportFlow .reportFlowInner {
  max-width: 960px;
  background: #ffe9e9;
  padding: 3%;
  margin: 0 auto 20px;
}
.reportFlow_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.reportFlow_item_image {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.reportFlow_item_image figure {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.reportFlow_item_image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.reportFlow_item_detail {
  -webkit-box-flex: 1 1 0%;
  -moz-box-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 20px;
  background: #fff;
}
.reportFlow_item_detail > h3 {
  font-weight: 700;
}
.reportFlow_item_detail > h3 i {
  letter-spacing: 0.1em;
  margin-right: 5px;
}
.reportFlow_item_detail > h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #888;
  margin: 16px 0;
}
@media (min-width: 1000px) {
  .reportFlow .reportFlowInner {
    padding: 20px;
    margin-bottom: 40px;
  }
  .reportFlow_item_image {
    -ms-flex-basis: 250px;
    -webkit-flex-basis: 250px;
    flex-basis: 250px;
  }
  .reportFlow_item:nth-last-of-type(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.otherReportList_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.otherReportList_item_image {
  -ms-flex-basis: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  height: 100%;
  margin-right: 3%;
  margin-bottom: 10px;
}
.otherReportList_item_image img {
  width: 100%;
  height: 100%;
}
.otherReportList_item_detail {
  -webkit-box-flex: 1 1 0%;
  -moz-box-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.otherReportList_item_detail .el_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.otherReportList_item_detail .el_catchcopy {
  font-weight: 700;
  margin-bottom: 16px;
}
.otherReportList_item_detail .el_menu {
  background: #f8f8f8;
}
.otherReportList_item_detail .el_menu dt {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  background: #888;
  color: #fff;
}
.otherReportList_item_detail .el_menu dd {
  padding: 15px;
}
@media (min-width: 768px) {
  .otherReportList_item_title {
    width: 100%;
    margin-bottom: 10px;
  }
  .otherReportList_item_image {
    flex-basis: 210px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
.staffList {
  margin-top: 20px;
}
.staffList_item {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
.staffList_item:last-child {
  border-bottom: none;
}
.staffList_item_image {
  float: left;
  width: 40%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.staffList_item_image figure {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}
.staffList_item_image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.staffList_item_detail .el_name {
  font-weight: 700;
  margin-bottom: 16px;
}
.staffList_item_detail .el_text {
  margin-bottom: 16px;
}
.staffList_item_detail .el_list {
  width: 100%;
  display: table;
  border-top: 1px dotted #ccc;
}
.staffList_item_detail .el_list dt {
  display: table-cell;
  width: 120px;
  font-weight: bold;
  padding: 6px;
  text-align: right;
  padding-left: 0;
  background-color: #fafafa;
  font-size: 1.2rem;
}
.staffList_item_detail .el_list dd {
  display: table-cell;
  padding: 6px;
}
.staffList_item_detail .el_sns {
  margin-top: 10px;
  font-size: 0;
}
.staffList_item_detail .el_sns a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 14px;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  color: #fff;
  text-align: center;
  background: #5F7F95;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.staffList_item_detail .el_sns a.is-facebook {
  padding-top: 10px;
  background: #5F7F95;
}
.staffList_item_detail .el_sns a.is-twitter {
  padding-top: 10px;
  background: #5F7F95;
}
.staffList_item_detail .el_sns a.is-instagram {
  padding-top: 10px;
  background: #5F7F95;
}
.staffList_item_detail .el_sns a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.staffList_item_detail .reserveBtn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .staffList {
    margin-bottom: 40px;
  }
  .staffList_item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
  }
  .staffList_item_image {
    -ms-flex-basis: 210px;
    -webkit-flex-basis: 210px;
    flex-basis: 210px;
    margin-right: 20px;
  }
  .staffList_item_detail {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .staffList_item_detail .reserveBtn {
    text-align: right;
  }
  .staffList_item_detail .el_name {
    margin: 16px 0;
  }
}
.review {
  padding: 10px 3%;
  background: #F8F8F8;
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .review {
    padding: 20px 80px;
  }
}
.reviewForm {
  margin: 20px 0;
  border-radius: 2px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reviewForm_userThumb {
  display: none;
  flex-basis: 80px;
  margin-right: 20px;
  text-align: center;
}
.reviewForm_userThumb figure {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
}
.reviewForm_userThumb figure img {
  width: 60px;
  height: 60px;
}
.reviewForm_input {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  overflow: hidden;
  position: relative;
}
.reviewForm_input_textareaWrap .el_textarea {
  vertical-align: top;
  border: 0;
  padding: 0;
  width: 100%;
  height: 44px;
  line-height: 16px;
  font-size: 1.6rem;
  padding: 14px 16px 0 16px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  resize: none;
}
.reviewForm_post {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.reviewForm_post_btn {
  display: block;
  margin: 10px auto 0;
  border: 0;
  width: 120px;
  height: 48px;
  background: #333;
  border-radius: 2px;
  line-height: 44px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  outline: none;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .reviewForm_userThumb {
    display: block;
  }
  .reviewForm_input {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-right: 10px;
    margin-bottom: 40px;
  }
  .reviewForm_post {
    -ms-flex-basis: 60px;
    -webkit-flex-basis: 60px;
    flex-basis: 60px;
  }
  .reviewForm_post_btn {
    width: 60px;
    margin: 0;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .reviewForm_post_btn:hover {
    opacity: 0.7;
    cursor: pointer;
    text-decoration: none;
  }
  .reviewForm_attention {
    margin: -50px 0 0 100px;
  }
}
.reserve_title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 15px;
}
.reserve_title span {
  font-size: 13px;
  padding: 10px 0 0 18px;
  position: relative;
}
.reserve_title span:before {
  content: url(../img/talk/mds_left.png);
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.reserve_title span:after {
  content: url(../img/talk/mds_right.png);
  margin-left: 10px;
  position: absolute;
  top: 0;
}
.reserve_title mark {
  margin: 0 4px;
  font-size: 18px;
  font-weight: 700;
  background: none;
}
.reviewItem {
  position: relative;
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reviewItem_userThumb {
  flex-basis: 100%;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: center;
}
.reviewItem_userThumb figure {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
}
.reviewItem_userThumb figure img {
  width: 40px;
  height: 40px;
}
.reviewItem_detail {
  flex-grow: 1;
  position: relative;
}
.reviewItem_detail_comment .el_data {
  display: block;
  text-align: right;
  color: #888;
  margin-top: 1em;
  margin-bottom: 8px;
}
.reviewItem_detail_res {
  border-top: 1px solid #ddd;
}
.reviewItem_detail_res .el_title {
  font-weight: 700;
  margin: 1em auto;
}
.reviewItem_detail_res .el_comment {
  display: none;
}
.reviewItem_detail_res .el_comment_data {
  display: block;
  text-align: right;
  color: #888;
  margin-top: 1em;
  margin-bottom: 8px;
}
.reviewItem_detail .js-reviewImage {
  display: block;
  width: 30%;
  height: auto;
  margin: 10px 0;
  border-radius: 3px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.reviewItem_detail .js-reviewImage:hover {
  cursor: pointer;
  opacity: 0.7;
}
.reviewItem_detail .js-reviewImage.imagezoom {
  width: 100%;
}
.reviewItem_delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #454545;
  color: #fff;
  text-align: center;
}
.reviewItem_delete:hover {
  cursor: pointer;
}
.reviewItem_edit {
  position: absolute;
  top: 0;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #333;
  color: #fff;
  text-align: center;
}
.reviewItem_edit:hover {
  cursor: pointer;
}
.reviewItem .js-review-edit-form {
  display: none;
}
@media (min-width: 1000px) {
  .reviewItem_userThumb {
    flex-basis: 80px;
    margin-right: 20px;
    text-align: center;
  }
  .reviewItem_userThumb figure {
    width: 60px;
    height: 60px;
  }
  .reviewItem_userThumb figure img {
    width: 60px;
    height: 60px;
  }
}
.lightbox-panel {
  -moz-border-radius: 4px;
  background: #fff;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: rgba(0,0,0,0.6) 0px 2px 12px;
  -moz-box-shadow: rgba(0,0,0,0.6) 0px 2px 12px;
  padding: 2% 3%;
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: none;
  z-index: 1100;
  border: 2px solid #54494a;
  box-sizing: border-box;
  font-size: 1.2rem;
}
.lightbox-panel > h1 {
  font-family: 'Lato', cursive;
  font-style: italic;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  padding: 0 0 3%;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 3%;
}
.lightbox-panel > h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  padding: 2% 0;
  margin: 0;
}
.lightbox-panel .snsShare {
  text-align: center;
}
.lightbox-panel .snsShare img {
  margin-bottom: 5px;
}
.lightbox-panel .btn {
  color: #009cd1;
  border-top: 1px dotted #ccc;
  padding: 10px 0 0 0;
  margin-top: 10px;
  width: 100%;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .lightbox-panel {
    width: 500px;
  }
}
.lightbox-panel .lightbox-panel_btnsmall {
  display: inline-block;
  min-width: 25%;
  padding: 2%;
  margin: 0 1%;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
}
.lightbox-panel a.lightbox-panel_btn {
  display: block;
  width: 70%;
  padding: 2%;
  margin: 3% auto;
  color: #333;
  border: 1px solid #333;
  text-align: center;
  font-size: 1.2rem;
}
.lightbox-panel a.lightbox-panel_btn > i {
  display: inline-block;
  margin-right: 2%;
}
.lightbox-panel a.lightbox-panel_btn.is-register {
  color: #253446;
  border: 1px solid #253446;
}
.lightbox-panel_snsbtnBox {
  text-align: center;
}
.lightbox-panel a.lightbox-panel_snsbtn {
  display: inline-block;
  width: 46px;
  height: 46px;
  font-size: 25px;
  line-height: 46px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 1px 1px #aaa;
  color: #fff;
  text-align: center;
  margin: 0 2%;
}
.lightbox-panel a.lightbox-panel_snsbtn.is-facebook {
  background: #3b5998;
}
.lightbox-panel a.lightbox-panel_snsbtn.is-twitter {
  background: #00aced;
}
.lightbox-panel a.lightbox-panel_snsbtn.is-mail {
  background: #666;
}
.lightbox-panel .lightbox-panel_text {
  text-align: left;
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px dotted #ccc;
}
.lightbox-panel .lightbox-panel_text .is-point {
  font-size: 1.2rem;
}
.lightbox-panel_error {
  text-align: center;
  font-size: 1.2rem;
  color: #253446;
  margin-bottom: 2%;
}
div.lightboxClose {
  display: block;
  overflow: hidden;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 34px;
  padding: 0;
  z-index: 9999;
}
div.lightboxClose::after {
  content: "×";
}
div.BlackWindow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 100;
}
#commentDelete-Message {
  text-align: center;
}
#commentDelete-Message div {
  margin-bottom: 10px;
}
.confirmFancybox-yes,
.confirmFancybox-no {
  display: inline-block;
  width: 115px;
  padding: 10px 0;
  text-align: center;
  background: linear-gradient(to bottom,#ffffff 0%,#f1f1f1 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
}
.confirmFancybox-yes {
  margin-right: 10px;
}
.galleryTitle {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.galleryTitle::before {
  content: '■';
  color: #888;
  margin-right: 10px;
  font-size: 1.3rem;
  vertical-align: middle;
}
.galleryList a {
  color: #454545;
}
.galleryList_item {
  display: block;
}
.galleryList_item_image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
}
.galleryList_item_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.galleryList_item_image::after {
  position: absolute;
  bottom: 12px;
  right: 12px;
  content: '\f00e';
  font-size: 30px;
  font-family: FontAwesome;
  color: #fff;
}
.galleryList_item_image.no-icon::after {
  display: none;
}
.galleryList_item_title {
  display: block;
  margin: 0.2em 0 0.4em;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .galleryList_item {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .galleryList_item:hover {
    text-decoration: none;
  }
  .galleryList_item:hover img {
    opacity: 0.7;
  }
}
.catalogList {
  margin-top: 20px;
}
.catalogList a {
  color: #454545;
}
.catalogList_item {
  display: block;
}
.catalogList_item_image {
  display: block;
  width: 40%;
  margin-bottom: 10px;
  background: #f8f8f8;
  float: left;
  margin-right: 20px;
}
.catalogList_item_image img {
  max-width: 100%;
  max-height: 100%;
}
.catalogList_item_image.is-panel {
  float: none;
  margin-right: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.catalogList_item_image.is-panel img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
}
.catalogList_item_genre {
  display: inline-block;
  font-size: 1.1rem;
  padding: 0 .8em;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  background: #888;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.catalogList_item_name {
  display: block;
  margin: 0.2em 0 0.4em;
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1000px) {
  .catalogList {
    margin-top: 35px;
  }
  .catalogList_item {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .catalogList_item_image {
    float: none;
    margin-right: 0;
    width: 100%;
    padding-top: 100%;
    position: relative;
  }
  .catalogList_item_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
  }
  .catalogList_item:hover {
    text-decoration: none;
  }
  .catalogList_item:hover img {
    opacity: 0.7;
  }
  .catalogList_item:hover .catalogList_item_name {
    text-decoration: underline;
  }
}
.catalogDetail_detail {
  padding: 3%;
}
.catalogDetail_detail_category {
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  background: #888;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 10px;
}
.catalogDetail_detail_catchcopy {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.catalogDetail_detail_text {
  margin-bottom: 20px;
}
.catalogDetail_detail_text .el_comment {
  padding-right: 10px;
}
.catalogDetail_detail_text .el_comment dt {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.catalogDetail_detail_text .el_comment dd {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 2em;
}
.catalogDetail_detail_text .el_staff {
  float: right;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 100px;
}
.catalogDetail_detail_text .el_staff figure {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
}
.catalogDetail_detail_text .el_staff figure img {
  width: 100%;
  height: 100%;
}
.catalogDetail_detail_text .el_list {
  width: 100%;
  display: table;
  border-top: 1px dotted #ccc;
}
.catalogDetail_detail_text .el_list dt {
  display: table-cell;
  width: 120px;
  font-weight: bold;
  padding: 6px;
  text-align: right;
  padding-left: 0;
  background-color: #fafafa;
  font-size: 1.2rem;
}
.catalogDetail_detail_text .el_list dd {
  display: table-cell;
  padding: 6px;
}
.catalogDetail_detail .snsBtn {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .catalogDetail_image {
    margin-bottom: 40px;
  }
  .catalogDetail_detail {
    padding: 0;
    margin-bottom: 40px;
  }
}
.catalogDetail_detail_menu {
  background: #f8f8f8;
}
.catalogDetail_detail_menu .el_title {
  display: inline-block;
  padding: 8px 10px;
  line-height: 1;
  background: #888;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.catalogDetail_detail_menu .el_list {
  padding: 0 15px;
}
.catalogDetail_detail_menu .el_list_item {
  display: block;
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .catalogDetail_detail_hotNews .el_list_item:hover span {
    text-decoration: none;
  }
}
.featureWrapper {
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 999px) {
  .featureWrapper {
    padding: 20px 0;
  }
}
.feature {
  margin: 20px auto 0;
}
.feature_item {
  padding-bottom: 20px;
  position: relative;
  display: block;
}
.feature_item_image {
  width: 100%;
  padding-top: 62%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
}
.feature_item_detail .el_data {
  display: block;
  font-size: 1.2rem;
  margin: 5px 0;
  color: #333;
}
.feature_item_detail .el_title {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}
.feature_item_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: url('../img/top/ico_pickup.png?0324') no-repeat 0 0;
  background-size: auto 100%;
}
@media (min-width: 1000px) {
  .feature {
    margin: 40px auto 0;
  }
  .feature_item:hover .feature_item_image {
    opacity: 0.7;
  }
}
.feature_lp a {
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333;
}
.feature_lp a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.feature_lp a p {
  margin-top: 6px;
}
@media (max-width: 999px) {
  .feature_lp a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    align-items: flex-start;
  }
  .feature_lp a img {
    width: 46%;
    margin-right: 4%;
  }
  .feature_lp a p {
    width: 50%;
    margin-top: 0;
  }
}
.featureDetail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featureDetail_title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.featureDetail_image,
.featureDetail_detail {
  width: 100%;
}
.featureDetail_image {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 62%;
  height: 0;
  position: relative;
  background-color: #eff2f9;
}
.featureDetail_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featureDetail_detail_text,
.featureDetail_detail_data {
  font-size: 1.4rem;
  line-height: 1.5;
}
.featureDetail_detail_data {
  font-weight: 700;
  padding-bottom: 1em;
  float: left;
}
.featureDetail_detail .snsBtn {
  margin-bottom: 20px;
  float: right;
}
.featureDetail_detail .snsBtn li {
  margin-top: 0;
}
.featureDetail_detail_bottom {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
.featureDetail_detail_bottom:after {
  content: "";
  display: table;
  clear: both;
}
.featureDetail_map {
  width: 90%;
  max-width: 1100px;
  margin: 40px auto;
}
.featureDetail_map iframe {
  width: 100%;
  height: 380px;
  border: 1px solid #ccc;
}
@media (min-width: 1000px) {
  .featureDetail_image {
    width: 50%;
    padding-bottom: 31%;
  }
  .featureDetail_detail {
    width: 50%;
    padding-left: 22px;
  }
}
.featurePoint {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: #f8f8f8;
  font-size: 1.4rem;
  font-weight: 700;
  border-top: solid 2px #66728c;
}
.featurePoint .el_icon {
  display: block;
  width: 39px;
  height: 45px;
  background: url("../../feature/ico_point.png");
  background-size: cover;
}
.featurePoint > span {
  -webkit-box-flex: 1 1 0%;
  -moz-box-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 5px 10px;
}
.featureDetailList {
  margin-top: 40px;
}
.featureDetailList_item {
  margin-bottom: 40px;
}
.featureDetailList_item .flex_inn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featureDetailList_item .flex_inn:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  display: block;
  margin-bottom: 20px;
}
.featureDetailList_item_image {
  display: block;
  margin-bottom: 10px;
  position: relative;
  background-color: #efefef;
  width: 110px;
  height: 110px;
  padding: 0;
}
.featureDetailList_item_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featureDetailList_item_detail {
  width: 100%;
  -webkit-box-flex: 1 1 0%;
  -moz-box-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  margin-left: 16px;
}
.featureDetailList_item_detail .el_data {
  margin-bottom: 10px;
}
.featureDetailList_item_detail .el_data_area,
.featureDetailList_item_detail .el_data_genre {
  display: inline-block;
  font-size: 1rem;
}
.featureDetailList_item_detail .el_data_area {
  color: #888;
  margin-right: 0.4em;
}
.featureDetailList_item_detail .el_data_genre > span {
  display: inline-block;
  padding: 2px 10px;
  background: #888;
  color: #fff;
}
.featureDetailList_item_detail .el_text {
  margin-bottom: 10px;
}
.featureDetailList_item_detail .el_name {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.featureDetailList_item_detail .el_btn {
  margin-bottom: 10px;
  font-size: 0;
}
.featureDetailList_item_detail .el_btn .reserveBtn,
.featureDetailList_item_detail .el_btn .favoritBtnWrapper,
.featureDetailList_item_detail .el_btn .favoritBtn {
  display: inline-block;
}
.featureDetailList_item_detail .el_btn .reserveBtn_btn,
.featureDetailList_item_detail .el_btn .favoritBtn_style {
  height: 25px;
  line-height: 25px;
}
@media (max-width: 350px) {
  .featureDetailList_item_detail .el_btn .reserveBtn_btn,
  .featureDetailList_item_detail .el_btn .favoritBtn_style {
    font-size: 1rem;
  }
}
.featureDetailList_item_detail .el_btn .reserveBtn .reserveBtn_btn {
  max-width: 110px;
  border: 1px solid #ff7766;
  padding: 0 5px;
}
.featureDetailList_item_detail .el_btn .favoritBtn,
.featureDetailList_item_detail .el_btn .favoritBtn_message {
  font-size: 1.2rem;
}
.featureDetailList_item_detail .el_btn .favoritBtn {
  margin-right: 8px;
}
.featureDetailList_item_detail .moreBtn {
  text-align: right;
  margin-bottom: 10px;
}
.featureDetailList_item_detail .moreBtn > a {
  display: inline-block;
  text-align: center;
  padding: 6px;
  width: 160px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #ff7086;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.featureDetailList_item_detail .el_shop {
  margin-bottom: 10px;
}
.featureDetailList_item_detail .el_shop.is-line {
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}
.featureDetailList_item_detail .el_shop > small {
  color: #454545;
}
.featureDetailList_item_detail .el_shop > strong {
  display: block;
  font-weight: 700;
}
.featureDetailList_item_detail .el_price {
  margin-bottom: 10px;
}
.featureDetailList_item_detail .el_price strong {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 5px;
}
.featureDetailList_item_detail .el_couponPrice {
  margin-bottom: 10px;
}
.featureDetailList_item_detail .el_couponPrice strong {
  margin-left: 5px;
  color: #ff7086;
  font-weight: bold;
  font-size: 1.6em;
  vertical-align: middle;
}
.featureDetailList_item .el_coupon {
  clear: both;
  width: 100%;
}
.featureDetailList_item .el_coupon > dt {
  display: inline-block;
  height: 23px;
  line-height: 23px;
  padding: 0 14px;
  background: #66728c;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.featureDetailList_item .el_coupon > dd {
  background-color: #fafafa;
}
.featureDetailList_item .el_coupon > dd .el_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 40px 10px 10px;
  border-bottom: 1px #ddd dotted;
  position: relative;
}
.featureDetailList_item .el_coupon > dd .el_item a {
  color: #333;
}
.featureDetailList_item .el_coupon > dd .el_item:last-child {
  border-bottom: none;
}
.featureDetailList_item .el_coupon > dd .el_item .el_couponPrice {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.featureDetailList_item .el_coupon > dd .el_item .el_couponPrice span {
  margin-left: 5px;
  color: #ff7086;
  font-weight: bold;
  font-size: 1.6em;
  vertical-align: middle;
}
.featureDetailList_item .el_coupon > dd .el_item .el_couponPrice strong {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 5px;
}
.featureDetailList_item .el_coupon > dd .el_item::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #aaa;
  font-size: 20px;
}
@media (min-width: 1000px) {
  .featureDetailList_item_image {
    width: 210px;
    height: 210px;
  }
  .featureDetailList_item .flex_inn:before {
    background: none;
  }
}
.feature_title {
  margin-bottom: 1rem;
  text-align: center;
}
.feature_title img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.feature_title.is-select img {
  max-width: 1000px;
}
.feature_description {
  width: 94%;
  margin: auto;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.feature_description .row .col-1,
.feature_description .row .col-2,
.feature_description .row .col-3,
.feature_description .row .col-4 {
  margin: 0 auto 6%;
}
@media (max-width: 999px) {
  .feature_description .row .col-1.is-sm-col2,
  .feature_description .row .col-2.is-sm-col2,
  .feature_description .row .col-3.is-sm-col2,
  .feature_description .row .col-4.is-sm-col2 {
    width: 48.5%;
    margin: 0 0 6% 3%;
  }
  .feature_description .row .col-1.is-sm-col2:nth-child(2n+1),
  .feature_description .row .col-2.is-sm-col2:nth-child(2n+1),
  .feature_description .row .col-3.is-sm-col2:nth-child(2n+1),
  .feature_description .row .col-4.is-sm-col2:nth-child(2n+1) {
    margin: 0 0 6% 0;
  }
}
.shopInfo {
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px 35px;
}
.shopInfo_txt01 {
  margin: 0 20px;
  padding: 5px 0 7px;
  flex-basis: 100%;
  max-width: 100%;
  border-bottom: 2px dotted #d9d9d9;
}
.shopInfo_txt01_name {
  color: #454545;
  font-size: 1.2rem;
}
.shopInfo_txt01 .shopHeader_clip {
  font-size: 1.3rem;
}
.shopInfo .shopHeader_clip {
  margin-left: 13px;
}
.shopInfo_txt01_store {
  color: #f47680;
  font-size: 1.8rem;
  font-weight: 600;
}
.shopInfo_txt01_tempo {
  color: #888;
  font-size: 1.3rem;
  font-weight: 600;
}
.shopInfo_txt02 {
  color: #333;
  flex-basis: 100%;
  max-width: 100%;
  font-size: 12px;
  margin: 0 20px;
  padding: 9px 2px;
  font-weight: 600;
}
.shopInfo_txt02_holiday .is-red {
  color: #dc2729;
}
.shopInfo_txt02_opening {
  font-size: 1.19rem;
  line-height: 1.55;
}
.shopInfo.shopInfo02 {
  margin-top: 25px;
}
@media (min-width: 1000px) {
  .feature_title {
    width: 100%;
    margin-bottom: 3rem;
    background: #f1f1f1;
    background: linear-gradient(to bottom,#f1f1f1 0%,#ffffff 100%);
  }
  .feature_description {
    width: 960px;
    max-width: 960px;
    margin: 0 auto 3rem;
  }
  .shopInfo {
    margin: 40px 20px 20px;
    padding: 9px 0;
  }
  .shopInfo_txt01 {
    border-bottom: none;
    border-right: 2px dotted #d9d9d9;
    padding: 0 20px;
    margin: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .shopInfo_txt02 {
    flex-basis: 50%;
    max-width: 50%;
    margin: 0;
    padding: 7px 0 7px 14px;
  }
  .shopInfo.shopInfo02 {
    margin-top: 29px;
  }
}
.LpMainImage {
  padding: 40px 0;
}
.LpMainImage .el_title {
  text-align: center;
}
.LpMainImage .el_title h2 {
  font-size: 1.4rem;
  font-weight: bold;
}
.LpMainImage .el_title span {
  font: italic bold 2rem/1 'lato';
  font-size: 4rem;
  display: block;
}
.LpMainImage .el_title span:after {
  content: "●●●";
  font-style: normal;
  color: darkorange;
  display: block;
  font-size: 1rem;
  letter-spacing: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.LpMainImage .el_text {
  font-size: 1.6rem;
  text-align: center;
  padding: 0 10px;
}
.LpMainImage.is-beauty span:after {
  color: #ff6c6c;
}
.LpMainImage.is-otoku {
  border-bottom: 1px solid #efefef;
}
.LpMainImage.is-otoku span:after {
  color: #85ba00;
}
@media (max-width: 999px) {
  .LpMainImage {
    padding: 14px 0;
  }
  .LpMainImage .el_title h2 {
    font-size: 1.2rem;
  }
  .LpMainImage .el_title span {
    font-size: 3.2rem;
  }
  .LpMainImage .el_title span:after {
    margin-bottom: 14px;
  }
  .LpMainImage .el_text {
    font-size: 1.3rem;
  }
}
.LpBanner {
  position: relative;
}
.LpBanner .col-4 {
  margin-bottom: 25px;
}
.LpBanner .col-4 img {
  vertical-align: bottom;
}
.lpSearch_area_list a {
  display: block;
  border: #ccc solid 1px;
  margin-bottom: 20px;
  padding: 10px 0;
  color: #333;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
}
@media (max-width: 999px) {
  .lpSearch_area_list a {
    padding: 4px 0;
    margin-bottom: 10px !important;
  }
}
.lpSearch {
  margin-bottom: 30px;
}
.lpSearch .el_searchShop {
  width: 302px;
  margin: auto;
  display: block;
  height: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  font-size: 0;
}
.lpSearch .el_searchShop input,
.lpSearch .el_searchShop button {
  display: inline-block;
  font-size: 1.2rem;
  height: 30px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.lpSearch .el_searchShop input[type="text"] {
  width: 260px;
  padding: 0 10px;
  vertical-align: bottom;
}
.lpSearch .el_searchShop button {
  width: 40px;
  color: #fff;
  text-align: center;
  background: #333;
}
.lpSearch .el_searchShop button i {
  vertical-align: top;
}
@media (max-width: 999px) {
  .lpSearch .el_searchShop {
    margin-top: 10px;
  }
}
.lpSearch_title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  color: #504039;
  border-bottom: 1px solid #ccc;
  margin: auto;
  width: 90%;
  max-width: 1000px;
  margin-bottom: 20px;
}
.lpSearch_list {
  max-width: 974px;
}
.lpSearch_list_item {
  margin: 0 1% 20px;
  width: 14.6666%;
}
.lpSearch_list_item a {
  display: block;
}
.lpSearch_list_item a .el_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.lpSearch_list_item a .el_textBox {
  position: relative;
  color: #333;
  background-color: #efefef;
  height: 50px;
}
.lpSearch_list_item a .el_textBox .el_title {
  position: absolute;
  top: 50%;
  font-weight: bold;
  transform: translate(0,-50%);
  width: 100%;
  text-align: center;
  padding: 0 5px;
  line-height: 1.4em;
}
@media (min-width: 1000px) {
  .lpSearch_list.is-gourmet .lpSearch_list_item {
    width: 12.285%;
  }
  .lpSearch_list.is-gourmet .lpSearch_list_item a .el_textBox {
    height: 70px;
  }
  .lpSearch_list.is-beauty .lpSearch_list_item {
    width: 12.285%;
  }
}
@media (max-width: 999px) {
  .lpSearch_title {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-bottom: 4px;
  }
  .lpSearch_list {
    padding: 0 10px 10px;
  }
  .lpSearch_list_item {
    width: 48%;
    margin: 0 1% 10px;
  }
  .lpSearch_list a {
    display: table;
  }
  .lpSearch_list a br.pc {
    display: none;
  }
  .lpSearch_list a .el_img {
    display: table-cell;
    width: 60px;
  }
  .lpSearch_list a .el_img img {
    width: 60px;
  }
  .lpSearch_list a .el_textBox {
    display: table-cell;
    height: auto;
    width: 100%;
  }
  .lpSearch_list a .el_textBox .el_title {
    text-align: left;
    font-size: 1.2rem;
    padding: 5px 10px;
  }
  .lpSearch_list .is-gourmet {
    width: 48%;
    margin: 0 1% 10px;
  }
  .lpSearch_list .is-gourmet a .el_textBox {
    display: table-cell;
    height: auto;
    width: 100%;
  }
}
.lpSearch_list_sub_item {
  margin-bottom: 20px !important;
}
.lpSearch_list_sub_item .el_textBox {
  position: relative;
  color: #333;
  background-color: #efefef;
  height: 40px;
}
.lpSearch_list_sub_item .el_textBox img {
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding: 5px;
  border: 2px solid #efefef;
}
.lpSearch_list_sub_item .el_textBox .el_title {
  position: absolute;
  top: 50%;
  font-weight: bold;
  transform: translate(0,-50%);
  width: 100%;
  padding: 0 5px;
  padding-left: 50px;
  line-height: 1.4em;
}
.lpSearch_list_sub2 {
  width: 96%;
  max-width: 960px;
  margin: 0 auto 10px;
}
.lpSearch_list_sub2 li {
  display: inline-block;
  padding: 5px;
}
.lpSearch_list_sub2 li:after {
  content: "|";
  display: inline-block;
  margin-left: 5px;
  color: #333;
}
@media (max-width: 999px) {
  .lpSearch_list_sub_item {
    margin-bottom: 10px !important;
    width: 44%;
  }
  .lpSearch_list_sub_item .el_textBox .el_title {
    font-size: 1.2rem;
  }
}
.eventList2Wrapper {
  background: #F8F8F8;
  margin-bottom: 40px;
}
.eventList2Wrapper .btn-viewMore {
  clear: both;
  padding-bottom: 40px;
}
.lp_eventList .row {
  width: 100%;
  max-width: 1200px;
}
.lp_eventList .row .eventList2_item {
  position: relative;
  width: 46%;
  margin: 0 1.9% 20px;
}
@media (min-width: 1000px) {
  .lp_eventList .row .eventList2_item {
    width: 21%;
    margin: 1.9%;
  }
}
.eventList2 {
  margin-top: 40px;
}
.eventList2_item {
  background: #fff;
  position: relative;
}
.eventList2_item_image {
  position: relative;
  width: 100%;
  padding-top: 68.2%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
}
.eventList2_item_title {
  margin: 10px 8px 0;
  font-size: 1.4rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eventList2_item_info {
  height: 1.4em;
  margin: 3px 8px 10px;
  font-size: 1rem;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eventList2_item_info .el_area {
  display: inline-block;
  padding-right: 0.4em;
  border-right: 1px solid #888;
}
.eventList2_item_info .el_area::before {
  content: '\f041';
  font-family: FontAwesome;
  margin-right: 0.3em;
}
.appWrapper {
  background: #F8F8F8;
  padding: 40px 3%;
}
.womoApp {
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-size: 1.4rem;
  margin: 0 auto;
  background: #fff;
  padding: 6%;
}
.womoApp_title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.womoApp_cont {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.womoApp_cont_image {
  width: 60%;
}
.womoApp_cont_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.womoApp_cont_detail {
  width: 100%;
}
.womoApp_cont_detail .el_contents {
  margin: 20px;
}
.womoApp_cont_detail .el_link {
  text-align: center;
  display: block;
  padding: 10px;
  font-size: 1.1em;
  background: #f8f8f8;
}
@media (min-width: 1000px) {
  .womoApp {
    padding: 40px;
  }
  .womoApp_cont_image {
    width: 16.375%;
    margin-bottom: 0;
  }
  .womoApp_cont_detail {
    width: 83.625%;
    padding: 0 0 0 20px;
  }
  .womoApp_cont_detail .el_apology dt {
    -ms-flex-basis: 12em;
    -webkit-flex-basis: 12em;
    flex-basis: 12em;
  }
}
@media (min-width: 1000px) {
  .eventList2_item {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .eventList2_item_image:hover {
    opacity: 0.7;
  }
  .eventList2_item_image .el_data {
    padding: 9px 16px;
  }
  .eventList2_item .el_icon {
    bottom: 24px;
    right: 3%;
  }
  .eventList2_item_title {
    margin: 10px 16px 0;
  }
  .eventList2_item_info {
    margin: 3px 16px 10px;
  }
}
.lunchList {
  margin: 20px 0;
}
.lunchList > a {
  color: #333;
}
.lunchList_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #53433b;
  margin-bottom: 20px;
}
.lunchList_item_name {
  width: 100%;
}
.lunchList_item_image {
  margin: 0;
}
.lunchList_item_inner {
  margin: 3%;
}
.lunchList_item_name {
  position: relative;
  padding: 10px 3%;
  font-size: 1.8rem;
  color: #fff;
  background: #53433b;
}
.lunchList_item_name a {
  color: #fff;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lunchList_item_name a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.lunchList_item_image {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  text-align: center;
  font-size: 0;
}
.lunchList_item_image > img {
  width: 70%;
  height: auto;
  margin-top: 20px;
}
.lunchList_item_inner {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.lunchList_item_inner .el_catchcopy {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.lunchList_item_inner .el_lunch {
  margin-bottom: 20px;
}
.lunchList_item_inner .el_lunch dt,
.lunchList_item_inner .el_lunch dd {
  padding: 8px;
}
.lunchList_item_inner .el_lunch dt a,
.lunchList_item_inner .el_lunch dd a {
  color: #333;
  display: table;
  width: 100%;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lunchList_item_inner .el_lunch dt a:hover,
.lunchList_item_inner .el_lunch dd a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.lunchList_item_inner .el_lunch dt a img,
.lunchList_item_inner .el_lunch dd a img {
  display: table-cell;
  width: 100px;
  height: 100px;
  object-fit: cover;
  vertical-align: top;
  margin-right: 10px;
}
.lunchList_item_inner .el_lunch dt a div,
.lunchList_item_inner .el_lunch dd a div {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.lunchList_item_inner .el_lunch dt {
  background: #fdcd47;
  font-weight: bold;
}
.lunchList_item_inner .el_lunch dd {
  background: #FEF3DF;
}
.lunchList_item_inner .el_lunch dd strong {
  display: block;
  font-size: 1.4rem;
}
.lunchList_item_inner .el_shopArea li {
  display: inline-block;
}
.lunchList_item_inner .el_shopArea li::before {
  content: '｜';
}
.lunchList_item_inner .el_shopArea li:first-child::before {
  content: '';
}
.lunchList_item_inner .el_shopData {
  position: relative;
  border-top: 1px dotted #53433b;
  margin-top: 10px;
}
.lunchList_item_inner .el_shopData dt {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 70px;
  padding: .4em .6em;
  line-height: 1;
  text-align: center;
  background: #53433b;
  color: #fff;
}
.lunchList_item_inner .el_shopData dd {
  padding-top: 10px;
  padding-left: 80px;
  min-height: 3em;
}
@media (min-width: 768px) {
  .lunchList a:hover {
    text-decoration: none;
  }
  .lunchList a:hover .lunchList_item_name {
    text-decoration: underline;
  }
  .lunchList_item {
    margin: 40px 0;
  }
  .lunchList_item_image {
    -ms-flex-basis: 210px;
    -webkit-flex-basis: 210px;
    flex-basis: 210px;
    margin: 20px;
  }
  .lunchList_item_inner {
    -webkit-box-flex: 1 1 0%;
    -moz-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    margin: 20px 20px 20px 0;
  }
  .lunchList_item_inner .el_catchcopy {
    font-size: 1.6rem;
  }
  .lunchList_item_name {
    font-size: 2.4rem;
  }
  .lunchList_item_image > img {
    width: 100%;
    height: auto;
    margin: 0 0 5px;
  }
}
.LP_pickbnrWrapper {
  padding: 40px 0;
}
.LP_pickbnr {
  margin: 4px auto 40px;
  width: 100%;
  max-width: 100%;
}
.LP_pickbnr_item {
  position: relative;
  display: block;
  width: 520px;
  margin: 0 0 0 4px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.LP_pickbnr_item:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.LP_pickbnr_item_image {
  width: 100%;
  padding-top: 62%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #efefef;
  border-radius: 4px;
  overflow: hidden;
}
.LP_pickbnr.js-slick-top {
  opacity: 0;
  transition: opacity .3s linear;
  position: relative;
}
.LP_pickbnr.js-slick-top.slick-initialized {
  opacity: 1;
}
.LP_pickbnr.js-slick-top .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: #555;
  color: #fff;
  width: 30px;
  height: 60px;
  line-height: 60px;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  font-size: 20px;
  z-index: 1;
  text-align: center;
  font-family: FontAwesome;
  cursor: pointer;
}
.LP_pickbnr.js-slick-top .slick-arrow.next {
  right: 0;
}
.LP_pickbnr.js-slick-top .slick-arrow.prev {
  left: 0;
}
@media (min-width: 1000px) {
  .LP_pickbnr.js-slick-top .slick-arrow {
    width: 40px;
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 999px) {
  .LP_pickbnr {
    margin-bottom: 20px;
  }
}
.LPotherWrapper {
  padding-top: 40px;
  border-bottom: 1px solid #e8e8e8;
}
.LPotherWrapper.is-gray {
  background-color: #f7f7f7;
}
.LPotherList {
  padding-top: 40px;
}
.LPotherList_item_image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  background-color: #eff2f9;
}
.LPotherList_item_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.LPotherList_item_detail {
  width: 100%;
}
.LPotherList_item_detail .el_name {
  display: block;
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: bold;
}
.LPotherList_item_detail .el_name a {
  color: #333;
}
.LPotherList_item_detail .el_data {
  margin-bottom: 4px;
  font-size: 1.2rem;
  color: #888;
}
.LPotherList_item_detail .el_data strong {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 5px;
}
.LPotherList_item_detail .el_price {
  display: block;
  text-align: right;
  color: #253446;
  font-weight: bold;
  font-size: 1.6rem;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.womoAprilfool2016Top {
  margin: 0 0 5%;
}
.womoAprilfool2016Top dl {
  background: #fff;
  border: 5px solid #E8E8E8;
  padding: 2%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}
.womoAprilfool2016Top dl dd {
  text-decoration: underline;
}
.womoAprilfool2016 {
  font-size: 14px;
  background: #fff;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.womoAprilfool2016 > p {
  background: #333;
  height: 42px;
  padding-top: 1%;
}
.womoAprilfool2016 > p img {
  display: block;
  margin: 0 auto;
  width: 160px;
}
.womoAprilfool2016_main {
  width: 100%;
  position: relative;
}
.womoAprilfool2016_main .el_concept {
  width: 100%;
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 60%;
}
.womoAprilfool2016_main .el_mainImg {
  width: 100%;
  min-width: 773px;
  min-height: 320px;
}
.womoAprilfool2016_mainTxt {
  max-width: 960px;
  margin: 8% auto;
  text-align: center;
}
.womoAprilfool2016_mainTxt h1 {
  max-width: 60%;
  width: 100%;
  margin: 0 auto;
}
.womoAprilfool2016_mainTxt h1 img {
  display: block;
  width: 100%;
}
.womoAprilfool2016_mainTxt h2 {
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 2px;
  margin-bottom: 5%;
}
.womoAprilfool2016_mainTxt p {
  margin-bottom: 3%;
  font-weight: bold;
}
.womoAprilfool2016_content {
  max-width: 900px;
  margin: 0 auto;
}
.womoAprilfool2016_content_gourmet {
  position: relative;
  width: 900px;
  height: 480px;
  background: url(../img/aprilfool/2016/img_cinema_gourmet.gif) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.womoAprilfool2016_content_gourmet .el_txtarea {
  position: absolute;
  top: 25%;
  right: 9%;
  width: 340px;
  z-index: 5;
}
.womoAprilfool2016_content_gourmet .el_txtarea h2 img {
  width: 100%;
}
.womoAprilfool2016_content_gourmet .el_txtarea p {
  color: #fff;
  font-weight: bold;
  margin-top: 5%;
  letter-spacing: 2px;
}
.womoAprilfool2016_content_gourmet .el_txtarea p span {
  font-size: 0.8em;
}
.womoAprilfool2016_content_gourmet .el_txtarea p span a {
  color: #fff;
  text-decoration: underline;
}
.womoAprilfool2016_content_bh {
  position: relative;
  width: 900px;
  height: 480px;
  background: url(../img/aprilfool/2016/img_cinema_bh.gif) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.womoAprilfool2016_content_bh .el_txtarea {
  position: absolute;
  top: 13%;
  left: 7%;
  width: 340px;
  z-index: 5;
}
.womoAprilfool2016_content_bh .el_txtarea h2 img {
  width: 100%;
}
.womoAprilfool2016_content_bh .el_txtarea p {
  color: #fff;
  font-weight: bold;
  margin-top: 5%;
  letter-spacing: 2px;
}
.womoAprilfool2016_content_bh .el_txtarea p span {
  font-size: 0.8em;
}
.womoAprilfool2016_content_bh .el_txtarea p span a {
  color: #fff;
  text-decoration: underline;
}
.womoAprilfool2016_content_talk {
  position: relative;
  width: 900px;
  height: 480px;
  background: url(../img/aprilfool/2016/img_cinema_talk.gif) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.womoAprilfool2016_content_talk .el_txtarea {
  position: absolute;
  top: 25%;
  right: 9%;
  width: 340px;
  z-index: 5;
}
.womoAprilfool2016_content_talk .el_txtarea h2 img {
  width: 100%;
}
.womoAprilfool2016_content_talk .el_txtarea p {
  color: #fff;
  font-weight: bold;
  margin-top: 5%;
  letter-spacing: 2px;
}
.womoAprilfool2016_content_talk .el_txtarea p span {
  font-size: 0.8em;
}
.womoAprilfool2016_content_talk .el_txtarea p span a {
  color: #fff;
  text-decoration: underline;
}
.womoAprilfool2016_crossIco {
  width: 80px;
  display: block;
  margin: 6% auto;
}
.womoAprilfool2016_special h2 {
  width: 100%;
}
.womoAprilfool2016_special h2 img {
  display: block;
  width: 200px;
  margin: 0 auto 2%;
}
.womoAprilfool2016_special_read {
  text-align: center;
}
.womoAprilfool2016_special_vol {
  width: 100%;
  margin-top: 3%;
}
.womoAprilfool2016_special_vol .el_specialinner {
  width: 900px;
  height: auto;
  margin: 0 auto;
}
.womoAprilfool2016_special_vol .el_specialinner .el_txtarea {
  color: #fff;
  padding-top: 2%;
  width: 450px;
}
.womoAprilfool2016_special_vol .el_specialinner .el_txtarea h2 {
  width: 280px;
  margin: auto;
}
.womoAprilfool2016_special_vol .el_specialinner .el_txtarea p {
  width: 280px;
  margin: auto;
}
.womoAprilfool2016_special_vol .el_specialinner .el_txtarea h2 img {
  width: 100%;
}
.womoAprilfool2016_special_vol .el_specialinner > img {
  width: 50%;
  height: auto;
  display: block;
}
.womoAprilfool2016_special_vol.el_katsuji {
  background: #15492f;
}
.womoAprilfool2016_special_vol.el_katsuji .el_specialinner .el_txtarea h2 {
  width: 340px;
}
.womoAprilfool2016_special_vol.el_katsuji .el_specialinner .el_txtarea p {
  width: 340px;
  margin-top: 20px;
}
.womoAprilfool2016_special_vol.el_katsuji .el_specialinner > img {
  float: left;
}
.womoAprilfool2016_special_vol.el_katsuji .el_specialinner .el_txtarea {
  float: left;
  padding-top: 5%;
}
.womoAprilfool2016_special_vol.el_megane {
  background: #393939;
}
.womoAprilfool2016_special_vol.el_megane .el_specialinner > img {
  width: 540px;
  float: right;
}
.womoAprilfool2016_special_vol.el_megane .el_specialinner .el_txtarea {
  float: right;
  width: 358px;
}
.womoAprilfool2016_netabarashi {
  max-height: 360px;
  margin: 0 auto 70px;
  padding-bottom: 120px;
  background: url(../img/aprilfool/2016/bg_april.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.womoAprilfool2016_netabarashi h2 {
  width: 100%;
  padding-top: 30px;
}
.womoAprilfool2016_netabarashi h2 img {
  display: block;
  width: 500px;
  margin: 0 auto 5%;
}
.womoAprilfool2016_netabarashi_column {
  position: relative;
  background: #888;
  padding: 10px 15px;
  display: block;
  width: 260px;
  margin: 30px auto 30px;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.womoAprilfool2016_netabarashi_column:hover {
  text-decoration: none;
  background: #757575;
}
.womoAprilfool2016_netabarashi_column i {
  position: absolute;
  top: 35%;
  right: 5%;
  font-size: 14px;
}
.womoAprilfool2016_netabarashi_sns {
  width: 200px;
  padding: 30px 0 60px;
  margin: 0 auto;
}
.womoAprilfool2016_netabarashi_sns a {
  display: block;
  width: 56px;
  height: 56px;
  float: left;
  margin-right: 10px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  color: #fff;
  text-align: center;
  background: #aaa;
}
.womoAprilfool2016_netabarashi_sns a i {
  font-size: 30px;
}
.womoAprilfool2016_netabarashi_sns a.twitter {
  padding-top: 20px;
  background: #55acee;
}
.womoAprilfool2016_netabarashi_sns a.facebook {
  padding-top: 20px;
  background: #315096;
}
.womoAprilfool2016_netabarashi_sns a.instagram {
  padding-top: 20px;
  background: #3f729b;
}
.womoAprilfool2016_netabarashi_sns a:hover {
  background: #ddd;
}
.womoAprilfool2016_share h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.womoAprilfool2016_share ul {
  text-align: center;
  margin-bottom: 80px;
}
.womoAprilfool2016_share ul li {
  display: inline-block;
}
.womoAprilfool2016_link {
  background: #f8f8f8;
  border-bottom: 60px solid #333;
}
.womoAprilfool2016_link > img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.womoAprilfool2016_link h2 {
  padding: 8% 5% 2%;
}
.womoAprilfool2016_link h2 img {
  display: block;
  width: 300px;
  margin: 0 auto 2%;
}
.womoAprilfool2016_link .el_linkBtn {
  width: 250px;
  margin: 0 auto;
}
.womoAprilfool2016_link .el_linkBtn a {
  display: inline-block;
  margin-right: 8px;
  color: #d7053d;
  text-decoration: underline;
}
.womoAprilfool2016_link a.bnrC_april_net {
  position: relative;
  background: #d7053d;
  padding: 10px 15px;
  display: block;
  width: 200px;
  margin: 30px auto 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.womoAprilfool2016_link a.bnrC_april_net:hover {
  text-decoration: none;
  background: #ed0643;
}
.womoAprilfool2016_link a.bnrC_april_net i {
  position: absolute;
  top: 35%;
  right: 5%;
  font-size: 14px;
}
.howTo a:link,
.howTo a:visited {
  text-decoration: none;
}
.howTo a:hover,
.howTo a:active {
  text-decoration: underline;
}
.howTo {
  margin: 0 auto;
  width: 1020px;
}
.howTo .cmn-shadow {
  position: relative;
}
.howTo .cmn-shadow::after {
  background-color: #ccc;
  position: absolute;
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  width: 96%;
  left: 2%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.howTo .howTo_group {
  border-radius: 3px;
}
.howTo .howTo_main_img {
  width: 100%;
}
.howTo .howTo_main_img .el_img:first-child {
  width: 47.5%;
}
.howTo .howTo_main_img .el_img:nth-child(2) {
  width: 36.5%;
}
.howTo .howTo_main_img .el_img:nth-child(3) {
  width: 14.8%;
}
@media screen and (max-width: 1080px) {
  .howTo {
    width: 96%;
  }
}
.howTo_title {
  margin-top: 40px;
}
.howTo_main {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.howTo_main .howTo_main_title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #221815;
  line-height: 1.3;
  padding: 0 4%;
}
.howTo_main .howTo_main_title span {
  font-size: 5rem;
  font-weight: bold;
}
.howTo_main .howTo_main_title small {
  font-size: 1.8rem;
}
.howTo_main p {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .howTo_main {
    margin-top: 4%;
    margin-bottom: 20px;
  }
  .howTo_main .howTo_main_img .el_img:first-child {
    width: 56%;
  }
  .howTo_main .howTo_main_img .el_img:nth-child(2) {
    width: 43%;
  }
  .howTo_main .howTo_main_img .el_img:nth-child(3) {
    display: none;
  }
  .howTo_main .howTo_main_title {
    font-size: 2rem;
    line-height: 1.3;
  }
  .howTo_main .howTo_main_title span {
    font-size: 3.2rem;
  }
  .howTo_main .howTo_main_title small {
    font-size: 1.4rem;
  }
  .howTo_main p {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 425px) {
  .howTo_main .howTo_main_img .el_img:first-child {
    width: 100%;
  }
  .howTo_main .howTo_main_img .el_img:nth-child(2) {
    display: none;
  }
}
.howTo_section_title {
  display: inline-block;
  padding: 4px 80px 4px 18px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background: #dc2729;
  margin-bottom: 20px;
}
.howTo_section_title span {
  position: relative;
}
.howTo_section_title span::after {
  position: absolute;
  content: '';
  right: -120px;
  top: -8px;
  width: 0;
  height: 49px;
  border: none;
  border-top: 49px;
  border-right: solid 40px transparent;
  border-top: solid 49px #dc2729;
  z-index: 2;
}
@media (max-width: 999px) {
  .howTo_section_title {
    font-size: 2.2rem;
  }
  .howTo_section_title span::after {
    width: 0;
    right: -120px;
    top: -8px;
    height: 49px;
    border: none;
    border-right: solid 40px transparent;
    border-top: solid 43px #dc2729;
    z-index: 2;
  }
}
@media screen and (max-width: 695px) {
  .howTo_section_title {
    font-size: 2rem;
    width: 100%;
    padding: 4px 18px;
    text-align: center;
  }
  .howTo_section_title span::after {
    display: none;
  }
}
.howTo_weCan {
  background: #f7d1c1;
  margin-bottom: 40px;
}
.howTo_weCan .howTo_weCan_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 2% 0 2%;
  padding-bottom: 26px;
}
.howTo_weCan .howTo_weCan_box .el_item {
  position: relative;
  width: 49%;
  margin-bottom: 16px;
  display: inline-block;
  background: #fff;
  padding: 2%;
  border-radius: 3px;
}
.howTo_weCan .howTo_weCan_box .el_item:first-child {
  margin-right: 2%;
}
.howTo_weCan .howTo_weCan_box .el_item:first-child .el_title {
  margin: 26px 0 47px 0;
}
.howTo_weCan .howTo_weCan_box .el_item:nth-child(3) {
  width: 100%;
}
.howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .crossmedia {
  width: 23%;
  margin-right: 2%;
  vertical-align: top;
  margin-top: 16px;
}
.howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .el_itemBox {
  display: inline-block;
  width: 47%;
  margin-right: 2%;
}
.howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .el_itemBox .el_text {
  display: inline-block;
}
.howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .el_subtext {
  display: inline-block;
  width: 25%;
  margin-top: 16px;
  font-size: 1.2rem;
  background: #ddeaf3;
  padding: 20px;
  border-radius: 3px;
  vertical-align: top;
}
.howTo_weCan .howTo_weCan_box .el_item .el_img {
  float: left;
  margin-right: 12px;
}
.howTo_weCan .howTo_weCan_box .el_item .el_title {
  font-size: 20px;
  font-weight: bold;
  color: #1d2088;
  line-height: 1.3;
  margin: 16px 0 30px;
  display: inline-block;
}
.howTo_weCan .howTo_weCan_box .el_item .el_text {
  clear: both;
}
@media screen and (max-width: 1080px) {
  .howTo_weCan .howTo_weCan_box .el_item {
    width: 100%;
  }
  .howTo_weCan .howTo_weCan_box .el_item:first-child {
    margin-right: 0;
  }
  .howTo_weCan .howTo_weCan_box .el_item:first-child .el_title {
    margin: 26px 0 16px 0;
  }
  .howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .crossmedia {
    width: 199px;
    margin-right: 0;
    float: right;
  }
  .howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .el_itemBox {
    width: 68%;
  }
  .howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .el_itemBox .el_text {
    width: 100%;
  }
  .howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .el_subtext {
    width: 100%;
  }
  .howTo_weCan .howTo_weCan_box .el_item .el_img {
    float: left;
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .howTo_weCan .howTo_weCan_box .el_item:first-child {
    margin-right: 0;
  }
  .howTo_weCan .howTo_weCan_box .el_item:first-child .el_title {
    margin: 26px 0 16px 0;
  }
  .howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .el_itemBox {
    width: 100%;
    margin-right: 0;
  }
  .howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .crossmedia {
    width: 220px;
    margin-right: 2%;
    float: none;
  }
  .howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .el_subtext {
    width: 56%;
    float: right;
    height: 134px;
  }
}
@media screen and (max-width: 592px) {
  .howTo_weCan .howTo_weCan_box .el_item {
    padding: 4%;
  }
  .howTo_weCan .howTo_weCan_box .el_item .el_title {
    display: block;
    margin: 40px auto 4% auto;
    text-align: center;
  }
  .howTo_weCan .howTo_weCan_box .el_item .el_img {
    float: none;
    position: absolute;
    margin-right: 0;
    top: -30px;
    right: 50%;
    transform: translateX(50%);
    width: 70px;
  }
  .howTo_weCan .howTo_weCan_box .el_item:first-child {
    margin: 20px 0 40px;
  }
  .howTo_weCan .howTo_weCan_box .el_item:first-child .el_title {
    margin: 49px 0 10px 0;
  }
  .howTo_weCan .howTo_weCan_box .el_item:nth-child(2) {
    margin-bottom: 40px;
  }
  .howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .el_itemBox {
    width: 100%;
    margin-right: 0;
  }
  .howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .crossmedia {
    margin: 4% auto 0;
    display: block;
  }
  .howTo_weCan .howTo_weCan_box .el_item:nth-child(3) .el_subtext {
    width: 100%;
    float: none;
    height: auto;
  }
}
.howTo_cv {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.howTo_cv .howTo_cv_title {
  width: 12%;
  color: #fff;
  background-color: #09476a;
  padding: 43px 0 30px 15px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  height: 120px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.howTo_cv .howTo_cv_title::after {
  content: "";
  display: block;
  border: 60px solid transparent;
  border-left: 20px solid #09476a;
  position: absolute;
  top: 0;
  right: -80px;
}
.howTo_cv .howTo_cv_text {
  text-align: center;
  height: 120px;
  width: 30%;
  background-color: #6c93b1;
  padding: 27px 0 15px 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
.howTo_cv .howTo_cv_text .el_text {
  border-right: dotted 2px #fff;
  height: 70px;
}
.howTo_cv .howTo_cv_text .el_text .el_attention {
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
}
.howTo_cv .howTo_cv_text .el_text .el_attention span {
  font-size: 4rem;
  color: #ffde00;
}
.howTo_cv .howTo_cv_tel {
  height: 120px;
  width: 24%;
  background-color: #6c93b1;
  padding: 24px 0 24px 2.5%;
  color: #fff;
  font-weight: bold;
}
.howTo_cv .howTo_cv_tel .el_attention {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
}
.howTo_cv .howTo_cv_tel .el_attention .fa {
  margin-right: 2%;
}
.howTo_cv .howTo_cv_tel .el_text {
  font-size: 1.4rem;
  line-height: 0.8;
}
.howTo_cv .howTo_cv_tel small {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
}
.howTo_cv .howTo_cv_link {
  width: 34%;
  height: 120px;
  text-align: center;
  padding: 20px;
  background-color: #6c93b1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.howTo_cv .howTo_cv_link .el_btn {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #09476a;
  background: #fff352;
  border-radius: 40px;
  width: 100%;
  height: 80px;
  line-height: 8rem;
  padding-right: 9%;
}
.howTo_cv .howTo_cv_link .el_btn:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 4px #09476a;
  border-right: solid 4px #09476a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 47%;
  left: 80%;
  margin-top: -4px;
  z-index: 2;
}
@media (max-width: 999px) {
  .howTo_cv .howTo_cv_title {
    text-align: center;
    width: 100%;
    padding: 7px 0;
    height: 46px;
    border-bottom-left-radius: 0;
  }
  .howTo_cv .howTo_cv_title::after {
    display: none;
  }
  .howTo_cv .howTo_cv_text {
    width: 38%;
    padding: 27px 0 15px 0;
    border-bottom-left-radius: 4px;
  }
  .howTo_cv .howTo_cv_text .el_text {
    height: 70px;
  }
  .howTo_cv .howTo_cv_tel {
    width: 31%;
  }
  .howTo_cv .howTo_cv_link {
    width: 31%;
    padding: 24px 20px;
    border-top-right-radius: 0;
  }
  .howTo_cv .howTo_cv_link .el_btn {
    font-size: 1.6rem;
    border-radius: 36px;
    height: 72px;
    line-height: 7.2rem;
  }
  .howTo_cv .howTo_cv_link .el_btn:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 3px #09476a;
    border-right: solid 3px #09476a;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    left: 85%;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .howTo_cv .howTo_cv_text {
    width: 50%;
    border-bottom-left-radius: 0;
  }
  .howTo_cv .howTo_cv_tel {
    width: 50%;
    text-align: center;
    padding-left: 0;
  }
  .howTo_cv .howTo_cv_link {
    width: 100%;
    padding: 0;
    border-top-right-radius: 0;
    height: auto;
    padding-bottom: 3%;
  }
  .howTo_cv .howTo_cv_link .el_btn {
    margin: 0 auto;
    font-size: 1.6rem;
    border-radius: 36px;
    height: 72px;
    line-height: 7.2rem;
    padding-right: 0;
    width: 270px;
  }
}
@media screen and (max-width: 695px) {
  .howTo_cv .howTo_cv_text {
    width: 100%;
    padding-bottom: 0;
  }
  .howTo_cv .howTo_cv_text .el_text {
    border-right: none;
  }
  .howTo_cv .howTo_cv_tel {
    width: 100%;
    padding: 0 0 4% 0;
    height: auto;
  }
  .howTo_cv .howTo_cv_link {
    padding-bottom: 20px;
  }
}
.howTo_user {
  margin-bottom: 40px;
}
.howTo_user .howTo_user_title {
  margin-right: 30px;
}
.howTo_user .howTo_user_subTitle {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  color: #221815;
  line-height: 1.3;
  margin-bottom: 20px;
}
.howTo_user .howTo_user_subTitle span {
  font-size: 2.8rem;
  font-weight: bold;
}
.howTo_user .howTo_user_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.howTo_user .howTo_user_box .el_item {
  width: 32%;
  margin-bottom: 16px;
  display: inline-block;
  background: #fff;
  padding: 20px;
  margin-right: 2%;
  border-right: solid 2px #ccc;
}
.howTo_user .howTo_user_box .el_item .el_img {
  width: 70%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.howTo_user .howTo_user_box .el_item:nth-child(2) .el_img {
  width: 82%;
}
.howTo_user .howTo_user_box .el_item:nth-child(3) {
  margin-right: 0;
  border-right: 0;
}
.howTo_user .howTo_user_box .el_item:nth-child(3) .el_img {
  width: 100%;
}
.howTo_user .howTo_user_box .el_item:nth-child(3) .el_text span {
  color: #888;
  font-weight: normal;
}
.howTo_user .howTo_user_box .el_title {
  font-size: 2.3rem;
  font-weight: bold;
  color: #1d2088;
  line-height: 1.3;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .howTo_user .howTo_user_box .el_item {
    width: 100%;
    margin-right: 0;
    border-right: 0;
    border-bottom: solid 2px #ccc;
  }
  .howTo_user .howTo_user_box .el_item .el_img {
    width: 240px;
  }
  .howTo_user .howTo_user_box .el_item .el_text {
    text-align: center;
  }
  .howTo_user .howTo_user_box .el_item:nth-child(2) .el_img {
    width: 310px;
  }
  .howTo_user .howTo_user_box .el_item:nth-child(3) .el_img {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .howTo_user .howTo_user_title {
    margin-bottom: 0;
  }
  .howTo_user .howTo_user_subTitle {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0 4%;
  }
  .howTo_user .howTo_user_subTitle span {
    font-size: 2.6rem;
  }
  .howTo_user small {
    margin: 1% 0 3%;
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .howTo_user .howTo_user_box .el_item:nth-child(2) .el_img {
    width: 96%;
  }
  .howTo_user .howTo_user_box .el_item:nth-child(3) .el_img {
    width: 98%;
  }
}
.howTo_womo {
  margin-bottom: 40px;
}
.howTo_womo .howTo_womo_subTitle {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #221815;
  line-height: 1.3;
  margin-bottom: 40px;
}
.howTo_womo .howTo_womo_subTitle span {
  font-size: 1.5rem;
}
.howTo_womo .howTo_womo_subTitle strong {
  font-size: 4.2rem;
  font-weight: 600;
}
.howTo_womo .el_img {
  width: 100%;
  text-align: center;
}
.howTo_womo .el_img img {
  width: 60%;
}
.howTo_womo .el_img img:first-child {
  width: 37%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .howTo_womo .howTo_womo_subTitle {
    font-size: 2.2rem;
    padding: 0 4%;
  }
  .howTo_womo .howTo_womo_subTitle span {
    font-size: 1.2rem;
  }
  .howTo_womo .howTo_womo_subTitle strong {
    font-size: 3rem;
  }
  .howTo_womo .el_img img {
    width: 100%;
  }
  .howTo_womo .el_img img:first-child {
    width: 50%;
    margin: 0 0 2% 0;
  }
}
.howTo_voice {
  margin-bottom: 40px;
}
.howTo_voice .howTo_voice_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.howTo_voice .howTo_voice_box .cmn-shadow::after {
  background-color: #f7d1c1;
  position: absolute;
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  width: 96%;
  left: 2%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.howTo_voice .howTo_voice_box .el_item {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 32%;
  padding: 40px 18px 20px;
}
.howTo_voice .howTo_voice_box .el_item .el_img {
  float: left;
  margin-bottom: 10px;
}
.howTo_voice .howTo_voice_box .el_item .el_number {
  background-size: 90px;
  background-color: #fff352;
  height: 30px;
  width: 240px;
  position: absolute;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #777;
  transform: translate(50%,0);
  right: 50%;
  top: 0;
  border-radius: 0 0 16px 16px;
}
.howTo_voice .howTo_voice_box .el_item .el_number .el_genre {
  color: #333;
  font-size: 1.5rem;
  vertical-align: 1px;
}
.howTo_voice .howTo_voice_box .el_item .el_title {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
  border-bottom: solid 2px #888;
  padding-bottom: 10px;
  padding-top: 20px;
  line-height: 2.4rem;
  display: inline-block;
  float: right;
  width: 62%;
}
.howTo_voice .howTo_voice_box .el_item .el_title2 {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
  margin-top: 10px;
  border-bottom: solid 2px #888;
  padding-bottom: 10px;
  padding-top: 20px;
  line-height: 2.4rem;
  display: inline-block;
  width: 95%;
}
.howTo_voice .howTo_voice_box .el_item .el_subTitle {
  font-size: 2.2rem;
  font-weight: bold;
  color: #dc2729;
  margin: 10px 0;
  line-height: 2.6rem;
  clear: both;
}
.howTo_voice .howTo_voice_box .el_item .el_subTitle span {
  font-size: 16px;
}
.howTo_voice .howTo_voice_box .el_item .el_text {
  font-size: 14px;
  line-height: 1.6em;
  clear: both;
}
@media (max-width: 999px) {
  .howTo_voice .howTo_voice_box .el_item {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .howTo_voice .howTo_voice_box .el_item small {
    font-size: 0.4rem;
    color: #888;
    float: right;
  }
  .howTo_voice .howTo_voice_box .el_item .el_img {
    width: 90px;
    margin: 20px auto 0;
    display: block;
    float: none;
  }
  .howTo_voice .howTo_voice_box .el_item .el_title {
    float: none;
    width: 80%;
    padding-top: 2%;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
  }
  .howTo_voice .howTo_voice_box .el_item .el_title:after {
    right: 50%;
    transform: translateX(50%);
  }
  .howTo_voice .howTo_voice_box .el_item .el_subTitle {
    width: 80%;
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  .howTo_voice .howTo_voice_box .el_item .el_text {
    text-align: center;
  }
}
.howTo_voice {
  margin-bottom: 40px;
}
.howTo_voice .howTo_webVoice_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.howTo_voice .howTo_webVoice_box .cmn-shadow::after {
  background-color: #f7d1c1;
  position: absolute;
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  width: 96%;
  left: 2%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.howTo_voice .howTo_webVoice_box .el_item {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 32%;
  padding: 40px 18px 20px;
}
.howTo_voice .howTo_webVoice_box .el_item .el_img {
  float: left;
  margin-bottom: 10px;
}
.howTo_voice .howTo_webVoice_box .el_item .el_number {
  background-size: 90px;
  background-color: #fff352;
  height: 30px;
  width: 240px;
  position: absolute;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #777;
  transform: translate(50%,0);
  right: 50%;
  top: 0;
  border-radius: 0 0 16px 16px;
}
.howTo_voice .howTo_webVoice_box .el_item .el_number .el_genre {
  color: #333;
  font-size: 1.5rem;
  vertical-align: 1px;
}
.howTo_voice .howTo_webVoice_box .el_item .el_title {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
  border-bottom: solid 2px #888;
  padding-bottom: 10px;
  padding-top: 20px;
  line-height: 2.4rem;
  display: inline-block;
  float: right;
  width: 62%;
}
.howTo_voice .howTo_webVoice_box .el_item .el_subTitle {
  font-size: 2.2rem;
  font-weight: bold;
  color: #dc2729;
  margin: 10px 0;
  line-height: 2.6rem;
  clear: both;
}
.howTo_voice .howTo_webVoice_box .el_item .el_subTitle span {
  font-size: 16px;
}
.howTo_voice .howTo_webVoice_box .el_item .el_text {
  font-size: 14px;
  line-height: 1.6em;
  clear: both;
}
@media (max-width: 999px) {
  .howTo_voice .howTo_webVoice_box .el_item {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .howTo_voice .howTo_webVoice_box .el_item small {
    font-size: 0.4rem;
    color: #888;
    float: right;
  }
  .howTo_voice .howTo_webVoice_box .el_item .el_img {
    width: 90px;
    margin: 20px auto 0;
    display: block;
    float: none;
  }
  .howTo_voice .howTo_webVoice_box .el_item .el_title {
    float: none;
    width: 80%;
    padding-top: 2%;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
  }
  .howTo_voice .howTo_webVoice_box .el_item .el_subTitle {
    width: 80%;
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  .howTo_voice .howTo_webVoice_box .el_item .el_text {
    text-align: center;
  }
}
.howTo_webWomo {
  margin-bottom: 40px;
}
.howTo_webWomo .howTo_webWomo_title {
  margin-bottom: 40px;
}
.howTo_webWomo .howTo_webWomo_subTitle {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #221815;
  line-height: 1.3;
  margin-bottom: 40px;
}
.howTo_webWomo .el_img {
  width: 20%;
  margin-right: 1%;
}
.howTo_webWomo .howTo_webWomo_dataWrap {
  display: inline-block;
  width: 28%;
}
.howTo_webWomo .howTo_webWomo_dataWrap .el_dataWrap {
  position: relative;
  display: inline-block;
  background: #fff352;
  padding: 4%;
  border-radius: 10px;
  margin-bottom: 40px;
  width: 100%;
}
.howTo_webWomo .howTo_webWomo_dataWrap .el_dataWrap .el_data {
  color: #221815;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: dotted 1px #221815;
  display: table;
  width: 100%;
}
.howTo_webWomo .howTo_webWomo_dataWrap .el_dataWrap .el_data .el_left {
  float: left;
  color: #221815;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4;
}
.howTo_webWomo .howTo_webWomo_dataWrap .el_dataWrap .el_data .el_right {
  float: right;
  color: #dc2229;
  font-size: 3rem;
  font-weight: 700;
}
.howTo_webWomo .howTo_webWomo_dataWrap .el_dataWrap .el_data .el_right small {
  color: #221815;
  font-size: 1.6rem;
  font-weight: 700;
}
.howTo_webWomo .howTo_webWomo_dataWrap .el_dataWrap .annotation {
  color: #221815;
  font-size: 1rem;
  font-weight: normal;
  display: block;
  text-align: right;
}
.howTo_webWomo .howTo_webWomo_dataWrap .el_dataWrap:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  border-top: 22px solid transparent;
  border-bottom: 0px solid #fff352;
  border-right: 40px solid #fff352;
  -webkit-transform: rotate(-97deg);
  transform: rotate(-104deg);
}
.howTo_webWomo .howTo_webWomo_dataWrap .el_img {
  width: 100%;
}
.howTo_webWomo .howTo_webWomo_contentsWrap {
  vertical-align: top;
  display: inline-block;
  width: 50%;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #221815;
  margin-bottom: 6px;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list {
  color: #221815;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list strong {
  color: #1d2088;
  font-size: 1.7rem;
  font-weight: 700;
  border: solid 1px #1d2088;
  border-radius: 4px;
  float: left;
  margin-right: 3%;
  text-align: center;
  line-height: 0.8;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list strong small {
  font-size: 1rem;
  font-weight: normal;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list p {
  margin-bottom: 10px;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list ul li {
  color: #fff;
  font-weight: bold;
  background: #ed9e84;
  padding: 1%;
  font-size: 1.1rem;
  border-radius: 4px;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:first-child {
  margin-bottom: 22px;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:first-child strong {
  padding: 4% 2%;
  width: 102px;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:nth-child(2) {
  margin-bottom: 34px;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:nth-child(2) strong {
  clear: both;
  padding: 2% 2%;
  width: 102px;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:nth-child(3) {
  margin-bottom: 30px;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:nth-child(3) strong {
  padding: 3% 2%;
  width: 102px;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:nth-child(4) {
  margin-bottom: 0;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:nth-child(4) strong {
  padding: 4% 2%;
  width: 102px;
}
.howTo_webWomo .howTo_webWomo_contentsWrap .annotation {
  color: #221815;
  font-size: 1rem;
  font-weight: normal;
  display: block;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .howTo_webWomo .el_img {
    width: 33%;
    margin-right: 0;
  }
  .howTo_webWomo .howTo_webWomo_dataWrap {
    width: 60%;
    margin-right: 6%;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap {
    width: 100%;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_title {
    text-align: center;
    margin-top: 4%;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list {
    color: #221815;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list strong {
    margin-bottom: 10px;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list ul {
    width: 75%;
    margin: 0 auto;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list ul li {
    padding: 1% 2%;
    width: 48%;
    text-align: center;
    margin-bottom: 2%;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list ul li:nth-child(7),
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list ul li:nth-child(8) {
    margin-bottom: 0;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:first-child {
    margin-bottom: 30px;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:first-child strong {
    padding: 12px 0;
    width: 100%;
    display: block;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:nth-child(2) {
    margin-bottom: 30px;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:nth-child(2) strong {
    padding: 12px 0;
    width: 100%;
    display: block;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:nth-child(2) strong br {
    display: none;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:nth-child(3) {
    margin-bottom: 30px;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:nth-child(3) strong {
    padding: 12px 0;
    width: 100%;
    display: block;
  }
  .howTo_webWomo .howTo_webWomo_contentsWrap .el_contents .el_list:nth-child(4) strong {
    padding: 12px 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .howTo_webWomo .howTo_webWomo_subTitle {
    font-size: 2.2rem;
    padding: 0 4%;
  }
}
@media screen and (max-width: 425px) {
  .howTo_webWomo .howTo_webWomo_dataWrap {
    width: 100%;
    margin-right: 0;
  }
  .howTo_webWomo .smp {
    display: none;
  }
}
.howTo_collabo {
  background: #ebd55a;
  margin-bottom: 40px;
}
.howTo_collabo .howTo_collabo_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 2% 0 2%;
  padding-bottom: 26px;
}
.howTo_collabo .howTo_collabo_box .el_item {
  width: 49%;
  margin-bottom: 16px;
  display: inline-block;
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  margin-right: 2%;
}
.howTo_collabo .howTo_collabo_box .el_item .el_img {
  display: inline-block;
  padding-top: 150px;
  width: 46%;
  margin-right: 4%;
  background: no-repeat center center/ cover;
  background-color: #ccc;
}
.howTo_collabo .howTo_collabo_box .el_item .el_subtext {
  display: inline-block;
  font-size: 0.8rem;
  background: #ddeaf3;
  padding: 20px;
  border-radius: 3px;
}
.howTo_collabo .howTo_collabo_box .el_item:nth-child(2n) {
  margin-right: 0;
}
.howTo_collabo .howTo_collabo_box .el_title {
  font-size: 2rem;
  font-weight: bold;
  color: #09476a;
  line-height: 1.3;
  margin-bottom: 16px;
}
.howTo_collabo .howTo_collabo_box .el_title span {
  font-size: 1.4rem;
}
.howTo_collabo .howTo_collabo_box .el_text {
  position: relative;
  clear: both;
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 5%;
}
.howTo_collabo .howTo_collabo_box .el_text .el_link {
  position: absolute;
  top: 102%;
  right: 0;
  margin-top: 2%;
}
.howTo_collabo .howTo_collabo_box .el_text .el_link:link,
.howTo_collabo .howTo_collabo_box .el_text .el_link:visited,
.howTo_collabo .howTo_collabo_box .el_text .el_link:hover,
.howTo_collabo .howTo_collabo_box .el_text .el_link:active {
  color: #333;
}
.howTo_collabo .howTo_collabo_box .el_text .el_link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: -9%;
  box-sizing: border-box;
  width: 7px;
  height: 5px;
  border: 4px solid transparent;
  border-left: 5px solid;
}
.howTo_collabo .howTo_collabo_box .el_text span {
  font-size: 1rem;
}
@media screen and (max-width: 1080px) {
  .howTo_collabo .howTo_collabo_box .el_item {
    width: 100%;
    margin-right: 0;
  }
  .howTo_collabo .howTo_collabo_box .el_item .el_img {
    width: 27%;
    margin-right: 2%;
  }
  .howTo_collabo .howTo_collabo_box .el_item:nth-child(2n) {
    margin-right: 0;
  }
  .howTo_collabo .howTo_collabo_box .el_text {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .howTo_collabo .howTo_collabo_box .el_item .el_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    padding-top: 60%;
  }
  .howTo_collabo .howTo_collabo_box .el_item:nth-child(2n) {
    margin-right: 0;
  }
  .howTo_collabo .howTo_collabo_box .el_text {
    width: 100%;
  }
}
.howTo_client {
  background: #f7d1c1;
  margin-bottom: 40px;
}
.howTo_client .howTo_client_box {
  padding: 2% 3% 3% 3%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.howTo_client .howTo_client_box ul {
  text-align: center;
  margin: 0 auto;
}
.howTo_client .howTo_client_box ul li {
  display: inline-block;
  margin: 0 3% 16px 0;
}
.about {
  text-align: center;
  padding-top: 40vh;
  margin-bottom: -80px;
  letter-spacing: 0.1em;
}
.about p {
  font-size: 1.4rem;
  line-height: 3.2rem;
}
@media (min-width: 1000px) {
  .about {
    padding-top: 60vh;
  }
  .about .is-sp {
    display: none;
  }
  .about p {
    font-size: 1.6rem;
    line-height: 4rem;
  }
}
.about_bg {
  background-image: url("/assets/public/common/img/about/bg_about.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  margin-top: 50px;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 1000px) {
  .about_bg {
    margin-top: 60px;
  }
}
.about_head {
  background-color: #fff;
  padding-bottom: 20px;
}
@media (min-width: 1000px) {
  .about_head {
    padding-bottom: 40px;
  }
}
.about_concept {
  color: #fff;
  padding-top: 140px;
  padding-bottom: 100px;
  background: linear-gradient(180deg,rgba(162,80,80,0) 0,#274D69 80px,#274D69 100%);
  position: relative;
}
.about_concept_title {
  margin-bottom: 30px;
  text-align: center;
}
.about_concept_title img {
  width: 70%;
  height: auto;
  display: inline-block;
}
.about_concept_text {
  margin-bottom: 120px;
}
.about_concept_concept .el_img {
  width: 95%;
  margin: auto;
  margin-bottom: 80px;
}
.about_concept_concept .el_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}
.about_concept_concept .el_title {
  font-size: 2rem;
  margin-bottom: 40px;
}
.about_concept_concept .el_catch {
  margin-bottom: 30px;
  text-align: center;
}
.about_concept_concept .el_catch img {
  width: 80%;
  height: auto;
  display: inline-block;
}
@media (min-width: 1000px) {
  .about_concept {
    padding-top: 320px;
    padding-bottom: 160px;
    background: linear-gradient(180deg,rgba(162,80,80,0) 0,#274D69 200px,#274D69 100%);
  }
  .about_concept_title img {
    width: 580px;
  }
  .about_concept_text {
    margin-bottom: 220px;
  }
  .about_concept_concept {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about_concept_concept .el_img {
    width: 510px;
    margin-bottom: 0;
  }
  .about_concept_concept .el_textBox {
    padding-left: 60px;
    flex: 1;
  }
  .about_concept_concept .el_catch {
    text-align: left;
  }
  .about_concept_concept .el_catch img {
    width: 330px;
  }
}
.about_logo {
  background-color: #fff;
  padding-top: 80px;
}
.about_logo_img {
  margin: auto;
  margin-bottom: 60px;
  margin-top: 60px;
  width: 70%;
  height: auto;
  display: block;
}
.about_logo_text {
  padding-bottom: 100px;
}
.about_logo_slide {
  height: 140px;
  background-size: 2100px 140px;
  background-image: url("/assets/public/common/img/about/about_logo_slide.jpg");
  background-position: 0 0;
  background-repeat: repeat-x;
  -moz-animation: loop 200s linear infinite;
  animation: loop 200s linear infinite;
}
@media (min-width: 1000px) {
  .about_logo {
    padding-top: 120px;
  }
  .about_logo_img {
    margin-bottom: 100px;
    margin-top: 100px;
    width: 450px;
  }
  .about_logo_text {
    padding-bottom: 160px;
  }
  .about_logo_slide {
    height: 200px;
    background-size: 3000px 200px;
  }
}
@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2100px 0;
  }
}
@-webkit-keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2100px 0;
  }
}
@media (min-width: 1000px) {
  @keyframes loop {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -3000px 0;
    }
  }
  @-webkit-keyframes loop {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -3000px 0;
    }
  }
}
.about_message {
  background: #FFFFF4;
  padding-top: 60px;
  padding-bottom: 100px;
}
.about_message_text {
  margin-top: 60px;
}
@media (min-width: 1000px) {
  .about_message {
    padding-top: 160px;
    padding-bottom: 200px;
  }
  .about_message_text {
    margin-top: 40px;
  }
}
.all_scroll {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%,0);
}
.all_scroll .text {
  font-size: 1.4rem;
}
.all_scroll .img {
  width: 8px;
  height: 100px;
  position: absolute;
  top: 30px;
  display: block;
  left: 50%;
  transform: translate(-50%,0);
}
.all_scroll .img:before {
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 0;
  display: block;
  opacity: 0.5;
}
.all_scroll .img:after {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: -8px;
  display: block;
  border-radius: 50%;
  animation: scrollCircleAnime 3s cubic-bezier(0.77,0,0.175,1) infinite;
}
@media (min-width: 1000px) {
  .all_scroll {
    top: 20px;
  }
  .all_scroll .text {
    font-size: 2rem;
  }
  .all_scroll .img {
    top: 60px;
  }
}
@keyframes scrollCircleAnime {
  0% {
    top: -5px;
    opacity: 0;
  }
  5% {
    top: -5px;
    opacity: 1;
  }
  95% {
    top: 100px;
    opacity: 1;
  }
  100% {
    top: 100px;
    opacity: 0;
  }
}
.supporterWrapper {
  background-color: #f7f7f7;
  padding: 20px 0 40px;
}
.supporter_slider {
  background-color: #fff;
  width: 94%;
  max-width: 1180px;
  margin: 30px auto 0;
  padding: 30px 20px 20px;
}
.supporter_slider_item {
  position: relative;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-size: 100%;
  color: #454545;
}
.supporter_slider_item:focus {
  outline: none;
}
.supporter_slider_item:after {
  content: "";
  display: table;
  clear: both;
}
.supporter_slider_detail {
  position: relative;
  padding: 0 10px;
  -webkit-box-flex: 1 1 0%;
  -moz-box-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  color: #333;
}
.supporter_slider_detail .el_name {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #5F7F95;
}
.supporter_slider_detail .el_data {
  display: inline-block;
}
.supporter_slider_detail .el_data .el_icon {
  border-bottom: 1px solid #eee;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}
.supporter_slider_detail .el_data .el_icon img {
  width: 100%;
}
.supporter_slider_detail .el_data .el_title {
  display: inline-block;
  padding-left: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
  color: #333;
}
.supporter_slider_image {
  -ms-flex-basis: 100px;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  background: #fff;
  position: relative;
}
.supporter_slider_image .el_image {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
.supporter_slider_image .el_image:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .supporter_slider_item {
    margin-bottom: 20px;
    padding: 10px;
  }
  .supporter_slider_detail .el_name {
    font-size: 1.8rem;
  }
  .supporter_slider_detail .el_data .el_icon {
    width: 50px;
    height: 50px;
  }
  .supporter_slider_image {
    -ms-flex-basis: 120px;
    -webkit-flex-basis: 120px;
    flex-basis: 120px;
  }
  .supporter_slider_image .el_image {
    width: 120px;
    height: 120px;
  }
}
.supporter_title {
  margin-bottom: 1rem;
  text-align: center;
}
.supporter_title img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-width: 1000px;
}
.supporter_discription {
  width: 94%;
  margin: auto;
  font-size: 1.4rem;
  margin-bottom: 1.3rem;
}
.supporter_discription .row .col-1,
.supporter_discription .row .col-2,
.supporter_discription .row .col-3,
.supporter_discription .row .col-4 {
  margin: 0 auto 6%;
}
@media (max-width: 999px) {
  .supporter_discription .row .col-1.is-sm-col2,
  .supporter_discription .row .col-2.is-sm-col2,
  .supporter_discription .row .col-3.is-sm-col2,
  .supporter_discription .row .col-4.is-sm-col2 {
    width: 48.5%;
    margin: 0 0 6% 3%;
  }
  .supporter_discription .row .col-1.is-sm-col2:nth-child(2n+1),
  .supporter_discription .row .col-2.is-sm-col2:nth-child(2n+1),
  .supporter_discription .row .col-3.is-sm-col2:nth-child(2n+1),
  .supporter_discription .row .col-4.is-sm-col2:nth-child(2n+1) {
    margin: 0 0 6% 0;
  }
}
@media (min-width: 1000px) {
  .supporter_title {
    width: 100%;
    margin-bottom: 3rem;
    background: #f1f1f1;
    background: linear-gradient(to bottom,#f1f1f1 0%,#ffffff 100%);
  }
  .supporter_discription {
    width: 960px;
    max-width: 960px;
    margin: 0 auto 3rem;
  }
}
.supporter_list {
  border-bottom: 1px solid #ccc;
}
.supporter_list_title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.supporter_list_title .el_image {
  -ms-flex-basis: 100px;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
}
.supporter_list_title .el_image img {
  width: 100%;
  height: auto;
}
.supporter_list_title .el_text {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-left: 1em;
}
.supporter_list_title .el_text_title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.supporter_list_title .el_text_read {
  display: block;
}
.supporter_list a {
  color: #454545;
}
.supporter_list a:hover {
  text-decoration: none;
}
.supporter_list a:hover .el_text_title {
  text-decoration: underline;
}
.supporterListTitle_img {
  width: 100%;
}
.supporterListTitle_img img {
  width: 100%;
  vertical-align: bottom;
}
.supporterListTitle_read {
  background: #fff;
  padding: 2% 0;
  font-size: 1.6rem;
}
.supporterListTitle_read dl {
  display: table;
  margin-bottom: 20px;
}
.supporterListTitle_read dl dt {
  font-weight: bold;
  display: table-cell;
  width: 100px;
}
.supporterListTitle_read dl dd {
  display: table-cell;
}
.supporterListTitle_read .el_data {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
@media (min-width: 1000px) {
  .supporterListTitle_read .el_data {
    border-top: none;
    padding-top: 0;
    border-left: 1px solid #ccc;
    padding-left: 40px;
  }
}
.el_supporterParts_writer {
  background: #fff;
  padding: 3%;
}
.el_supporterParts_writer div {
  display: inline-block;
}
.el_supporterParts_writer div .el_supporterParts_writer_img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}
.el_supporterParts_writer div .el_supporterParts_writer_img img {
  width: 100%;
}
.el_supporterParts_writer div .supporterListTitle_title {
  display: inline-block;
  padding-left: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
}
@media (min-width: 1000px) {
  .el_supporterParts_writer {
    padding: 3% 3% 0 0;
  }
}
.el_supporterParts_snsBtn {
  background: #f5f5f5;
  padding: 3%;
}
.el_supporterParts_snsBtn li {
  display: inline-block;
}
.el_supporterParts_snsBtn li iframe,
.el_supporterParts_snsBtn li img {
  vertical-align: bottom;
}
.supporter_product {
  padding: 20px;
  margin: 20px 0 0;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.supporter_product .el_title {
  margin-bottom: 10px;
  font-weight: bold;
}
.supporter_product .el_product_name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.supporter_product .el_price {
  margin-bottom: 10px;
  font-weight: bold;
}
.supporterTitleDetail {
  display: table;
  background: #f7f7f7;
}
.supporterTitleDetail .supporterTitleDetail_img {
  display: table-cell;
  width: 15%;
}
.supporterTitleDetail .supporterTitleDetail_img img {
  width: 100%;
  vertical-align: bottom;
}
.supporterTitleDetail .supporterTitleDetail_read {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 3%;
}
.supporterTitleDetail .supporterTitleDetail_read > a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
.supporterTitleDetail .supporterTitleDetail_read > a,
.supporterTitleDetail .supporterTitleDetail_read .el_text,
.supporterTitleDetail .supporterTitleDetail_read .el_writer {
  line-height: 1.6;
}
.supporterTitleDetail .supporterTitleDetail_read .el_text {
  display: none;
  font-size: 1.4rem;
}
@media (min-width: 1000px) {
  .supporterTitleDetail .supporterTitleDetail_img {
    width: 10%;
  }
  .supporterTitleDetail .supporterTitleDetail_read {
    padding: 5px 3%;
  }
  .supporterTitleDetail .supporterTitleDetail_read > a {
    line-height: 1.2;
  }
  .supporterTitleDetail .supporterTitleDetail_read .el_text {
    display: block;
  }
}
.supporter_container_img {
  width: 100%;
}
.supporter_container_img img {
  width: 100%;
}
.supporter_container_title {
  font-size: 2.4rem;
  padding: 18px 4%;
  margin: 0 0 40px;
  font-weight: bold;
  line-height: 1.6;
  background: #f7f7f7;
  border: solid 1px #aaa;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.supporter_container_read .el_read {
  font-weight: bold;
  font-size: 2rem;
  padding: 0 0 0 2%;
  margin: 20px 0;
  line-height: 1.6;
  clear: both;
  border-left: 4px solid #dc2729;
}
.supporter_container_read .el_img {
  width: 100%;
  margin: 20px 0;
}
.supporter_container_read .el_text {
  line-height: 2;
  margin: 20px 0;
  font-size: 1.6rem;
}
.supporterTitle01 .sectionTitle03 {
  padding: 1.6em 0 0.8em;
}
.supporter01 {
  padding-top: 28px;
}
.supporter_list01 {
  margin-bottom: -5px !important;
}
.supporter_list01_title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fafafa;
  margin-bottom: 15px;
  padding: 30px;
}
.supporter_list01_title .el_image {
  -ms-flex-basis: 80px;
  -webkit-flex-basis: 80px;
  flex-basis: 80px;
}
.supporter_list01_title .el_image a {
  width: 100%;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
}
.supporter_list01_title .el_image a:hover {
  opacity: 0.7;
}
.supporter_list01_title .el_text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 1.6em;
}
.supporter_list01_title .el_text_title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2px;
}
.supporter_list01_title .el_text_cate {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.supporter_list01_title .el_text_read {
  display: block;
}
.supporter_list01_title .el_text_favorite .faIco {
  display: inline-block;
  height: 16px;
  transition: 0.1s;
  width: 16px;
}
.supporter_list01_title .el_text_favorite .faHeartO {
  background: url('../img/supporter/ico_faHeartO.png') center center/contain no-repeat;
}
.supporter_list01_title .el_text_favorite .faHeart {
  background: url('../img/supporter/ico_faHeart.png') center center/contain no-repeat;
}
.supporter_list01_title .likeWrapper {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1.1rem;
  padding: 3px 7px;
}
.supporter_list01_title .likeWrapper a:hover {
  text-decoration: none;
}
.supporter_list01 a {
  color: #454545;
}
.supporter_list01 a:hover {
  text-decoration: underline;
}
.supporter_columnList_item {
  position: relative;
  display: block;
}
.supporter_columnList_item .el_image {
  width: 100%;
  padding-top: 100%;
}
.supporter_columnList_item .el_image:hover {
  opacity: 0.7;
}
.supporter_list_item .columnList_item_detail {
  color: #333;
  margin-top: 9px;
  padding-right: 5px;
}
.supporterTitle02 .sectionTitle03 {
  padding: 0 0.2em 0.6em;
  margin-bottom: 3.4em;
}
.supporterEvent_item_image {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 68%;
}
.supporterEvent_item_image:hover {
  opacity: 0.7;
}
.supporterEvent_item_date,
.supporterEvent_item_description {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.supporterEvent_item_destination {
  align-items: center;
  display: flex;
  margin-top: 14px;
}
.supporterEvent_item_destination .el_image {
  border-radius: 50%;
  flex-basis: 50px;
  display: inline-block;
  height: 50px;
}
.supporterEvent_item_destination .el_image:hover {
  opacity: 0.7;
}
.supporterEvent_item_destination .el_name {
  font-size: 1.4rem;
  flex: 1;
  padding-left: 10px;
}
.prBanner.supporterTitle03 {
  padding: 0;
}
.supporterTitle03 .sectionTitle03 {
  line-height: 10px;
  padding: 0 0 14px;
}
.supporterSNS .snsBox_title {
  font-weight: 700;
}
.supporter_list01_title.supporterDetail .el_text {
  flex: 0.45;
}
.supporter_list01_title.supporterDetail .el_text_title a {
  color: #333;
}
.supporterDetail .el_supporterDescription {
  flex: 0.6;
  font-size: 1.4rem;
  padding-left: 8px;
  margin-top: -8px;
  line-height: 1.9;
}
.supporterDetail.supporter_list01_title .el_image {
  flex-basis: 120px;
}
.supporterDetail.supporter_list01_title .el_image a {
  height: 120px;
}
.supporter_list01_title.supporterDetail {
  align-items: center;
  margin-top: 12px;
  padding: 2%;
  margin-bottom: 40px;
}
.supporterDetail .supporter_columnList_item.col-4.is-sm-col2 {
  margin-bottom: 33px;
}
.supporterDetail.snsBtn {
  margin-top: 40px;
  background-color: #f5f5f5;
}
@media (min-width: 1000px) {
  .supporterDetail.snsBtn {
    padding: 17px 4px 26px;
  }
}
.supporterEvntDetail.supporter_list01_title {
  margin: 65px 0 40px;
  position: relative;
  display: block;
  padding-top: 70px;
}
.supporterEvntDetail.supporter_list01_title .el_supporterDescription {
  margin-top: 10px;
  color: #888;
}
.supporterEvntDetail.supporter_list01_title .el_image {
  position: absolute;
  width: 100px;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
.supporterEvntDetail.supporter_list01_title .el_image a {
  height: 100px;
}
.supporterEvntDetail.supporter_list01_title .el_text {
  padding-left: 0;
  text-align: center;
}
.supporterEvntDetail.supporter_list01_title .el_text_author {
  font-size: 1.4rem;
  color: #979797;
  margin: 35px 0 3px;
  letter-spacing: 0.1px;
}
.supporterEvntDetail.supporter_list01_title .el_text_title {
  margin-bottom: 0;
}
.supporterEvntDetail.supporter_list01_title .el_text_title a {
  color: #333;
}
.supporterEvntDetail.supporter_list01_title .el_text_favorite {
  display: inline-block;
}
.supporterEvntDetail.supporterDetail.column_textmoreLink {
  margin: 5px;
}
@media (min-width: 1000px) {
  .supporterDetail.column_textmoreLink {
    margin: 30px;
    text-align: center;
  }
  .supporterDetail.column_textmoreLink a {
    width: 360px;
    height: 112px;
    display: inline-block;
  }
}
.supporter02 {
  margin: 20px 8.5% 0;
}
.supporter02 .supporter_container {
  background-color: #fff;
}
.supporter02_title {
  font-size: 2rem;
  font-weight: 700;
  border-left: 6px solid #d41111;
  padding: 10px 18px;
  background-color: #fff;
}
.imgWrapper {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 100%;
  padding-top: 100%;
}
.supporter02_img {
  background-color: #f7f7f7;
}
.supporter02_img img {
  display: block;
  margin: auto;
  width: 67%;
}
.supporter02 .supporter_container_read {
  background-color: #f7f7f7;
}
.supporter02 .supporter_container_read .el_text {
  background-color: #fff;
  margin: 0;
  padding: 30px 0 20px;
  font-weight: 500;
}
.supporter02 .supporter_container_read .el_updateDate {
  background-color: #fff;
  text-align: right;
  padding-top: 23px;
  font-size: 1.6rem;
  color: #a8a8a8;
}
.supporter02 .supporter_container_read .el_img {
  margin: 100px 0;
}
.like-check {
  background-color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.good-cnt {
  color: #333;
}
.faIco {
  margin-right: 3px;
}
@media (max-width: 999px) {
  .innerContent.supporterTitle01 {
    width: 100%;
  }
  .supporter01 {
    padding-top: 19px 8.5% 0;
  }
  .supporter_list01.col-2 {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .supporter_list01_title {
    padding: 3%;
    margin-bottom: 19px;
  }
  .supporter_list01_title .el_image {
    flex-basis: 100px;
    height: 100px;
  }
  .supporter_list01_title .el_image a {
    height: 100px;
  }
  .supporter_list01_title .el_text {
    padding-left: 1.5em;
  }
  .supporter_list01_title .el_text_cate {
    margin-bottom: .643em;
    line-height: 1.9rem;
  }
  .supporter_list_item.columnList_item_detail {
    padding-right: 0;
    line-height: 1.45;
  }
  .supporterTitle02 .sectionTitle03 {
    margin-bottom: 1.8em;
  }
  .supporterEvent .supporterEvent_item {
    width: 100%;
    max-width: 100%;
    display: flex;
    margin-bottom: 7% !important;
  }
  .supporterEvent_item_image {
    flex-basis: 34.05%;
    padding-top: 34%;
  }
  .supporterEvent_wrapper {
    flex: 1;
    padding-left: 10px;
    margin-top: -3px;
  }
  .supporterEvent_item_destination {
    margin-top: -2px;
  }
  .supporterTitle03 .sectionTitle03 {
    padding: 11px 0 14px;
    margin-bottom: 25px !important;
  }
  .supporter_list01_title.supporterDetail {
    margin-top: 5px;
    padding: 1.5% 3%;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .supporterDetail .el_supporterDescription {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.9;
    margin-top: 5px;
    width: 100%;
    flex: none;
    padding-left: 0;
  }
  .supporter_list01_title.supporterDetail .el_text {
    flex: 1;
  }
  .supporterDetail .supporter_columnList_item.col-4.is-sm-col2 {
    margin-bottom: 4%;
  }
  .supporterDetail .columnList_item_detail {
    padding-right: 0;
  }
  .supporterDetail.supporterEvent {
    margin-top: 10px;
  }
  .supporterDetail.snsBtn {
    margin-top: 16px;
    padding-bottom: 8px;
    background-color: #f5f5f5;
  }
  .supporterDetail.supporter_list01_title .el_image {
    flex-basis: 100px;
  }
  .supporterDetail.supporter_list01_title .el_image a {
    height: 100px;
  }
  .supporter02 {
    margin: 3px 0 0;
  }
  .supporter02_title {
    padding: 10px 0 10px 18px;
  }
  .supporter02 .supporter_container_read .el_text {
    padding: 20px 0;
  }
  .supporter02 .supporter_container_read .el_img {
    margin: 50px 0 40px;
  }
  .supporterEvntDetail.supporter_list01_title {
    margin-top: 80px;
  }
  .supporterEvntDetail.supporter_list01_title .el_text_author {
    margin-top: 63px;
  }
  .supporterEvntDetail.supporter_list01_title .el_text_favorite {
    display: block;
  }
  .supporter_list01_title .likeWrapper {
    padding: 2px 7px;
  }
  .supporterEvntDetail.supporterDetail.column_textmoreLink {
    margin: 30px 20px 0;
  }
}
dl.womoGuide_item {
  padding: 20px 4%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
dl.womoGuide_item dt {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 10px;
}
dl.womoGuide_item dt > span {
  display: block;
  font-family: 'Lato', cursive;
  font-style: italic;
  font-weight: 700;
  font-size: 1.8rem;
  color: #253446;
}
dl.womoGuide_item dd .womoGuide_item_text {
  display: block;
  height: 5em;
}
dl.womoGuide_item dd .is-point {
  color: #253446;
}
.womoGuide_presentImage {
  width: 100%;
  margin: 4% auto;
  text-align: center;
}
.womoGuide_presentImage > img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
@media (min-width: 1000px) {
  .womoGuide {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  dl.womoGuide01_cont {
    width: 48%;
    margin: 0 0 4% 4%;
    float: left;
  }
  dl.womoGuide01_cont:nth-child(2n+1) {
    margin: 0 0 4%;
  }
}
.addpointText {
  padding: 10px 20px;
  background: #fff;
}
.addpointCont {
  margin-bottom: 40px;
}
.addpointCont_name {
  margin-bottom: 10px;
}
.addpointCont_text {
  margin: 2% 0;
}
dl.addpointCont_point {
  display: table;
  width: 100%;
  margin: 0 0 10px;
}
dl.addpointCont_point dt,
dl.addpointCont_point dd {
  display: table-cell;
  width: 50%;
  font-size: 1em;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #f1f1f1;
}
dl.addpointCont_point dt {
  background: #f1f1f1;
}
dl.addpointCont_point dt > span {
  font-size: 1rem;
}
dl.addpointCont_point dd {
  background: #fff;
}
dl.rackArea {
  display: table;
  width: 100%;
  margin: 0 0 20px;
  font-size: 1.2em;
}
dl.rackArea dt,
dl.rackArea dd {
  display: table-cell;
}
dl.rackArea dt {
  width: 4.5em;
  font-size: 1.2em;
  font-weight: bold;
}
dl.rackArea dd {
  width: auto;
}
dl.rackArea dd a {
  display: inline-block;
  padding: 4px 10px;
  background: #fff;
}
dl.rackList {
  background: #DDD;
  width: 100%;
  margin: 0 auto 4%;
  box-sizing: border-box;
}
dl.rackList dt {
  font-size: 1.2em;
  padding: 3% 6% 3% 3%;
  background: #fff url(../img/basis/ico_arrow_down.png) no-repeat 96% center;
  background-size: 12px;
}
dl.rackList dt:hover {
  text-decoration: underline;
}
dl.rackList dt.open {
  background: #ddd url(../img/basis/ico_arrow_up.png) no-repeat 96% center;
  background-size: 12px;
}
dl.rackList dd {
  display: none;
  padding: 3%;
  background: #fff;
}
dl.rackList dd > table {
  width: 100%;
  text-align: left;
}
dl.rackList dd > table th {
  padding: 0 1% 3%;
  color: #F8F8F8;
}
dl.rackList dd > table th:first-child,
dl.rackList dd > table td:first-child {
  color: #253446;
}
dl.rackList dd > table td {
  padding: 3% 1%;
}
dl.rackList dd > table tr:nth-child(even) > td {
  background: #f1f1f1;
}
dl.guideLink {
  width: 100%;
  max-width: 640px;
  margin: 4% auto;
  background: #fff;
}
dl.guideLink dt a {
  display: block;
  padding: 4% 10% 2% 4%;
  font-size: 1.4em;
}
dl.guideLink dd {
  padding: 0 4% 4%;
  border-bottom: 1px dotted #aaa;
}
.backgroundItem_image {
  text-align: center;
}
.backgroundItem_image img {
  width: 210px;
  height: auto;
  vertical-align: bottom;
  border: 1px solid #eee;
  margin-bottom: 4px;
}
.backgroundItem_title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin: .4em 0;
  padding: 8px;
  background: #eee;
}
.backgroundItem_title > small {
  display: inline-block;
  font-weight: normal;
  margin-left: .4em;
}
.backgroundItem_link > a {
  display: block;
  position: relative;
  padding: .4em 0 .4em 1em;
}
.backgroundItem_link > a::before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: .6em;
  left: 0;
}
.oldBacknumber {
  text-align: left;
  display: flex;
  flex-flow: wrap;
}
.oldBacknumber li {
  display: inline-block;
  margin: 3%;
  width: 10.666%;
  vertical-align: top;
  text-align: center;
}
.oldBacknumber li img {
  width: 100%;
  height: auto;
  margin-bottom: .4em;
}
@media (max-width: 767px) {
  .oldBacknumber li {
    width: 19%;
  }
}
@media screen and (max-width: 425px) {
  .oldBacknumber li {
    width: 27.333%;
  }
}
.newBacknumber {
  text-align: left;
  display: flex;
  flex-flow: wrap;
}
.newBacknumber li {
  display: inline-block;
  margin: 3%;
  width: 19%;
  vertical-align: top;
  text-align: center;
}
.newBacknumber li img {
  width: 100%;
  height: auto;
  margin-bottom: .4em;
  border: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  .newBacknumber li {
    width: 27.333%;
  }
}
@media screen and (max-width: 425px) {
  .newBacknumber li {
    width: 44%;
  }
}
.termsCont {
  font-size: 12px;
}
.termsCont #termsCont_head {
  background: #fff;
}
.termsCont #termsCont_head ol {
  list-style-position: inside;
  margin: 2% 0 6%;
  background: #F3F3F3;
  padding: 2%;
}
.termsCont .termsCont_detailCont div:hover {
  text-decoration: none;
  color: #333;
}
.termsCont .termsCont_detailCont div h3.circleHeading {
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 8px;
}
.termsCont .termsCont_detailCont ol.is-nomberlist {
  padding: 0 0 0 25px;
  margin: 20px 0;
}
.termsCont .termsCont_detailCont ol.is-nomberlist li {
  list-style-type: decimal;
  list-style-position: outside;
}
.termsCont .termsCont_detailCont .termsCont_detail strong {
  font-weight: bold;
}
.mainContent__left680__talk__detail .guideline {
  margin: 2% 0;
}
.agreement p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.agreement ol {
  list-style-type: decimal;
}
.agreement ol > li {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 10px 28px;
  padding: 0px;
}
.agreement ol > li > ol {
  padding-left: 1rem;
}
.womoGuide .pl-10 {
  padding-left: 10px;
}
.womoGuide .pr-10 {
  padding-right: 10px;
}
.womoGuide_bg01 {
  width: 100%;
  background-color: #f5f5f5;
}
.womoGuide_bg02 {
  margin: 0 auto;
  background-color: #f5f5f5;
  width: 100%;
  z-index: 1;
}
.womoGuide .womoIntro {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 55px;
}
.womoGuide .womoIntro_title {
  margin: 62px auto 94px;
  font-weight: 600;
  line-height: 1;
  font-size: 3.2em;
  padding-left: 18px;
  position: relative;
}
.womoGuide .womoIntro_title:before {
  position: absolute;
  content: '';
  width: 76px;
  height: 7.5px;
  border-bottom: 7px solid #dc2729;
  bottom: -50px;
  left: -2px;
  right: 0;
  margin: 0 auto;
}
.womoGuide .womoIntro_desc {
  font-size: 1em !important;
}
.womoGuide .womoIntro.is-intro01 .womoIntro_desc {
  width: 595px;
  text-align: center;
}
.womoGuide .womoIntro.is-intro01 .womoIntro_title {
  margin-bottom: 90px;
}
.womoGuide .womoIntro_desc {
  width: 490px;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 29px;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 1px;
}
.womoGuide_register {
  text-align: center;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
}
.womoGuide_register .is-btn {
  width: 400px;
  max-width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fd7187;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 3px;
}
.womoGuide_register .is-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.womoHow {
  height: 471px;
}
.womoHow_bg {
  width: 100vh;
  height: 471px;
  position: relative;
  background-color: #f2ecec;
  overflow: hidden;
  margin-left: -15px;
  z-index: -1;
}
.womoHow_bg:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-bottom: 471px solid #f5f5f5;
  border-left: 0 solid transparent;
  border-right: 135px solid #fbfbfb00;
  z-index: 1;
}
.womoHow_bg.womoHow_bg:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-top: 471px solid #f1ebeb;
  border-left: 135px solid transparent;
  border-right: 0 solid #fbfbfb00;
  z-index: -1;
}
.womoHow_bg img {
  position: absolute;
  bottom: 0;
  left: 83px;
  height: 471px;
  -webkit-transform: scale(1.045);
  -ms-transform: scale(1.045);
  transform: scale(1.045);
  top: 6px;
}
.womoHow_title {
  margin-top: 55px;
  font-size: 1.75em;
  font-weight: 600;
  margin-bottom: 24px;
  color: #7b6c63;
}
.womoHow_desc01 {
  font-size: 1.2em;
  line-height: 29px;
}
.womoHow_desc02 {
  line-height: 30px;
  margin-top: 30px;
  font-size: 1.2em;
  white-space: nowrap;
}
.womoHow_btn {
  font-size: 1.15em;
  padding-top: 35px;
  display: inline-block;
  text-decoration: underline !important;
  color: #333;
}
.womoTimeline {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 0 18px 35px;
  margin: 38px 0 40px;
}
.womoTimeline_items {
  margin-top: 55px;
}
.womoTimeline_items .womoTimeline_item:nth-child(odd) .el_item01 {
  left: 50%;
  padding-left: 40px;
}
.womoTimeline_items .womoTimeline_item:nth-child(odd) .el_item01 .is-small {
  letter-spacing: 1px;
}
.womoTimeline_items .womoTimeline_item:nth-child(odd) .el_item02 {
  right: 50%;
  padding-left: 15px;
}
.womoTimeline_items .womoTimeline_item:nth-child(even) .el_item01 {
  text-align: right;
  padding-right: 43px;
}
.womoTimeline_items .womoTimeline_item:nth-child(even) .el_item01::before {
  left: inherit;
  right: -9px;
}
.womoTimeline_items .womoTimeline_item:nth-child(even) .el_item02 {
  padding-left: 35px;
}
.womoTimeline_title {
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  color: #7b6c63;
  padding-top: 43px;
  display: block;
  line-height: 1;
}
.womoTimeline_item {
  display: block;
  position: relative;
}
.womoTimeline_item:not(:first-child) {
  padding-top: 55px;
}
.womoTimeline_item > div {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.womoTimeline_item .el_item01 {
  width: 50%;
  position: relative;
  vertical-align: top;
}
.womoTimeline_item .el_item01 .el_title {
  font-size: 1.7em;
  font-weight: 600;
}
.womoTimeline_item .el_item01 .el_span {
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
  top: -6px;
  color: #766b67;
}
.womoTimeline_item .el_item01 .el_desc {
  font-size: 1.23em;
  padding-top: 15px;
  line-height: 29px;
}
.womoTimeline_item .el_item01 .is-red {
  color: #dc2729;
}
.womoTimeline_item .el_item01 .el_small {
  font-size: 0.9em;
}
.womoTimeline_item .el_item01::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  width: 17px;
  height: 17px;
  background-color: #ebebeb;
  border-radius: 50px;
}
.womoTimeline_item .el_item02 {
  width: calc(49%);
  position: relative;
  vertical-align: middle;
}
.womoTimeline_item .el_item02 img {
  width: 423px;
  border: 1px solid #ccc;
}
.womoTimeline_item .el_middle {
  position: absolute;
  height: 99%;
  border-left: 1px solid #ebebeb;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 1px;
  top: 0;
}
.womoGuide_hint {
  padding: 70px 0;
  background-color: #fff;
}
.womoGuide_hint_title {
  font-size: 1.9em;
  font-weight: 600;
  padding-bottom: 26px;
  color: #7b6c63;
}
.womoGuide_hint_desc {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 27px;
}
.womoBenefits {
  margin: 40px auto;
  background-color: #fff;
  padding-bottom: 19px;
}
.womoBenefits_title {
  padding: 30px 0 27px 9px;
  font-size: 1.9em;
  font-weight: 600;
  text-align: center;
  color: #7b6c63;
}
.womoBenefits .womoRow {
  margin-left: 15px;
  margin-right: 15px;
}
.womoBenefits_item {
  margin: 0 11px;
}
.womoBenefits_item_icon {
  text-align: center;
}
.womoBenefits_item_icon i {
  font-size: 2.3em;
  position: relative;
  left: -1px;
  color: #dc2729;
}
.womoBenefits_item_title {
  font-weight: bold;
  font-size: 1.4em;
  padding: 25px 0 22px;
  line-height: 22px;
  text-align: center;
}
.womoBenefits_item_desc {
  font-size: 1.3em;
  letter-spacing: -0.7px;
  text-align: justify;
  line-height: 25px;
}
.womoBenefits_item_btn {
  margin: 20px 9px;
}
.womoBenefits_item_btn .is-btn {
  width: 250px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #66728c;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 3px;
  margin: 0 auto;
}
.womoBenefits_item_btn .is-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.womoRow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.womoCol-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 15px 30px 15px;
  text-align: center;
}
.womoCol-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 15px 30px 15px;
  text-align: center;
}
.womoCol-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
}
.womoCol-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.womoBenefits_item_title {
  font-weight: bold;
  font-size: 1.4em;
  padding: 25px 0 22px;
  line-height: 22px;
  height: 91px;
  display: inline-block;
  vertical-align: middle;
  margin: auto;
}
.womoBenefits_item_title span {
  transform: translateY(50%);
  display: block;
}
@media (max-width: 999px) {
  .womoIntro {
    margin-bottom: 32px !important;
  }
  .womoIntro_title {
    font-size: 1.5em !important;
    padding-left: 0 !important;
    margin: 60px auto 54px !important;
  }
  .womoIntro_title:before {
    bottom: -33px !important;
  }
  .womoIntro_desc {
    font-size: 1.1em !important;
    line-height: 27px !important;
    width: 100% !important;
    text-align: left !important;
  }
  .womoBenefits {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 43px;
  }
  .womoBenefits_title {
    padding: 15px 0 46px 9px;
    font-size: 1.4em;
  }
  .womoBenefits_item {
    margin: 0 -10px;
  }
  .womoBenefits_item_title {
    font-weight: bold;
    font-size: 1.4em;
    padding: 25px 0 19px;
  }
  .womoBenefits_item_desc {
    font-size: 1.1em;
  }
  .womoBenefits_item_btn .is-btn {
    margin: 26px auto 40px !important;
  }
  .womoGuide_bg01 {
    padding: 0 10px;
  }
  .womoGuide_bg01 .womoCol-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .womoHow {
    height: 100%;
  }
  .womoHow_title {
    font-size: 1.48em !important;
  }
  .womoHow .womoCol-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .womoHow_desc01 {
    font-size: 1em !important;
  }
  .womoHow_desc02 {
    white-space: inherit;
    font-size: 1em !important;
  }
  .womoHow_bg {
    width: 100%;
    overflow: inherit;
    z-index: 1;
    margin-left: 0;
    margin-top: 30px;
    height: auto;
    background-color: transparent;
    display: block;
    text-align: center;
  }
  .womoHow_bg:before,
  .womoHow_bg:after {
    content: none !important;
  }
  .womoHow_bg img {
    position: relative;
    left: 0;
    height: auto;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    top: 0;
    max-width: 100%;
  }
  .womoTimeline {
    margin: 38px 10px 40px;
  }
  .womoTimeline .womoTimeline_item .el_item01 {
    text-align: left !important;
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
    margin-bottom: 30px;
  }
  .womoTimeline .womoTimeline_item .el_item01:before {
    content: none !important;
  }
  .womoTimeline .womoTimeline_item .el_item02 {
    right: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .womoTimeline .womoTimeline_item .el_item02 img {
    max-width: 100%;
  }
  .womoTimeline .womoTimeline_item .el_desc {
    font-size: 1em !important;
  }
  .womoTimeline .womoTimeline_item .el_middle {
    display: none !important;
  }
  .womoGuide_register {
    margin-bottom: 40px !important;
  }
  .womoGuide_hint {
    padding: 40px 0 70px !important;
    padding-bottom: 22px !important;
  }
  .womoGuide_hint_title {
    font-size: 1.5em !important;
  }
  .womoGuide_hint_desc {
    font-size: 1em !important;
    line-height: 26px !important;
  }
  .mt-30 {
    margin-top: 30px !important;
  }
}
.womoGuide_addpoint .baseContent {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.womoGuide_addpoint .womoCol-left {
  padding: 0 50px;
}
.womoGuide_addpoint .womoHow_title {
  margin-top: 70px;
  margin-bottom: 0;
}
.womoGuide_addpoint .womoHow_desc02 {
  margin-top: 21px;
  white-space: normal;
}
.womoGuide_addpoint .womoHow_bg img {
  left: 0;
}
.womoGuide_addpoint .womoHow_bg {
  background-color: #e1e1e1;
}
.womoGuide_addpoint .womoHow_bg img {
  left: -50px;
}
.womoGuide_addpoint .addpointText {
  padding: 10px 35px;
}
.womoGuide_addpoint .addpointText p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 29px;
}
.womoGuide_addpoint .addpointText .sectionTitle02 {
  font-size: 2.4rem;
  padding: 50px 0 26px;
  font-weight: 600;
  color: #7b6c63;
  line-height: 1;
  margin-left: -10px;
}
.womoGuide_addpoint .womoBenefits {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
.womoGuide_addpoint .womoBenefits_title {
  padding-top: 33px;
  padding-bottom: 43px;
}
.womoGuide_addpoint .womoBenefits_item_desc {
  text-align: center;
  min-height: 70px;
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 10px;
}
.womoGuide_addpoint .womoBenefits_item {
  margin: 0;
}
.womoGuide_addpoint .womoBenefits_item_title {
  font-size: 1.8rem;
  padding: 26px 0;
  height: 80px;
}
.womoGuide_addpoint .womoBenefits_item_title .el_strong {
  font-size: 2.3rem;
  color: #dc2729;
  font-weight: 600;
}
.womoGuide_addpoint .pointLists_title {
  text-align: center;
  padding: 59px 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #7b6c63;
  display: block;
  line-height: 1;
}
.womoGuide_addpoint .slick-slide {
  height: 269px;
}
.womoGuide_addpoint .slick-dots {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.womoGuide_addpoint .slick-dots li {
  margin: 0 6px 11px;
  background-color: #7b6c63;
}
.womoGuide_addpoint .slick-dots .slick-active {
  background-color: #dc2729;
}
@media (max-width: 1239px) {
  .womoGuide_addpoint .womoCol-3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .womoGuide_addpoint .womoHow_bg {
    background-color: transparent;
    padding-bottom: 30px;
  }
  .womoGuide_addpoint .womoHow_bg img {
    left: 0;
  }
}
@media (max-width: 999px) {
  .womoGuide_addpoint .womoHow_bg img {
    max-width: 500px;
    width: 100%;
  }
  .womoGuide_addpoint .pointGoods_image {
    width: 373px;
  }
  .womoGuide_addpoint .slick-slide {
    height: 212px;
  }
}
@media (max-width: 767px) {
  .womoGuide_addpoint .womoIntro_desc,
  .womoGuide_addpoint .addpointText p,
  .womoGuide_addpoint .pointGoods_data .el_name span {
    font-size: 1.3rem !important;
  }
  .womoGuide_addpoint .addpointText .sectionTitle02 {
    padding-top: 30px;
  }
  .womoGuide_addpoint .slick-slide {
    height: 170px;
  }
  .womoGuide_addpoint .womoHow_title {
    margin-top: 30px;
  }
  .womoGuide_addpoint .womoHow_btn {
    padding-top: 15px;
  }
  .womoGuide_addpoint .womoCol-left {
    padding: 0 25px;
  }
  .womoGuide_addpoint .womoBenefits_item_btn {
    margin: 0 0 15px 0;
  }
  .womoGuide_addpoint .womoBenefits_item_btn .is-btn {
    margin: 0 auto !important;
  }
  .womoGuide_addpoint .addpointText {
    padding: 10px;
  }
  .womoGuide_addpoint .womoCol-3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.sitemap_list {
  padding-top: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap_list .list_item {
  width: 50%;
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap_list .list_item .el_title {
  width: 200px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sitemap_list .list_item ul {
  flex: 1;
}
.sitemap_list .list_item ul li a {
  font-weight: bold;
  display: inline-block;
  font-size: 1.6rem;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 40px;
  height: 40px;
}
.sitemap_list .list_item ul li a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.sitemap_list .list_item ul li a:before {
  content: "ー";
  color: #888;
  font-weight: normal;
}
@media (max-width: 999px) {
  .sitemap_list .list_item {
    display: block;
  }
  .sitemap_list .list_item .el_title {
    font-size: 2.4rem;
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_list .list_item ul {
    width: 100%;
  }
}
.sitemap_sublist a {
  font-size: 2rem;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  margin-right: 80px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.sitemap_sublist a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.womoNews_text {
  font-size: 1.4em;
  line-height: 1.8;
}
.womoNews_text > img {
  max-width: 100%;
  margin: 3% auto;
  vertical-align: bottom;
}
.womoNews_text .el_data {
  text-align: right;
  color: #888;
  margin-top: 20px;
}
dl.womoNews_link {
  display: table;
  margin: auto;
  width: 92%;
  padding: 16px 3%;
  border-bottom: 1px dotted #ccc;
}
dl.womoNews_link dt,
dl.womoNews_link dd {
  display: table-cell;
}
dl.womoNews_link dt {
  width: 90px;
  letter-spacing: 0.1em;
  color: #888;
}
@media (min-width: 1000px) {
  dl.womoNews_link {
    width: 100%;
    padding: 3%;
  }
}
.womoNewsDetail_text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.womoNewsDetail_text .cke_editable {
  line-height: 1.6;
}
.womoNewsDetail_text blockquote {
  position: relative;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 20px;
  margin: 20px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  background: #fff;
  color: #888;
}
.womoNewsDetail_text blockquote:before {
  content: "“";
  font-size: 450%;
  line-height: 1em;
  color: #888;
  position: absolute;
  left: 0;
  top: 0;
}
.womoNewsDetail_text dl {
  padding: 0 40px;
}
.womoNewsDetail_text ol {
  list-style: decimal;
  padding: 0 20px;
  margin: 15px 0;
}
.womoNewsDetail_text ul {
  list-style: outside;
  padding: 0 20px;
  margin: 15px 0;
}
.womoNewsDetail_text h1,
.womoNewsDetail_text h2,
.womoNewsDetail_text h3,
.womoNewsDetail_text h4,
.womoNewsDetail_text h5,
.womoNewsDetail_text h6 {
  font-weight: normal;
  line-height: 1.2;
  font-weight: bold;
  margin: 30px 0 15px;
}
.womoNewsDetail_text h1 {
  font-size: 2em;
}
.womoNewsDetail_text h2 {
  font-size: 1.8em;
}
.womoNewsDetail_text h3 {
  font-size: 1.4em;
}
.womoNewsDetail_text h4 {
  font-size: 1.4em;
}
.womoNewsDetail_text h5 {
  font-size: 1.2em;
}
.womoNewsDetail_text h6 {
  font-size: 1.2em;
}
.womoNewsDetail_text strong {
  font-weight: bold;
}
.womoNewsDetail_text em {
  font-style: italic;
}
.womoNewsDetail_text hr {
  border: 0px;
  border-top: 1px solid #ccc;
}
.womoNewsDetail_text img {
  max-width: 100%;
}
.womoNewsDetail_text img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}
.womoNewsDetail_text img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}
.womoNewsDetail_text pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  margin: 15px 0;
}
.womoNewsDetail_text .marker {
  background-color: Yellow;
}
.womoNewsDetail_text span[lang] {
  font-style: italic;
}
.womoNewsDetail_text figure {
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 2px;
  background: rgba(0,0,0,0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}
.womoNewsDetail_text figure > figcaption {
  text-align: center;
  display: block;
}
.womoNewsDetail_text a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782C1;
}
.womoNewsDetail_text_data {
  text-align: right;
  margin-top: 1em;
}
#titWriterList {
  margin: 0;
}
.writerdata {
  padding: 20px 0 42px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 1.2em;
  line-height: 1.6;
}
.writerdata .profile {
  position: relative;
  width: 460px;
  float: right;
}
.writerdata .el_name {
  width: 300px;
  font-size: 2.4em;
  margin-bottom: 10px;
}
.writerdata .profile .post {
  margin-bottom: 10px;
  color: #F87FA0;
}
.writerdata .profile .post a {
  color: #006eb0;
}
.writerdata .profile dl {
  background-color: #fff;
}
.writerdata .profile dl dt {
  position: relative;
  color: #253446;
  padding: 15px 0 0 20px;
}
.writerdata .profile dl dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #f7ddd7 transparent transparent transparent;
}
.writerdata .profile dl dd ul {
  padding: 0 18px 10px;
  overflow: hidden;
}
.writerdata .profile dl dd ul li {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dotted #ccc;
}
.writerdata .profile dl dd ul li:last-child {
  border: none;
}
.writerdata .profile dl dd ul li a {
  display: inline-block;
  padding: 2px;
}
.writerdata .profile dl dd ul li span {
  display: inline-block;
  width: 8em;
  text-align: center;
  padding: 0 5px;
  margin-right: 5px;
  font-weight: normal;
  background-color: #f7ddd7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.writerdata .profile ul.snsMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  text-align: right;
  overflow: hidden;
}
.writerdata .profile ul.snsMenu li {
  display: inline;
  width: 30px;
  height: 30px;
  margin-left: 4px;
}
.writerdata .profile ul.snsMenu li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 12px;
  padding-left: 1px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.writerdata .profile ul.snsMenu li a > img {
  vertical-align: middle;
}
.writerdata .profile ul.snsMenu li.is-facebook a {
  background: #4560AF;
}
.writerdata .profile ul.snsMenu li.is-twitter a {
  background: #00AAEB;
}
.writerdata .profile ul.snsMenu li.is-blog a {
  background: #FDA635;
}
.writerdata .profile ul.snsMenu li.is-site a {
  background: #ED6298;
}
.writerdata .profile ul.snsMenu li a:hover {
  background: #aaa;
}
.writerdata .image {
  width: 190px;
  float: left;
}
.writerdata .image p.face {
  width: 188px;
  height: auto;
  border: 1px solid #ccc;
  line-height: 1;
}
.writerdata .image p.face img {
  width: 186px;
  height: auto;
  border: 1px solid #fff;
  vertical-align: text-bottom;
}
.writerdata .image dl dt {
  font-size: 1.2em;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
.writerdata .image p.face,
.writerdata .profile .profileData {
  margin-bottom: 20px;
}
ul.cinemaCoupon {
  max-width: 640px;
  margin: 0 auto;
}
ul.cinemaCoupon:after {
  content: "";
  display: table;
  clear: both;
}
ul.cinemaCoupon li {
  width: 100%;
  margin: 0 0 20px 0;
}
ul.cinemaCoupon li:nth-child(even) {
  margin: 0 0 20px 0;
}
ul.cinemaCoupon li > img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto 2%;
}
ul.cinemaCoupon li > a {
  font-size: 1.2em;
}
dl.cinemaCoupon_textBox dd {
  font-size: 1.2em;
  padding-top: 3%;
  border-top: 1px dotted #aaa;
  margin-top: 3%;
}
@media (min-width: 1000px) {
  ul.cinemaCoupon li {
    width: 48%;
    margin: 0 4% 20px 0;
    float: left;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slide {
  background: #fff;
}
ul.slideNavi {
  text-align: center;
  background: #fff;
}
ul.slideNavi li {
  display: inline-block;
  margin: 3%;
}
ul.slideNavi li button {
  border-radius: 50%;
  background: #e2e2e2;
  color: #e2e2e2;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
ul.slideNavi li.slick-active button {
  background: #ff6666;
  color: #ff6666;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e2e2e2;
  display: inline-block;
  margin: 20px 5px;
}
.slick-dots .slick-active {
  background-color: #888;
}
.slick-dots button {
  font-size: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.slide a,
.slide img {
  position: relative;
  -webkit-transition-duration: 0;
  -webkit-transform: rotateY(0deg);
}
.slick-arrow {
  position: absolute;
  bottom: 10px;
  border: none;
  background: none;
  font-size: 20px;
  color: #888;
  left: 80px;
}
.slick-next {
  left: auto;
  right: 80px;
}
