@charset "UTF-8";
body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

a {
  color: #000;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #ccc;
}

p {
  line-height: 1.8;
}

a {
  transition: all 0.4s;
  cursor: pointer;
}
a img {
  transition: all 0.4s;
  backface-visibility: hidden;
}
a img:hover {
  opacity: 0.6;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.lh-36 {
  line-height: 36px;
}

.img-center {
  display: block;
  margin: auto;
}

.mt-80 {
  margin-top: 80px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.fs_18 {
  font-size: 1.125rem;
}

.fwb {
  font-weight: bold;
}

.fs-18 {
  font-size: 1.125rem;
}

.p-relative {
  position: relative;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.header {
  padding-top: 10px;
  height: 790px;
  margin-bottom: 90px;
}

.header_page {
  padding-top: 10px;
  margin-bottom: 40px;
}

.header_logo {
  margin-top: 10px;
}

.gnav_page {
  padding: 10px 0 0;
}

.img-full {
  width: 100%;
}
.img-full img {
  width: 100%;
}

.sub_nav {
  margin-bottom: 6px;
  font-weight: bold;
}
.sub_nav a {
  position: relative;
  display: inline-block;
  transition: .3s;
  letter-spacing: 0;
}
.sub_nav a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #006463;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sub_nav a:hover {
  color: #000;
}
.sub_nav a:nth-child(5):after, .sub_nav a:last-child:after {
  content: "";
}
.sub_nav a:hover::after {
  width: 100%;
}
.sub_nav span {
  margin: 0px 5px;
}

.sub_nav_item {
  color: #5c5c5c;
}

.fb_link {
  color: #4267b2;
  font-size: 1.25rem;
  margin: -4px 0 0 10px;
}

.global_nav {
  margin-bottom: 6px;
}
.global_nav a {
  position: relative;
  display: inline-block;
  transition: .3s;
  font-weight: 500;
}
.global_nav a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 3px;
  background-color: #006463;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.global_nav a:hover {
  color: #000;
}
.global_nav a:first-child {
  margin: 0 0 0 4px;
}
.global_nav a:first-child:before {
  content: "";
  display: none;
}
.global_nav a:hover::after {
  width: 100%;
}

.nav_star {
  background-image: url("../img/common/bright.png");
  background-position: center center;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 8px 2px;
}

.recommend_nav {
  margin-bottom: 6px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}
.recommend_nav a {
  color: #ffffff;
}
.recommend_nav a:nth-child(1) {
  background: #baa06c;
  margin-right: 8px;
}
.recommend_nav a:nth-child(2) {
  background: #60b981;
  margin-right: 8px;
}
.recommend_nav a:nth-child(3) {
  background: #7acbdb;
}
.recommend_nav a:hover {
  color: #cccccc;
}
.recommend_nav_item {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px 10px;
}

.header_top {
  position: relative;
  z-index: 100;
}

.header_tel a {
  font-weight: bold;
  color: #006463;
  font-size: 1.875rem;
}
.header_tel a span {
  font-size: 1rem;
  font-weight: 500;
}
.header_tel p {
  font-weight: bold;
  color: #006463;
  font-size: 1.875rem;
  margin-bottom: 0;
}
.header_tel p span {
  font-size: 1rem;
  font-weight: 500;
}

.header_hours {
  color: #006463;
}

#main_visual .owl-stage-outer {
  min-height: 789px;
}

.main_visual {
  height: 790px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin-bottom: 90px;
  overflow: hidden;
}
.main_visual_item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 790px;
}

#main_visual_sp {
  display: none;
}

.scrollBtn {
  position: absolute;
  top: 620px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

.billMask {
  background: url("../img/index/bill_bg.svg");
  background-repeat: no-repeat;
  height: 60px;
  background-size: 120%;
  background-position: center top;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .billMask {
    background-size: 200%;
  }
}
.breadcrumbs {
  font-size: 0.75rem;
  text-align: right;
}

.billMask {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.billMask {
  position: absolute;
  bottom: 0;
  z-index: 100;
}

.mv01 {
  background-image: url("../img/index/bill.png");
  background-size: cover;
  background-position: center center;
}

.mv02 {
  background: #EEEEEE;
}

.mv01_sp {
  background-image: url("../img/index/bill.png");
  background-size: cover;
  background-position: center center;
}

.mv02_sp {
  background: #EEEEEE;
}

.content_heading {
  font-size: 1.6875rem;
  margin-bottom: 15px;
  width: 320px;
}

.header_centering {
  width: 320px;
  margin: auto;
}

.content_heading_en {
  font-size: 1.5rem;
  font-family: "Alegreya Sans SC", sans-serif;
  margin-bottom: 56px;
  width: 320px;
  position: relative;
}
.content_heading_en:before {
  content: "";
  background: #c0a97b;
  width: 50%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 46px;
}
.content_heading_en:after {
  content: "";
  background: #006463;
  width: 50%;
  height: 4px;
  position: absolute;
  right: 0;
  top: 46px;
}
.content_heading_en span {
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  font-size: 1.125rem;
}

.finequality_img {
  width: 80%;
  margin: auto;
}
.finequality_img img {
  width: 100%;
}

.content_heading2 {
  font-size: 1.6875rem;
  margin-bottom: 15px;
  width: 380px;
}

.content_heading_en2 {
  font-size: 1.5rem;
  font-family: "Alegreya Sans SC", sans-serif;
  margin-bottom: 56px;
  width: 380px;
  position: relative;
}
.content_heading_en2:before {
  content: "";
  background: #c0a97b;
  width: 50%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 46px;
}
.content_heading_en2:after {
  content: "";
  background: #006463;
  width: 50%;
  height: 4px;
  position: absolute;
  right: 0;
  top: 46px;
}

.endLine {
  border-bottom: 1px solid #bca06b;
  padding-bottom: 90px !important;
  margin-bottom: 40px;
}

.sub_catch {
  font-size: 17px;
  width: 56%;
  padding: 15px;
  margin-left: 20px;
}

.reform_linkitem {
  padding: 30px 0 30px 132px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  display: block;
  color: #006463;
}
.reform_linkitem p {
  margin-bottom: 0;
  font-weight: bold;
}

.rItem01 {
  border: solid 3px #006463;
  background: #ffffff;
  background-image: url("../img/index/reformMenu01.png");
  background-repeat: no-repeat;
  background-position: 14px 12px;
  transition: all 0.4s;
}
.rItem01:hover {
  background: #e9eaeb;
  background-image: url("../img/index/reformMenu01_on.png");
  background-repeat: no-repeat;
  background-position: 14px 12px;
  border: solid 3px #e9eaeb;
  color: #4e8587;
}

.rItem02 {
  border: solid 3px #006463;
  background: #ffffff;
  background-image: url("../img/index/reformMenu02.png");
  background-repeat: no-repeat;
  background-position: 14px 12px;
  transition: all 0.4s;
}
.rItem02:hover {
  background: #e9eaeb;
  background-image: url("../img/index/reformMenu02_on.png");
  background-repeat: no-repeat;
  background-position: 14px 12px;
  border: solid 3px #e9eaeb;
  color: #4e8587;
}

.rItem03 {
  border: solid 3px #006463;
  background: #ffffff;
  background-image: url("../img/index/reformMenu03.png");
  background-repeat: no-repeat;
  background-position: 14px 12px;
  transition: all 0.4s;
}
.rItem03:hover {
  background: #e9eaeb;
  background-image: url("../img/index/reformMenu03_on.png");
  background-repeat: no-repeat;
  background-position: 14px 12px;
  border: solid 3px #e9eaeb;
  color: #4e8587;
}

.reform_desc_heading {
  font-size: 1.75rem;
  font-weight: bold;
}

.reform_case_link {
  background: #f6faf2;
  padding: 30px 0 0;
}

.reform_case_link01 {
  width: 760px;
}

.reform_case_link_item {
  width: 230px;
  padding: 15px;
  text-align: right;
  background: #7ca687;
  background-image: url("../img/common/arrow01.png");
  background-repeat: no-repeat;
  background-position: 18px center;
  font-weight: bold;
  font-size: 1.125rem;
  color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: all 0.4s;
  font-family: "Noto Sans Japanese";
}
.reform_case_link_item:hover {
  background: #006463;
  background-image: url("../img/common/arrow01.png");
  background-repeat: no-repeat;
  background-position: 24px center;
}

.reform_case_link_item02 {
  width: 100%;
  display: block;
  padding: 40px 15px;
  background: #baa06c;
  background-image: url("../img/common/arrow02.png");
  background-repeat: no-repeat;
  background-position: 100px 100px;
  font-weight: bold;
  font-size: 1.375rem;
  color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: all 0.4s;
}
.reform_case_link_item02:hover {
  background: #006463;
  background-image: url("../img/common/arrow02.png");
  background-repeat: no-repeat;
  background-position: 106px 100px;
}

.reform_case_link03 {
  color: #006463;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 120px;
}
.reform_case_link03 h3 {
  font-weight: bold;
  font-size: 1.375rem;
  margin-bottom: 4px;
}
.reform_case_link03 p {
  margin: 0;
  font-weight: bold;
}

.rItem04 {
  background-image: url("../img/index/reformMenu04.png");
  background-repeat: no-repeat;
  background-position: center left;
  transition: all 0.4s;
}
.rItem04:hover {
  background-image: url("../img/index/reformMenu04_on.png");
  background-repeat: no-repeat;
  background-position: center left;
  color: #4e8587;
}

.rItem05 {
  background-image: url("../img/index/reformMenu05.png");
  background-repeat: no-repeat;
  background-position: center left;
  transition: all 0.4s;
}
.rItem05:hover {
  background-image: url("../img/index/reformMenu05_on.png");
  background-repeat: no-repeat;
  background-position: center left;
  color: #4e8587;
}

.rItem06 {
  background-image: url("../img/index/reformMenu06.png");
  background-repeat: no-repeat;
  background-position: center left;
  transition: all 0.4s;
}
.rItem06:hover {
  background-image: url("../img/index/reformMenu06_on.png");
  background-repeat: no-repeat;
  background-position: center left;
  color: #4e8587;
}

.rItem07 {
  background-image: url("../img/index/reformMenu07.png");
  background-repeat: no-repeat;
  background-position: center left;
  transition: all 0.4s;
}
.rItem07:hover {
  background-image: url("../img/index/reformMenu07_on.png");
  background-repeat: no-repeat;
  background-position: center left;
  color: #4e8587;
}

.toShowroom {
  color: #006463;
  background-image: url("../img/common/arrow03.png");
  background-position: 15px center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  border: solid #006463 2px;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.4s;
  font-family: "Noto Sans Japanese";
}
.toShowroom:hover {
  background: #006463;
  background-image: url("../img/common/arrow01.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.indexShowroom img {
  width: 100%;
}

.showroomSpecials {
  border: solid #006463 3px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  width: 100%;
  padding: 30px 40px;
}
.showroomSpecials h2 {
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}
.showroomSpecials h2:after {
  content: "";
  background: #e0f0e5;
  height: 10px;
  display: block;
  margin-top: -10px;
}

.toDetail {
  color: #006463;
  background-image: url("../img/common/arrow03.png");
  background-position: 15px center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  margin: auto;
  border: solid #006463 2px;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.4s;
  font-size: 0.9375rem;
  font-family: "Noto Sans Japanese";
}
.toDetail:hover {
  background: #006463;
  background-image: url("../img/common/arrow01.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.showroomSpecials_slider_item {
  margin-bottom: 20px;
}

.showroomSpecials_slider_item_img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden;
  height: 220px;
  position: relative;
  margin-bottom: 20px;
}
.showroomSpecials_slider_item_img img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.showroomSpecials_slider_newItem {
  color: #f22500;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.showroomSpecials_slider_heading {
  font-size: 1.125rem;
  font-weight: bold;
}

.showroomSpecials_slider_price {
  color: #f22500;
  text-align: right;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.showroomSpecials_slider_price span {
  font-size: 1rem;
  margin-right: 10px;
}

.showroomSpecials_slider .owl-prev {
  position: absolute;
  left: -24px;
  top: 94px;
  font-size: 1.875rem;
  color: #a9d5b9;
  transition: all 0.4s;
}
.showroomSpecials_slider .owl-prev:hover {
  color: #006463;
}
.showroomSpecials_slider .owl-next {
  position: absolute;
  right: -24px;
  top: 94px;
  font-size: 1.875rem;
  color: #a9d5b9;
  transition: all 0.4s;
}
.showroomSpecials_slider .owl-next:hover {
  color: #006463;
}

.showroomRecommend {
  border: solid #b8a16d 3px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  width: 100%;
  padding: 30px 40px;
}
.showroomRecommend h2 {
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}
.showroomRecommend h2:after {
  content: "";
  background: #f0eedf;
  height: 10px;
  display: block;
  margin-top: -10px;
}

.showroomRecommend_slider_item {
  margin-bottom: 20px;
}

.showroomRecommend_slider_item_img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden;
  height: 220px;
  position: relative;
  margin-bottom: 20px;
}
.showroomRecommend_slider_item_img img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.showroomRecommend_slider_newItem {
  color: #f22500;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.showroomRecommend_slider_heading {
  font-size: 1.125rem;
  font-weight: bold;
}

.showroomRecommend_slider .owl-prev {
  position: absolute;
  left: -24px;
  top: 94px;
  font-size: 1.875rem;
  color: #b8a16d;
  transition: all 0.4s;
}
.showroomRecommend_slider .owl-prev:hover {
  color: #006463;
}
.showroomRecommend_slider .owl-next {
  position: absolute;
  right: -24px;
  top: 94px;
  font-size: 1.875rem;
  color: #b8a16d;
  transition: all 0.4s;
}
.showroomRecommend_slider .owl-next:hover {
  color: #006463;
}

.index_exp {
  padding: 40px 0 90px;
  background-image: url("../img/index/expBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.toDetail_exp {
  background: #ffffff;
  color: #006463;
  background-image: url("../img/common/arrow03.png");
  background-position: 65px center;
  background-repeat: no-repeat;
  display: block;
  width: 444px;
  margin: auto;
  border: solid #006463 2px;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.4s;
  font-size: 0.9375rem;
  font-family: "Noto Sans Japanese";
}
.toDetail_exp:hover {
  background: #006463;
  background-image: url("../img/common/arrow01.png");
  background-position: 70px center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.exp_item {
  padding: 10px;
  background: #ffffff;
  display: block;
}

.exp_item_img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 188px;
  margin-bottom: 10px;
}
.exp_item_img img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.exp_item_img_new {
  background: #006463;
  width: 56px;
  height: 56px;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0.1em;
}

.exp_term {
  text-align: center;
  padding: 0 10px;
  background: #76a2c4;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  font-size: 0.875rem;
}

.exp_desc {
  height: 54px;
}

.event_wrap {
  padding: 40px 0 30px;
}

.event_item {
  padding: 0 20px;
  position: relative;
}

.event_item_img {
  width: 75%;
  height: 168px;
  overflow: hidden;
  margin: auto;
  position: relative;
  margin-bottom: 10px;
}
.event_item_img img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.event_term {
  font-size: 0.875rem;
  color: #f22500;
  font-weight: bold;
  padding: 4px 10px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}
.event_term span {
  background: #006463;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 2px 10px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.event_title {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 20px;
}

.event_date, .event_time {
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.event_place {
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.event_item .owl-prev {
  position: absolute;
  left: 8%;
  top: 70px;
  font-size: 1.875rem;
  color: #65bf7f;
  transition: all 0.4s;
}
.event_item .owl-prev:hover {
  color: #006463;
}
.event_item .owl-next {
  position: absolute;
  right: 8%;
  top: 70px;
  font-size: 1.875rem;
  color: #65bf7f;
  transition: all 0.4s;
}
.event_item .owl-next:hover {
  color: #006463;
}

.toDetail_event {
  background: #ffffff;
  color: #006463;
  background-image: url("../img/common/arrow03.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  display: block;
  width: 80%;
  margin: auto;
  border: solid #006463 1px;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.4s;
  font-size: 0.9375rem;
  font-family: "Noto Sans Japanese";
}
.toDetail_event:hover {
  background: #006463;
  background-image: url("../img/common/arrow01.png");
  background-position: 25px center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.fliers_wrap {
  background: #eff8f4;
  padding: 40px 40px 0;
}

.fliers_item_img {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: solid #8c8c8c 1px;
  margin-bottom: 40px;
}
.fliers_item_img img {
  width: 45%;
  display: block;
  margin: auto;
}

.fliers_detail {
  background: #ffffff;
  color: #006463;
  display: block;
  width: 80%;
  margin: auto;
  border: solid #006463 1px;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.4s;
  font-size: 0.9375rem;
  font-family: "Noto Sans Japanese";
}
.fliers_detail:hover {
  background: #006463;
  color: #ffffff;
}

.fliers_item_date {
  font-size: 1rem;
  margin-bottom: 30px;
}
.fliers_item_date span {
  color: #f22500;
  font-weight: bold;
  padding: 4px 10px;
}

.other_bnr {
  width: 100%;
}
.other_bnr img {
  width: 100%;
}
.other_bnr p {
  text-align: center;
  margin-top: 6px;
}

.index_blog_new {
  letter-spacing: 0.1em;
  color: #f22500;
  margin-bottom: 6px;
  display: table-cell;
}

.index_blog_wrap {
  padding: 40px 0 90px;
  background: #faf9f4;
}

.index_blog_img {
  width: 100%;
  position: relative;
  margin-bottom: 4px;
}
.index_blog_img img {
  width: 100%;
  backface-visibility: hidden;
}

.index_blog_img_circle {
  background: #006463;
  height: 78px;
  width: 78px;
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 39px;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  padding-top: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.index_blog_img_circle p {
  margin-bottom: 0;
  line-height: 1.0;
}
.index_blog_img_circle p.b_month {
  font-size: 1.625rem;
}

@media all and (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop, .b_month {
    margin-top: 4px;
  }
}
.index_blog_term {
  background: #ffffff;
  border: solid #006463 1px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 10px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}

.index_blog_heaing {
  font-size: 1rem;
  line-height: 1.4;
}

.index_blog_staff_wrap {
  position: relative;
  border-top: solid #eeeeee 1px;
  padding: 15px;
  margin-top: 20px;
}

.index_blog_staff {
  text-align: right;
  margin-right: 70px;
}

.index_blog_staff_img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: 2px solid #ffffff;
  overflow: hidden;
  position: absolute;
  top: -20px;
  right: 0;
}
.index_blog_staff_img img {
  width: 100%;
}

.news_topics_list {
  padding: 20px 0 0;
}

.news_topics_list_item {
  font-size: 0.875rem;
  border-bottom: solid #eeeeee 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: block;
}
.news_topics_list_item p {
  margin-bottom: 0;
}

.news_topics_term {
  width: 20%;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  color: #ffffff;
  margin-right: 30px;
}

.news_topics01 {
  background: #76a2c4;
}

.news_topics02 {
  background: #006463;
}

.news_topics03 {
  background: #88898a;
}

.news_topics04 {
  background: #80cde0;
}

.news_topics_date {
  margin-right: 30px;
}
.news_topics_date span {
  color: #f22500;
  margin-left: 20px;
}

.footer_wrap {
  padding: 40px 0;
  background: #eff8f4;
}

.footer_copy {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  padding: 4px;
  color: #767676;
}
.footer_copy a {
  color: #767676;
}

.footer_logo {
  margin-bottom: 20px;
}

.footer_tel {
  font-weight: bold;
  font-size: 1.875rem;
  color: #006463;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  display: block;
}
.footer_tel span {
  font-size: 1rem;
  font-weight: normal;
}

.footer_date {
  font-size: 1rem;
  color: #006463;
  margin-bottom: 10px;
}

.footer_heading {
  font-size: 1rem;
  margin-bottom: 20px;
}

.to_from {
  display: block;
  padding: 5px 10px;
  width: 100%;
  background: #006463;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-image: url("../img/common/arrow01.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 18px;
  transition: all 0.4s;
  font-size: 0.875rem;
  font-family: "Noto Sans Japanese";
}
.to_from:hover {
  background: #0C4D2F;
  background-image: url("../img/common/arrow01.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 14px;
}

.to_reserve {
  display: block;
  padding: 5px 10px;
  width: 100%;
  background: #65b57f;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-image: url("../img/common/arrow01.png");
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 18px;
  transition: all 0.4s;
  font-size: 0.875rem;
  font-family: "Noto Sans Japanese";
}
.to_reserve:hover {
  background: #0C4D2F;
  background-image: url("../img/common/arrow01.png");
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 14px;
}

.footer_nav {
  padding-top: 20px;
}
.footer_nav a {
  margin-bottom: 14px;
  display: inline-block;
  font-size: 0.875rem;
}

.footer_fb {
  background: #0B4992;
  color: #ffffff;
  height: 400px;
  width: 100%;
  padding: 100px;
  text-align: center;
}

.fix_nav {
  box-shadow: 0 1px 2px 1px #ccc;
  background: #ffffff;
  position: fixed;
  top: -200px;
  left: 0;
  z-index: 99999;
  transition: all 0.6s;
  padding-top: 10px;
}

.fix_nav_logo {
  width: 284px;
}
.fix_nav_logo img {
  width: 100%;
}

.fix_nav_recommend_nav {
  margin-bottom: 6px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}
.fix_nav_recommend_nav a:nth-child(1) {
  background: #baa06c;
  margin-right: 8px;
}
.fix_nav_recommend_nav a:nth-child(2) {
  background: #60b981;
  margin-right: 8px;
}
.fix_nav_recommend_nav a.fix_chirashi {
  background: #7acbdb;
}
.fix_nav_recommend_nav_item {
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px 10px;
}

.fix_nav_fb {
  color: #4267b2 !important;
  font-size: 1.25rem;
  margin: -4px 0 0 10px;
}

.fix_nav_sub_nav {
  margin-bottom: 6px;
}
.fix_nav_sub_nav a {
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  transition: .3s;
}
.fix_nav_sub_nav a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #006463;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fix_nav_sub_nav a:hover {
  color: #000;
}
.fix_nav_sub_nav a:hover:after {
  width: 100%;
}
.fix_nav_sub_nav span {
  margin: 0 5px;
}

.fix_nav_global_nav {
  margin-bottom: 6px;
}
.fix_nav_global_nav a {
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  transition: .3s;
  font-weight: 500;
}
.fix_nav_global_nav a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 3px;
  background-color: #006463;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fix_nav_global_nav a:hover {
  color: #000;
}
.fix_nav_global_nav a:hover:after {
  width: 100%;
}

.nav_star2 {
  background-image: url("../img/common/bright.png");
  background-position: center center;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 8px;
}

.fix_nav_tel {
  color: #006463;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 0;
}
.fix_nav_tel span {
  font-weight: normal;
  font-size: 1rem;
}

#totop {
  position: fixed;
  z-index: 100;
  right: 32px;
  bottom: 20px;
  background: rgba(0, 100, 99, 0.6);
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.4s;
  padding: 20px 25px;
  display: none;
  cursor: pointer;
}
#totop:hover {
  background: #0C4D2F;
}

#side_fix_nav {
  width: 72px;
  position: fixed;
  top: 160px;
  right: 20px;
  transition: all 0.4s;
  z-index: 100;
}
#side_fix_nav a {
  margin-bottom: 20px;
  display: block;
}
#side_fix_nav a:last-child {
  margin-bottom: 0;
}
#side_fix_nav a:hover {
  opacity: 0.8;
}

.pc-hide {
  display: none;
}

.page_heading_wrap {
  text-align: center;
}

.page_heading {
  font-size: 1.75rem;
  letter-spacing: 2px;
}

.page_sub_heading {
  font-size: 1.5rem;
  font-family: "Alegreya Sans SC", sans-serif;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 40px;
}
.page_sub_heading:before {
  content: "";
  background: #c0a97b;
  height: 4px;
  position: absolute;
  width: 15%;
  bottom: 0;
  left: 35%;
}
.page_sub_heading:after {
  content: "";
  background: #006463;
  height: 4px;
  position: absolute;
  width: 15%;
  right: 35%;
  bottom: 0;
}

.mieru05_heading {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.mieru05_heading span {
  font-size: 1.125rem;
  display: block;
}
.mieru05_heading:before {
  content: url("../img/mieru/thrash_r.png");
  position: absolute;
  left: 10%;
  bottom: 0;
}
.mieru05_heading:after {
  content: url("../img/mieru/thrash_l.png");
  position: absolute;
  right: 10%;
  bottom: 0;
}

/* WPnative */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.thanksbox {
  border: solid #eff8f4 4px;
  padding: 60px 10px;
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}

.teian_nav {
  width: 100%;
  background: #ebf2ed;
  margin-bottom: 40px;
}
.teian_nav a {
  text-align: center;
  display: inline-block;
  padding: 10px 0;
  margin: 0 60px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  transition: .3s;
}
.teian_nav a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 3px;
  background-color: #c0a97b;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.teian_nav a:hover {
  color: #000;
}
.teian_nav a:hover:after {
  width: 100%;
}

.tn_active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 100% !important;
  height: 3px;
  background-color: #c0a97b;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page_heading_wrap {
  text-align: center;
  margin-bottom: 60px;
}

.page_heading {
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.page_heading:after {
  content: "";
  background: #f0eadf;
  height: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.goen_one_wrap_one {
  width: 100%;
  overflow: hidden;
}

.goen_one_wrap {
  background: url("../img/goen/goenbg_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 200px;
  position: relative;
  margin-bottom: 0px;
}

.goen_one_heading_para {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}

.goen_one_heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-bottom: 0;
  font-size: 2.125rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 40px;
}
.goen_one_heading span {
  color: #006463;
}

.goen_one_box_wrap {
  position: relative;
}

.goen_one_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
}
.goen_one_img img {
  width: 100%;
}

.goen_one_para {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 2.0;
  padding: 40px 0;
  font-size: 1.125rem;
  width: 68%;
}
.goen_one_para span {
  font-weight: bold;
  color: #006463;
}

.goen_one_para2 {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 2.0;
  padding: 0;
  font-size: 1.25rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 68%;
}
.goen_one_para2 span {
  font-weight: bold;
  color: #006463;
}

.goen_sec_wrap {
  background: url("../img/goen/bg02.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 200px;
  background-position: center bottom;
  margin-bottom: 90px;
}

.goen_sec_heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  line-height: 2.0;
  margin-bottom: 60px;
}
.goen_sec_heading .mid_t {
  font-size: 1.875rem;
}
.goen_sec_heading .big_t {
  font-size: 3rem;
}

.goen_sec_box {
  padding: 40px 15%;
  border: solid #000000 1px;
  margin-bottom: 40px;
}
.goen_sec_box_list {
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.25rem;
}
.goen_sec_box_list li {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.goen_sec_box_list li:after {
  content: '';
  background: rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.goen_sec_box_list li:last-child {
  margin-bottom: 0;
}

.goen_sec_box_para {
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.0;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.goen_thr_wrap {
  background: url("../img/goen/goen_bg03.jpg");
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
}

.goen_thr_heading {
  font-size: 2.375rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.goen_thr_para {
  line-height: 2.125;
}
.goen_thr_para span {
  color: #006463;
  font-weight: bold;
}

.goen_thr_para2 {
  line-height: 2.0;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  text-align: center;
}
.goen_thr_para2 span {
  font-weight: bold;
}

.goen_thr_para3 {
  text-align: center;
  font-size: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 2.0;
  letter-spacing: 0.05em;
}

.to_next {
  background: #65b57f;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: block;
  width: 360px;
  text-align: center;
  color: #ffffff;
  padding: 20px;
}
.to_next:before {
  content: "";
  background: url(../img/common/arrow01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.mieru01_wrap {
  width: 100%;
  padding: 40px 0;
  background: #fcf9f1;
  margin-bottom: 30px;
}

.mieru01-p {
  padding-left: 70px !important;
}

.mieru01_tex {
  position: absolute;
  top: 0;
  left: 10px;
}

.mieru02_wrap {
  width: 100%;
  background: url("../img/mieru/dotto.png");
  position: relative;
  z-index: -2;
}

.h60 {
  height: 60px;
}

.mieru02_mask01 {
  height: 60px;
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
}

.mieru02_mask02 {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: -1;
}

.mieru02_mask03 {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: -1;
}

.bg-wh {
  background: #ffffff;
  padding: 0 20px !important;
}

.pt-250 {
  padding-top: 150px;
  position: relative;
}

.pt-200 {
  padding-top: 200px;
  position: relative;
}

.bathtime {
  position: absolute;
  top: 0;
}

.sashmodel {
  position: absolute;
  top: 30px;
}

.mieru02_heading3 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #006463;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.mieru02_heading {
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.mieru02_heading:after {
  content: "";
  background: #cde1e1;
  height: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.mieru02_inner {
  background: #e4eef0;
  padding: 30px;
  position: relative;
  margin: 0 10px;
  margin-bottom: 30px;
}

.mieru02_inner_right {
  width: 52%;
  float: right;
}

.mieru02_inner_h_img {
  position: absolute;
  top: -150px;
  left: 50%;
}

.mieru02_inner_img {
  position: absolute;
  left: 20px;
  bottom: 30px;
}

.mb-210 {
  margin-bottom: 210px;
}

.quest_wrap {
  background: #faf3e4;
  height: 110px;
  line-height: 90px;
  padding: 10px 0;
}
.quest_wrap p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
  padding: 24px 0;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}

.ans_list {
  padding: 20px;
  margin-bottom: 40px;
}
.ans_list li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.quest_01 {
  background: url("../img/mieru/q01.png");
  background-position: center left;
  background-repeat: no-repeat;
}

.quest_02 {
  background: url("../img/mieru/q02.png");
  background-position: center left;
  background-repeat: no-repeat;
}

.quest_03 {
  background: url("../img/mieru/q03.png");
  background-position: center left;
  background-repeat: no-repeat;
}

.quest_04 {
  background: url("../img/mieru/q04.png");
  background-position: center left;
  background-repeat: no-repeat;
}

.quest_05 {
  background: url("../img/mieru/q05.png");
  background-position: center left;
  background-repeat: no-repeat;
}

.quest_06 {
  background: url("../img/mieru/q06.png");
  background-position: center left;
  background-repeat: no-repeat;
}

.quest_07 {
  background: url("../img/mieru/q07.png");
  background-position: center left;
  background-repeat: no-repeat;
}

.chiiki01_wrap {
  background: url("../img/chiiki/bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 40px 0 100px;
}

.chiiki01_mask {
  background: rgba(255, 255, 255, 0.6);
  padding: 40px 76px 30px;
  width: 100%;
  margin: auto;
}

.chiiki01_para {
  font-size: 1.25rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 2.0;
}

.chiiki01_heading {
  font-size: 1.875rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #006463;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.chiiki02_heading {
  border-left: solid #dfcb72 5px;
  position: relative;
  padding: 10px 20px;
  color: #006463;
  margin-bottom: 30px;
  letter-spacing: 5px;
}
.chiiki02_heading:before {
  content: "";
  background: #006463;
  width: 5px;
  height: 50%;
  position: absolute;
  left: -5px;
  top: 0;
}
.chiiki02_heading:after {
  content: "";
  border-bottom: dotted 1px #dfcb72;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

.rout_w {
  padding-top: 30px;
}

.rout_w_b {
  border-bottom: dotted 1px #dfcb72;
}

.cta {
  color: #006463;
  border: solid 3px #67bd82;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 100px;
  position: relative;
}
.cta_para01 {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.25rem;
}
.cta_para02 {
  font-weight: bold;
  margin-bottom: 0px;
}
.cta_para03 {
  text-align: right;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 40px;
  right: 60px;
  line-height: 0.8;
}
.cta_para03 span {
  font-size: 1rem;
  font-weight: normal;
}

.mnu_nav {
  padding: 10px;
  border-bottom: 1px dotted #bca06b;
  margin-bottom: 20px;
}
.mnu_nav a {
  font-family: "Noto Sans Japanese";
  color: #ffffff;
  background: #66b57e;
  display: block;
  padding: 4px 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin: 4px;
}
.mnu_nav a:nth-child(7) {
  background: #7c7c7c;
  cursor: default;
}
.mnu_nav a:nth-child(8) {
  background: #7c7c7c;
  cursor: default;
}

.g_no {
  background: #006463;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-family: "Noto Sans Japanese";
  font-size: 1.25rem;
  color: #ffffff;
  margin: auto;
}

.g_no_list {
  padding: 20px 0 0;
  list-style: none;
}
.g_no_list li {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.g_no_list li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 20px;
}
.g_no_list li span {
  font-size: 1rem;
  color: #68bd82;
  margin-left: 20px;
}

.g_no_b {
  border-bottom: 1px dotted #bca06b;
  margin: 20px 0;
}

#mn_a, #mn_ka, #mn_sa, #mn_ta, #mn_na, #mn_ha, #mn_ma, #mn_ya, #mn_ra, #mn_wa {
  margin-top: -130px;
  padding-top: 130px;
}

.mado01_wrap {
  background: url("../img/mado/bg01.png");
  padding: 30px 0;
}

.mado01_para {
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin: 0;
  font-size: 1.375rem;
  font-weight: 500;
  color: #007bbc;
  letter-spacing: 0.01em;
  line-height: 2.1;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.mado01_para span {
  font-size: 1.5rem;
}
.mado01_para:after {
  content: "";
  background: url("../img/mado/img00.png");
  height: 124px;
  width: 60px;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 10px;
}

.sankaku_bg {
  background: url("../img/mado/bg02.png");
  width: 72px;
  height: 52px;
  margin: auto;
  background-position: bottom;
  margin-bottom: 40px;
}

.lh-20 {
  line-height: 2.0;
}

.mado02_inner {
  background: #ffffff;
  padding: 20px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.mado02_inner p {
  line-height: 1.8;
}

.mado02_inner_heading {
  color: #007bbc;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.625rem;
  margin-bottom: 20px;
}

.mado02_inner_heading2 {
  color: #007bbc;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.625rem;
  margin-bottom: 20px;
  position: relative;
}
.mado02_inner_heading2:after {
  content: "";
  background: url("../img/mado/img02.png");
  height: 59px;
  width: 110px;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 440px;
}

.mado03_para {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.125rem;
  text-align: center;
}

.mado03_heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 60px;
}

.mado03_list {
  padding: 0;
  width: 62%;
  margin: 0 auto 100px;
  list-style-position: outside;
  list-style: decimal;
}
.mado03_list li {
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.mado_cta {
  border: #007bbc solid 1px;
  padding: 40px;
  margin-bottom: 80px;
}

.mado_cta_para {
  text-align: center;
}

.mado_cta_para2 {
  color: #007bbc;
  font-size: 0.875rem;
  text-align: center;
}

.mado_cta_ahref {
  font-family: "Noto Sans Japanese";
  text-align: center;
  background: #007bbc;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 0;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  width: 60%;
  margin: 0 auto;
  background-image: url(../img/common/arrow01.png);
  background-repeat: no-repeat;
  background-position: 15% center;
}
.mado_cta_ahref:hover {
  background: #00a0d2;
  background-image: url(../img/common/arrow01.png);
  background-repeat: no-repeat;
  background-position: 16% center;
}

.to_reform_arch {
  float: right;
  color: #006463;
  background-image: url(../img/common/arrow03.png);
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: 18px;
  font-size: 0.875rem;
  padding-left: 30px;
}

.flow-renovation_heading_num {
  background: #006463;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 2.25rem;
  font-family: "Noto Sans Japanese";
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-bottom: 0;
  margin-right: 20px;
}

.flow-renovation_heading {
  font-weight: bold;
  font-size: 2.25rem;
  font-family: "Noto Sans Japanese";
  letter-spacing: 1px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
.flow-renovation_heading span {
  color: #006463;
}
.flow-renovation_heading:before {
  content: "";
  background: #d3e8db;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.muryo:after {
  content: "";
  background: url("../img/flow-reno/muryo.png");
  width: 121px;
  height: 60px;
  position: absolute;
  right: -145px;
  top: -16px;
}

.muryo2:after {
  content: "";
  background: url("../img/flow-reno/muryo.png");
  width: 121px;
  height: 60px;
  position: absolute;
  left: 0;
  top: -70px;
}

.flow_r01_para {
  color: #006463;
  font-size: 1.25rem;
  text-align: center;
  line-height: 2.0;
}

.flow_r_ahref {
  background: #ba9f6c;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Sans Japanese";
  width: 35%;
  padding: 10px 0;
}
.flow_r_ahref:hover {
  background: #006463;
}

.flow_r_tel {
  font-size: 2.25rem;
  text-align: center;
  font-weight: bold;
  color: #006463;
  display: block;
  margin: 0 auto 60px;
}

.flow_r_gray {
  background: #f5f6f7;
  position: relative;
  padding: 90px 0 40px;
}
.flow_r_gray:before {
  content: "";
  background: url("../img/flow-reno/kaku.png");
  width: 320px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.flow_r_finish {
  background: url("../img/flow-reno/img07-bg.jpg");
  background-size: cover;
  position: relative;
  padding: 90px 0 40px;
}
.flow_r_finish:before {
  content: "";
  background: url("../img/flow-reno/kaku.png");
  width: 320px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.flow_r_wh {
  background: #ffffff;
  position: relative;
  padding: 40px 0;
}

.flow_r_gray_img {
  position: absolute;
  right: 0;
  top: 0;
}

.flow_r_gray_para {
  font-size: 1.125rem;
}

.flow_r_gray_imgl {
  position: absolute;
  left: 0;
  top: 0;
}

.mn_h350 {
  min-height: 350px;
}

.flow_r_wh_inner {
  margin-left: 400px;
}

.flow_r_cta {
  font-family: "Noto Sans Japanese";
  text-align: center;
  background: #66b57e;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 0;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  width: 80%;
  margin: 0 auto 150px;
  background-image: url(../img/common/arrow01.png);
  background-repeat: no-repeat;
  background-position: 15% center;
}
.flow_r_cta:hover {
  background: #00a0d2;
  background-image: url(../img/common/arrow01.png);
  background-repeat: no-repeat;
  background-position: 16% center;
}

.sr_cta {
  font-family: "Noto Sans Japanese";
  text-align: center;
  background: #bca06a;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 30px 0;
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 820px;
  margin: 0 auto 50px;
  background-image: url(../img/common/arrow01.png);
  background-repeat: no-repeat;
  background-position: 15% center;
}
.sr_cta:hover {
  background: #00a0d2;
  background-image: url(../img/common/arrow01.png);
  background-repeat: no-repeat;
  background-position: 16% center;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.a_fast {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .2s;
}

.fadeInUp3 #fig1 {
  -webkit-animation: fadeInUp3 1s 0.5s 1 forwards;
  animation: fadeInUp3 1s 0.5s 1 forwards;
}

.fadeInUp3 #fig2 {
  -webkit-animation: fadeInUp3 1s 1.5s 1 forwards;
  animation: fadeInUp3 1s 1.5s 1 forwards;
}

.fadeInUp3 #fig3 {
  -webkit-animation: fadeInUp3 1s 1.0s 1 forwards;
  animation: fadeInUp3 1s 1.0s 1 forwards;
}

.flow_r_finish_fig {
  position: relative;
  height: 327px;
  margin: 60px 0 50px;
}

.flow_r_finish_fig figure {
  position: absolute;
}

.flow_r_finish_fig #fig1 {
  top: 40px;
  left: 0;
  display: none;
}

.flow_r_finish_fig #fig2 {
  top: 80px;
  left: 35%;
  display: none;
}

.flow_r_finish_fig #fig3 {
  top: 0;
  right: 0;
  display: none;
}

.sr_main-vis {
  position: relative;
  overflow: hidden;
}
.sr_main-vis:before {
  content: "";
  background: url("../img/showroom/main_r.png");
  position: absolute;
  top: 10px;
  left: -20px;
  height: 550px;
  width: 50%;
  z-index: -100;
  background-position: left;
}
.sr_main-vis:after {
  content: "";
  background: url("../img/showroom/main_l.png");
  position: absolute;
  top: 10px;
  right: -20px;
  height: 550px;
  width: 50%;
  z-index: -100;
  background-position: right;
}

.sr_heading {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 40px;
}
.sr_heading span {
  color: #006463;
}

.under_b {
  font-size: 1.125rem;
  line-height: 2.0;
  letter-spacing: 0.05em;
}
.under_b span {
  background: linear-gradient(transparent 50%, #e4eff0 0.6%);
}

.sr_para {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #006463;
}

.sr_btn {
  width: 80%;
  margin: 40px auto 80px;
}

.sr_btn01 {
  background: url("../img/showroom/btn01.png");
  background-size: cover;
  transition: all 0.4s;
  height: 230px;
  width: 230px;
  display: block;
}
.sr_btn01:hover {
  background: url("../img/showroom/btn01_on.png");
  background-size: cover;
}

.in_anch {
  margin-top: -150px;
  padding-top: 150px;
}

.sr_btn02 {
  background: url("../img/showroom/btn02.png");
  transition: all 0.4s;
  height: 230px;
  width: 230px;
  display: block;
  background-size: cover;
}
.sr_btn02:hover {
  background: url("../img/showroom/btn02_on.png");
  background-size: cover;
}

.sr_btn03 {
  background: url("../img/showroom/btn03.png");
  background-size: cover;
  transition: all 0.4s;
  height: 230px;
  width: 230px;
  display: block;
}
.sr_btn03:hover {
  background: url("../img/showroom/btn03_on.png");
  background-size: cover;
}

.sr02_wrap {
  background: url("../img/showroom/bnr-bg01.png");
  background-repeat: repeat-x;
  background-position: center 223px;
  margin-bottom: 124px;
}
.sr02_wrap img {
  display: block;
  margin: auto;
}

.sr03_wrap {
  background: url("../img/showroom/bg02.png");
  padding: 40px 0 25px;
  margin-bottom: 50px;
}
.sr03_wrap img {
  display: block;
  margin: auto;
}

.sr_heading2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  border-bottom: dotted 1px #bbae93;
  margin-bottom: 15px;
}

.sr_para3 {
  color: #006463;
}

.sr_para4 {
  line-height: 2.0;
  letter-spacing: 0.01em;
}
.sr_para4 span {
  color: #006463;
  font-weight: bold;
}

.sr_heading_L {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 50px;
}
.sr_heading_L:after {
  content: "";
  background: url("../img/showroom/border.png");
  background-repeat: no-repeat;
  width: 643px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.sr_heading_R {
  text-align: right;
  width: 643px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 50px;
}
.sr_heading_R:after {
  content: "";
  background: url("../img/showroom/border.png");
  background-repeat: no-repeat;
  width: 643px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.sr_heading_L_num {
  font-size: 3rem;
  color: #006463;
  margin: 0 20px;
}

.sr_heading_L_tex {
  font-size: 3rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.ml-380 {
  margin-left: 420px;
}

.m-270 {
  margin-left: 300px;
}

#sr1, #sr2, #sr3, #sr4, #sr5, #sr6 {
  margin-top: -150px;
  padding-top: 150px;
}

.sr1 {
  background: url(../img/showroom/bg001.png);
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 423px;
  margin-bottom: 80px;
  background-size: contain;
}

.sr2 {
  background: url(../img/showroom/bg002.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 423px;
  margin-bottom: 80px;
  background-size: contain;
}

.sr3 {
  background: url(../img/showroom/bg003.png);
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 423px;
  margin-bottom: 80px;
  background-size: contain;
}

.sr4 {
  background: url(../img/showroom/bg004.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 423px;
  margin-bottom: 80px;
  background-size: contain;
}

.sr5 {
  background: url(../img/showroom/bg005.png);
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 423px;
  margin-bottom: 80px;
  background-size: contain;
}

.sr6 {
  background: url(../img/showroom/bg006.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 423px;
  margin-bottom: 80px;
  background-size: contain;
}

.sr_para5 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.2em;
  line-height: 2.0;
  text-align: center;
}
.sr_para5 span {
  font-size: 1.75rem;
}

.kaku_bg007 {
  background: url("../img/showroom/bg007.png");
  height: 190px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kaku_bg007:before {
  content: "";
  background: url("../img/showroom/kaku02.svg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 190px;
  z-index: 2;
}

.sr_map_wrap {
  background: url("../img/showroom/bg007.png");
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  margin-bottom: 80px;
}

#sr_map_p {
  margin-top: -150px;
  padding-top: 150px;
}

#sr_map {
  height: 400px;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 100px;
}

.to_gvmap {
  background: #baa06c;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
  width: 360px;
  margin: 40px auto 60px;
  letter-spacing: 0.2em;
  transition: all 1.5s;
}
.to_gvmap:hover {
  color: #006463;
  background: none;
}

.sr_cta2 {
  background: #ffffff;
  border: #66b57e solid 3px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 24px 30px;
}

.sr_cta2 {
  letter-spacing: 0.05em;
}
.sr_cta2_heading {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 20px;
}
.sr_cta2_tel {
  font-weight: bold;
  font-size: 1.625rem;
  color: #006463;
  margin-bottom: 6px;
  margin-top: 10px;
}
.sr_cta2_tel span {
  font-size: 0.875rem;
  font-weight: normal;
}
.sr_cta2_date {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.sr_cta2_b {
  position: relative;
}
.sr_cta2_b:before {
  content: "";
  border-left: #bca06a dotted 1px;
  height: 90%;
  width: 1px;
  position: absolute;
  left: -15px;
  top: 12px;
}

.showroom_map {
  background: url("../img/showroom/map.png");
  width: 888px;
  height: 322px;
  margin: 0 auto 40px;
  position: relative;
  margin-bottom: 100px;
}
.showroom_map a {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  display: block;
  transition: all 0.4s;
}
.showroom_map a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.showroom_map .sr1_to {
  width: 133px;
  height: 85px;
  left: 23px;
  top: 5px;
}
.showroom_map .sr2_to {
  width: 244px;
  height: 85px;
  left: 199px;
  top: 5px;
}
.showroom_map .sr3_to {
  width: 80px;
  height: 171px;
  left: 360px;
  bottom: 4px;
}
.showroom_map .sr4_to {
  width: 134px;
  height: 85px;
  left: 515px;
  top: 5px;
}
.showroom_map .sr4-2_to {
  width: 132px;
  height: 85px;
  left: 751px;
  top: 5px;
}
.showroom_map .sr5_to {
  width: 100px;
  height: 104px;
  right: 4px;
  top: 89px;
}
.showroom_map .sr5-2_to {
  width: 54px;
  height: 71px;
  right: 185px;
  bottom: 3px;
}
.showroom_map .sr6_to {
  width: 100px;
  height: 86px;
  left: 650px;
  top: 5px;
}
.showroom_map .sr6-2_to {
  width: 157px;
  height: 41px;
  right: 3px;
  bottom: 3px;
}
.showroom_map .sr6-3_to {
  width: 54px;
  height: 100px;
  right: 185px;
  bottom: 75px;
}

.com_main_vis {
  position: relative;
}
.com_main_vis img {
  float: right;
}

.com_nav {
  position: absolute;
  border: solid 5px #006463;
  padding: 20px;
  background: #ffffff;
  top: 30px;
  left: 0;
}
.com_nav:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: #b0bebc;
  left: 0;
  top: 74px;
}

.com_nav_heading_sp {
  font-weight: bold;
}

.com_nav_item {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 6px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  white-space: pre;
}
.com_nav_item:last-child {
  margin-bottom: 0;
}
.com_nav_item:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #006463;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c_active:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #006463;
  position: absolute;
  left: 0;
  bottom: 0;
}

.com_nav_heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.com_nav_para {
  font-family: "Alegreya Sans SC", sans-serif;
  color: #006463;
}

.com_t {
  width: 100%;
}
.com_t tr {
  border-bottom: dotted #bca06a 1px;
}
.com_t tr:first-child {
  border-top: dotted #bca06a 1px;
}
.com_t th {
  font-weight: normal;
  width: 200px;
  padding: 20px;
  vertical-align: top;
}
.com_t td {
  padding: 20px;
}

.free_d1 {
  font-weight: bold;
}

.free_d2 {
  font-weight: bold;
  color: #006463;
}

.com_href {
  font-family: "Noto Sans Japanese";
  color: #ffffff;
  background: #006463;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2px 30px;
  font-size: 0.875rem;
}
.com_href:hover {
  color: #006463;
  background: #eeeeee;
}

.c_tocontact {
  margin-top: 53px;
}

.recruit__heading {
  background: url("../img/recruit/border.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.5rem;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.recruit__heading2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}

.base_cta {
  font-family: "Noto Sans Japanese";
  text-align: center;
  background: #006463;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px 0;
  color: #ffffff;
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  width: 80%;
  margin: 0 auto 150px;
  background-image: url(../img/common/arrow01.png);
  background-repeat: no-repeat;
  background-position: 15% center;
}
.base_cta:hover {
  background: #0b2e13;
  color: #ffffff;
  background-image: url(../img/common/arrow01.png);
  background-repeat: no-repeat;
  background-position: 16% center;
}

.topmessage-mainvis {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: url("../img/topmessage/main-vis.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}

.messe-box {
  background: url("../img/topmessage/img01.png");
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 580px;
  position: relative;
  margin-bottom: 40px;
}

.messe-box2 {
  width: 100%;
  position: relative;
}

.messe-box_para1 {
  position: absolute;
  right: 40px;
  font-size: 1.125rem;
  line-height: 2.0;
}

.messe-box_para2 {
  position: absolute;
  top: 300px;
  right: 40px;
  font-size: 1.125rem;
  line-height: 2.0;
}

.messe-box_para3 {
  font-size: 1.125rem;
  line-height: 2.0;
}
.messe-box_para3 span {
  color: #006463;
  font-weight: bold;
}

.messe-box2_img {
  position: absolute;
  top: -80px;
  right: 0;
  width: 440px;
}

.messe_wrap {
  background: url("../img/topmessage/bg01.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 516px;
  padding: 40px 0;
}

.messe_wrap_heading {
  font-size: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  text-align: center;
  line-height: 2.25;
  margin-bottom: 60px;
}
.messe_wrap_heading span {
  color: #006463;
}

.history_wrap {
  width: 950px;
  height: 1300px;
  background: url("../img/history/border.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 40px auto;
  position: relative;
}
.history_wrap div {
  position: absolute;
}

.hs_type01 {
  text-align: center;
  display: inline-block;
}
.hs_type01 h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #006463;
}
.hs_type01 p {
  margin-bottom: 0;
}

.hs_type02 {
  text-align: center;
  display: inline-block;
}
.hs_type02 h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #006463;
}
.hs_type02 p {
  margin-bottom: 0;
}

.lh-2 {
  line-height: 2.0;
}

.hs01_para {
  position: relative;
  display: inline-block;
  margin-bottom: 20px !important;
  color: #006463;
}
.hs01_para:before {
  content: "";
  background: #c0a97b;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 30px;
}
.hs01_para:after {
  content: "";
  background: #006463;
  width: 40px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 30px;
}

.hs_first {
  top: 200px;
}

.hs_second {
  top: 700px;
}

.hs_third {
  top: 1000px;
}

.hs_fourth {
  top: 1300px;
}

.hs01 {
  display: none;
  top: 160px;
  left: 36px;
}

.hs02 {
  display: none;
  top: 160px;
  left: 280px;
}

.hs03 {
  display: none;
  top: 160px;
  left: 470px;
}

.hs04 {
  display: none;
  top: 160px;
  left: 700px;
}

.hs08 {
  display: none;
  top: 440px;
  left: 36px;
}

.hs07 {
  display: none;
  top: 440px;
  left: 280px;
}

.hs06 {
  display: none;
  top: 440px;
  left: 470px;
}

.hs05 {
  display: none;
  top: 440px;
  left: 700px;
}

.hs09 {
  display: none;
  top: 740px;
  left: 36px;
}

.hs10 {
  display: none;
  top: 740px;
  left: 280px;
}

.hs11 {
  display: none;
  top: 740px;
  left: 490px;
}

.hs12 {
  display: none;
  top: 740px;
  left: 715px;
}

.hs13 {
  display: none;
  top: 1140px;
  left: 45px;
}

.hs14 {
  display: none;
  position: absolute;
  top: 1086px;
  left: 467px;
  font-size: 1.5rem;
}

.hs15 {
  display: none;
  position: absolute;
  top: 993px;
  left: 603px;
}

.privacy_heading {
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: solid 1px #bca06a;
  margin-bottom: 20px;
}

.pvc_list {
  padding: 0 0 0 30px;
}
.pvc_list li {
  list-style: decimal;
  list-style-position: outside;
  margin-bottom: 6px;
}

.p-20 {
  padding: 0 20px;
}

.d_index {
  border: solid 1px #006463;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px 20px;
  width: 95%;
  margin: 0 auto 40px;
}

.d_index_item {
  width: 84px;
  text-align: center;
  border-left: dotted 1px #bca06a;
  padding: 0 10px;
}
.d_index_item:last-child {
  border-right: dotted 1px #bca06a;
}
.d_index_item p.index_word {
  background: url("../img/dictionary/bg.png");
  background-repeat: no-repeat;
  width: 64px;
  height: 58px;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  margin: 0 0 20px;
}
.d_index_item a {
  font-size: 1.25rem;
  height: 34px;
  width: 34px;
  display: block;
  margin: auto;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  line-height: 34px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  margin-bottom: 10px;
}
.d_index_item a:hover {
  background: #bca06a;
  color: #ffffff;
}

.d_index_active {
  background: #006463;
  color: #ffffff;
}

.blank_item {
  height: 34px;
  width: 34px;
  margin: 0 auto 10px;
  line-height: 34px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  font-size: 1.25rem;
}

.dictionary_heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 2.5rem;
  line-height: 72px;
  margin-bottom: 40px;
}
.dictionary_heading dt {
  background: #006463;
  color: #ffffff;
  font-family: "Noto Sans Japanese";
  height: 72px;
  width: 72px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  font-weight: normal;
  text-align: center;
  margin-right: 20px;
}
.dictionary_heading dd {
  margin: 0;
}

/*==========================================
アコーディオン
===========================================*/
.ac-container {
  width: 90%;
  border-top: none;
  margin: 0 auto;
}

.ac-container label {
  height: auto;
  line-height: 1.8;
  font-size: 16px;
  padding: 5px 20px;
  display: block;
  cursor: pointer;
  color: #fff;
  background: #bca06a;
  margin-bottom: 3px;
  position: relative;
}
.ac-container label:after {
  content: "";
  background: url("../img/dictionary/down.png");
  height: 14px;
  width: 24px;
  position: absolute;
  right: 10px;
  top: 38%;
}

.up-to:after {
  content: "";
  background: url("../img/dictionary/up.png") !important;
  height: 14px;
  width: 24px;
  position: absolute;
  right: 10px;
  top: 38%;
}

.ac-container input {
  display: none;
}

.ac-container article {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.ac-container article p {
  padding: 10px;
  line-height: 1.3;
}

@media only screen and (max-width: 600px) {
  .ac-container article p {
    font-size: 14px;
  }
}
.ac-container input:checked ~ article {
  height: auto;
  padding: 0;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  background: #f7f7f7;
}

@media only screen and (min-width: 600px) {
  .ac-container label {
    font-size: 20px;
  }
}
.reform_s_heading2_wrap {
  border-bottom: solid 1px #bca06b;
  position: relative;
  margin-bottom: 40px;
}
.reform_s_heading2_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  background: #bca06b;
  height: 3px;
  width: 100%;
  bottom: -8px;
}

.reform_s_heading2 {
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
  color: #006463;
  line-height: 1.4;
  margin-bottom: 4px;
}

.reform_s_heading3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.reform_s_arch {
  background-image: url(../img/common/arrow03.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #006463;
  padding-left: 35px;
}
.reform_s_arch:hover {
  background-position: 4px center;
  color: #0a4b83;
}

.sec_p {
  font-size: 0.875rem;
  color: #777777;
  margin-top: 8px;
}

.reform_s_heading_wrap {
  border: solid #424344;
  padding: 4px;
  width: 430px;
  margin-bottom: 20px;
  float: left;
}

.reform_s_heading {
  border: #424344 solid 1px;
  padding: 15px;
  font-size: 1.75rem;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
}

.reform_s_b {
  border-bottom: solid 1px #bca06b;
}

.reform_s_term_wrap {
  float: left;
  width: 460px;
  padding: 0 20px;
}
.reform_s_term_wrap a {
  margin-right: 6px;
  margin-bottom: 6px;
}

.reform_cate_s {
  font-size: 0.875rem;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  background: #7ecde1;
  border: solid #7ecde1 1px;
  color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2px 6px;
}
.reform_cate_s:hover {
  background: #006463;
  border: solid #006463 1px;
  color: #ffffff;
}

.reform_ideal_s {
  font-size: 0.875rem;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  background: #ffffff;
  color: #000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2px 6px;
  border: solid #000000 1px;
}
.reform_ideal_s:hover {
  color: #ffffff;
  background: #006463;
  border: solid #006463 1px;
}

.reform_cate_a {
  font-size: 0.875rem;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  background: #7ecde1;
  border: solid #7ecde1 1px;
  color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.reform_cate_a:hover {
  background: #006463;
  border: solid #006463 1px;
  color: #ffffff;
}

.reform_ideal_a {
  font-size: 0.75rem;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  background: #ffffff;
  color: #000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2px 6px;
  border: solid #000000 1px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.reform_ideal_a:hover {
  color: #ffffff;
  background: #006463;
  border: solid #006463 1px;
}

.max-430 {
  max-width: 430px;
}

.reform_a_heading1 {
  border-left: #006463 solid 8px;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  color: #006463;
  padding: 4px;
  margin-bottom: 20px;
}
.reform_a_heading1:after {
  content: "";
  border-bottom: solid #434343 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.reform_a_heading2 {
  border-left: #434343 solid 8px;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  color: #434343;
  padding: 4px;
  margin-bottom: 20px;
}
.reform_a_heading2:after {
  content: "";
  border-bottom: solid #434343 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.reform_a_list01 {
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

.reform_a_term01 {
  border: solid #006463 1px;
  padding: 6px;
  text-align: center;
  width: 126px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #006463;
  display: block;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}
.reform_a_term01:hover {
  background: #006463;
  color: #ffffff;
}

#mizu {
  color: #006463;
}
#mizu:hover {
  background: #006463;
  color: #ffffff !important;
}

.re_active {
  background: #006463;
  color: #ffffff !important;
}

.mizu_wrap {
  width: 126px;
  position: relative;
}

.reform_a_term01-2 {
  padding: 6px;
  text-align: center;
  width: 13.5%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #81cddf;
  margin-right: 40px;
}
.reform_a_term01-2:hover {
  background: #81cddf;
  color: #ffffff;
}

.re2_active {
  background: #81cddf;
  color: #ffffff !important;
}

.reform_a_term02 {
  border: solid #434343 1px;
  padding: 6px;
  text-align: center;
  width: 33%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #434343;
  margin-bottom: 8px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}
.reform_a_term02:hover {
  background: #434343;
  color: #ffffff;
}

.re3_active {
  background: #434343;
  color: #ffffff;
}

.reform_a_list02 {
  list-style: none;
  padding: 0;
}
.reform_a_list02 li {
  float: left;
}

.arrow_box {
  position: absolute;
  background: #ffffff;
  border: 1px solid #81cddf;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 6px;
  top: 47px;
  left: 140px;
  width: 600px;
  display: none;
}

.arrow_box2 {
  position: absolute;
  background: #ffffff;
  border: 1px solid #81cddf;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 6px;
  top: 47px;
  left: 140px;
  width: 600px;
}

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 62px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.arrow_box:before {
  border-color: rgba(129, 205, 223, 0);
  border-bottom-color: #81cddf;
  border-width: 11px;
  margin-left: -11px;
}

.arrow_box2:after, .arrow_box2:before {
  bottom: 100%;
  left: 62px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box2:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.arrow_box2:before {
  border-color: rgba(129, 205, 223, 0);
  border-bottom-color: #81cddf;
  border-width: 11px;
  margin-left: -11px;
}

.reform_a_link {
  width: 270px;
  display: block;
  padding: 15px;
  background: #baa06c;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: all 0.4s;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}
.reform_a_link:hover {
  color: #ffffff;
  background: #006463;
}
.reform_a_link img {
  margin-top: -5px;
  margin-left: 20px;
}

.reform_a_link2 {
  width: 270px;
  display: block;
  padding: 15px;
  background: #434343;
  background-repeat: no-repeat;
  background-position: 96% center;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: all 0.4s;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}
.reform_a_link2:hover {
  background: #006463;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 96% center;
}

.reform_a_wrap {
  width: 100%;
  background: #f2f6e9;
  padding: 40px 0;
  margin-top: 40px;
}

.reform_a_inner {
  background: #ffffff;
  padding: 10px 15px;
  border: #bfbfbf 3px solid;
  height: 516px;
  position: relative;
  margin-bottom: 20px;
}

.reform_a_inner_heading {
  font-size: 1.125rem;
  height: 48px;
  line-height: 1.4;
}

.reform_a_img {
  height: 175px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #eeeeee;
}
.reform_a_img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.reform_a_to_detail {
  color: #006463;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 15px;
  border-bottom: solid 4px #bca06b;
}
.reform_a_to_detail img {
  margin-top: -4px;
  margin-left: 4px;
}

.noto_found {
  border: solid #eeeeee 4px;
  width: 100%;
  padding: 40px 20px;
}
.noto_found a {
  margin: auto;
  width: 60%;
  display: block;
}

.reformmenu_rank_wrap {
  position: fixed;
  top: 160px;
  left: -220px;
  transition: all 0.6s;
  z-index: 1000;
}

.reformmenu_rank_heading {
  background: #7eb0b0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px;
  cursor: pointer;
  transition: all 0.4s;
}
.reformmenu_rank_heading:hover {
  background: #006463;
}

.reformmenu_rank_cont {
  border: solid #bfbfbf 1px;
  padding: 10px;
  width: 220px;
  background: #ffffff;
}

.reformmenu_rank_cont_heading {
  font-family: "Alegreya Sans SC", sans-serif;
  border-bottom: solid 1px #bca06a;
}
.reformmenu_rank_cont_heading i {
  color: #006463;
}

.reformmenu_rank_list {
  padding: 0;
  list-style: none;
  width: 200px;
}
.reformmenu_rank_list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #bca06a;
}
.reformmenu_rank_list li:first-child p:after {
  content: "1";
}
.reformmenu_rank_list li:nth-child(2) p:after {
  content: "2";
}
.reformmenu_rank_list li:nth-child(3) p:after {
  content: "3";
}
.reformmenu_rank_list li:nth-child(4) p:after {
  content: "4";
}
.reformmenu_rank_list li:nth-child(5) p:after {
  content: "5";
}

.reform_rank_mainimg {
  height: 60px;
  width: 80px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.reform_rank_mainimg img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.reform_r_inner_heading {
  font-size: 0.875rem;
  width: 105px;
}

.rank {
  background: rgba(22, 100, 99, 0.6);
  color: #ffffff;
  padding: 0 6px;
  text-align: center;
  font-family: "Noto Sans Japanese";
  position: absolute;
  left: 0;
  top: 0;
}

button.alm-load-more-btn {
  outline: none;
}

.alm-load-more-btn {
  border: solid #006463 1px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: "Noto Sans Japanese";
  text-align: center;
  padding: 15px 70px;
  display: block;
  margin: 40px auto;
  color: #006463;
  cursor: pointer;
  transition: all 0.4s;
}
.alm-load-more-btn:after {
  content: "\f13a";
  font-family: "FontAwesome";
  color: #bca06a;
  margin-left: 10px;
}
.alm-load-more-btn:hover {
  background: #006463;
  color: #ffffff;
}

.done {
  display: none;
}

.staff_s_name {
  position: relative;
  width: 100%;
  height: 400px;
}

.img-staff_s_name_img {
  width: 660px;
  height: 400px;
  overflow: hidden;
  position: absolute;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  right: 0;
  top: 0;
}
.img-staff_s_name_img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.staff_s_name_g {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}

.staff_s_name_heading {
  font-size: 2.125rem;
  border-bottom: solid #cdcdcd 1px;
  padding: 6px 200px 0 0;
}

.staff_s_name_g01 {
  font-size: 1.5rem;
  color: #c5c5c5;
  font-weight: lighter;
}

.staff_s_name_g02 {
  margin-bottom: 0;
}

.staff_a_name {
  position: relative;
  width: 100%;
  height: 304px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: dotted 1px #bca06b;
}

.img-staff_a_name_img {
  width: 660px;
  height: 280px;
  overflow: hidden;
  position: absolute;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  left: 0;
  top: 0;
}
.img-staff_a_name_img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.staff_a_name_g {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 100;
  text-align: right;
}

.staff_a_name_heading {
  font-size: 2.125rem;
  border-bottom: solid #cdcdcd 1px;
  padding-left: 300px;
  color: #565656;
}

.staff_a_name_g01 {
  font-size: 1.5rem;
  color: #c5c5c5;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: lighter;
}

.staff_a_name_g02 {
  margin-bottom: 0;
  color: #565656;
  margin-bottom: 8px;
}

.staff_a_name_g03 {
  color: #565656;
}

.staff_a_detail {
  position: absolute;
  bottom: 18px;
  left: 40px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 4px 20px;
  z-index: 100;
  font-size: 1.25rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 0;
  -moz-border-radius: 6px;
  display: block;
}

.staff_t {
  width: 100%;
  margin: 40px 0 70px;
}
.staff_t tr {
  border-bottom: dotted 1px #bca06b;
}
.staff_t th {
  padding: 15px 0;
  width: 180px;
  font-weight: 500;
}
.staff_t td {
  padding: 15px 0;
}

.staff_s_heading2 {
  font-size: 1.625rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}
.staff_s_heading2:after {
  content: "";
  background: #006463;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}

.blog_term_list {
  font-family: "Noto Sans Japanese";
}

.blog_term_list_header {
  background: #baa06c;
  color: #ffffff;
  padding: 6px 20px;
  border: solid #edeeef 1px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}

.blog_term_list_body {
  padding: 20px;
  background: #ffffff;
  font-size: 0.875rem;
  margin-bottom: 40px;
  border-left: solid #edeeef 1px;
  border-right: solid #edeeef 1px;
  border-bottom: solid #edeeef 1px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
}
.blog_term_list_body a {
  border: #006463 solid 1px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: inline-block;
  padding: 4px;
  margin-right: 6px;
}

.blog_term_list_active {
  border: #006463 solid 1px;
  background: #006463;
  color: #ffffff;
}

.blog_contents_wrap {
  background: #fcf9f4;
  padding: 40px 0;
}

.blog_contents {
  background: #ffffff;
  padding: 15px 10px;
  border: solid 1px #eeeeee;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.blog_contents_img {
  width: 100%;
  position: relative;
}
.blog_contents_img img {
  width: 100%;
}

.blog_date {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  color: #ffffff;
  text-align: center;
  background: #006463;
  position: relative;
  font-weight: bold;
  padding-top: 10px;
  font-family: "Noto Sans Japanese";
}
.blog_date p {
  margin: 0;
  line-height: 1.0;
}

.blog_heading_warp {
  border-bottom: dotted 1px #bca06b;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.blog_date_m {
  font-size: 0.875rem;
}

.blog_date_d {
  font-size: 1.625rem;
}

.blog_date_y {
  font-size: 0.875rem;
}

.blog_s_heading {
  font-size: 1.5rem;
  padding: 10px 0 0 30px;
  line-height: 1.4;
}

.blog_new {
  color: #e40000;
  font-weight: bold;
  margin: 0;
  padding-left: 15px;
}

.blog_term {
  margin: 6px 0 0;
  border: solid #006463 1px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 0.875rem;
  padding: 0 20px;
  line-height: 1.4;
}

.blog_side_wrap {
  background: #ffffff;
  padding: 15px 10px;
  border: solid 1px #eeeeee;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 20px;
}

.blog_side_wrap_auth {
  position: relative;
}

.blog_auth_img {
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
.blog_auth_img img {
  width: 100%;
}

.blog_auth_name_wrap {
  margin-top: 65px;
}

.blog_auth_name01 {
  color: #c5c5c5;
  margin-bottom: 0;
}

.blog_auth_name02 {
  margin-bottom: 0;
}

.blog_auth_name03 {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.blog_auth_name_heading {
  font-size: 1.5rem;
  margin-bottom: 0;
  border-bottom: solid #c5c5c5 1px;
}

.side_new_post_heading1 {
  font-size: 1rem;
  border-bottom: solid #b9b9b9 1px;
  margin-bottom: 15px;
}

.side_new_post {
  display: block;
  border-bottom: dotted #b9b9b9 1px;
  margin-bottom: 14px;
}

.side_new_post_date {
  font-size: 0.875rem;
  margin-bottom: 4px;
  line-height: 1.0;
}

.side_new_post_heading {
  font-size: 0.875rem;
  margin-bottom: 0;
}

/*-----------------------------------
カレンダー
------------------------------------*/
#wp-calendar {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.875rem;
}

#wp-calendar thead tr.week {
  border-bottom: solid 1px #959595;
}

#wp-calendar thead tr th {
  font-weight: normal;
}

#wp-calendar th {
  text-align: center;
  height: 20px;
  padding-top: 5px;
  font-size: x-small;
}

#wp-calendar td {
  text-align: center;
  height: 20px;
  padding-top: 5px;
  border-left-color: #999;
}
#wp-calendar td a {
  color: #bca06b;
  text-decoration: underline;
}

#wp-calendar #calendar-caption {
  font-weight: normal;
  text-align: center;
  font-size: small;
}

#calendar_wrap a {
  text-decoration: none;
  color: #CCC;
}

#wp-calendar #today {
  background-color: #eeeeee;
}

#wp-calendar #today a {
  color: #fff;
}

#calendar_wrap {
  position: relative;
}

#wp-calendar-pn {
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
}

#prev {
  float: left;
  margin-left: 20px;
}

#next {
  float: right;
  margin-right: 20px;
}

#wp-calendar .pad {
  color: #FFCCFF;
  font-size: x-small;
}

.blog_blank {
  width: 40%;
}

.blog_prev {
  width: 40%;
  padding-left: 40px;
  background: url("../img/blog/arrow_prev.png");
  background-repeat: no-repeat;
  background-position: left 20px;
}
.blog_prev h4 {
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #006463;
}
.blog_prev p {
  font-size: 0.875rem;
  margin-bottom: 6px;
}

.bbl {
  border-left: dotted 1px #bca06b;
  width: 1px;
  height: 90px;
}

.blog_next {
  width: 40%;
  padding-right: 40px;
  background: url("../img/blog/arrow_next.png");
  background-repeat: no-repeat;
  background-position: right 20px;
  position: relative;
}
.blog_next h4 {
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #006463;
}
.blog_next p {
  font-size: 0.875rem;
  margin-bottom: 6px;
}

.blog_s_heading4 {
  font-size: 1.375rem;
  display: inline-block;
  position: relative;
  margin: 40px 0;
}
.blog_s_heading4:after {
  content: "";
  background: #f4f0e7;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -100;
}

.blog_a_heading4 {
  font-size: 1.375rem;
  display: inline-block;
  position: relative;
  margin: 40px 0;
  z-index: 1;
  color: #006463;
}

.bb_datted {
  border-bottom: dotted #bca06b 1px;
  margin: 40px 0 80px;
  width: 100%;
}

.blog_a_contents_wrap {
  background: #ffffff;
  padding: 15px 30px;
  border: solid 1px #eeeeee;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.blog_a_contents_img {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.blog_a_contents_img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.blog_a_date {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  color: #ffffff;
  text-align: center;
  background: #006463;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  padding-top: 10px;
  font-family: "Noto Sans Japanese";
}
.blog_a_date p {
  margin: 0;
  line-height: 1.0;
}

.blog_a_heading {
  font-size: 1.125rem;
  height: 50px;
  line-height: 1.4;
}

.blog_a_auth_name_wrap {
  border-top: solid #eeeeee 1px;
  padding-top: 20px;
  position: relative;
  padding-bottom: 20px;
}

.blog_a_auth_name_heading {
  font-size: 1.375rem;
  text-align: right;
  padding-right: 100px;
}

.blog_a_auth_img {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  position: absolute;
  top: -10px;
  right: 0;
}
.blog_a_auth_img img {
  width: 100%;
}

.blog_a_contents_wrap2 {
  background: #ffffff;
  padding: 15px 10px;
  border: solid 1px #eeeeee;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.blog_a_contents_img2 {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}
.blog_a_contents_img2 img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.blog_a_date1 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: #ffffff;
  text-align: center;
  background: #006463;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  padding-top: 10px;
  font-family: "Noto Sans Japanese";
}
.blog_a_date1 p {
  margin: 0;
  line-height: 1.0;
}

.blog_date_m1 {
  font-size: 1.125rem;
}

.blog_date_d1 {
  font-size: 2.125rem;
}

.blog_date_y1 {
  font-size: 1.125rem;
}

.blog_a_date2 {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  color: #ffffff;
  text-align: center;
  background: #006463;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  padding-top: 10px;
  font-family: "Noto Sans Japanese";
}
.blog_a_date2 p {
  margin: 0;
  line-height: 1.0;
}

.blog_a_heading2 {
  font-size: 1rem;
  height: 50px;
  line-height: 1.4;
}

.blog_a_auth_name_wrap2 {
  border-top: solid #eeeeee 1px;
  padding-top: 10px;
  position: relative;
  padding-bottom: 0;
}

.blog_a_auth_name_heading2 {
  font-size: 1.125rem;
  text-align: right;
  padding-right: 70px;
}

.blog_a_auth_img2 {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  position: absolute;
  top: -10px;
  right: 0;
}
.blog_a_auth_img2 img {
  width: 100%;
}

.blog_new2 {
  color: #e40000;
  font-weight: bold;
  margin: 0;
  padding-left: 15px;
  font-size: 0.875rem;
}

.blog_term2 {
  margin: 0;
  border: solid #006463 1px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 0.875rem;
  padding: 0 10px;
  line-height: 1.4;
}

.tag_event {
  background: #006463;
  color: #ffffff;
  padding: 0px 30px;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}

.tag_new {
  color: #e40000;
  padding: 0px 10px;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}

.event_s_heading {
  font-size: 1.5rem;
  line-height: 1.4;
}

.sns_wrap {
  height: 40px;
}

.event_heading_wrap {
  border-bottom: solid 1px #bca06a;
  margin-bottom: 20px;
}

.event_s_toenty {
  font-family: "Noto Sans Japanese";
  display: inline-block;
  background: #67bd82;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #ffffff;
  text-align: center;
  padding: 10px 30px;
  font-weight: normal;
  float: right;
}

.event_s_toenty2 {
  font-family: "Noto Sans Japanese";
  font-size: 1.5rem;
  display: block;
  width: 60%;
  border: 2px solid #67bd82;
  background: #67bd82;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  color: #ffffff;
  text-align: center;
  padding: 20px 60px;
  font-weight: 500;
  margin: 0 auto 80px;
  letter-spacing: 0.2em;
  transition: all 0.6s;
}
.event_s_toenty2:hover {
  color: #67bd82;
  border: 2px solid #67bd82;
  background: #ffffff;
}

.mb-80 {
  margin-bottom: 80px;
}

.event_t {
  width: 100%;
  margin: 40px 0;
}
.event_t tr {
  border-bottom: dotted 1px #bca06b;
}
.event_t th {
  padding: 15px 0;
  width: 80px;
  font-weight: 500;
}
.event_t td {
  padding: 15px 0;
}

.event_s_img {
  width: 90%;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
}
.event_s_img img {
  width: 100%;
}

.event_s_gmap {
  margin-top: 40px;
  color: #006463;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: #ffffff 2px solid;
}
.event_s_gmap:hover {
  color: #006463;
  border-bottom: #006463 2px solid;
}

.event_s_arch2 {
  background-image: url(../img/common/arrow03.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #006463;
  padding: 15px 56px;
  font-family: "Noto Sans Japanese";
  border: solid #006463 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: auto;
  display: inline-block;
  margin-bottom: 120px;
}
.event_s_arch2:hover {
  background-position: 14px center;
}

.event_a_href {
  display: block;
}

.event_a_wrap {
  width: 100%;
  border: #b5b5b5 solid 1px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
}
.event_a_wrap:hover {
  border: solid rgba(0, 100, 99, 0.4) 1px;
}

.event_a_wrap_hover {
  border: solid rgba(0, 100, 99, 0) 4px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 2px;
  transition: all 0.4s;
}
.event_a_wrap_hover:hover {
  background: #608b94;
}

.event_a_img {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.event_a_img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.event_a_wrap_inner {
  padding: 15px 10px;
}

.event_a_wrap_inner_heading {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  height: 50px;
}

.event_a_t {
  width: 100%;
  margin: 0;
  font-weight: 600;
}
.event_a_t th {
  font-weight: 500;
  padding: 2px 0;
  width: 55px;
}
.event_a_t td {
  font-weight: 500;
  padding: 2px 0;
}

.event_a_type {
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0;
  margin-right: 15px;
}

.event_a_now {
  background: #006463;
  border: solid #006463 1px;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  width: 40%;
}
.event_a_now:hover {
  background: #ffffff;
  color: #000000;
}

.event_a_other {
  background: #ffffff;
  border: solid #006463 1px;
  color: #000000;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  width: 40%;
  margin-left: 10px;
}
.event_a_other:hover {
  background: #006463;
  color: #ffffff;
}

.faq_s_heading_wrap {
  border-bottom: solid #bca06b 1px;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.faq_s_heading {
  font-size: 1.5rem;
  padding: 0 20px;
  line-height: 1.4;
}

.faq_s_contents p {
  line-height: 2.0;
}

.g_large {
  color: #006463;
  font-size: 1.5rem;
}

.fap_term_wrap {
  background: #7ca687;
  padding: 15px 0 9px;
  margin-bottom: 10px;
}
.fap_term_wrap a {
  padding: 2px 24px;
  margin-right: 10px;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.fap_term_wrap a:hover {
  background: #ffffff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  color: #7ca687;
}

.active_term {
  background: #ffffff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  color: #7ca687 !important;
}

.faq_s_toform_wrap {
  border: solid 1px #66b57e;
  width: 100%;
  padding: 35px 0;
  margin-bottom: 120px;
}

.faq_s_toform_href {
  background: #006463;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 25px;
  width: 70%;
  margin: auto;
  display: block;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: "Noto Sans Japanese";
  position: relative;
}
.faq_s_toform_href:before {
  content: '';
  position: absolute;
  left: 70px;
  top: 38px;
  background: url("../img/common/arrow01.png");
  background-repeat: no-repeat;
  width: 38px;
  height: 10px;
  background-position: 10px center;
}

#faq_term {
  margin-top: -130px;
  padding-top: 130px;
}

.faq_t th {
  padding: 10px 10px 30px;
  vertical-align: top;
}
.faq_t td {
  padding: 18px 10px 30px;
  vertical-align: top;
}

.quest {
  background: #66b580;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
  font-family: "Noto Sans Japanese";
  margin: 0;
}

.featured_s_heading_wrap {
  border-bottom: solid #bca06b 3px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.featured_s_heading {
  font-size: 1.5rem;
  padding: 0;
  line-height: 1.4;
  font-weight: bold;
}

.featured_t {
  width: 100%;
}
.featured_t th {
  padding: 0 10px 10px 0;
  width: 120px;
}
.featured_t td {
  padding: 0 0 10px;
  text-align: right;
}

.special_s_t {
  width: 100%;
}
.special_s_t th {
  padding: 0 10px 10px 0;
  font-size: 1.25rem;
}
.special_s_t td {
  padding: 0 0 10px;
  text-align: left;
  font-size: 1.25rem;
}

.featured_t2 {
  width: 100%;
  margin-bottom: 70px;
}
.featured_t2 tr {
  border-bottom: dotted 1px #bca06b;
}
.featured_t2 th {
  padding: 15px 0 15px;
  vertical-align: top;
  font-weight: 500;
}
.featured_t2 td {
  padding: 15px 0 15px;
}

.featured_t3 {
  width: 100%;
  border-bottom: dotted 1px #bca06b;
  margin-bottom: 10px;
  font-size: 1.375rem;
}
.featured_t3 th {
  padding: 0 10px 10px 0;
  width: 116px;
  font-size: 1.125rem;
}
.featured_t3 td {
  padding: 0 0 10px;
  text-align: right;
}

.c_price {
  background: #555555;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 0;
  padding: 0 10px;
  letter-spacing: 4px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  width: 120px;
}

.p_price {
  background: #bc6b6b;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 0;
  padding: 0 10px;
  letter-spacing: 4px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  width: 120px;
}

.featured_p {
  color: #bc6b6b;
}

.to_featured_form1 {
  width: 100%;
  display: block;
  padding: 10px;
  border: solid 7px #66b57e;
  background: #ffffff;
  color: #006463;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}
.to_featured_form1:hover {
  background: #66b57e;
  color: #ffffff;
}

.to_featured_form2 {
  display: block;
  padding: 10px;
  border: solid 4px #66b57e;
  background: #66b57e;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  width: 60%;
  margin: auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 40px;
}
.to_featured_form2:hover {
  background: #ffffff;
  color: #66b57e;
}

.to_featured_form3 {
  width: 40%;
  border: solid #006463 2px;
  text-align: center;
  padding: 10px;
  font-family: "Noto Sans Japanese";
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #006463;
  background: url("../img/common/arrow03.png");
  background-repeat: no-repeat;
  background-position: 20px center;
}
.to_featured_form3:hover {
  background: url("../img/common/arrow01.png"), #006463;
  background-repeat: no-repeat;
  background-position: 20px center;
  color: #ffffff;
}

.joushitu_link {
  width: 40%;
  text-align: center;
  padding: 15px 10px;
  font-family: "Noto Sans Japanese";
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #ffffff;
  background: url("../img/common/arrow01.png"), #66b77f;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.joushitu_link:hover {
  background: url("../img/common/arrow01.png"), #006463;
  background-repeat: no-repeat;
  background-position: 20px center;
  color: #ffffff;
}

.slider-pro {
  padding: 0;
  list-style: none;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  border-bottom: 5px solid #555555 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  border-bottom: 13px solid #555555 !important;
}

.featured__bb {
  margin: 20px 0 70px;
  border-bottom: dotted 1px #bca06b;
}

.featured__bb2 {
  margin: 20px 0 20px;
  border-bottom: dotted 1px #bca06b;
}

.featured_s_heading2 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 3px solid #bca06b;
  margin-bottom: 20px;
  padding-bottom: 4px;
}

.featured_s_term {
  font-size: 0.875rem;
  border: solid #66b580 1px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  margin-right: 4px;
  padding: 0 4px;
}

.featured_a_term {
  font-size: 0.75rem;
  border: solid #66b580 1px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0 4px;
}

.link_gallery_wrap {
  background: #fefef2;
  width: 100%;
  padding: 40px 0;
  position: relative;
  z-index: 0;
}

.link_gallery {
  width: 100%;
  background: #ffffff;
  border: solid #ced0cd 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px;
}

.link_gallery_new {
  color: red;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.link_gallery_heading2 {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #006463;
}
.link_gallery_heading2 span {
  position: relative;
}
.link_gallery_heading2 span:before {
  content: "";
  background: #e4f0eb;
  height: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -2;
}

.link_gallery_heading {
  margin-bottom: 0;
  font-size: 1rem;
  height: 40px;
}

.link_gallery_seshu {
  margin-bottom: 0;
  font-size: 0.75rem;
  margin-top: 10px;
  text-align: right;
}

.recommend_search_wrap {
  border: solid 1px #68bd82;
  padding: 20px 20px 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: "Noto Sans Japanese";
  margin-bottom: 40px;
}

.recommend_search_submit {
  background: #67bd82;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #ffffff;
  border: none;
  padding: 4px 40px;
  cursor: pointer;
  transition: all 0.4s;
}
.recommend_search_submit:hover {
  background: #006463;
}

.recommend_search_reset {
  background: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #166463;
  border: #166463 2px solid;
  padding: 2px 40px;
  cursor: pointer;
  transition: all 0.4s;
}
.recommend_search_reset:hover {
  background: #006463;
  color: #ffffff;
}

.recommend_search_label {
  border: solid 1px #68bd82;
  padding: 0px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.4s;
  font-weight: normal;
}
.recommend_search_label:hover {
  border: solid 1px #006463;
  color: #006463;
}

input[type=checkbox].recommend_search_input {
  display: none;
}

input[type="checkbox"]:checked + label.recommend_search_label {
  background: #68bd82;
  /* マウス選択時の背景色を指定する */
  color: #ffffff;
  /* マウス選択時のフォント色を指定する */
  border: solid 1px #68bd82;
}

.featured_a_heading {
  font-size: 1.375rem;
  font-weight: bold;
  border-bottom: solid 2px #bca06b;
  padding-bottom: 10px;
  line-height: 1.4;
}

.featured_a_img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.featured_a_img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.non_bb {
  position: relative;
}
.non_bb:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: solid 1px #d22318;
}

.mb-310 {
  margin-bottom: 310px;
}

.special_new {
  color: #e40000;
  font-weight: bold;
  margin: 0;
}

.special_a_img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.special_a_img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.special_a_heading2 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #f7f7f6;
  display: block;
  padding: 30px;
  letter-spacing: 2px;
  color: #646664;
  margin-bottom: 40px;
}
.special_a_heading2 span {
  font-size: 1.5rem;
}

.s_a_s1 {
  color: #67bf82;
}

.s_a_s2 {
  color: #646664;
}

.s_a_s3 {
  color: #75cdda;
}

.s_a_s4 {
  color: #b9a373;
}

.gallery_s_img {
  width: 100%;
  height: 400px;
}

.gallery_s-12 {
  width: 100%;
}

.gallery_s-8 {
  width: 70%;
}

.gallery_s-4 {
  width: 25%;
}

.bxslider, #bx-pager {
  opacity: 0;
}

.bx-viewport {
  border-bottom: solid 1px #bca06a;
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  margin-bottom: 10px;
}

.bx-pager_item {
  width: 96px;
  height: 66px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 6px;
}
.bx-pager_item a {
  display: block;
}
.bx-pager_item .active:after {
  content: "";
  border: solid #000000 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bx-wrapper .bx-controls-direction a {
  transition: none;
}

.bx-pager {
  margin-bottom: 40px;
}

.gallery_s_img_before {
  position: relative;
}
.gallery_s_img_before p {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin: 0;
}

.gallery_s_heading_wrap {
  border-bottom: solid 1px #bca06a;
  margin-bottom: 10px;
}

.gallery_s_seshu {
  font-size: 1.25rem;
  float: left;
}

.gallery_s_heading2 {
  border-bottom: solid 1px #bca06a;
  font-size: 1.5rem;
}

.gallery_s_list {
  width: 100%;
}
.gallery_s_list tr {
  border-bottom: dotted 1px #bca06a;
}
.gallery_s_list th {
  font-weight: normal;
  padding: 20px 0;
}
.gallery_s_list th:after {
  content: "：";
  margin-left: 30px;
}
.gallery_s_list td {
  font-weight: normal;
  padding: 20px 0;
}

.gallery_s_useitem {
  margin-bottom: 6px;
  line-height: 1.4;
}
.gallery_s_useitem a {
  color: #006463;
}
.gallery_s_useitem a:hover {
  text-decoration: underline;
}

.gallery_s_arch2 {
  background-image: url(../img/common/arrow03.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  color: #006463;
  padding: 15px 56px;
  font-family: "Noto Sans Japanese";
  border: solid #006463 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: auto;
  display: inline-block;
  margin-bottom: 120px;
  font-size: 1.125rem;
  width: 360px;
}
.gallery_s_arch2:hover {
  background-position: 44px center;
}

.gallery_s_customer {
  background: url(../img/common/arrow02.png), #7dafaf;
  background-position: 10% center;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 20px 15px;
  width: 60%;
  font-size: 1.25rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin: auto;
  font-family: normal;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 2px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.gallery_s_customer:hover {
  background: url(../img/common/arrow02.png), #006463;
  background-position: 12% center;
  background-repeat: no-repeat;
}

.gallery_s_newpost_heading {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center;
  color: #006463;
}

.gallery_s_newpost_wrap {
  background: #fffef4;
  padding: 60px 0;
  margin-bottom: 120px;
}

.gallery_s_newpost_inner {
  background: #ffffff;
  padding: 10px 10px 30px;
  border: solid 1px #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 40px;
  height: 280px;
}

.gallery_s_newpost_tag {
  background: #ffffff;
  border: #66b57e solid 1px;
  color: #000000;
  padding: 0px 30px;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}

.gallery_s_newpost_tag2 {
  background: #ffffff;
  border: #66b57e solid 1px;
  color: #000000;
  padding: 0px 10px;
  font-size: 0.75rem;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}

.gallery_a_term {
  text-align: center;
  width: 100%;
  background: #ffffff;
  color: #006463;
  border: solid 1px #006463;
  padding: 15px;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}
.gallery_a_term:hover {
  background: #006463;
  color: #ffffff;
}

.gallery_a_term_active {
  background: #006463;
  color: #ffffff;
}

.gallery_a_layout {
  width: 330px;
}
.gallery_a_layout p {
  margin: 0;
  margin-right: 20px;
}

.layout_item {
  width: 54px;
  height: 54px;
  margin-right: 10px;
}

.gallery_a_layout01 {
  background: url("../img/gallery/layout.png");
  background-position: 0 54px;
  transition: none;
}
.gallery_a_layout01:hover {
  background: url("../img/gallery/layout.png");
  background-position: 0 54px;
}

.gallery_a_layout01_on {
  background: url("../img/gallery/layout.png");
  background-position: 0 0;
}

.gallery_a_layout02 {
  background: url("../img/gallery/layout.png");
  background-position: -54px 54px;
  transition: none;
}
.gallery_a_layout02:hover {
  background: url("../img/gallery/layout.png");
  background-position: -54px 0;
}

.gallery_a_layout02_on {
  background: url("../img/gallery/layout.png");
  background-position: -54px 0;
}

.gallery_a_layout03 {
  background: url("../img/gallery/layout.png");
  background-position: -108px  54px;
  transition: none;
}
.gallery_a_layout03:hover {
  background: url("../img/gallery/layout.png");
  background-position: -108px 0;
}

.gallery_a_layout03_on {
  background: url("../img/gallery/layout.png");
  background-position: -108px 0;
}

.gallery_a_layout_all {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  border-bottom: solid 1px #000000;
  padding-bottom: 6px;
  margin-top: 36px;
}
.gallery_a_layout_all:hover {
  color: #006463;
}
.gallery_a_layout_all:before {
  content: "\f0ce";
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
}

.gallery_a_layout_wrap {
  float: left;
  margin-top: 6px;
}

.gallery_a_buildpart_wrap {
  float: right;
}

.gallery_a_buildpart {
  background: #ebe8de;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.gallery_a_buildpart p {
  margin-bottom: 0;
  margin-right: 20px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}

.buildpart_item {
  font-size: 0.75rem;
  text-align: center;
  padding: 0 10px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}
.buildpart_item:hover {
  color: #006463;
}
.buildpart_item:hover img {
  opacity: 1;
}

.gallery_a_price {
  padding: 10px 16px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}
.gallery_a_price:hover {
  background: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #000;
}

.gallery_a_price_active {
  background: #006463;
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.gallery_a_heading {
  font-size: 1.625rem;
}

.gallery_a_seshu {
  border-bottom: solid 2px #bca06a;
}

.gallery_a_heading4 {
  font-family: "Noto Sans Japanese";
  text-align: center;
  padding: 6px 40px;
  display: inline-block;
  font-size: 1rem;
  background: #f1ede0;
  font-weight: normal;
}

.gallery_a_bbd {
  border-bottom: dashed 1px #bca06a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery_a_bb {
  border-bottom: solid 1px #bca06a;
  margin-top: 40px;
  margin-bottom: 20px;
}

.gallery_a_todetail {
  background: #ba9f6c;
  color: #ffffff;
  font-family: "Noto Sans Japanese";
  text-align: center;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 4px;
  font-weight: normal;
  border: solid 1px #ba9f6c;
}
.gallery_a_todetail:hover {
  border: solid 1px #ba9f6c;
  background: #ffffff;
  color: #ba9f6c;
}

.gallery_a_heading_02 {
  font-size: 1.25rem;
}

.gallery_a_seshu_02 {
  font-size: 1rem;
}

.nico-col-20 {
  width: 18.5%;
  margin: 0 0.75%;
}

.gallery_a_heading_03 {
  font-size: 1rem;
  height: 40px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.alm_empty {
  border: solid 4px #eeeeee;
  text-align: center;
  padding: 60px;
  display: none;
}

.buildexp {
  color: #ffffff;
  font-size: 1rem;
  background: #000000;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
  width: 240px;
  padding: 10px;
}

.tag_customer {
  color: #ffffff;
  padding: 0px 30px;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
}

.exptype01 {
  background: #65b57f;
}

.exptype02 {
  background: #b59a68;
}

.customer_s_heading2_wrap {
  position: relative;
  margin-bottom: 20px;
}
.customer_s_heading2_wrap:after {
  content: "";
  border-bottom: solid #b59a68 1px;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 1px;
}

.custome_s_heading2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.5rem;
  display: inline-block;
  background: #f1f2f3;
  padding: 10px 10px 50px;
  position: relative;
  line-height: 1.4;
}

.custome_s_heading3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  border-bottom: solid #b59a68 1px;
  line-height: 1.4;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.customer_a_img {
  position: relative;
}

.customer_a_tag {
  width: 80px;
  height: 80px;
  color: #ffffff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  position: absolute;
  letter-spacing: 0px;
  line-height: 80px;
  text-align: center;
  top: 0;
  right: 0;
  font-family: "Noto Sans Japanese";
  font-size: 0.875rem;
}

.customer_a_heading {
  font-size: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #006463;
  line-height: 1.4;
}
.customer_a_heading a {
  color: #006463;
}
.customer_a_heading a:hover {
  color: #cccccc;
}

.customer_a_name {
  font-size: 1.25rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin: 20px 0;
}

.gallery_a_customer {
  padding: 10px 30px;
  display: block;
  border: solid #006463 1px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  float: left;
  background: url("../img/customer/c_arrow.png");
  background-repeat: no-repeat;
  background-position: 4px center;
  font-family: "Noto Sans Japanese";
  font-size: 0.875rem;
}
.gallery_a_customer:hover {
  background: url("../img/customer/c_arrow_w.png"), #006463;
  background-repeat: no-repeat;
  background-position: 4px center;
  color: #ffffff;
}

.gallery_a_detail {
  padding: 10px 30px;
  display: block;
  color: #ffffff;
  background: url("../img/customer/c_arrow_w.png"), #7eb1b2;
  background-repeat: no-repeat;
  background-position: 4px center;
  border: solid #7eb1b2 1px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  float: right;
  font-family: "Noto Sans Japanese";
  font-size: 0.875rem;
}
.gallery_a_detail:hover {
  background: url("../img/customer/c_arrow.png"), #ffffff;
  background-repeat: no-repeat;
  background-position: 4px center;
  color: #006463;
}

.customer_a_number {
  font-size: 1.25rem;
  font-weight: bold;
  color: #006463;
  display: inline-block;
  border-bottom: solid #b59a68 1px;
  margin-bottom: 0;
  line-height: 1.0;
  letter-spacing: 2px;
}
.customer_a_number span {
  font-size: 3.125em;
}

.customer_a_new {
  color: #e40000;
  padding: 0px 10px;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-family: "Noto Sans Japanese";
  font-weight: normal;
  margin-bottom: 0;
  font-weight: bold;
}

.news_s_heading {
  font-size: 1.5rem;
  line-height: 1.4;
}

.nwes_bb {
  border-bottom: 1px solid #bca06a;
  margin: 10px 0 16px;
}

.nwes_a_tag {
  width: 100%;
  font-family: "Noto Sans Japanese";
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 6px;
  line-height: 1.4;
  padding: 2px 0;
}
.nwes_a_tag.news01 {
  background: #898989;
}
.nwes_a_tag.news02 {
  background: #166465;
}
.nwes_a_tag.news03 {
  background: #658871;
}
.nwes_a_tag.news04 {
  background: #657988;
}
.nwes_a_tag.news05 {
  background: #77a2c3;
}
.nwes_a_tag.news06 {
  background: #244056;
}

.nwes_a_date {
  line-height: 1.4;
  margin-bottom: 6px;
  text-align: center;
}

.news_a_heading {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 6px;
}
.news_a_heading span {
  color: red;
}

.form_heading {
  width: 25%;
}
.form_heading p {
  margin-bottom: 0;
}

.form_req_wrap {
  width: 15%;
  padding: 0 30px;
}
.form_req_wrap p {
  margin-bottom: 0;
}

.form_req {
  background: #bca06a;
  color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 4px 8px;
  text-align: center;
  font-family: "Noto Sans Japanese";
}

.form_any {
  height: 36px;
}

.form_input {
  width: 60%;
}
.form_input input, .form_input textarea {
  border: #555657 solid 1px;
  padding: 10px;
}
.form_input input[type=radio] {
  margin-right: 10px;
}

.bb1 {
  border-bottom: dotted 1px #bca06a;
  margin: 26px 0;
  width: 100%;
}

.bb0 {
  margin: 10px 0;
  width: 100%;
}

.form_dummy {
  width: 40%;
}

.form_date_tex {
  width: 12%;
}

.form_input_date {
  width: 25%;
}
.form_input_date input {
  border: #555657 solid 1px;
  padding: 10px;
}

.form_input_time {
  width: 15%;
}
.form_input_time select {
  border: #555657 solid 1px;
  padding: 0;
}

.form_time_tex {
  width: 8%;
  text-align: center;
}

.form_event_date {
  background: #edeeef;
  margin-bottom: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 15px;
}

.form_other {
  width: 60%;
}

.form_zip_tex {
  width: 5%;
}

.form_zip_tex2 {
  width: 30%;
}
.form_zip_tex2 p {
  text-align: center;
  margin-bottom: 0;
}

.form_input_zipcode {
  width: 25%;
}
.form_input_zipcode input {
  border: #555657 solid 1px;
  padding: 10px;
}

input[type=submit] {
  font-family: "FontAwesome";
}

.form__btn {
  background: #006463;
  color: #ffffff;
  font-family: "Noto Sans Japanese";
  text-align: center;
  padding: 20px;
  width: 45%;
  margin: 40px auto;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 1.125rem;
  letter-spacing: 2px;
  border: solid 2px #006463;
  cursor: pointer;
  transition: all 0.4s;
}
.form__btn:hover {
  border: solid 2px #006463;
  background: #ffffff;
  color: #006463;
}

.form_tex {
  text-align: center;
  line-height: 2.0;
  margin-bottom: 20px;
}

.form_input_barth_y {
  width: 26%;
}
.form_input_barth_y select {
  width: 140px;
  height: 40px;
  border: #555657 solid 1px;
  margin: 0 10px;
}
.form_input_barth_y p {
  margin-bottom: 0;
}

.form_input_barth_m {
  width: 17%;
}
.form_input_barth_m select {
  width: 100px;
  height: 40px;
  border: #555657 solid 1px;
  margin-right: 10px;
}
.form_input_barth_m p {
  margin-bottom: 0;
}

.form_input_barth_d {
  width: 17%;
}
.form_input_barth_d select {
  width: 100px;
  height: 40px;
  border: #555657 solid 1px;
  margin-right: 10px;
}
.form_input_barth_d p {
  margin-bottom: 0;
}

.form_input_shokushu {
  width: 60%;
}
.form_input_shokushu input[type=checkbox] {
  margin-right: 20px;
}
.form_input_shokushu span.wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.form_input_shokushu input {
  border: #555657 solid 1px;
  padding: 10px;
}

#eventdate {
  display: none;
}

.reserve_form {
  background: url("../img/form/reserve-bg.png");
  background-size: cover;
  height: 330px;
  background-position: center;
  position: relative;
  z-index: -3;
  padding-top: 30px !important;
}

.event_form {
  background: url("../img/form/event-bg.png");
  background-size: cover;
  height: 330px;
  background-position: center;
  position: relative;
  z-index: -3;
  padding-top: 55px !important;
}

.contact_form {
  background: #f8f9fa;
  background-position: center;
  position: relative;
  z-index: -3;
  padding: 40px 0;
  width: 100%;
}

.entry_form {
  background: #f8f9fa;
  background-position: center;
  position: relative;
  z-index: -3;
  padding: 50px 0;
  width: 100%;
}

.form_para1 {
  font-size: 1.125rem;
  text-align: center;
}
.form_para1 span {
  font-weight: bold;
}

.form_para1-2 {
  font-size: 1.125rem;
  text-align: left;
}
.form_para1-2 span {
  font-weight: bold;
}

.form_para2 {
  font-size: 1.125rem;
  text-align: center;
  color: #006463;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.form_para2 span {
  background: linear-gradient(transparent 80%, #e4f0eb 0.6%);
}

.form_para3 {
  font-size: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  text-align: center;
  color: #000;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 4px;
}
.form_para3:before {
  content: "";
  background: #efeae1;
  height: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  z-index: -2;
}

.form_cta {
  background: rgba(0, 100, 99, 0.6);
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  max-width: 630px;
  margin: auto;
}

.form_cta2 {
  background: #006463;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  width: 630px;
  margin: auto;
}

.form_cta-2 {
  background: rgba(0, 100, 99, 0.6);
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  width: 630px;
}

.form_cta_tex {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.form_cta_number {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0;
}
.form_cta_number span {
  font-size: 1.5rem;
}

.form_cta_time {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 0;
}

.request_img {
  position: absolute;
  right: 18%;
  top: 20%;
}

.sitemap_heading {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px 15px;
  margin-bottom: 24px;
  border-bottom: solid 1px #e8dfcd;
}
.sitemap_heading a {
  color: #006463;
}
.sitemap_heading a:hover {
  color: #cccccc;
}

.sitemap_link {
  margin-bottom: 30px;
  padding: 0 15px;
}
.sitemap_link a {
  margin-bottom: 6px;
  display: block;
}

.sitemap_bb {
  margin: 10px 0;
  border-bottom: #e8dfcd dotted 1px;
}

.sitemap_blnak {
  color: #bca06a;
}

@-moz-document url-prefix() {
  .form_input_time select {
    padding: 0px;
  }
}
@media all and (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop, .non_bb:after {
    top: 40%;
  }

  *::-ms-backdrop, .form_input_date input {
    padding: 0;
  }

  *::-ms-backdrop, .form_input_time select {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
    padding: 0;
  }

  .max-910 {
    max-width: 910px !important;
  }
}
.header_centering_sm {
  display: inline-block;
}

#sp_footer_nav, #sp_header, #sp_global_nav {
  display: none;
}

@media (max-width: 1199px) {
  .request_img {
    position: absolute;
    right: 18%;
    top: 20%;
    z-index: -1;
    opacity: 0.2;
  }

  .global_nav {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #sp_header {
    position: relative;
    z-index: 1000;
    display: block;
  }

  .sp_header_logo {
    width: 220px;
    padding: 12px;
  }
  .sp_header_logo img {
    width: 100%;
  }

  .sp_header {
    width: 100%;
    background: #ffffff;
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    box-shadow: 0 1px 2px 1px #ccc;
  }

  .sp-btn {
    background: #006463;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 1.5rem;
    cursor: pointer;
  }

  .header, .main_visual, #fix_nav {
    display: none;
  }

  #main_visual_sp {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .main_visual_sp {
    height: 790px;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 90px;
  }
  .main_visual_sp_item {
    position: absolute;
    top: 0;
    width: 100%;
    height: 790px;
  }

  #main_visual_sp .owl-stage-outer {
    height: 789px;
  }

  #sp_header {
    position: relative;
    z-index: 1000;
  }

  .sp_header_logo {
    width: 220px;
    padding: 12px;
  }
  .sp_header_logo img {
    width: 100%;
  }

  .sp_header {
    width: 100%;
    background: #ffffff;
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    box-shadow: 0 1px 2px 1px #ccc;
  }

  .sp-btn {
    background: #006463;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 1.5rem;
  }

  .reform_case_link {
    padding: 30px 0;
  }

  .reform_case_link01 {
    width: 100%;
  }

  .reform_case_link_item {
    width: 32%;
  }

  .rItem01, .rItem02 {
    margin-bottom: 10px;
  }

  .rItem01, .rItem02, .rItem03 {
    background-position: 30% 12px;
  }
  .rItem01:hover, .rItem02:hover, .rItem03:hover {
    background-position: 30% 12px;
  }

  .reform_linkitem {
    padding: 30px 0 30px 45%;
  }

  .reform_case_link_item02 {
    text-align: center;
    background-position: 20% center;
  }
  .reform_case_link_item02 br {
    display: none;
  }
  .reform_case_link_item02:hover {
    background-position: 22% center;
  }

  .showroomSpecials {
    margin-bottom: 20px;
  }

  .sub_catch {
    width: 100%;
    margin-left: 0;
  }

  .header_centering, .header_centering_sm {
    width: 60%;
    margin: 0 20% 30px;
    display: inline-block;
    text-align: center;
  }

  .content_heading, .content_heading2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    width: 100%;
  }

  .content_heading_en, .content_heading_en2 {
    font-size: 1.75rem;
    margin-bottom: 15px;
    width: 100%;
  }

  .fliers_wrap {
    padding: 40px;
  }

  .news_topics_term {
    width: 25%;
    display: table;
  }

  .news_topics_date {
    width: 25%;
    display: table;
  }

  .news_topics_desc {
    width: 50%;
    display: table;
  }

  #sp_global_nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 40%;
    bottom: -100px;
    background: #000000;
    z-index: 2000;
    transition: all 0.6s;
  }

  .sp_global_nav_list {
    width: 100%;
  }
  .sp_global_nav_list a {
    display: block;
    padding: 4%;
    color: #ffffff;
    border-bottom: #222222 solid 1px;
  }
  .sp_global_nav_list a:after {
    content: "\f105";
    font-family: "FontAwesome";
    float: right;
  }
  .sp_global_nav_list a:hover {
    background: #222222;
  }

  .close_sp_global_nav {
    border: solid 2px #eeeeee;
    background: #222222;
    color: #ffffff;
    text-align: center;
    width: 92%;
    margin: 4% auto;
    padding: 2%;
    cursor: pointer;
  }

  #gnav_page {
    display: none;
  }

  .reform_s_heading_wrap {
    width: 100%;
  }

  .reform_s_term_wrap {
    width: 100%;
  }

  .form_heading {
    width: 20%;
  }

  .form_req_wrap {
    width: 20%;
    padding: 0 30px;
  }

  .form__btn {
    width: 100%;
  }

  .mieru02_inner_right {
    width: 100%;
    float: inherit;
  }

  .mieru02_inner_h_img {
    position: inherit;
    top: inherit;
    left: inherit;
  }

  .mieru02_inner_img {
    position: inherit;
    left: inherit;
    bottom: inherit;
  }

  .goen_one_para {
    width: 50%;
    padding: 0 0 20px;
  }

  .goen_one_para2 {
    width: 50%;
  }

  .goen_one_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
  }

  .sr_main-vis:before {
    content: "";
    display: none;
  }
  .sr_main-vis:after {
    content: "";
    display: none;
  }

  .sr_heading {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .under_b br {
    display: none;
  }

  .sr_para {
    font-size: 1.125rem;
  }

  .sr_btn {
    width: 100%;
  }

  .sr_para3 {
    display: none;
  }

  .sr_heading {
    font-size: 1.125rem;
  }

  .showroom_map {
    background: url("../img/showroom/map.png");
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 322px;
    background-position: center;
    margin: 0 auto 40px;
    position: relative;
  }
  .showroom_map a {
    display: none;
  }

  .sr_spw-90 {
    width: 90%;
    display: block;
    margin: auto;
  }

  .sr02_wrap {
    background: none;
  }

  .sr03_wrap img {
    width: 90%;
  }

  .sr_heading_L {
    margin: 0 auto 40px;
  }

  .sr_heading_R {
    margin: 0 auto 40px !important;
  }

  .ml-380 {
    margin-left: 200px;
  }

  .sr1, .sr2, .sr3, .sr4, .sr5, .sr6, .sr7 {
    background-size: 25%;
  }

  .sr_para4 {
    width: 70%;
  }
  .sr_para4 br {
    display: none;
  }

  .sr_heading_L {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 50px;
  }
  .sr_heading_L:after {
    content: "";
    background: url("../img/showroom/border.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background-size: contain;
  }

  .sr_heading_L_num {
    font-size: 1.75rem;
  }

  .sr_heading_L_tex {
    font-size: 1.75rem;
    font-weight: bold;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }

  .sr_heading_R {
    text-align: left;
    width: 100%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 50px;
  }
  .sr_heading_R:after {
    content: "";
    background: url("../img/showroom/border.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background-size: contain;
  }

  .toShowroom {
    font-size: 0.875rem;
  }

  .teian_nav a {
    margin: 0 20px;
  }

  .base_cta {
    font-size: 1.125rem;
    background-position: 10% center;
  }

  .faq_s_toform_href {
    font-size: 1.125rem;
  }
  .faq_s_toform_href:before {
    left: 6%;
    top: 32px;
  }

  .sr_cta {
    width: 100%;
    font-size: 1.125rem;
    background-position: 5% center;
  }

  .gallery_s_customer, .gallery_s_arch2 {
    width: 100%;
  }

  .gallery_a_customer {
    float: inherit;
    margin-bottom: 10px;
  }

  .gallery_a_detail {
    float: inherit;
  }
}
.com_nav_sp, .h_c2, .h_c {
  display: none;
}

@media (max-width: 768px) {
  .toShowroom {
    font-size: 1rem;
  }

  .com_nav_sp {
    display: block;
  }

  .connav_sp_item {
    display: none;
  }

  .com_nav_heading_sp {
    display: block;
    background: #006463;
    padding: 6px 20px;
    color: #ffffff !important;
    font-size: 1.125rem;
  }

  .connav_sp_item_sp {
    background: #FDFDFD;
    padding: 10px 20px;
    display: none;
  }
  .connav_sp_item_sp div {
    border-bottom: dotted 1px #cccccc;
  }
  .connav_sp_item_sp div a {
    display: block;
    padding: 10px 20px;
  }

  .c_active_sp {
    background: #eeeeee;
  }

  #side_fix_nav {
    display: none;
  }

  #sp_global_nav {
    width: 40%;
  }

  .reform_case_link_item {
    width: 48%;
    text-align: center;
  }

  .rItem01, .rItem02, .rItem03 {
    background-position: 20% 12px;
  }
  .rItem01:hover, .rItem02:hover, .rItem03:hover {
    background-position: 20% 12px;
  }

  .header_centering, .header_centering_sm {
    width: 100%;
    margin: 0 0 30px;
  }

  .toShowroom {
    margin-bottom: 20px;
  }

  .other_bnr {
    margin-bottom: 20px;
  }

  .news_topics_term {
    width: 50%;
    display: table;
    margin-bottom: 8px !important;
  }

  .news_topics_date {
    width: 100%;
    display: table;
    margin-bottom: 8px !important;
  }

  .news_topics_desc {
    width: 100%;
    display: table;
  }

  #sp_footer_nav {
    display: block;
    position: fixed;
    z-index: 200;
    left: 0;
    bottom: 0;
    padding: 0;
  }

  .sp_footer_nav_list a {
    background: #006463;
    color: #ffffff;
    display: block;
    width: 25%;
    text-align: center;
    border-left: solid 1px #0b2e13;
    padding: 6px 0;
  }

  .footer_copy {
    padding: 4px 0 50px;
  }

  #totop {
    bottom: 40px;
  }

  .gallery_a_customer {
    width: 100%;
    margin-bottom: 10px;
  }

  .gallery_a_detail {
    width: 100%;
    margin-bottom: 10px;
  }

  .form_heading {
    width: 40%;
  }

  .form_req_wrap {
    width: 60%;
    padding: 0 30px;
  }
  .form_req_wrap p {
    width: 40%;
  }

  .form_input {
    width: 100%;
    margin-top: 10px;
  }

  .form-sp60 {
    width: 60%;
  }

  .form_zip_tex2 {
    width: 50%;
  }

  .form_zip_tex {
    margin-right: 5px;
  }

  .form_dummy {
    width: 0%;
  }

  .form_input_date {
    width: 30%;
  }

  .form_date_tex {
    width: 22%;
    margin-left: 10%;
  }

  .form_input_shokushu {
    width: 100%;
    margin-top: 10px;
  }

  .form_date_tex, .form_input_date, .form_time_tex, .form_input_time, .form_zip_tex, .form_input_zipcode, .form_zip_tex2 {
    margin-top: 10px;
  }

  .form_input_barth_y {
    width: 34%;
    margin-top: 10px;
  }

  .form_input_barth_m {
    width: 21%;
    margin-top: 10px;
  }

  .form_input_barth_d {
    width: 21%;
    margin-top: 10px;
  }

  .cta_para03 {
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    margin: 10px 0;
    letter-spacing: 0.05em;
    position: inherit;
    top: inherit;
    right: inherit;
  }

  .mieru02_mask01, .mieru02_mask02, .mieru02_mask03 {
    display: none;
  }

  .mieru02_heading3 {
    margin: 20px 0 !important;
    text-align: center !important;
  }

  .mdw-100 {
    width: 100%;
  }

  .mieru-anshin {
    overflow: hidden;
  }

  .quest_wrap {
    height: auto;
  }

  .quest_01, .quest_02, .quest_03, .quest_04, .quest_05, .quest_06, .quest_07 {
    background-position: center top;
    background-size: 60px;
  }

  .quest_wrap p {
    font-size: 1.125rem !important;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 55px 0 10px;
  }

  .goen_sec_box {
    padding: 40px 10%;
    margin-bottom: 40px;
  }

  .sr_btn01, .sr_btn02, .sr_btn03 {
    height: 200px;
    width: 200px;
  }

  .sr-spw-35 {
    width: 38%;
  }

  .sr-spw-60 {
    width: 60%;
  }

  .sr-spw-48 {
    width: 48%;
  }

  .com_href {
    margin-left: 0 !important;
    width: 50%;
    margin-top: 6px;
    text-align: center;
    display: block;
  }

  .com_main_vis {
    overflow: hidden;
  }

  .com_nav {
    display: none;
  }

  .history_wrap div {
    position: relative;
    width: 40%;
    margin: auto;
    border-left: #c0a97b 4px dashed;
    padding-bottom: 40px;
  }
  .history_wrap div:last-child {
    border-left: none;
  }

  .history_wrap {
    width: 100%;
    height: auto;
    background: none;
  }

  .hs01, .hs02, .hs03, .hs04, .hs05, .hs06, .hs07, .hs08, .hs09, .hs10, .hs11, .hs12, .hs13 {
    display: none;
    top: inherit;
    left: inherit;
    margin-top: 30px;
  }

  .hs14 {
    display: none;
    position: inherit;
    top: inherit;
    left: inherit;
    font-size: 1.5rem;
    text-align: center;
  }

  .hs15 {
    display: none;
    position: inherit;
    top: inherit;
    left: inherit;
    margin: auto;
  }

  .hs_first, .hs_second, .hs_third, .hs_fourth {
    padding: 0 !important;
  }

  .h_c2 {
    display: block;
    position: absolute;
    left: -17px;
    top: -17px;
  }

  .h_c {
    display: block;
    position: absolute;
    left: -12px;
    top: -12px;
  }

  .topmessage-mainvis {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: url(../img/topmessage/main-vis2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
  }

  .reform_a_term01 {
    margin-right: 10px;
    margin-bottom: 6px;
  }

  .arrow_box2 {
    width: auto;
  }

  .reform_a_term01-2 {
    padding: 6px;
    text-align: center;
    width: 13.5%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #81cddf;
    margin-right: 5px;
  }

  .flow_r_gray_img {
    position: absolute;
    right: 0;
    top: 100px;
    width: 220px;
  }

  .flow_r_gray_imgl {
    position: absolute;
    right: 0;
    left: inherit;
    top: 100px;
    width: 220px;
  }

  .flow_r_wh_inner {
    margin-left: 0;
  }

  .flow_r_finish_fig img {
    width: 225px;
  }

  .event_a_type {
    font-size: 1rem;
  }

  .d_index_item p.index_word {
    background: url(../img/dictionary/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 58px;
  }

  .d_index_item {
    width: 60px;
    text-align: center;
    border-left: dotted 1px #bca06a;
    padding: 0 10px;
  }

  .breadcrumbs {
    margin-top: 80px;
  }

  .teian_nav a {
    display: block;
  }

  .joushitu_link, .to_featured_form3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .base_cta {
    font-size: 1.125rem;
    background-position: 10% center;
    width: 100%;
  }

  .event_a_now {
    width: 100%;
    margin-bottom: 10px;
  }

  .event_a_other {
    width: 100%;
    margin-left: 0;
  }

  .reform_linkitem {
    padding: 108px 10px 10px;
  }

  .p-sm-1 {
    padding: 0 4px !important;
  }

  .reform_desc_heading {
    text-align: center;
  }

  .reform_linkitem p {
    text-align: center;
  }

  .rItem01, .rItem02, .rItem03 {
    background-position: center 10px;
    background-size: 40%;
  }

  .billMask {
    background-position: center bottom;
    bottom: -10px;
  }

  .goen_thr_para, .goen_thr_para2 {
    text-align: left;
  }
  .goen_thr_para br, .goen_thr_para2 br {
    display: none;
  }

  .mieru02_inner_img img {
    width: 100%;
  }

  .gallery_a_layout_all {
    margin-bottom: 20px;
  }

  .gallery_a_buildpart_wrap {
    float: right;
    width: 100%;
  }

  .reform_a_link {
    width: 48%;
  }

  .reform_a_link {
    width: 48%;
    font-size: 0.875rem;
  }

  .reform_a_link2 {
    width: 48%;
    margin-left: 0 !important;
    font-size: 0.875rem;
  }

  .faq_para {
    padding: 4%;
    text-align: left;
  }

  .img-staff_s_name_img {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: inherit;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    right: 0;
    top: 0;
  }

  .staff_s_name {
    position: relative;
    width: 100%;
    height: auto;
  }

  .staff_s_name_g {
    position: inherit;
    top: 30px;
    left: 0;
    z-index: 100;
  }

  .staff_s_name_g01 {
    margin-bottom: 0;
  }
  .staff_s_name_g01 br {
    display: none !important;
  }

  .staff_s_name_heading {
    padding: 6px;
  }

  .staff_a_name {
    height: auto;
  }

  .img-staff_a_name_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: inherit;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    left: 0;
    top: 0;
  }

  .staff_a_name_g {
    position: inherit;
    top: 30px;
    right: 0;
    z-index: 100;
    text-align: left;
  }

  .staff_a_name_heading {
    padding-left: 0;
  }

  .staff_a_name_g01 {
    color: #c5c5c5;
    font-size: 1rem;
  }
  .staff_a_name_g01 br {
    display: none !important;
  }
}
.sm-hide {
  display: none;
}

.reformmenu_rank_sp {
  display: none;
}

@media (max-width: 575px) {
  .reformmenu_rank_wrap {
    top: 80px;
  }

  .reformmenu_rank_sp {
    display: block;
  }

  .reformmenu_rank {
    display: none;
  }

  .sm-hide {
    display: block;
  }

  .sp_header {
    height: 48px;
  }

  #sp_global_nav {
    width: 100%;
  }

  .sp_global_nav_list {
    margin-top: 4%;
  }
  .sp_global_nav_list a {
    display: block;
    width: 48%;
    margin: 1%;
    padding: 2% 1%;
    color: #ffffff;
    border: #222222 solid 1px;
    font-size: 0.875rem;
  }

  .sp-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
  }

  .sp_header_logo {
    width: 184px;
  }

  .sp_footer_nav_list a {
    font-size: 0.625rem;
  }

  #main_visual_sp .owl-stage-outer {
    height: 399px;
  }

  .main_visual_sp {
    height: 400px;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 90px;
  }
  .main_visual_sp_item {
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
  }

  .reform_case_link_item02 {
    width: 100%;
    padding: 20px 15px;
    background-position: 20px center;
  }
  .reform_case_link_item02:hover {
    background-position: 25px center;
  }

  .reform_case_link_item {
    width: 48%;
    text-align: center;
    font-size: 0.875rem;
    background-position: 5px center;
    background-size: 8%;
  }

  .toDetail_event {
    background-position: 10px center;
    width: 100%;
  }
  .toDetail_event:hover {
    background-position: 14px center;
  }

  .reform_case_link_item02 {
    font-size: 1rem;
  }

  .toDetail_exp {
    width: 100%;
  }

  .fliers_detail {
    width: 100%;
  }

  .to_from {
    margin-bottom: 10px;
  }

  .to_reserve {
    background-position: 10px center;
  }

  .reform_case_link03 {
    padding: 105px 0 10px;
    text-align: center;
  }

  .rItem04, .rItem05, .rItem06, .rItem07 {
    background-position: top center;
  }
  .rItem04:hover, .rItem05:hover, .rItem06:hover, .rItem07:hover {
    background-image: url("../img/index/reformMenu04_on.png");
    background-position: 40px center;
  }

  .showroomSpecials, .showroomRecommend {
    padding: 30px 22px;
  }

  .pc-hide {
    display: block !important;
  }

  .spw-100 {
    width: 100%;
    display: block;
    margin: auto;
  }

  .spw-90 {
    width: 90%;
    display: block;
    margin: auto;
  }

  .spw-60 {
    width: 60%;
    display: block;
    margin: auto;
  }

  .img-staff_s_name_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: inherit;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    right: 0;
    top: 0;
  }

  .staff_s_name_g {
    position: inherit;
    top: 30px;
    left: 0;
    z-index: 100;
  }

  .staff_s_name_g01 {
    margin-bottom: 0;
  }
  .staff_s_name_g01 br {
    display: none !important;
  }

  .staff_s_name_heading {
    padding: 6px;
  }

  .staff_a_name {
    height: auto;
  }

  .img-staff_a_name_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: inherit;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    left: 0;
    top: 0;
  }

  .staff_a_name_g {
    position: inherit;
    top: 30px;
    right: 0;
    z-index: 100;
    text-align: left;
  }

  .staff_a_name_heading {
    padding-left: 0;
  }

  .staff_a_name_g01 {
    color: #c5c5c5;
    font-size: 1rem;
  }
  .staff_a_name_g01 br {
    display: none !important;
  }

  .recommend_search_submit {
    width: 100%;
    margin-bottom: 6px;
  }

  .recommend_search_reset {
    width: 100%;
    display: block;
    text-align: center;
  }

  .bx-pager_item {
    width: 30%;
    height: 66px;
    margin: 1.5%;
    overflow: hidden;
    position: relative;
  }

  .gallery_s-12 {
    height: 300px;
  }

  .gallery_s-8 {
    height: 300px;
  }

  .gallery_s-4 {
    height: 300px;
  }

  .gallery_s_img {
    width: 100%;
    height: 240px;
  }

  .gallery_s_customer {
    background-size: 6%;
    width: 100%;
    font-size: 1rem;
  }

  .form_zip_tex2 {
    width: 62%;
  }

  .form_heading {
    width: 70%;
  }

  .form-sp60 {
    width: 30% !important;
  }

  #totop {
    font-size: 0.75rem;
    padding: 10px;
    height: 56px;
    width: 56px;
  }

  .form_time_tex {
    width: 14%;
  }

  .form_other {
    width: 100%;
  }

  .form_date_tex {
    margin-left: 0%;
    width: 28%;
  }

  .form_req_wrap {
    width: 20%;
    padding: 0;
  }
  .form_req_wrap p {
    width: 100%;
  }

  .form_input_time {
    width: 22%;
  }

  .form_zip_tex {
    width: 9%;
  }

  .form_input_barth_y {
    width: 100%;
  }
  .form_input_barth_y select {
    width: 180px;
  }

  .form_input_barth_m {
    width: 100%;
    padding-left: 45px;
  }
  .form_input_barth_m select {
    width: 180px;
  }

  .form_input_barth_d {
    width: 100%;
    padding-left: 45px;
  }
  .form_input_barth_d select {
    width: 180px;
  }

  .gallery_s_seshu {
    float: inherit;
  }

  .chiiki01_heading {
    font-size: 1.25rem;
  }

  .chiiki01_mask {
    padding: 2%;
  }

  .cta {
    padding: 20px 15px;
  }

  .cta_para03 {
    font-size: 1.375rem;
  }
  .cta_para03 a {
    color: #006463;
  }

  .mieru02_inner_right {
    width: 100%;
    float: none;
  }

  .mieru02_inner_img {
    position: inherit;
    left: inherit;
    bottom: inherit;
  }
  .mieru02_inner_img img {
    display: block;
    margin: auto;
    width: 100%;
  }

  .mieru02_inner_h_img {
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .mieru02_inner {
    padding: 10px;
  }

  .bg-wh {
    padding: 0 2% !important;
  }

  .goen_one_wrap {
    background: #f9f6f1;
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .goen_one_heading {
    font-size: 1.25rem;
  }

  .mieru02_heading {
    text-align: center;
    display: block;
  }

  .goen_one_para {
    width: 100%;
  }
  .goen_one_para br {
    display: none;
  }

  .goen_one_para2 {
    width: 100%;
  }
  .goen_one_para2 br {
    display: none;
  }

  .goen_one_img {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 70%;
    height: 448px;
    overflow: hidden;
    margin: auto;
  }

  .goen_sec_heading {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 2.0;
    margin-bottom: 60px;
  }
  .goen_sec_heading .mid_t {
    font-size: 1.25rem;
  }
  .goen_sec_heading .big_t {
    font-size: 1.5rem;
  }

  .goen_sec_box {
    padding: 40px 2%;
    margin-bottom: 40px;
  }

  .goen_sec_box_list li {
    font-size: 1rem;
  }

  .goen_sec_box_para br {
    display: none;
  }

  .goen_thr_heading {
    margin: 20px 0;
    font-size: 1.25rem;
  }
  .goen_thr_heading br {
    display: none;
  }

  .goen_thr_para, .goen_thr_para2 {
    text-align: left;
  }
  .goen_thr_para br, .goen_thr_para2 br {
    display: none;
  }

  .com_t th {
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 4% 4% 0;
  }
  .com_t td {
    display: block;
    width: 100%;
    padding: 4%;
  }

  .com_href {
    text-align: center !important;
    width: 100%;
    display: block;
    margin: 10px 0 !important;
  }

  .sr_btn01, .sr_btn02, .sr_btn03 {
    height: 100px;
    width: 100px;
  }

  .ml-380 {
    margin-left: 0;
  }

  .sr_para4 {
    width: 100%;
  }

  .showroom_map {
    height: 140px;
  }

  .sr1, .sr2, .sr3, .sr4, .sr5, .sr6, .sr7 {
    background-size: 70%;
    background-position: bottom center;
    padding-bottom: 300px;
  }

  .sr_cta {
    font-family: "Noto Sans Japanese";
    font-size: 1rem;
    width: 100%;
    margin: 0 auto;
    background-image: none;
  }

  .sr_heading_L_num {
    font-size: 1.25rem;
  }

  .sr_heading_L_tex {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }

  .sr_heading_L, .sr_heading_R {
    font-size: 1rem;
  }

  .sr_heading2 {
    font-size: 1rem;
  }

  .to_gvmap {
    font-size: 1rem;
    width: 96%;
    margin: 40px 2%;
  }

  .history_wrap div {
    width: 90%;
  }

  .hs15 {
    width: 100%;
  }

  .recruit__heading {
    line-height: 1.6;
  }

  .base_cta {
    width: 100%;
    font-size: 16px;
    background-position: 5% center;
  }

  .privacy_heading {
    line-height: 1.4;
  }

  .com_main_vis img {
    width: 100%;
  }

  .topmessage-mainvis {
    height: 220px;
  }

  .messe-box2_img {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 90%;
  }

  .messe-box2 img {
    width: 100%;
  }

  .messe-box {
    background: url(../img/topmessage/img01.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 90%;
    padding-top: 400px;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
  }

  .messe-box_para1 {
    position: inherit;
    right: inherit;
    font-size: inherit;
    line-height: 2.0;
  }

  .messe-box_para2 {
    position: inherit;
    top: inherit;
    right: inherit;
    font-size: 1.125rem;
    line-height: 2.0;
  }

  .messe_wrap {
    background: url(../img/topmessage/bg01.png);
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 50px 0 130px;
    background-size: cover;
  }

  .messe-box_para1 br, .messe-box_para3 br {
    display: none;
  }

  .messe_wrap_heading {
    font-size: 1.125rem;
  }

  .faq_s_toform_href {
    font-size: 1rem;
    width: 96%;
  }

  .faq_s_toform_href:before {
    left: 13px;
    top: 30px;
  }

  .fap_term_wrap a {
    padding: 2px 12px;
  }

  .reform_a_term02 {
    width: 48%;
    font-size: 15px;
  }

  .reform_a_heading1, .reform_a_heading2 {
    font-size: 20px;
  }

  .reform_a_link {
    width: 100%;
    margin-bottom: 6px;
  }

  .reform_a_link2 {
    width: 100%;
    margin-left: 0 !important;
  }

  .reform_a_term01 {
    width: 46%;
  }

  .arrow_box2 {
    left: 185px;
  }

  .reform_a_term01-2 {
    display: block;
    text-align: left;
    width: 100%;
  }

  .muryo:after {
    content: "";
    background: url(../img/flow-reno/muryo.png);
    background-size: 80px;
    background-repeat: no-repeat;
    width: 80px;
    height: 40px;
    position: absolute;
    right: inherit;
    top: -40px;
    left: 0;
  }

  .muryo2:after {
    content: "";
    background: url(../img/flow-reno/muryo.png);
    background-size: 80px;
    background-repeat: no-repeat;
    width: 80px;
    height: 40px;
    position: absolute;
    right: inherit;
    top: -40px;
    left: 0;
  }

  .flow-renovation_heading {
    font-size: 1.125rem;
  }

  .flow-renovation_heading_num {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 1.25rem;
  }

  .flow_r_finish_fig {
    height: 200px;
  }

  .flow_r_gray_img, .flow_r_gray_imgl {
    position: absolute;
    top: inherit;
    right: 10px;
    bottom: 0;
    width: 150px;
  }

  .flow_r_finish_fig img {
    width: 130px;
  }

  .mn_h350 {
    min-height: 350px;
    padding-bottom: 150px;
  }

  .flow_r_ahref {
    width: 100%;
    margin-bottom: 6px;
  }

  .flow_r_cta {
    width: 100%;
    background-image: none;
    font-size: 1rem;
  }

  .alm-load-more-btn {
    padding: 15px;
    width: 100%;
  }

  .form_cta {
    width: 100%;
  }
  .form_cta a {
    color: #ffffff;
  }

  .form_cta-2 {
    width: 100%;
  }
  .form_cta-2 a {
    color: #ffffff;
  }

  .form_cta2 {
    width: 100%;
  }
  .form_cta2 a {
    color: #ffffff;
  }

  .form_zip_tex2 p {
    font-size: 0.75rem;
  }

  .featured_t3 th {
    display: block;
    width: 100%;
  }
  .featured_t3 td {
    display: block;
    width: 100%;
  }

  .featured_t2 th {
    display: block;
    width: 100%;
    font-weight: bold;
    padding-bottom: 0;
  }
  .featured_t2 td {
    display: block;
    width: 100%;
  }

  .to_featured_form2 {
    font-size: 1rem;
  }

  .to_featured_form3 {
    background: none;
  }

  .special_a_heading2 {
    padding: 15px;
    line-height: 1.6;
  }

  .featured_a_heading {
    line-height: 1.4;
    font-size: 1.125rem;
  }

  .featured_s_heading {
    font-size: 1.125rem;
  }

  .to_featured_form2 {
    width: 100%;
  }

  .staff_a_name_heading {
    font-size: 1.25rem;
  }

  .event_a_now {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }

  .event_a_other {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }

  .event_a_wrap_inner_heading {
    height: auto;
  }

  .arrow_box, .arrow_box2 {
    left: 193px;
    width: 46%;
  }

  .event_s_toenty2 {
    width: 100%;
    font-size: 1.125rem;
    padding: 20px 10px;
  }

  .d_index_item p.index_word {
    background: url(../img/dictionary/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 58px;
    font-size: 0.875rem;
  }

  .d_index_item {
    width: 30px;
    text-align: center;
    border-left: dotted 1px #bca06a;
    padding: 0;
    font-size: 0.875rem;
  }

  .d_index_item a {
    font-size: 0.875rem;
    height: 20px;
    width: 20px;
    display: block;
    margin: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    line-height: 20px;
    font-family: "Noto Sans Japanese";
    font-weight: normal;
    margin-bottom: 10px;
  }

  .blank_item {
    font-size: 0.875rem;
    height: 20px;
    width: 20px;
    margin: 0 auto 10px;
    line-height: 20px;
    font-family: "Noto Sans Japanese";
    font-weight: normal;
  }

  .dictionary_heading {
    font-size: 1.25rem;
  }

  .ac-container {
    width: 100%;
    border-top: none;
    margin: 0 auto;
  }

  .mado03_heading {
    font-size: 20px;
    line-height: 1.4;
  }

  .mado03_list {
    padding: 0;
    width: 86%;
    margin: 0 auto 100px;
    list-style-position: outside;
    list-style: decimal;
    padding: 1%;
  }

  .mado03_list li {
    font-size: 1.125rem;
  }

  .mado_cta {
    border: #007bbc solid 1px;
    padding: 15px;
    margin-bottom: 80px;
  }

  .mado_cta_ahref {
    font-family: "Noto Sans Japanese";
    text-align: center;
    background: #007bbc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 20px 0;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    width: 100%;
    margin: 0 auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 15% center;
  }

  .g_no_list li {
    font-size: 1.125rem;
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
  .g_no_list li span {
    font-size: 0.875rem;
    margin-left: 0;
    display: block;
  }

  .g_no_list li:before {
    margin-right: 0px;
  }

  .mado01_para:after {
    background-size: contain;
    height: 100px;
    top: -70px;
  }

  .mado_img01, .mado_img02 {
    margin-bottom: 40px;
  }

  .mado02_inner_heading2:after {
    width: 80px;
    background-size: contain;
    top: -48px;
    left: inherit;
    right: 10px;
  }

  .mado02_para br {
    display: none;
  }

  .sp_mb {
    margin-bottom: 70px !important;
  }

  .mado03_para {
    margin-bottom: 60px;
  }

  .flow_r_tel {
    font-size: 1.875rem;
  }

  .form_input_zipcode {
    width: 88%;
  }

  .reform_linkitem {
    padding: 118px 10px 10px;
  }

  .p-sm-1 {
    padding: 0 4px !important;
  }

  .reform_desc_heading {
    font-size: 1rem;
    text-align: center;
  }

  .reform_linkitem p {
    font-size: 0.75rem;
    text-align: center;
  }

  .rItem01, .rItem02, .rItem03 {
    background-size: 80%;
  }

  .toShowroom {
    font-size: 0.875rem;
  }

  .cta {
    margin-bottom: 50px;
  }

  .mb-100 {
    margin-bottom: 50px !important;
  }

  .mt-80 {
    margin-top: 40px !important;
  }

  .mieru05_heading:before {
    content: "";
  }
  .mieru05_heading:after {
    content: "";
  }

  .goen_sec_wrap {
    background: none;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .gallery_a_layout_all {
    margin-bottom: 20px;
  }

  .sp-hide {
    display: none;
  }

  .gallery_a_layout {
    width: 100%;
  }

  .gallery_a_term {
    padding: 15px 6px;
  }

  .sr_btn {
    margin: 20px auto 20px;
  }

  .sr02_wrap {
    margin-bottom: 40px;
  }

  .faq_s_toform_href {
    font-size: 0.875rem;
  }
  .faq_s_toform_href:before {
    content: '';
    left: 5px;
    background-position: center;
    background-size: contain;
    width: 20px;
  }

  .com_t td br {
    display: none;
  }

  .messe-box_para2 br {
    display: none;
  }

  .hide-br br {
    display: none;
  }

  .staff_t th {
    width: 25%;
  }

  .reserve_form {
    height: auto;
  }

  span.wpcf7-not-valid-tip {
    font-size: 0.75rem;
  }
}
@media (max-width: 320px) {
  .content_heading, .content_heading2 {
    font-size: 1.25rem;
  }

  .toShowroom {
    background-image: none;
  }

  .showroomSpecials h2 {
    font-size: 1.125rem;
  }

  .showroomSpecials_slider_price {
    font-size: 1.125rem;
  }

  .toDetail {
    background-image: none;
  }

  .toDetail_event {
    background-image: none;
    font-size: 14px;
  }

  .fliers_wrap {
    padding: 20px;
  }

  .toDetail_exp {
    background-position: 36px center;
    background-repeat: no-repeat;
  }

  .nwes_a_tag {
    font-size: 0.75rem;
  }

  .reform_desc_heading {
    font-size: 0.825rem;
  }

  .reform_case_link_item02 {
    background-size: 9%;
  }

  .form_cta_number {
    font-size: 1.375rem;
  }

  .form_cta_time {
    font-size: 0.75rem;
  }

  .form_para3 {
    font-size: 19px;
  }

  .form_para1-2, .form_para1 {
    font-size: 0.875rem;
    text-align: left;
  }

  .form_date_tex, .form_time_tex {
    font-size: 0.75rem;
  }

  .form_other {
    font-size: 0.75rem;
  }

  .form_tex {
    font-size: 0.875rem;
  }

  .d_index {
    border: none;
  }

  .cta_para03 {
    font-size: 1.125rem;
  }

  .sp_global_nav_list a {
    font-size: 0.825rem;
  }

  .reform_case_link_item {
    font-size: 0.75rem;
  }
}

/*# sourceMappingURL=common.css.map */
