@charset "UTF-8";
/* reset
------------------------------------------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

picture {
  display: inline-block;
}

.wrapper {
  overflow-x: hidden;
}

p {
  line-height: 1.8;
}

ol, ul, menu, nav {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=reset],
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  display: block;
}

button, input[type=reset], input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #200909;
}

button, a, span, div, li {
  -webkit-tap-highlight-color: transparent;
}

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

.clearfix:after {
  clear: both;
}

img {
  width: 100%;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
}

.cont_sp {
  display: none !important;
}

@media (max-width: 850px) {
  .cont_sp {
    display: block !important;
  }
  .cont_pc {
    display: none !important;
  }
}
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 850px) {
  html {
    font-size: 14px;
  }
}

.font_en {
  font-family: sans-serif;
}

.font_sm {
  font-size: 12px;
}

body {
  position: relative;
  min-height: 100vh;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  left: 0;
}

.dspnon {
  display: none !important;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_indent {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.txt_smaller {
  font-size: 0.8em;
  vertical-align: middle;
}

.inner {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .inner {
    width: 88%;
  }
}
@media (max-width: 850px) {
  .inner {
    width: 100%;
    padding: 0 30px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 850px) {
  header {
    padding: 20px 30px;
  }
}
header.scroll {
  background: rgba(255, 255, 255, 0.8);
}
header .header_logo {
  width: 171px;
  line-height: 0;
}
@media (max-width: 850px) {
  header .header_logo {
    width: 171px;
  }
}
header .header_logo a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
header .header_logo a:hover {
  opacity: 0.6;
}
header .header_logo a .logo_wh {
  display: none;
}
header .header_logo.active a .logo_bl {
  display: none;
}
header .header_logo.active a .logo_wh {
  display: block;
}
header .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
header .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_nav ul li {
  margin-left: 30px;
}
header .header_nav ul li:first-child {
  margin-left: 0;
}
header .header_nav ul li a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header_nav ul li a span {
  display: block;
}
header .header_nav ul li a span:nth-child(1) {
  font-size: 12px;
  color: #000;
}
header .header_nav ul li a span:nth-child(2) {
  font-size: 16px;
  color: #24423e;
  font-weight: 700;
}
header .header_nav ul li a:hover {
  opacity: 0.6;
}

.home header .header_logo a .logo_bl {
  display: none;
}
.home header .header_logo a .logo_wh {
  display: block;
}
.home header .header_nav ul li a span:nth-child(1) {
  color: #fff;
}
.home header .header_nav ul li a span:nth-child(2) {
  color: #fff;
}
.home header .header_ham::before,
.home header .header_ham::after {
  background: #fff;
}
.home header.scroll .header_logo a .logo_bl {
  display: block;
}
.home header.scroll .header_logo a .logo_wh {
  display: none;
}
.home header.scroll .header_nav ul li a span:nth-child(1) {
  color: #000;
}
.home header.scroll .header_nav ul li a span:nth-child(2) {
  color: #24423e;
}
.home header.scroll .header_ham::before,
.home header.scroll .header_ham::after {
  background: #000;
}

.header_ham {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 100%;
}
.header_ham::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 4px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.header_ham::after {
  content: "";
  position: absolute;
  bottom: 28px;
  right: 30px;
  width: 35px;
  height: 4px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.header_ham.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 35px;
  background: #fff;
}
.header_ham.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 35px;
  background: #fff;
}

.ham_cont {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #24423e;
  z-index: 15;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ham_cont.active {
  height: 100%;
}
.ham_cont .inner {
  padding: 60px 30px;
}
.ham_cont .ham_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 850px) {
  .ham_cont .ham_nav {
    display: block;
  }
}
.ham_cont .ham_nav .ham_nav_01 {
  padding: 0 0 8px;
  margin: 0 20px;
}
@media (max-width: 850px) {
  .ham_cont .ham_nav .ham_nav_01 {
    margin: 40px 0 0;
  }
}
.ham_cont .ham_nav .ham_nav_01 li {
  margin-left: 40px;
}
@media (max-width: 850px) {
  .ham_cont .ham_nav .ham_nav_01 li {
    width: 50%;
    margin: 0 0 30px;
  }
}
.ham_cont .ham_nav .ham_nav_01 li:first-child {
  margin-left: 0;
}
.ham_cont .ham_nav .ham_nav_01 li a {
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ham_cont .ham_nav .ham_nav_01 li a span {
  display: block;
}
.ham_cont .ham_nav .ham_nav_01 li a span:nth-child(1) {
  font-size: 12px;
}
.ham_cont .ham_nav .ham_nav_01 li a span:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
}
.ham_cont .ham_nav .ham_nav_01 li a:hover {
  opacity: 0.6;
}

footer {
  width: 100%;
  padding: 80px 0;
  z-index: 10000;
  background: #f1f1e9;
}
@media (max-width: 850px) {
  footer {
    padding: 50px 0;
  }
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 140px;
}
@media screen and (max-width: 1200px) {
  footer .inner {
    gap: 50px;
  }
}
@media (max-width: 850px) {
  footer .inner {
    display: block;
  }
}
footer .footer_logo {
  width: 63px;
  line-height: 0;
  margin: 0 0 25px;
}
footer .footer_instagram {
  width: 30px;
  margin: 0 0 25px;
}
footer .footer_copyright {
  font-size: 11px;
}
@media (max-width: 850px) {
  footer .footer_copyright {
    margin: 60px 0 0;
  }
}
footer .footer_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 850px) {
  footer .footer_r {
    display: block;
  }
}
footer .footer_r .footer_r_cont {
  width: 32%;
}
@media (max-width: 850px) {
  footer .footer_r .footer_r_cont {
    width: 100%;
  }
}
footer .footer_r .footer_r_cont dt {
  margin: 20px 0 0;
}
@media (max-width: 850px) {
  footer .footer_r .footer_r_cont dt {
    margin: 30px 0 0;
  }
}
footer .footer_r .footer_r_cont dt:first-child {
  margin: 0;
}
@media (max-width: 850px) {
  footer .footer_r .footer_r_cont dt:first-child {
    margin: 30px 0 0;
  }
}
footer .footer_r .footer_r_cont dt a {
  display: block;
  padding: 0 0 5px;
  color: #24423e;
  border-bottom: 1px solid #b4c1ac;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_r .footer_r_cont dt a:hover {
  opacity: 0.6;
}
footer .footer_r .footer_r_cont dd {
  margin: 10px 0 0;
  line-height: 1;
}
@media (max-width: 850px) {
  footer .footer_r .footer_r_cont dd {
    margin: 15px 0 0;
  }
}
footer .footer_r .footer_r_cont dd a {
  font-size: 11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 850px) {
  footer .footer_r .footer_r_cont dd a {
    font-size: 12px;
  }
}
footer .footer_r .footer_r_cont dd a:hover {
  opacity: 0.6;
}

.sm_btn a {
  background: #24423e;
  color: #fff;
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 12px;
  display: block;
  text-align: center;
  border: 2px solid #24423e;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sm_btn a:hover {
  background: #fff;
  color: #24423e;
}
@media (max-width: 850px) {
  .sm_btn a {
    padding: 0 30px;
  }
}

.home .home_ttl {
  font-size: 36px;
  color: #24423e;
  margin: 0 0 40px;
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  .home .home_ttl {
    font-size: 28px;
    margin: 0 0 30px;
  }
}
.home .kv {
  background: url("../images/top/fv_img_01.jpg") no-repeat center center;
  background-size: cover;
  padding: 530px 0 70px;
}
@media (max-width: 850px) {
  .home .kv {
    background: url("../images/top/fv_img_01_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 415px 0 40px;
  }
}
.home .kv .kv_txt_01 {
  font-size: 36px;
}
@media (max-width: 850px) {
  .home .kv .kv_txt_01 {
    font-size: 24px;
  }
}
.home .kv .kv_txt_01 span {
  padding: 8px 7px 8px 15px;
  background: #24423e;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  display: inline-block;
}
.home .news {
  background: #f1f1e9;
  padding: 60px 0;
}
.home .news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 1050px) {
  .home .news .inner {
    gap: 60px;
  }
}
@media (max-width: 850px) {
  .home .news .inner {
    display: block;
  }
}
.home .news .news_l .home_ttl {
  font-size: 36px;
  margin: 0 0 17px;
  line-height: 1;
}
@media (max-width: 850px) {
  .home .news .news_l .home_ttl {
    margin: 0;
  }
}
@media (max-width: 850px) {
  .home .news .news_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 850px) {
  .home .news .news_r {
    margin: 30px 0 0;
  }
}
.home .news .news_r ul li {
  margin: 0 0 15px;
}
@media (max-width: 850px) {
  .home .news .news_r ul li {
    margin: 0 0 30px;
  }
}
.home .news .news_r ul li:last-child {
  margin: 0;
}
@media (max-width: 850px) {
  .home .news .news_r ul li:last-child {
    margin: 0;
  }
}
.home .news .news_r ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 850px) {
  .home .news .news_r ul li a {
    display: block;
  }
}
.home .news .news_r ul li a .news_date {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  .home .news .news_r ul li a .news_date {
    font-size: 12px;
  }
}
@media (max-width: 850px) {
  .home .news .news_r ul li a .news_date {
    display: block;
    margin: 0 0 5px;
  }
}
.home .news .news_r ul li a .news_txt_01 {
  font-size: 18px;
  color: #24423e;
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  .home .news .news_r ul li a .news_txt_01 {
    font-size: 16px;
  }
}
@media (max-width: 850px) {
  .home .news .news_r ul li a .news_txt_01 {
    display: block;
  }
}
.home .news .news_r ul li a:hover {
  opacity: 0.6;
}
.home .home_cont .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
}
@media (max-width: 850px) {
  .home .home_cont .inner {
    padding: 0;
    display: block;
  }
}
.home .home_cont .inner:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home .home_cont .inner .home_cont_img_01 {
  background: url("../images/top/cont_img_01.jpg") no-repeat bottom center;
  background-size: cover;
  width: 50%;
  padding: 0 0 25%;
}
@media (max-width: 850px) {
  .home .home_cont .inner .home_cont_img_01 {
    width: 100%;
    padding: 0 0 60%;
  }
}
.home .home_cont .inner .home_cont_img_02 {
  background: url("../images/top/cont_img_02.jpg") no-repeat bottom center;
  background-size: cover;
  width: 50%;
  padding: 0 0 25%;
}
@media (max-width: 850px) {
  .home .home_cont .inner .home_cont_img_02 {
    width: 100%;
    padding: 0 0 60%;
  }
}
.home .home_cont .inner .home_cont_img_03 {
  background: url("../images/top/cont_img_03.jpg") no-repeat bottom center;
  background-size: cover;
  width: 50%;
  padding: 0 0 25%;
}
@media (max-width: 850px) {
  .home .home_cont .inner .home_cont_img_03 {
    width: 100%;
    padding: 0 0 60%;
  }
}
.home .home_cont .inner .home_cont_block {
  width: 50%;
  padding: 110px 6%;
}
@media (max-width: 850px) {
  .home .home_cont .inner .home_cont_block {
    width: 100%;
    padding: 50px 6%;
  }
}
.home .home_cont .inner .home_cont_block .home_cont_txt_02 {
  line-height: 2.5;
}
@media screen and (max-width: 1050px) {
  .home .home_cont .inner .home_cont_block .home_cont_txt_02 {
    line-height: 2;
  }
}

.local_cont {
  padding: 200px 0 120px;
}
@media (max-width: 850px) {
  .local_cont {
    padding: 160px 0 120px;
  }
}
.local_cont .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 850px) {
  .local_cont .inner {
    display: block;
  }
}
.local_cont .local_cont_l {
  width: 35%;
}
@media screen and (max-width: 1100px) {
  .local_cont .local_cont_l {
    width: 40%;
  }
}
@media (max-width: 850px) {
  .local_cont .local_cont_l {
    width: 100%;
  }
}
.local_cont .local_ttl_en {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 15px;
}
.local_cont .local_ttl_jp {
  font-size: 36px;
  line-height: 1;
  background: #24423e;
  color: #fff;
  display: inline-block;
  padding: 13px 20px;
}
@media (max-width: 850px) {
  .local_cont .local_ttl_jp {
    margin: 0 0 90px;
  }
}
.local_cont .local_cont_r {
  width: 65%;
}
@media screen and (max-width: 1100px) {
  .local_cont .local_cont_r {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .local_cont .local_cont_r {
    width: 100%;
  }
}
.local_cont h2 {
  font-size: 24px;
  color: #24423e;
  margin: 0 0 30px;
  font-weight: 700;
}
@media (max-width: 850px) {
  .local_cont h2 {
    margin: 0 0 15px;
  }
}
.local_cont h2:nth-child(n+2) {
  margin: 100px 0 30px;
}
@media (max-width: 850px) {
  .local_cont h2:nth-child(n+2) {
    margin: 100px 0 15px;
  }
}
.local_cont p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.local_cont dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}
@media (max-width: 850px) {
  .local_cont dl div {
    display: block;
    margin: 0 0 25px;
  }
}
.local_cont dl div:last-child {
  margin: 0;
}
.local_cont dl div dt {
  width: 9em;
  color: #24423e;
  font-weight: 700;
}
@media (max-width: 850px) {
  .local_cont dl div dt {
    width: 100%;
  }
}
.local_cont dl div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 850px) {
  .local_cont dl div dd {
    padding: 10px 0 0 1em;
  }
}
.local_cont .news_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 850px) {
  .local_cont .news_nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.local_cont .news_nav p {
  width: 130px;
  margin: 0 20px 0 0;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 850px) {
  .local_cont .news_nav p {
    width: calc(50% - 10px);
    margin: 0;
  }
}
.local_cont .news_nav p a {
  background: #f1f1e9;
  border-radius: 20px;
  display: block;
  padding: 8px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.local_cont .news_nav p a:hover {
  background: #24423e;
  color: #fff;
}
.local_cont .news_nav p.active a {
  background: #b4c1ac;
  pointer-events: none;
}
.local_cont .news_list li {
  margin: 50px 0 0;
}
.local_cont .news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 850px) {
  .local_cont .news_list li a {
    display: block;
    font-size: 0;
    letter-spacing: -0.4em;
  }
}
.local_cont .news_list li a .news_thumbnail {
  width: 175px;
  height: 130px;
  border: 1px solid #eee;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 850px) {
  .local_cont .news_list li a .news_thumbnail {
    width: 60%;
    display: inline-block;
    padding: 0 0 35%;
  }
}
.local_cont .news_list li a .news_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.local_cont .news_list li a .news_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 850px) {
  .local_cont .news_list li a .news_txt {
    vertical-align: bottom;
  }
}
.local_cont .news_list li a .news_txt .news_date {
  display: block;
}
@media (max-width: 850px) {
  .local_cont .news_list li a .news_txt .news_date {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 14px;
    width: 40%;
    text-align: right;
    letter-spacing: 0.05em;
  }
}
.local_cont .news_list li a .news_txt .news_txt_01 {
  font-size: 20px;
  font-weight: 700;
  color: #24423e;
}
@media (max-width: 850px) {
  .local_cont .news_list li a .news_txt .news_txt_01 {
    display: block;
    margin: 20px 0 0;
    letter-spacing: 0.05em;
  }
}
.local_cont .contact_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 85px 0 0;
}
@media (max-width: 850px) {
  .local_cont .contact_btn_wrap {
    display: block;
    margin: 60px 0 0;
  }
}
.local_cont .contact_btn_wrap .contact_btn {
  width: 47%;
}
@media (max-width: 850px) {
  .local_cont .contact_btn_wrap .contact_btn {
    width: 100%;
  }
  .local_cont .contact_btn_wrap .contact_btn:nth-child(n+2) {
    margin: 25px 0 0;
  }
}
.local_cont .contact_btn_wrap .contact_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #24423e;
  border: 2px solid #24423e;
  border-radius: 20px;
  color: #fff;
  padding: 20px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.local_cont .contact_btn_wrap .contact_btn a img {
  width: 56px;
}
.local_cont .contact_btn_wrap .contact_btn a img.on {
  display: none;
}
.local_cont .contact_btn_wrap .contact_btn a .contact_btn_txt_01 {
  font-size: 24px;
  display: block;
  font-weight: 700;
}
.local_cont .contact_btn_wrap .contact_btn a .contact_btn_txt_02 {
  display: block;
  font-weight: 700;
}
.local_cont .contact_btn_wrap .contact_btn a:hover {
  background: #fff;
  color: #24423e;
}
.local_cont .contact_btn_wrap .contact_btn a:hover img.on {
  display: block;
}
.local_cont .contact_btn_wrap .contact_btn a:hover img.off {
  display: none;
}

.local_single_cont {
  padding: 200px 0 120px;
}
@media (max-width: 850px) {
  .local_single_cont {
    padding: 160px 0 120px;
  }
}
.local_single_cont .inner {
  width: 80%;
  max-width: 800px;
}
@media (max-width: 850px) {
  .local_single_cont .inner {
    width: 100%;
  }
}
.local_single_cont .news_date {
  margin: 0 0 25px;
}
.local_single_cont h1 {
  font-size: 32px;
  margin: 0 0 70px;
  color: #24423e;
}
.local_single_cont h2 {
  font-size: 28px;
  color: #24423e;
  font-weight: 700;
}
.local_single_cont h2:nth-child(n+2) {
  margin: 70px 0 0;
}
@media (max-width: 850px) {
  .local_single_cont h2:nth-child(n+2) {
    margin: 50px 0 0;
  }
}
.local_single_cont h3 {
  font-size: 22px;
  color: #24423e;
  margin: 30px 0 25px;
  font-weight: 700;
}
@media (max-width: 850px) {
  .local_single_cont h3 {
    margin: 15px 0 0;
  }
}
.local_single_cont h3:nth-child(n+2) {
  margin: 70px 0 0;
}
@media (max-width: 850px) {
  .local_single_cont h3:nth-child(n+2) {
    margin: 50px 0 0;
  }
}
.local_single_cont h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 0;
}
.local_single_cont p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  margin: 20px 0 0;
}
.local_single_cont dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}
@media (max-width: 850px) {
  .local_single_cont dl div {
    display: block;
    margin: 0 0 25px;
  }
}
.local_single_cont dl div:last-child {
  margin: 0;
}
.local_single_cont dl div dt {
  width: 9em;
  color: #24423e;
  font-weight: 700;
}
@media (max-width: 850px) {
  .local_single_cont dl div dt {
    width: 100%;
  }
}
.local_single_cont dl div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 850px) {
  .local_single_cont dl div dd {
    padding: 10px 0 0 1em;
  }
}
.local_single_cont a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.local_single_cont a:hover {
  opacity: 0.6;
}
.local_single_cont ul {
  list-style: disc;
  padding: 0 0 0 1em;
  margin: 30px 0 0;
}
@media (max-width: 850px) {
  .local_single_cont ul {
    margin: 15px 0 0;
  }
}
.local_single_cont ul li {
  line-height: 1.5;
  margin: 10px 0 0;
}
.local_single_cont table {
  margin: 30px 0 0;
  border: 1px solid #000;
  width: 100%;
}
.local_single_cont table th, .local_single_cont table td {
  border: 1px solid #000;
  padding: 5px 10px;
  text-align: left;
}
.local_single_cont table th ul, .local_single_cont table td ul {
  margin: 0;
}
.local_single_cont table th {
  background: #24423e;
  color: #fff;
}
.local_single_cont sup {
  font-size: 0.7em;
}
.local_single_cont img {
  margin: 30px 0 0;
}
.local_single_cont .local_ttl_wrap {
  text-align: center;
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .local_single_cont .local_ttl_wrap {
    text-align: left;
  }
}
.local_single_cont .local_ttl_en {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 15px;
}
.local_single_cont .local_ttl_jp {
  font-size: 36px;
  line-height: 1;
  background: #24423e;
  color: #fff;
  display: inline-block;
  padding: 13px 20px;
}
@media (max-width: 850px) {
  .local_single_cont .local_ttl_jp {
    margin: 0 0 90px;
  }
}
.local_single_cont .local_single_nav {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.local_single_cont .local_single_nav p {
  width: 288px;
  height: 55px;
  margin: 0 20px 0 0;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 850px) {
  .local_single_cont .local_single_nav p {
    width: calc(50% - 10px);
    margin: 0;
  }
}
.local_single_cont .local_single_nav p a {
  background: #f1f1e9;
  border-radius: 30px;
  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;
  height: 55px;
  padding: 8px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.local_single_cont .local_single_nav p a:hover {
  background: #24423e;
  color: #fff;
}
.local_single_cont .local_single_nav p.active a {
  background: #b4c1ac;
  pointer-events: none;
}

.news .local_single_cont #pp2, .news .local_single_cont #pp3, .news .local_single_cont #pp4 {
  display: none;
}
.news .local_single_cont p {
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0 0;
}
.news .local_single_cont .local_ttl_en {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 15px;
}
.news .local_single_cont ul {
  margin: 15px 0 0;
  font-size: 14px;
}
.news .local_single_cont table {
  font-size: 14px;
}
.news .local_single_cont table td ul {
  margin: 0;
}
@media screen and (max-width: 1320px) {
  .news .local_single_cont .local_single_nav {
    width: 90%;
  }
}
@media screen and (max-width: 1100px) {
  .news .local_single_cont .local_single_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 850px) {
  .news .local_single_cont .local_single_nav {
    gap: 10px;
  }
}
.news .local_single_cont .local_single_nav p {
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .news .local_single_cont .local_single_nav p {
    width: calc(50% - 10px);
  }
}
@media (max-width: 850px) {
  .news .local_single_cont .local_single_nav p {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */