@charset "UTF-8";
/* CSS Document */ /* #################### */
/* _valiables.scss */
/* #################### */
/* #################### */
/* _parts.scss */
/* #################### */
/*汎用クラス*/
/*##############################################*/
/*記事中の回り込み解除*/
.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.textcenter {
  text-align: center;
}

hr.sikiri {
  border: solid #000;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_gray {
  border: solid #ccc;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_dashed {
  border: dashed #ccc;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_dotted {
  border: dotted #ccc;
  border-width: 1px 0 0 0;
  margin: 40px 0 40px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

.nodisp {
  position: absolute;
  left: -9999px;
}

.zoomhack, .r20, .r15, .r10, .r6, .c_msg, .r3, #wrap .event .event__list .event__list-wrap .event__head img.event__img {
  zoom: 1;
  position: relative;
}

.r3, #wrap .event .event__list .event__list-wrap .event__head img.event__img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.r6, .c_msg {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.r10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.r15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.r20 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.mgn10 {
  margin: 10px;
}

.mgn15 {
  margin: 15px;
}

.mgn_v10 {
  margin: 10px auto;
}

.mgn_v15 {
  margin: 15px auto;
}

.mgn_v20 {
  margin: 20px auto;
}

.mgn_t10 {
  margin-top: 10px;
}

.mgn_t20 {
  margin-top: 20px;
}

.mgn_b1em {
  margin-bottom: 1em;
}

.mgn_b1rem {
  margin-bottom: 1rem;
}

.mgn_b10 {
  margin-bottom: 10px;
}

.mgn_b20 {
  margin-bottom: 20px;
}

.pad15 {
  padding: 15px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.btn_hover:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
}

.boxshadow {
  zoom: 1;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -o-box-shadow: 1px 1px 2px #ccc;
  -ms-box-shadow: 1px 1px 2px #ccc;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
  /* IE5.5+ */
}

.textshadow {
  zoom: 1;
  text-shadow: #999999 1px 1px 2px; /* FireFox, Webkit, Opera */
  -ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#999999,offx=1,offy=1)"; /* IE8 */
  display: block; /* IE */
}

/*黒丸リスト*/
ul.list_disc {
  list-style: disc;
  margin: 1em 0 1em 1.5em;
}
ul.list_disc li {
  margin: 0 0 0.5em 0;
}

/*数字リスト*/
ul.list_decimal {
  list-style: decimal;
  margin: 1em 0 1em 1.5em;
}
ul.list_decimal li {
  margin: 0 0 0.5em 0;
}

/*横に並べるリスト*/
ul.list_h {
  list-style: none;
  margin: 1em 0 1.5em;
  overflow: hidden;
}
ul.list_h li {
  display: inline-block;
  margin: 0 1em 0.5em 0;
}

/*日付見出しリスト汎用1　yyyy年m月d日想定*/
dl.list_date {
  overflow: hidden;
}
dl.list_date dt {
  clear: left;
  float: left;
  margin: 0 0 0.5em 0em;
}
dl.list_date dd {
  margin: 0 0 0.5em 9em;
}

/*日付見出しリスト汎用2　yyyy/mm/dd想定*/
dl.list_date_narrow dt {
  clear: left;
  float: left;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0;
}
dl.list_date_narrow dd {
  margin: 0 0 0.5em 7em;
  padding: 0.5em 0;
}
dl.list_date_narrow dd a {
  text-decoration: none;
}
dl.list_date_narrow dd a:hover {
  text-decoration: underline;
}

/*※つきリスト*/
dl.list_asta dt {
  clear: left;
  float: left;
  width: 1.5em;
  margin: 0 0 0.2em 0;
}
dl.list_asta dd {
  margin: 0 0 0.2em 1.5em;
}

/*汎用テーブル線なし*/
table.normal_tbl {
  border-collapse: collapse;
  margin: 0 0 30px 0;
}
table.normal_tbl th {
  padding: 0.35em 0.6em 0.35em 0;
  vertical-align: top;
  white-space: nowrap;
}
table.normal_tbl td {
  padding: 0.35em 0.6em;
  vertical-align: top;
}

table.line_tbl {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border-top: solid 1px white;
  border-left: solid 1px white;
}
table.line_tbl th {
  background-color: white;
  border-bottom: solid 1px #fff;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
table.line_tbl th:last-child {
  border-bottom: solid 1px white;
}
table.line_tbl td {
  background-color: #fff;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
  padding: 10px 15px;
  vertical-align: middle;
}

/*####################*/
/*ehMain*/
/*####################*/
.ehMain {
  padding-top: 138px;
}
@media screen and (max-width : 768px) {
  .ehMain {
    padding-top: 99px;
  }
} /*####################*/
/*BreadCrumbs*/
/*####################*/
.breadCrumbs {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/*####################*/
/*構造*/
/*####################*/
.sumai-kengaku .inner {
  line-height: 1.6;
  margin: 0 auto;
  padding: 30px 0 96px 0;
  width: 1024px;
}
@media screen and (max-width : 768px) {
  .sumai-kengaku .inner {
    padding: 45px 18px 80px 18px;
    width: 100%;
    box-sizing: border-box;
  }
}

.cont_wrap {
  overflow: hidden;
}
.cont_wrap .cont_one {
  width: 100%;
}
.cont_wrap #cont_left {
  float: left;
  width: 240px;
}
@media screen and (max-width : 768px) {
  .cont_wrap #cont_left {
    float: none;
    width: 100%;
  }
}
.cont_wrap #cont_right {
  float: right;
  width: 760px;
}
@media screen and (max-width : 768px) {
  .cont_wrap #cont_right {
    float: none;
    width: 100%;
  }
}

/*####################*/
/*メインビジュアル　KV*/
/*####################*/
h1#main_visual {
  display: block;
  width: 100%;
  max-width: 1600px;
  min-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width : 768px) {
  h1#main_visual {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
h1#main_visual img {
  width: 100%;
  height: auto;
}

/*####################*/
/*メッセージ*/
/*####################*/
.c_msg {
  border: solid 1px #dcdcdc;
  margin: 0 auto 2rem;
  padding: 1rem;
  color: #666;
}
.c_msg h3 {
  color: #333;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 0.5em;
}

/*####################*/
/*メリット*/
/*####################*/
.merit {
  margin: 0 auto 2rem;
}
.merit h3.midashi_merit {
  display: block;
  width: 15em;
  background: #fa5238;
  color: #fff;
  line-height: 1;
  margin: 0 auto 2rem;
  padding: 1em 1em;
  text-align: center;
}
.merit ol {
  margin: 0 auto 4rem;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width : 768px) {
  .merit ol {
    display: block;
    margin-bottom: 2rem;
  }
}
.merit ol li {
  background: #fff;
  border-color: #10438A;
  border-style: solid;
}
@media screen and (max-width : 768px) {
  .merit ol li {
    margin: 0 0 1rem;
  }
}
.merit ol li:nth-child(1) {
  width: calc(30% - 20px);
}
@media screen and (max-width : 768px) {
  .merit ol li:nth-child(1) {
    width: 100%;
  }
}
.merit ol li:nth-child(1) dt {
  background-image: url(../img/icn_meri-1.webp);
}
.merit ol li:nth-child(2) {
  width: calc(30% - 20px);
}
@media screen and (max-width : 768px) {
  .merit ol li:nth-child(2) {
    width: 100%;
  }
}
.merit ol li:nth-child(2) dt {
  background-image: url(../img/icn_meri-2.webp);
}
.merit ol li:nth-child(3) {
  width: calc(40% - 20px);
}
@media screen and (max-width : 768px) {
  .merit ol li:nth-child(3) {
    width: 100%;
  }
}
.merit ol li:nth-child(3) dt {
  background-image: url(../img/icn_meri-3.webp);
}
.merit ol li dt {
  height: 5.5rem;
  padding: 5px 0 0 55px;
  background-color: #10438A;
  background-size: 40px;
  background-position: 8px center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width : 768px) {
  .merit ol li dt {
    height: auto;
    padding: 5px 5px 10px 55px;
  }
}
.merit ol li dt span {
  font-size: 0.8em;
}
.merit ol li dd {
  padding: 0.8rem;
  font-size: 0.9rem;
}
.merit ol li dd b {
  color: #10438A;
  display: block;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width : 768px) {
  .merit ol li .hide_sp {
    display: none;
  }
}

.merit_title {
  margin-bottom: 30px;
}
.merit_title .--image {
  width: 420px;
  height: auto;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width : 768px) {
  .merit_title {
    margin-bottom: 30px;
  }
  .merit_title .--image {
    width: 400px;
  }
}
@media screen and (max-width: 568px) {
  .merit_title {
    margin-bottom: 20px;
  }
  .merit_title .--image {
    width: 79vw;
  }
}

/*####################*/
/*希望日注意*/
/*####################*/
.kibou_cyui {
  border-top: solid 1px #c00;
  margin: 0 auto 2em;
  padding: 1rem;
  color: #c00;
}

/*####################*/
/*会場*/
/*####################*/
#wrap ul.pref > li {
  background: #f9faf9;
  padding: 1em;
  overflow: hidden;
}
#wrap ul.pref > li span.pref__area {
  float: left;
  cursor: pointer;
  width: 4em;
  font-size: 1rem;
  background: url(../img/icn_pin.png) left 50% no-repeat;
  background-size: 14px;
  padding: 5px 20px 5px 30px;
}
@media screen and (max-width : 768px) {
  #wrap ul.pref > li span.pref__area {
    float: none;
    display: block;
    width: 100%;
    font-size: 0.9rem;
    background: url(../img/icn_pin.png) left 50% no-repeat, url(../img/icon_open.png) calc(100% - 71px) 50% no-repeat;
    background-size: 14px, 10px;
  }
  #wrap ul.pref > li span.pref__area.opn {
    background: url(../img/icn_pin.png) left 50% no-repeat, url(../img/icon_close.png) calc(100% - 71px) 50% no-repeat;
    background-size: 14px, 10px;
  }
}
#wrap ul.pref > li ul.pref__list {
  margin: 0 0 0 calc(4em + 40px);
  display: flex;
}
@media screen and (max-width : 768px) {
  #wrap ul.pref > li ul.pref__list {
    display: block;
    margin: 1rem 0 0;
  }
}
#wrap ul.pref > li ul.pref__list li {
  margin: 0 1em 1em 0;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width : 768px) {
  #wrap ul.pref > li ul.pref__list li {
    text-align: left;
    border: none;
    position: relative;
    height: 2em;
    margin: 0 0 0.5em 0;
  }
}
#wrap ul.pref > li ul.pref__list li .pref__name {
  font-size: 0.9rem;
  background-color: #fff;
  border: 2px solid #1d55a4;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  padding: 0.3em 1em;
  transition: all 0.3s ease-out;
  width: 100%;
}
#wrap ul.pref > li ul.pref__list li .pref__name:hover, #wrap ul.pref > li ul.pref__list li .pref__name.on {
  background-color: #1d55a4;
  color: #fff;
}
@media screen and (max-width : 768px) {
  #wrap ul.pref > li ul.pref__list li .pref__name {
    border: solid 1px #dcdcdc;
    background: url(../img/icon_down.png) calc(100% - 20px) 50% no-repeat;
    background-size: 10px;
  }
  #wrap ul.pref > li ul.pref__list li .pref__name:hover, #wrap ul.pref > li ul.pref__list li .pref__name.on {
    background: url(../img/icon_down_white.png) calc(100% - 20px) 50% no-repeat #1d55a4;
    background-size: 10px;
    color: #fff;
  }
}
#wrap ul.pref > li ul.pref__list li .pref__btn {
  width: 10em;
  background: url(../img/icn_arw-b.png) 90% 50% no-repeat #1d55a4;
  background-size: 14px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
}
#wrap ul.pref > li ul.pref__list li .pref__btn.element__sp {
  display: none;
}
#wrap ul.pref > li ul.pref__list li .pref__btn-txt {
  text-align: center;
}
#wrap .event {
  margin: 2rem 0;
}
#wrap .event .event__wrap {
  margin: 0 0 ２rem;
}
#wrap .event .event__wrap h1 {
  border-left: 2px solid #1d55a4;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  color: #10468d;
  padding-left: 1em;
  margin: 0 0 1rem;
}
#wrap .event .event__list {
  background-color: #f9faf9;
  border-bottom: dotted 1px #999;
  margin: 0 auto;
  padding: 1rem;
}
#wrap .event .event__list:last-child {
  border-bottom: none;
  margin: 0 auto 2em;
}
#wrap .event .event__list h2 {
  font-size: 1.1rem;
  font-weight: bold;
  border-left: solid 3px #999;
  margin: 0 0 1rem;
  padding: 0 0 0 5px;
  position: relative;
}
@media screen and (max-width : 768px) {
  #wrap .event .event__list h2 {
    width: calc(100% - 8em);
  }
}
#wrap .event .event__list h2 span.event__tag {
  position: absolute;
  right: 0px;
  top: 0.15rem;
  background: #666;
  color: #fff;
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0 1em;
  text-align: center;
}
@media screen and (max-width : 768px) {
  #wrap .event .event__list h2 span.event__tag {
    right: -9em;
    top: 0.15rem;
  }
}
#wrap .event .event__list .event__list-wrap {
  overflow: hidden;
}
#wrap .event .event__list .event__list-wrap .event__head {
  float: left;
}
@media screen and (max-width : 768px) {
  #wrap .event .event__list .event__list-wrap .event__head {
    float: none;
  }
}
#wrap .event .event__list .event__list-wrap .event__head img.event__img {
  width: auto;
  max-width: 350px;
  margin: 0 1rem 1rem 0;
}
@media screen and (max-width : 768px) {
  #wrap .event .event__list .event__list-wrap .event__head img.event__img {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1rem;
  }
}
#wrap .event .event__list .event__list-wrap .event__body {
  float: left;
}
@media screen and (max-width : 768px) {
  #wrap .event .event__list .event__list-wrap .event__body {
    float: none;
  }
}
#wrap .event .event__list .event__list-wrap .event__body .event__address {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
  width: 510px;
}
@media screen and (max-width : 768px) {
  #wrap .event .event__list .event__list-wrap .event__body .event__address {
    font-size: 1rem;
    color: #333;
    line-height: 1.4;
  }
}
#wrap .event .event__list .event__list-wrap .event__body .event__txt span {
  color: #ff004e;
}
#wrap .event .event__list .event__list-wrap .event__body .event__btn a {
  background-color: #eb5e01;
  background-image: url(../img/icn_arw-r.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 5px 10px;
  border-radius: 4px;
  color: #fff;
  display: block;
  line-height: 1;
  max-width: 300px;
  text-align: center;
  text-decoration: none;
  margin: 1.5rem 0;
  padding: 0.5rem 1rem;
}
@media screen and (max-width : 768px) {
  #wrap .event .event__list .event__list-wrap .event__body .event__btn a {
    margin: 1.5rem auto;
  }
}

.event__shop {
  position: relative;
  font-weight: 700;
}

.event__tag {
  position: absolute;
  background: #666;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 0 1em;
  text-align: center;
}

.event__img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.event__name {
  font-weight: 700;
}

.event__address {
  padding-left: 3em;
  text-indent: -3em;
}

.event__txt span {
  color: #ff004e;
}

.event__btn a {
  background-color: #eb5e01;
  background-image: url(../img/icn_arw-r.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 5px 10px;
  border-radius: 4px;
  color: #fff;
  display: block;
  line-height: 1;
  max-width: 300px;
  text-align: center;
  text-decoration: none;
}

/*####################*/
/* FEATURE */
/*####################*/
@media screen and (max-width: 568px) {
  .feature {
    margin-top: -10px;
  }
}

.feature_title {
  margin-top: 30px;
  margin-bottom: 50px;
}
.feature_title .--image {
  width: 450px;
  height: auto;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width : 768px) {
  .feature_title {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .feature_title .--image {
    width: 420px;
  }
}
@media screen and (max-width: 568px) {
  .feature_title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .feature_title .--image {
    width: 82vw;
  }
}

.feature_list_item {
  position: relative;
  min-height: 27.4vw;
}
.feature_list_item + .feature_list_item {
  margin-top: 20px;
}
@media screen and (min-width: 569px) {
  .feature_list_item + .feature_list_item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .feature_list_item + .feature_list_item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 569px) {
  .feature_list_item {
    min-height: 155px;
  }
}
@media screen and (min-width: 769px) {
  .feature_list_item {
    min-height: 182px;
  }
}

.feature_list_item_title {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.44;
  font-size: 3.6vw;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 569px) {
  .feature_list_item_title {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .feature_list_item_title {
    font-size: 22px;
  }
  .feature_list_item_title br {
    display: none;
  }
}
.feature_list_item_title:before {
  content: "";
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0.7em;
  z-index: -1;
}
.feature_list_item_title h3 {
  background-color: #fff;
  color: #124a97;
  font-weight: bold;
  display: inline;
  text-align: left;
  font-size: inherit;
}
.feature_list_item_title h3 .--pr {
  padding-right: 0.5em;
  line-height: inherit;
}
@media screen and (min-width: 769px) {
  .feature_list_item_title h3 .--pr {
    padding-right: 0;
  }
}
.feature_list_item_title h3 .--pl {
  padding-left: 0.5em;
  line-height: inherit;
}
.feature_list_item:nth-child(2n) .feature_list_item_title h3 {
  display: inline-block;
  padding-left: 0.5em;
}
@media screen and (min-width: 769px) {
  .feature_list_item:nth-child(2n-1) .feature_list_item_title h3 {
    display: inline-block;
    padding-right: 0.5em;
  }
}
.feature_list_item_title strong {
  background-image: url(../img/pattern_stripe.webp);
  background-repeat: repeat-x;
  background-size: auto 0.5em;
  background-position: bottom left;
  line-height: inherit;
  font-weight: inherit;
}

.feature_list_item.--02 .feature_list_item_bodyWrap {
  padding-bottom: 10vw;
}
.feature_list_item.--03 .feature_list_item_bodyWrap {
  padding-bottom: 12vw;
}
@media screen and (min-width: 569px) {
  .feature_list_item.--02 .feature_list_item_bodyWrap {
    padding-bottom: 57px;
  }
  .feature_list_item.--03 .feature_list_item_bodyWrap {
    padding-bottom: 68px;
  }
}
@media screen and (min-width: 769px) {
  .feature_list_item.--02 .feature_list_item_bodyWrap {
    padding-bottom: 100px;
  }
  .feature_list_item.--03 .feature_list_item_bodyWrap {
    padding-bottom: 100px;
  }
}

.feature_list_item_body {
  width: calc(100% - 26.5vw - 10px);
  margin-inline: 0 auto;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 569px) {
  .feature_list_item_body {
    font-size: 14px;
    width: calc(100% - 165px);
  }
}
@media screen and (min-width: 769px) {
  .feature_list_item_body {
    font-size: 16px;
    width: calc(100% - 220px);
  }
}

.feature_list_item_img {
  width: 26.5vw;
  height: auto;
  position: absolute;
  right: 0;
  top: 7.4vw;
}
@media screen and (min-width: 569px) {
  .feature_list_item_img {
    width: 150px;
    top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .feature_list_item_img {
    width: 200px;
  }
}

.feature_list_item:nth-child(2n) .feature_list_item_title {
  text-align: right;
}
.feature_list_item:nth-child(2n) .feature_list_item_img {
  right: auto;
  left: 0;
}
.feature_list_item:nth-child(2n) .feature_list_item_body {
  margin-inline: auto 0;
}
.feature_list_item:nth-child(2n) .feature_list_item_illust {
  right: 0;
  left: auto;
}

.feature_list_item_illust {
  height: auto;
  position: absolute;
  bottom: 0;
}
.feature_list_item.--02 .feature_list_item_illust {
  right: 0;
  width: 12.5vw;
}
.feature_list_item.--03 .feature_list_item_illust {
  left: 0;
  width: 11.3vw;
}
@media screen and (min-width: 569px) {
  .feature_list_item.--02 .feature_list_item_illust {
    width: 70px;
  }
  .feature_list_item.--03 .feature_list_item_illust {
    width: 64px;
  }
}
@media screen and (min-width: 769px) {
  .feature_list_item.--02 .feature_list_item_illust {
    width: 100px;
  }
  .feature_list_item.--03 .feature_list_item_illust {
    width: 100px;
  }
}

/*####################*/
/* CHILD */
/*####################*/
.child {
  padding: 30px 0 60px;
}
.child .--image {
  max-width: 500px;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width : 768px) {
  .child {
    padding: 0 0 40px;
  }
}

/*####################*/
/* GALLERY
/*####################*/
.gallery {
  margin: 0 calc((100vw - 1024px) / 2 * -1) 80px;
}
@media screen and (max-width : 768px) {
  .gallery {
    margin: 0 0 70px;
  }
}
@media screen and (max-width: 568px) {
  .gallery {
    margin: 0 -18px 50px;
  }
}

.gallery_slider {
  overflow: hidden;
}
.gallery_slider + .gallery_slider {
  margin-top: 30px;
}
@media screen and (max-width : 768px) {
  .gallery_slider + .gallery_slider {
    margin-top: 25px;
  }
}
@media screen and (max-width: 568px) {
  .gallery_slider + .gallery_slider {
    margin-top: 20px;
  }
}

.gallery_slider_wrapper {
  transition-timing-function: linear;
}

.gallery_slider_slide .--image {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*####################*/
/* MAP ※index.htmlから転記 */
/*####################*/
.map .note p {
  font-size: 12px;
  margin-bottom: 5px;
}

h4.map_tit {
  font-size: 32px;
  color: #124a97;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
}

h4.map_tit:before {
  content: "";
  display: inline-block;
  background: url(img/search_ic_choice.png) no-repeat;
  background-size: contain;
  width: 27px;
  height: 40px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -23px;
}

/*---------*/
.map_wrap {
  border: 2px solid #f0f3f5;
  border-radius: 5px;
  max-width: 980px;
}
@media screen and (max-width : 768px) {
  .map_wrap {
    border: none;
  }
}

.map_title {
  margin-bottom: -80px;
  margin-top: 40px;
}
.map_title .--image {
  width: 400px;
  height: auto;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width : 768px) {
  .map_title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .map_title .--image {
    width: 370px;
  }
}
@media screen and (max-width: 568px) {
  .map_title .--image {
    width: 67vw;
  }
}

.map {
  background: url(../img/search_map.png) no-repeat;
  background-size: contain;
  width: 980px;
  height: 763px;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  font-size: 14px;
}

.map .sear_list {
  position: absolute;
  line-height: 1;
}

.map .sear_list.l2 {
  width: 200px;
}

.map .sear_list.l1 {
  width: 100px;
}

.sear_list:nth-of-type(1) {
  right: 40px;
  top: 130px;
}

/*北海道・東北*/
.sear_list:nth-of-type(2) {
  right: 40px;
  top: 434px;
}

/*関東*/
.sear_list:nth-of-type(3) {
  left: 360px;
  top: 130px;
}

/*中部*/
.sear_list:nth-of-type(4) {
  right: 350px;
  top: 510px;
}

/*近畿*/
.sear_list:nth-of-type(5) {
  left: 250px;
  top: 130px;
}

/*中国*/
.sear_list:nth-of-type(6) {
  right: 560px;
  top: 510px;
}

/*四国*/
.sear_list:nth-of-type(7) {
  left: 40px;
  top: 130px;
}

/*九州・沖縄*/
.map .sear_list .rural_bar {
  pointer-events: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #8EBC74;
  border-radius: 5px;
  padding: 10px 32px;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 5px 0;
  text-align: center;
}

.map .sear_list .rural_bar:before {
  content: "";
  display: inline-block;
  background: url(../img/icon_map.webp) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -10px;
}

.map .sear_list .pref {
  overflow: hidden;
}

.map .sear_list .pref ul {
  width: 80px;
  margin: 0 10px;
}

.map .sear_list .pref ul.left {
  float: left;
}

.map .sear_list .pref ul.right {
  float: right;
}

.map .sear_list .pref ul li {
  padding: 10px 0;
  border-bottom: 1px solid #9a9a9a;
}

.map .sear_list .pref ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.map .sear_list .pref ul li a:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3.5px;
}

.map .sear_list .pref ul li.no_link a {
  color: #c5c5c5;
  pointer-events: none;
}

.map .sear_list .pref ul li.no_link a:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #c5c5c5;
  border-right: solid 1px #c5c5c5;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3.5px;
}

.map .note {
  position: absolute;
  left: 40px;
  bottom: 30px;
}

@media screen and (max-width: 768px) {
  h4.map_tit {
    width: 38vw;
    font-size: 6.4vw;
    padding-left: 7.4666666667vw;
    text-align: center;
    margin: 0 auto 6vw;
    white-space: nowrap;
  }
  h4.map_tit:before {
    content: "";
    display: inline-block;
    background: url(img/search_ic_choice.png) no-repeat;
    background-size: contain;
    width: 5.3333333333vw;
    height: 8vw;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4vw;
  }
  /*---------*/
  .map {
    background: none;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  .map .sear_list {
    position: relative;
    margin: 0 auto 4vw;
  }
  .map .sear_list.l2,
.map .sear_list.l1 {
    width: 90vw;
  }
  .sear_list:nth-of-type(1) {
    right: auto;
    top: auto;
  }
  /*北海道・東北*/
  .sear_list:nth-of-type(2) {
    right: auto;
    top: auto;
  }
  /*関東*/
  .sear_list:nth-of-type(3) {
    left: auto;
    top: auto;
  }
  /*中部*/
  .sear_list:nth-of-type(4) {
    right: auto;
    top: auto;
  }
  /*近畿*/
  .sear_list:nth-of-type(5) {
    left: auto;
    top: auto;
  }
  /*中国*/
  .sear_list:nth-of-type(6) {
    right: auto;
    top: auto;
  }
  /*四国*/
  .sear_list:nth-of-type(7) {
    left: auto;
    top: auto;
  }
  /*九州・沖縄*/
  .map .sear_list .rural_bar {
    pointer-events: all;
    font-size: 4.2vw;
    border-radius: 1.3vw;
    padding: 4.9vw 14.4vw;
    margin: 0 0 1.3vw 0;
  }
  .map .sear_list .rural_bar:before {
    content: "";
    display: inline-block;
    background: url(../img/icon_map.webp) no-repeat;
    background-size: contain;
    width: 6.4vw;
    height: 6.4vw;
    position: absolute;
    left: 8vw;
    top: 50%;
    margin-top: -3.1vw;
  }
  .map .sear_list .rural_bar:after {
    content: "";
    display: inline-block;
    background: url(img/search_ic_open.png) no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4vw;
    position: absolute;
    right: 4.6666666667vw;
    top: 50%;
    margin-top: -2vw;
  }
  .map .sear_list .rural_bar.active:after {
    content: "";
    display: inline-block;
    background: url(img/search_ic_close.png) no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4vw;
    position: absolute;
    right: 4.6666666667vw;
    top: 50%;
    margin-top: -2vw;
  }
  .map .sear_list .pref {
    display: none;
    margin-bottom: 5vw;
  }
  .map .sear_list .pref ul {
    width: 40vw;
    margin: 0 2vw;
  }
  .map .sear_list .pref ul.sp-left {
    float: left;
  }
  .map .sear_list .pref ul.sp-right {
    float: right;
  }
  .map .sear_list .pref ul li {
    padding: 4vw 0;
  }
  .map .sear_list .pref ul li a:after {
    content: "";
    width: 1.8vw;
    height: 1.8vw;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.9vw;
  }
  .map .sear_list .pref ul li.no_link a:after {
    content: "";
    width: 1.8vw;
    height: 1.8vw;
    border: 0px;
    border-top: solid 1px #c5c5c5;
    border-right: solid 1px #c5c5c5;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.9vw;
  }
  .map .note {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
/*####################*/
/*追従バナー*/
/*####################*/
.fixed_bnr {
  position: fixed;
  width: 100%;
  height: 58px;
  left: 0;
  bottom: 0;
  background-color: #EFEFF1;
  z-index: 1;
}
.fixed_bnr_link {
  display: block;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0;
  width: 375px;
}
.fixed_bnr_link .--bnr {
  width: 100%;
  height: auto;
}
@media screen and (max-width : 768px) {
  .fixed_bnr {
    background-color: transparent;
    width: 375px;
    max-width: 90%;
    height: auto;
    left: 50%;
    translate: -50%;
  }
  .fixed_bnr_link {
    width: 100%;
    bottom: 2px;
    position: static;
    translate: 0;
  }
}
@media screen and (max-width: 568px) {
  .fixed_bnr {
    width: 339px;
  }
}
