@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*           common            */
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
  font-size: 62.5%;
  font-weight: normal;
  -webkit-print-color-adjust: exact;
  scroll-behavior: smooth;
  /*scroll-padding-top: 60px;*/
}

.min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "MS PMincho", serif;
}

.futura {
  font-family: "Renner*";
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
p,
dt,
dd,
li,
td,
th {
  line-height: 1.6em;
  font-weight: 400;
}

b {
  font-weight: 600;
  color: #5dc1cf;
}

a {
  text-decoration: none;
  color: #333333;
}

a:visited {
  color: #333333;
}

a:hover {
  opacity: 0.8;
  transition: 0.7s;
}

li {
  list-style-type: none;
}

img {
  flex-shrink: 0;
}

.inr10 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.inr20 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.inr30 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

.rtn {
  flex-direction: row-reverse;
}

.midashi-1 {
  font-size: 2.3rem;
  color: #d9318b;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 20px;
  overflow: hidden;
  padding: 30px 0;
}

.midashi-1 > span {
  position: relative;
  display: inline-block;
}

.midashi-1 > span::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #d9318b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -105%;
  margin: auto;
}

.midashi-1 > span::before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #d9318b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -105%;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7,
  h8,
  p,
  dt,
  dd,
  li,
  td,
  th {
    font-weight: 400;
    line-height: 1.8em;
    padding: 0;
    margin: 0;
  }
  .flex-ctr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp-only {
    display: none;
  }
  .midashi-1 {
    font-size: 3.8rem;
    color: #d9318b;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "MS PMincho", serif;
    text-align: center;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0;
    max-width: 1080px;
  }
  .midashi-1 > span {
    position: relative;
    display: inline-block;
    min-width: 600px;
  }
  .midashi-1 > span::after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #d9318b;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 30px);
    margin: auto;
  }
  .midashi-1 > span::before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #d9318b;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% + 30px);
    margin: auto;
  }
}
@media print, screen and (min-width: 980px) {
  body {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .inr10,
  .inr20,
  .inr30 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
/*              */
/*    追加   */
/*              */
img {
  width: 100%;
  height: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

input, select {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

.responsive-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .img-pc {
    display: none;
  }
}
.img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .img-sp {
    display: block;
  }
}

.link-opacity {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.link-opacity:hover {
  opacity: 0.7;
}

/*              */
/*    header    */
/*              */
header {
  max-width: 100vw;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #011388;
}
header .hamburger-menu {
  max-width: 390px;
  width: 100%;
  padding: 15px 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 999;
  top: 56px;
  right: -390px;
  background-color: #011388;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  header .hamburger-menu {
    max-width: 100vw;
    height: calc(100vh - 50px);
    padding-top: 10px;
    right: -100vw;
    top: 50px;
  }
}
header .hamburger-menu.show {
  right: 0;
}
header .hamburger-inner {
  max-width: 340px;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  header .hamburger-inner {
    max-width: 100%;
  }
}
header .hamburger-item + .hamburger-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #c5c6ce;
}
@media screen and (max-width: 767px) {
  header .hamburger-item + .hamburger-item {
    margin-top: 12px;
    padding-top: 13px;
  }
}
header .hamburger-item_link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .hamburger-item_title {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #4d4d4d;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  header .hamburger-item_title {
    font-size: 16px;
    line-height: 22px;
  }
}
header .hamburger-item_arrow {
  max-width: 24px;
  width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #998c2c;
  border-radius: 50%;
}
header .hamburger-item_triangle {
  width: 10px;
  height: 10px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #998c2c;
}
header .hamburger-media .media-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
header .hamburger-media .media-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 20px) / 3);
  flex: 0 0 calc((100% - 20px) / 3);
}
header .hamburger-media .media-item_pic {
  max-width: 17px;
}
header .hamburger-media .media-item_text {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  header .hamburger-media .media-item_text {
    font-size: 14px;
    line-height: 14px;
  }
}
header .hamburger-media .media-item_link {
  width: 100%;
  height: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #011388;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1607843137);
}
header .hamburger-media .media-item_link_tel .media-item_pic {
  max-width: 24px;
}
header .hamburger-media .media-item_link_web {
  background-color: #998c2c;
}
header .hamburger-media .media-item_link_web .media-item_pic {
  max-width: 17px;
}
header .hamburger-media .media-item_link_line {
  background-color: #00C300;
}

.header-wrapper {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header-wrapper {
    height: 50px;
    padding: 7px 14px;
  }
}
.header-logo {
  max-width: 245px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 210px;
  }
}
.header-title {
  display: flex;
  justify-content: center;
}
.header-textbox {
  margin-right: 24px;
  padding: 1px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .header-textbox {
    margin-right: 7px;
    padding: 2px 4px;
  }
}
.header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-text {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #011388;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .header-text {
    font-size: 12px;
    line-height: 17px;
  }
}
.header-text span {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 19px;
  color: #011388;
}
@media screen and (max-width: 767px) {
  .header-text span {
    font-size: 18px;
    line-height: 17px;
  }
}
.header-subtext {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #011388;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header-subtext {
    font-size: 9.5px;
    line-height: 12px;
  }
}
.header-hamburger .hamburger-wrapper {
  width: 32px;
  height: 32px;
}
.header-hamburger .hamburger-icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
.header-hamburger .hamburger-icon span {
  width: 12px;
  height: 1px;
  display: block;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  visibility: visible;
  opacity: 1;
}
.header-hamburger .hamburger-icon span + span {
  margin-top: 4px;
}
.header-hamburger .hamburger-icon.open span {
  height: 1.5px;
}
.header-hamburger .hamburger-icon.open span:first-child {
  width: 15px;
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.header-hamburger .hamburger-icon.open span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.header-hamburger .hamburger-icon.open span:last-child {
  width: 15px;
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}

/*              */
/*    footer    */
/* 
*/
.footer-wrapper {
  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;
}
.footer-title {
  max-width: 270px;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-title {
    max-width: 220px;
    margin-bottom: 13px;
  }
}
.footer-fixed {
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.footer-fixed-open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.footer-fixed-close {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.footer-fixed.flex-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 375px;
  margin: auto;
  padding: 0 20px;
}
.footer-fixed.flex-ctr > div {
  width: calc(50% - 4px);
}

.cp {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #4d4d4d;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cp {
    font-size: 10px;
    line-height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .cp {
    margin-bottom: 80px;
  }
}

/* 上に戻る　*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 64px;
  right: 24px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 82px;
    right: 14px;
  }
}
.pagetop a {
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  background: #707070;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: block;
    background: #707070;
    text-align: center;
    position: relative;
    border-radius: 50%;
  }
}
.pagetop a::after {
  content: "";
  width: 2px;
  height: 12px;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 12.5px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  border-radius: 10px;
}
.pagetop a::before {
  content: "";
  width: 2px;
  height: 12px;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 12.5px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

/*# sourceMappingURL=common.css.map */
