@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.page {
  color: #fff;
}

.page a {
  color: #fff;
}

.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_sv_box {
  background-image: url(../images/home/sec03/sec03_bg01.jpg);
  background-size: cover;
  background-position: center;
}

main section .page_head {
  position: relative;
  height: 30dvw;
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  main section .page_head {
    max-height: inherit;
    height: 35dvw;
  }
}

main section .page_head .sv_img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_img {
    display: none;
  }
}

main section .page_head .sv_img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 96/43;
  border-radius: 20px 0px 0px 20px;
}

main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

main section .page_title .sv_ttl {
  position: relative;
  margin-top: 50px;
  width: 50%;
}

@media screen and (max-width: 1280px) {
  main section .page_title .sv_ttl {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  main section .page_title .sv_ttl {
    width: 80%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  main section .page_title .sv_ttl figure img {
    width: 40%;
  }
}

main section .page_title .sv_ttl .sv_ttl_img {
  margin-left: -80px;
}

@media screen and (max-width: 1280px) {
  main section .page_title .sv_ttl .sv_ttl_img {
    margin-left: 0;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #07234C;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 22px;
  }
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}

#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #FFFFFF;
  color: #07234C;
  border-radius: 2px;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 当社の特徴 */
/******************************/
/******************************/
/* 会社案内 */
/******************************/
/******************************/
/* リンク集 */
/******************************/
.contact a.tel_link {
  color: #fff;
}

.contact a.tel_link:before {
  color: #fff;
}

/******************************/
/* 予約 */
/******************************/
.reserve a.tel_link {
  color: #fff;
}

.reserve a.tel_link:before {
  color: #fff;
}

/******************************/
/* 店舗紹介・運営会社 */
/******************************/
.shop .layout_a .imgbox,
.shop .layout_b .imgbox {
  width: 42%;
}

@media screen and (max-width: 1024px) {
  .shop .layout_a .imgbox,
  .shop .layout_b .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .shop .layout_a .imgbox figure,
  .shop .layout_b .imgbox figure {
    text-align: center;
  }
  .shop .layout_a .imgbox figure img,
  .shop .layout_b .imgbox figure img {
    width: 70%;
  }
}

.shop .sec03 {
  position: relative;
  background-image: url(../images/shop/lead_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1920/437;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .shop .sec03 {
    aspect-ratio: 3/2;
  }
}

.shop .sec03 .sec03_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shop .sec04 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .shop .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* 404 */
/******************************/

/*# sourceMappingURL=css_map/style_page.css.map */
