@charset "UTF-8";
/*                トップページ用
======================================================= */
/*TOP共通*/
#home #wrapper #main_area .content_wrapper .main_width {
  padding: 0;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .content_title {
  text-align: center;
  color: #111;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .content_title {
    margin-bottom: 40px;
  }
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .content_title h2 span {
  font-size: 32px;
  font-weight: bold;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column {
  display: table;
  width: 100%;
  border-top: 1px dotted #d2d2d2;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl {
  display: table-row;
  border: 0 none;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dt {
  display: table-cell;
  border-bottom: 1px dotted #d2d2d2;
  padding: 18px 30px;
  font-weight: normal;
  vertical-align: middle;
  background: #e5e5e5;
  width: 23%;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd {
  display: table-cell;
  line-height: 1.5;
  border-bottom: 1px dotted #d2d2d2;
  padding: 18px 20px 18px 40px;
  vertical-align: middle;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd .text_block {
  padding-top: 1em;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd dl {
  display: table-row;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd dl dt {
  display: table-cell;
}
#home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd dl dd {
  display: table-cell;
  padding-left: 24px;
}
@media only screen and (max-width: 768px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dt {
    width: 26%;
  }
}
@media only screen and (max-width: 1200px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dt {
    padding: 18px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dt {
    padding: 18px 18px;
  }
}
@media only screen and (max-width: 1024px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dt {
    width: 35%;
  }
}
@media only screen and (max-width: 768px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dt {
    display: block;
    width: 100%;
    border: 0 none;
    font-weight: bold;
  }
}
@media only screen and (max-width: 1200px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd {
    padding: 18px 20px 18px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #home #wrapper #main_area .content_wrapper .main_width .main_cont .content_inner .table_2column > dl > dd {
    display: block;
    width: 100%;
    border: 0 none;
    background-color: #f5f5f5;
  }
}
@media only screen and (max-width: 480px) {
  #home .news_list {
    margin-top: 15px;
  }
}
#home #loading {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fade_out_bg 1s ease 2s forwards;
          animation: fade_out_bg 1s ease 2s forwards;
}
#home #loading.hide {
  display: none;
}
#home #loading .loading_animation {
  width: 214px;
  height: auto;
  -webkit-animation: fade_in 0.8s ease both, fade_out 1s ease 2s forwards;
          animation: fade_in 0.8s ease both, fade_out 1s ease 2s forwards;
}
@media only screen and (max-width: 768px) {
  #home #loading .loading_animation {
    width: 134px;
  }
}
#home .room_cont {
  background-color: #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
  position: relative;
}
#home .room_cont::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0.3);
          transform: scaleX(0.3);
  opacity: 0;
}
#home .room_cont .txt_cont {
  width: calc(100% - 808px);
  padding: 50px 30px;
}
@media only screen and (max-width: 1300px) {
  #home .room_cont .txt_cont {
    width: 260px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #home .room_cont .txt_cont {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
#home .room_cont .txt_cont .ttl h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1300px) {
  #home .room_cont .txt_cont .ttl h3 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  #home .room_cont .txt_cont .ttl h3 br {
    display: none;
  }
}
#home .room_cont .txt_cont .txt p {
  font-size: 14px;
}
#home .room_cont .txt_cont .txt p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #home .room_cont .txt_cont .txt p + p {
    margin-top: 10px;
  }
}
#home .room_cont .txt_cont .txt p + p.mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #home .room_cont .txt_cont .txt p + p.mt30 {
    margin-top: 15px;
  }
}
#home .room_cont .img {
  width: 808px;
}
@media only screen and (max-width: 1300px) {
  #home .room_cont .img {
    width: calc(100% - 260px);
  }
}
@media only screen and (max-width: 768px) {
  #home .room_cont .img {
    width: 100%;
  }
}
#home .room_cont .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .room_cont .link_arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 808px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1300px) {
  #home .room_cont .link_arrow {
    width: calc(100% - 260px);
  }
}
@media only screen and (max-width: 768px) {
  #home .room_cont .link_arrow {
    width: 100%;
  }
}
#home .room_cont + .room_cont {
  margin-top: 40px;
}
#home .room_cont:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#home .room_cont:hover .link_arrow {
  opacity: 1;
}
#home #wedding .view_more_btn {
  position: absolute;
  bottom: 0px;
  left: -220px;
}
@media only screen and (max-width: 1300px) {
  #home #wedding .view_more_btn {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media only screen and (max-width: 1300px) {
  #home #wedding .view_more_btn a {
    margin-left: auto;
    margin-right: auto;
  }
}
#home #access {
  margin-top: 100px;
}
#home .follow_me {
  margin-top: 90px;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  #home .follow_me {
    margin-top: 50px;
  }
}
#home .follow_me .ttl h3 {
  font-size: 21px;
  font-weight: bold;
  font-family: "Lato", "arial", sans-serif;
}
#home .follow_me .icon_cont {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home .follow_me .icon_cont .icon + .icon {
  margin-left: 30px;
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}