@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700");
body {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  padding-top: 132px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 500;
  color: #444;
  letter-spacing: 0.033em;
}

.innerWrap {
  max-width: 1280px;
}

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

@media screen and (max-width: 1320px) {
  .innerWrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1040px) {
  .w1000 {
    padding: 0 20px;
  }
}

a {
  color: #444;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 132px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 100;
  border-bottom: 1px solid #d7c9bb;
}

header .f_left {
  width: calc(100% - 720px);
  height: 100px;
  float: left;
  margin-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header .f_left h1 {
  font-size: 1.2rem;
  color: #9c9c9c;
  line-height: 1.4;
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  margin: 30px 0 0 26px;
  font-weight: 400;
}

header .f_left .logo {
  margin-top: -10px;
}

header nav {
  float: right;
  letter-spacing: normal;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav li {
  text-align: center;
  line-height: 1.4;
  position: relative;
}

header nav a {
  color: #4a443a;
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-weight: 500;
  padding: 50px 37px;
  height: 132px;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

header nav a span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

header nav a span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #a78461;
  position: absolute;
  left: -100%;
  bottom: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header nav a:hover span:after {
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header nav li.active a span:after {
  left: 0;
}

header nav .contact {
  margin-left: 37px;
}

header nav .contact a {
  width: 200px;
  background: #dac7b5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#dac7b5), to(#e7dbd0));
  background: linear-gradient(to right, #dac7b5 0%, #e7dbd0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dac7b5', endColorstr='#e7dbd0',GradientType=1 );
  /* IE6-9 */
}

header nav .contact a span {
  position: relative;
  z-index: 2;
}

header .ac_box {
  line-height: 1;
  z-index: 101;
  position: fixed;
  left: 0;
  top: 104px;
  width: 100%;
  padding-top: 28px;
  background: url(../img/menu_arrow.png) no-repeat right 300px top;
  opacity: 0;
}

header .ac_box.display {
  opacity: 1;
}

header .ac_box .inner {
  background: #4a443a;
  padding: 18px 0;
}

header .ac_box ul {
  overflow: hidden;
  border-left: 1px solid #5e574b;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  display: block;
}

header .ac_box ul li {
  float: left;
  width: 25% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #5e574b;
  position: static;
  display: block;
}

header .ac_box ul a {
  color: #fff !important;
  padding: 19px 10px 23px !important;
  position: static;
  display: block;
  height: auto;
  width: 100%  !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none  !important;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 500;
}

header .ac_box ul .ico {
  margin-bottom: 20px;
  padding: 0;
}

header .ac_box ul .ico:after {
  content: none;
}

@media screen and (max-width: 995px) {
  header nav .contact {
    margin-left: 25px;
  }
  header .f_left {
    width: calc(100% - 535px);
    margin-left: 0;
  }
  header .f_left img {
    width: auto;
    height: 68px;
  }
  header nav li a {
    width: 125px !important;
    padding: 5px;
  }
  header .ac_box {
    background: url(../img/menu_arrow.png) no-repeat right 188px top;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■puckup_bnr
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#puckup_bnr {
  border-top: 1px solid #d7c9bb;
  line-height: 1;
  padding: 43px 0 40px;
  clear: both;
}

#puckup_bnr ul {
  margin: 0 -4px;
  overflow: hidden;
}

#puckup_bnr li {
  float: left;
  width: 20%;
  padding: 0 4px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#puckup_bnr li img {
  width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
  background: #4a443a;
  line-height: 1;
  color: #fff;
  letter-spacing: normal;
}

footer a {
  color: #fff;
}

footer .cassette01 {
  border-bottom: 1px solid #716a5d;
  padding: 18px 0 20px 0;
  overflow: hidden;
}

footer .cassette01 .logo {
  float: left;
  margin-top: 8px;
}

footer .cassette01 .sns {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .cassette01 .sns .hd {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  padding-right: 20px;
  letter-spacing: 0.05em;
}

footer .cassette01 .sns ul {
  overflow: hidden;
  padding-right: 15px;
}

footer .cassette01 .sns ul li {
  float: left;
  margin-right: 20px;
}

footer .cassette01 .sns .txt {
  font-size: 1.4rem;
  line-height: 1.57;
}

footer .cassette02 {
  padding: 40px 0;
  overflow: hidden;
}

footer .cassette02 .f_left {
  overflow: hidden;
  width: 788px;
  padding-top: 15px;
}

footer .cassette02 .f_left dl {
  float: left;
  width: 197px;
  padding-right: 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .cassette02 .f_left dt {
  border-bottom: 1px solid #716a5d;
  padding: 0 0 10px 5px;
  margin-bottom: 15px;
}

footer .cassette02 .f_left dd {
  font-size: 1.4rem;
  margin-bottom: 10px;
  width: auto;
  padding-left: 5px;
}

footer .cassette02 .f_right {
  width: calc(100% - 788px);
  overflow: hidden;
}

footer .cassette02 .f_right ul {
  width: 49.3%;
  float: left;
  padding: 20px 0 30px 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .cassette02 .f_right ul li {
  margin-bottom: 25px;
}

footer .cassette02 .f_right ul li:last-of-type {
  margin-bottom: 0;
}

footer .cassette02 .f_right .sub {
  width: 50.7%;
  font-size: 1.4rem;
  border-left: 1px solid #716a5d;
  padding-left: 12%;
}

footer .cassette02 .f_right .sub li {
  margin-bottom: 13px;
}

footer .copyright {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  clear: both;
  font-size: 1.3rem;
  text-align: center;
  border-top: 1px solid #716a5d;
  padding: 25px 15px 30px;
  letter-spacing: 0.075em;
}

.pageTop {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 35px;
}

@media screen and (max-width: 1270px) {
  footer .cassette02 .f_right .sub {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1165px) {
  footer .cassette02 .f_left {
    width: 720px;
  }
  footer .cassette02 .f_left dl {
    width: 180px;
    padding-right: 20px;
  }
  footer .cassette02 .f_right {
    width: calc(100% - 720px);
  }
  footer .cassette02 .f_right ul {
    padding-left: 10px;
    width: calc(100% - 166px);
  }
  footer .cassette02 .f_right .sub {
    width: 166px;
  }
}

@media screen and (max-width: 1065px) {
  footer .cassette02 .f_left {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  footer .cassette02 .f_left dl {
    width: 25%;
  }
  footer .cassette02 .f_left dl dd {
    width: 100%;
  }
  footer .cassette02 .f_right {
    float: none;
    width: 100%;
  }
  footer .cassette02 .f_right ul {
    width: 25%;
    padding-left: 0;
  }
  footer .cassette02 .f_right .sub {
    width: 25%;
    padding-left: 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.main_contens {
  padding-bottom: 80px;
}

/*-------------------------
	bread
-------------------------*/
#bread {
  line-height: 1.3;
  z-index: 100;
  opacity: 0.8;
  padding: 0 20px 13px 50px;
  overflow: auto;
  white-space: nowrap;
  top: 3px;
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#bread li {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
}

#bread li a {
  color: #fff;
}

#bread li:after {
  content: "＞";
  padding: 0 0.5em;
}

#bread li:last-of-type:after {
  content: none;
}

.single-place #bread {
  top: 137px;
}

/*-------------------------
	hd
-------------------------*/
.hd01 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 2.4rem;
  color: #444;
  line-height: 1.5;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 63px;
  letter-spacing: 0.066em;
}

.hd01:after {
  content: "";
  height: 1px;
  width: 114px;
  background: #a78461;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -57px;
}

.hd01.ico {
  background: no-repeat center top;
  background-size: auto 40px;
  padding-top: 52px;
}

.hd01.ico.note01 {
  background-image: url(../img/ico_note01.png);
}

.hd01.ico.note02 {
  background-image: url(../img/ico_note02.png);
}

.hd01.ico.note03 {
  background-image: url(../img/ico_note03.png);
}

.hd01.ico.note04 {
  background-image: url(../img/ico_note04.png);
}

.hd01 .txt {
  display: block;
  font-size: 1.8rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 500;
  margin: 10px 0 5px;
}

.hd01 .en {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  display: block;
  margin-top: 5px;
  letter-spacing: normal;
}

.hd01 .ja {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}

.hd01.small {
  font-size: 2rem;
  padding-bottom: 25px;
}

.hd01.small .en {
  margin-top: -2px;
  font-size: 1.8rem;
}

.hd01.c_f {
  color: #fff;
}

.hd01.c_f:after {
  background: #fff;
}

.hd01.c_b {
  color: #a78461;
}

.hd02 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 2.4rem;
  color: #444;
  line-height: 1.5;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 48px;
  letter-spacing: 0.066em;
}

.hd02:after {
  content: "";
  height: 1px;
  width: 114px;
  background: #a78461;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -57px;
}

.hd02 .en {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  display: block;
  margin-top: 5px;
  letter-spacing: normal;
}

.hd03 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 33px;
}

.hd04 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-size: 2.1rem;
  color: #a78461;
  border-bottom: 1px dotted #a78461;
  padding-bottom: 19px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.hd04.ico {
  background: url(../img/h2_ico.png) no-repeat left 5px;
  background-size: 19px auto;
  padding-left: 34px;
  font-size: 2rem;
  padding-bottom: 14px;
  margin-bottom: 12px;
}

.hd05 {
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: normal;
}

.hd05 span {
  background: #a78461;
  padding: 6px 15px;
  display: inline-block;
}

.hd06_wrap {
  text-align: center;
  margin-bottom: 70px;
}

.hd06 {
  display: inline-block;
  border: 1px solid #a78461;
  line-height: 1.3;
  padding: 31px 35px;
  font-weight: 700;
  color: #a78461;
  font-size: 2.8rem;
  letter-spacing: normal;
}

.hd06 span {
  font-size: 1.9rem;
  padding-right: 3px;
}

.hd07 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
  color: #a78461;
  border-bottom: 1px dotted #a78461;
  padding-bottom: 24px;
  margin-bottom: 38px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.hd08 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px dotted #a78461;
  padding: 0 20px 20px 20px;
  margin-bottom: 18px;
  line-height: 1.5;
}

.hd09 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  text-align: center;
  border-bottom: 1px dotted #464646;
  padding-bottom: 13px;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #262626;
}

.hd10 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: normal;
  border-bottom: 1px solid #a78461;
  padding-bottom: 6px;
  margin-bottom: 37px;
  line-height: 1.4;
}

.hd10 span {
  display: block;
  border-bottom: 3px solid #a78461;
  padding-bottom: 23px;
}

.hd10.center {
  text-align: center;
  font-size: 3rem;
}

.hd10.center span.small {
  border: none;
  padding: 0;
  font-size: 2.1rem;
  margin-top: 13px;
}

.hd11 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  color: #5e574b;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: normal;
  border-bottom: 1px solid #5e574b;
  padding-bottom: 4px;
  margin-bottom: 40px;
  line-height: 1.4;
}

.hd11 span {
  display: block;
  border-bottom: 2px solid #5e574b;
  padding-bottom: 32px;
}

/*-------------------------
	btn
-------------------------*/
.btn01 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.0;
}

.btn01 a {
  display: inline-block;
  background: #4a443a;
  color: #fff;
  position: relative;
  padding: 20px 23px 20px 5px;
  min-width: 313px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 30px;
}

.btn01 a:after {
  content: "";
  display: block;
  background: url(../img/ico_arrow01.png) no-repeat right center;
  background-size: auto 8px;
  width: 24px;
  height: 8px;
  position: absolute;
  left: 260px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn01 a:hover:after {
  width: 29px;
}

.btn01.small a {
  padding: 12px;
  min-width: 200px;
}

.btn01.small a:after {
  left: 158px;
}

.btn01.long a {
  min-width: 380px;
}

.btn01.long a:after {
  left: 335px;
}

.btn01.c_f a {
  background: #fff;
  color: #444;
}

.btn01.c_f a:after {
  background-image: url(../img/ico_arrow02.png);
}

.btn01.c_o a {
  background: none;
  color: #da8354;
  border: 1px solid #da8354;
}

.btn01.c_o a:after {
  background-image: url(../img/ico_arrow15.png);
}

.btn01.auto a {
  padding-left: 40px;
  padding-right: 80px;
  line-height: 1.3;
}

.btn01.auto a:after {
  left: 92%;
}

/*-------------------------
	other
-------------------------*/
.circle4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.circle4 li {
  width: 23%;
  background: #a78461;
  border-radius: 50%;
  overflow: hidden;
}

.circle4 li img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
}

.anchor01 {
  font-size: 0;
  text-align: center;
  line-height: 1;
  letter-spacing: -.4em;
  margin-bottom: 80px;
}

.anchor01 li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 1.6rem;
  border-left: 1px solid #a78461;
  margin-bottom: 10px;
}

.anchor01 li:last-of-type {
  border-right: 1px solid #a78461;
}

.anchor01 li a {
  padding: 0 27px;
  display: block;
}

.anchor01 li span {
  padding-right: 18px;
  background: url(../img/ico_arrow05.png) no-repeat right center;
  background-size: 11px auto;
}

ul.list01 li {
  font-weight: 700;
  position: relative;
  padding-left: 15px;
}

ul.list01 li:before {
  content: "●";
  color: #da8354;
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: normal;
  font-size: 1.2rem;
}

ul.list01 li a {
  text-decoration: underline;
}

.txt01 {
  color: #d87b49;
  font-weight: 700;
  line-height: 2.4;
}

.txt01 span {
  background: url(../img/line01.png) repeat-x left bottom;
  background-size: auto 2px;
  padding-bottom: 2px;
}

/*-------------------------
	table
-------------------------*/
.table01 {
  width: 100%;
  border: 1px solid #a78461;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
  border-collapse: inherit;
}

.table01 th, .table01 td {
  border-bottom: 1px dotted #a78461;
  border-right: 1px dotted #a78461;
  padding: 21px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  vertical-align: middle;
  font-size: 1.4rem;
  background: #fefcfb;
}

.table01 th span, .table01 td span {
  font-size: 1.3rem;
}

.table01 tr:last-of-type th, .table01 tr:last-of-type td {
  border-bottom: none;
}

.table01 td:last-of-type {
  border-right: none;
}

.table01 tr.bb_s th, .table01 tr.bb_s td {
  border-bottom-style: solid;
}

/*-------------------------
	link
-------------------------*/
.link01 {
  color: #a78461;
  font-weight: 700;
  text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■sub_nav_nemu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sub_nav_nemu {
  border-bottom: 1px solid #d9ccbe;
  padding: 15px 0 14px;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: normal;
}

#sub_nav_nemu .w1000 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sub_nav_nemu .ttl {
  float: left;
  color: #a78461;
  font-weight: 700;
  padding-right: 22px;
  border-right: 1px solid #d7c9bb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sub_nav_nemu .ttl.spCont {
  display: none;
}

#sub_nav_nemu ul {
  overflow: hidden;
  margin-bottom: -7px;
}

#sub_nav_nemu li {
  margin-bottom: 8px;
  border-right: 1px solid #d7c9bb;
  float: left;
}

#sub_nav_nemu li a {
  display: block;
  padding: 2px 16px;
  background: #fff;
  min-width: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: none;
  transition: none;
}

#sub_nav_nemu li a span {
  position: relative;
  display: inline-block;
}

#sub_nav_nemu li a:hover {
  font-weight: 700;
  font-weight: 500;
}

#sub_nav_nemu li a:hover span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #4a443a;
  position: absolute;
  left: 0;
  bottom: 1px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_vs {
  margin-bottom: 85px;
  /*-------------------------
		#intro
	-------------------------*/
  /*-------------------------
		#intro02
	-------------------------*/
}

#main_vs .main_hd {
  background: #847669;
  height: 225px;
  position: relative;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 88px;
}

#main_vs .main_hd:after {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  opacity: 0.3;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#main_vs .main_hd .innerWrap {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 36px;
  height: 175px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main_vs .main_hd .hd01.ico {
  background-image: url(../img/h2_ico.png);
  background-size: 18px auto;
  padding-top: 38px;
}

#main_vs .main_hd .hd01 .en {
  margin-top: 13px;
}

#main_vs.small .main_hd {
  height: auto !important;
  padding: 30px 15px 15px;
  background: #5b4e42;
  margin-bottom: 77px;
}

#main_vs.small .main_hd .innerWrap {
  background: none;
  height: auto !important;
  padding: 0 !important;
}

#main_vs.small .hd01 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#main_vs.small .hd01 .en {
  font-size: 1.4rem;
  margin-top: 0 !important;
}

#main_vs.small .hd01:after {
  content: none;
}

#main_vs.big .main_hd {
  padding: 0;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main_vs.big .main_hd .innerWrap {
  width: 500px;
  height: 295px;
  padding: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#main_vs.big h2 {
  text-align: center;
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  color: #4a443a;
  letter-spacing: 0.05em;
  line-height: 1.3;
  background: no-repeat center 60px;
  background-size: auto 50px;
  padding-top: 145px;
  font-size: 2.4rem;
}

#main_vs.big h2 .en {
  display: block;
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  margin-top: 16px;
  font-size: 2rem;
}

#main_vs .h2p {
  text-align: center;
  margin: -20px 0 65px;
}

#main_vs #intro .inner {
  overflow: hidden;
  margin-bottom: 60px;
}

#main_vs #intro .img {
  float: left;
  width: 44%;
  padding: 0 11px 13px 0;
  position: relative;
}

#main_vs #intro .img:after {
  content: "";
  width: calc(100% - 11px);
  height: calc(100% - 13px);
  background: #d7c9bb;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#main_vs #intro .img img {
  width: 100%;
  height: auto;
}

#main_vs #intro .txt_area {
  float: right;
  width: 51%;
}

#main_vs #intro .txt_area .catch {
  color: #a78461;
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  line-height: 1.9;
  font-size: 2.1rem;
  margin-bottom: 27px;
}

#main_vs #intro .txt_area .txt .small {
  font-size: 1.3rem;
}

#main_vs #intro .txt_area .txt .small .kome {
  color: #a78461;
}

#main_vs #intro .txt_area .txt.bold {
  font-weight: 700;
  margin-bottom: 5px;
}

#main_vs #intro .txt_area p.kome {
  color: #a78461;
  font-size: 1.3rem;
}

#main_vs #intro .btn01 {
  clear: both;
}

#main_vs #intro02 .w1000 {
  position: relative;
}

#main_vs #intro02 .w1000 .txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.88;
  color: #4a443a;
  margin-bottom: 25px;
}

#main_vs #intro02 .w1000 .img {
  position: absolute;
  top: -50px;
  left: 0;
}

#main_vs #intro02 .box {
  background: #d89f6d;
  padding: 35px 0 38px;
}

#main_vs #intro02 .box .catch {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.76;
}

@media screen and (max-width: 1320px) {
  #main_vs .main_hd {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#main_vs.rela {
  position: relative;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■detail_block
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.detail_block {
  background: #faf6f0;
  padding: 54px 0 67px;
  color: #4a443a;
}

.detail_block .box {
  border-bottom: 1px dotted #a78461;
  padding-bottom: 43px;
  margin-bottom: 43px;
}

.detail_block .box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.detail_block .ttl {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 21px;
}

.detail_block .ttl span {
  font-size: 1.4rem;
}

.detail_block .ttl_p {
  text-align: center;
  margin: -5px 0 7px;
}

.detail_block .table_wrap {
  width: 450px;
  margin: 0 auto;
  border: 1px solid #a78461;
  background: #fefcfb;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
}

.detail_block .table_wrap table {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.4;
}

.detail_block .table_wrap table th, .detail_block .table_wrap table td {
  font-weight: 700;
  padding: 21px 10px 17px;
  text-align: left;
}

.detail_block .table_wrap table td {
  position: relative;
}

.detail_block .table_wrap table td:after {
  content: "";
  width: 1000px;
  height: 1px;
  position: absolute;
  left: -500px;
  bottom: 0;
  border-bottom: 1px dotted #a78461;
  z-index: 2;
}

.detail_block .table_wrap table td .area {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}

.detail_block .table_wrap table td .area.inline {
  margin-right: 5px;
  display: inline;
}

.detail_block .table_wrap table tr:last-of-type td:after {
  content: none;
}

.detail_block .table_wrap + .kome {
  margin-top: 13px;
}

.detail_block .table01 {
  max-width: 500px;
  margin: 0 auto;
}

.detail_block .table01 + .kome,
.detail_block .table_wrap + ul.kome {
  max-width: 500px;
  margin: 13px auto 0 auto;
  font-size: 1.3rem;
  line-height: 1.53;
}

.detail_block .info_txt {
  background: #fefcfb;
  padding: 30px 7%;
  margin-top: 28px;
}

.detail_block .info_txt .catch {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 6px;
}

.detail_block .info_txt ul.kome {
  font-size: 1.3rem;
  margin-top: 8px;
  line-height: 1.53;
}

.detail_block .info_txt + .table_wrap {
  margin-top: 40px;
}

.detail_block .hd02 + .kome {
  font-size: 1.4rem;
  margin-bottom: 80px;
  text-indent: -1em;
  padding-left: 1em;
}

.detail_block .long_img {
  margin-bottom: 40px;
}

.detail_block .long_img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.detail_block .btn01,
.detail_block .hd03 {
  margin-top: 70px;
}

.detail_block .hd03 + .btn01 {
  margin-top: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■series_block
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.series_block {
  padding-top: 60px;
  padding-bottom: 12px;
}

.series_block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.series_block .list li {
  width: 27.4%;
  margin-bottom: 58px;
}

.series_block .list .sub {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  font-size: 1.8rem;
  color: #a78461;
  padding: 3px 5px;
  border: 1px solid #a78461;
  letter-spacing: 0.075;
  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;
}

.series_block .list .hd {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  color: #d87b49;
  font-size: 2rem;
  border-bottom: 1px solid #a78461;
  margin-bottom: 3px;
  letter-spacing: normal;
  line-height: 1.4;
  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;
}

.series_block .list .txt {
  font-size: 1.5rem;
  line-height: 1.73;
  padding-top: 19px;
  border-top: 1px solid #a78461;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■bnr_menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#bnr_menu {
  margin-top: 40px;
}

#bnr_menu ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

#bnr_menu ul li {
  width: 32.5%;
  background: #4a443a;
  margin-bottom: 13px;
  text-align: center;
}

#bnr_menu ul li span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  font-size: 1.8rem;
  color: #fff;
  z-index: 2;
}

#bnr_menu ul li img {
  width: 100%;
  height: auto;
  opacity: 0.3;
}

#bnr_menu ul li a {
  line-height: 1;
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

#bnr_menu ul li a:after {
  content: "";
  background: url(../img/ico_arrow03.png) no-repeat left top;
  background-size: 11px auto;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 8px;
  bottom: 8px;
}

#bnr_menu ul li a:hover {
  opacity: 1;
}

#bnr_menu ul li a:hover img {
  opacity: 0.5;
}

#bnr_menu ul li.long {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  width: 100%;
  margin-top: 17px;
}

#bnr_menu ul li.long span {
  font-size: 2.4rem;
  padding: 0 50px;
  background: url(../img/bnr_arrow.png) no-repeat right top;
  background-size: auto 41px;
}

#bnr_menu ul li.long a:after {
  background: none;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  border: 1px solid #fff;
  right: 13px;
  bottom: 13px;
}

#bnr_menu .btn01 a {
  border: 1px solid #d7c9bb;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■before_afrer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.before_afrer {
  margin-top: 30px;
}

.before_afrer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -11px;
  letter-spacing: normal;
}

.before_afrer ul li {
  width: 25%;
  line-height: 1;
}

.before_afrer ul li .txt {
  padding-left: 11px;
}

.before_afrer ul li.after .txt {
  padding-left: 0;
}

.before_afrer ul .img {
  padding: 10px;
  border: 1px solid #faf6f0;
  margin-bottom: 5px;
}

.before_afrer ul .img img {
  width: 100%;
  height: auto;
}

.before_afrer ul .txt {
  font-size: 2rem;
  color: #444;
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.before_afrer ul .txt.ja {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.before_afrer ul .after .img {
  border-color: #4a443a;
}

.before_afrer ul .after .txt {
  padding-left: 0;
}

.before_afrer .hd05.num3 {
  padding-left: 12.6%;
}

.before_afrer .hd05.num2 {
  padding-left: 25.3%;
}

.bedore_afrer + .bedore_afrer {
  margin-top: 40px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■staff_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#staff_area {
  background: #f3f3f3;
  padding: 92px 0 106px;
}

#staff_area .staff_slider {
  margin-top: 70px;
}

#staff_area .slider li {
  width: 300px;
  margin: 0 25px;
}

#staff_area .slider .img_area {
  border: 1px solid #b29577;
  padding: 35px;
  position: relative;
  margin-bottom: 22px;
}

#staff_area .slider .img_area .img {
  line-height: 1;
  width: 100%;
  background: #a78461;
}

#staff_area .slider .img_area .img img {
  width: 100%;
  height: auto;
  opacity: 0.75;
}

#staff_area .slider .img_area .txt_area {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(152, 123, 95, 0.95);
  color: #fff;
  line-height: 1.5;
  padding: 17px 25px 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#staff_area .slider .img_area .txt_area:after {
  content: "";
  display: block;
  background: url(../img/ico_arrow01.png) no-repeat right center;
  background-size: auto 8px;
  height: 8px;
  width: 36px;
  position: absolute;
  bottom: 30%;
  right: 25px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#staff_area .slider .img_area .txt_area {
  min-height: 90px;
}

#staff_area .slider .img_area .txt_area .sub {
  letter-spacing: normal;
  font-size: 1.3rem;
  margin-bottom: 6px;
}

#staff_area .slider .img_area .txt_area .name {
  font-size: 1.8rem;
  letter-spacing: 0.066em;
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
}

#staff_area .slider .txt {
  font-size: 1.4rem;
  line-height: 1.71;
}

#staff_area .slider a:hover {
  opacity: 1;
}

#staff_area .slider a:hover .txt_area:after {
  width: 41px;
  right: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#staff_area .btn01 {
  margin-top: 68px;
}

#staff_area .slick-prev, #staff_area .slick-next {
  width: 34px;
  height: 150px;
  top: 140px;
  background: no-repeat left center;
  background-size: auto 20px;
  z-index: 5;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#staff_area .slick-prev:before, #staff_area .slick-next:before {
  content: none;
}

#staff_area .slick-prev:hover, #staff_area .slick-next:hover {
  opacity: 0.7;
}

#staff_area .slick-prev {
  background-image: url(../img/slide_back.png);
  left: -53px;
}

#staff_area .slick-next {
  background-image: url(../img/slide_next.png);
  background-position: right center;
  right: -47px;
}

#staff_area .slider a:hover .img_area .img img {
  opacity: 0.5;
}

@media screen and (max-width: 1130px) {
  #staff_area .w1000 {
    max-width: 933px;
  }
  #staff_area .slider li {
    margin: 0 8px;
  }
  #staff_area .slick-prev {
    left: -30px;
  }
  #staff_area .slick-next {
    right: -33px;
  }
}

@media screen and (max-width: 1050px) {
  #staff_area .w1000 {
    max-width: 933px;
  }
  #staff_area .slider li {
    margin: 0;
    padding: 0 8px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #staff_area .slider li .img_area {
    padding: 15px;
  }
  #staff_area .slider li .img_area .txt_area {
    padding: 9px 15px 6px;
  }
  #staff_area .slick-prev {
    left: -30px;
  }
  #staff_area .slick-next {
    right: -33px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■other_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#other_area {
  clear: both;
  overflow: hidden;
  padding-top: 68px;
  padding-bottom: 60px;
  font-size: 1.4rem;
}

#other_area .txt {
  font-size: 1.5rem;
  line-height: 1.86;
}

#other_area .event_list_area {
  float: left;
  width: 47%;
}

#other_area .f_right {
  width: 47%;
}

#other_area .topics {
  overflow: hidden;
  margin-bottom: 44px;
}

#other_area .topics .hd01 {
  margin-bottom: 10px;
}

#other_area .topics ul {
  margin-bottom: 27px;
}

#other_area .topics li {
  border-bottom: 1px solid #d7c9bb;
}

#other_area .topics li a {
  display: block;
  padding: 25px 13px 20px;
}

#other_area .topics li .day {
  line-height: 1;
  margin-bottom: 1px;
}

#other_area .topics .btn01 {
  float: right;
}

#other_area .sns {
  text-align: center;
  clear: both;
}

#other_area .sns .txt {
  font-size: 1.6rem;
  line-height: 1;
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  background: url(../img/sns_balloon.png) no-repeat center bottom;
  background-size: auto 35px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  color: #000;
}

#other_area .sns .inner {
  background: #fff;
  border: 1px solid #d7c9bb;
  position: relative;
  padding: 20px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#other_area .sns .ttl {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  position: relative;
  top: -33px;
  color: #5b5648;
  line-height: 1;
}

#other_area .sns .ttl span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
}

#other_area .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#other_area .sns li {
  line-height: 1;
  padding: 0 7%;
}

#other_area .sns li a {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  overflow: hidden;
  font-size: 1.8rem;
  color: #987b5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#other_area .sns li img {
  margin-right: 10px;
}

@media screen and (max-width: 1120px) {
  #other_area .event_list_area,
  #other_area .f_right {
    float: none;
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  #other_area .event_list_area {
    margin-bottom: 90px;
  }
  #other_area .f_right .topics {
    width: 50%;
    float: left;
  }
  #other_area .f_right .sns {
    width: 45%;
    float: right;
    clear: none;
  }
  #other_area .f_right .sns li {
    padding: 0 2%;
  }
}

@media screen and (max-width: 870px) {
  #other_area .f_right .topics, #other_area .f_right .sns {
    width: 100%;
    float: none;
  }
}

.event_list_area {
  clear: both;
}

.event_list_area .hd01 {
  margin-bottom: 5px;
}

.event_list_area ul {
  margin-bottom: 27px;
}

.event_list_area li {
  border-bottom: 1px solid #d7c9bb;
}

.event_list_area li a {
  overflow: hidden;
  display: block;
  padding: 30px 0;
}

.event_list_area li .img {
  float: left;
  width: 204px;
  height: 153px;
  position: relative;
}

.event_list_area li .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.event_list_area li .txt_area {
  padding-left: calc(204px + 25px);
  padding-top: 5px;
}

.event_list_area li .day {
  line-height: 1.4;
  margin-bottom: 9px;
}

.event_list_area li .area {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 12px;
}

.event_list_area li .area span {
  background: #987b5f;
  padding: 5px 10px;
  display: inline-block;
}

.event_list_area li .ttl {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.event_list_area li .txt {
  position: relative;
  overflow: hidden;
  height: 5.7em;
  padding-right: 5px;
}

.event_list_area li .txt:before, .event_list_area li .txt:after {
  position: absolute;
  background: #fff;
}

.event_list_area li .txt:before {
  content: "...";
  bottom: 0;
  right: 0;
}

.event_list_area li .txt:after {
  content: "";
  width: 100%;
  height: 100%;
}

.event_list_area .btn01 {
  float: right;
}

/*-------------------------
	new_list_wrap
-------------------------*/
#new_list_wrap {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
}

#new_list_wrap .event_list_area {
  clear: inherit;
  width: 46.8%;
  float: left;
}

#new_list_wrap .event_list_area:nth-of-type(2) {
  float: right;
}

#new_list_wrap .event_list_area .hd01 {
  font-size: 4rem;
}

#new_list_wrap .event_list_area .day {
  font-weight: 300;
  margin-bottom: 8px;
}

#new_list_wrap .event_list_area .txt {
  height: 3em;
  font-weight: 300;
}

@media screen and (max-width: 970px) {
  #new_list_wrap .event_list_area {
    float: none !important;
    width: 100%;
    margin-bottom: 100px;
  }
  #new_list_wrap .event_list_area:nth-of-type(2) {
    margin-bottom: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■place_header_info
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#place_header_info {
  background: url(../img/place/main_bg.jpg) no-repeat center center;
  background-size: cover;
}

#place_header_info .inner {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 65px 0;
  position: relative;
}

#place_header_info .catch {
  margin-bottom: 9px;
}

#place_header_info h2 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 14px;
}

#place_header_info h2 a {
  color: #fff;
}

#place_header_info .btn {
  position: fixed;
  right: 12px;
  top: 171px;
  z-index: 10;
}

#place_header_info .btn li {
  margin-bottom: 10px;
}

#place_header_info .details {
  clear: both;
  overflow: hidden;
  line-height: 1.75;
}

#place_header_info .details address {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 5px;
  float: left;
  max-width: 48%;
}

#place_header_info .details a {
  color: #fff;
}

#place_header_info .details .tel {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
}

#place_header_info .details .hours {
  float: right;
  text-align: right;
  max-width: 48%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■txt_bnr
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.txt_bnr {
  border: 1px solid #a78461;
  padding: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.txt_bnr a, .txt_bnr .bnr_inner {
  border: 1px solid #a78461;
  padding-left: 4%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-height: 216px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.txt_bnr .txt_area {
  width: 46.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.txt_bnr .txt_area .ttl {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  color: #a78461;
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}

.txt_bnr .txt_area .ttl span {
  background: url(../img/ico_arrow08.png) no-repeat right 0.9em;
  background-size: auto 6px;
  padding-right: 30px;
  display: inline-block;
}

.txt_bnr .txt_area .txt {
  line-height: 1.75;
}

.txt_bnr .img {
  height: 100%;
  width: 53.5%;
  position: relative;
  background: #bca58e;
  background: no-repeat center center;
  background-size: cover;
}

.txt_bnr .img:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: 112px;
  left: -56px;
  top: 0;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}

.txt_bnr .img img {
  display: none;
}

.txt_bnr .bnr_inner .btn01 {
  margin-top: 16px;
}

.txt_bnr .bnr_inner .btn01 a {
  display: block;
  min-height: inherit;
  background-color: #a78461;
  max-width: 380px;
}

.txt_bnr .bnr_inner .btn01 a:after {
  left: auto;
  right: 20px;
}

.txt_bnr .bnr_inner .btn01 a:hover:after {
  right: 15px;
}

.txt_bnr .bnr_inner .txt_area .ttl {
  font-size: 2.1rem;
  margin-bottom: 5px;
}

.txt_bnr .bnr_inner .txt_area .ttl span {
  background: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■form
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
form button, form select {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

form select {
  border: 1px solid #dbd9d9;
  border-radius: 5px;
  width: 100%;
  padding: 9px 25px 9px 20px;
  background: url(../img/ico_arrow08.png) no-repeat 95% center #fff;
  background-size: 11px auto;
}

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

form label {
  cursor: pointer;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■result_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.result_pager {
  text-align: center;
  line-height: 1;
  font-size: 0;
  margin: 50px 0;
  letter-spacing: normal;
}

.result_pager li {
  display: inline-block;
  vertical-align: middle;
}

.result_pager li a, .result_pager li span {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 7px;
  font-size: 2rem;
  vertical-align: middle;
  padding: 0 12px;
  display: inline-block;
  text-decoration: none !important;
  color: #444 !important;
}

.result_pager li span {
  text-decoration: underline !important;
}

.result_pager li.back, .result_pager li.next {
  padding: 0 30px;
}

.result_pager li.back a, .result_pager li.next a {
  background: none;
  border: none;
  width: 14px;
  text-indent: -9999px;
  background: no-repeat left 12px;
  background-size: 14px auto;
}

.result_pager li.back.back a, .result_pager li.next.back a {
  background-image: url(../img/ico_arrow10.png);
}

.result_pager li.back.next a, .result_pager li.next.next a {
  background-image: url(../img/ico_arrow11.png);
}

.wp-pagenavi {
  text-align: center;
  line-height: 1;
  letter-spacing: normal;
}

.wp-pagenavi a, .wp-pagenavi span {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 7px;
  font-size: 2rem;
  vertical-align: middle;
  padding: 0 12px;
  display: inline-block;
}

.wp-pagenavi .current {
  text-decoration: underline;
}

.wp-pagenavi .previouspostslink {
  margin: 0 30px;
  background: url(../img/ico_arrow10.png) no-repeat left 12px;
  background-size: 14px auto;
  border: none;
  width: 14px;
  text-indent: -9999px;
}

.wp-pagenavi .nextpostslink {
  margin: 0 30px;
  background: url(../img/ico_arrow11.png) no-repeat left 12px;
  background-size: 14px auto;
  border: none;
  width: 14px;
  text-indent: -9999px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■store_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#store_list {
  overflow: hidden;
}

#store_list ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: -1px;
}

#store_list ul.list li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dotted #b6997c;
  border-right: 1px dotted #b6997c;
  padding: 40px 5% 40px 0;
  line-height: 1.71;
  font-size: 1.4rem;
}

#store_list ul.list li:nth-of-type(2n) {
  border-right: none;
  padding-right: 0;
  padding-left: 5%;
}

#store_list ul.list li:nth-of-type(1), #store_list ul.list li:nth-of-type(2) {
  padding-top: 0;
}

#store_list ul.list .copy {
  margin-bottom: 14px;
}

#store_list ul.list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}

#store_list ul.list .inner .img {
  width: 41%;
}

#store_list ul.list .inner .img img {
  width: 100%;
  height: auto;
}

#store_list ul.list .inner .right {
  width: 59%;
  padding-left: 5.5%;
}

#store_list ul.list .inner .right a {
  color: #987b5f;
}

#store_list ul.list .inner .name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 3px;
}

#store_list ul.list .inner .name span {
  background: url(../img/ico_arrow08.png) no-repeat right bottom 5px;
  background-size: 23px auto;
  padding-right: 28px;
}

#store_list ul.list .inner .tel {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1;
}

#store_list ul.list dl {
  overflow: hidden;
  margin-bottom: 10px;
}

#store_list ul.list dl dt {
  float: left;
}

#store_list ul.list dl dd {
  padding-left: 70px;
  border-bottom: 1px dotted #b6997c;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

#store_list ul.list .txt {
  line-height: 1.28;
}

#store_list ul.list .info {
  margin-top: -17px;
}

#store_list ul.list .info a {
  color: #fff;
  font-size: 1.6rem;
  background: #b69370;
  display: block;
  padding: 12px 17px;
  font-weight: 700;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■column_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#column_list li {
  border-bottom: 1px dotted #ba9f84;
  padding-bottom: 48px;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#column_list li .img {
  width: 240px;
}

#column_list li .img span {
  border: 1px solid #987b5f;
  padding: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

#column_list li .img img {
  width: 100%;
  height: auto;
  border: 1px solid #987b5f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#column_list li .txt_area {
  width: calc(100% - 277px);
}

#column_list li .day {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 12px;
}

#column_list li .ttl {
  font-size: 2rem;
  line-height: 1.5;
  color: #987b5f;
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  margin-bottom: 14px;
}

#column_list li .txt {
  margin-bottom: 18px;
}

#column_list li .btn01 {
  text-align: right;
}

#column_list li .btn01 a {
  width: 190px;
  text-align: center;
  background: #9d8267;
  min-width: inherit !important;
}

#column_list li .btn01 a:after {
  left: 125px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■column_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#column_area #contents {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

#column_area #contents #default {
  padding: 0 0 80px 0;
  margin: 0;
  overflow: hidden;
}

#column_area .page_title {
  padding: 0;
  border: none;
  border-bottom: 1px solid #d7c9bb;
  margin-bottom: 47px;
}

#column_area .page_title h2 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  padding: 0;
  border: none;
  text-align: center;
  color: #987b5f;
  font-size: 2.6rem;
  line-height: 1.5;
  padding-bottom: 38px;
  border-bottom: 1px solid #d7c9bb;
  margin-bottom: 6px;
  border-left: none !important;
}

#column_area .wrap01 {
  max-width: 750px;
  margin: 0 auto 55px;
  overflow: hidden;
  padding-bottom: 60px;
  border-bottom: 1px solid #d7c9bb;
}

#column_area .sectionBox {
  margin-bottom: 70px;
  overflow: hidden;
}

#column_area .icon_note,
#column_area .icon_star {
  background: none;
  padding-left: 0 !important;
}

#column_area .icon_star {
  margin-top: 15px;
  position: relative;
  padding-left: 1.1em !important;
}

#column_area .icon_star:before {
  content: "●";
  color: #d87b49;
  font-size: 1.3rem;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}

#column_area .color_green,
#column_area .color_orange,
#column_area h5 {
  font-size: 1.8rem;
  color: #d87b49;
  font-weight: 700;
}

#column_area .btn_type01,
#column_area .btn_type02 {
  margin-bottom: 10px;
  background-color: #a78461;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■news_detail_wrap,#list_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#list_wrap #other_area {
  margin-top: 70px;
}

#list_wrap #other_area .day {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

#list_wrap #other_area .txt {
  font-size: 1.6rem;
}

#event_list #other_area {
  margin-top: 70px;
}

#news_detail_wrap {
  /*施工事例
	---------------------------------------------*/
}

#news_detail_wrap .fr_line {
  overflow: hidden;
}

#news_detail_wrap article {
  margin-top: 70px;
}

#news_detail_wrap article .ttl_wrap {
  margin-bottom: 50px;
}

#news_detail_wrap article .ttl_wrap .update {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.6rem;
  color: #9c9c9c;
  text-align: right;
}

#news_detail_wrap article .ttl, #news_detail_wrap article .page_title {
  border-bottom: 1px solid #d7c9bb !important;
  margin-bottom: 8px;
  padding-bottom: 6px;
}

#news_detail_wrap article .ttl h4, #news_detail_wrap article .ttl .blue_h2, #news_detail_wrap article .page_title h4, #news_detail_wrap article .page_title .blue_h2 {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 2.6rem;
  color: #987b5f;
  text-align: center;
  padding: 0 0 28px 0;
  border-bottom: 1px solid #d7c9bb;
}

#news_detail_wrap article .page_title {
  margin-bottom: 50px;
  border: none;
}

#news_detail_wrap article .blue_h2 {
  border-left: none !important;
}

#news_detail_wrap article a {
  text-decoration: underline;
  color: #a78461;
}

#news_detail_wrap article h5, #news_detail_wrap article h6 {
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: 700;
  margin-bottom: 3px;
}

#news_detail_wrap article img {
  /*width: auto;*/
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#news_detail_wrap article .img_right {
  margin: 0 0 20px 25px;
  float: right;
  /*width: 33%;*/
  text-align: center;
}

#news_detail_wrap article .img_right img {
  max-width: initial;
  max-height: initial;
}

#news_detail_wrap article .img_left {
  margin: 0 25px 20px 0;
  float: left;
  /*width: 33%;*/
  text-align: center;
}

#news_detail_wrap article .img_left img {
  max-width: initial;
  max-height: initial;
}

#news_detail_wrap article p {
  margin-bottom: 20px;
}

#news_detail_wrap article p img {
  margin-bottom: 5px;
}

#news_detail_wrap article .color_green {
  color: #008c31;
}

#news_detail_wrap article .color_orange {
  color: #ee6d2b;
}

#news_detail_wrap article .fr_line {
  padding-bottom: 10px;
  border-bottom: 1px solid #4a443a;
}

#news_detail_wrap article strong {
  font-weight: 700;
}

#news_detail_wrap article .sectionFrame {
  overflow: hidden;
  padding: 30px 20px;
  width: 100%;
  border: 1px solid #a78461;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#news_detail_wrap article .btn_type01,
#news_detail_wrap article .btn_type02 {
  text-align: center;
  margin: 0 auto 20px auto;
}

#news_detail_wrap article .btn_type01 a,
#news_detail_wrap article .btn_type02 a {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  background: url(../img/ico_arrow01.png) no-repeat 92% center #4a443a;
  background-size: 15px auto;
  padding: 15px 54px 15px 25px;
  border-radius: 8px;
  text-decoration: none;
}

#news_detail_wrap article .wrap01 {
  overflow: hidden;
  margin-bottom: 20px;
}

#news_detail_wrap article .wrap01 .img, #news_detail_wrap article .wrap01 .img_right {
  float: right;
  width: 36%;
}

#news_detail_wrap article .wrap01 .img img, #news_detail_wrap article .wrap01 .img_right img {
  width: 100%;
  height: auto;
}

#news_detail_wrap article .wrap01 .f_left, #news_detail_wrap article .wrap01 .left {
  width: 60%;
}

#news_detail_wrap article .wrap01 .f_left table, #news_detail_wrap article .wrap01 .left table {
  border-top: 1px solid #4a443a;
  border-left: 1px solid #4a443a;
}

#news_detail_wrap article .wrap01 .f_left th, #news_detail_wrap article .wrap01 .f_left td, #news_detail_wrap article .wrap01 .left th, #news_detail_wrap article .wrap01 .left td {
  border-right: 1px solid #4a443a;
  border-bottom: 1px solid #4a443a;
  padding: 10px 20px;
}

#news_detail_wrap article .wrap01 .f_left th, #news_detail_wrap article .wrap01 .left th {
  text-align: center;
  background: #faf1e2;
  width: 120px;
}

#news_detail_wrap article .wrap01 .f_left td, #news_detail_wrap article .wrap01 .left td {
  text-align: left;
}

#news_detail_wrap article .news_reads .bottom {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-warap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 23px;
  border-bottom: 2px solid #fab17b;
  margin-bottom: 50px;
}

#news_detail_wrap article .news_reads .bottom .txt {
  width: calc(100% - 300px);
}

#news_detail_wrap article .news_reads .bottom .txt span {
  font-weight: 700;
}

#news_detail_wrap article .news_reads .bottom .btn_type01 {
  float: right;
  width: 280px;
}

#news_detail_wrap .entry2018 ol {
  margin: 8px 0 8px 0;
}

#news_detail_wrap .entry2018 ol li {
  margin: 0 0 5px 25px;
  list-style-position: outside;
  list-style-type: decimal;
}

#news_detail_wrap .btn01 a {
  color: #fff;
  text-decoration: none;
}

#news_detail_wrap .case_wrap #contents {
  border: none;
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
}

#news_detail_wrap .case_wrap #contents #default {
  border: none;
  padding: 0;
  margin: 0;
}

#news_detail_wrap .case_wrap #contents #default .line_h3 {
  font-size: 1.8rem;
  margin-bottom: 18px;
}

#news_detail_wrap .case_wrap #contents #default a img {
  max-width: 300px;
  margin-bottom: 5px;
}

#news_detail_wrap .case_wrap #contents .sectionFrame a.btn_type01 {
  margin-bottom: 0;
}

#news_detail_wrap .case_wrap.list_wrap .sectionFrame {
  padding-top: 30px;
  padding-bottom: 3px;
}

#news_detail_wrap .case_wrap.list_wrap .img_left {
  max-width: 300px;
  width: 33.33%;
}

#news_detail_wrap .case_wrap.list_wrap .img_left img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

/*休日のお知らせ（インフォメーション）
---------------------------------------------*/
.main_contens .sectionFrame {
  max-width: 720px;
  margin: 0 auto 60px;
  border: 1px solid #ccc;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■FAQ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#faq_wrap .block {
  margin-bottom: 70px;
}

#faq_wrap .block:last-of-type {
  margin-bottom: 0;
}

#faq_wrap .block .ttl {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 35px;
  color: #a78461;
}

#faq_wrap .block dl {
  border-bottom: 1px solid #a78461;
}

#faq_wrap .block dt, #faq_wrap .block dd {
  position: relative;
  padding: 24px 90px;
}

#faq_wrap .block dt:before, #faq_wrap .block dd:before {
  content: "Q";
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  font-weight: 700;
  position: absolute;
  top: 11px;
  left: 28px;
  color: #a78461;
}

#faq_wrap .block dt {
  border-top: 1px solid #a78461;
}

#faq_wrap .block dt:hover {
  opacity: 0.8;
  cursor: pointer;
}

#faq_wrap .block dt .icon {
  position: absolute;
  top: 50%;
  right: 25px;
}

#faq_wrap .block dt .accordion_icon {
  position: relative;
  float: right;
  width: 25px;
  width: 25px;
}

#faq_wrap .block dt .accordion_icon span {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a78461;
}

#faq_wrap .block dt .accordion_icon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#faq_wrap .block dt.open .accordion_icon span {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#faq_wrap .block dt.open .accordion_icon span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#faq_wrap .block dd {
  font-size: 1.4rem;
  border-top: 1px dotted #ba9f84;
  display: none;
}

#faq_wrap .block dd:before {
  content: "A";
  color: #d87b49;
}

#faq_wrap .block dd strong {
  font-weight: 700;
  color: #a78461;
}

/*#####################################################################
	2023/04 お知らせ・イベント改修
#####################################################################*/
/*-------------------------
  トップタブ切替
-------------------------*/
/* tab_btn */
.tab_wrap > input[type="radio"] {
  display: none;
}

.tab_btn {
  margin-bottom: 50px;
}

.tab_btn ul {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

.tab_btn li {
  display: flex;
  width: auto;
  border: none;
  width: 100%;
  padding: 0;
}

.tab_btn li:first-child {
  flex: 1 0 auto;
}

.tab_btn label {
  cursor: pointer;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.38462;
  text-align: center;
  transition: all 0.2s linear;
  padding: 5px;
}

.tab_btn label:hover {
  opacity: .8;
  transition: all 0.2s linear;
}

/* tab_box_wrap */
/* tab_box */
.tab_box {
  display: none;
}

/*-------------------------
  絞り込み
-------------------------*/
.search_wrap ul {
  display: block;
  padding: 0;
  margin: 0;
}

.search_wrap ul li {
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
}

.search_wrap dl.search_inner > div {
  display: flex;
}

.search_wrap dl.search_inner > div > dt {
  flex: 1 0 auto;
  line-height: 1.0;
  box-sizing: border-box;
}

.search_wrap dl.search_inner > div > dt .en {
  display: block;
}

.search_wrap dl.search_inner > div > dd {
  width: 100%;
}

.search_wrap dl.search_inner dd > input[type="radio"] {
  display: none;
}

.search_wrap .btn_list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}

.search_wrap .btn_list::after {
  display: none;
}

.search_wrap .btn_list > li {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}

.search_wrap .btn_list a, .search_wrap .btn_list label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  height: 100%;
  box-sizing: border-box;
  line-height: 1.38462;
  text-align: center;
  padding: 10px;
  transition: all 0.2s linear;
}

.search_wrap .btn_list a:hover, .search_wrap .btn_list label:hover {
  opacity: .8;
  transition: all 0.2s linear;
}

.search_wrap .gray {
  background: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 12px 18px 12px 25px;
}

.search_wrap .event_type {
  font-size: 1.5rem;
  margin-top: 18px;
}

.search_wrap .event_type dl:not([class]) {
  display: flex;
  align-items: flex-start;
}

.search_wrap .event_type dt {
  flex: 1 0 auto;
  box-sizing: border-box;
  padding: 4px 0;
}

.search_wrap .event_type dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: flex-end;
  width: 100%;
}

.search_wrap .event_type .list_checkbox {
  width: 100%;
}

.search_wrap .event_type .list_checkbox li {
  display: inline-block;
  vertical-align: top;
}

.search_wrap .event_type .list_checkbox label {
  display: flex;
  align-items: flex-start;
}

.search_wrap .event_type .list_checkbox label input[type="checkbox"] {
  min-width: 18px;
  height: 18px;
  margin-right: 8px;
}

.search_wrap .event_type .btn {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}

.search_wrap .event_type .btn:hover {
  opacity: .8;
  transition: all 0.2s linear;
}

/*-------------------------
  イベント一覧カセットの変更点
-------------------------*/
.event_list_area li.result_none {
  width: 100%;
  border: none;
}

/*-------------------------
  トップタブ切替
-------------------------*/
.tab_wrap {
  margin-top: 33px;
}

.tab_btn {
  margin-bottom: 6px;
}

.tab_btn li {
  border: none;
}

.tab_btn li:not(:first-child) {
  margin-left: 1px;
}

.tab_btn li:first-child {
  width: 19.783%;
}

.tab_btn label {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #4a443a;
  background: #f3ebe3;
}

#tab-1:checked ~ .tab_btn label[for="tab-1"],
#tab-2:checked ~ .tab_btn label[for="tab-2"],
#tab-3:checked ~ .tab_btn label[for="tab-3"],
#tab-4:checked ~ .tab_btn label[for="tab-4"] {
  background-color: #987b5f;
  color: #fff;
}

.event_list_area li.result_none {
  margin-top: 30px;
}

/*-------------------------
  絞り込み
-------------------------*/
.search_wrap {
  padding: 0 20px;
  margin: -22px 0 0;
}

.search_wrap dl.search_inner {
  max-width: 1280px;
  margin: 0 auto;
}

.search_wrap dl.search_inner > div {
  align-items: flex-start;
}

.search_wrap dl.search_inner > div:not(:first-child) {
  margin-top: 34px;
}

.search_wrap dl.search_inner > div > dt {
  position: relative;
  display: flex;
  flex-flow: column-reverse;
  width: 200px;
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 16px 12px 0px;
}

.search_wrap dl.search_inner > div > dt .en {
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin: 8px 0 0;
  text-transform: lowercase;
}

.search_wrap .btn_list > li:not(:first-child) {
  border-left: 1px solid #fff;
}

.search_wrap .btn_list > li.all {
  max-width: calc((100% - 3px) / 4);
}

.search_wrap .btn_list a, .search_wrap .btn_list label {
  min-height: 64px;
  background: #f3ebe3;
  color: #4a443a;
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-weight: 500;
  font-size: 1.5rem;
}

.search_wrap .btn_list a.active {
  background-color: #987b5f;
  color: #fff;
}

.search_wrap #tab-1:checked ~ .btn_list label[for="tab-1"],
.search_wrap #tab-2:checked ~ .btn_list label[for="tab-2"],
.search_wrap #tab-3:checked ~ .btn_list label[for="tab-3"],
.search_wrap #tab-4:checked ~ .btn_list label[for="tab-4"],
.search_wrap #area-1:checked ~ .btn_list label[for="area-1"],
.search_wrap #area-2:checked ~ .btn_list label[for="area-2"],
.search_wrap #area-3:checked ~ .btn_list label[for="area-3"],
.search_wrap #area-4:checked ~ .btn_list label[for="area-4"] {
  background-color: #987b5f;
  color: #fff;
}

.search_wrap .gray {
  background: #f9f9f9;
  border: 1px solid #e3e1e8;
  border-radius: 100px;
  padding: 15px 28px 15px 25px;
}

.search_wrap .event_type {
  margin-top: 24px;
}

.search_wrap .event_type dt {
  width: 198px;
  color: #4a443a;
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 4px 0;
}

.search_wrap .event_type dt.ico_search {
  background: url(../img/icon_search_event_shop.png) no-repeat left center;
  background-size: 18px auto;
  padding-left: 33px;
}

.search_wrap .event_type .list_checkbox {
  font-size: 1.4rem;
  padding: 6px 0;
}

.search_wrap .event_type .list_checkbox li {
  margin: 0 33px 0 0;
}

.search_wrap .event_type .list_checkbox li input[type="checkbox"] {
  transform: translate(0, 5px);
  margin-right: 12px;
}

.search_wrap .event_type .btn {
  position: relative;
  width: 143px;
  min-height: 40px;
  background: #4a443a;
  border-radius: 100px;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 5px 10px 5px 0;
}

.search_wrap .event_type .btn::before {
  content: '';
  display: block;
  background: url(../img/ico_arrow01.png) no-repeat right center;
  background-size: auto 8px;
  width: 17px;
  height: 8px;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -4px;
  transition: all 0.2s linear;
}

.search_wrap .event_type .btn:hover::before {
  right: 12px;
  width: 22px;
}
