@charset "UTF-8";
/* COMMON
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

img.rendering {
  image-rendering: -webkit-optimize-contrast;
}

img {
  width: 100%;
}

br.sm_br {
  display: none;
}
@media only screen and (max-width:766px) {
  br.sm_br {
    display: inline;
  }
}

br.tb_br {
  display: none;
}
@media only screen and (max-width:1022px) {
  br.tb_br {
    display: inline;
  }
}

@media only screen and (max-width:766px) {
  br.pc_tb_br {
    display: none;
  }
}

@media only screen and (max-width:1022px) {
  br.pc_br {
    display: none;
  }
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

strong, b {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

a {
  text-decoration: none;
  outline: none;
  color: #fff;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.list001 li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.list001 li:last-child {
  margin-bottom: 0;
}
.list001 li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

svg {
  width: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 45.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* LAYOUT
-------------------------------------------------------------- */
body {
  height: 100%;
  min-height: 100%;
  line-height: 2em;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow-x: hidden;
  font-size: 14px;
  font-size: 0.875rem;
}
body.active {
  overflow-y: hidden;
}
body.page_back {
  background: #333333;
}

html {
  height: 100%;
  min-height: 100%;
}

main {
  display: block;
}

.w1040 {
  max-width: 1110px;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.w1000 {
  max-width: 1070px;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.w980 {
  max-width: 1050px;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

/* HEDDER
-------------------------------------------------------------- */
header .sm_menu_bt {
  position: fixed;
  top: 50px;
  right: 33px;
  z-index: 110;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media only screen and (max-width:766px) {
  header .sm_menu_bt {
    top: 47px;
    right: 30px;
  }
}
header .sm_menu_bt .menu-trigger, header .sm_menu_bt .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .sm_menu_bt .menu-trigger {
  position: relative;
  width: 50px;
  height: 12px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
header .sm_menu_bt .menu-trigger span {
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #cb9726;
  width: 100%;
  left: 0px;
}
header .sm_menu_bt .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .sm_menu_bt .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
header .sm_menu_bt .menu-trigger:hover {
  cursor: pointer;
}
header .sm_menu_bt .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) translateX(0px) rotate(-30deg);
  transform: translateY(8px) translateX(0px) rotate(-30deg);
  width: 100%;
  background-color: #666666;
}
header .sm_menu_bt .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) translateX(0px) rotate(30deg);
  transform: translateY(-4px) translateX(0px) rotate(30deg);
  width: 100%;
  background-color: #666666;
}
header nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #cb9726;
  z-index: 100;
}
header nav .nav_inner {
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  padding: 0px 35px;
}
header nav .nav_inner .gmenu {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header nav .nav_inner .gmenu > li {
  border-top: 1px solid #666666;
  color: #fff !important;
  text-align: center;
  padding: 22px;
}
header nav .nav_inner .gmenu > li:last-child {
  border-bottom: 1px solid #666666;
}
header nav .nav_inner .gmenu > li a {
  color: #fff !important;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Frank Ruhl Libre", sans-serif;
}
header nav .nav_inner .gmenu > li a span {
  display: inline-block;
  margin-left: 2em;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 3px;
}

/* FOOTER
-------------------------------------------------------------- */
footer {
  background: #886f05;
  padding: 55px 0 20px 0;
}
footer #footer_inner #footer_menu {
  margin-bottom: 90px;
}
footer #footer_inner #footer_menu li {
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
}
@media only screen and (max-width:766px) {
  footer #footer_inner #footer_menu li {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
footer #footer_inner #footer_menu li:last-child {
  margin-bottom: 0;
}
footer #footer_inner #footer_menu li span {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  margin-left: 1em;
  letter-spacing: 3px;
}
@media only screen and (max-width:766px) {
  footer #footer_inner #footer_menu li span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
footer .footer_copy {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Frank Ruhl Libre", sans-serif;
}

/* TOP
-------------------------------------------------------------- */
.top_sec_back {
  background: #333333;
}

.ttl {
  font-size: 28px;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-weight: 500;
  position: relative;
  width: 170px;
  border-bottom: 1px solid #cb9726;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
@media only screen and (max-width:766px) {
  .ttl {
    font-size: 25px;
    width: 136px;
  }
}
.ttl span {
  position: absolute;
  top: 55px;
  left: -5px;
  height: 300px;
  display: block;
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 17px;
}
@media only screen and (max-width:766px) {
  .ttl span {
    font-size: 14px;
  }
}

#mv {
  height: 100%;
  min-height: 100%;
  position: relative;
}
#mv .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#mv .logo img {
  max-width: 160px;
}
@media only screen and (max-width:766px) {
  #mv .logo img {
    max-width: 140px;
  }
}
#mv .slider001 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: -1;
}
#mv .slider001 div {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
#mv .slider001 div.slider_cont {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#mv .slider001 div#slider001 {
  background-image: url(../images/top/slider001.jpg);
}
#mv .slider001 div#slider002 {
  background-image: url(../images/top/slider002.jpg);
}
#mv .slider001 div#slider003 {
  background-image: url(../images/top/slider003.jpg);
}
#mv .slider001 div#slider004 {
  background-image: url(../images/top/slider004.jpg);
}
#mv .box {
  width: 1px;
  height: 200px;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  bottom: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#mv .box .arrowWrap {
  position: relative;
  height: 200px;
  width: 1px;
}
#mv .box .arrowWrap .arrow {
  width: 1px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
#mv .box .arrowWrap .arrow::before {
  content: "";
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #cb9726;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 200px, 0);
    transform: translate3d(-50%, 200px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 200px, 0);
    transform: translate3d(-50%, 200px, 0);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 200px, 0);
    transform: translate3d(-50%, 200px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 200px, 0);
    transform: translate3d(-50%, 200px, 0);
  }
}

#about {
  padding: 400px 0 0 0;
}
#about #about__text {
  max-width: 590px;
  margin: 0 auto;
  padding: 0 35px;
}
#about #about__text h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 2em;
  line-height: 1.5em;
}
#about #about__img_wrap .slider002 {
  padding-top: 100px;
  background: #333333;
}
#about #about__img_wrap .slider002 .about__img {
  max-width: 280px;
  margin: 0 15px;
}
@media only screen and (max-width:766px) {
  #about #about__img_wrap .slider002 .about__img {
    margin: 0 13px;
  }
}
#about #about__img_wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(rgb(51, 51, 51)));
  background: linear-gradient(rgba(51, 51, 51, 0), rgb(51, 51, 51));
}
@media only screen and (min-width:767px) and (max-width:1022px) {
  #about #about__img_wrap:before {
    height: 300px;
  }
}

#news {
  padding: 260px 0px 240px 0px;
}
@media only screen and (min-width:767px) and (max-width:1022px) {
  #news {
    padding: 150px 0px 150px 0px;
  }
}
@media only screen and (max-width:766px) {
  #news {
    padding: 150px 0px 150px 0px;
  }
}
#news #news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:766px) {
  #news #news_inner {
    display: block;
  }
}
#news #news_inner #news_h2 {
  width: 318px;
}
@media only screen and (min-width:767px) and (max-width:1022px) {
  #news #news_inner #news_h2 {
    width: 250px;
  }
}
@media only screen and (max-width:766px) {
  #news #news_inner #news_h2 {
    width: 100%;
    margin-bottom: 170px;
  }
}
#news #news_inner #news_list {
  width: calc(100% - 318px);
}
@media only screen and (min-width:767px) and (max-width:1022px) {
  #news #news_inner #news_list {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width:766px) {
  #news #news_inner #news_list {
    width: 100%;
  }
}
#news #news_inner #news_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #666666;
  padding: 20px 0;
  position: relative;
}
#news #news_inner #news_list ul li:last-child {
  border-bottom: 1px solid #666666;
}
#news #news_inner #news_list ul li .news_day {
  width: 97px;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media only screen and (max-width:766px) {
  #news #news_inner #news_list ul li .news_day {
    position: absolute;
    top: 17px;
    left: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#news #news_inner #news_list ul li .news_ttl_wrap .news_ttl {
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  line-height: 1.5em;
}
#news #news_inner #news_list ul li .news_ttl_wrap .news_ttl:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media only screen and (max-width:766px) {
  #news #news_inner #news_list ul li .news_ttl_wrap .news_ttl {
    padding-left: 90px;
  }
}
#news #news_inner #news_list ul li .news_ttl_wrap .news_cont {
  display: none;
  padding: 2em 0;
}
#news #news_inner #news_list ul li .news_ttl_wrap .news_cont p {
  margin-bottom: 1.5em;
}
#news #news_inner #news_list ul li .news_ttl_wrap .news_cont p:last-child {
  margin-bottom: 0;
}
#news #news_inner #news_list ul li .news_ttl_wrap .news_cont a {
  text-decoration: underline;
}

#concept {
  padding-bottom: 340px;
}
@media only screen and (max-width:766px) {
  #concept {
    padding-bottom: 155px;
  }
}
#concept #concept_h2 {
  margin-bottom: 150px;
}
@media only screen and (max-width:766px) {
  #concept #concept_h2 {
    margin-bottom: 105px;
  }
}
#concept #concept_list {
  margin-bottom: 200px;
}
@media only screen and (max-width:766px) {
  #concept #concept_list {
    margin-bottom: 110px;
  }
}
#concept #concept_list .concept_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 120px;
}
@media only screen and (max-width:1022px) {
  #concept #concept_list .concept_cont {
    display: block;
  }
}
@media only screen and (max-width:766px) {
  #concept #concept_list .concept_cont {
    margin-bottom: 95px;
  }
}
#concept #concept_list .concept_cont:last-of-type {
  margin-bottom: 0;
}
#concept #concept_list .concept_cont > div {
  width: calc(50% - 20px);
}
@media only screen and (max-width:1022px) {
  #concept #concept_list .concept_cont > div {
    width: 100%;
  }
}
@media only screen and (max-width:1022px) {
  #concept #concept_list .concept_cont > div.concept_img {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width:1022px) {
  #concept #concept_list .concept_cont > div.concept_text {
    padding: 0 13px;
  }
}
#concept #concept_list .concept_cont > div.concept_text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 1.5em;
}
#concept #concept_list .concept_cont > div.concept_text p {
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
#concept #concept_list #concept_cont001 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#concept #concept_list #concept_cont002 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#concept #concept_list #concept_cont003 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#concept #profile {
  max-width: 675px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width:766px) {
  #concept #profile {
    display: block;
    max-width: 220px;
  }
}
#concept #profile #profile_img {
  width: 238px;
}
@media only screen and (max-width:766px) {
  #concept #profile #profile_img {
    padding: 0 14px;
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#concept #profile #profile_text {
  width: calc(100% - 238px);
  padding-left: 25px;
}
@media only screen and (max-width:766px) {
  #concept #profile #profile_text {
    width: 100%;
    padding-left: 0;
  }
}
#concept #profile #profile_text h3 {
  font-weight: 700;
  margin-bottom: 1.5em;
}
@media only screen and (max-width:766px) {
  #concept #profile #profile_text h3 {
    text-align: center;
  }
}
#concept #profile #profile_text p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
@media only screen and (max-width:766px) {
  #concept #profile #profile_text p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#menu {
  padding: 110px 35px;
  background: #5e4e15;
}
@media only screen and (max-width:1022px) {
  #menu {
    background: #5e4e15;
  }
}
@media only screen and (max-width:766px) {
  #menu {
    padding: 130px 20px;
  }
}
#menu #menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width:1022px) {
  #menu #menu_inner {
    display: block;
    padding: 0;
  }
}
#menu #menu_inner #menu_h2 {
  width: 170px;
}
@media only screen and (max-width:1022px) {
  #menu #menu_inner #menu_h2 {
    width: 100%;
    padding: 0 25px 165px 25px;
  }
}
#menu #menu_inner #menu_cont {
  width: calc(100% - 170px);
  padding-left: 82px;
}
@media only screen and (max-width:1022px) {
  #menu #menu_inner #menu_cont {
    width: 100%;
    padding-left: 0;
  }
}
#menu #menu_inner #menu_cont #menu_cont_img {
  margin-bottom: 80px;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont #menu_cont_img {
    margin-bottom: 50px;
    margin-right: -10px;
    margin-left: -10px;
  }
}
#menu #menu_inner #menu_cont h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont h3 {
    padding-left: 25px;
  }
}
#menu #menu_inner #menu_cont h3 span#menu_ttl_sub {
  font-size: 14px;
  font-size: 0.875rem;
}
#menu #menu_inner #menu_cont h3 span#menu_ttl_caution {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont h3 span#menu_ttl_caution {
    display: block;
  }
}
#menu #menu_inner #menu_cont .menu_sec {
  margin-bottom: 115px;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont .menu_sec {
    margin-bottom: 100px;
  }
}
#menu #menu_inner #menu_cont .menu_sec:last-of-type {
  margin-bottom: 0;
}
#menu #menu_inner #menu_cont .menu_sec h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Frank Ruhl Libre", sans-serif;
  margin-bottom: 1em;
}
#menu #menu_inner #menu_cont .menu_sec h4 span {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  margin-left: 2em;
  font-weight: 600;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont .menu_sec h4 {
    font-size: 22px;
    font-size: 1.375rem;
    padding-left: 25px;
    margin-bottom: 0.5em;
  }
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont {
  background: #333333;
  position: relative;
  padding: 20px 20px 20px 250px;
  min-height: 240px;
  margin-bottom: 30px;
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont .menu_sec .menu_sec_cont {
    padding: 0px 0px 25px 0px;
    min-height: 385px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta {
    display: table;
    margin-bottom: 0.5em;
  }
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta .menu_img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px;
  height: 200px;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta .menu_img {
    display: table-cell;
    position: inherit;
    width: 51%;
    height: auto;
  }
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta .menu_info {
  zoom: 1;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1.5em;
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta .menu_info:before, #menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta .menu_info:after {
  content: "";
  display: table;
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta .menu_info:after {
  clear: both;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta .menu_info {
    display: table-cell;
    width: 49%;
    vertical-align: bottom;
    position: relative;
  }
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta .menu_info h5 {
  float: left;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta .menu_info h5 {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta .menu_info .menu_price {
  float: right;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta .menu_info .menu_price {
    float: none;
    padding-left: 10px;
  }
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_meta .menu_info .menu_price span {
  font-size: 12px;
  font-size: 0.75rem;
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_text {
  width: 100%;
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_text .menu_text_description {
  min-height: 103px;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_text .menu_text_description {
    padding: 0 25px;
  }
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_text .menu_text_description p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8em;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_text .menu_text_description {
    min-height: 130px;
  }
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_text dl.menu_detail {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width:766px) {
  #menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_text dl.menu_detail {
    padding: 0 25px;
  }
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_text dl.menu_detail dt {
  background: #886f05;
  text-align: center;
  padding: 15px;
  line-height: 1em;
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_text dl.menu_detail dt:hover {
  cursor: pointer;
  opacity: 0.6;
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_text dl.menu_detail dt span:after {
  content: "";
  width: 13px;
  height: 7px;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  display: inline-block;
  margin-left: 36px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  font-size: 12px;
  font-size: 0.75rem;
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_text dl.menu_detail dt.active span:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#menu #menu_inner #menu_cont .menu_sec .menu_sec_cont .menu_text dl.menu_detail dd {
  padding-top: 20px;
  display: none;
  line-height: 1.7em;
}

#access {
  padding: 300px 0;
}
@media only screen and (max-width:766px) {
  #access {
    padding: 320px 0 150px 0;
  }
}
#access #access_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:766px) {
  #access #access_inner {
    display: block;
  }
}
#access #access_inner #access_left {
  width: 255px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8em;
}
@media only screen and (max-width:766px) {
  #access #access_inner #access_left {
    width: 100%;
    margin-bottom: 2em;
  }
}
#access #access_inner #access_left .ttl {
  margin-bottom: 115px;
}
#access #access_inner #access_left table {
  margin-bottom: 1em;
}
#access #access_inner #access_left table th, #access #access_inner #access_left table td {
  padding: 3px 0;
}
#access #access_inner #access_right {
  width: calc(100% - 255px);
}
@media only screen and (max-width:766px) {
  #access #access_inner #access_right {
    width: 100%;
  }
}

#mail {
  padding-bottom: 220px;
}
@media only screen and (max-width:766px) {
  #mail {
    padding-bottom: 160px;
  }
}
#mail #mail_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:766px) {
  #mail #mail_inner {
    display: block;
  }
}
#mail #mail_inner #mail_h2 {
  width: 318px;
}
@media only screen and (min-width:767px) and (max-width:1022px) {
  #mail #mail_inner #mail_h2 {
    width: 250px;
  }
}
@media only screen and (max-width:766px) {
  #mail #mail_inner #mail_h2 {
    width: 100%;
    margin-bottom: 220px;
  }
}
#mail #mail_inner #mail_cont {
  width: calc(100% - 318px);
}
@media only screen and (min-width:767px) and (max-width:1022px) {
  #mail #mail_inner #mail_cont {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width:766px) {
  #mail #mail_inner #mail_cont {
    width: 100%;
  }
}
#mail #mail_inner #mail_cont > p {
  margin-bottom: 2em;
}
#mail #mail_inner #mail_cont #mail_cont_bt {
  margin-bottom: 30px;
}
@media only screen and (max-width:766px) {
  #mail #mail_inner #mail_cont #mail_cont_bt {
    margin-bottom: 10px;
  }
}
#mail #mail_inner #mail_cont #mail_cont_bt a {
  display: block;
  background: #CB9726;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding: 25px 10px;
  margin-bottom: 5px;
  letter-spacing: 8px;
}
#mail #mail_inner #mail_cont #mail_cont_bt p {
  font-size: 12px;
  font-size: 0.75rem;
}
#mail #mail_inner #mail_cont table#form {
  width: 100%;
}
#mail #mail_inner #mail_cont table#form th, #mail #mail_inner #mail_cont table#form td {
  border-bottom: 1px solid #666666;
  padding: 20px 4px;
  margin-bottom: 20px;
  text-align: left;
  vertical-align: top;
}
#mail #mail_inner #mail_cont table#form th {
  width: 125px;
}
@media only screen and (max-width:766px) {
  #mail #mail_inner #mail_cont table#form th {
    width: 7em;
  }
  #mail #mail_inner #mail_cont table#form th label {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#mail #mail_inner #mail_cont table#form th#submit {
  border: none;
  padding-top: 30px;
}
#mail #mail_inner #mail_cont table#form th button[type=submit] {
  display: block;
  width: 350px;
  padding: 10px 27px;
  background: #886f05;
  border: none;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: left;
  position: relative;
}
@media only screen and (max-width:766px) {
  #mail #mail_inner #mail_cont table#form th button[type=submit] {
    width: 100%;
  }
}
#mail #mail_inner #mail_cont table#form th button[type=submit]:hover {
  opacity: 0.6;
  cursor: pointer;
}
#mail #mail_inner #mail_cont table#form th button[type=submit] span:after {
  position: absolute;
  top: 50%;
  left: 90px;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
}
#mail #mail_inner #mail_cont table#form th #privacy_policy {
  padding: 5px 25px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #886f05;
  font-family: "Frank Ruhl Libre", sans-serif;
}
#mail #mail_inner #mail_cont table#form th #privacy_policy:hover {
  opacity: 0.6;
  cursor: pointer;
}
#mail #mail_inner #mail_cont table#form td input, #mail #mail_inner #mail_cont table#form td textarea, #mail #mail_inner #mail_cont table#form td select {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  padding: 5px;
}
#mail #mail_inner #mail_cont table#form td select {
  color: #808080;
}
@media only screen and (max-width:766px) {
  #mail #mail_inner #mail_cont table#form td select {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
#mail #mail_inner #mail_cont table#form td input::-webkit-input-placeholder {
  color: #808080;
}
#mail #mail_inner #mail_cont table#form td input::-moz-placeholder {
  color: #808080;
}
#mail #mail_inner #mail_cont table#form td input:-ms-input-placeholder {
  color: #808080;
}
#mail #mail_inner #mail_cont table#form td input::-ms-input-placeholder {
  color: #808080;
}
#mail #mail_inner #mail_cont table#form td input::placeholder {
  color: #808080;
}
@media only screen and (max-width:766px) {
  #mail #mail_inner #mail_cont table#form td input::-webkit-input-placeholder {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #mail #mail_inner #mail_cont table#form td input::-moz-placeholder {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #mail #mail_inner #mail_cont table#form td input:-ms-input-placeholder {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #mail #mail_inner #mail_cont table#form td input::-ms-input-placeholder {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #mail #mail_inner #mail_cont table#form td input::placeholder {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
#mail #mail_inner #mail_cont table#form td textarea {
  height: 135px;
}
@media only screen and (max-width:766px) {
  #mail #mail_inner #mail_cont table#form td textarea::-webkit-input-placeholder {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #mail #mail_inner #mail_cont table#form td textarea::-moz-placeholder {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #mail #mail_inner #mail_cont table#form td textarea:-ms-input-placeholder {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #mail #mail_inner #mail_cont table#form td textarea::-ms-input-placeholder {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #mail #mail_inner #mail_cont table#form td textarea::placeholder {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
#mail #mail_inner #mail_cont #privacy_google {
  padding-left: 25px;
  margin-top: -20px;
}
#mail #mail_inner #mail_cont #privacy_google p {
  color: #666666;
  line-height: 1.5em;
  font-size: 10px;
  font-size: 0.625rem;
}
#mail #mail_inner #mail_cont #privacy_google p a {
  color: #666666;
}
#mail #mail_inner #mail_cont #contact_phone {
  margin-top: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media only screen and (max-width:766px) {
  #mail #mail_inner #mail_cont #contact_phone {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#mail #mail_inner #mail_cont #contact_phone span {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin-left: 3em;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width:1022px) {
  #mail #mail_inner #mail_cont #contact_phone span {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-width:766px) {
  #mail #mail_inner #mail_cont #contact_phone span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* MODAL
-------------------------------------------------------------- */
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 200;
}
#modal #modal_wrap {
  height: 100%;
  overflow: scroll;
  padding: 60px 25px;
}
#modal #modal_wrap #modal_close {
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  width: 23px;
  height: 23px;
  background: url(../images/common/bt_close.png) no-repeat;
  background-size: 23px auto;
  text-indent: -99999px;
}
@media only screen and (max-width:766px) {
  #modal #modal_wrap #modal_close {
    top: 20px;
    right: 15px;
  }
}
#modal #modal_wrap #modal_close:hover {
  cursor: pointer;
  opacity: 0.6;
}
#modal #modal_wrap #modal_cont {
  max-width: 795px;
  margin: 0 auto;
}
#modal #modal_wrap #modal_cont h2 {
  text-align: center;
  font-size: 27px;
  font-size: 1.6875rem;
  margin-bottom: 55px;
  font-family: "Frank Ruhl Libre", sans-serif;
  color: #666666;
}
#modal #modal_wrap #modal_cont #modal_body p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 2em;
  color: #666666;
}
#modal #modal_wrap #modal_cont #modal_body p:last-child {
  margin-bottom: 0;
}

/* NEWS
-------------------------------------------------------------- */
.news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 160px 35px;
}
@media only screen and (max-width:766px) {
  .news_wrap {
    display: block;
  }
}
.news_wrap .news_h2 {
  width: 315px;
}
@media only screen and (min-width:767px) and (max-width:1022px) {
  .news_wrap .news_h2 {
    width: 250px;
  }
}
@media only screen and (max-width:766px) {
  .news_wrap .news_h2 {
    width: 100%;
    margin-bottom: 190px;
  }
}
.news_wrap .news_list {
  width: calc(100% - 315px);
}
@media only screen and (min-width:767px) and (max-width:1022px) {
  .news_wrap .news_list {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width:766px) {
  .news_wrap .news_list {
    width: 100%;
  }
}
.news_wrap .news_list ul li {
  margin-bottom: 130px;
}
.news_wrap .news_list ul li:last-child {
  margin-bottom: 0;
}
.news_wrap .news_list ul li .news_ttl_detail {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 15px 5px;
  position: relative;
  padding-left: 100px;
}
.news_wrap .news_list ul li .news_ttl_detail .news_day {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Frank Ruhl Libre", sans-serif;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news_wrap .news_list ul li .news_cont {
  padding: 25px 0 0px 100px;
}
.news_wrap .news_list ul li .news_cont p {
  margin-bottom: 1.5em;
}
.news_wrap .news_list ul li .news_cont p:last-child {
  margin-bottom: 0;
}
.news_wrap .news_list ul li .news_cont a {
  text-decoration: underline;
}

/* WORDPRESS
-------------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 8px !important;
  padding: 5px 2px !important;
  line-height: 1em !important;
  border: none !important;
  font-weight: 700;
}
@media only screen and (max-width:766px) {
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 5px !important;
  }
}
.wp-pagenavi span.pages {
  border: none;
}
.wp-pagenavi span.current {
  position: relative;
  border-bottom: 1px solid #fff !important;
}
@media only screen and (max-width:766px) {
  .wp-pagenavi span.current {
    padding-bottom: 5px !important;
  }
}

.slick-arrow {
  width: 100px;
  height: 100%;
  text-indent: -999999px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  z-index: 50;
  background: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width:766px) {
  .slick-arrow {
    /*
    width: 16px;
    		height: 61px;
    */
    display: none !important;
  }
}
.slick-arrow:hover {
  opacity: 1 !important;
  cursor: pointer;
}
.slick-arrow:focus {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.6);
}
.slick-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 54px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 54px auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-next {
  right: 0px;
}
.slick-next:after {
  right: 15px;
  background-image: url(../images/common/arrow_r.png);
}

.slick-prev {
  left: 0px;
  z-index: 10;
}
.slick-prev:after {
  left: 15px;
  background-image: url(../images/common/arrow_l.png);
}

.slick-dots {
  bottom: -60px;
}
.slick-dots li button {
  width: 10px;
}

.slick-dots li button:before {
  font-size: 10px;
}

.slick-disabled {
  display: none !important;
}

.wpcf7-spinner {
  display: block !important;
  margin: 0 auto !important;
}
.wpcf7-spinner:before {
  left: 0 !important;
}

.wpcf7-response-output {
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width:766px) {
  .wpcf7-response-output {
    text-align: left !important;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}