@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
.font-gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.font-mincho {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝体", "Yu Mincho", YuMincho, "游明朝", Georgia, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: block;
  overflow: hidden;
}
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.hide-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .hide-pc {
    display: initial;
  }
}
@media screen and (max-width: 1040px) {
  .hide-pc {
    display: initial;
  }
}

.hide-sp {
  display: initial;
}
@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .hide-sp {
    display: initial;
  }
}

@media screen and (max-width: 1040px) {
  .hide-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}
.flex_list:not(:last-chid) {
  margin-bottom: 10px;
}

.box-blue, .box-orange {
  border: 1px solid #dfdac7;
  padding: 15px 10px;
}

.box-orange {
  border-color: #805b01;
}

.box-blue {
  border-color: #805b01;
}
@media screen and (max-width: 767px) {
  .box-blue {
    border-color: #000;
  }
}

.container {
  width: 70vw;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1040px) {
  .container {
    width: 100%;
    margin: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    margin: auto;
  }
}
.container.container__small {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.font-gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.font-mincho {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝体", "Yu Mincho", YuMincho, "游明朝", Georgia, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: block;
  overflow: hidden;
}
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.hide-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .hide-pc {
    display: initial;
  }
}
@media screen and (max-width: 1040px) {
  .hide-pc {
    display: initial;
  }
}

.hide-sp {
  display: initial;
}
@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .hide-sp {
    display: initial;
  }
}

@media screen and (max-width: 1040px) {
  .hide-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}
.flex_list:not(:last-chid) {
  margin-bottom: 10px;
}

.box-orange, .box-blue {
  border: 1px solid #dfdac7;
  padding: 15px 10px;
}

.box-orange {
  border-color: #805b01;
}

.box-blue {
  border-color: #805b01;
}
@media screen and (max-width: 767px) {
  .box-blue {
    border-color: #000;
  }
}

.container {
  width: 70vw;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1040px) {
  .container {
    width: 100%;
    margin: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    margin: auto;
  }
}
.container.container__small {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

html {
  font-size: 6.25%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  color: #333333;
  font-size: 14rem;
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
}

ul, li {
  list-style: none;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p, b {
  text-align: inherit;
  line-height: 2;
}

b {
  font-weight: normal;
  color: #805b01;
  margin: 20px auto;
  display: block;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16rem;
  line-height: 1.6;
  margin: 0 0 20px;
}

span {
  font-size: 13rem;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

h1 {
  font-size: 36rem;
  color: #805b01;
}

h2 {
  font-size: 30rem;
  color: #805b01;
  font-weight: bold;
}

h3 {
  font-size: 26rem;
  color: #805b01;
}

.section__title {
  font-size: 36rem;
  font-weight: 300;
  color: #805b01;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 28rem;
  }
}
.section__title.section__title-udr {
  color: #333333;
  text-align: left;
  border-bottom: 2px solid #333333;
}
.section__title.section__title-center {
  text-align: center;
  color: #333333;
}
.section__title.section__title-blog {
  text-align: center;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.section__subtitle {
  font-size: 26rem;
  font-weight: 300;
  color: #333333;
}

.section__lead {
  font-size: 16rem;
  text-align: center;
  letter-spacing: 1.5px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.section__title__block {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section__title__block {
    margin-bottom: 30px;
  }
}

.title_b {
  margin-bottom: 30px;
}

.text_rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.slick-slider {
  opacity: 0;
  -webkit-transition: opacity 5s linear;
  transition: opacity 5s linear; /* ふんわり表示用 */
}

.slick-initialized {
  opacity: 1;
}

#wrapper {
  overflow: hidden;
  background: #dfdac7;
}
#wrapper .main {
  width: calc(100% - 300px);
  margin-left: auto;
}
@media screen and (max-width: 1040px) {
  #wrapper .main {
    width: 100%;
  }
}

.section {
  padding: 80px 0;
  background: #dfdac7;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}
.section.section-white {
  background: #fff;
}
.section.section-line {
  border-top: 2px solid #333333;
}

.title_b {
  margin-bottom: 30px;
}

.bread {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bread {
    display: none;
    margin-top: 10x;
    margin-bottom: 0;
  }
}
.bread li {
  display: inline-block;
  margin-bottom: 10px;
}
.bread li::after {
  display: inline-block;
  content: "＞";
  font-size: 14rem;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .bread li::after {
    font-size: 11rem;
  }
}
.bread li:last-child::after {
  content: "";
}
.bread li a {
  position: relative;
  display: inline-block;
  width: auto;
}
.bread li a::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.bread li a:hover::after {
  visibility: visible;
  bottom: -10px;
  opacity: 0;
}

a {
  text-decoration: none;
}
a:link, a:visited {
  color: #333;
}
a:hover, a:active {
  color: #333;
}

.btn__block.btn__block-col2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .btn__block.btn__block-col2 {
    width: 100%;
  }
}
.btn__block.btn__block-col2 .btn:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .btn__block.btn__block-col2 .btn:first-child {
    margin: 0 0 20px;
  }
}
.btn__block.btn__block-col2 .btn a {
  padding: 15px 25px;
}
@media screen and (max-width: 767px) {
  .btn__block.btn__block-col2 .btn a {
    font-size: 18rem;
  }
}

.btn {
  display: inline;
}
.btn a {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 375px;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  color: #333333;
  background: none;
  border: 1px solid #333333;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn a {
    max-width: 300px;
  }
}
.btn a:hover {
  background: #dfdac7;
  border: 1px solid #dfdac7;
  color: #333333;
}
.btn.btn-white a {
  background: #fff;
}
.btn.btn-white a:hover {
  background: #dfdac7;
  border: 1px solid #333333;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form #number {
  width: 100px;
  font-size: 2rem;
  padding: 10px 15px;
}
form #addbtn {
  width: 200px;
  height: 60px;
  background: #dfdac7;
  color: #805b01;
  border: 0;
  font-size: 16rem;
  margin-left: 20px;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}
form #addbtn:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f07a";
}
form #search {
  height: auto;
  background: #dfdac7;
  color: #805b01;
  border: 0;
  font-size: 28rem;
  margin-left: 10px;
  padding: 10px;
  border-radius: 10px;
}

.tab_box {
  font-size: 16rem;
}
.tab_box.tab_col {
  width: 70%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tab_box.tab_col {
    width: 90%;
  }
}
.tab_box .tab_btn {
  padding: 20px 0;
  width: 31%;
  text-align: center;
  background: #dfdac7;
  position: relative;
  border-radius: 20px 20px 0 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px 10px rgba(88, 88, 88, 0.1411764706);
  box-shadow: 0 0 20px 10px rgba(88, 88, 88, 0.1411764706);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .tab_box .tab_btn {
    border-radius: 10px 10px 0 0;
  }
}
.tab_box .tab_btn.active {
  z-index: 10;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tab_box .tab_btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tab_box .tab_btn {
    padding: 10px;
    width: 31.3333%;
  }
}
.tab_box .tab_panel {
  position: relative;
  z-index: 10;
  background: #dfdac7;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px 10px rgba(88, 88, 88, 0.1411764706);
  box-shadow: 0 0 10px 10px rgba(88, 88, 88, 0.1411764706);
  display: none;
  padding: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1040px) {
  .tab_box .tab_panel {
    padding: 50px 10px;
    border-radius: 10px;
  }
}
.tab_box .tab_panel.active {
  z-index: 1;
  display: block;
}

#header {
  height: auto;
  width: 300px;
}
@media screen and (max-width: 1040px) {
  #header {
    width: 100%;
    position: fixed;
    z-index: 20;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 55px;
  }
}
#header .header_con .header_logo {
  width: 30%;
  margin: 20px auto 0;
}
@media screen and (max-width: 1040px) {
  #header .header_con .header_logo {
    width: 50px;
    margin: 10px;
    position: relative;
    z-index: 30;
  }
}
#header .header_con .navi {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header .header_con .navi {
    width: 30%;
    margin-top: 13px;
  }
}
#header .header_con .navi .header_tel {
  font-size: 30rem;
  font-weight: 700;
  text-align: right;
}
#header .header_con .navi .header_tel:before {
  content: "";
  display: inline-block;
  background: url("../images/common/free_daial.svg") no-repeat center/contain;
  width: 37px;
  height: 24px;
}
#header .header_con .navi .header_tel a {
  color: #dfdac7;
}
#header .header_con .navi .header_tel-sp img {
  width: 33px;
}
#header .global-nav {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #header .global-nav {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}
#header .global-nav .nav-list {
  list-style: none;
}
@media screen and (max-width: 767px) {
  #header .global-nav .nav-list {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    left: 50%;
    padding: 10px;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 100%;
  }
}
#header .global-nav .nav-list .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline;
}
#header .global-nav .nav-list .nav-item span {
  display: inline-block;
  text-align: center;
  font-size: 14rem;
  color: #333;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .global-nav .nav-list .nav-item span:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .global-nav .nav-list .nav-item:hover > span {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .global-nav .nav-list .nav-item:hover > span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 2px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
#header .global-nav .nav-list .nav-item span a {
  display: block;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .global-nav .nav-list .nav-item span a:hover {
  background: #fff;
}
#header .global-nav .nav-list .nav-item.dropdown > span:after {
  content: ">";
  font-size: 14rem;
  margin-left: 10px;
}
#header .global-nav .nav-list .nav-item.dropdown:hover span {
  content: "";
}
@media screen and (max-width: 767px) {
  #header .global-nav .nav-list .nav-item > span {
    border-bottom: 1px solid #ccc;
    border-right: none;
    color: #fff;
    padding: 1rem 1rem;
    text-align: left;
  }
}
#header .global-nav .nav-list .nav-item:last-child span {
  border-right: none;
}
@media screen and (max-width: 767px) {
  #header .global-nav .nav-list .nav-item:last-child span {
    border-bottom: none;
  }
}
#header .global-nav .nav-list .nav-item .nav-item_sub {
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 75px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  #header .global-nav .nav-list .nav-item .nav-item_sub {
    display: none;
  }
}
#header .global-nav .nav-list .nav-item .nav-item_sub a {
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .global-nav .nav-list .nav-item .nav-item_sub a:hover {
  opacity: 0.6;
}
#header .global-nav .nav-list .nav-item .nav-item_sub .inner {
  margin: 0 auto;
  width: 100%;
}
#header .global-nav .nav-list .nav-item .nav-item_sub .inner ul, #header .global-nav .nav-list .nav-item .nav-item_sub .inner .inner__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .global-nav .nav-list .nav-item .nav-item_sub .inner ul {
  margin: 30px auto 20px;
}
#header .global-nav .nav-list .nav-item .nav-item_sub .inner ul li {
  margin: 10px 20px;
}
#header .global-nav .nav-list .nav-item .nav-item_sub .inner .inner__bnr .bnr__img {
  border: 2px solid #707070;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  width: 380px;
  text-align: center;
  padding: 25px 0;
}
#header .global-nav .nav-list .nav-item .nav-item_sub .inner .inner__bnr .bnr__img:nth-child(1) {
  background-image: url("../images/common/dummy_bnr.jpg");
  margin-right: 10px;
}
#header .global-nav .nav-list .nav-item .nav-item_sub .inner .inner__bnr .bnr__img:nth-child(2) {
  background-image: url("../images/common/dummy_bnr.jpg");
}
#header .global-nav .nav-list .nav-item .nav-item_sub .inner .inner__bnr .bnr__img:last-of-type {
  margin-right: 0;
}
#header .global-nav .nav-list .nav-item:hover .nav-item_sub {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #header .nav-list {
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#header .navi__contact .contact__sns a, #header .navi__contact .contact__tel a {
  background: #fff;
  padding: 20px 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .navi__contact .contact__sns a:hover, #header .navi__contact .contact__tel a:hover {
  background: #dfdac7;
}
#header .navi__contact .contact__sns .sns__item {
  width: 50%;
}
#header .navi__contact .contact__sns .sns__item:nth-of-type(1) {
  border-right: 1px solid #dfdac7;
}
#header .navi__contact .contact__sns .sns__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#header .navi__contact .contact__tel {
  width: 100%;
  text-align: center;
  border-top: 1px solid #dfdac7;
}
#header .navi__contact .contact__tel a {
  font-size: 20rem;
  letter-spacing: 2px;
}
#header .global-nav-sp {
  background: rgba(255, 255, 255, 0.8784313725);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100vw;
  height: 100%;
  position: fixed;
  overflow: scroll;
  top: 0;
  display: none;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#header .global-nav-sp .nav__inner {
  width: 85%;
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#header .global-nav-sp .nav__inner .nav-list .nav-item {
  font-size: 16px;
}
#header .global-nav-sp .nav__inner .nav-list .nav-item > span, #header .global-nav-sp .nav__inner .nav-list .nav-item > a {
  display: block;
  font-size: 16rem;
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #333;
}
#header .global-nav-sp .nav__inner .nav-list .nav-item .nav-item_sub {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #333;
}
#header .global-nav-sp .nav__inner .nav-list .nav-item .nav-item_sub .inner ul li a {
  padding: 10px 0 10px 10px;
  display: block;
}
#header .global-nav-sp .nav__inner .inner__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header .global-nav-sp .nav__inner .inner__bnr .bnr__img {
  width: 48%;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #333;
  border-radius: 10px;
}
#header .global-nav-sp .navi__contact {
  width: 100%;
}
#header .global-nav-sp .navi__contact a {
  background: #dfdac7;
}
#header .global-nav-sp .navi__contact .sns__item.sns__item-border {
  border-right: 1px solid #fff;
}
#header .global-nav-sp .navi__contact .contact__tel {
  border-top: 1px solid #fff;
}
#header .global-nav-sp .navi__contact .contact__tel a {
  font-size: 18rem;
  letter-spacing: 2px;
}
#header .menu-btn {
  display: none;
  position: absolute;
  width: 45px;
  height: 25px;
  top: 15px;
  right: 15px;
  z-index: 30;
}
@media screen and (max-width: 1040px) {
  #header .menu-btn {
    display: block;
  }
}
#header .menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333333;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#header .menu-btn span:nth-of-type(1) {
  top: 0;
}
#header .menu-btn span:nth-of-type(2) {
  top: 10px;
}
#header .menu-btn span:nth-of-type(3) {
  bottom: 0;
}
#header .menu-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
#header .menu-btn.active span:nth-of-type(2) {
  left: 100%;
  -webkit-animation: bar02 0.5s forwards;
          animation: bar02 0.5s forwards;
}
@-webkit-keyframes bar02 {
  100% {
    height: 0;
  }
}
@keyframes bar02 {
  100% {
    height: 0;
  }
}
#header .menu-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  bottom: -5px;
}

header.header-fix {
  width: 300px;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 30;
  -webkit-animation: ani 0.5s;
          animation: ani 0.5s;
}
@media screen and (max-width: 1040px) {
  header.header-fix {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header.header-fix {
    height: 55px;
  }
}

@-webkit-keyframes ani {
  0% {
    margin-top: -64px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes ani {
  0% {
    margin-top: -64px;
  }
  100% {
    margin-top: 0;
  }
}
.arrow_small {
  width: 70px;
  position: relative;
  margin: auto;
}
.arrow_small::before, .arrow_small::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.arrow_small::before {
  width: 100%;
  height: 1px;
  background: #805b01;
}
.arrow_small::after {
  background: #805b01;
  width: 20px;
  height: 1px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  right: -2px;
  bottom: 4px;
}

.contact .contact__col > * {
  margin-left: -20px;
  margin-right: -20px;
}
.contact .contact__col > * > * {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .contact .contact__col > * {
    margin-left: -10px;
    margin-right: -10px;
  }
  .contact .contact__col > * > * {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
.contact .contact__col .contact__list li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact .contact__col .contact__list li {
    margin-bottom: 20px;
  }
}
.contact .contact__col .contact__list .contact__item {
  display: inline;
}
.contact .contact__col .contact__list .contact__item a {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1411764706);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1411764706);
  border-radius: 20px;
  padding: 30px 0 40px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contact .contact__col .contact__list .contact__item a {
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1411764706);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1411764706);
  }
}
.contact .contact__col .contact__list .contact__item a:hover {
  -webkit-box-shadow: 0 0 20px 10px #fff;
  box-shadow: 0 0 20px 10px #fff;
  border: 1px solid #805b01;
}
.contact .contact__col .contact__list .contact__item a.white {
  background: #fff;
}
.contact .contact__col .contact__list .contact__item a.white:hover {
  -webkit-box-shadow: 0 0 20px 10px #dfdac7;
  box-shadow: 0 0 20px 10px #dfdac7;
  border: 1px solid #805b01;
}
.contact .contact__col .contact__list .contact__item a .item__icon {
  text-align: center;
}
.contact .contact__col .contact__list .contact__item a .item__text {
  text-align: center;
  font-size: 18rem;
  color: #805b01;
  margin-bottom: 20px;
}

#footer {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #dfdac7;
  color: #333333;
}
#footer .footer__logo {
  width: 100px;
  margin: 0 auto 50px;
}
#footer .footer__col > * {
  margin-left: -25px;
  margin-right: -25px;
}
#footer .footer__col > * > * {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}
#footer .footer__col .footer__list .footer__item .item__title {
  font-size: 18rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #footer .footer__col .footer__list .footer__item .item__title {
    font-size: 15rem;
    margin-bottom: 15px;
  }
}
#footer .footer__col .footer__list .footer__item .item__link {
  font-size: 14rem;
}

.sp_contact {
  width: 100%;
  padding: 10px 0 0;
  position: fixed;
  bottom: 0;
  z-index: 30;
}
.sp_contact .contact__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.sp_contact .contact__list .list__item {
  width: 50%;
  border-right: 0.5px solid #333333;
}
.sp_contact .contact__list .list__item:nth-of-type(2) {
  border-left: 0.5px solid #333333;
  border-right: none;
}
.sp_contact .contact__list .list__item a {
  display: block;
  position: relative;
  text-align: left;
  padding: 20px 0 20px 30%;
  background: rgba(255, 255, 255, 0.7882352941);
}
.sp_contact .contact__list .list__item a .item__tel, .sp_contact .contact__list .list__item a .item__line {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 16px;
  left: 20px;
}
.sp_contact .contact__list .list__item a .item__tel {
  background: url("../images/common/icon_tel.svg") no-repeat center/contain;
}
.sp_contact .contact__list .list__item a .item__line {
  background: url("../images/common/icon_line.svg") no-repeat center/contain;
}

.copy {
  padding: 10px 0;
  margin: auto;
  background: #fff;
  font-size: 11rem;
  text-align: center;
  letter-spacing: 2px;
}

input {
  font-size: 16rem;
  line-height: 1.8;
  margin-left: 5px;
  margin-right: 10px;
}

input[type=text], textarea {
  padding: 10px;
  width: 100%;
}

input[type=file] {
  display: none;
}

input[type=submit] {
  padding: 10px 0;
  width: 200px;
  background: #fff;
  border: 1px solid #fff;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=submit]:hover {
  background: #dfdac7;
  color: #333333;
  border: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    width: 80%;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 10px;
  border: 1px solid #333333;
  background: #fff;
  color: #333333;
}

textarea {
  height: 300px;
}

.icon_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_area i {
  margin-right: 10px;
}

.num_area {
  counter-reset: num;
}
.num_area .num_txt {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.num_area .num_txt:before {
  counter-increment: num;
  content: "(" counter(num) ")";
}

.num_area-alpha {
  counter-reset: alpha;
}
.num_area-alpha .num_txt-alpha {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.num_area-alpha .num_txt-alpha:before {
  counter-increment: alpha;
  content: "(" counter(alpha, upper-alpha) ")";
}

.num_area-roman {
  counter-reset: roman;
}
.num_area-roman .num_txt-roman {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.num_area-roman .num_txt-roman:before {
  counter-increment: roman;
  content: counter(roman, upper-roman) ".";
}

.col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col.col_2 > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .col.col_2 > * {
    width: 100%;
  }
}
.col.col_3 > * {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .col.col_3 > * {
    width: 100%;
  }
}
.col.col_4 > * {
  width: 25%;
}
@media screen and (max-width: 1040px) {
  .col.col_4 > * {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .col.col_4 > * {
    width: 50%;
  }
}
.col.col_5 > * {
  width: 20%;
}
.col.col_6 > * {
  width: 16.6666666667%;
}
.col.col_m_s > :first-of-type {
  width: 70%;
}
.col.col_m_s > :last-of-type {
  width: 30%;
}
.col.col_s_m > :first-of-type {
  width: 30%;
}
.col.col_s_m > :last-of-type {
  width: 70%;
}
.col.col_y {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.marker {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #f6e87c));
  background-image: linear-gradient(left, transparent 50%, #f6e87c 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-weight: bold;
}

.marker_on {
  background-position: -100% 0.9em;
}

.be_img::before {
  content: "";
  display: inline-block;
  background: url("../images/common/before.png") no-repeat center/contain;
  width: 233px;
  height: 34px;
}

.af_img::before {
  content: "";
  display: inline-block;
  background: url("../images/common/before.png") no-repeat center/contain;
  width: 233px;
  height: 34px;
}

.ba_img::before, .ba_img::after {
  content: "";
  display: inline-block;
  width: 233px;
  height: 34px;
}
.ba_img::before {
  background: url("../images/common/before.png") no-repeat center/contain;
}
.ba_img::after {
  background: url("../images/common/before.png") no-repeat center/contain;
}

.be_con::before {
  content: "---";
  font-size: 20rem;
}

.af_con::after {
  content: "---";
  font-size: 20rem;
}

.ba_con::before, .ba_con::after {
  content: "---";
  font-size: 20rem;
}
.ba_con::before {
  content: "---";
  font-size: 20rem;
}
.ba_con::after {
  content: "---";
  font-size: 20rem;
}

.mv.mv_udr {
  position: relative;
}
.mv.mv_udr .page__txt {
  width: 100%;
  height: auto;
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mv.mv_udr .page__txt {
    top: 40%;
  }
}
.mv.mv_udr .page__txt.page__txt-company {
  top: 40%;
}
.mv.mv_udr .page__txt .page__title, .mv.mv_udr .page__txt .page__lead {
  text-shadow: 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF;
}
.mv.mv_udr .page__txt .page__title {
  font-size: 50rem;
  color: #805b01;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv.mv_udr .page__txt .page__title {
    font-size: 36rem;
  }
}
.mv.mv_udr .page__txt .page__lead {
  text-align: center;
}

.bnr__block {
  text-align: center;
  margin: 30px 0;
}
.bnr__block img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.bnr__block:hover img {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0));
}

#top .mv {
  background: url("../images/top/mv_img.jpg") no-repeat center/cover;
  height: 48.3vw;
  min-height: 610px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .mv {
    min-height: 550px;
  }
}
#top .mv .mv__info {
  position: absolute;
  right: 4.9vw;
  bottom: 30%;
  z-index: 10;
  width: 30%;
}
@media screen and (max-width: 767px) {
  #top .mv .mv__info {
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
#top .mv .mv__info .info__title {
  font-size: 36rem;
  text-align: right;
  letter-spacing: 2px;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}
#top .mv .mv__info .info__block {
  width: 100%;
  max-width: 575px;
  padding: 15px 20px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: inset 15px 16px 28px 0 #dddddd;
  box-shadow: inset 15px 16px 28px 0 #dddddd;
  font-size: 14rem;
}
@media screen and (max-width: 767px) {
  #top .mv .mv__info .info__block {
    width: 95%;
    min-width: 268px;
    padding: 10px 15px;
    margin: auto;
  }
}
#top .mv .mv__info .info__block .slider {
  margin: 0;
}
#top .mv .mv__info .info__block .slider > * {
  padding: 0 !important;
}
#top .item {
  position: relative;
  height: 700px;
}
@media screen and (max-width: 1040px) {
  #top .item {
    height: 940px;
  }
}
@media screen and (max-width: 767px) {
  #top .item {
    height: 1000px;
  }
}
#top .item .container.container__item {
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  padding: 70px 0;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 40px 10px #BABABA;
  box-shadow: 0 0 40px 10px #BABABA;
}
@media screen and (max-width: 767px) {
  #top .item .container.container__item {
    padding: 50px 0;
  }
}
#top .item .item__col {
  width: 90%;
  margin: auto;
}
#top .item .item__col > * {
  margin-left: -20px;
  margin-right: -20px;
}
#top .item .item__col > * > * {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top .item .item__col > * {
    margin-left: -10px;
    margin-right: -10px;
  }
  #top .item .item__col > * > * {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
#top .item .item__col .item__list > * {
  width: 25%;
}
@media screen and (max-width: 1040px) {
  #top .item .item__col .item__list > * {
    width: 33.333%;
  }
  #top .item .item__col .item__list > *:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #top .item .item__col .item__list > * {
    width: 50%;
  }
}
#top .item .item__col .item__list .item__item {
  -webkit-box-shadow: 0 0 20px 0px #bababa;
  box-shadow: 0 0 20px 0px #bababa;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #top .item .item__col .item__list .item__item {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.031372549);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.031372549);
  }
}
#top .item .item__col .item__list .item__item .item__img {
  background: #fff;
  text-align: center;
  padding: 20px 0 10px;
  border-radius: 20px 20px 0 0;
}
#top .item .item__col .item__list .item__item .item__img img {
  width: auto;
}
#top .item .item__col .item__list .item__item .item__text {
  background: #dfdac7;
  padding: 20px 0;
  text-align: center;
  border-radius: 0 0 20px 20px;
}
#top .item .item__col .item__list .item__item .item__text.item__text-row2 {
  height: 70px;
  padding: 10px;
}
#top .price .price__read {
  text-align: center;
  font-size: 16rem;
}
#top .price .price__col > * {
  margin-left: -20px;
  margin-right: -20px;
}
#top .price .price__col > * > * {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
#top .price .price__col .price__list .price__item {
  width: 100%;
  height: 100%;
}
#top .price .price__col .price__list .price__item dl {
  background: #fff;
  font-size: 16rem;
}
#top .price .price__col .price__list .price__item dl dt, #top .price .price__col .price__list .price__item dl dd {
  border: 1px solid #805b01;
  text-align: center;
  padding: 20px;
}
#top .price .price__col .price__list .price__item dl dt {
  border-bottom: none;
  background: #f3ecd1;
}
#top .price .price__col .price__list .price__item dl dt.pt {
  background: #eefbff;
}
#top .price .price__col .price__list .price__item dl dt.sv {
  background: #e4e4e4;
}
#top .price .price__col .price__list .price__item dl dd {
  font-size: 20rem;
  letter-spacing: 1.9px;
}
#top .price .price__col .price__list .price__item dl dd::after {
  content: "円";
  font-size: 14px;
}
#top .topics .slide__block .slide__list .list__item {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #top .topics .slide__block .slide__list .list__item {
    padding: 10px;
  }
}
#top .topics .slide__block .slide__list .list__item img {
  width: 100%;
}
#top .items .items__slide__block .items__list .list__item {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#top .items .items__slide__block .items__list .list__item .icatch {
  height: 240px;
}
#top .items .items__slide__block .items__list .list__item .item__title {
  font-size: 16rem;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #top .items .items__slide__block .items__list .list__item .item__title {
    font-size: 14rem;
    height: 60px;
  }
}
#top .items .items__slide__block .items__list .list__item .item__price {
  font-size: 23rem;
  font-weight: 900;
  text-align: right;
  color: #805b01;
}
#top .news .news__tab__block {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#top .news .news__tab__block .tab__news .news__list {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  #top .news .news__tab__block .tab__news .news__list {
    width: 90%;
  }
}
#top .news .news__tab__block .tab__news .news__list .news__item {
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 10px;
}
.icatch {
  width: 100%;
  height: 400px;
  max-height: 500px;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .icatch {
    width: 100%;
    height: 300px;
  }
}
.icatch.icatch-img {
  background-size: cover;
}

.pager {
  width: 72%;
  margin: 90px auto 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pager {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pager a {
  padding: 10px 20px;
  background: #805b01;
  border: 1px solid #805b01;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pager a {
    padding: 10px 0;
  }
}
.pager a:hover {
  background: #fff;
  color: #805b01;
}
.pager a.none {
  padding: 0;
  border: none;
  background: none;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.page-numbers .page-numbers {
  display: block;
  padding: 10px 28px 10px 19px;
  background: #805b01;
  border: 1px solid #805b01;
  color: #fff;
  font-size: 16rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .page-numbers .page-numbers {
    padding: 10px 18px 10px 19px;
  }
}
.page-numbers .page-numbers:hover {
  background: #fff;
  color: #805b01;
  border: 1px solid #805b01;
}
.page-numbers .page-numbers.current {
  display: block;
  padding: 10px 28px 10px 19px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #805b01;
  color: #805b01;
  font-size: 16rem;
}
@media screen and (max-width: 767px) {
  .page-numbers .page-numbers.current {
    padding: 10px 8px 10px 19px;
  }
}

.bread .topic-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.bread .topic-path li:nth-child(2)::after {
  content: ">";
  font-size: 14rem;
  margin: 0 5px;
}

a.wp-block-button__link {
  margin-bottom: 30px;
  background: #805b01;
  border: 1px solid #805b01;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.wp-block-button__link:hover {
  background: #fff;
  color: #805b01;
}

#blog {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#blog h2, #blog h3 {
  margin-bottom: 10px;
  font-weight: 900;
}
#blog h2 {
  font-size: 26rem;
}
#blog h3 {
  font-size: 22rem;
}
#blog .mv {
  background: #fff;
  height: 22vw;
}
@media screen and (max-width: 1040px) {
  #blog .mv {
    height: 35vw;
  }
}
@media screen and (max-width: 767px) {
  #blog .mv {
    height: 400px;
  }
}
#blog .blog__col > * {
  margin-left: -1vw;
  margin-right: -1vw;
}
#blog .blog__col > * > * {
  padding-left: 1vw;
  padding-right: 1vw;
  margin-bottom: 2vw;
}
#blog .blog__col .blog__list .blog__item {
  width: 100%;
  height: 100%;
  max-height: 390px;
  background: #fff;
  padding: 20px 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1411764706);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1411764706);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #blog .blog__col .blog__list .blog__item {
    border-radius: 10px;
    padding: 10px;
  }
}
#blog .blog__col .blog__list .blog__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#blog .blog__col .blog__list .blog__item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#blog .blog__col .blog__list .blog__item .blog__title {
  font-size: 18rem;
  font-weight: 900;
  color: #805b01;
}
@media screen and (max-width: 767px) {
  #blog .blog__col .blog__list .blog__item .blog__title {
    font-size: 16rem;
  }
}
#blog .blog__col .blog__list .blog__item .blog__title.blog__title-top {
  margin-bottom: auto;
}
#blog .blog__col .blog__list .blog__item .blog__title.blog__title-right {
  text-align: right;
}
#blog .blog__col .blog__list .blog__item .blog__title.blog__title-right span {
  display: inline-block;
  margin-right: 5px;
}
#blog .blog__col .blog__list .blog__item .blog__title.blog__title-right .yen {
  font-size: 11rem;
  margin-right: 0px;
}
#blog .blog__col .blog__list .blog__item .blog__txt {
  overflow: hidden;
}
#blog .blog.section iframe {
  width: 100%;
  height: 400px;
}
#blog .wp-block-image img {
  height: auto;
}
#blog .slider_block {
  width: 70%;
  max-width: 900px;
  margin: auto;
}
#blog .wp-block-table table tr td:first-child {
  width: 90px;
}

#buy .mv {
  background: url("../images/buy/mv_img.jpg") no-repeat center/cover;
  height: 41.5vw;
}
@media screen and (max-width: 1040px) {
  #buy .mv {
    height: 43vw;
  }
}
@media screen and (max-width: 767px) {
  #buy .mv {
    height: 400px;
  }
}
#buy hr {
  border: 1px solid #333333;
  margin-bottom: 60px;
}
#buy .buy__col {
  padding: 40px 0;
}
#buy .buy__col > * {
  margin-left: -50px;
  margin-right: -50px;
}
#buy .buy__col > * > * {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 100px;
}
#buy .buy__col .buy__list li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #buy .buy__col .buy__list li {
    margin-bottom: 30px;
  }
}
#buy .buy__col .buy__list .buy__item {
  padding: 30px 2vw 20px;
  background: #fff;
  height: 100%;
  border-radius: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #buy .buy__col .buy__list .buy__item {
    padding: 30px 30px 20px;
  }
}
#buy .buy__col .buy__list .buy__item.buy__item-main {
  background: #dfdac7;
}
#buy .buy__col .buy__list .buy__item .item__title {
  font-size: 22rem;
  font-weight: 900;
}
#buy .buy__col .buy__list .buy__item .item__img {
  margin: 20px 0;
}
#buy .buy__col .buy__list .buy__item .item__text {
  font-size: 14rem;
  font-weight: 900;
  text-align: left;
}
#buy .lead .lead__col > * {
  margin-left: -30px;
  margin-right: -30px;
}
#buy .lead .lead__col > * > * {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}
#buy .lead .lead__col .lead__list .lead__item {
  color: #333333;
  text-align: center;
}
#buy .lead .lead__col .lead__list .lead__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 280px;
}
#buy .lead .lead__col .lead__list .lead__item a .lead__title {
  font-size: 26rem;
}
#item .mv {
  background: url("../images/item/mv_img.jpg") no-repeat center/cover;
  height: 41.5vw;
}
@media screen and (max-width: 1040px) {
  #item .mv {
    height: 43vw;
  }
}
@media screen and (max-width: 767px) {
  #item .mv {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #item .mv.mv_udr .page__txt {
    top: 30%;
  }
}
#item .item__title__block {
  text-align: center;
  margin-bottom: 50px;
}
#item .item__col > * {
  margin-left: -3vw;
  margin-right: -3vw;
}
#item .item__col > * > * {
  padding-left: 3vw;
  padding-right: 3vw;
  margin-bottom: 6vw;
}
#item .item__col .item__list li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #item .item__col .item__list li {
    margin-bottom: 40px;
  }
}
#item .item__col .item__list .item__item {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1411764706);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1411764706);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#item .item__col .item__list .item__item .item__img {
  width: 80%;
  margin: auto;
}
#item .item__col .item__list .item__item hr {
  border: 1px solid #333333;
  width: 100%;
}
#item .item_img {
  text-align: center;
}
#item .other {
  padding: 80px 0 20px;
}
#item .other .other__col > * {
  margin-left: -2vw;
  margin-right: -2vw;
}
#item .other .other__col > * > * {
  padding-left: 2vw;
  padding-right: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  #item .other .other__col li {
    margin-bottom: 40px;
  }
}
#item .other .other__col .other__list .other__item {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#item .other .other__col .other__list .other__item .item__title {
  font-size: 36rem;
}
#item .other .other__col .other__list .other__item .item__title.item__title-near {
  letter-spacing: -7px;
}
#item .other .other__col .other__list .other__item .item__img {
  margin-bottom: 20px;
}
#metal-market .mv {
  background: url("../images/item/mv_img.jpg") no-repeat center/cover;
  height: 41.5vw;
}
@media screen and (max-width: 1040px) {
  #metal-market .mv {
    height: 43vw;
  }
}
@media screen and (max-width: 767px) {
  #metal-market .mv {
    height: 400px;
  }
}
#metal-market .item__title__block {
  text-align: center;
  margin-bottom: 50px;
}
#metal-market .item__col > * {
  margin-left: -3vw;
  margin-right: -3vw;
}
#metal-market .item__col > * > * {
  padding-left: 3vw;
  padding-right: 3vw;
  margin-bottom: 6vw;
}
#metal-market .item__col .item__list li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #metal-market .item__col .item__list li {
    margin-bottom: 40px;
  }
}
#metal-market .item__col .item__list .item__item {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1411764706);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1411764706);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#metal-market .item__col .item__list .item__item .item__img {
  width: 80%;
  margin: auto;
}
#metal-market .item__col .item__list .item__item hr {
  border: 1px solid #333333;
  width: 100%;
}
#metal-market .item_img {
  text-align: center;
}
#metal-market .other {
  padding: 80px 0 20px;
}
#metal-market .other .other__col > * {
  margin-left: -2vw;
  margin-right: -2vw;
}
#metal-market .other .other__col > * > * {
  padding-left: 2vw;
  padding-right: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  #metal-market .other .other__col li {
    margin-bottom: 40px;
  }
}
#metal-market .other .other__col .other__list .other__item {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#metal-market .other .other__col .other__list .other__item .item__title {
  font-size: 36rem;
}
#metal-market .other .other__col .other__list .other__item .item__title.item__title-near {
  letter-spacing: -7px;
}
#metal-market .other .other__col .other__list .other__item .item__img {
  margin-bottom: 20px;
}
#company .mv {
  background: url("../images/company/mv_img.jpg") no-repeat center/cover;
  height: 41.5vw;
}
@media screen and (max-width: 1040px) {
  #company .mv {
    height: 43vw;
  }
}
@media screen and (max-width: 767px) {
  #company .mv {
    height: 400px;
  }
}
#company .detail .detail__img {
  text-align: center;
  width: 93px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #company .detail .detail__img {
    margin: 0 auto 20px;
  }
}
#company .detail .detail__block {
  width: 70vw;
  max-width: 900px;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media screen and (max-width: 1040px) {
  #company .detail .detail__block {
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  #company .detail .detail__block {
    width: 100%;
  }
}
#company .detail .detail__block .detail__dl {
  border-bottom: 2px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#company .detail .detail__block .detail__dl dt {
  width: 200px;
  font-size: 16rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  #company .detail .detail__block .detail__dl dt {
    width: 150px;
  }
}
#company .detail .detail__block .detail__dl dd {
  width: calc(100% - 200px);
  font-size: 16rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
}
@media screen and (max-width: 1040px) {
  #company .detail .detail__block .detail__dl dd {
    width: calc(100% - 150px);
  }
}

#contact .mv {
  background: url("../images/contact/mv_img.jpg") no-repeat center/cover;
  height: 41.5vw;
}
#contact .mv.mv__udr {
  height: 689px;
}
@media screen and (max-width: 767px) {
  #contact .mv.mv__udr {
    height: 450px;
  }
}
#contact .mv .mv__title {
  width: 401px;
}
@media screen and (max-width: 767px) {
  #contact .mv .mv__title {
    width: 150px;
  }
}
#contact .mv .mv__title::before, #contact .mv .mv__title::after {
  top: 60px;
}
@media screen and (max-width: 767px) {
  #contact .mv .mv__title::before, #contact .mv .mv__title::after {
    top: 40px;
  }
}
#contact .mv .mv__title::before {
  left: -90%;
}
#contact .mv .mv__title::after {
  right: -90%;
}
#contact .contact {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
}
#contact .contact .error {
  color: #a93131;
  font-weight: 900;
}
#contact .contact .contact__read {
  font-size: 16rem;
  text-align: center;
  margin-bottom: 40px;
}
#contact .contact #uploadInputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
#contact .contact .file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-left: 20px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #contact .contact .file {
    width: 44%;
  }
}
#contact .contact .file .dummy__img {
  width: 110px;
  height: 97px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#contact .contact .file .dummy__img.dummy__img-select {
  width: 110px;
}
#contact .contact .file.file_af::after {
  content: "＋";
  padding: 0px 5px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  width: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  font-size: 16rem;
  -webkit-box-shadow: 0 0 5px 1px #8e8e8e;
  box-shadow: 0 0 5px 1px #8e8e8e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #contact .contact .file.file_af::after {
    right: 30px;
  }
}
#contact .contact .file.file_af:hover::after {
  cursor: pointer;
  background: #978a56;
}
#contact .contact table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
#contact .contact table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  #contact .contact table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0;
  }
}
#contact .contact table tr th {
  width: 200px;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contact .contact table tr th {
    text-align: left;
    display: inline-block;
    width: auto;
  }
}
#contact .contact table tr th .need {
  display: inline;
  color: #a93131;
  position: absolute;
  top: 0;
  right: 30px;
}
@media screen and (max-width: 767px) {
  #contact .contact table tr th .need {
    right: -20px;
  }
}
#contact .contact table tr td {
  width: calc(100% - 200px);
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #contact .contact table tr td {
    width: 100%;
    margin: 0;
  }
}
#contact .contact table tr td img {
  width: 100px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #contact .contact table tr td img {
    display: block;
    margin-bottom: 10px;
  }
}
#contact .contact table tr td .mail {
  width: 100%;
  display: block;
}
#contact .contact table tr.btn__row td {
  width: 100%;
  text-align: center;
}
#contact .contact table tr.btn__row.btn__col2 td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact .contact table tr.btn__row.btn__col2 td > * {
  width: 50%;
}
#contact .contact .complete {
  text-align: center;
}
#contact .contact .complete .complete__btn a {
  width: 400px;
  margin: 30px auto;
}

#event .tribe-common-l-container, #event .tribe-events-single {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#event .mv {
  background: #fff;
  height: 22vw;
}
@media screen and (max-width: 1040px) {
  #event .mv {
    height: 35vw;
  }
}
@media screen and (max-width: 767px) {
  #event .mv {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #event .tribe-events-sub-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #event .tribe-events-sub-nav .tribe-events-nav-previous, #event .tribe-events-sub-nav .tribe-events-nav-next {
    display: block;
  }
  #event .tribe-events-sub-nav .tribe-events-nav-previous:nth-of-type(1), #event .tribe-events-sub-nav .tribe-events-nav-next:nth-of-type(1) {
    margin-bottom: 10px;
  }
}
#event .tribe-events-sub-nav .tribe-events-nav-previous a, #event .tribe-events-sub-nav .tribe-events-nav-next a {
  background: #fff;
  padding: 16px;
  border: 1px solid #805b01;
  border-radius: 5px;
  margin-left: 10px;
  display: block;
}
#event .tribe-events .tribe-events-c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#event .tribe-events .tribe-events-c-nav__list li a.tribe-common-b2 {
  background: #fff;
  padding: 16px;
  border: 1px solid #805b01;
  border-radius: 5px;
  margin-left: 10px;
  display: block;
}
#event .tribe-events .tribe-events-calendar-latest-past__event-title {
  font-size: 22rem;
}
#event .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search {
  width: 100%;
}
#event .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-search__input {
  padding: 10px;
}
#event .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-common-c-btn.tribe-events-c-search__button {
  background: #fff;
  padding: 16px;
  border: 1px solid #805b01;
  border-radius: 5px;
  margin-left: 10px;
  display: block;
}
#event .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar {
  height: 60px;
}
#event .tribe-events-calendar-month__header {
  width: 100%;
}
#event .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  font-size: 15rem;
}
#event .tribe-events .tribe-events-calendar-month__calendar-event-title {
  font-size: 14px;
}
#event .tribe-events .tribe-events-calendar-month__header-column {
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #event .tribe-events .tribe-events-calendar-month__header-column {
    border: none;
  }
}
#event .tribe-events .tribe-events-calendar-month__header-column:nth-of-type(1) {
  border-left: 1px solid;
}
@media screen and (max-width: 767px) {
  #event .tribe-events .tribe-events-calendar-month__header-column:nth-of-type(1) {
    border: none;
  }
}
#event .tribe-events .tribe-events-calendar-month__header-column-title {
  text-align: center;
}
#event .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__week {
  border-left: 1px solid;
}
@media screen and (max-width: 767px) {
  #event .tribe-events .tribe-events-calendar-month .tribe-events-calendar-month__week {
    border-left: none;
  }
}
#event .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime > * {
  color: #333;
}
#event .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: var(--tec-spacer-0);
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#event .tooltipster-sidetip .tooltipster-box {
  background: #fff;
}
#event .tribe-common a {
  cursor: pointer;
  line-height: 1.1;
}
#event .tribe-events-calendar-latest-past__heading {
  font-size: 24rem;
  text-align: center;
}
#event .tribe-events-c-messages__message-list-item {
  font-size: 24rem;
}
#event .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
  background: #fff;
  padding: 16px;
  border: 1px solid #805b01;
  border-radius: 5px;
  margin-left: 10px;
  display: block;
}
#event .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  padding: 0;
}
#event .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
  padding: 0;
}
#event .tribe-events .tribe-events-calendar-list__month-separator-text {
  font-size: 20px;
}
#event .tribe-events .tribe-events-calendar-latest-past__event-wrapper {
  width: 100%;
}
#event .tribe-events-calendar-list__event-row, #event .tribe-events-calendar-latest-past__event-row {
  border: 1px solid;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #event .tribe-events-calendar-list__event-row, #event .tribe-events-calendar-latest-past__event-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #event .tribe-events .tribe-events-calendar-latest-past__event-date-tag {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #event .tribe-events-calendar-latest-past__event-date-tag-datetime {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#event .tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#event .datepicker table tr td.active.active, #event .datepicker table tr td.active.disabled.active, #event .datepicker table tr td.active.disabled:active, #event .datepicker table tr td.active.disabled:hover.active, #event .datepicker table tr td.active.disabled:hover:active, #event .datepicker table tr td.active:active, #event .datepicker table tr td.active:hover.active, #event .datepicker table tr td.active:hover:active {
  background: #805b01;
}
@media screen and (max-width: 767px) {
  #event .tribe-events-c-view-selector__list {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  #event .tribe-events-c-events-bar__search-form {
    background: #fff;
    padding: 10px 0;
  }
}
#event .tribe-common .tribe-common-form-control-text__input {
  width: 90%;
  margin: auto;
  display: block;
}
#event .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row > .tribe-common-g-col {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #event .tribe-events-c-top-bar__datepicker-mobile, #event .tribe-common-c-svgicon {
    color: #333333;
  }
}
#event .tribe-events-single .tribe_events {
  display: block;
}
#event .tribe-events-single .tribe_events .tribe-events-single-section h2 {
  font-size: 20rem;
}
#event .tribe-events-single .tribe_events .tribe-events-single-section .event__col > * {
  margin-left: -10px;
  margin-right: -10px;
}
#event .tribe-events-single .tribe_events .tribe-events-single-section .event__col > * > * {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
#event .tribe-events-single .tribe_events .tribe-events-single-section .event__col .event__list .event__item {
  width: 100%;
  height: 100%;
}
#event .tribe-events-single .tribe_events .single__details dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#event .tribe-events-single .tribe_events .single__details dl dt {
  width: 90px;
}
#event .tribe-events-single .tribe_events .single__details dl dd {
  width: calc(100% - 90px);
}
#event .tribe-events-single .tribe_events .single__organizer {
  margin-bottom: 50px;
}
#event .tribe-events-single .tribe_events .single__organizer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#event .tribe-events-single .tribe_events .single__organizer dl dt {
  width: 100px;
}
#event .tribe-events-single .tribe_events .single__organizer dl dd {
  width: calc(100% - 100px);
}
#event .tribe-events-single .tribe_events .single__organizer dl dd.tribe-organizer {
  width: 100%;
}
#event .tribe-events-single .tribe-events-event-image img {
  display: block;
  width: 100% !important;
  height: auto;
}
#event .tribe-events-single .single__venue dl dd.tribe-venue {
  font-size: 16rem;
  font-weight: 900;
  color: #805b01;
}
#event .tribe-events-single .single__venue dl dd .tribe-events-address .tribe-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
}
#event .tribe-events-single .single__venue dl dd .tribe-events-address .tribe-address span {
  font-size: 16px;
  font-style: normal;
}
#event .tribe-events-single .single__venue dl dd .tribe-events-address .tribe-address .tribe-street-address {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#event .tribe-events-single .single__venue dl dd .tribe-events-address .tribe-address .tribe-locality {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#event .tribe-events-single .single__venue dl dd .tribe-events-address .tribe-address .tribe-region {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-decoration: none;
}
#event .tribe-events-single .single__venue dl dd .tribe-events-address .tribe-address .tribe-postal-code {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  width: 100%;
}
#event .tribe-events-single .single__venue dl dd .tribe-events-address .tribe-address .tribe-delimiter {
  display: none;
  width: 100%;
}
#event .tribe-events-single .single__venue dl dd .tribe-events-address .tribe-country-name {
  display: none;
}
#event .tribe-events-single .single__venue dl dd .tribe-events-address .tribe-events-gmap {
  background: #fff;
  padding: 16px;
  border: 1px solid #805b01;
  border-radius: 5px;
  margin-left: 10px;
  display: block;
  display: block;
  padding: 10px;
  margin-left: 0;
}

#policy .mv {
  background: url("../images/company/mv_img.jpg") no-repeat center/cover;
  height: 41.5vw;
}
@media screen and (max-width: 1040px) {
  #policy .mv {
    height: 43vw;
  }
}
@media screen and (max-width: 767px) {
  #policy .mv {
    height: 400px;
  }
}
#policy .title__block, #policy .detail {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#policy .title__text {
  font-weight: 900;
  font-size: 24rem;
}
#policy p.text, #policy p.text__read {
  font-size: 16rem;
}
#policy .title__block {
  padding: 80px 0 0;
}
#policy .detail .detail__block {
  margin-bottom: 40px;
}
#policy .detail .detail__block .title {
  font-size: 20rem;
  font-weight: 900;
  margin-bottom: 10px;
}
#policy .detail .detail__block .detail__list {
  list-style: disc;
  margin-left: 1.5em;
}
#policy .detail .detail__block .detail__list .list__item {
  list-style: disc;
}/*# sourceMappingURL=style.css.map */