@charset "UTF-8";
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/* @include mq("sp") */
/* 750px以下に適用（スマホ用） */
/* 949px以上に適用 */
/* 950px以上に適用（PC用） */
/* 「@include pop;」等で引き出し。*/
/* ルートの文字サイズを10pxに設定 */
html {
  font-size: 62.5%;
}

/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
  font-size: 1.6em;
  margin: 0%;
  font-family: "hiragino mincho pron", "Shippori Mincho B1", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 1580px;
  margin: 0 auto;
}

/****************************
↑の設定を行うことでremの判断を容易に視認。
例:
h1
font-size: 5rem; (50px)
p
font-size: 1.5rem;  (15px)

以上。
*******************************/
.inner {
  margin: 0 auto;
  max-width: 750px;
}
@media screen and (max-width: 750px) {
  .inner {
    padding-right: 0%;
    padding-left: 0%;
  }
}

.center {
  text-align: center;
}

.fs16 {
  font-size: 1.6rem;
}

.fs24 {
  font-size: 2.4rem;
}

.bold {
  font-weight: bold;
}

.color1 {
  color: #6d572f;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/****************************************/
/*Header*/
/****************************************/
header.PC__header {
  max-width: 1200px;
  width: 100%;
  position: fixed;
  background: white;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  z-index: 5;
}
header.PC__header .menu__list {
  display: flex;
}
header.PC__header .sub__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-color: #f1f1f1;
  text-align: center;
}
header.PC__header .sub__menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header.PC__header .sub__menu ul li {
  margin-bottom: 5px;
}
header.PC__header .sub__menu ul li:hover {
  background-color: #ccc;
}

/****************************************/
/*FV*/
/****************************************/
section.FV {
  margin-top: 70px;
  margin-bottom: 4%;
}
section.FV .slider {
  margin: 30px auto 0;
  max-width: 1200px;
  width: 96%;
}
section.FV .slick-img img {
  height: auto;
  width: 100%;
}
section.FV .slide-arrow {
  color: gray;
}

/****************************************/
/*Contents*/
/****************************************/
.contents__wrap {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.contents__wrap .price {
  background: #00286a;
  color: white;
  margin: 0 calc(40% - 40vw);
  padding: 4px calc(40vw - 40% + 8px);
  width: 65vw;
}

.inner__1 {
  max-width: 900px;
  width: 75%;
  margin: 0 auto;
}
.inner__1 .inner__core {
  padding: 0 2%;
}
.inner__1 .inner__core h2.TOP__contents__title {
  padding-left: 2%;
  position: relative;
}
.inner__1 .inner__core h2.TOP__contents__title::before {
  position: absolute;
  background-color: white;
  border-radius: 1em;
  content: "";
  left: 0%;
  top: 5%;
  bottom: 10%;
  width: 0.2em;
  height: 90%;
}

/*column__inner*/
/*column__inner*/
/*column__inner*/
.inner__2 {
  max-width: 300px;
  width: 25%;
  background: white;
  padding-left: 4%;
}
.inner__2 img.column__img__TOP {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.inner__2 .column__Line {
  height: 7px;
  width: 100%;
  background-color: #00286a;
  margin-top: 8%;
  margin-bottom: 2%;
}
.inner__2 .column__Link__box {
  margin-top: 8%;
  background: #dae9f3;
  padding-bottom: 4%;
}
.inner__2 .column__Link__box img.column__img__icon {
  display: flex;
  margin: 0 auto;
  width: 20%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner__2 .column__Link__box p.column__Link__title {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  margin-top: 2%;
}
.inner__2 .column__Link__box p.column__Link__title:after {
  border-bottom: 3px dotted black;
  content: "";
  position: absolute;
  bottom: -12px;
  transform: translateX(-50%);
  width: 70%;
  right: 50%;
  left: 50%;
}
.inner__2 .column__Link__box .column__Link__wrap {
  margin-top: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inner__2 .column__Link__box .column__Link__wrap a {
  font-size: 1.4rem;
}
.inner__2 .column__Link__box .column__Link__under {
  color: #ffdf41;
  background: #00286a;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  justify-self: end;
  padding: 1% 2%;
  margin: 4%;
}
.inner__2 .column__Link__box__2 {
  background: #00286a;
  position: relative;
  padding: 4% 0;
  margin-top: 6%;
}
.inner__2 .column__Link__box__2 p {
  color: white;
  text-align: center;
  font-size: 2.4rem;
  margin: 0;
}
.inner__2 .column__Link__box__2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00286a;
}
.inner__2 .column__Link__box__3__phone {
  margin-top: 12%;
  text-align: center;
  position: relative;
}
.inner__2 .column__Link__box__3__phone img {
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 4%;
}
.inner__2 .column__Link__box__3__phone:after {
  border-bottom: 3px dotted black;
  content: "";
  position: absolute;
  bottom: 0px;
  transform: translateX(-50%);
  width: 70%;
  right: 50%;
  left: 50%;
}
.inner__2 .column__Link__box__4__LINE {
  margin-top: 6%;
}
.inner__2 .column__Link__box__4__LINE img.first__img {
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2%;
}
.inner__2 .column__Link__box__4__LINE p {
  font-size: 1.6rem;
  margin: 0;
}
.inner__2 .column__Link__box__5 .column__Link__box__5__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner__2 .column__Link__box__5 .column__Link__box__5__title span {
  font-size: 2.4rem;
}
.inner__2 .column__Link__box__5 .column__Link__box__5__title img {
  width: 20%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner__2 .column__Link__box__5 img.column__box__5__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12%;
}
.inner__2 .column__Link__box__5 .box__5__link {
  width: 100%;
}
.inner__2 .column__Link__box__5 .box__5__link .box__5__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner__2 .column__Link__box__5 .box__5__link .box__5__text {
  display: flex;
  align-items: center;
  margin-bottom: 8%;
}
.inner__2 .column__Link__box__5 .box__5__link .box__5__text .box__5__icon {
  width: 8%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner__2 .column__Link__box__5 .box__5__link .box__5__text span {
  font-size: 1.6rem;
}

/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
@media screen and (max-width: 951px) {
  /*画面幅が951px以下の時*/
  html {
    font-size: 46%;
  }
}
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
@media screen and (max-width: 949px) {
  /*画面幅が769px以下の時*/
  /* ルートの文字サイズを10pxに設定 */
  html {
    font-size: 62.5%;
  }
  /* bodyのフォントサイズを1.6em（16px）に設定 */
  body {
    font-size: 1.6em;
  }
}/*# sourceMappingURL=style.css.map */