h2 {
  font-size: 32px;
  margin-bottom: 45px;
}
h2 span {
  font-size: 18px;
    display: block;
}
h2 img.img-responsive {
  max-width: 300px;
}
h2#shop, h2#omoi, #topics, #coupon {
  padding-top: 60px;
  margin-top: -60px;
}
#item01, #item02, #item03, #item04, #item05, #item06, #item07, #item08, #item09, #item10, #item11 {
  padding-top: 30px;
  margin-top: -30px;
}
h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.day {
    margin-bottom: 15px;
}
.content {
  margin-bottom: 160px;
}
.content .content-box{
  margin-bottom: 30px;
}
.logo {
  position: absolute;
  top: 40px;
    margin-left: 25px;
}
.logo img {
    width: 50px;
}
.fixed {
  position: fixed;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background: #FFF;
  padding: 60px 20px;
  font-size: 28px;
  letter-spacing: 12px;
  height: 550px;
  margin: 0;
}
.fixed#policy {
  height: 680px;
}
.fixed span {
  font-size: 14px;
  color: #938c81;
  display: block;
  letter-spacing: 5px;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fixed.topics-title {
  font-size: 24px;
}
#header {}
.layout-01, .layout-02 {
  position: relative;
  width: 69%;
  /*width: 60%;*/
  height: 100%;
  padding: 45px;
  margin-top: -60px;
  background: #FFF;
}
.layout-01 {
  margin-left: auto;
}
.style-01 {
 width: 85%;
}
.layout-02 {
  margin-right: auto;
}
.layout-03 {
  padding: 45px 45px 45px 30px;
}
.breadcrumb-bar {
  margin-bottom: 60px;
}
.breadcrumb-bar, .breadcrumb {
  background: #d5d5d5;
}
.breadcrumb {
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 11px;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb li + li:before {
  content: '>';
  color: #000;
  line-height: 2;
  vertical-align: top;
}
.breadcrumb > .active {
  color: #000;
}
.name {
  text-align: right;
  display: block;
  margin-top: 30px;
}
.table.table-enkaku {
  margin: 15px 0;
}
.table.table-enkaku th, .table.table-enkaku td {
  border: none;
  font-weight: normal;
}
.table.table-enkaku th {
  width: 25%;
}
.item-box a {
  color: #000;
  text-decoration: none;
}
.item-box a:hover {
  color: #938c81;
  text-decoration: none;
}
.item-box .col-md-4 {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 0;
  min-height: 580px;
}
.item-box .col-md-4 h3 {
  font-size: 20px;
  padding-bottom: 10px;
  margin: 15px 0;
  border-bottom: 1px solid #DDD;
}
/*.item-box .col-md-4:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}*/
.item-box .col-md-4 .item-img {
    overflow: hidden;
}
.item-box .col-md-4 img {
  display: block;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.item-box .col-md-4:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.point {
  margin: 90;
  display: flex;
  flex-wrap: wrap;
}
.point .point-wrapper {
  position: relative;
  border: 1px solid #000;
  min-height: 320px;
}
.point .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}
.point .point-title {
  position: absolute;
  left: -38px;
  top: -30px;
  background: #242424;
  padding: 20px;
  color: #FFF;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.point .point-title .p01 {
  display: block;
  font-size: 15px;
  border-bottom: 2px solid #FFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
.point .point-title .p02 {
  display: block;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 5px;
}
.point .point-box {
  padding: 45px 45px 45px 60px;
}
.point .point-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.shop {
  display: flex;
  flex-wrap: wrap;
}
.shop h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.shop .col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
  color: #000;
  text-decoration: none;
}
.shop .col-md-6:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shop a {
  text-decoration: none !important;
}
.shop .col-md-6 .item-img {
  overflow: hidden;
  /*background: #000;*/
  margin: 15px 0 30px 0;
}
.shop .col-md-6 .item-img img {
  display: block;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shop .col-md-6:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.shop-more {
  text-align: center;
  font-size: 18px;
  letter-spacing: 3px;
}
.shop-more span {
  padding: 5px 0;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #000;
}
.shop a:hover .shop-more span {
  text-decoration: none;
  border-bottom: none;
}
.btn-more {
  text-align: center;
  font-size: 18px;
  margin-top: 45px;
  letter-spacing: 4px;
}
.btn-more a, a .btn-more span {
  padding: 5px 0;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #000;
}
.btn-more a:hover, a .special-wrapper:hover .btn-more span, a .online-wrapper:hover .btn-more span {
  text-decoration: none;
  border-bottom: none;
}
.shop .col-md-6:hover .shop-more {
  text-decoration: none;
}
.slider-shop {
  margin-bottom: 120px;
}
.slider-shop .slick-prev, .slider-shop .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 0 !important;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slider-shop .slick-prev {
  position: absolute;
  bottom: 0 !important;
  left: auto;
  right: 35px !important;
  z-index: 1;
  background: url("../img/arrow_01.png") left top no-repeat;
}
.slider-shop .slick-next {
  position: absolute;
  bottom: 0 !important;
  left: auto;
  right: 0 !important;
  background: url("../img/arrow_02.png") left top no-repeat;
}
.slick-prev:hover, .slick-prev:focus {
  background: url("../img/arrow_01.png") left top no-repeat;
}
.slick-next:hover, .slick-next:focus {
  background: url("../img/arrow_02.png") left top no-repeat;
}
.shop-text {
  font-size: 18px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 60px;
}
.calendar {
  float: left;
  width: auto;
  padding: 15px;
  border: 2px solid #DDD;
  margin-bottom: 15px;
}
.calendar .cal_text {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: right;
}
.calendar .cal_text span {
  padding: 2px 8px;
  width: 20px;
  background-color: #ccc;
  border-radius: 3px;
}
div.cal_wrapper table.cal tr th p, div.cal_wrapper table.cal tr.headline td, div.cal_wrapper table.cal tr td div, div.cal_wrapper table.cal tr th div.cal_ui input {
  color: #000;
}
div.cal_wrapper {
  padding-top: 0;
}
.add-wrapper {
  margin-bottom: 90px;
}
.add-01 ul {
  margin-left: 20px;
}
.add-01 ul li {
  list-style: disc;
  margin-bottom: 3px;
}
.add-01 div {
  margin-bottom: 30px;
}
.add-01 h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.add-01 p {
  padding: 0 20px;
}
.add-02 h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#sort-item-wrapper {
  overflow: hidden;
}
#sort {
  margin-bottom: 60px;
}
#sort ul {
  display: flex;
}
#sort li {
  width: 100%;
  background: #242b39;
  border: 1px solid #fff;
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
  color: #151819;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: .1s linear;
  -moz-transition: .1s linear;
  -o-transition: .1s linear;
  margin-left: 0;
}
/*NEWS Style*/
.mailmagazine {
  margin-bottom: 50px;
}
.button-group {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.button-group button {
  padding: 10px;
  border: none;
  background: #222;
  color: #FFF;
  line-height: 1;
  width: 100%;
  font-size: 13px;
  margin: 0 1px 1px 0;
}



.button-group a {
  padding: 10px;
  border: none;
  background: #222;
  color: #FFF;
  line-height: 1;
  width: 100%;
  font-size: 13px;
  margin: 0 1px 1px 0;
  text-align: center;
text-decoration: none;
}
.button-group a:hover {
  background: #555;
}
.button-group a.stay {
    color: #FFF;
}
.button-group a.topics.stay {
    background: #C43D3D;
}
.button-group a.tsukiji.stay {
    background: #a95433;
}
.button-group a.chanomi.stay {
    background: #0c3f00;
}
.button-group a.ginza.stay {
    background: #8b8781;
}
.button-group a.ichiba.stay {
    background: #07818f;
}









.button-group button.is-checked {
  background: #478905;
}
.button-group button.is-checked.tsukiji {
  background: #a95433;
  color: #FFF;
}
.button-group button.is-checked.uogashi {
  background: #a59a40;
  color: #FFF;
}
.button-group button.is-checked.chanomi {
  background: #0c3f00;
  color: #FFF;
}
.button-group button.is-checked.ginza {
  background: #8b8781;
  color: #FFF;
}
.button-group button.is-checked.ichiba {
  background: #07818f;
  color: #FFF;
}
.button-group button.is-checked.topics {
  background: #C43D3D;
  color: #FFF;
}
/*.button-group button.is-checked.office {
  background: black;
  color: #FFF;
}
.button-group button.is-checked.isetan {
  background: #023894;
  color: #FFF;
}*/

.main-sp {
  display: none;
}
.company-text {}
.company-text p {
  font-size: 16px;
}
.com-bg {
  background: #faf9f9
}
.section-09 {
  width: 100%;
  height: 0;
  margin: 0 auto;
  background: url(../img/07.jpg) left top no-repeat;
  background-size: contain;
  min-height: 600px;
  text-align: center;
}
.section-09 h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 8px;
  margin: 0;
  color: #000;
  line-height: 1.5;
  height: 300px;
  display: inline-block;
  text-align: left;
  padding-top: 60px;
}
.section-09 h2 span {
  font-size: 15px;
  color: #938c81;
  display: block;
  letter-spacing: 5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shozai ul {
  margin-left: 20px;
}
.shozai li {
  list-style: square;
  margin-bottom: 15px;
  line-height: 1.6;
}
.movie-wrapper {
  height: 100%;
  width: 80%;
  margin: 45px 0 120px;
}
#video {
  background: url('../../assets/movie/poster.png') no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  left: 0;
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.policy h3 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}
.policy h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.policy ol {
    margin-left: 15px;
}
.policy ol li {
    list-style: decimal;
    margin-bottom: 15px;
}
.policy ol li ol {
    margin: 15px 0 0 45px;
}
.policy ol li ol li {
    list-style: decimal;
    margin-bottom: 15px;
}
.policy .ostx p {
  margin-bottom: 60px;
}
.rec .rec-box {
  margin-bottom: 90px;
  padding-top: 60px;
  margin-top: -60px;
}
.rec table th {
  background: #EEE;
  width: 20%;
  font-weight: normal;
  text-align: center;
  vertical-align: middle !important;
}
.rec ol {
  margin-left: 20px;
  margin-bottom: 60px;
}
.rec ol li {
  list-style: disc;
}
.rec h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.rec p {
  margin-bottom: 60px;
}
.rec-nav {
  margin-left: 5px;
  margin-bottom: 60px;
}
.rec-nav li {
  margin-left: 20px;
  list-style: square;
  margin-bottom: 10px;
}
.topics .col-md-7, .topics .col-md-5 {
  padding-right: 15px;
  padding-left: 15px;
}
.topics .col-md-3 {
  padding-right: 15px;
}
.topics a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.topics a {
  text-decoration: none !important;
}
.topics .col-md-7 .item-img, .topics .col-md-3 .item-img {
  overflow: hidden;
  /*background: #000;*/
  margin: 0;
}
.topics .col-md-7 .item-img img, .topics .col-md-3 .item-img img {
  display: block;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.topics a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.topics .shop-more {
  text-align: left;
}
.topics .col-md-3 .shop-more {
  text-align: center;
}
.topics a:hover .shop-more span {
  text-decoration: none;
  border-bottom: none;
}
.topics h3 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.topics .col-md-5 h3 {
  font-size: 18px;
}
.topics .col-md-3 h3 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.topics a h3 {
  color: #000;
}
.topics .col-md-3 .item-img {
  margin: 0 0 10px 0;
}
.topics .col-md-3 .shop-more {
  text-align: center;
  font-size: 15px;
  letter-spacing: 3px;
}
.topics .row {
  margin-bottom: 60px;
}
.fixed.page-error {
  height: 400px;
  position: fixed;
  top: 80px !important;
}
body.preload .wow.fadeIn {
  opacity: 0 !important;
}
/*.marker-animation.active {
  background-position: -100% .5em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(234, 252, 172) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(234, 252, 172) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(234, 252, 172) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(234, 252, 172) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(234, 252, 172) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease;
  font-weight: bold;
}*/
.marker-animation {
  color: #bb402b;
  font-weight: bold;
}
.topics-wrapper .content {
  margin-bottom: 60px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 60px;
}
.btn.btn-link-01 {
  padding: 15px 30px;
  font-size: 15px;
  white-space: normal;
  line-height: 1;
}
.btn-link-01 {
  color: #938c81;
  transition: all 0.5s;
  position: relative;
  margin: 25px 0;
}
.btn-link-01 a {
  text-decoration: none;
}
.btn-link-01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(204, 204, 204, 0.2);
  transition: all 0.3s;
}
.btn-link-01:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-link-01::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(204, 204, 204, 0.6);
  transform: scale(1.2, 1.2);
}
.btn-link-01:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
.news-box {
  padding: 15px;
  padding-bottom: 90px;
}

.news-box ol,
.news-box ul {
    margin-left: 20px;
}
.news-box ol li {
    list-style: decimal;
    margin-bottom: 30px;
}
.news-box ol li ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.element-item.item .h2-wrapper {
  margin-top: -50px;
  padding-top: 50px;
}
.mail-magazine-page table td {
  vertical-align: top;
}
.mail-magazine-page table.vertical-bottom td {
  vertical-align: bottom;
}
.shop-news {
    clear: both;
    display: block;
    width: 340px;
    margin: 0;
  float: left;
}
.add-02 a {
  text-decoration: none;
}
/*.date {
  padding: 1px 10px;
display: inline-block;
background:#F5F5F5;
font-size: 12px;
margin-left: 15px;
}*/



/* =====================================
English style
===================================== */
.english .fixed {
    letter-spacing: 5px;
}
.english .item-box .col-md-4 {
    min-height: 630px;
    line-height: 1.6;
}
.english .point .point-wrapper {
  min-height: 410px;
}









.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: right;
  width: 100%;
  height: auto;
  margin: 30px 0 90px;
  padding: 15px;
}
.select {
  position: relative;
  display: inline-block;
  width: 120px;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 3px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #F9F9F9;
  color: #999;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 12px;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #999;
  background: #F0F0F0;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #DDD transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #DDD;
}
.newsfix {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 4px;
  z-index: 10000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.newsfix a {
    font-size: 10px;
  background-color: rgba(238,238,238,0.6);
    padding: 12px;
    text-decoration: none;
    opacity: 0.8;
  letter-spacing: 2px;
}
.newsfix a:hover {
  background-color: rgba(238,238,238,1);
}
.select select:disabled ~ .select__arrow {
  border-top-color: #DDD;
}
.rec .table {
    table-layout: fixed;
}
.rec .table th {
    width: 180px;
    table-layout: fixed;
}
.rec table th {
  background: #EEE;
  width: 20%;
  font-weight: normal;
  text-align: center;
  vertical-align: middle !important;
}
.content.policy {
  margin-bottom: 60px;
}
a[href*="tel:"] {
    font-size: 28px;
    color: #000;
    text-decoration: none;
    line-height: 1;
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
@media screen and (max-width: 1199px) {
.item .image img {
  width: 100%!important;
  height: 100%!important;
}
}
@media screen and (max-width: 991px) {
  .layout-01, .layout-02 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    margin-top: 0;
  }
  h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
h3 {
    font-size: 18px;
}
  .content {
    margin-bottom: 60px;
  }

  .point {
    display: block;
  }
  .point .point-box {
    padding: 20px;
  }
  /*.point .point-title {
    position: static;
    padding: 5px 15px;
    text-align: left;
  }*/
  .point .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    width: 85%;
    margin: 0 auto 80px;
  }
  .point .point-title {
    position: absolute;
    left: -30px;
    top: -45px;
    padding: 10px;
  }
  .point .point-title .p01 {
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .point .point-title .p02 {
    font-size: 18px;
  }
  .layout-03 {
    padding: 15px 0;
  }
  .company-text .col-md-6 {
    margin-bottom: 60px;
  }
  .com-bg {
    background: #FFF
  }
  .movie-wrapper {
    height: 100%;
    width: 100%;
    margin: 30px auto;
    margin-bottom: 120px;
  }
  .point .point-wrapper,
  .english .point .point-wrapper {
    min-height: 100%;
  }
  /*.point .point-title .p01 {
    display: inline-block;
    font-size: 15px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
    margin-right: 5px;
}
.point .point-title .p02 {
    display: inline-block;
	font-size: 22px;
}*/
  .point .point-box h3 {
    margin-bottom: 10px;
  }
  .fixed {
    padding: 60px 12px;
  }
  .item-box .col-md-4 {
    min-height: auto;
    padding: 0;
    margin-bottom: 60px;
  }
  .topics .shop-more {
    text-align: center;
  }
  .topics h3 {
    border-bottom: 1px solid #CCC;
    padding: 10px;
    margin: 10px 0;
  }
  .topics .col-md-3 {
    padding-right: 0;
    margin-bottom: 45px;
  }
  br.smp {
    display: none;
  }
  .content.topics {
    margin-bottom: 90px;
  }
  .topics a h3 {
    text-align: center;
  }
  .news-box {
    padding: 0;
  }
  .topics .col-md-7, .topics .col-md-5, .shop .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  /*.main-pc, h1.fixed {
    display: none;
  }
  .main-sp {
    display: block;
    width: 100%;
  }*/
  .container .col-md-2 {
    display: none;
  }
  .container .col-md-10 {
    width: 100%;
  }
  /*.date {
    margin: 0 0 20px 0;
}*/
}
@media screen and (max-width: 767px) {
  .table.table-enkaku th {
    width: 40%;
  }
  .logo {
    position: absolute;
    top: 15px;
  }
  .section-09 {
    background: url(../img/07_sp.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
  }
  .section-09 h2 {
    text-align: left;
    height: auto;
  }
  .section-09-inner {
    background: #FFF;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    padding-bottom: 60px;
  }
  .slick-slide {
    margin: 0 5px;
  }
  /*NEWS Style*/
  .item .text, .item .image {
    float: none;
    width: 100%;
  }
  .item .text, .item .image img {
    margin-bottom: 15px;
  }
  .button-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .button-group a {
    width: 48.5%;
    display: inline-block;
margin-bottom: 3px;
  }
  .button-group button {
    width: 48.5%;
  }
  .mailmagazine {
  margin-bottom: 30px;
}
  .breadcrumb-bar {
    margin-bottom: 30px;
}
br.news-br {
  display: none;
}
}
@media screen and (max-width: 580px) {
  .slick-slide {
    margin: 0;
  }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
  .fixed {
    position: absolute !important;
    left: 0 !important;
  }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
  .fixed {
    position: absolute !important;
    left: -35px !important;
  }
  .point .point-wrapper {
    min-height: 450px;
    margin-bottom: 30px;
  }
  .point .col-md-6, .shop .col-md-6 {
    width: 49.5%;
  }
}






@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}














.qa-more {
    text-align: right;
}
.qa-more a {
  margin-bottom: 30px;
  background: url("../img/arrow_03.png") no-repeat center right;
  padding-right: 30px;
  display: inline-block;
    text-decoration: none;
}
.accordion {
  margin-bottom: 90px;
    padding-left: 20px;
}
.accordion ul {
  width: 100%;
  padding: 0;
}
.accordion li {
  position: relative;
  border-bottom: 2px solid #DDD;
  list-style: none;
}
.accordion li:first-child {
  border-top: 2px solid #DDD;
}
.accordion > ul > li > a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 30px 1em;
  position: relative;
}
.accordion > ul > li > a:hover {
    color: #337ab7;
}
.accordion > ul > li > a h5 {
  line-height: 1.6;
  padding-right: 90px;
  font-size: 16px;
    color: #000;
}
.accordion > ul > li > a h5:hover {
  text-decoration: none;
}
.accordion > ul > li > div {
  display: none;
  text-align: left;
  padding: 0 .8em 1.4em 1em;
  line-height: 1.8;
}
.accordion li .accordion_icon, .accordion li .accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.accordion li .accordion_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 45%;
  right: 30px;
}
.accordion li .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}













.btn-01 {
	padding: 15px 45px;
	color: #FFF;
	font-size: 15px;
	background: #222;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #555 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .25s;
	text-decoration: none;
	border-radius: 3px;
    margin: 45px 0;
    display: inline-block;
}
.btn-01:hover {
	background-position: -100% 0;
	text-decoration: none;
	color: #FFF;
}.btn-01:hover, .btn-01:focus {
  color: #CCC;
  text-decoration: none;
}
.btn-01.c2 {
    background: #f66;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #ff8686 50%);
    background-position: 0 0;
	background-size: 200% auto;
}
.btn-01.c2:hover {
    background-position: -100% 0;
	text-decoration: none;
	color: #FFF;
}
.btn-01 svg {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 15px;
}
.item-layout-01 {
    display: flex;
    justify-content: space-between;
}
.box-item {
    width: 50%;
}
.box-text {
    padding: 45px;
}
.content .item-wrapper {
    margin-bottom: 120px;
}
.rec .table {
    table-layout: fixed;
        word-break: break-all;
}
.rec .table th {
    width: 180px;
    table-layout: fixed;
}


.tab_container {
  padding-bottom: 1em;
  background-color: #f6fbfb;
  margin: 0 auto;
border-radius: 15px;
}
.tab_item {
  width: calc(100%/2);    /*100%/4を100%/2に変更*/
  padding:15px 0;
  border-bottom: 8px solid #35b1cc ;
  background-color: #ececec;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
    font-size: 22px;
    border-radius: 15px 15px 0 0;
}
.tab_item:hover {
    cursor: pointer;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 45px 30px;
  clear: both;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content {  /*, #tab3:checked ~ #tab3_content , #tab4:checked ~ #tab4_contentを削除*/
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #35b1cc ;
  color: #fff;
    border-radius: 15px 15px 0 0;
}
.tab h3 {
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}
.tab table  {
  background: #FFF;
}
.tab table th {
  background: #EEE;
  font-weight: normal;
  text-align: center;
  vertical-align: middle !important;
}
.tab table th,
.tab table td {
  text-align: center;
}
.tab table td img {
    display: block;
}
.tab ol {
    margin-left: 20px;
}
.tab ol li {
    list-style: decimal;
    margin-bottom: 30px;
}
.tab-content {
    margin-bottom: 60px;
}

.service-list {
    display: flex;
    position: relative;
    justify-content: space-between;
}
.service-item {
    width: 46%;
}
.service-item-lead {
    border-radius: 15px 15px 0 0;
    padding: 15px;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    background-color: #ceeaf3;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.service-item-lead-box {
    background: #FFF;
    padding: 30px;
border-radius: 0 0 15px 15px;
    font-size: 20px;
    text-align: center;
}
.service-item-lead-box span {
    font-size: 32px;
    display: block;
}
.service-item.is-second::before {
    position: absolute;
    content: '';
    top: 90px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url(../../price/img/ico_plus01.png) no-repeat;
}
.plan-long {
    border: 5px solid #DDD;
    background: #FFF;
    padding: 30px;
}
.plan-long h4 {
    font-weight: bold;
    font-size: 22px;
}
.plan-long h4 span {
    font-size: 16px;
}
.table.company-t > tbody > tr > th,.table.company-t > tbody > tr > td{
    padding: 15px;
}
.table.table-ad {
    table-layout: fixed;
}
.table.table-ad th {
  background: #EEE;
  font-weight: normal;
  text-align: center;
  vertical-align: middle !important;
     width: 120px;
}
.logo-brand {
    /*float: right;*/
    width: 150px;
    margin: 15px;
}
.logo-policy {
    width: 150px;
}
.qa-box {
    display: flex;
    width: 100%;
justify-content: space-between;
    flex-wrap: wrap;
}
.qa-box li {
    margin-bottom: 30px;
    border: none!important;
    width: 32%;
}
.qa-box::after {
display: block;
content:"";
width: 32%;
}
.qa-box li img {
    width: 100%;
}
.houzin {
    /*padding: 45px 30px;
    background-color: #effcf0;
    border-radius: 15px;*/
    margin-top: 90px;
}
.houzin ul {
    margin-left: 15px;
}
.houzin ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.houzin-box {
    background: #FFF;
    border: 5px solid #DDD;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}
.houzin-box h4 {
    font-size: 24px;
    font-weight: bold;
    color: #ff3434;
}
.houzin-box h4 span {
    font-size: 16px;
}
.scroll_table_txt {
        display: none;
    }
@media screen and (max-width: 767px) {
.fixed {
    padding: 10px 0 30px 0;
    position: static !important;
    writing-mode: horizontal-tb!important;
    height: auto;
}
.rec .table th {
    width: 20%;
    text-align: left;
}
.table.company-t > tbody > tr > th,.table.company-t > tbody > tr > td{
    padding: 10px;
}
    .tab_item {
        font-size: 16px;
    }
    .item-layout-01 {
    display: block;
}
    .box-item {
        width: 100%;
    }
    .service-list {
    display: block;
}
    .service-item {
    width: 100%;
    margin-bottom: 90px;
}
    .service-item.is-second::before {
    position: absolute;
    top: 250px;
}
.table.table-ad th {
    width: 20%;
}
.accordion {
    padding-left: 0;
}
    .qa-box {
    display: block;
}
.qa-box li {
    width: 100%;
}
.tab_content {
    padding: 15px;
}
.btn-01 {
	padding: 15px;
}
.box-text {
    padding: 15px;
}
    .item-layout-01 {
        margin-bottom: 30px;
    }
    .fixed#policy {
    height: auto;
}
.logo img {
    height: auto;
    width: 40px;
}
.logo {
    position: absolute;
    top: 15px;
    margin-left: 0;
}
.policy ol li ol {
    margin: 15px 0 0 15px;
}
.houzin {
    padding: 15px;
}
.houzin-box {
    font-size: 15px;
}
.wrap_scroll_table {
  width: 320px;
  overflow-x: scroll;
  margin: 0 auto;
}

.scroll_table {
  margin-top: 10px;
  max-width: 320px;
  margin: 0 auto;
}
    .scroll_table_txt {
        display: block;
        margin: 10px 0 30px;
    }
}
















.shop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shop a {
    color: #000;
    text-decoration: none;
}
.shop li {
    width: 46%;
    margin-bottom: 45px;
    word-wrap: break-word;
}
.shop h3 {
    font-size: 20px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #CCC;
}
.shop-tagline {
    margin-bottom: 10px;
}
.shop-more {
  text-align: center;
  font-size: 18px;
  letter-spacing: 3px;
}
.shop-more span {
  padding: 5px 0;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #000;
}
.shop a:hover .shop-more span {
    border-bottom: none;
}
.shop-img {
  overflow: hidden;
  /*background: #000;*/
  margin: 0 0 15px 0;
}
.shop-img img {
  display: block;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shop a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.sub-img {
    margin-bottom: 30px;
}
table.shop-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
    margin-bottom: 30px;
    word-break: break-all;
}
table.shop-table th {
  background: #EEE;
  width: 15%;
  font-weight: normal;
  text-align: center;
  vertical-align: middle !important;
    padding: 12px;
}
table.shop-table td {
  background: #fcf8f0;
  padding: 12px;
}
.table > tbody > tr > th, .table > tbody > tr > td {
 padding: 12px;
}
.map {
    margin-bottom: 30px;
}
.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery li {
    width: 23.5%;
    margin-bottom: 12px;
}
.gallery li img {
    width: 100%;
}
.style-02 {
    letter-spacing: 6px;
}
#target-01,#target-02,#target-03 {
    padding-top: 60px;
    margin-top: -60px;
}
.item {
  width: 100%;

  margin-bottom: 90px;
}
.item h2 {
  background: #938c81;
  padding: 5px 15px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
    color: #FFF;
    font-weight: bold;
}
.item h2 span {
  float: right;
font-size: 13px;
color:#FFF;
line-height: 2.7;
}
.item h3 {
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid#CCC;
  padding-bottom: 10px;
}
.item .text {
  float: left;
  width: 48%;
}
.item .image {
  float: right;
  width: 48%;
  text-align: right;
}
.item .image img {
  margin-bottom: 30px;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 991px) {
.shop {
    display: block;
    padding: 60px 0;
}
.shop li {
  width: 100%;
  margin-bottom: 90px;
}
    .section-04-wrapper .shop img {
        height: auto;
    }
    table.shop-table th {
    width: 90px;
}
    .gallery li {
    width: 48%;
}
    .fixed {
    display: none;
}
	.sp-img-100 {
		width: 100%!important;
		height: 100%!important;
		max-height: 100%!important;
	}
}


.logo.logo-en {
    margin-left: 15px;
}