@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: medium;
  font-weight: normal;
}

li {
  list-style-type: none;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
  display: inline-block;
  transition: 0.25s;
}
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Zen Old Mincho", serif;
  color: #231815;
}
@media screen and (max-width: 950px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.body_e {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
}

@media screen and (min-width: 950px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .pc-only {
    display: none !important;
  }
}

.hide {
  display: none;
}

* {
  box-sizing: border-box;
  line-height: 1.75em;
}
@media screen and (max-width: 950px) {
  * {
    line-height: 1.5em;
  }
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.rt_l {
  font-size: 10px;
  font-size: 0.625rem;
}

.rt_s {
  font-size: 7px;
  font-size: 0.4375rem;
}

.rt_sg {
  font-size: 7px;
  font-size: 0.4375rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
}

.diagonal {
  font-weight: bold;
  font-style: italic;
}

.diagonal_n {
  font-weight: normal;
  font-style: italic;
}

.diagonal_g {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
}

.f_gothic {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: normal;
}

.f_mincho {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", serif;
  font-weight: normal;
}

.f_calibri {
  font-family: "Calibri", "Calibri", sans-serif;
  font-weight: bold;
}

.link_download {
  text-align: center;
  margin: 30px auto 0;
}
.link_download a {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 950px) {
  .link_download a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.link_download a {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
  color: #AF861E;
  text-decoration: underline;
  -webkit-text-decoration: underline;
  padding: 10px 14px;
  background-color: #fff;
}
.link_download a:hover {
  background-color: rgba(175, 134, 30, 0.3);
}
.link_download .icon {
  margin-left: 10px;
}

.js-fade, .js-fade-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2.5s, visibility 2.5s, transform 2.5s;
}
@media screen and (max-width: 950px) {
  .js-fade, .js-fade-top {
    transition: opacity 3s, visibility 3s, transform 3s;
  }
}

.js-fade-top {
  transition: opacity 4s, visibility 4s, transform 4s;
}

.img_title {
  transition: opacity 4.5s, visibility 4.5s, transform 4.5s;
}

.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 950px) {
  .is-show {
    transition-delay: 0.5s;
  }
  .is-show.delay-1 {
    transition-delay: 1s;
  }
  .is-show.delay-2 {
    transition-delay: 1.7s;
  }
}

@media screen and (min-width: 950px) {
  .is-show.js-fade-top.delay-1 {
    transition-delay: 2.5s;
  }
  .is-show.js-fade-top.delay-2 {
    transition-delay: 4s;
  }
  .is-show.js-fade-top.delay-3 {
    transition-delay: 5.5s;
  }
}

header {
  width: 100%;
  transition: 0.6s;
  background-color: #231815;
  border-bottom: 1px solid #fff;
  color: #fff;
  position: relative;
  position: fixed;
  top: 0;
  z-index: 10000;
}
@media screen and (max-width: 950px) {
  header {
    height: 80px;
    position: fixed;
    top: 0;
  }
}
header .inner {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  position: relative;
}
header .inner .language {
  display: flex;
}
header .inner .language .l_jp {
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}
header .inner .language .l_en {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
header .inner .language .a_1 {
  pointer-events: none;
}
header .inner .language .a_2 {
  pointer-events: auto;
}
@media screen and (max-width: 950px) {
  header .inner .language {
    display: none;
  }
}
header .news {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 15px;
}
@media screen and (max-width: 950px) {
  header .news {
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 8px;
  }
}
header .news_e {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 15px;
}
@media screen and (max-width: 950px) {
  header .news_e {
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 8px;
  }
}
header .insta_link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #AF861E;
  background-color: #fff;
  margin-right: 16px;
}
@media screen and (min-width: 950px) {
  header .insta_link:hover {
    background-color: rgba(175, 134, 30, 0.3);
  }
}
@media screen and (max-width: 950px) {
  header .insta_link {
    border-style: none;
    padding: 0;
  }
}
header .insta_link .insta_img {
  width: 38px;
}
@media screen and (max-width: 950px) {
  header .insta_link .insta_img {
    width: 45px;
  }
}
header .insta_link .insta_text {
  padding-left: 12px;
}
header .insta_link .insta_text p {
  color: #AF861E;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  header .insta_link {
    background-color: #231815;
  }
}
header .nav_btn {
  height: 46px;
  cursor: pointer;
}
header .nav_btn .close_btn {
  display: none;
}
header.active {
  background-color: #231815;
  position: fixed;
}
@media screen and (max-width: 950px) {
  header.active {
    border-bottom: 1px solid #fff;
  }
}
header.active .nav_btn .close_btn {
  height: 46px;
  display: block;
}
header.active .nav_btn .open_btn {
  display: none;
}
header.active .language .l_en {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
header.active .language .l_jp {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 950px) {
  header.active .language {
    display: none;
  }
}

nav {
  position: absolute;
  z-index: 1000;
  top: 75px;
  width: 100%;
  background-color: #231815;
  position: fixed;
}
nav .nav_link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #fff;
  margin: auto;
}
nav .nav_link li {
  border-bottom: 1px solid #fff;
}
nav .nav_link li a {
  width: 100%;
  padding: 12px 0;
  color: #fff;
}
nav .nav_link li a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
@media screen and (max-width: 950px) {
  nav .nav_link li a {
    padding: 10px 0;
  }
}
@media screen and (min-width: 950px) {
  nav .inner {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 100px;
  }
  nav .img {
    width: 270px;
    margin-right: 90px;
  }
  nav .nav_link {
    width: 500px;
  }
  nav .l-l-wp {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  nav {
    position: fixed;
    top: 80px;
  }
  nav .inner {
    justify-content: center;
    margin: 45px 5% 55px;
  }
  nav .img {
    max-width: 35%;
    margin: 0 auto 40px;
  }
  nav .l-l-wp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .l-l-wp .l_jp_sp {
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal;
    padding-left: 15px;
  }
  nav .l-l-wp .l_jp_sp a {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal;
  }
  nav .l-l-wp .l_en_sp {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    padding-left: 15px;
  }
  nav .l-l-wp .l_en_sp a {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal;
  }
  nav .a_1 {
    pointer-events: none;
  }
  nav .a_2 {
    pointer-events: auto;
  }
}

.hero {
  width: 100%;
  margin-top: 75px;
}
@media screen and (max-width: 950px) {
  .hero {
    margin-top: 80px;
  }
}
.hero .mv_img {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  margin: auto;
}
.hero .mv_img img {
  width: 100%;
}
@media screen and (max-width: 950px) {
  .hero .mv_img img {
    max-width: 100%;
  }
}

footer {
  padding: 30px 5% 20px;
  color: #231815;
  background-color: #DCBB6D;
  text-align: center;
}
footer .logo {
  width: 110px;
  margin: auto;
}
footer .logo img {
  max-width: 100%;
}
footer .link {
  margin: 30px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .link li {
  border-left: 1px solid #231815;
  padding: 0 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
footer .link li:last-child {
  border-right: 1px solid #231815;
}
footer .link li a {
  line-height: 1.75;
}
@media screen and (max-width: 950px) {
  footer .link {
    flex-wrap: wrap;
  }
  footer .link li {
    padding: 0 0.8em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1em;
  }
}
footer .copyright {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
}

#to-top {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}
@media screen and (max-width: 950px) {
  #to-top {
    bottom: 25px;
    right: 10px;
  }
}
#to-top img {
  width: 50px;
  height: 50px;
}

.main-poli_inner {
  padding-top: 50px;
  padding-bottom: 150px;
  margin: 100px auto 0;
  max-width: 900px;
  width: 90%;
}
@media screen and (max-width: 950px) {
  .main-poli_inner {
    padding-bottom: 48px;
  }
}
.main-poli_inner .poli_title {
  font-size: 40px;
  font-weight: bold;
  color: #231815;
  border-bottom: 1px solid #AF861E;
  margin-bottom: 50px;
}
.main-poli_inner .poli-sec {
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-poli_inner .poli-sec .sub-poli_title {
  font-weight: bold;
}
.main-poli_inner .poli-sec .sub-poli_title span {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 3px;
}
.main-poli_inner .poli-sec .link_un, .main-poli_inner .poli-sec a.link_un:link {
  text-decoration: underline 1px solid;
  -webkit-text-decoration: underline 1px solid;
}
.main-poli_inner .poli-sec .link_un:hover, .main-poli_inner .poli-sec a.link_un:link:hover {
  text-decoration: none;
}
@media screen and (max-width: 950px) {
  .main-poli_inner .poli-sec .link_un, .main-poli_inner .poli-sec a.link_un:link {
    text-decoration: none;
    border-bottom: 1px solid #000;
  }
}

.cookie_popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
.cookie_popup .close-btn {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  padding: 7px;
  line-height: 0.7;
  position: absolute;
  top: -39px;
  right: 0;
}
.cookie_popup .cookie_inner {
  background-color: rgba(0, 0, 0, 0.85);
  padding-bottom: 15px;
  padding: 20px 20px 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cookie_popup .cookie_inner .cookie-text p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
}
.cookie_popup .cookie_inner .cookie-text p .cookie-bold {
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .cookie_popup .cookie_inner .cookie-text p .cookie-url {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 950px) {
  .cookie_popup .cookie_inner .cookie-text p {
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.7;
  }
}
.cookie_popup .cookie_inner .cookie-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}
.cookie_popup .cookie_inner .cookie-button #cookie-accept {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.cookie_popup .cookie_inner .cookie-button #cookie-accept:hover {
  opacity: 0.5;
}
@media screen and (max-width: 425px) {
  .cookie_popup .cookie_inner .cookie-button #cookie-accept {
    width: 100%;
  }
}
.cookie_popup .cookie_inner .cookie-button #cookie-decline {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.cookie_popup .cookie_inner .cookie-button #cookie-decline:hover {
  opacity: 0.5;
}
@media screen and (max-width: 425px) {
  .cookie_popup .cookie_inner .cookie-button #cookie-decline {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .cookie_popup .cookie_inner .cookie-button {
    padding-top: 0;
  }
}
@media screen and (max-width: 425px) {
  .cookie_popup .cookie_inner .cookie-button {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .cookie_popup .cookie_inner {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wrap {
  max-width: 900px;
  width: 90%;
  margin: auto;
}

.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .flex_box {
    flex-direction: column;
    justify-content: center;
  }
}

.item {
  width: 100%;
  padding-bottom: 16px;
}
@media screen and (min-width: 950px) {
  .item.w_half {
    width: calc((100% - 48px) / 2);
    margin: auto;
  }
}

.title_l {
  border-top: 1px solid #AF861E;
  border-bottom: 1px solid #AF861E;
  padding: 0.1em;
  color: #231815;
  font-weight: 900;
}

.title_le {
  border-top: 1px solid #AF861E;
  border-bottom: 1px solid #AF861E;
  padding: 0.1em;
  color: #231815;
  font-weight: bold;
}

hr {
  border: none;
  border-top: 1px solid #AF861E;
}

.m-top_4 {
  margin-top: 4px;
}

.m-top_8 {
  margin-top: 8px;
}

.m-top_10 {
  margin-top: 10px;
}

.l_line:link, .l_line:visited, .l_line:active {
  text-decoration: underline 1px solid;
  -webkit-text-decoration: underline;
}
@media screen and (min-width: 950px) {
  .l_line:hover {
    text-decoration: none;
  }
}

.l_line_white:link, .l_line_white:visited, .l_line_white:active {
  text-decoration: underline 0.5px solid;
  -webkit-text-decoration: underline; /* Safari対応 */
}
@media screen and (min-width: 950px) {
  .l_line_white:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 950px) {
  .link-f-size {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 425px) {
  .link-f-size {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

#sec_intro {
  font-weight: bold;
  background-image: url(../images/bk/bk_intro.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#sec_intro .wrap {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 24px;
}
@media screen and (max-width: 950px) {
  #sec_intro .wrap {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
#sec_intro .wrap h3 {
  font-size: 39px;
  font-size: 2.4375rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #AF861E;
  margin-bottom: 16px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #sec_intro .wrap h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.42em;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 375px) {
  #sec_intro .wrap h3 {
    padding-top: 0;
  }
}
#sec_intro .wrap .intro-title_en {
  line-height: 1.55;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 950px) {
  #sec_intro .wrap .intro-title_en {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#sec_intro .wrap .at_img01 {
  position: absolute;
  top: -2em;
  right: 3em;
}
#sec_intro .wrap .at_img01 img {
  width: 6em;
}
@media screen and (max-width: 950px) {
  #sec_intro .wrap .at_img01 {
    display: none;
  }
}
#sec_intro .wrap p {
  line-height: 2;
}
@media screen and (max-width: 950px) {
  #sec_intro .wrap p {
    line-height: 1.75;
  }
}
#sec_intro .wrap .title_l {
  color: #B53033;
  font-weight: 900;
}
@media screen and (max-width: 950px) {
  #sec_intro .wrap .title_l {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
#sec_intro .wrap h5 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#sec_intro .wrap .intro_list {
  padding-bottom: 100px;
}
@media screen and (max-width: 950px) {
  #sec_intro .wrap .intro_list {
    padding-bottom: 32px;
  }
}
#sec_intro .wrap .intro_list li {
  border-bottom: 1px solid #AF861E;
  padding: 20px 0;
}
@media screen and (max-width: 950px) {
  #sec_intro {
    background-image: url(../images/sp/bk_in.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}

#sec_main {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #DCBB6D;
}
@media screen and (max-width: 950px) {
  #sec_main {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
#sec_main .main-title {
  text-align: center;
}
#sec_main .main-title h3 {
  font-size: 39px;
  font-size: 2.4375rem;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  #sec_main .main-title h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
#sec_main .main-title p {
  font-weight: bold;
  margin-top: 8px;
}
#sec_main .content {
  background-color: #fff;
  padding: 48px 88px 56px 88px;
}
@media screen and (max-width: 950px) {
  #sec_main .content {
    padding: 24px 5% 0;
  }
}
#sec_main .content h5 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #sec_main .content h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#sec_main .content .do-shokusaie {
  padding: 24px 0;
  margin-bottom: 32px;
}
#sec_main .content .do-shokusaie .main-caption {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  background-color: #AF861E;
  padding-top: 8px;
  padding-bottom: 2px;
}
#sec_main .content .do-shokusaie .main-caption .era {
  font-weight: 300;
}
@media screen and (max-width: 950px) {
  #sec_main .content .do-shokusaie .main-caption {
    text-align: left;
    padding: 2px 8px;
  }
}
#sec_main .content .do-shokusaie .main-info {
  text-align: center;
  font-weight: 900;
  padding: 16px 0 8px;
}
@media screen and (max-width: 950px) {
  #sec_main .content .do-shokusaie .main-info {
    text-align: left;
  }
}
#sec_main .content .do-shokusaie .fea_border {
  border-bottom: 1px solid #AF861E;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
#sec_main .content .do-shokusaie .period {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #B53033;
  font-weight: 900;
  margin: 8px 0;
}
@media screen and (max-width: 950px) {
  #sec_main .content .do-shokusaie .period {
    margin-top: 16px;
  }
}
@media screen and (max-width: 950px) {
  #sec_main .content .do-shokusaie .flex_box {
    flex-direction: row;
    justify-content: space-between;
  }
}
#sec_main .content .do-shokusaie .flex_box .unit {
  width: calc((100% - 15px) / 2);
}
#sec_main .content .do-shokusaie .flex_box .unit .img {
  margin-bottom: 8px;
}
#sec_main .content .do-shokusaie .flex_box .unit .caption {
  font-weight: 900;
  font-size: 14px;
  font-size: 0.875rem;
}
#sec_main .content .do-shokusaie .oth_caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 950px) {
  #sec_main .content .do-shokusaie {
    padding: 16px 0;
  }
}
#sec_main .content .original {
  margin-bottom: 32px;
}
#sec_main .content .original .flex-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
}
#sec_main .content .original .flex-caption .caption_replia {
  width: 50%;
}
#sec_main .content .original .flex-caption .caption_replia .caption_title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
}
#sec_main .content .original .flex-caption .caption_replia .caption_title span {
  background-color: #AF861E;
  outline: 1px solid #AF861E;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 2px 4px;
}
@media screen and (max-width: 950px) {
  #sec_main .content .original .flex-caption .caption_replia .caption_title {
    line-height: 2;
  }
}
@media screen and (max-width: 950px) {
  #sec_main .content .original .flex-caption .caption_replia .caption_title_en {
    line-height: initial;
  }
}
#sec_main .content .original .flex-caption .caption_replia .period {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 950px) {
  #sec_main .content .original .flex-caption .caption_replia {
    width: 100%;
  }
}
#sec_main .content .original .flex-caption .caption_original {
  width: 50%;
}
#sec_main .content .original .flex-caption .caption_original .caption_title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
}
#sec_main .content .original .flex-caption .caption_original .caption_title span {
  border: 1px solid #231815;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 2px 3px;
}
@media screen and (max-width: 950px) {
  #sec_main .content .original .flex-caption .caption_original .caption_title {
    line-height: 2;
  }
}
#sec_main .content .original .flex-caption .caption_original .period {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 950px) {
  #sec_main .content .original .flex-caption .caption_original {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  #sec_main .content .original .flex-caption .caption_original .caption_title_en {
    line-height: initial;
  }
}
@media screen and (max-width: 950px) {
  #sec_main .content .original .flex-caption {
    flex-direction: column;
    margin-top: 8px;
  }
}
#sec_main .content #replica .sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #B53033;
  font-weight: 900;
  display: flex;
  align-items: center;
  margin: 16px 0;
}
#sec_main .content #replica .sub-title::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #B53033;
  margin-right: 10px;
}
@media screen and (max-width: 950px) {
  #sec_main .content #replica .sub-title::before {
    display: none;
  }
}
#sec_main .content #replica .sub-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #B53033;
  margin-left: 10px;
}
@media screen and (max-width: 950px) {
  #sec_main .content #replica .sub-title::after {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  #sec_main .content #replica .sub-title {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#sec_main .content #replica p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.75;
}
#sec_main .content #replica .par-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 24px 0 56px;
}
#sec_main .content #replica .par-logo .logo_01 {
  width: 110px;
}
#sec_main .content #replica .par-logo .logo_02 {
  width: 130px;
}
#sec_main .content #replica .par-logo .logo_03 {
  width: 200px;
}
@media screen and (max-width: 950px) {
  #sec_main .content #replica .par-logo {
    flex-direction: column;
    gap: 16px;
    margin: 16px 0 32px;
  }
}
#sec_main .content #photo .sub-title {
  color: #B53033;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 16px 0;
}
#sec_main .content #photo p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.75;
}
@media screen and (max-width: 950px) {
  #sec_main .content #photo p {
    padding-bottom: 16px;
  }
}

.sec_info {
  background-image: url(../images/bk/bk_info.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (max-width: 950px) {
  .sec_info {
    padding-top: 32px;
    padding-bottom: 56px;
    background-image: linear-gradient(90deg, rgb(253, 235, 237), rgb(255, 252, 210));
    background-size: contain;
    background-repeat: repeat-y;
  }
}
.sec_info .content {
  background-color: #fff;
  border: 5px solid #AF861E;
  padding: 56px 48px 32px 48px;
}
@media screen and (max-width: 950px) {
  .sec_info .content {
    padding: 24px 5% 30px;
  }
}
.sec_info .content h5 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .sec_info .content h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.sec_info hr {
  margin: 50px -50px 30px;
  border-color: #AF861E;
}
@media screen and (max-width: 950px) {
  .sec_info hr {
    margin: 30px -6% 20px;
  }
}
.sec_info dl {
  max-width: 817px;
  width: 90%;
  margin: 16px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
}
@media screen and (max-width: 950px) {
  .sec_info dl {
    flex-direction: column;
    width: 100%;
    margin: 8px auto;
  }
}
.sec_info dt {
  width: 156px;
  font-weight: 900;
}
@media screen and (max-width: 950px) {
  .sec_info dt {
    width: 100%;
    display: flex;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 8px 0 5px;
  }
  .sec_info dt::before {
    display: inline;
    content: "[";
    margin-right: 4px;
  }
  .sec_info dt::after {
    display: inline;
    content: "]";
    margin-left: 4px;
  }
}
.sec_info dt .o-text_e {
  font-size: 14px;
  font-size: 0.875rem;
}
.sec_info dd {
  width: calc(100% - 156px);
}
.sec_info dd .text_at {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}
@media screen and (max-width: 950px) {
  .sec_info dd {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .sec_info dd .insta_a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.sec_info .contant {
  margin: 0;
}
.sec_info .contant dt {
  width: 264px;
}
.sec_info .contant dd {
  width: calc(100% - 264px);
}
.sec_info .text_m {
  font-size: 13px;
  font-size: 0.8125rem;
}
.sec_info .text_m .link-w {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}
.sec_info .text_s {
  font-size: 12px;
  font-size: 0.75rem;
}
.sec_info .text_s .ht-link {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}
.sec_info .text_ss {
  font-size: 13px;
  font-size: 0.8125rem;
}
.sec_info .link_btn-box {
  text-align: left;
  margin-top: 20px;
}
.sec_info .link_btn-box .link_btn {
  border: 1px solid #AF861E;
  padding: 0.4em 1.5em;
  color: #AF861E;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
  display: inline-block;
}
@media screen and (min-width: 950px) {
  .sec_info .link_btn-box .link_btn:hover {
    background-color: rgba(175, 134, 30, 0.3);
  }
}
@media screen and (max-width: 950px) {
  .sec_info .link_btn-box .link_btn {
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .sec_info .link_btn-box {
    text-align: center;
  }
}
.sec_info .infomation {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
}
@media screen and (max-width: 950px) {
  .sec_info .infomation {
    text-align: left;
  }
}
.sec_info #event {
  margin-top: 56px;
}
.sec_info #event .group {
  margin-top: 24px;
  text-align: center;
}
.sec_info #event .group .event-ex {
  text-align: left;
}
.sec_info #event .group .group-item {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 24px;
}
.sec_info #event .group .group-item .item-info {
  width: 60%;
}
.sec_info #event .group .group-item .item-info .title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #AF861E;
  margin-top: 16px;
  font-weight: 900;
}
@media screen and (max-width: 950px) {
  .sec_info #event .group .group-item .item-info .title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0;
  }
}
.sec_info #event .group .group-item .item-info .note {
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 950px) {
  .sec_info #event .group .group-item .item-info {
    width: 100%;
    margin-bottom: 16px;
  }
}
.sec_info #event .group .group-item .item-img {
  width: 35%;
}
@media screen and (max-width: 950px) {
  .sec_info #event .group .group-item .item-img {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .sec_info #event .group .group-item {
    flex-direction: column;
  }
}
@media screen and (max-width: 950px) {
  .sec_info #event {
    margin-top: 32px;
  }
}
.sec_info #access {
  margin-top: 56px;
}
@media screen and (max-width: 950px) {
  .sec_info #access {
    margin-top: 32px;
  }
}
.sec_info #access .access_tex {
  margin-top: 24px;
}
@media screen and (max-width: 950px) {
  .sec_info #access .access_tex {
    margin-top: 16px;
  }
}
@media screen and (max-width: 950px) {
  .sec_info #access .access_tex .map_img {
    padding-bottom: 0;
  }
}
.sec_info #access .access_color {
  color: #B53033;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
}
.sec_info #access .name {
  font-weight: 900;
}
@media screen and (max-width: 950px) {
  .sec_info #access .name {
    margin-bottom: 16px;
  }
}
.sec_info #access .name-info {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
}
.sec_info #access .info {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (max-width: 950px) {
  .sec_info #access .info {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.sec_info #about {
  margin-top: 56px;
}
@media screen and (max-width: 950px) {
  .sec_info #about {
    margin-top: 32px;
  }
}
.sec_info #about .about_tex {
  margin-top: 16px;
}
@media screen and (max-width: 950px) {
  .sec_info #about .about_tex {
    line-height: 1.7;
  }
}
.sec_info #about .about_img {
  width: 361px;
  text-align: center;
  margin: auto;
  margin-top: 32px;
}
.sec_info #about .about_img img {
  max-width: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 950px) {
  .sec_info #about .about_img {
    width: 100%;
    margin-top: 16px;
  }
}
.sec_info #about .link_box {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.sec_info #about .link_box a {
  margin-left: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #231815;
}
@media screen and (max-width: 950px) {
  .sec_info #about .link_box a {
    margin-left: 0;
  }
}
.sec_info #about .link_box .a_e {
  margin-left: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #231815;
}
@media screen and (max-width: 950px) {
  .sec_info #about .link_box {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  .sec_info #about .link_box a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 950px) {
  .sec_info #about .about-insta a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 950px) {
  .sec_info {
    background-image: url(../images/sp/bk_in.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}/*# sourceMappingURL=style.css.map */