@charset "UTF-8";
/*
Theme Name: KOTOBUKI
Description: KOTOBUKIテンプレート
Author: PCM
Version: 1.1
Tags: html5 css3(scss) javascript php mysql
*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
html:focus {
  outline: none;
}
html * {
  box-sizing: border-box;
}
html.translated-ltr {
  margin-top: 0 !important;
}

body {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1.6;
  font-size: 16px;
  color: #222;
}

main {
  overflow: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in 0.1s;
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 970px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 750px;
  }
}

/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

/* ----------------------------------- */
/* スマホ、PC　表示・非表示、改行
/* ----------------------------------- */
.spDisp {
  display: none;
}
@media screen and (max-width: 767px) {
  .spDisp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pcDisp {
    display: none;
  }
}

br.spBr {
  display: none;
}
@media screen and (max-width: 767px) {
  br.spBr {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  br.pcBr {
    display: none;
  }
}

/* マージン・パディング */
.mt0 {
  margin-top: 0 !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mtb70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

/* リンク */
/* ----------------------------------- */
a {
  color: #222;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
a:hover, a:focus {
  color: #8E7C31;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
a:focus, a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

/* リンク付き画像 */
/* ----------------------------------- */
a img:hover {
  -moz-opacity: 0.8 !important;
  opacity: 0.8 !important; /* 透明度 */
}

a:active {
  text-decoration: none;
}

.entry-meta .edit-link a,
.commentlist .edit-link a {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  float: right;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px;
}

.entry-content .edit-link {
  clear: both;
  display: block;
}

/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote {
  font-size: 16px;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0 20px 20px 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0 0 20px 20px;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.comment-content img,
.widget img {
  max-width: 100%;
}

img[class*=align],
img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
}

.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 30px;
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#content .gallery {
  margin: 0 auto 1em;
}

#content .gallery a img {
  border: none;
}

img#wpstats {
  display: block;
  margin: 0 auto 1em;
}

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin-bottom: 1.6em;
}
.gallery dl {
  margin: 0;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  border-color: #eee;
}

/* Make sure videos and embeds fit their containers */
/* ----------------------------------- */
embed,
iframe,
object {
  max-width: 100%;
}

/* ボタン */
/* ----------------------------------- */
.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  width: 100%;
  height: auto;
  margin: 60px auto 0;
  padding: 12px 0 11px;
  min-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  user-select: none;
  background-image: none;
  border-bottom: 1px solid #222;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  position: relative;
  color: #222;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn.maxw100p {
  max-width: 100%;
}
.btn:after {
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  border-radius: 2px;
  content: "";
  height: 5px;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  color: #222;
  transition: all ease-in-out 0.3s;
}
.btn:hover {
  text-decoration: none;
  border-bottom: 1px solid #222;
  color: #222;
}
.btn:hover:after {
  right: 5px;
}

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.column2Wrap .columnBox {
  flex-basis: calc((100% - 40px * (2 - 1)) / 2);
  max-width: calc((100% - 40px * (2 - 1)) / 2);
}
.column2Wrap .columnBox p:last-of-type {
  margin-bottom: 0;
}
.column2Wrap .columnBox:nth-of-type(n + 3) {
  margin-top: 20px;
}
.column2Wrap.sp2_8 .columnBox:nth-of-type(odd) {
  flex-basis: 200px;
  max-width: 200px;
}
.column2Wrap.sp2_8 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 240px);
  max-width: calc(100% - 240px);
}
.column2Wrap.sp8_2 .columnBox:nth-of-type(odd) {
  flex-basis: calc(100% - 240px);
  max-width: calc(100% - 240px);
}
.column2Wrap.sp8_2 .columnBox:nth-of-type(even) {
  flex-basis: 200px;
  max-width: 200px;
}
.column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
  flex-basis: 300px;
  max-width: 300px;
}
.column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 340px);
  max-width: calc(100% - 340px);
}
.column2Wrap.sp3_7 .columnBox.imgBox {
  text-align: center;
}
.column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
  flex-basis: calc(100% - 340px);
  max-width: calc(100% - 340px);
}
.column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
  flex-basis: 300px;
  max-width: 300px;
}
.column2Wrap.sp7_3 .columnBox.imgBox {
  text-align: center;
}
.column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
  margin-top: 0;
}
.column2Wrap.sp140 .columnBox:nth-of-type(odd) {
  flex-basis: 140px;
  max-width: 140px;
}
.column2Wrap.sp140 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 160px);
  max-width: calc(100% - 160px);
}
.column2Wrap.sp250 .columnBox:nth-of-type(odd) {
  flex-basis: 250px;
  max-width: 250px;
}
.column2Wrap.sp250 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 270px);
  max-width: calc(100% - 270px);
}
.column2Wrap .column2Wrap .columnBox {
  flex-basis: calc((100% - 40px * (2 - 1)) / 2);
  max-width: calc((100% - 40px * (2 - 1)) / 2);
}

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.column3Wrap:after {
  content: "";
  display: block;
  width: calc((100% - 30px * (3 - 1)) / 3);
}
.column3Wrap .columnBox {
  flex-basis: calc((100% - 30px * (3 - 1)) / 3);
  max-width: calc((100% - 30px * (3 - 1)) / 3);
}
.column3Wrap .columnBox img {
  width: 100%;
  max-width: 100%;
}
.column3Wrap .columnBox p:last-child {
  margin-bottom: 0;
}
.column3Wrap .columnBox:nth-of-type(-n + 3) {
  margin-top: 0;
}

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
.column4Wrap .columnBox p:last-child {
  margin-bottom: 0;
}
.column4Wrap .columnBox img {
  max-width: 100%;
  width: 100%;
}

.column5Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
  position: relative;
}
.column5Wrap .columnBox {
  margin-right: 20px;
  flex-basis: calc((100% - 20px * (5 - 1)) / 5);
  max-width: calc((100% - 20px * (5 - 1)) / 5);
}
.column5Wrap .columnBox:nth-of-type(5n) {
  margin-right: 0;
}
.column5Wrap .columnBox p:last-child {
  margin-bottom: 0;
}
.column5Wrap .columnBox img {
  max-width: 100%;
  width: 100%;
}

.column6Wrap {
  display: flex;
  flex-wrap: wrap;
}
.column6Wrap .columnBox {
  flex-basis: calc((100% - 50px) / 6);
  max-width: calc((100% - 50px) / 6);
  margin-right: 10px;
}
.column6Wrap .columnBox img {
  max-width: 100%;
  width: 100%;
}
.column6Wrap .columnBox:last-of-type {
  margin-right: 0;
}
.column6Wrap .columnBox:nth-of-type(n + 7) {
  margin-top: 20px;
}

.column1_1_2 .columnBox {
  flex-basis: calc((100% - 40px * (2 - 1)) / 2);
  max-width: calc((100% - 40px * (2 - 1)) / 2);
}
.column1_1_2 .columnBox:nth-of-type(-n + 2) {
  margin-top: 0;
}

.column1_3_3 .columnBox {
  flex-basis: calc((100% - 30px * (3 - 1)) / 3);
  max-width: calc((100% - 30px * (3 - 1)) / 3);
}
.column1_3_3 .columnBox:nth-of-type(n + 4) {
  margin-top: 20px;
}

.column2_3_3:after {
  content: "";
  display: block;
  width: calc((100% - 30px * (3 - 1)) / 3);
}
.column2_3_3 .columnBox {
  flex-basis: calc((100% - 30px * (3 - 1)) / 3);
  max-width: calc((100% - 30px * (3 - 1)) / 3);
}
.column2_3_3 .columnBox:nth-of-type(2) {
  margin-top: 0;
}
.column2_3_3 .columnBox:nth-of-type(n + 4) {
  margin-top: 20px;
}

.column2_4_4:after {
  width: calc((100% - 30px * (4 - 1)) / 4);
  content: "";
  display: block;
}
.column2_4_4:before {
  width: calc((100% - 30px * (4 - 1)) / 4);
  content: "";
  display: block;
  order: 1;
}
.column2_4_4 .columnBox {
  flex-basis: calc((100% - 30px * (4 - 1)) / 4);
  max-width: calc((100% - 30px * (4 - 1)) / 4);
}
.column2_4_4 .columnBox:nth-of-type(-n+2) {
  margin-top: 0;
}
.column2_4_4 .columnBox:nth-of-type(-n+4) {
  margin-top: 0;
}

.column2_5_5 .columnBox {
  margin-right: 10px;
  flex-basis: calc((100% - 10px * (5 - 1)) / 5);
  max-width: calc((100% - 10px * (5 - 1)) / 5);
}
.column2_5_5 .columnBox:nth-of-type(5n) {
  margin-right: 0;
}
.column2_5_5 .columnBox:nth-of-type(n + 6) {
  margin-top: 30px;
}

.columnBox {
  overflow: hidden;
}
.columnBox img {
  align-self: baseline;
  max-width: 100%;
}
.columnBox p:last-of-type {
  margin: 0;
}

.borderBox .columnBox {
  padding: 15px 20px;
  border: 1px solid #eee;
  overflow: visible;
}
.borderBox .columnBox + .borderNone {
  border: none;
}

@media screen and (min-width: 1025px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc((100% - 60px) / 3 * 2 + 30px);
    max-width: calc((100% - 60px) / 3 * 2 + 30px);
  }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc((100% - 60px) / 3 * 2 + 30px);
    max-width: calc((100% - 60px) / 3 * 2 + 30px);
  }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc((100% - 30px * (3 - 1)) / 3);
  }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .column4Wrap:after {
    width: calc((100% - 30px * (4 - 1)) / 4);
    content: "";
    display: block;
  }
  .column4Wrap:before {
    width: calc((100% - 30px * (4 - 1)) / 4);
    content: "";
    display: block;
    order: 1;
  }
  .column4Wrap.m20:after {
    width: calc((100% - 20px * (4 - 1)) / 4);
    content: "";
    display: block;
  }
  .column4Wrap.m20:before {
    width: calc((100% - 20px * (4 - 1)) / 4);
    content: "";
    display: block;
    order: 1;
  }
  .column4Wrap.m20 .columnBox {
    flex-basis: calc((100% - 20px * (4 - 1)) / 4);
    max-width: calc((100% - 20px * (4 - 1)) / 4);
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - 30px * (4 - 1)) / 4);
    max-width: calc((100% - 30px * (4 - 1)) / 4);
  }
  .column4Wrap .columnBox:nth-of-type(n + 5) {
    margin-top: 20px;
  }
  .column5Wrap .columnBox:nth-of-type(n + 6) {
    margin-top: 30px;
  }
  .column5Wrap .columnBox:nth-of-type(5n) {
    margin-right: 0;
  }
  .column1_2_3 .columnBox {
    flex-basis: calc((100% - 30px * (3 - 1)) / 3);
    max-width: calc((100% - 30px * (3 - 1)) / 3);
  }
  .column2_2_5 .columnBox {
    flex-basis: calc((100% - 30px * (5 - 1)) / 5);
    max-width: calc((100% - 30px * (5 - 1)) / 5);
  }
  .column2_2_5.margin10 .columnBox {
    flex-basis: calc((100% - 10px * (5 - 1)) / 5);
    max-width: calc((100% - 10px * (5 - 1)) / 5);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap .columnBox {
    flex-basis: calc((100% - 40px * (2 - 1)) / 2);
    max-width: calc((100% - 40px * (2 - 1)) / 2);
  }
  .column3Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column4Wrap.m20 .columnBox {
    flex-basis: calc((100% - 40px * (2 - 1)) / 2);
    max-width: calc((100% - 40px * (2 - 1)) / 2);
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - 40px * (2 - 1)) / 2);
    max-width: calc((100% - 40px * (2 - 1)) / 2);
  }
  .column4Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column5Wrap .columnBox {
    flex-basis: calc((100% - 10px * (3 - 1)) / 3);
    max-width: calc((100% - 10px * (3 - 1)) / 3);
  }
  .column5Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  .column5Wrap .columnBox:nth-of-type(3n) {
    margin-right: 0;
  }
  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column1_1_2 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column1_3_3 .columnBox {
    flex-basis: calc((100% - 30px * (3 - 1)) / 3);
    max-width: calc((100% - 30px * (3 - 1)) / 3);
  }
  .column1_3_3 .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .column1_2_3 .columnBox {
    flex-basis: calc((100% - 40px * (2 - 1)) / 2);
    max-width: calc((100% - 40px * (2 - 1)) / 2);
  }
  .column2_4_4:after {
    width: calc((100% - 30px * (4 - 1)) / 4);
    content: "";
    display: block;
  }
  .column2_4_4:before {
    width: calc((100% - 30px * (4 - 1)) / 4);
    content: "";
    display: block;
    order: 1;
  }
  .column2_4_4 .columnBox {
    flex-basis: calc((100% - 30px * (4 - 1)) / 4);
    max-width: calc((100% - 30px * (4 - 1)) / 4);
  }
  .column2_4_4 .columnBox:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .column2_4_4 .columnBox:nth-of-type(-n+4) {
    margin-top: 0;
  }
  .column2_5_5 .columnBox {
    flex-basis: calc((100% - 10px * (5 - 1)) / 5);
    max-width: calc((100% - 10px * (5 - 1)) / 5);
  }
  .column2_5_5 .columnBox:nth-of-type(-n+5) {
    margin-top: 0;
  }
  .column2_5_5 .columnBox:nth-of-type(n + 6) {
    margin-top: 30px;
  }
  .column2_5_5 .columnBox:nth-of-type(3n) {
    margin-right: 10px;
  }
  .column2_5_5 .columnBox:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .column2Wrap {
    /* &.lp3_7 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    }
    &.lp7_3 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    } */
  }
  .column2Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .column2Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) img {
    width: 100%;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) img {
    width: 100%;
  }
  .column2Wrap.sp2_8 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp2_8 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp8_2 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp8_2 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column3Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column4Wrap .columnBox {
    flex-basis: 100%;
  }
  .column4Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column5Wrap {
    display: block;
  }
  .column5Wrap .columnBox {
    max-width: 100%;
    margin-right: 0;
  }
  .column5Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .column5Wrap.mrgn10 {
    display: block;
  }
  .column5Wrap.mrgn10 .columnBox {
    max-width: 100%;
    margin-right: 0;
  }
  .column5Wrap.mrgn10 .columnBox:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .column6Wrap {
    justify-content: space-between;
  }
  .column6Wrap .columnBox {
    flex-basis: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
    margin-right: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 7) {
    margin-top: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column1_1_2 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column1_3_3 .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column1_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .column2_3_3 .columnBox {
    flex-basis: calc((100% - 40px * (2 - 1)) / 2);
    max-width: calc((100% - 40px * (2 - 1)) / 2);
  }
  .column2_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .column2_3_3 .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column2_4_4 .columnBox {
    flex-basis: calc((100% - 40px * (2 - 1)) / 2);
    max-width: calc((100% - 40px * (2 - 1)) / 2);
  }
  .column2_4_4 .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column2_4_4 .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column2_5_5 {
    display: flex;
    justify-content: space-between;
  }
  .column2_5_5 .columnBox {
    flex-basis: calc((100% - 40px * (2 - 1)) / 2);
    max-width: calc((100% - 40px * (2 - 1)) / 2);
  }
  .column2_5_5 .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column2_5_5 .columnBox:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
/* ----------------------------------- */
/* ページナビ */
/* ----------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 0 0 50px;
  display: block;
  width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 8px 15px !important;
  margin: 0 5px !important;
  color: #222;
  text-decoration: none;
  display: inline-block;
  border: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  background: #8E7C31;
  color: #fff;
  border-color: #8E7C31;
}
.wp-pagenavi a:hover:after,
.wp-pagenavi span:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.wp-pagenavi span.extend {
  background-color: #fff;
  color: #222;
}
.wp-pagenavi a.page {
  border: 1px solid #000;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  width: 40px;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  position: relative;
  width: 40px;
}
.wp-pagenavi a.nextpostslink::after,
.wp-pagenavi a.previouspostslink::after {
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  border-radius: 2px;
  content: "";
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  width: 5px;
  transition: all ease-in-out 0.3s;
}
.wp-pagenavi a.nextpostslink:hover::after,
.wp-pagenavi a.previouspostslink:hover::after {
  border-color: #fff;
}
.wp-pagenavi a.nextpostslink span,
.wp-pagenavi a.previouspostslink span {
  margin: 0 !important;
  padding: 0 !important;
}
.wp-pagenavi a.nextpostslink:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: -5px;
}
.wp-pagenavi a.previouspostslink:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  margin-left: -3px;
}
.wp-pagenavi a:hover {
  background: #222;
  color: #fff;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #222;
  display: inline-block;
  font-weight: normal;
}

/* ----------------------------------- */
/* パンくず */
/* ----------------------------------- */
.pcm-breadcrumbs {
  background-color: #e7e7e7;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.pcm-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto !important;
  padding: 0 15px !important;
  font-size: 12px;
  line-height: 1.4em;
  list-style: none;
}
.pcm-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  padding: 0 6px;
}
.pcm-breadcrumbs__link {
  color: #222 !important;
  text-decoration: none !important;
}
.pcm-breadcrumbs__link:hover {
  color: #222 !important;
  text-decoration: underline !important;
}
@media screen and (min-width: 1025px) {
  .pcm-breadcrumbs__list {
    max-width: 970px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pcm-breadcrumbs__list {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .pcm-breadcrumbs__list {
    max-width: 750px;
  }
}

/* ----------------------------------- */
/* ヘッダー */
/* ----------------------------------- */
@media screen and (max-width: 782px) {
  body.admin-bar #header {
    transition: 0.3s ease-in-out;
  }
  body.admin-bar #header.headerScroll {
    margin-top: 0 !important;
    transition: 0.3s ease-in-out;
  }
}

.home #header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 9999;
}
.home #header.fixed + #main {
  margin-top: 0 !important;
}

#header:not(.home #header) {
  background-color: #1F1F1F;
}
#header:not(.home #header).fixedright_area {
  background-color: transparent;
}

#header {
  width: 100%;
  z-index: 1;
  transition: ease-in 0.3s;
  text-align: right;
  height: 90px;
}
#header.fixed {
  width: 100%;
  position: fixed;
  margin: 0 auto;
  z-index: 5;
  top: 0;
  left: 0;
  transition: ease-in 0.3s;
}
#header.fixed + #main {
  margin-top: 90px !important;
}
#header.fixedright_area #headerCnt {
  background: #222;
}
#header #logoArea {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
  transition: ease-in 0.3s;
}
#header #logoArea #logo img {
  width: 110px;
  height: auto;
}
#header #logoArea.fixedlogo {
  opacity: 1;
  transition: ease-in 0.3s;
}
#header #headerCnt {
  width: auto;
  height: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 60px;
}
#header #headerCnt #headerReserve {
  padding-right: 20px;
  flex-basis: auto;
  width: auto;
  height: 28px;
}
#header #headerCnt #headerReserve a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  padding-left: 40px;
  background: url("images/common/header_line1.svg") no-repeat top left;
  background-size: auto 28px;
}
#header #headerCnt #headerTel {
  padding-right: 30px;
  padding-top: 5px;
}
#header #headerCnt #headerTel a {
  background: url("images/common/tel_icon.svg") no-repeat top left;
  background-size: 21px auto;
  padding-left: 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  height: 21px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
#header #headerCnt #headerSns {
  display: inline-flex;
  padding-right: 30px;
}
#header #headerCnt #headerSns ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
#header #headerCnt #headerSns ul li img {
  vertical-align: middle;
}
#header #headerCnt #headerSns ul li img.facebookIcon {
  width: auto;
  height: 18px;
}
#header #headerCnt #headerSns ul li img.instagramIcon {
  width: auto;
  height: 16px;
}
#header #headerCnt #headerSns ul li + li {
  padding-left: 30px;
}
#header #headerCnt #selectLanguage {
  display: inline-flex;
  padding-right: 30px;
  height: 22px;
}
#header #headerCnt #selectLanguage .goog-te-gadget .goog-te-combo {
  margin: 0;
}
#header #headerCnt #selectLanguage #google_language_translator .goog-te-combo {
  background-color: transparent;
  border: 1px solid #fff !important;
}
#header #headerCnt #selectLanguage #google_language_translator .goog-te-combo option {
  color: #222;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    background-color: #222;
    height: 75px;
  }
  #header.fixed {
    height: 75px;
  }
  #header.fixed + #main {
    margin-top: 75px !important;
  }
  #header #logoArea {
    padding-right: 0;
    top: 70px;
    left: 10px;
  }
  #header #logoArea #logo img {
    width: 65px;
  }
  #header #headerCnt {
    height: 75px;
    padding: 0;
    position: relative;
    top: 60px;
  }
  #header #headerCnt #headerReserve {
    display: none;
  }
  #header #headerCnt #headerTel {
    display: none;
  }
  #header #headerCnt #headerSns {
    display: none;
  }
  #header #headerCnt #headerSns ul li {
    list-style-type: none;
  }
  #header #headerCnt #selectLanguage {
    display: none;
  }
}

/* ----------------------------------- */
/* メインナビ */
/* ----------------------------------- */
.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important;
}

.openSpNavi {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

#drawerNaviWrap {
  font-weight: 400;
  margin-top: -8px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 75px;
}
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
}
#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 16px;
  transition: all 0.5s;
  z-index: 3;
}
#drawerNaviWrap .drawerNaviBtn:after {
  content: "MENU";
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
}
#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 28px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.5s;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 0;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  top: 7px;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
  bottom: 0px;
}
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 60px;
  right: -100%;
  bottom: 0;
  width: 100%;
  background: #222;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
}
#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0;
  padding-top: 30px;
}
#drawerNaviWrap .drawer-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-bottom: 38px;
}
#drawerNaviWrap .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#drawerNaviWrap .drawer-nav ul li a {
  width: 100%;
  min-height: 40px;
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 0;
  transition-duration: 0.2s;
}
#drawerNaviWrap .drawer-nav ul li.children {
  overflow: hidden;
}
#drawerNaviWrap .drawer-nav ul li.children > a {
  position: relative;
  width: calc(100% - 40px);
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
  width: 40px;
  height: 40px;
  position: relative;
  top: 0px;
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  display: block;
  margin: 4px 15px 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu {
  display: none;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
  min-height: inherit;
  display: block;
  padding: 8px 15px 8px 27px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
  border: none;
}
#drawerNaviWrap .drawer-nav ul li .fa-external-link {
  padding-left: 5px;
}
#drawerNaviWrap #overlay {
  display: none;
  transition: all 0.5s;
}
#drawerNaviWrap.open#drawerNaviWrap {
  position: relative;
  right: 125px;
}
#drawerNaviWrap.open .drawerNaviBtnWrap {
  border: none;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: none;
}
#drawerNaviWrap.open .drawerNaviBtn {
  top: 10px;
  left: 10px;
  margin-left: 0;
}
#drawerNaviWrap.open .drawerNavClose {
  font-size: 28px;
  line-height: 1;
  color: #FFFFFF;
  background-color: #222;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 70px;
  z-index: 5;
}
#drawerNaviWrap.open .drawerNavClose span {
  position: relative;
  top: -8px;
  font-size: 35px;
}
#drawerNaviWrap.open .drawerNavClose:after {
  content: "CLOSE";
  left: 50%;
  bottom: 5px;
  transform: translateX(-60%);
  position: absolute;
  width: 30px;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
}
#drawerNaviWrap.open .drawer_content {
  color: #FFFFFF;
}
#drawerNaviWrap.open .drawer_content .drawer_Logo {
  margin-bottom: 25px;
}
#drawerNaviWrap.open .drawer_content .drawer_Logo a {
  width: 100%;
  max-width: 120px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  display: block;
}
#drawerNaviWrap.open .drawer_content .drawer_information .d_time {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#drawerNaviWrap.open .drawer_content .drawer_information .drawer_tel a {
  font-size: 30px;
  text-decoration: none;
  padding-left: 30px;
  color: #FFFFFF;
  position: relative;
}
#drawerNaviWrap.open .drawer_content .drawer_information .drawer_tel a::before {
  content: "";
  position: absolute;
  background: url("images/home/hamburger_tel.svg") no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  left: 0;
  top: 9px;
}
#drawerNaviWrap.open .drawer_content .drawer_information .drawer_adress .ad_txt {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 22px;
}
#drawerNaviWrap.open .drawer_content .drawer_information .drawer_adress .ad_txt::before {
  content: "";
  position: absolute;
  background: url("images/home/hamburger_adress.svg") no-repeat;
  background-size: 14px;
  background-position: center;
  width: 15px;
  height: 17px;
  display: block;
  left: 0;
  top: 0;
}
#drawerNaviWrap.open .drawer_content .drawer_information .d_contact {
  width: 100%;
  max-width: 300px;
  height: 56px;
  background-size: 16px;
  background-position: center right 20px;
  padding: 15px 65px;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  border: #FFFFFF solid 2px;
  margin-bottom: 27px;
}
#drawerNaviWrap.open .drawer_content .drawer_information .d_contact:hover {
  background: #222 url("images/home/right_h_arrow.svg") no-repeat;
  background-size: 16px;
  background-position: center right 20px;
  color: #FFFFFF;
}
#drawerNaviWrap.open .socials_networking ul {
  display: flex;
  justify-content: center;
}
#drawerNaviWrap.open .socials_networking ul li {
  padding: 0 15px;
}
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #222;
  padding: 0 15px;
}
#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #drawerNaviWrap .drawer-nav {
    top: 0;
  }
  #drawerNaviWrap.open .drawerNavClose {
    top: 10px;
  }
}

/* ページトップ ボタン*/
#pagetopArea {
  z-index: 1;
}
#pagetopArea a {
  font-size: 28px;
  font-weight: 100;
  text-align: center;
  margin: 0;
  width: 100%;
  height: 40px;
  padding: 4px 0 0 0;
  display: block;
  color: #fff;
  background: #222;
  line-height: 1;
}

/* ----------------------------------- */
/* 予約 */
/* ----------------------------------- */
#footerContactArea {
  height: 480px;
  color: #fff;
  position: relative;
}
#footerContactArea .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  display: flex;
  justify-content: center;
  align-items: center;
}
#footerContactArea .inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#footerContactArea .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("images/common/gaikan.jpg") no-repeat center center;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
#footerContactArea .container .cntFooterContact {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 290px;
  height: 290px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
#footerContactArea .container .cntFooterContact .footerReserve {
  flex-basis: 100%;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footerContactArea .container .cntFooterContact .footerReserve .btn {
  height: 100%;
  color: #fff;
  border-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}
#footerContactArea .container .cntFooterContact .footerReserve .btn::after {
  border-color: #fff;
}
#footerContactArea .container .cntFooterContact .footerReserve .btn img {
  width: auto;
  height: 24px;
  padding-right: 5px;
}
#footerContactArea .container .cntFooterContact .footerTel a {
  background: url("images/common/tel_icon.svg") no-repeat top left;
  background-size: 21px auto;
  padding-left: 25px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  height: 21px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

/* ----------------------------------- */
/* フッター */
/* ----------------------------------- */
#footer {
  position: relative;
}
#footer .footer_Logo {
  margin: 40px 0;
}
#footer .footer_inner {
  text-align: center;
}
#footer #footerNaviArea {
  margin: 0 0 80px;
}
#footer #footerNaviArea .footerNavi ul {
  margin: 0;
  padding: 0;
}
#footer #footerNaviArea .footerNavi ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#footer #footerNaviArea .footerNavi ul li + li {
  margin: 0 0 0 15px;
}
#footer .link_wrap {
  margin: 80px 0 80px;
}
#footer #footerMain {
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}
#footer #footerMain p {
  margin: 0 0 20px;
  font-size: 14px;
}
#footer #footerMain p:first-child {
  margin-bottom: 0;
}
#footer #footerMain address {
  font-style: normal;
  font-size: 14px;
}
#footer #footerMain .footerLogo {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  width: inherit;
  max-width: 280px;
  margin: 30px auto 40px;
}
#footer #footerMain .footerLogo a {
  display: inline-block;
}
#footer #footerMain .footerLogo img {
  display: block;
  margin: 0 auto 10px;
}
#footer #footerMain .btn {
  margin: 40px auto;
  display: flex;
  align-items: center;
  padding-left: 35px;
  background: url("images/common/external-link.svg") no-repeat left 10px center;
  background-size: auto 16px;
  justify-content: flex-start;
}
#footer .privacypolicy {
  font-size: 14px;
}
#footer .copy {
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  #footer {
    padding: 30px 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 0 90px;
  }
  #footer #footerNaviArea {
    margin: 0 0 10px;
    display: none;
  }
  #footer .link_wrap {
    margin: 0 0 50px;
  }
}

/* ----------------------------------- */
/* フッター固定ボタン */
/* ----------------------------------- */
#footerBtn {
  width: 100%;
  opacity: 1;
  z-index: 999999;
  position: fixed;
  top: 0;
  transition: 0.6s;
  display: none;
}
#footerBtn.fixed {
  opacity: 1;
  transition: 0.6s;
  bottom: 0;
}
#footerBtn ul {
  margin: 0 0 0 0;
  padding: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  display: flex;
}
#footerBtn ul li {
  list-style: none;
  background: #222;
  /* flex-basis: 25%; */
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  width: 100%;
}
#footerBtn ul li a {
  width: 100%;
  height: 100%;
  color: #fff;
  margin: 0 auto;
  padding: 8px 0 5px;
  font-size: 11px;
  text-align: center;
  display: block;
}
#footerBtn ul li a i {
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  font-size: 24px;
}
#footerBtn ul li a img {
  width: auto;
  height: 23px;
  display: block;
  margin: 3px auto 5px;
}
#footerBtn ul li + li {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #footerBtn {
    display: block;
  }
}

/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
#zoomSlide {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#zoomSlide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#zoomSlide .main_logo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
#zoomSlide .main_logo img {
  max-width: 200px;
  width: 100%;
}
#zoomSlide .main_copy {
  padding: 30px 0 0;
  margin: 0;
  font-size: 22px;
  color: #ffffff;
}
#zoomSlide video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #zoomSlide .main_copy {
    font-size: 20px;
  }
}

#slideWrap {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100vh;
}
#slideWrap .slideItem {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
}
#slideWrap .slideItem.show_ {
  opacity: 1;
}
#slideWrap .slideItem.zoom_ {
  transform: scale(1.2);
}
#slideWrap .slideItem img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  object-fit: cover;
}

/* ---------------------------------------------------------------- */
/* HOME  */
/* ---------------------------------------------------------------- */
#indexPage {
  position: relative;
}
#indexPage h2 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 28px;
  font-weight: 500;
  color: #222;
  margin: 0;
  padding: 0 0 50px;
  font-weight: normal;
  text-align: center;
}
#indexPage h3 {
  font-size: 16px;
  font-weight: 500;
  color: #433731;
  margin: 0 0 30px;
}
#indexPage p {
  line-height: 2;
}
#indexPage .titleText {
  font-size: 30px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  padding-bottom: 70px;
  position: relative;
}
#indexPage .titleText::after {
  content: "";
  width: 1px;
  height: 43px;
  position: absolute;
  top: 55px;
  left: 50%;
  background-color: #8E7C31;
}
@media screen and (max-width: 767px) {
  #indexPage h2 {
    font-size: 26px;
  }
  #indexPage .titleText {
    font-size: 28px;
  }
  #indexPage .titleText::after {
    content: "";
    width: 1px;
    height: 43px;
    position: absolute;
    top: 50px;
    left: 50%;
    background-color: #8E7C31;
  }
}
#indexPage .top_contactBtnWrap {
  padding: 20px 0;
  background-color: #222;
}
#indexPage .top_contactBtnWrap .top_contactBtn_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#indexPage .top_contactBtnWrap .telBtn,
#indexPage .top_contactBtnWrap .lineBtn,
#indexPage .top_contactBtnWrap .webBtn {
  font-size: 18px;
  width: 100%;
  flex-basis: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
  width: 100%;
}
#indexPage .top_contactBtnWrap .telBtn a,
#indexPage .top_contactBtnWrap .lineBtn a,
#indexPage .top_contactBtnWrap .webBtn a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 79px;
  padding: 5px 40px;
  font-weight: 500;
  position: relative;
}
#indexPage .top_contactBtnWrap .telBtn a {
  color: #222;
  font-size: 14px;
  text-align: center;
  flex-direction: column;
  border: 1px solid #fff;
  background-color: #fff;
}
#indexPage .top_contactBtnWrap .telBtn a span {
  background: url("images/common/tel_icon_bk.svg") no-repeat top 4px left;
  background-size: 21px auto;
  padding-left: 30px;
  font-size: 20px;
}
#indexPage .top_contactBtnWrap .telBtn a:hover {
  background-color: #222;
  color: #ffffff;
}
#indexPage .top_contactBtnWrap .telBtn a:hover span {
  background: url("images/common/tel_icon.svg") no-repeat top 4px left;
  background-size: 21px auto;
}
#indexPage .top_contactBtnWrap .lineBtn a {
  background-color: #169B19;
  border: 1px solid #169B19;
  color: #fff;
}
#indexPage .top_contactBtnWrap .lineBtn a:hover {
  background-color: #fff;
  color: #169b19;
}
#indexPage .top_contactBtnWrap .lineBtn a span {
  background: url("images/common/line_cta.svg") no-repeat top left;
  background-size: auto 100%;
  padding-left: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}
#indexPage .top_contactBtnWrap .webBtn a {
  background-color: #8E7C31;
  border: 1px solid #8E7C31;
  color: #fff;
}
#indexPage .top_contactBtnWrap .webBtn a:hover {
  background-color: #fff;
  color: #8E7C31;
}
#indexPage .top_contactBtnWrap .webBtn a:hover span {
  background: url("images/common/calendar_icon_b.svg") no-repeat top left;
  background-size: auto 100%;
}
#indexPage .top_contactBtnWrap .webBtn a span {
  background: url("images/common/calendar_icon_w.svg") no-repeat top left;
  background-size: auto 100%;
  padding-left: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}
@media screen and (max-width: 767px) {
  #indexPage .top_contactBtnWrap {
    display: none;
  }
}
#indexPage #main_contents .bg {
  background: url("images/common/bg3.jpg");
}
#indexPage #main_contents #aboutArea {
  text-align: center;
  padding: 120px 0 120px;
}
#indexPage #main_contents #aboutArea p {
  font-size: 16px;
  margin: 0;
}
#indexPage #main_contents #aboutArea p br.spBr {
  display: none;
}
@media screen and (max-width: 767px) {
  #indexPage #main_contents #aboutArea {
    padding: 90px 0 90px;
  }
  #indexPage #main_contents #aboutArea p {
    font-size: 14px;
  }
  #indexPage #main_contents #aboutArea p br.spBr {
    display: block;
  }
}
#indexPage #main_contents #profileArea {
  position: relative;
}
#indexPage #main_contents #profileArea .profileInner {
  display: flex;
  padding-bottom: 40px;
}
#indexPage #main_contents #profileArea .profileInner .imgBox {
  background: url("images/home/top_img1.jpg") no-repeat;
  background-size: cover;
  background-position: center right;
}
#indexPage #main_contents #profileArea .profileInner .textBox {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  padding: 50px 30px;
  margin-top: auto;
}
#indexPage #main_contents #profileArea .profileInner .textBox .name {
  font-size: 18px;
}
#indexPage #main_contents #profileArea .profileInner .textBox .name span {
  font-size: 12px;
  display: block;
}
#indexPage #main_contents #profileArea .profileInner .textBox p {
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  #indexPage #main_contents #profileArea .profileInner {
    width: 970px;
    height: 565px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  #indexPage #main_contents #profileArea .profileInner .imgBox {
    background-position: center right;
    width: 940px;
    height: 564px;
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #indexPage #main_contents #profileArea .profileInner .textBox {
    width: 35vw;
    min-height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #indexPage #main_contents #profileArea .profileInner {
    width: 970px;
    height: 564px;
    margin: 0 auto;
    padding-top: 160px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #indexPage #main_contents #profileArea .profileInner .imgBox {
    background-position: center right;
    width: 940px;
    height: 564px;
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 130px;
  }
  #indexPage #main_contents #profileArea .profileInner .textBox {
    width: 45%;
    min-height: 300px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #indexPage #main_contents #profileArea {
    border-bottom: 1px solid #EFEFEF;
  }
  #indexPage #main_contents #profileArea .profileInner {
    display: block;
    padding-bottom: 0;
  }
  #indexPage #main_contents #profileArea .profileInner .imgBox {
    width: 100%;
    height: auto;
    padding-top: 60%;
    background-position: 0% 0%;
  }
  #indexPage #main_contents #profileArea .profileInner .textBox {
    padding: 30px 15px;
    min-height: 1px;
    margin: 0;
  }
}
#indexPage #main_contents #menuArea {
  padding: 120px 0;
  text-align: center;
}
#indexPage #main_contents #menuArea p {
  margin: 0;
  font-size: 16px;
}
#indexPage #main_contents #menuArea p br.spBr {
  display: none;
}
#indexPage #main_contents #menuArea .menuSlider {
  padding-top: 70px;
}
#indexPage #main_contents #menuArea .menuSlider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 23%, rgba(84, 84, 84, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
}
#indexPage #main_contents #menuArea .menuSlider .swiper-slide img {
  width: 100%;
  height: auto;
}
#indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
}
#indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText span {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
}
#indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText p {
  display: block;
  font-size: 14px;
}
#indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
#indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText .slideTextInner {
  width: 50%;
  padding-left: 45px;
}
#indexPage #main_contents #menuArea .menuSlider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
  width: 14px;
  height: 14px;
}
#indexPage #main_contents #menuArea .menuSlider .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 15px;
}
#indexPage #main_contents #menuArea .menuSlider .swiper-pagination-bullet-active {
  margin: auto;
  background-color: #fff;
  opacity: 1;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: relative;
}
#indexPage #main_contents #menuArea .menuSlider .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
#indexPage #main_contents #menuArea .menuSlider .swiper-pagination-bullet-active + .swiper-pagination-bullet {
  margin-left: 20px;
}
#indexPage #main_contents #menuArea .btnWrap {
  padding: 30px 15px 0;
  margin: 0 auto;
}
#indexPage #main_contents #menuArea .btnWrap .btn {
  max-width: 100%;
  margin: 0;
}
#indexPage #main_contents #menuArea .btnWrap .btn + .btn {
  margin-top: 30px;
}
#indexPage #main_contents #menuArea .btnWrap .btn::after {
  right: 35%;
}
#indexPage #main_contents #menuArea .btnWrap .btn:hover::after {
  right: calc(35% - 10px);
}
@media screen and (min-width: 1025px) {
  #indexPage #main_contents #menuArea .btnWrap {
    width: 970px;
    padding: 100px 0 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  #indexPage #main_contents #menuArea .btnWrap .btn {
    display: inline-flex;
    justify-content: center;
    flex-basis: 48%;
    width: 48%;
  }
  #indexPage #main_contents #menuArea .btnWrap .btn + .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #indexPage #main_contents #menuArea {
    padding: 90px 0;
  }
  #indexPage #main_contents #menuArea p {
    font-size: 14px;
  }
  #indexPage #main_contents #menuArea p br.spBr {
    display: block;
  }
  #indexPage #main_contents #menuArea .menuSlider {
    padding: 50px 15px 0;
  }
  #indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText p {
    display: none;
  }
  #indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText .slideTextInner {
    padding-left: 15px;
  }
  #indexPage #main_contents #menuArea .btnWrap {
    padding: 20px 15px 0;
  }
  #indexPage #main_contents #menuArea .btnWrap .btn + .btn {
    margin-top: 20px;
  }
  #indexPage #main_contents #menuArea .btnWrap .btn::after {
    right: 30%;
  }
  #indexPage #main_contents #menuArea .btnWrap .btn:hover::after {
    right: calc(30% - 10px);
  }
}
#indexPage #main_contents #shopInfoArea {
  text-align: center;
  padding: 0 0 115px;
  background: url(images/home/bg.jpg);
}
#indexPage #main_contents #shopInfoArea p {
  margin: 0;
  font-size: 16px;
}
#indexPage #main_contents #shopInfoArea p br.spBr {
  display: none;
}
#indexPage #main_contents #shopInfoArea h2 br {
  display: none;
}
#indexPage #main_contents #shopInfoArea .imgBox {
  margin-bottom: 115px;
}
#indexPage #main_contents #shopInfoArea .imgBox img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #indexPage #main_contents #shopInfoArea {
    padding: 0 0 90px;
  }
  #indexPage #main_contents #shopInfoArea p {
    margin: 0;
    font-size: 14px;
  }
  #indexPage #main_contents #shopInfoArea p br.spBr {
    display: block;
  }
  #indexPage #main_contents #shopInfoArea h2 br {
    display: block;
  }
  #indexPage #main_contents #shopInfoArea .imgBox {
    margin-bottom: 90px;
  }
  #indexPage #main_contents #shopInfoArea .imgBox img {
    width: 100%;
  }
}
#indexPage #main_contents #newsArea {
  margin: 120px 0 120px;
}
#indexPage #main_contents #newsArea h2 {
  text-align: left;
  font-size: 28px;
}
#indexPage #main_contents #newsArea h2::after {
  display: none;
}
#indexPage #main_contents #newsArea .postListWrap .postListBox {
  border-top: 1px solid #EFEFEF;
  padding: 30px 35px;
  font-size: 16px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#indexPage #main_contents #newsArea .postListWrap .postListBox:last-child {
  border-bottom: 1px solid #EFEFEF;
}
#indexPage #main_contents #newsArea .postListWrap .postListBox time {
  padding-right: 70px;
}
#indexPage #main_contents #newsArea .btn {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #indexPage #main_contents #newsArea .postListWrap .postListBox {
    font-size: 14px;
    padding: 30px 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #indexPage #main_contents #newsArea {
    margin: 90px 0;
  }
  #indexPage #main_contents #newsArea h2 {
    font-size: 26px;
  }
  #indexPage #main_contents #newsArea .postListWrap .postListBox {
    font-size: 14px;
    display: block;
    padding: 30px 0 20px;
  }
  #indexPage #main_contents #newsArea .postListWrap .postListBox time {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    display: block;
    padding-right: 0;
    margin-bottom: 20px;
  }
  #indexPage #main_contents #newsArea .postListWrap .postListBox .permaLinkWrap {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
#indexPage #main_contents #blogArea {
  margin: 0 0 120px;
}
#indexPage #main_contents #blogArea h2 {
  text-align: left;
  font-size: 28px;
}
#indexPage #main_contents #blogArea h2::after {
  display: none;
}
#indexPage #main_contents #blogArea .postListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#indexPage #main_contents #blogArea .postListWrap .postBox {
  flex-basis: 23%;
  width: 23%;
}
#indexPage #main_contents #blogArea .postListWrap .postBox .thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
#indexPage #main_contents #blogArea .btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #indexPage #main_contents #blogArea {
    margin: 0 0 90px;
  }
  #indexPage #main_contents #blogArea h2 {
    font-size: 26px;
  }
  #indexPage #main_contents #blogArea .postListWrap .postBox {
    flex-basis: 48%;
    width: 48%;
    font-size: 14px;
  }
  #indexPage #main_contents #blogArea .postListWrap .postBox:nth-child(n+3) {
    margin-top: 20px;
  }
}
#indexPage #main_contents #attentionArea {
  background-color: #222222;
  padding: 50px 0;
  color: #ffffff;
  text-align: center;
}
#indexPage #main_contents #attentionArea .headline {
  font-size: 28px;
}
#indexPage #main_contents #attentionArea a {
  color: #ffffff;
}
#indexPage #main_contents #attentionArea .btn {
  border-bottom: 1px solid #fff;
  margin-top: 30px;
}
#indexPage #main_contents #attentionArea .btn:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #indexPage #main_contents #attentionArea .headline {
    font-size: 26px;
  }
  #indexPage #main_contents #attentionArea p {
    font-size: 14px;
  }
  #indexPage #main_contents #attentionArea a {
    color: #ffffff;
  }
}

.effectFade.effectFadeUp {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s linear, transform 0.8s linear;
}
.effectFade.effectFirst {
  opacity: 0;
  transition: opacity 0.8s linear, transform 0.8s linear;
}
.effectFade.effectFadeDown {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.8s linear, transform 0.8s linear;
}
.effectFade.effectLeft {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s linear, transform 0.8s linear;
}
.effectFade.effectRight {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s linear, transform 0.8s linear;
}
.effectFade.effectActive {
  opacity: 1;
  transform: translate(0, 0);
}
.effectFade.td1 {
  transition-delay: 0.1s;
}
.effectFade.td2 {
  transition-delay: 0.2s;
}
.effectFade.td3 {
  transition-delay: 0.3s;
}
.effectFade.td4 {
  transition-delay: 0.4s;
}
.effectFade.effectShow {
  opacity: 1;
  transition-delay: 0s;
  transition: 0.3s ease-in;
}

/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
.wideCont {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50% + 0px);
}

.koteiPage .subimg_btmtext {
  color: #999;
  margin-top: 5px;
  font-size: 14px;
}

.postPage .headImg,
.catListPage .headImg {
  overflow: hidden;
  height: 225px;
  position: relative;
  width: 100%;
}
.postPage .headImg:before,
.catListPage .headImg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.postPage .headImg img:not(.uosho_logo),
.catListPage .headImg img:not(.uosho_logo) {
  max-width: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.postPage .headImg .uosho_logo,
.catListPage .headImg .uosho_logo {
  width: 120px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.postPage .bg,
.catListPage .bg {
  background: url("images/common/bg3.jpg");
}
.postPage .bg2,
.catListPage .bg2 {
  background-color: rgba(2, 37, 74, 0.1);
}
.postPage .bdr_box,
.catListPage .bdr_box {
  border: 1px solid #707070;
}
.postPage .attention_box,
.catListPage .attention_box {
  padding: 30px;
}
.postPage .attention_box h3,
.catListPage .attention_box h3 {
  margin-top: 0;
}
.postPage .row_reverse,
.catListPage .row_reverse {
  flex-direction: row-reverse;
}
.postPage .box:nth-of-type(n + 2),
.catListPage .box:nth-of-type(n + 2) {
  margin-top: 90px;
}
.postPage .btn2col .columnBox,
.catListPage .btn2col .columnBox {
  flex-basis: calc((100% - 145px) / 2);
  max-width: calc((100% - 145px) / 2);
}
.postPage #mainCnt,
.catListPage #mainCnt {
  padding: 0 0 60px;
}
.postPage #mainCnt #cnts,
.catListPage #mainCnt #cnts {
  padding-top: 90px;
}
.postPage h2,
.catListPage h2 {
  font-size: 28px;
  font-weight: normal;
  color: #222;
  position: relative;
  margin: 0 0 50px;
  text-align: center;
}
.postPage h2 + h3,
.catListPage h2 + h3 {
  margin: 0 0 20px;
}
.postPage h3,
.catListPage h3 {
  font-size: 26px;
  font-weight: normal;
  color: #222;
  margin: 30px 0 20px;
  padding-bottom: 5px;
  position: relative;
}
.postPage h3::after,
.catListPage h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 158px;
  height: 2px;
  background-color: #8E7C31;
}
.postPage h3::first-letter,
.catListPage h3::first-letter {
  color: #8E7C31;
}
.postPage h3.textCenter::after,
.catListPage h3.textCenter::after {
  left: 50%;
  transform: translateX(-50%);
}
.postPage h4,
.catListPage h4 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin: 0 0 20px;
  padding: 0 0 10px 10px;
  font-size: 24px;
  font-weight: normal;
  color: #222;
  position: relative;
}
.postPage h4::after,
.catListPage h4::after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid #8B8B8B;
  border-bottom: 1px solid #8B8B8B;
}
.postPage h5,
.catListPage h5 {
  font-weight: normal;
  color: #222;
  font-size: 22px;
  padding-left: 10px;
  margin: 0 0 20px;
  background-color: #E7E7E7;
  height: 36px;
  display: flex;
  align-items: center;
}
.postPage h6,
.catListPage h6 {
  margin: 0 0 20px;
  color: #222;
  font-size: 20px;
  min-height: 30px;
  padding: 0 0 0 20px;
  font-weight: normal;
  position: relative;
}
.postPage h6::before,
.catListPage h6::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #8E7C31;
}
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6,
.catListPage h1,
.catListPage h2,
.catListPage h3,
.catListPage h4,
.catListPage h5,
.catListPage h6 {
  line-height: 1.5;
}
.postPage p,
.catListPage p {
  margin: 0 0 40px;
  text-align: justify;
  text-align: inter-ideograph;
  font-size: 16px;
  line-height: 1.6;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #222;
}
.postPage a,
.catListPage a {
  position: relative;
  color: #8E7C31;
  text-decoration: underline;
}
.postPage a:hover, .postPage a:focus,
.catListPage a:hover,
.catListPage a:focus {
  text-decoration: none;
  color: #8E7C31;
}
.postPage .redText,
.catListPage .redText {
  color: #AD2B0C;
  font-weight: bold;
}
.postPage .btn,
.catListPage .btn {
  color: #222;
  text-decoration: none;
}
.postPage .btn:hover, .postPage .btn:focus,
.catListPage .btn:hover,
.catListPage .btn:focus {
  text-decoration: none;
  color: #222;
}
.postPage .bold,
.catListPage .bold {
  font-weight: bold;
}
.postPage pre,
.catListPage pre {
  overflow: auto;
}
.postPage .textLeft,
.catListPage .textLeft {
  text-align: left;
}
.postPage .textCenter,
.catListPage .textCenter {
  text-align: center;
}
.postPage .textRight,
.catListPage .textRight {
  text-align: right;
}
.postPage table,
.catListPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse;
}
.postPage table tr,
.catListPage table tr {
  border-bottom: 1px solid #E7E7E7;
}
.postPage table tr th, .postPage table tr td,
.catListPage table tr th,
.catListPage table tr td {
  vertical-align: middle;
  min-height: 35px;
  padding: 10px 10px;
  font-weight: normal;
  color: #222;
  font-size: 16px;
  width: auto;
}
.postPage table tr th,
.catListPage table tr th {
  font-weight: bold;
  vertical-align: top;
  width: 270px;
  text-align: right;
}
.postPage table tr td,
.catListPage table tr td {
  position: relative;
}
.postPage table tr td::before,
.catListPage table tr td::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background-color: #222;
}
.postPage table.type2 tr,
.catListPage table.type2 tr {
  border-bottom: 2px solid #fff;
}
.postPage table.type2 tr:last-child,
.catListPage table.type2 tr:last-child {
  border-bottom: 0;
}
.postPage table.type2 tr th, .postPage table.type2 tr td,
.catListPage table.type2 tr th,
.catListPage table.type2 tr td {
  display: table-cell;
  border-collapse: collapse;
  color: #222;
}
.postPage table.type2 tr th + th,
.postPage table.type2 tr th + td, .postPage table.type2 tr td + th,
.postPage table.type2 tr td + td,
.catListPage table.type2 tr th + th,
.catListPage table.type2 tr th + td,
.catListPage table.type2 tr td + th,
.catListPage table.type2 tr td + td {
  border-left: 2px solid #fff;
}
.postPage table.type2 tr th,
.catListPage table.type2 tr th {
  text-align: center;
  vertical-align: middle;
  background-color: #333333;
  color: #ffffff;
}
.postPage table.type2 tr td,
.catListPage table.type2 tr td {
  background-color: #f8f8f8;
}
.postPage table.type2 tr td::before,
.catListPage table.type2 tr td::before {
  display: none;
}
.postPage blockquote,
.catListPage blockquote {
  background: #e7e7e7;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative;
}
.postPage blockquote:before,
.catListPage blockquote:before {
  content: "\f10d";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #222;
  left: 10px;
  top: 10px;
}
.postPage blockquote:after,
.catListPage blockquote:after {
  content: "\f10e";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #222;
  right: 10px;
}
.postPage blockquote p,
.catListPage blockquote p {
  margin-bottom: 15px;
}
.postPage blockquote p:last-child,
.catListPage blockquote p:last-child {
  margin-bottom: 0;
}
.postPage dl,
.catListPage dl {
  margin: 0 0 30px;
}
.postPage dl dt,
.catListPage dl dt {
  font-weight: bold;
}
.postPage dl dd,
.catListPage dl dd {
  margin: 0;
  margin-bottom: 15px;
}
.postPage dl.qa dt, .postPage dl.qa dd,
.catListPage dl.qa dt,
.catListPage dl.qa dd {
  margin-left: 35px;
  position: relative;
  margin-bottom: 10px;
  font-weight: normal;
}
.postPage dl.qa dt span, .postPage dl.qa dd span,
.catListPage dl.qa dt span,
.catListPage dl.qa dd span {
  border-radius: 100%;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  padding-top: 2px;
  position: absolute;
  left: -35px;
  font-weight: bold;
}
.postPage dl.qa dt span,
.catListPage dl.qa dt span {
  background: #dbd9c6;
}
.postPage dl.qa dd,
.catListPage dl.qa dd {
  margin-bottom: 25px;
}
.postPage dl.qa dd span,
.catListPage dl.qa dd span {
  background: #433731;
  color: #fff;
}
.postPage ul,
.catListPage ul {
  margin: 0 0 20px 5px;
  padding: 0;
  font-size: 14px;
}
.postPage ul li,
.catListPage ul li {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.postPage ul li ul,
.catListPage ul li ul {
  padding: 0;
  margin-bottom: 0;
}
.postPage ul.iconList li,
.catListPage ul.iconList li {
  padding: 0 0 0 20px;
}
.postPage ul.iconList li:before,
.catListPage ul.iconList li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 10px;
  height: 10px;
  background: #8E7C31;
  border-radius: 50%;
  margin-right: 8px;
}
.postPage ul.menuList li, .postPage ul.lineList li,
.catListPage ul.menuList li,
.catListPage ul.lineList li {
  padding: 0 0 0 30px;
}
.postPage ul.menuList li:before, .postPage ul.lineList li:before,
.catListPage ul.menuList li:before,
.catListPage ul.lineList li:before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  width: 20px;
  height: 1px;
  background: #8E7C31;
}
.postPage ol:not(.pcm-breadcrumbs__list),
.catListPage ol:not(.pcm-breadcrumbs__list) {
  margin: 0 0 20px;
  padding: 0;
  counter-reset: number;
  font-size: 14px;
}
.postPage ol:not(.pcm-breadcrumbs__list) li,
.catListPage ol:not(.pcm-breadcrumbs__list) li {
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  list-style-type: none;
  position: relative;
}
.postPage ol:not(.pcm-breadcrumbs__list) li:before,
.catListPage ol:not(.pcm-breadcrumbs__list) li:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero) ".";
  color: #222;
  position: absolute;
  top: -1px;
  left: 0;
  color: #8E7C31;
  font-size: 16px;
}
.postPage ol:not(.pcm-breadcrumbs__list) li:last-child,
.catListPage ol:not(.pcm-breadcrumbs__list) li:last-child {
  margin: 0;
}
.postPage ol:not(.pcm-breadcrumbs__list) li ol,
.catListPage ol:not(.pcm-breadcrumbs__list) li ol {
  margin: 10px 0;
  padding: 0 0 0 20px;
}
.postPage address,
.catListPage address {
  font-style: normal;
}
.postPage .bg,
.catListPage .bg {
  position: relative;
}
.postPage .bg.overlay:before,
.catListPage .bg.overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #8E7C31;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}
.postPage .bg.overlay .inner,
.catListPage .bg.overlay .inner {
  position: relative;
  z-index: 1;
}
.postPage .sub_contactBtnWrap .sub_contactBtn_inner,
.catListPage .sub_contactBtnWrap .sub_contactBtn_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.postPage .sub_contactBtnWrap .telBtn,
.postPage .sub_contactBtnWrap .lineBtn,
.catListPage .sub_contactBtnWrap .telBtn,
.catListPage .sub_contactBtnWrap .lineBtn {
  font-size: 18px;
  width: 100%;
  flex-basis: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
  width: 100%;
}
.postPage .sub_contactBtnWrap .telBtn a,
.postPage .sub_contactBtnWrap .lineBtn a,
.catListPage .sub_contactBtnWrap .telBtn a,
.catListPage .sub_contactBtnWrap .lineBtn a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 79px;
  padding: 5px 40px;
  font-weight: 500;
  position: relative;
}
.postPage .sub_contactBtnWrap .telBtn a,
.catListPage .sub_contactBtnWrap .telBtn a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  flex-direction: column;
  border: 1px solid #222;
  background-color: #222;
}
.postPage .sub_contactBtnWrap .telBtn a span,
.catListPage .sub_contactBtnWrap .telBtn a span {
  background: url("images/common/tel_icon.svg") no-repeat top 4px left;
  background-size: 21px auto;
  padding-left: 30px;
  font-size: 20px;
}
.postPage .sub_contactBtnWrap .telBtn a:hover,
.catListPage .sub_contactBtnWrap .telBtn a:hover {
  background-color: #fff;
  color: #222;
}
.postPage .sub_contactBtnWrap .telBtn a:hover span,
.catListPage .sub_contactBtnWrap .telBtn a:hover span {
  background: url("images/common/tel_icon_bk.svg") no-repeat top 4px left;
  background-size: 21px auto;
}
.postPage .sub_contactBtnWrap .lineBtn a,
.catListPage .sub_contactBtnWrap .lineBtn a {
  background-color: #169B19;
  border: 1px solid #169B19;
  color: #fff;
}
.postPage .sub_contactBtnWrap .lineBtn a:hover,
.catListPage .sub_contactBtnWrap .lineBtn a:hover {
  background-color: #fff;
  color: #169b19;
}
.postPage .sub_contactBtnWrap .lineBtn a span,
.catListPage .sub_contactBtnWrap .lineBtn a span {
  background: url("images/common/line_cta.svg") no-repeat top left;
  background-size: auto 100%;
  padding-left: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .postPage .headImg,
  .catListPage .headImg {
    height: 150px;
  }
  .postPage .headImg .uosho_logo,
  .catListPage .headImg .uosho_logo {
    width: 80px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .postPage .box:nth-of-type(n + 2),
  .catListPage .box:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .postPage h2,
  .catListPage h2 {
    font-size: 26px;
  }
  .postPage h3,
  .catListPage h3 {
    font-size: 24px;
  }
  .postPage h4,
  .catListPage h4 {
    font-size: 22px;
  }
  .postPage h5,
  .catListPage h5 {
    font-size: 20px;
  }
  .postPage h6,
  .catListPage h6 {
    font-size: 18px;
  }
  .postPage table tr,
  .catListPage table tr {
    border-bottom: 1px solid #8E7C31;
  }
  .postPage table tr th, .postPage table tr td,
  .catListPage table tr th,
  .catListPage table tr td {
    display: block;
    min-height: 35px;
    padding: 10px 10px;
    font-weight: normal;
    color: #222;
    font-size: 16px;
    width: auto;
  }
  .postPage table tr th,
  .catListPage table tr th {
    text-align: left;
    border-bottom: 1px solid #E7E7E7;
  }
  .postPage table tr td::before,
  .catListPage table tr td::before {
    display: none;
  }
  .postPage table.type2 tr,
  .catListPage table.type2 tr {
    border-bottom: 2px solid #fff;
  }
  .postPage table.type2 tr th, .postPage table.type2 tr td,
  .catListPage table.type2 tr th,
  .catListPage table.type2 tr td {
    display: table-cell;
    border-collapse: collapse;
    color: #222;
  }
  .postPage table.type2 tr th + th,
  .postPage table.type2 tr th + td, .postPage table.type2 tr td + th,
  .postPage table.type2 tr td + td,
  .catListPage table.type2 tr th + th,
  .catListPage table.type2 tr th + td,
  .catListPage table.type2 tr td + th,
  .catListPage table.type2 tr td + td {
    border-left: 2px solid #fff;
  }
  .postPage table.type2 tr th,
  .catListPage table.type2 tr th {
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
  }
  .postPage p,
  .catListPage p {
    font-size: 14px;
  }
  .postPage .attention_box,
  .catListPage .attention_box {
    padding: 20px;
  }
  .postPage .sub_contactBtnWrap .sub_contactBtn_inner,
  .catListPage .sub_contactBtnWrap .sub_contactBtn_inner {
    display: block;
  }
  .postPage .sub_contactBtnWrap .telBtn,
  .postPage .sub_contactBtnWrap .lineBtn,
  .catListPage .sub_contactBtnWrap .telBtn,
  .catListPage .sub_contactBtnWrap .lineBtn {
    max-width: 100%;
  }
  .postPage .sub_contactBtnWrap .lineBtn,
  .catListPage .sub_contactBtnWrap .lineBtn {
    margin-top: 20px;
  }
  .postPage .btn2col,
  .catListPage .btn2col {
    display: block;
  }
  .postPage .btn2col .columnBox,
  .catListPage .btn2col .columnBox {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .postPage .btn2col .btn,
  .catListPage .btn2col .btn {
    margin-top: 0;
  }
}

/* ---------------------------------------------------------------- */
/* 投稿一覧パーツ */
/* ---------------------------------------------------------------- */
.catListPage:not(.archiveListPage) {
  padding-bottom: 0;
}
.catListPage:not(.archiveListPage) .postListWrap .postListBox {
  display: flex;
  padding-left: 35px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
}
.catListPage:not(.archiveListPage) .postListWrap .postListBox:first-child {
  border-top: 1px solid #EFEFEF;
  padding-top: 30px;
}
.catListPage:not(.archiveListPage) .postListWrap .postListBox time {
  line-height: 1;
  padding-right: 70px;
  font-size: 14px;
  align-self: center;
  transition: all ease-in-out 0.3s;
}
.catListPage:not(.archiveListPage) .postListWrap .postListBox .permaLinkWrap {
  flex-basis: 100%;
  margin: 10px 0 0;
}
.catListPage:not(.archiveListPage) .postListWrap .postListBox:hover time, .catListPage:not(.archiveListPage) .postListWrap .postListBox:hover a, .catListPage:not(.archiveListPage) .postListWrap .postListBox:focus time, .catListPage:not(.archiveListPage) .postListWrap .postListBox:focus a {
  color: #8E7C31;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .catListPage:not(.archiveListPage) .postListWrap .postListBox {
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
  }
  .catListPage:not(.archiveListPage) .postListWrap .postListBox time {
    padding-right: 0;
    margin-bottom: 20px;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .catListPage:not(.archiveListPage) .postListWrap .postListBox .permaLinkWrap {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

#blogCatList .postListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#blogCatList .postListWrap:before {
  content: "";
  flex-basis: 23%;
  max-width: 23%;
  order: 1;
  display: block;
}
#blogCatList .postListWrap:after {
  content: "";
  flex-basis: 23%;
  max-width: 23%;
  display: block;
}
#blogCatList .postListWrap .postBox {
  flex-basis: 23%;
  width: 23%;
}
#blogCatList .postListWrap .postBox:nth-child(n+5) {
  margin-top: 40px;
}
#blogCatList .postListWrap .postBox time {
  padding: 15px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #blogCatList .postListWrap .postBox {
    flex-basis: 48%;
    width: 48%;
  }
  #blogCatList .postListWrap .postBox:nth-child(n+3) {
    margin-top: 40px;
  }
}

/* ---------------------------------------------------------------- */
/* 各ページ */
/* ---------------------------------------------------------------- */
/* ----------------------------------- */
/* こだわり
/* ----------------------------------- */
#commitmentPage .commitment_copy {
  font-size: 36px;
}
#commitmentPage .copy_text {
  width: 147px;
  margin: 20px auto 50px;
  display: block;
}
#commitmentPage .wideCont {
  padding-top: 180px;
  padding-bottom: 90px;
  margin-top: -185px;
}
#commitmentPage h2 {
  position: relative;
  z-index: 1;
}
#commitmentPage .sendou_wrap {
  margin: 120px 0 30px;
}
#commitmentPage .sendou_wrap .img_icon {
  position: relative;
  overflow: visible;
}
#commitmentPage .sendou_wrap .img_icon img {
  max-width: calc(100% - 45px);
}
#commitmentPage .sendou_wrap .img_icon:before {
  content: "";
  position: absolute;
  top: -60px;
  width: 120px;
  height: 120px;
}
#commitmentPage .sendou_wrap .img_icon._shinsen {
  text-align: right;
}
#commitmentPage .sendou_wrap .img_icon._shinsen:before {
  background: url("images/sub/commitment_1.svg") no-repeat center center;
  background-size: 120px auto;
  left: -15px;
}
#commitmentPage .sendou_wrap .img_icon._shun:before {
  background: url("images/sub/commitment_2.svg") no-repeat center center;
  right: -15px;
}
#commitmentPage .sendou_wrap .img_icon._meishu {
  text-align: right;
}
#commitmentPage .sendou_wrap .img_icon._meishu:before {
  background: url("images/sub/commitment_3.svg") no-repeat center center;
  background-size: 120px auto;
  left: -15px;
}
@media screen and (max-width: 767px) {
  #commitmentPage .commitment_copy {
    font-size: 32px;
  }
  #commitmentPage .sendou_wrap {
    margin: 90px 0 30px;
  }
  #commitmentPage .sendou_wrap .img_icon {
    position: relative;
    overflow: visible;
  }
  #commitmentPage .sendou_wrap .img_icon img {
    max-width: 100%;
  }
  #commitmentPage .sendou_wrap .img_icon:before {
    content: "";
    position: absolute;
    top: -41px;
    width: 82px;
    height: 82px;
  }
  #commitmentPage .sendou_wrap .img_icon._shinsen {
    text-align: center;
  }
  #commitmentPage .sendou_wrap .img_icon._shinsen:before {
    background: url("images/sub/commitment_1.svg") no-repeat center center;
    background-size: 82px auto;
  }
  #commitmentPage .sendou_wrap .img_icon._shun {
    text-align: center;
  }
  #commitmentPage .sendou_wrap .img_icon._shun:before {
    background: url("images/sub/commitment_2.svg") no-repeat center center;
    background-size: 82px auto;
  }
  #commitmentPage .sendou_wrap .img_icon._meishu {
    text-align: center;
  }
  #commitmentPage .sendou_wrap .img_icon._meishu:before {
    background: url("images/sub/commitment_3.svg") no-repeat center center;
    background-size: 82px auto;
  }
}

/* ----------------------------------- */
/* コース料理
/* ----------------------------------- */
#coursePage .menuBox {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #coursePage .menuBox {
    padding: 20px;
  }
}

/* ----------------------------------- */
/* 店長のおすすめ
/* ----------------------------------- */
#recommendationPage .headline1 {
  font-size: 24px;
  margin-bottom: 20px;
}
#recommendationPage .headline2 {
  font-size: 20px;
  margin: 20px 0 5px;
}
#recommendationPage .headline2 span {
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
}
#recommendationPage .bg {
  padding: 40px;
}
#recommendationPage .bg ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recommendationPage .bg ul li {
  border-bottom: 1px solid #707070;
  padding: 15px 0 5px;
  display: flex;
  flex-basis: 48%;
  max-width: 48%;
  width: 100%;
}
#recommendationPage .bg ul li span {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #recommendationPage .headline1 {
    font-size: 22px;
  }
  #recommendationPage .headline2 {
    font-size: 18px;
  }
  #recommendationPage .headline2 span {
    font-size: 14px;
  }
  #recommendationPage .bg {
    padding: 20px;
  }
  #recommendationPage .bg ul {
    display: block;
  }
  #recommendationPage .bg ul li {
    max-width: 100%;
  }
  #recommendationPage img.mb30 {
    margin-bottom: 20px !important;
  }
}

/* ----------------------------------- */
/* お部屋案内
/* ----------------------------------- */
#roomsPage .bg2 {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 90px;
  margin-bottom: 90px;
}
#roomsPage .wideCont {
  overflow: hidden;
  position: relative;
  padding: 90px 0 !important;
}
#roomsPage .loop_wrap,
#roomsPage .loop_wrap2 {
  width: 4440px;
}
#roomsPage .loop_wrap img {
  width: 2220px;
}
#roomsPage .loop_wrap img:first-child {
  animation: loop 120s -60s linear infinite;
}
#roomsPage .loop_wrap img:last-child {
  animation: loop2 120s linear infinite;
}
#roomsPage .loop_wrap2 {
  margin-top: 40px;
}
#roomsPage .loop_wrap2 img {
  width: 2220px;
}
#roomsPage .loop_wrap2 img:first-child {
  animation: loop 120s -60s linear infinite;
  animation-direction: reverse;
}
#roomsPage .loop_wrap2 img:last-child {
  animation: loop2 120s linear infinite;
  animation-direction: reverse;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/* -------------------------------- */
/* 404 */
/* -------------------------------- */
.error404 #main_contents {
  padding: 90px 0;
}
.error404 h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.2 !important;
  font-weight: 500;
  margin: 0 0 60px;
}
.error404 h2 span {
  display: block;
  font-size: 12px;
  color: #8E7C31;
}
.error404 p {
  text-align: center;
}

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#formArea dl dt {
  flex-basis: 250px;
  font-size: 16px;
  font-weight: 400;
}
#formArea dl dd {
  flex-basis: calc(100% - 280px);
  margin-bottom: 30px;
}
#formArea dl dd.fb100 {
  flex-basis: 100%;
}
#formArea .att {
  color: #AD2B0C;
}
#formArea .attText {
  margin-bottom: 20px;
}
#formArea input[type=tel],
#formArea input[type=text],
#formArea input[type=email],
#formArea input[type=number],
#formArea textarea {
  padding: 10px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #D9D9D9;
}
#formArea input[type=tel]:focus,
#formArea input[type=text]:focus,
#formArea input[type=email]:focus,
#formArea input[type=number]:focus,
#formArea textarea:focus {
  background: #fff;
}
#formArea input[type=tel]:hover,
#formArea input[type=text]:hover,
#formArea input[type=email]:hover,
#formArea input[type=number]:hover,
#formArea textarea:hover {
  background: #fff;
}
#formArea input[type=tel]::placeholder,
#formArea input[type=text]::placeholder,
#formArea input[type=email]::placeholder,
#formArea input[type=number]::placeholder,
#formArea textarea::placeholder {
  color: #D9D9D9;
}
#formArea input[type=tel] + input,
#formArea input[type=text] + input,
#formArea input[type=email] + input,
#formArea input[type=number] + input,
#formArea textarea + input {
  margin-top: 10px;
}
#formArea input[type=number].short {
  width: 60px;
}
#formArea input[type=text],
#formArea input[type=email] {
  width: 100%;
}
#formArea input[type=text] .short,
#formArea input[type=email] .short {
  max-width: 150px;
}
#formArea select {
  padding: 0.4em 0 0.3em 0.5em;
  margin-bottom: 5px;
  display: block;
  border-color: #e7e7e7;
}
#formArea select option {
  word-wrap: normal;
}
#formArea input[type=text].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0;
}
#formArea input[type=text].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE;
}
#formArea input[type=text].hasDatepicker:hover, #formArea input[type=text].hasDatepicker:focus {
  background: #fff;
}
#formArea .mwform-checkbox-field {
  display: inline-block;
  width: auto;
  margin: 5px 5px;
  font-size: 14px;
}
#formArea input[type=checkbox] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e2e2e2));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
}
#formArea input[type=checkbox]:checked {
  /*Other Browser*/
  background: #222;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(1, #222));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #222 0%, #222 100%);
  border: 1px solid #222;
}
#formArea input[type=checkbox]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
#formArea input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
#formArea .mwform-zip-field input {
  width: inherit;
}
#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto;
}
#formArea .mwform-radio-field {
  display: inline-block;
  margin: 0 15px 5px 0;
}
#formArea .mwform-radio-field input {
  margin: 0 15px 0 0;
}
#formArea .mwform-radio-field-text {
  margin-left: 10px;
}
#formArea input[type=file] {
  margin-bottom: 10px;
}
#formArea .inline_wrap select {
  display: inline-block;
}
#formArea .btnArea {
  display: flex;
  justify-content: space-between;
}
#formArea .btnArea .submitArea {
  position: relative;
  max-width: 335px;
  width: 100%;
  height: 73px;
  margin: 0 auto;
}
#formArea .btnArea .submitArea:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 2px;
  content: "";
  height: 5px;
  right: 30%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
#formArea .btnArea .submitArea:hover:after {
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  color: #222;
}
#formArea .btnArea .submitArea .submit {
  margin: 0 auto;
  border: 0;
  text-align: center;
  justify-content: center;
  border: 1px solid #222;
  color: #ffffff;
  padding: 5px;
  background: #222;
  max-width: 100%;
  min-height: 1px;
  height: 100%;
}
#formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
  color: #222;
  background: #fff;
  border: 1px solid #222;
  transition: 0.3s;
  cursor: pointer;
}
#formArea .btnArea .returnArea {
  display: none;
  position: relative;
  max-width: 335px;
  width: 100%;
  height: 73px;
}
#formArea .btnArea .returnArea:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 2px;
  content: "";
  height: 5px;
  right: 30%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
#formArea .btnArea .returnArea:hover:after {
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  color: #222;
}
#formArea .btnArea .returnArea .return {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #222;
  border: 1px solid #222;
  color: #fff;
  padding: 5px;
  max-width: 100%;
  min-height: 1px;
  height: 100%;
}
#formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
  color: #222;
  background: #fff;
  border: 1px solid #222;
  transition: 0.3s;
}
#formArea .mw_wp_form_confirm dl dt {
  min-height: 51px;
}
#formArea .mw_wp_form_confirm .confirmNone {
  display: none;
}
#formArea .mw_wp_form_confirm .confirmDisplay {
  display: block;
}
#formArea .mw_wp_form_confirm .btnArea .submitArea {
  flex-basis: 48%;
  max-width: 48%;
  width: 100%;
}
#formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
  margin: 0 auto 0 0;
}
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex;
  flex-basis: 48%;
  max-width: 48%;
  width: 100%;
}
#formArea .mw_wp_form_confirm .btnArea .returnArea .return {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap;
  }
  #formArea dl dt {
    flex-basis: 100%;
    padding: 5px 0 0 0;
    margin: 0 0 15px;
  }
  #formArea dl dd {
    flex-basis: 100%;
    margin-bottom: 15px;
    align-self: center;
  }
  #formArea select {
    margin-bottom: 5px;
  }
  #formArea .mwform-checkbox-field {
    display: block;
    width: 100%;
  }
  #formArea .mwform-radio-field {
    display: block;
    margin: 5px 0 10px;
  }
  #formArea .mwform-radio-field .mwform-radio-field-text {
    margin-right: 15px;
  }
  #formArea .mwform-radio-field input {
    margin: 0;
  }
  #formArea .btnArea {
    flex-wrap: wrap;
  }
  #formArea .btnArea .submitArea {
    flex-basis: 100%;
    margin: 0 0 25px;
  }
  #formArea .privacypolicyWrap {
    height: 350px;
  }
  #formArea .privacypolicyText {
    font-size: 16px;
  }
  #formArea .mw_wp_form_input .submitArea {
    margin: 0 auto !important;
  }
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: block;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */