@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin-top: 0 !important;
}

main {
  padding-top: 0 !important;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure,
form, input, textarea, select, button, div {
  font-style: normal;
  font-weight: normal;
  font-family: "Zen Old Mincho", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, serif;
  text-align: left;
  word-break: break-word;
  line-break: strict;
  line-height: 1;
  color: #492606;
  font-size: 1.5rem;
  font-weight: 500;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

input:not([type=file]), textarea, select, button {
  vertical-align: middle;
  background-color: #fff;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input:not([type=file]), select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

button, input[type=submit], input[type=button], select, label {
  cursor: pointer;
}

input[type=radio]:checked {
  appearance: none;
}

blockquote {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
button,
input[type=submit],
input[type=button] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 769px) {
  a:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
body {
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

.wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 92%;
    max-width: initial;
  }
}

.content {
  overflow: hidden;
  background: #FBF9F0;
}

.en {
  font-family: "Great Vibes", "Zen Old Mincho", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.header_wrap .logo {
  position: absolute;
  z-index: 9999;
  top: 2px;
  left: 27px;
  width: 377px;
}
@media screen and (max-width: 768px) {
  .header_wrap .logo {
    left: 6px;
    width: 217px;
    max-width: 50%;
  }
}
.header_wrap .header_btn {
  position: fixed;
  z-index: 9999;
  top: 28px;
  right: 32px;
  border-radius: 50px;
  background: #8D0700;
}
@media screen and (max-width: 768px) {
  .header_wrap .header_btn {
    top: 14px;
    right: 2%;
    max-width: 45%;
  }
}
.header_wrap .header_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 52px;
  border-radius: 50px;
  background: #C5251C;
  border: 1px solid #C5251C;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  transform: translate(0, -4px);
  -webkit-transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .header_wrap .header_btn a {
    width: 180px;
    max-width: 100%;
    height: 32px;
    font-size: 1.5rem;
    transform: translate(0, -3px);
  }
}
@media screen and (min-width: 769px) {
  .header_wrap .header_btn a:hover {
    opacity: 1;
    transform: translate(0, 0);
    background: #fff;
    color: #C5251C;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap {
  padding: 120px 0;
  background: #FBF9F0;
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    padding: 64px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer_wrap .footer_box .logo {
  width: 241px;
}
.footer_wrap .footer_box .logo_txt {
  padding-left: 70px;
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", "Zen Old Mincho", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #222;
  letter-spacing: 2%;
  font-weight: 500;
  line-height: 1.5;
}
.footer_wrap .footer_box .txt {
  margin-top: 8px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .footer_box .txt {
    margin-top: 24px;
  }
}
.footer_wrap .copy {
  margin-top: 8px;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .footer_wrap .copy {
    margin-top: 24px;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt {
  line-height: 1.8;
}

.bold {
  font-weight: bold;
}

.txt_up {
  text-transform: uppercase;
}

.txt_noup {
  text-transform: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .pc_ib {
    display: inline-block;
  }
  .pc_tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .img img {
    width: 100%;
  }
  .sp_ib {
    display: inline-block;
  }
}
/* ------------------------------
	.ttl
------------------------------ */
.sec_ttl {
  padding-top: 50px;
  margin-bottom: 56px;
  background: url(../img/index/sec_ttl_ico01.png) no-repeat center top;
  background-size: 90px;
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    padding-top: 50px;
    margin-bottom: 32px;
    background-size: 90px;
    font-size: 2.4rem;
  }
}
.sec_ttl .min {
  display: block;
  margin-bottom: 4px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec_ttl .min {
    font-size: 1.6rem;
  }
}

/* ------------------------------
	.btn
------------------------------ */
.btn_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.btn_box.center {
  align-items: center;
}

.btn {
  margin-top: 4px;
  border-radius: 50px;
  background: #D06111;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 48px;
  border-radius: 50px;
  background: #F27C27;
  border: 1px solid #F27C27;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  transform: translate(0, -4px);
  -webkit-transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .btn a:hover {
    opacity: 1;
    transform: translate(0, 0);
    background: #fff;
    color: #F27C27;
  }
}

/* ------------------------------
	.box
------------------------------ */
.flex {
  display: flex;
  justify-content: space-between;
}