@charset "UTF-8";
/*--- リンクロールオーバー ---*/
a.txt-link,
a.txt-link:hover,
a.img-link img,
a.img-link:hover img,
a.block-link > p,
a.block-link > div,
a.block-link > ul > li,
a.block-link > dl > dt,
a.block-link > dl > dd,
a.block-link > span,
a.block-link > hr,
a.block-link:hover > p,
a.block-link:hover > div,
a.block-link:hover > ul > li,
a.block-link:hover > dl > dt,
a.block-link:hover > dl > dd,
a.block-link:hover > span,
a.block-link:hover > hr {
  transition-property: opacity;
  transition-duration: 0.4s;
}

a.txt-link {
  opacity: 1;
  text-decoration: none;
}

a.txt-link:hover {
  opacity: 0.5;
}

a.img-link img {
  opacity: 1;
}

a.img-link:hover img {
  opacity: 0.5;
}

a.block-link > p,
a.block-link > div,
a.block-link > ul > li,
a.block-link > dl > dt,
a.block-link > dl > dd,
a.block-link > span,
a.block-link > hr {
  opacity: 1;
}

a.block-link:hover > p,
a.block-link:hover > div,
a.block-link:hover > ul > li,
a.block-link:hover > dl > dt,
a.block-link:hover > dl > dd,
a.block-link:hover > span,
a.block-link:hover > hr {
  opacity: 0.5;
}

.wrap01 {
  max-width: 1000px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .wrap01 {
    max-width: none;
    width: 90.9%;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    width: 80%;
  }
}

.wrap02 {
  max-width: 900px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .wrap02 {
    max-width: none;
    width: 81.8%;
  }
}
@media screen and (max-width: 768px) {
  .wrap02 {
    width: 80%;
  }
}

.modaal-wrapper.modaal-inline img {
  width: 100% !important;
  height: auto;
}

#container {
  width: 100% !important;
  position: relative;
  margin: 0 auto !important;
  padding: 0 !important;
  font-family: "Noto Serif JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", serif;
  background-color: #fff;
  overflow: hidden;
}
#container img {
  max-width: none;
  width: 100%;
  height: auto;
}
#container video {
  max-width: none;
  width: 100%;
  height: auto;
}
#container * {
  box-sizing: border-box;
}
#container .bg01 {
  background-color: #000;
  color: #fff;
}
#container .bg02 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f7f7f4+50,ffffff+100 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(247, 247, 244) 50%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #000;
}
@media screen and (max-width: 768px) {
  #container .visible_pc {
    display: none;
  }
}
#container .visible_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #container .visible_sp {
    display: block;
  }
}
#container .clearfix:after, #container .inner:after, #container #headerAreaN:after, #container #container:after, #container .areaInner:after, #container #localNavTop:after, #container #aside:after, #container #footerNavArea #slideWrap div:after, #container #footerNavArea #slideWrap dl:after, #container #main .colBlock02 div:after, #container #main .colBlock03 div:after, #container #main .colBlock04 div:after, #container #main .colBlock05 div:after, #container #main .colBlock06 div:after, #container #main .colBlock07 div:after, #container #main .colBlock08 div:after, #container ul:after, #container ol:after {
  display: none;
}

#contents {
  position: relative;
  width: 100%;
  padding-top: 130px;
}
@media screen and (max-width: 1100px) {
  #contents {
    padding-top: 11.8vw;
  }
}
@media screen and (max-width: 768px) {
  #contents {
    padding-top: 16vw;
  }
}

.head {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .head {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .head.fixed {
    position: fixed;
  }
}
.head .head_top_box {
  width: 100%;
  height: 90px;
  padding: 0 40px;
  border-bottom: 1px solid #9fa0a0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .head .head_top_box {
    height: 8.2vw;
    padding: 0 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .head .head_top_box {
    height: 16.7vw;
    padding: 0 5.3vw;
  }
}
.head .head_top_box .left_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.head .head_top_box .left_block h1 {
  width: 209px;
}
@media screen and (max-width: 1100px) {
  .head .head_top_box .left_block h1 {
    width: 19vw;
  }
}
@media screen and (max-width: 768px) {
  .head .head_top_box .left_block h1 {
    width: 47.8vw;
  }
}
.head .head_top_box .left_block p {
  font-size: 12px;
  color: #000;
  margin-left: 40px;
}
@media screen and (max-width: 1100px) {
  .head .head_top_box .left_block p {
    font-size: 1.1vw;
    margin-left: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .head .head_top_box .left_block p {
    display: none;
  }
}
.head .head_top_box .right_block {
  width: 235px;
}
@media screen and (max-width: 1100px) {
  .head .head_top_box .right_block {
    width: 21.4vw;
  }
}
@media screen and (max-width: 768px) {
  .head .head_top_box .right_block {
    display: none;
  }
}
.head .head_top_box .right_block .link_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .head .head_top_box .right_block .link_list {
    display: none;
  }
}
.head .head_top_box .right_block .link_list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  padding: 0.2em 0 0.3em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1100px) {
  .head .head_top_box .right_block .link_list li a {
    font-size: 1.1vw;
  }
}
.head .head_top_box .right_block .link_list li.outline {
  width: 34%;
}
.head .head_top_box .right_block .link_list li.outline a {
  color: #000;
}
.head .head_top_box .right_block .link_list li.inquiry {
  width: 63.8%;
}
.head .head_top_box .right_block .link_list li.inquiry a {
  color: #fff;
  background-color: #A38B62;
}
.head .head_bottom_box {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .head .head_bottom_box {
    height: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .head .head_bottom_box {
    display: none;
  }
}
.head .head_bottom_box .menu_lsit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.head .head_bottom_box .menu_lsit li {
  border-left: 1px solid #b5b5b6;
}
.head .head_bottom_box .menu_lsit li a {
  display: inline-block;
  font-size: 17px;
  line-height: 1.2em;
  font-family: "Arsenal", "Noto Serif JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", serif;
  text-decoration: none;
  color: #b5b5b6;
  padding: 0 2em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1100px) {
  .head .head_bottom_box .menu_lsit li a {
    font-size: 1.5vw;
  }
}

.pankuzu {
  position: absolute;
  left: 40px;
  top: 10px;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .pankuzu {
    margin-top: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .pankuzu {
    display: none;
  }
}
.pankuzu ul {
  display: flex;
  flex-wrap: wrap;
}
.pankuzu ul li a, .pankuzu ul li span {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .pankuzu ul li a, .pankuzu ul li span {
    font-size: 1.1vw;
  }
}
.pankuzu ul li span {
  margin-right: 0.7em;
  margin-left: 0.7em;
}

.anker {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 130px;
  margin-top: -130px;
}
@media screen and (max-width: 1100px) {
  .anker {
    padding-top: 11.8vw;
    margin-top: -11.8vw;
  }
}
@media screen and (max-width: 768px) {
  .anker {
    padding-top: 16vw;
    margin-top: -16vw;
  }
}

.anker02 {
  display: block;
  width: 100%;
  height: 0;
}

#sp_menu {
  display: none;
  background-color: #F0ECE4;
  position: fixed;
  left: 0;
  top: -200vh;
  width: 100%;
  height: 100vh;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  #sp_menu {
    top: 0px;
    height: calc(100vh - 0px);
  }
  #sp_menu .menu_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #sp_menu .page_link {
    width: 66.7vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13.3vw;
    border-top: 1px solid #8D8A86;
  }
  #sp_menu .page_link li {
    border-bottom: 1px solid #8D8A86;
  }
  #sp_menu .page_link li a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 4.7vw;
    font-family: "Arsenal", "Noto Serif JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", serif;
    padding: 1em 0 1.2em;
    text-align: center;
    color: #595757;
    text-decoration: none;
    letter-spacing: 0.2em;
  }
  #sp_menu .link_box {
    width: 66.7vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #sp_menu .link_box .inquiry {
    width: 100%;
  }
  #sp_menu .link_box .outline {
    width: 100%;
  }
  #sp_menu .link_box p + p {
    margin-top: 3.3vw;
  }
}

#menu_close {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #menu_close {
    display: block;
    width: 8.5vw;
    height: 8.5vw;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    right: 4vw;
    top: 4vw;
    z-index: 12;
  }
  #menu_close span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 5.6vw;
    border-bottom: solid 0.6vw #000;
    right: 1.45vw;
    transition: 0.25s ease-in-out;
  }
  #menu_close span:nth-child(1) {
    top: 1.6vw;
  }
  #menu_close span:nth-child(2) {
    top: 3.2vw;
  }
  #menu_close span:nth-child(3) {
    top: 4.8vw;
  }
  #menu_close .menu_txt {
    width: 8.5vw;
    display: block;
    position: absolute;
    bottom: -1.6vw;
    right: 0vw;
    font-size: 2.4vw;
    color: #666;
    text-align: center;
    border: none;
    letter-spacing: 0;
  }
  #menu_close.active {
    background-color: #A38B62;
  }
  #menu_close.active span {
    top: 4.3vw;
    border-color: #fff;
    /* 最初のspanをマイナス45度に */
    /* 2番目と3番目のspanを45度に */
  }
  #menu_close.active span:nth-child(1) {
    transform: rotate(-45deg);
  }
  #menu_close.active span:nth-child(2), #menu_close.active span:nth-child(3) {
    transform: rotate(45deg);
  }
  #menu_close.active .menu_txt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #menu_close.fixed {
    position: fixed;
    top: 4vw;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  display: none;
}
.overlay.open {
  display: block;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 1000px;
  width: 90%;
  max-height: 90vh;
  background: #fff;
  display: none;
  overflow-y: scroll;
}
.modal.open {
  display: block;
}
.modal .plan_img {
  position: relative;
  width: auto;
}
.modal .plan_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.plan_close {
  width: 3%;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 0);
  cursor: pointer;
}

.bottom_bg {
  padding-top: 150px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1100px) {
  .bottom_bg {
    padding-top: 13.6vw;
    padding-bottom: 18.2vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom_bg {
    padding-bottom: 8vw;
  }
}

#bottom .wrap02 {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  #bottom .wrap02 {
    padding-top: 9.1vw;
    padding-bottom: 9.1vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom .wrap02 {
    width: 100%;
    padding-top: 13.3vw;
    padding-bottom: 10.7vw;
  }
}
#bottom .btn_lsit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  #bottom .btn_lsit {
    width: 27.3vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom .btn_lsit {
    width: 80%;
  }
}
#bottom .btn_lsit li {
  width: 100%;
}
#bottom .txt01 {
  font-size: 12px;
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 1100px) {
  #bottom .txt01 {
    font-size: 1.1vw;
    margin-top: 4.1vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom .txt01 {
    font-size: 3.6vw;
    margin-top: 10vw;
  }
}
#bottom .txt02 {
  font-size: 12px;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 1100px) {
  #bottom .txt02 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom .txt02 {
    font-size: 3.7vw;
    margin-top: 0.2em;
  }
}
#bottom .tel_no {
  max-width: 256px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  #bottom .tel_no {
    max-width: none;
    width: 23.3vw;
    margin-top: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom .tel_no {
    width: 75.6vw;
    margin-top: 4vw;
  }
}
#bottom .txt03 {
  font-size: 10px;
  text-align: center;
  line-height: 1.8em;
  margin-top: 1em;
}
@media screen and (max-width: 1100px) {
  #bottom .txt03 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom .txt03 {
    font-size: 3.2vw;
    margin-top: 1.2em;
  }
}
#bottom .logo {
  max-width: 163px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  #bottom .logo {
    max-width: none;
    width: 14.8vw;
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom .logo {
    width: 49.5vw;
    margin-top: 6.7vw;
  }
}

#note .wrap02 {
  padding-top: 50px;
}
@media screen and (max-width: 1100px) {
  #note .wrap02 {
    padding-top: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  #note .wrap02 {
    padding-top: 6.7vw;
  }
}
#note .txt01 {
  font-size: 13px;
  line-height: 1.5em;
}
@media screen and (max-width: 1100px) {
  #note .txt01 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #note .txt01 {
    font-size: 2.4vw;
  }
}

.animate,
.animate2,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(20px);
}

.scroll_y,
.scroll_y2 {
  display: inline-block;
  will-change: transform; /* パフォーマンス最適化 */
}/*# sourceMappingURL=style_common.css.map */