@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用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;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.bg_color_area {
  background-color: #1F4002;
  color: #fff;
  padding: 40px 0;
}

.bg_color_area .breadcrumbs {
  color: #fff;
}

.bg_color_area .breadcrumbs a {
  color: #fff;
}

main section .page_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 35dvw;
  max-height: 420px;
  /*&:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #00000066;
    }*/
}

main section .page_head.non_b_img {
  height: 400px;
  display: block;
  padding-top: 0;
  max-height: inherit;
  background-color: #fff;
  color: #fff;
}

main section .page_head.non_b_img .page_title {
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #333;
  position: absolute;
  top: calc(35% + 50px);
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  z-index: 1;
}

main section .page_head.non_b_img .page_title .sv_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section .page_head.non_b_img .page_title .sv_ttl:before {
  background-image: url(../images/common/sv_logo01.svg);
  position: absolute;
  top: calc(50% - (300px / 2));
  left: calc(50% - (342px / 2));
  width: 342px;
  height: 300px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

main section .page_head.non_b_img .page_title .sv_ttl .eng_ttl {
  font-size: 60px;
  letter-spacing: 3px;
  font-family: "Cormorant", serif;
  text-transform: uppercase;
  color: #333;
}

@media screen and (max-width: 767px) {
  main section .page_head.non_b_img .page_title .sv_ttl .eng_ttl {
    font-size: 32px;
  }
}

main section .page_head.non_b_img .page_title .sv_ttl .jp_ttl {
  font-size: 42px;
}

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

main section .page_head .page_title {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 5%;
}

main section .page_head .page_title .sv_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section .page_head .page_title .sv_ttl .eng_ttl {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Cormorant", serif;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}

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

main section .page_head .page_title .sv_ttl .jp_ttl {
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  color: #ffffff;
  font-weight: bold;
}

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

@media screen and (max-width: 767px) {
  main section .page_head {
    height: 250px;
  }
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 2px #ccc;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #333333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news_text_block h2 {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
.single-gallery_post .category {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 0;
  margin-top: 10px;
}

.single-gallery_post .category a:first-child {
  margin-top: 0;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* コンタクトフォーム */
/******************************/
/******************************/
/* 404 */
/******************************/
.error404 main section .page_head .page_title .sv_ttl .eng_ttl {
  font-size: 42px;
}

/******************************/
/* CONTACT　ページ */
/******************************/
.contact .contact_sns_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .contact .contact_sns_flex li.tel_area {
    width: 100%;
    text-align: center;
  }
}

.contact .contact_sns_flex li a {
  font-size: 30px;
}

.contact .contact_sns_flex li a:hover {
  opacity: 0.6;
}

.contact .contact_sns_flex li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
  height: 40px;
}

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