@charset "UTF-8";

/* page_top-----------------------------------------------------------------
----------------------------------------------------------------------------*/
/*----Google fonts---*/
.g_font01 {
  font-family: 'Cinzel', serif;
}

/*----Contents---*/
#contents {
  margin: 0 auto;
  width: 100%;
  min-width: 1100px;
}

.movie {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 800px;
  height: 533px;
  /*margin-bottom: 50px;*/
}

.movie-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.movie-wrapper video {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.movie .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 533px;
  z-index: 10;
  background-color: #ffffff;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2.5em 0 0 -2.5em;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(161, 128, 70, 0.3);
  border-right: 0.3em solid rgba(161, 128, 70, 0.3);
  border-bottom: 0.3em solid rgba(161, 128, 70, 0.3);
  border-left: .3em solid #A18046;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.2s infinite linear;
  animation: load8 1.2s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* top slider & 1枚画像時*/

.top_mainvisual {
  z-index: 1;
  position: relative;
  width: 100%;
  text-align: center;
  max-height: 750px;
  /* max-height: 680px;
  max-height: 533px; */
  height: auto;
  min-height: 429px;
  margin: 0 auto 50px;
  /* background: #f5f2ef; */
  overflow: hidden;
}

.top_mainvisual .slick-track {
  max-height: 680px;
  /* max-height: 533px; */
  min-height: 429px;
}

.top_mainvisual .top_mainvisual_list_item {
  /* 複数枚スライド用　*/
  float: left;
  /*width: 1366px;
  height: 533px;*/
}

.top_mainvisual .top_mainvisual_list_item a {
  display: block;
}

.top_mainvisual .top_mainvisual_list_item img {
  width: 100%;
  height: auto;
}


.top_mainvisual .top_mainvisual_image{ /* 1枚画像用 */
  /* background: linear-gradient(90deg, #cbd6dc 0%, #cbd6dc 50%, #e0e1e6 50%, #e0e1e6 100%); */
  text-align: left;

}
@media screen and (min-width: 1600px){
  .top_mainvisual .top_mainvisual_image{ /* 横幅最大時 MV画像中央 */
    text-align: center;
    margin: 0 -150px;
  }
}

.top_mainvisual .top_mainvisual_image a {
  transition: .3s;
  display: block;
}

.top_mainvisual .top_mainvisual_image a:hover {
  transform: scale(1.02);
}

.top_mainvisual .top_mainvisual_image a:hover img {
  opacity: 1;
}

.top_mainvisual .top_mainvisual_list_item img,
.top_mainvisual .top_mainvisual_image img {
  vertical-align: bottom;
}

.top_mainvisual .crt {
  display: block;
}

.top_mainvisual .slick-arrow {
  z-index: 1000;
  position: absolute;
  top: 55%;
  left: calc(50% + 9px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30px;
  height: 100%;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

.top_mainvisual .slick-arrow:before {
  /*position: absolute;
  top: 50%;
  left: 50%;*/
  display: block;
  content: "";
  width: 14px;
  height: 24px;
}

.top_mainvisual .slick-arrow:focus {
  outline: none;
}

.top_mainvisual .slick-arrow:hover:before {
  opacity: .5;
}

.top_mainvisual .slick-prev {
  margin-left: calc(((100vw / 2) - 20px) * -1);
}

.top_mainvisual .slick-prev:before {
  background: url("../images/top/ico_slide_prev_w.png") no-repeat 0 0;
  background-size: contain;
}

.top_mainvisual .slick-next {
  margin-left: calc((100vw / 2) - 20px);
}

.top_mainvisual .slick-next:before {
  background: url("../images/top/ico_slide_next_w.png") no-repeat 0 0;
  background-size: contain;
}

@media screen and (max-width: 1100px) {
  .top_mainvisual .slick-arrow {
    top: 50%;
    left: calc(50% + 14px);
  }

  .top_mainvisual .slick-arrow:before {
    width: 7px;
    height: 12px;
  }

  .top_mainvisual .slick-prev {
    margin-left: -520px;
  }

  .top_mainvisual .slick-next {
    margin-left: 520px;

  }
}

@media screen and (min-width: 1365px) {
  .top_mainvisual .slick-arrow {
    top: 50%;
  }

  /*.top_mainvisual,*/
  .top_mainvisual .slick-track {
    height: 680px;
    /*height: 533px;*/
  }

  .top_mainvisual .top_mainvisual_list_item {
    width: 1366px;
    height: 680px;
    /*height: 533px;*/
  }

  .top_mainvisual .top_mainvisual_list_item img {
    width: 1366px;
  }

  .top_mainvisual .slick-prev {
    margin-left: -650px;
  }

  .top_mainvisual .slick-next {
    margin-left: 650px;

  }
}

/* /top slider*/
.topnotice_box {
  margin-bottom: 50px;
  background-color: #f5f2ef;
}

.topnotice_box ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  width: 100%;
}

.topnotice_box a {
  text-align: center;
  letter-spacing: 0.05em;

}

.topnotice_box li {
  width: 50%;
  text-align: center;
}

.topnotice_box li.top_notice {
  padding: 15px 20px;
}

.topnotice_box li.top_notice a {
  font-size: 18px;
  color: #A18046;
  text-decoration: none;
  border-bottom: 1px solid #A18046;
  padding-bottom: 2px;
}

.topnotice_box li.top_notice a:hover {
  border-bottom: none;
}

.topnotice_box li.online_btn a {
  font-size: 23px;
  background-color: #A18046;
  color: #fff;
  text-decoration: none;
  padding: 8px 8vw;
  position: relative;
  display: block;
}

.topnotice_box li.online_btn a:after {
  position: absolute;
  display: block;
  content: "";
  top: 23px;
  right: 16px;
  width: 10px;
  height: 17px;
  background: url(/images/top/ico_arrow.png) no-repeat 0 0;
  background-size: cover;
}

.topnotice_box li.online_btn a:hover {
  background-color: #C61F10;
}

.topnotice_box li.online_btn a span {
  display: block;
  font-size: 14px;
}

.lower_contents {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  padding: 0 50px;
}

.main_banner {
  position: relative;
  width: 372px;
  height: 168px;
  margin-left: 50px;
}

.main_banner .slick-track {
  height: 168px;
}

.main_banner .main_banner_list_item {
  float: left;
  width: 372px;
  height: 168px;
}

.main_banner .main_banner_list_item a {
  display: block;
  border: #808080 solid 1px;
}

.main_banner .main_banner_list_item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.main_banner .main_banner_list_item video {
  object-fit: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  cursor: pointer;
}

.main_banner .crt {
  display: block;
}

.main_banner .slick-arrow {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

.main_banner .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 7px;
  height: 12px;
  margin: -6px 0 0 -4px;
}

.main_banner .slick-arrow:focus {
  outline: none;
}

.main_banner .slick-arrow:hover:before {
  opacity: .5;
}

.main_banner .slick-prev {
  left: -30px;
}

.main_banner .slick-prev:before {
  background: url("../images/top/ico_slide_prev.png") no-repeat 0 0;
  background-size: contain;
}

.main_banner .slick-next {
  right: -30px;
}

.main_banner .slick-next:before {
  background: url("../images/top/ico_slide_next.png") no-repeat 0 0;
  background-size: contain;
}

/*202012add for movie bnr */
.movie_banner {
  position: relative;
  width: 372px;
  height: 168px;
  margin-left: 50px;
}

.movie_banner img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.news_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news_box_header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 55px;
}

.news_box_header:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.news_box_heading {
  float: left;
  font-weight: normal;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.14em;
}

.news_box_lead_text {
  font-size: 14px;
  letter-spacing: 0.25em;
}

.news_box .news_list_link {
  float: right;
}

.news_box .news_list_link a {
  color: #A18046;
}

.news_box_list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 166px;
}

.news_box_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2px 0 0;
  border-bottom: #808080 solid 1px;
}

.news_box_list dl:nth-child(1) {
  border-top: #808080 solid 1px;
}

.news_box_list dt {
  margin-right: 20px;
  padding: 17px 0 16px;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.news_box_list dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.news_box_list a {
  display: block;
  padding: 17px 0 16px;
}

.shop_image01 {
  overflow: hidden;
  width: 100%;
  height: 240px;
  background: url("../images/top/img_shop01.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.shop_image02 {
  overflow: hidden;
  width: 100%;
  height: 240px;
  background: url("../images/top/img_shop02.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.concierge_banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin-bottom: 50px;
}

.concierge_banner p {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -460px;
  color: #A18046;
  font-size: 23px;
  line-height: 2.08695652174;
  letter-spacing: 0.4em;
  z-index: 3;
}

.concierge_banner p.concierge_no1 {
  top: 19px;
  margin-left: 384px;
  width: 107px;
  height: 160px;
}

.concierge_banner p.concierge_no1 img {
  width: 100%;
  height: auto;
}

.concierge_banner_image {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  z-index: 2;
}

.concierge_banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.concierge_banner_bg .left {
  width: 50%;
  height: 100%;
  background: url("/images/top/bg_concierge_banner_left.png") repeat-x 0 0;
}

.concierge_banner_bg .right {
  width: 50%;
  height: 100%;
  background: url("/images/top/bg_concierge_banner_right.png") repeat-x 0 0;
}

.concierge_banner .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f3ef;
  z-index: 10;
}

.contents_block {
  width: calc((100% - 1100px) / 2 + 1100px);
  min-width: 1100px;
}

.cv_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto 40px;
}

.pickup_menu {
  overflow: hidden;
  float: left;
  width: calc(100% - 390px);
}

.pickup_menu_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 710px;
  padding: 50px 50px 18px 0;
  background-color: #f0f0f0;
}

.pickup_menu ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 610px;
}

.pickup_menu li {
  width: 290px;
  margin-bottom: 32px;
  border-top: #808080 solid 1px;
  border-bottom: #808080 solid 1px;
}

.pickup_menu li:nth-child(1) a:before {
  top: 27px;
  left: 30px;
  width: 51px;
  height: 72px;
  background: url("/images/top/ico_pickup_menu01.png") no-repeat 0 0;
  background-size: contain;
}

.pickup_menu li:nth-child(2) a:before {
  top: 32px;
  left: 30px;
  width: 57px;
  height: 67px;
  background: url("/images/top/ico_pickup_menu02.png") no-repeat 0 0;
  background-size: contain;
}

.pickup_menu li:nth-child(3) a:before {
  top: 39px;
  left: 20px;
  width: 69px;
  height: 54px;
  background: url("/images/top/ico_pickup_menu03.png") no-repeat 0 0;
  background-size: contain;
}

.pickup_menu li:nth-child(4) a:before {
  top: 32px;
  left: 30px;
  width: 50px;
  height: 67px;
  background: url("/images/top/ico_pickup_menu04.png") no-repeat 0 0;
  background-size: contain;
}

.pickup_menu a {
  position: relative;
  display: block;
  padding: 32px 0 27px 107px;
  text-decoration: none;
}

.pickup_menu a:before {
  position: absolute;
  display: block;
  content: "";
}

.pickup_menu_title {
  margin-bottom: 12px;
  color: #A18046;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.25em;
}

.pickup_menu_description {
  font-size: 12px;
  line-height: 1.83333333333;
  letter-spacing: 0.05em;
}

.ideal_person {
  float: right;
  width: 340px;
}

.ideal_person_inner {
  float: left;
  width: 340px;
}

.ideal_person_heading {
  position: relative;
  margin: -11px 0 -8px;
  font-weight: normal;
  font-size: 23px;
  line-height: 1.73913043478;
  text-align: center;
  letter-spacing: 0.25em;
}

.ideal_person_heading:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #a18046;
}

.ideal_person_lead_text {
  margin-top: 35px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: normal;
}

.ideal_person_list {
  margin-top: 28px;
  margin-bottom: -10px;
}

.ideal_person_list_item {
  margin-bottom: 10px;
}

.ideal_person_list_item img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.ideal_person_text {
  position: relative;
  background: #A18046;
  text-align: center;
  padding: 6px 0 4px;
}

.ideal_person_text_kind {
  position: relative;
  font-size: 13px;
  line-height: 2.92307692308;
  letter-spacing: 0.35em;
}

.ideal_person_text_kind:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 28px;
  height: 1px;
  margin-left: -14px;
  background-color: #ffffff;
}

.ideal_person_text_title {
  font-size: 16px;
  line-height: 2.5625;
  letter-spacing: 0.35em;
}

.ideal_person a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 340px;
  padding: 7px;
  border: #808080 solid 1px;
  color: #fff;
  background-color: #ffffff;
  text-decoration: none;
}

.ideal_person a:hover {
  opacity: .5;
}

.ideal_person a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.join {
  float: left;
  margin-top: 40px;
  width: calc(100% - 390px);
}

.join_inner {
  float: right;
  width: 710px;
}

.join_header {
  text-align: center;
}

.join_heading {
  position: relative;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.81818181818;
  letter-spacing: 0.4em;
}

.join_heading:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #a18046;
}

.join_lead_text {
  margin-top: 26px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.25em;
  font-weight: normal;
}

.join a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.join .image_area {
  width: 170px;
  height: 170px;
}

.join .text_area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 170px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: #808080 solid 1px;
}

.join .text_area p {
  position: relative;
  padding-left: .025em;
  font-size: 13px;
  line-height: 3.07692307692;
  letter-spacing: 0.25em;
  text-align: center;
}

.join .text_area p:after {
  position: absolute;
  bottom: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 28px;
  height: 1px;
  margin: -1px 0 0 -14px;
  background-color: #a18046;
}

.join_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 29px;
}

.join_list_item {
  width: 348px;
  height: 164px;
  margin: 0 14px 12px 0;
}

.join_list_item:nth-child(2n) {
  margin-right: 0;
}

.pickup,
.courseprice {
  width: 1100px;
  margin: 39px auto 0;
}

.pickup_header,
.courseprice .course_header {
  text-align: center;
}

.pickup_heading,
.courseprice .course_heading {
  position: relative;
  font-weight: normal;
  font-size: 23px;
  line-height: 1.73913043478;
  letter-spacing: 0.25em;
}

.pickup_heading:after,
.courseprice .course_heading:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #a18046;
}

.pickup_lead_text,
.courseprice .course_lead_text {
  margin-top: 27px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.25em;
  font-weight: normal;
}

.pickup a,
.courseprice a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: #808080 solid 1px;
  padding: 9px;
  text-decoration: none;
}

.pickup a:hover,
.courseprice a:hover {
  opacity: .5;
}

.pickup a:hover img,
.courseprice a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.pickup_list,
.courseprice .course_list {
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.courseprice .course_list {
  margin-top: 7px;
}

.pickup_list_item {
  width: 360px;
}

.courseprice .course_list_item {
  width: 210px;
  margin-left: 50px; /* margin-left: 10px; */
}

.pickup_image img,
.courseprice .course_image img {
  vertical-align: top;
}

.pickup_text {
  position: relative;
  padding: 17px 0 14px;
  color: #ffffff;
  background-color: #C61F10;
  text-align: center;
}

.pickup_text:after {
  position: absolute;
  top: 40px;
  left: 50%;
  display: block;
  content: "";
  width: 28px;
  height: 1px;
  margin-left: -14px;
  background-color: #fff;
}

.pickup_text_catch {
  padding-left: .35em;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.35em;
}

.pickup_text_title {
  margin-top: 27px;
  padding-left: .35em;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.15em;
}

/*
.courseprice .contents:first-of-type {
  margin-right: 10px;
}*/

.courseprice .contents .course_list_item:first-of-type {
  margin-left: 0;
}

.courseprice .course_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly; /*justify-content: space-between;*/
  margin: 20px auto 0;
  /* width: 900px*/
}

.courseprice .course_cat {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.courseprice .course_cat:before,
.courseprice .course_cat:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #808080;
  display: block;
}

.courseprice .course_cat:before {
  margin-right: .7em;
}

.courseprice .course_cat:after {
  margin-left: .7em;
}

.courseprice .course_text {
  position: relative;
  padding: 17px 0 14px .35em;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  /*letter-spacing: 0.25em;*/
}

.courseprice .course_list_item01 .course_text {
  background-color: #e0f0f8;
  color: #000;
}

.courseprice .course_list_item02 .course_text {
  background-color: #e8f1d6;
  color: #000;
}

.courseprice .course_list_item03 .course_text {
  background-color: #ffecf4;
  color: #000;
}

.courseprice .course_list_item04 .course_text,
.courseprice .course_list_item05 .course_text {
  background-color: #000000;
  font-weight: normal !important;
}

.courseprice .course_list_item06 .course_text {
  background-color: #e6e6e6;
  color: #000;
  letter-spacing: -.1em;
}

.qom {
  margin-top: 75px;
}

/*.qom_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}/*QOM「幸福度指数」ボタンのリンクを設定後こちらに戻す*/

.qom_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 100%;
	gap:20px;
}/*QOM「幸福度指数」ボタンを隠した状態*/

.qom_link_item {
  width: 33.3333%;
  margin-right: 10px;
}

.qom_link_item a {
  position: relative;
  display: block;
  padding: 19px 10px 20px 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.61538461538;
  letter-spacing: 0.25em;
  text-decoration: none;
  background: #000000;
}

.qom_link_item a:hover {
  opacity: .5;
}

.qom_link_item a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.qom_link_item a:before,
.qom_link_item a:after {
  position: absolute;
  display: block;
  content: "";
}

.qom_link_item a:after {
  top: 22px;
  right: 16px;
  width: 10px;
  height: 17px;
  background: url("/images/top/ico_arrow.png") no-repeat 0 0;
  background-size: cover;
}

.qom_link_item01 a {
  padding-left: 72px;
}

.qom_link_item01 a:before {
  top: 21px;
  left: 21px;
  width: 36px;
  height: 17px;
  background: url("/images/top/ico_qom01.png") no-repeat 0 0;
  background-size: cover;
}

.qom_link_item02 a {
  padding-left: 61px;
}

.qom_link_item02 a:before {
  top: 18px;
  left: 20px;
  width: 25px;
  height: 25px;
  background: url("/images/top/ico_qom02.png") no-repeat 0 0;
  background-size: cover;
}

.qom_link_item03 {
  margin-right: 0;
}

.qom_link_item03 a {
  padding-left: 64px;
}

.qom_link_item03 a:before {
  top: 16px;
  left: 20px;
  width: 27px;
  height: 27px;
  background: url("/images/top/ico_qom03.png") no-repeat 0 0;
  background-size: cover;
}

/* footer上のグレーのボタンエリア */
.banner_menu_s {
  margin: 17px 0 20px;
}

.banner_menu_s .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner_menu_s p {
  padding: 0 26px;
  font-size: 13px;
  border-right: #000 solid 1px;
  line-height: 1;
}

.banner_menu_s p:nth-last-child(1) {
  border-right: none;
}

.banner_menu_s a {
  text-decoration: none;
}

/*----Footer---*/
#footer {
  background: #F5F5F5;
  margin: 0 auto;
  padding: 40px 0 24px;
  width: 100%;
  clear: both;
}

#footer #footer_inner {
  margin: 0 auto;
  padding: 0;
  width: 1100px;
  position: relative;
}

#footer #footer_inner .sitemap {
  margin: 0 auto;
  padding: 0 0 20px;
  position: relative;
}

#footer #footer_inner .sitemap .sitemap_name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}

#footer #footer_inner .sitemap.branch .sitemap_name,
#footer #footer_inner .sitemap.service_links .sitemap_name {
  margin-bottom: 15px;
}

#footer #footer_inner .branch,
#footer #footer_inner .service_links {
  border-top: 1px solid #DCDCDC;
  padding-top: 30px;
}

#footer #footer_inner .sitemap .sitemap_name a {
  text-decoration: none;
}

#footer #footer_inner .sitemap .img_code {
  position: absolute;
  right: 0;
  bottom: 30px;
}

#footer #footer_inner .sitemap .sitemap_menu {
  float: left;
  /* width:275px;4clum */
  width: 157px;
  /* 7clum */
}

#footer #footer_inner .sitemap .sitemap_menu li {
  font-size: 13px;
  line-height: 184%;
}

#footer #footer_inner .sitemap .sitemap_menu li a {
  color: #595757;
  text-decoration: none;
}

#footer #footer_inner .sitemap .sitemap_menu li a:hover {
  text-decoration: underline;
}

#footer #footer_inner .sitemap .sitemap_menu li.main_ttl {
  font-size: 14px;
  font-weight: 700;
}

#footer #footer_inner .sitemap .sitemap_menu li.main_ttl a {
  color: #000000;
}

#footer #footer_inner .sitemap .sitemap_menu li.last {
  margin-bottom: 25px;
}

#footer #footer_inner .sitemap .sitemap_menu li.area {
  float: left;
  width: 50%;
}

#footer #footer_inner .sitemap .sitemap_menu.code {
  /*padding:0 0 0 38px;
  width:237px;*/
  width: 314px;
}

#footer #footer_inner .sitemap .sitemap_menu li ul.area {
  float: left;
  width: 80%;
}

#footer #footer_inner .sitemap .sitemap_menu li ul.area li.area_main {
  color: #777777;
  font-weight: 700;
}

#footer #footer_inner .service_links .service_info_link li {
  display: inline-block;
  margin-right: 8px;
  line-height: 184%;
}

#footer #footer_inner .service_links .service_info_link li a{
  text-decoration: none;
  color: #595757;
}

#footer #footer_inner .service_links .service_info_link li a:hover {
  text-decoration: underline;
}

#footer #footer_inner .service_info {
  background: #ffffff;
  margin: 0 0 10px 0;
  padding: 30px 30px 22px;
  color: #595757;
  font-size: 11px;
  line-height: 160%;
}

#footer #footer_inner .service_info .main_copy {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: normal;
}



#footer #footer_inner .service_info dl,
#footer #footer_inner .service_info .top_footer_pa li {
  margin: 0 0 7px;
  clear: both;
}

#footer #footer_inner .service_info dt,
#footer #footer_inner .service_info .top_footer_pa li h3 {
  background: #BBBBBB;
  float: left;
  padding: 10px 0;
  width: 160px;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  line-height: 100%;
  font-weight: normal;
}

#footer #footer_inner .service_info dd,
#footer #footer_inner .service_info .top_footer_pa li p {
  float: right;
  width: 868px;
}

#footer #footer_inner .service_keyword {
  margin: 0 auto;
  padding: 30px 12px;
  font-size: 10px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
}

/*
#footer #footer_inner .pmarkList {
margin:0 auto 25px;
padding:25px 0;
width:1100px;
border-bottom:1px solid #DCDCDC;
border-top:1px solid #DCDCDC;
}
#footer #footer_inner .pmarkList li {
float:left;
padding:20px 0 0 0;
width:150px;
height:80px;
text-align:center;
}
#footer #footer_inner .pmarkList li p {
line-height:1.3;
margin-top: 4px;
font-size:9px;
}*/
#footer #footer_inner .footer_menu {
  margin: 0 auto 20px;
  width: 980px;
  text-align: center;
}

#footer #footer_inner .footer_menu li {
  display: inline-block;
  padding: 0 9px;
  font-size: 13px;
  line-height: 184%;
  border-right: 1px solid #6E6C6C;
}

#footer #footer_inner .footer_menu li a {
  text-decoration: none;
}

#footer #footer_inner .footer_menu li a:hover {
  text-decoration: underline;
}

/*#footer #footer_inner .footer_menu li:nth-child(5),
#footer #footer_inner .footer_menu li:nth-child(9) {
  padding: 0 0 0 9px;
  border-right: 0;
}*/

#footer #footer_inner .copyright {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  clear: both;
}

/*----会員専用ページ　モーダル---*/
.modal_member {
  background: #fff;
  width: 900px;
  text-align: center;
}

.modal_member .lead {
  padding-top: 50px;
}

.modal_member .lead p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 175%;
}

.modal_member .url {
  padding: 30px 0;
  background: url(../images/bg_waffle.gif) 0 0;
}

.modal_member .bottom {
  padding: 30px 0;
}

.list_about_menu .span-red {
  font-size: 20px !important;
  color: #ca151e;
  padding: 0 !important;
}

/*----重要事項注意喚起　別ページリンク---*/
.modal_notice {
  background: #fff;
  width: 900px;
  margin: 0 auto;
}

.modal_notice_inner {
  background: #fff;
  overflow: scroll;
}

.modal_notice .lead {
  padding: 50px 40px 0;
}

.modal_notice .lead * {
  box-sizing: border-box;
}

.modal_notice .lead .tac {
  text-align: center;
}

.modal_notice h2 {
  padding: 30px 0;
  background: url(../images/bg_waffle.gif) 0 0;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.modal_notice .lead p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 175%;
}

.modal_notice .lead dl {
  margin-bottom: 20px;
}

.modal_notice .lead dt {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 18px;
}

.modal_notice .lead dd {
  font-size: 16px;
  line-height: 175%;
}

.modal_notice .lead dd:before {
  content: "・";
}

.modal_notice .bottom {
  padding: 30px 0;
  text-align: center;
}

/*----notfound---*/
#notfound {
  padding: 50px 0;
}

.path {
    margin-block: 3em;
    padding-inline: 2em;
}