@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap');
/*font-family: 'Jost', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Lateef&display=swap');
/*font-family: 'Lateef', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

/* ===============================
	base
 =============================== */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'serif';
	font-size: 1.5rem;
  font-weight: 400;
	line-height: 1.8;
	color: #231815;
  font-feature-settings: "palt" 1;
	-webkit-text-size-adjust: 100%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
/* ===============================
	header
 =============================== */
header {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  align-items: baseline;
  padding: 0 2.5% 10px;
  z-index: 99;
}
header nav {
  margin-left: auto;
}
header nav li {
  font-size: 1.3rem;
  line-height: normal;
  letter-spacing: 0.3em;
  width: 115px;
  margin-left: -20px;
  text-align: center;
}
header nav li span {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: 0;
}
header nav li::before {
  content: '';
  width: 100%;
  height: 60px;
  display: block;
  background: url("../img/common/syasen_w.svg") no-repeat top right;
}
header nav li.contact {
  width: 200px;
  padding: 0 15px;
}
header nav li.contact a {
  background-color: rgba(0,0,0,0.20);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #fff;
}
header nav li.contact a:hover {
  background-color: rgba(88,19,38,0.6);
}
header nav li.contact::before {
  background-position: top right 20px;
}
header nav li.sns {
  width: auto;
  padding: 0 5px;
  margin-left: 0;
}
header nav li.sns::before {
  width: auto;
  background: none;
  height: 68px;
}
@media screen and (max-width: 767px) {
  header {
    align-items: stretch;
    padding: 20px 2.5% 10px;
  }
  header .logo {
    width: 60px;
  }
  header nav {
    position: relative;
  }
  header nav ul {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -50% auto 0;
  }
  header nav li {
    font-size: 1.5rem;
    width: 100%;
    margin-left: 0;
  }
  header nav li a {
    color: #FFF;
    padding: 20px 0;
    display: block;
    transition: 0.5s;
  }
  header nav li a:hover {
    background-color: #fff;
    color: #000;
    transition: 0.5s;
    text-decoration: none;
  }
  header nav li a:hover span {
    color: #8A1F3C;
  }
  header nav li::before {
    background: none;
    height: inherit;
  }
}
/* ===============================
	ドロワーメニュー
 =============================== */
/*#globalNav {
  justify-content: flex-end;
  position: absolute;
  top: 60px;
  right: 40px;
}
#globalNav a::after {
  content: '／';
  padding: 0 5px;
}
#globalNav li:last-child a::after {
  content: '';
  padding: 0;
}*/
@media screen and (max-width: 767px) {
  .menu-btn {
    /*position: fixed;
    top: 10px;
    right: 10px;*/
    width: 30px;
    height: 35px;
    display: block;
    background: url("../img/common/modal_menu_black.svg") no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 9999;
    margin-left: auto;
  }
  .menu-btn.active {
    position: fixed !important;
    width: 25px;
    height: 25px;
    top: 70px;
    right: 40px;
    background: url("../img/common/modal_close.svg") no-repeat;
  }

  /* smp globalNav */
  #globalNav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 999;
  }
  #globalNav nav {
    height: 100%;
    display: flex;
    align-items: center;
  }
/*  #globalNav ul {
    width: 50%;
    display: block;
    border-right: none;
    margin: 0 auto;
    text-align: center;
  }
  #globalNav ul li {
    margin: 5% 0;
  }
  #globalNav a::after {
    content: '';
    padding: 0;
  }
  #globalNav ul li a {
    height: auto;
    padding: 15px 0;
    background: none;
    color: #fff;
    font-size: 1.5rem;
    display: inline-block;
  }
  #globalNav ul li::before {
    color: #fff;
    margin-right: 5px;
  }
  #globalNav ul li a br {
    display: none;
  }*/
}
/* ===============================
	main
 =============================== */
main {
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  main {
    /*margin-bottom: 4em;*/
  }
}
/* ===============================
	main header
 =============================== */
#header {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-top: 130px;
}
#header h1 {
  font-size: 1.7rem;
  width: 100%;
  height: 189px;
  text-align: center;
  display: contents;
}
@media all and (-ms-high-contrast: none) {
  #header h1 img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 300px;
    padding-top: 67.72px;
    text-align: center;
  }
  #header h1 img {
    width: auto;
    height: 200px;
  }
}
/* ===============================
	block
 =============================== */
.container {
  width: 900px;
  max-width: 95%;
  margin: 0 auto;
	overflow: hidden;
}
.container865{
  width: 865px;
  max-width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.contact-block {
  text-align: center;
}
/* ===============================
	contact
 =============================== */
.contact-block h3,
.contact-block h4 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
.contact-block address {
  padding: 2em;
  border: 1px solid #231815;
}
.contact-block address .flex-wrap {
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}
.contact-block address .call,
.contact-block address .email {
  font-family: 'Lateef', cursive;
  font-size: 5rem;
  font-weight: 500;
  color: #8A1F3C;
}
.contact-block address .call {
  letter-spacing: 0.05em;
}
.contact-block address .call a {
  color: #8A1F3C;
}
.contact-block address .call::before {
  content: '';
  width: 25px;
  height: 25px;
  background: url("../img/common/icon_tel.svg") no-repeat center;
  display: inline-block;
  margin-right: 5px;
}

.contact-block address .email::before {
  content: '';
  width: 25px;
  height: 25px;
  background: url("../img/common/icon_mail.svg") no-repeat center bottom;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .contact-block {
    max-width: 100% !important;
    padding: 0 40px;
  }
  .contact-block address {
    padding: 2em 1em;
  }
  .contact-block h3,
  .contact-block h4 {
    font-size: 1.8rem;
  }
  .contact-block address .call {
    font-size: 4rem;
    line-height: 1;
  }
  
  .contact-block address .email {
    font-size: 3rem;
  }
  .contact-block .btn-typeA {
    width: 100%;
  }
}
/* ===============================
	footer
 =============================== */
footer {
  padding: 3em 0;
  align-items: flex-end;
}
footer dl,
footer nav {
  line-height: 1.5;
}
footer dl,
footer nav li {
  font-family: 'Noto Sans JP', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
footer dl dt {
  margin-bottom: 1em;
}
footer dl dd {
  font-size: 1.2rem;
  line-height: 1.5;
}
footer nav {
  width: 58%;
  margin-left: auto;
}
footer nav ul {
  text-align: right;
  justify-content: flex-end;
}
footer nav li {
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  background: url("../img/common/syasen_g.svg") no-repeat center right;
  padding: 2px 22px 2px 5px;
  margin-bottom: 12px;
}
footer nav li:last-child {
  background: none;
  padding-right: 0;
}
footer nav li.contact {
  background: none;
  background-color: #8A1F3C;
  padding: 0;
}
footer nav li.contact a {
  color: #fff;
  display: block;
  padding: 2px 25px 2px 25px;
}
footer nav ul:nth-of-type(2) li {
  background: none;
  padding: 0;
}
footer nav ul:nth-of-type(2) li::before {
  content: "｜";
}
footer .copyright {
  font-size: 1.0rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer {
    width: 83% !important;
    align-items: stretch;
    justify-content: center;
  }
  footer dl {
    margin-bottom: 20px;
  }
  footer dl dt {
    text-align: center;
  }
  footer nav {
    width: 100%;
    margin: 0;
  }
  footer nav ul {
    text-align: left;
    justify-content: flex-start;
  }
  footer nav ul:first-child li {
    width: 32%;
  }
  footer nav ul:first-child li:last-child {
    background: url("../img/common/syasen_g.svg") no-repeat center right;
  }
  footer nav li {
    font-size: 1.2rem;
  }
  footer nav ul:nth-of-type(2) li:last-child::after {
    content: "｜";
  }
  footer .copyright {
    text-align: left;
  }
}


/* ===============================
	btn
 =============================== */
/*.btn {
  width: 315px;
  text-align: center;
  display: inline-block;
  position: relative;
  color: #fff;
}
.btn a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}*/

.btn-typeA {
  background-color: #8A1F3C;
  display: inline-block;
}

 .btn {
   width: 315px;
   max-width: 100%;
	 flex: 1 1 auto;
	 padding: 10px;
	 text-align: center;
	 position: relative;
	 overflow: hidden;
	 transition: 0.3s;
   display: block;
   font-family: 'Jost', sans-serif;
  font-size: 1.7rem !important;
  font-weight: 400;
   line-height: normal;
   color: #fff;
   z-index: 10;
}

 .btn:after {
	 position: absolute;
	 transition: 0.3s;
	 content: '';
	 width: 0;
	 left: 50%;
	 bottom: 0;
	 height: 3px;
	 background: #00422B;
}

 .btn:after {
	 height: 120%;
	 left: -10%;
	 transform: skewX(-45deg);
	 z-index: -1;
}
 .btn:hover {
	 cursor: pointer;
   color: #fff;
}
 .btn:hover:after {
	 width: 100%;
	 left: 0;
}

 .btn:hover:after {
	 left: -10%;
	 width: 120%;
}


/* ===============================
	utility
 =============================== */
.pc {
  display: block;
}
.smp {
  display: none;
}
.bgColor1 {
  background-color: #8DC21F;
}
.bgColor2 {
  background-color: #EA605D;
}
.bgColor3 {
  background-color: #F8EEDB;
}
.bgColor4 {
  background-color: #1EAA39;
}
.syasen-before::before,
.syasen-after::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #881F3C;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 99;
}
.annotation {
  font-size: 1.2rem !important;
  color: #636363;
  letter-spacing: normal;
}
/*flex*/
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
}
/*end*/

.horizon {/* 水平並びリスト 親　*/
  letter-spacing: -1rem;
  list-style: none;
}
.horizon > li,
.horizon > dt,
.horizon > dd,
.horizon_child {/* 水平並びリスト 子 */
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.caption { /* テキストサイズ注釈 */
	font-size: 0.88em;
	line-height: 1.4em;
}

.fxs {
	font-size: 0.88em; /* テキストサイズ小 */
	line-height: 1.6em;
}

.fxl {
	font-size: 1.14em; /* テキストサイズ大 */
	line-height: 1.6em;
}

.mt05em { /* margin top 0.5行 */
	margin-top: 0.5em !important;
}
.mt1em { /* margin top 1行 */
	margin-top: 1em !important;
}
.mt2em { /* margin top 2行 */
	margin-top: 2em !important;
}
.mt3em { /* margin top 3行 */
	margin-top: 3em !important;
}
.mt5em { /* margin top 5行 */
	margin-top: 5em !important;
}
.mb05em { /* margin bottom 0.5行 */
	margin-bottom: 0.5em !important;
}
.mb1em { /* margin bottom 1行 */
	margin-bottom: 1em !important;
}
.mb2em { /* margin bottom 2行 */
	margin-bottom: 2em !important;
}
.mb3em { /* margin bottom 3行 */
	margin-bottom: 3em !important;
}
.mb5em { /* margin bottom 5行 */
	margin-bottom: 5em !important;
}

.pl100 {/*padding left 100px*/
  padding-left: 100px;
}
.rdus { /* 角丸 */
	border-radius: 4px;
}

.alignC {
  text-align: center;
}

.fs-12 {font-size: 1.2rem;}
.fs-16 {font-size: 1.6rem;}
.fs-18 {font-size: 1.8rem;}
.fs-20 {font-size: 2.0rem;}
.fs-22 {font-size: 2.2rem;}
.fs-24 {font-size: 2.4rem;}

.fc000 {
  color: #000 !important;
}
.fcFF0000 {
  color: #FF0000 !important;
}
.fcFF008E {
  color: #FF008E !important;
}
.list-style-disc {
  list-style: disc;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .smp {
    display: block;
  }
  .w1200 {
    width: 100% !important;
    overflow-x: hidden;
  }
  .pl100 {/*padding left 100px*/
    padding-left: 0;
  }
  .horizon > li,
  .horizon > dt,
  .horizon > dd,
  .horizon_child {
    width: 100% !important;
  }
}

/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;

  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;

  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;

  /* IEサポート */
  font-feature-settings: 'liga';
}
/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


/* ===============================
	page top
 =============================== */

.page-top {
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
.page-top p {
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 20px ;
	bottom: 50px ;
  z-index: 99;
}
.move-page-top {
	display: block ;
	background:rgba(0,0,0,0.7);
	width: 50px ;
	height: 50px ;
	cursor: pointer ;
	color: #fff ;
	line-height: 48px ;
	font-size: 24px;
	text-decoration: none ;
	text-align: center ;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
.move-page-top:hover {
	background:rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
	.page-top p {
		right: 0px ;
		bottom: 20px ;
	}
}

/* ===============================
	clearfix
 =============================== */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* メディアクエリサンプル */
/* ===============================
	device setting
 =============================== */
@media screen and (min-width: 1281px) {
  /*画面幅が1281px以上（PC専用スタイル）*/
}
@media screen and (max-width: 1280px) {
  /*画面幅が1280px以下（タブレット・スマホ共通スタイル）*/
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /*画面幅が768px～1280px（タブレット専用スタイル）*/
}
@media screen and (max-width: 767px) {
  /*画面幅が767px以下（スマートフォン専用スタイル）*/
}
@media screen and (max-width: 414px) {
  /*画面幅が414px以下（スマートフォン縦向き専用スタイル）*/
}

/* 印刷用スタイル */
/* ===============================
	print setting
 =============================== */
@media print {
	.printNl {
		page-break-before: always;
	}
}