@charset "UTF-8";
/* CSS Document */
/* -----------------------------------

  (C) 2022 T-Uchida.

----------------------------------- */

/*****************************************************

	システム

*****************************************************/
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'メイリオ', sans-serif;
  /*font-family: 'Zen Maru Gothic', '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'メイリオ', sans-serif;*/
}

@media all and (min-width: 769px) { body { font-size: 1.6rem; font-weight: 400; line-height: 1.5; letter-spacing: 0em; } }/*pc表示時*/
@media all and (max-width: 768px) { body { font-size: 1.4rem; font-weight: 500; line-height: 1.5; letter-spacing: 0em; } }/*sp表示時*/

.hide { display: none !important; }
@media all and (min-width: 769px) { .sp { display: none !important; } }/*sp時に表示時*/
@media all and (max-width: 768px) { .pc { display: none !important; } }/*pc時に表示時*/


.yakuhan_main {
font-family: YakuHanRP, 'Zen Maru Gothic', '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'メイリオ', sans-serif;
}

.mintyo_txt {
  font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Noto Serif JP', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
  font-weight: 500;
}

.gothic_txt {
  font-family: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'メイリオ', sans-serif;
  font-weight: 300;
}


@font-face {
  /*フォントの名前*/
  font-family: 'SF-Pro';
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url('../font/SF-Pro.ttf') format("truetype");
}
.sf_pro_txt {
  font-family: 'SF-Pro', sans-serif;
  font-weight: 400;
}

.tsuku_maru_txt {
  font-family: fot-tsukuardgothic-std, 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.josefin_sans_txt {
  font-family: 'Josefin Sans', 'メイリオ', sans-serif;
  font-weight: 400;
}


/*文章の両橋揃え*/
.txt_justify_on {
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}
/*文字カーニング*/
.txt_kerning {
  font-feature-settings: "palt";
}

body {
  /*background: #fff;*/
  color: #430000;
}

a {
  color: inherit;
  text-decoration: none;
  /*transition: 0.3s;*/
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}
a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}

/*スマホ以外では電話番号リンク無効
--------------------------------------------------------- */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*flexboxの中を縦横中央揃え*/
.flex_in_vertical_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　サイト　基本設定
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

/* PC 表示
--------------------------------------------------------- */

.base {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.base img {
  width: 100%;
  height: auto;
}

.main_contents {
  width: 100%;
}

/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 768px) {

   .main_contents {
    margin-bottom: 8%;
  }

}/*スマホ 表示 end*/

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　共通　パーツ
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

	ページトップボタン（to_top.js）

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* PC 表示
--------------------------------------------------------- */
.page-top {
  display: none;
  margin: 0;
  padding: 0;
}
.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
}
.move-page-top {
  display: block;
  background: rgba(255,255,255,0.9);
  border: 1px solid #440000;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #440000;
  font-size: 14px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  cursor: hand;
}
.move-page-top:hover {
  opacity: 0.7;
  color: #440000;
  text-decoration: none;
}
/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 768px) {
  .page-top p {
    right: 4%;
    bottom: 10px;
  }
}/*スマホ 表示 end*/

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　ヘッダー
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* PC 表示
--------------------------------------------------------- */
.fv_img {
  max-width: 1600px;
  width: calc(100% - 6%);
  margin: 3% auto 3%;
}

/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 768px) {

}/*スマホ 表示 end*/


/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　コンテンツエリア
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* PC 表示
--------------------------------------------------------- */
.sec_cmn {
  width: 100%;
  margin: 0 auto 3%;
}
.sec_unit_wrap {
  max-width: 1600px;
  width: calc(100% - 6%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 768px) {
  .sec_cmn {
    margin: 0 auto 0;
  }
  .sec_unit_wrap {
    max-width: 1600px;
    width: calc(100% - 6%);
    display: block;
  }

}/*スマホ 表示 end*/



/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　フッター
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* PC 表示
--------------------------------------------------------- */
footer {
  width: 100%;
  border-top: 1px solid #430000;
  padding: 2% 0 2%;
}
.footer_wrap {
  max-width: 1600px;
  width: calc(100% - 6%);
  margin: 0 auto 2%;
}

.footer_unit.row01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2%;
}
.footer_unit.row01 .footer_logo_img {
  max-width: 300px;
  width: 100%;
}

.footer_unit.row02 {
  width: 100%;
}
.footer_unit.row02 .footer_menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.footer_unit.row02 .footer_menu li {
  display: flex;
  align-items: center;
}
.footer_unit.row02 .footer_menu li::after {
  content: attr(data-text);
	font-size: 1em;
  padding: 0 0.2em;
}
.footer_unit.row02 .footer_menu li:last-child::after {
  display: none;
}

.copylight_txt {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
}

/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 768px) {
  footer {
    width: 100%;
    border-top: 1px solid #430000;
    padding: 8% 0 10%;
  }
  .footer_wrap {
    max-width: 1600px;
    width: calc(100% - 6%);
    margin: 0 auto 3%;
  }

  .footer_unit.row01 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4%;
  }
  .footer_unit.row01 .footer_logo_img {
    max-width: 200px;
    width: 100%;
    flex: 1;
  }

  .footer_unit.row02 {
    width: 100%;
  }
  .footer_unit.row02 .footer_menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  .footer_unit.row02 .footer_menu li {
    display: flex;
    align-items: center;
  }
  .footer_unit.row02 .footer_menu li::after {
    content: attr(data-text);
    font-size: 0.9em;
    padding: 0 0.2em;
  }
  .footer_unit.row02 .footer_menu li:last-child::after {
    display: none;
  }

  .copylight_txt {
    font-size: 1.1rem;
  }
}/*スマホ 表示 end*/



