@charset "UTF-8";
/* flex-wrap: wrap; */
/*左右中央*/
/*上下中央*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,500,700");
/*コンテンツ*/
#container {
  background-color: #fff;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/*共通の処理*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}
img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

input:input-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa !important;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

.fade {
  opacity: 1;
  transition: 0.5s;
}
.fade:hover {
  opacity: 0.6;
}

input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}

input[type=reset] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.5s;
}

button {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.5s;
}

.anchor {
  margin-top: -150px;
  padding-top: 150px;
  display: block;
}
@media screen and (max-width: 767px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

.header-wrapper {
  position: relative;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /*background-color: #da0000;*/
  z-index: 0;
  display: flex;
  width: 100%;
  /*　柳原　足してみたところ*/
}
@media screen and (max-width: 767px) {
  .header-wrapper {
    background-image: url(../img/bg_sp.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
  }
}
.header-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../img/momiji01.png);
  background-repeat: no-repeat;
  background-position: bottom 80px left -10px;
  background-size: 170px 342px;
}
@media screen and (max-width: 1200px) {
  .header-wrapper::before {
    background-position: bottom 40px left -10px;
    background-size: 14vw;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper::before {
    background-size: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper::before {
    display: none;
  }
}
.header-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../img/momiji02.png);
  background-repeat: no-repeat;
  background-position: top -55px right -25px;
  background-size: 303px 520px;
}
@media screen and (max-width: 1200px) {
  .header-wrapper::after {
    background-size: 26.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper::after {
    background-size: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper::after {
    background-position: top -25px right -15px;
    background-size: 35vw;
  }
}
.header-wrapper--bg {
  width: 100%;
  /*&::before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100px;
      background: #fff;
      z-index: 2;
      @include m_tab {
          height: 60px;
      }
      @include m_tab02 {
          height: 50px;
      }
      @include m_sp{
          height: 8%;
      }
  }*/
}
.header-wrapper__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logo {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper__logo {
    width: 140px;
  }
}
.header-wrapper__logo__link {
  opacity: 1;
}
.header-wrapper__logo__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logo__link:hover {
    opacity: 1;
  }
}
.header-wrapper__main {
  width: 100%;
  padding: 100px 20px 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__main {
    height: auto;
    padding: 70px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper__main {
    background-size: cover;
    padding: 50px 10px 20px;
  }
}
.header-wrapper__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__inner {
    width: 94%;
  }
}
.header-wrapper__title {
  max-width: 640px;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__title {
    width: 66%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper__title {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.header-wrapper__title img {
  width: 100%;
}
.header-wrapper__day-text {
  margin-left: 4px;
  margin-bottom: 25px;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 1.5rem;
  color: #ff5a81;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__day-text {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper__day-text {
    margin-left: 10px;
    margin-bottom: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .header-wrapper__day-text {
    margin-bottom: 8px;
    font-size: 11px;
  }
}
.header-wrapper__car {
  text-align: center;
}
.header-wrapper__car img {
  width: 100%;
}
.header-wrapper__text-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  padding: 35px 25px;
  width: 30%;
  min-height: 250px;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  color: #1c37c1;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__text-wrapper {
    width: 32%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper__text-wrapper {
    position: relative;
    width: 97%;
    margin: 0 auto 15px;
    padding: 20px;
    border-radius: 10px;
  }
}
.header-wrapper__text-wrapper__copy {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.46em;
  font-weight: bold;
  text-align: justify;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 1270px) {
  .header-wrapper__text-wrapper__copy {
    margin-bottom: 10px;
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px) {
  .header-wrapper__text-wrapper__copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper__text-wrapper__copy {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper__text-wrapper__copy {
    font-size: 14px;
  }
}
.header-wrapper__text-wrapper__text {
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 1.5em;
  color: #5f5858;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .header-wrapper__text-wrapper__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper__text-wrapper__text {
    font-size: 14px;
  }
}
.header-wrapper__text-wrapper__circle {
  position: absolute;
  top: -30px;
  right: -60px;
  max-width: 119px;
}
@media screen and (max-width: 1200px) {
  .header-wrapper__text-wrapper__circle {
    width: 34%;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper__text-wrapper__circle {
    top: -20px;
    max-width: 60px;
  }
}
@media screen and (max-width: 320px) {
  .header-wrapper__text-wrapper__circle {
    right: -10px;
  }
}

.copyright {
  margin: 100px auto 0;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #e50012;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 50px;
    margin-bottom: 71px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
}

.open-bnr {
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .open-bnr {
    margin: 40px 0 0;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .open-bnr {
    margin: 25px 0 10px;
  }
}
.open-bnr__link {
  border: 8px solid #e50012;
  display: block;
}
@media screen and (max-width: 1024px) {
  .open-bnr__link {
    border: 6px solid #e50012;
  }
}
@media screen and (max-width: 767px) {
  .open-bnr__link {
    border: 4px solid #e50012;
  }
}
.open-bnr__link:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.open-bnr__link img {
  max-width: 693px;
}
@media screen and (max-width: 1024px) {
  .open-bnr__link img {
    max-width: 550px;
  }
}
.open-bnr__text {
  width: 65%;
  float: left;
  text-align: center;
  padding: 3% 2% 0;
  box-sizing: border-box;
}
.open-bnr__text img {
  max-width: 712px;
}
@media screen and (max-width: 767px) {
  .open-bnr__text {
    width: 100%;
    float: none;
    padding: 20px 10px 15px;
  }
}
.open-bnr__map {
  width: 35%;
  float: right;
  text-align: right;
}
.open-bnr__map img {
  max-width: 410px;
}
@media screen and (max-width: 767px) {
  .open-bnr__map {
    width: 100%;
    float: none;
  }
  .open-bnr__map img {
    max-width: 100%;
  }
}

.car-copy {
  width: 100%;
  height: 90px;
  font-size: 44px;
  line-height: 88px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  text-align: center;
  background-color: #1c37c1;
  position: relative;
}
.car-copy::before {
  content: "";
  bottom: -24px;
  left: calc(50% - 18px);
  border-width: 24px 18px 0 18px;
  border-style: solid;
  border-color: #1c37c1 transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .car-copy {
    height: 70px;
    font-size: 36px;
    line-height: 68px;
  }
  .car-copy::before {
    content: "";
    bottom: -20px;
    left: calc(50% - 15px);
    border-width: 20px 15px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .car-copy {
    height: 50px;
    font-size: 28px;
    line-height: 50px;
  }
  .car-copy::before {
    content: "";
    bottom: -10px;
    left: calc(50% - 7px);
    border-width: 10px 7px 0 7px;
  }
}

.car-wrapper {
  margin: 30px auto 40px;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .car-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .car-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.car-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .car-wrapper__inner {
    margin: 0 auto 0;
  }
}
.car-wrapper__item {
  margin-top: 45px;
  margin-left: 45px;
  width: calc((100% - 90px) / 3);
  float: left;
}
@media screen and (max-width: 1200px) {
  .car-wrapper__item {
    margin-top: 30px;
    margin-left: 15px;
    width: calc((100% - 30px) / 3);
  }
}
.car-wrapper__item:nth-child(3n-2) {
  margin-left: 0;
}
.car-wrapper__item:nth-child(3n) {
  margin-left: 0;
  float: right;
}
@media screen and (max-width: 767px) {
  .car-wrapper__item {
    margin-top: 30px;
    margin-left: 2%;
    width: 49%;
  }
  .car-wrapper__item:nth-child(3n-2) {
    margin-left: 2%;
  }
  .car-wrapper__item:nth-child(3n) {
    margin-left: 2%;
    float: left;
  }
  .car-wrapper__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.car-wrapper__item__car {
  margin-bottom: 10px;
  text-align: center;
}
.car-wrapper__item__cation {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.3em;
  color: #333;
  text-indent: -1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .car-wrapper__item__cation {
    font-size: 10px;
  }
}
.car-wrapper__item__link {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .car-wrapper__item__link {
    margin-top: 10px;
  }
}
.car-wrapper__item__link .btn {
  background-color: #1c37c1;
  letter-spacing: 0;
  font-size: 16px;
}
.car-wrapper__item__link .btn::before {
  top: calc(50% - 3px);
  border-width: 3px 0 3px 7px;
  left: 18px;
}
@media screen and (max-width: 1024px) {
  .car-wrapper__item__link .btn {
    line-height: 1.3em;
    font-size: 12px;
    padding: 8px 0;
    height: auto;
    min-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .car-wrapper__item__link .btn {
    padding: 5px 0;
  }
}

.notice-list {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .notice-list {
    padding: 0 10px;
    margin: 0 auto 20px;
  }
}
.notice-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .notice-list li {
    font-size: 1.3rem;
  }
}

.notice-list2 {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .notice-list2 {
    padding: 0 10px;
  }
}
.notice-list2__item {
  width: 49%;
  margin-left: 2%;
  float: left;
  font-size: 1.4rem;
}
.notice-list2__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .notice-list2__item {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.waku {
  max-width: 1200px;
  margin: 0 auto 20px;
  padding: 15px 20px 13px;
  font-size: 1.5rem;
  font-weight: bold;
  border: solid 1px #000;
  box-sizing: border-box;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .waku {
    font-size: 1.4rem;
    margin: 0 10px 10px;
    padding: 10px 13px 9px;
  }
}

.note {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .note {
    margin: 0 auto 20px;
    padding: 0 10px;
    font-size: 1.3rem;
  }
}

.zaiko {
  max-width: 1200px;
  margin: 0 auto 20px;
  font-size: 20px;
  line-height: 1.3;
  color: #e50012;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .zaiko {
    margin: 0 auto 40px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.zaiko-wrapper {
  margin: 0 auto 70px;
  padding: 30px;
  width: auto;
  max-width: 1200px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1200px) {
  .zaiko-wrapper {
    margin: 0 20px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .zaiko-wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .zaiko-wrapper {
    padding: 20px;
  }
}
.zaiko-wrapper__copy {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3em;
  color: #e50012;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .zaiko-wrapper__copy {
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
  }
}
.zaiko-wrapper__text {
  font-size: 14px;
  line-height: 1.7em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .zaiko-wrapper__text {
    font-size: 12px;
  }
}

.youtube-wrapper {
  margin-bottom: 90px;
  width: 100%;
  background-color: #333;
}
@media screen and (max-width: 1024px) {
  .youtube-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .youtube-wrapper {
    margin-bottom: 0;
  }
}
.youtube-wrapper__inner {
  margin: 0 auto;
  width: 490px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .youtube-wrapper__inner {
    width: 100%;
  }
}
.youtube-wrapper__inner::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.youtube-wrapper__inner iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
}

.nav-wrapper {
  margin: 80px auto 100px;
  width: calc(100% - 40px);
  max-width: 1200px;
}
@media screen and (max-width: 800px) {
  .nav-wrapper {
    margin: 40px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrapper {
    margin: 30px auto 20px;
  }
}
.nav-wrapper__title {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 1.05em;
  color: #567;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-wrapper__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.nav-wrapper__inner__item {
  width: 33.3%;
  float: left;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
@media screen and (max-width: 767px) {
  .nav-wrapper__inner__item {
    width: 100%;
    border-left: none;
    float: none;
  }
}
.nav-wrapper__inner__item__btn {
  padding-left: 15px;
  width: auto;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #789;
  display: block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 800px) {
  .nav-wrapper__inner__item__btn {
    height: 60px;
    font-size: 17px;
    line-height: 60px;
  }
}
.nav-wrapper__inner__item__btn::before {
  content: "";
  top: calc(50% - 5px);
  left: 20px;
  border-width: 5px 0 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
.nav-wrapper__inner__item__btn--crown {
  background-color: #97a;
}
.nav-wrapper__inner__item__btn--crown:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .nav-wrapper__inner__item__btn--crown:hover {
    background-color: #97a;
  }
}
.nav-wrapper__inner__item__btn--prius {
  background-color: #ea4;
}
.nav-wrapper__inner__item__btn--prius:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .nav-wrapper__inner__item__btn--prius:hover {
    background-color: #ea4;
  }
}
.nav-wrapper__inner__item__btn--aqua {
  background-color: #3ba;
}
.nav-wrapper__inner__item__btn--aqua:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .nav-wrapper__inner__item__btn--aqua:hover {
    background-color: #3ba;
  }
}
.nav-wrapper__inner__item__btn--mini {
  background-color: #8b5;
}
.nav-wrapper__inner__item__btn--mini:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .nav-wrapper__inner__item__btn--mini:hover {
    background-color: #8b5;
  }
}
.nav-wrapper__inner__item__btn--suv {
  background-color: #49d;
}
.nav-wrapper__inner__item__btn--suv:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .nav-wrapper__inner__item__btn--suv:hover {
    background-color: #49d;
  }
}
.nav-wrapper__inner__item__btn--kei {
  background-color: #e78;
}
.nav-wrapper__inner__item__btn--kei:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .nav-wrapper__inner__item__btn--kei:hover {
    background-color: #e78;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrapper__inner__item__btn {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
  .nav-wrapper__inner__item__btn::before {
    content: "";
    top: calc(50% - 4px);
    left: 10px;
    border-width: 4px 0 4px 6px;
  }
}

.present-wrapper {
  padding: 100px 50px 100px;
  position: relative;
  background: repeating-linear-gradient(135deg, #fee0ec, #fee0ec 20px, #fff 20px, #fff 40px);
}
@media screen and (max-width: 1200px) {
  .present-wrapper {
    padding: 60px 40px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .present-wrapper {
    padding: 40px 30px 40px;
  }
}
@media screen and (max-width: 860px) {
  .present-wrapper {
    padding: 40px 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .present-wrapper {
    padding: 40px 10px 40px;
  }
}
.present-wrapper__title {
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .present-wrapper__title {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .present-wrapper__title {
    width: 70vw;
    margin: 0 auto 5vw;
  }
}
.present-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.present-wrapper__inner__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1200px) {
  .present-wrapper__inner__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .present-wrapper__inner__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .present-wrapper__inner__item {
    margin-top: 15px;
    width: 100%;
  }
  .present-wrapper__inner__item:first-child {
    margin-top: 0;
  }
}
.present-wrapper__inner__item img {
  margin-bottom: 5px;
  width: 100%;
}
.present-wrapper__inner__item__caution {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  text-indent: -1em;
  text-align: justify;
}
@media screen and (max-width: 1400px) {
  .present-wrapper__inner__item__caution {
    font-size: 11px;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .present-wrapper__inner__item__caution {
    margin: 5px 10px 0;
  }
}

.shiharai-wrapper {
  margin: 0 auto 0;
  padding: 80px 0;
  width: 100%;
  background-color: #f7f7f7;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .shiharai-wrapper {
    margin: 0 auto 0;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .shiharai-wrapper {
    margin: 0 auto 0;
    padding: 20px 0;
  }
}
.shiharai-wrapper__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .shiharai-wrapper__inner {
    margin: 0 20px;
  }
}
.shiharai-wrapper__inner__copy {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1.5em;
  color: #e50012;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "Sawarabi Mincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .shiharai-wrapper__inner__copy {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .shiharai-wrapper__inner__copy {
    margin-bottom: 10px;
    font-size: 26px;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .shiharai-wrapper__inner__copy {
    font-size: 16px;
    text-align: justify;
  }
}
.shiharai-wrapper__inner__figure {
  margin-bottom: 10px;
  width: 100%;
}
.shiharai-wrapper__inner__text {
  font-size: 14px;
  line-height: 1.7em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .shiharai-wrapper__inner__text {
    font-size: 12px;
  }
}

#shop-btn {
  top: 50%;
  right: 0;
  padding: 20px 0 45px;
  width: 50px;
  height: auto;
  position: fixed;
  text-align: center;
  z-index: 10;
  display: block;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #shop-btn {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    transform: translateY(0%);
  }
}
#shop-btn .shop-link-box {
  width: 100%;
  margin-right: 0;
  float: left;
}
#shop-btn .shop-link-box a {
  width: 100%;
  padding: 13px;
  text-align: center;
  font-size: 1.6rem;
  display: block;
  color: #fff;
  font-weight: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  background-color: #0d67c0;
  box-sizing: border-box;
  border-radius: 3px;
  background-image: url(../img/);
}
#shop-btn .shop-link-box a::before {
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #shop-btn .shinshun-link-box {
    width: 49%;
    float: left;
  }
}
#shop-btn .shinshun-link-box a {
  width: 100%;
  padding: 30px 10px;
  text-align: center;
  font-size: 1.6rem;
  display: block;
  color: #fff;
  font-weight: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  background-color: #e50012;
  box-sizing: border-box;
  border-radius: 3px;
  background-image: url(../img/);
}
#shop-btn .shinshun-link-box a::before {
  content: "";
  bottom: 12px;
  right: 50%;
  margin-right: -10px;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #shop-btn .shinshun-link-box a {
    padding: 13px;
    font-weight: 500;
  }
  #shop-btn .shinshun-link-box a::before {
    content: "";
    top: calc(50% - 4px);
    margin-right: 0;
    bottom: auto;
    right: 10px;
    border-width: 4px 0 4px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
  }
}

.button-wrapper {
  margin: 0 auto;
  padding: 70px 0;
  max-width: 1200px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .button-wrapper {
    padding: 30px 20px;
  }
}
.button-wrapper__item {
  margin: 20px auto 0;
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .button-wrapper__item {
    margin: 10px auto 0;
  }
}
.button-wrapper__item:first-child {
  margin-top: 0;
}

.btn {
  margin: 0 auto;
  max-width: 580px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #e60012;
  border-radius: 25px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.btn::before {
  content: "";
  top: calc(50% - 5px);
  left: 48px;
  border-width: 5px 0 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
.btn:hover {
  color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0;
    border-radius: 20px;
  }
  .btn::before {
    content: "";
    top: calc(50% - 4px);
    left: 20px;
    border-width: 4px 0 4px 6px;
  }
  .btn:hover {
    color: #fff;
    opacity: 1;
  }
}
.btn--gazoo {
  background-color: #e50012;
}
.btn--goo {
  background-color: #037;
}
.btn--car {
  background-color: #f90;
}
.btn--chirashi {
  background-color: #e50012;
}
.btn--red {
  background-color: #e50012;
}
.btn--buy {
  background-color: #548c25;
}
.btn .text-l {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .btn .text-l {
    font-size: 16px;
  }
}
.btn--text-s {
  font-size: 16px;
}
.btn--text-s::before {
  top: calc(50% - 3px);
  border-width: 3px 0 3px 7px;
  left: 18px;
}
@media screen and (max-width: 767px) {
  .btn--text-s {
    font-size: 13px;
  }
}

.tvalue-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  background-color: #f7f7f7;
  padding: 70px;
  box-sizing: border-box;
  width: auto;
}
@media screen and (max-width: 767px) {
  .tvalue-wrapper {
    padding: 30px 20px;
  }
}
.tvalue-wrapper__title {
  width: 100%;
}
.tvalue-wrapper__list {
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .tvalue-wrapper__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tvalue-wrapper__list {
    margin-top: 30px;
  }
}
.tvalue-wrapper__list__item {
  margin-left: 45px;
  width: calc((100% - 90px) / 3);
  float: left;
}
.tvalue-wrapper__list__item:first-child {
  margin-left: 0;
}
.tvalue-wrapper__list__item:nth-child(3) {
  margin-left: 0;
  float: right;
}
@media screen and (max-width: 1200px) {
  .tvalue-wrapper__list__item {
    margin-left: 15px;
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .tvalue-wrapper__list__item {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .tvalue-wrapper__list__item:nth-child(3) {
    float: none;
  }
}
.tvalue-wrapper__list__item__link {
  margin-bottom: 10px;
  display: block;
}
.tvalue-wrapper__list__item__link:hover {
  opacity: 0.7;
}
.tvalue-wrapper__list__item__text {
  font-size: 14px;
  line-height: 1.7em;
  color: #333;
  text-align: justify;
}

.clean-wrapper {
  padding: 75px 40px 40px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  .clean-wrapper {
    padding: 40px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .clean-wrapper {
    padding: 20px;
  }
}
.clean-wrapper__title {
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 1.01em;
  color: #333;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "Sawarabi Mincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .clean-wrapper__title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .clean-wrapper__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3em;
  }
}
.clean-wrapper__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.clean-wrapper__inner__item {
  margin-left: 45px;
  width: calc((99.9% - 90px) / 3);
  float: left;
}
.clean-wrapper__inner__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .clean-wrapper__inner__item {
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .clean-wrapper__inner__item {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
}
.clean-wrapper__inner__item__photo {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .clean-wrapper__inner__item__photo {
    margin-bottom: 5px;
  }
}
.clean-wrapper__inner__item__title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3em;
  color: #e50012;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 1200px) {
  .clean-wrapper__inner__item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .clean-wrapper__inner__item__title {
    margin-bottom: 2px;
    font-size: 14px;
  }
}
.clean-wrapper__inner__item__text {
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .clean-wrapper__inner__item__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .clean-wrapper__inner__item__text {
    font-size: 13px;
  }
}

.search-wrapper {
  margin: 80px auto 100px;
  width: calc(100% - 40px);
  max-width: 1200px;
}
@media screen and (max-width: 800px) {
  .search-wrapper {
    margin: 40px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper {
    margin: 30px auto 20px;
  }
}
.search-wrapper__title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 1.05em;
  color: #444;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.search-wrapper__title::before {
  margin-left: -20px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 40px;
  height: 4px;
  background-color: #960000;
}
@media screen and (max-width: 767px) {
  .search-wrapper__title {
    margin-bottom: 25px;
    font-size: 23px;
  }
}
.search-wrapper__title2 {
  margin-bottom: 15px;
  font-size: 23px;
  color: #444;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .search-wrapper__title2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper__title2 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.search-wrapper__list {
  margin-bottom: 20px;
}
.search-wrapper__item {
  width: calc((99.9% - 40px) / 3);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.search-wrapper__item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .search-wrapper__item {
    width: calc((99.9% - 20px) / 3);
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper__item {
    width: 100%;
    border-left: none;
    float: none;
    margin-left: 0;
  }
}
.search-wrapper__item__btn {
  padding-left: 15px;
  width: auto;
  padding: 22px 20px 22px 70px;
  font-size: 20px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  background-color: #960000;
  background-image: url(../common/dollar.svg);
  border-radius: 3px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 26px 50%;
  display: block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .search-wrapper__item__btn {
    font-size: 1.7rem;
    padding: 18px 18px 18px 40px;
    background-size: 15px auto;
    background-position: 15px 50%;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper__item__btn {
    padding: 15px 15px 15px 40px;
  }
}
.search-wrapper__item__btn::before {
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
.search-wrapper__item__btn:hover {
  color: #fff;
  background-color: #730000;
}
@media screen and (max-width: 767px) {
  .search-wrapper__item__btn {
    font-size: 15px;
  }
}

.search-wrapper-bodytype {
  margin: 80px auto 100px;
  width: calc(100% - 40px);
  max-width: 1200px;
}
@media screen and (max-width: 800px) {
  .search-wrapper-bodytype {
    margin: 40px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper-bodytype {
    margin: 30px auto 20px;
  }
}
.search-wrapper-bodytype__title2 {
  margin-bottom: 15px;
  font-size: 23px;
  color: #444;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .search-wrapper-bodytype__title2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper-bodytype__title2 {
    font-size: 18px;
  }
}
.search-wrapper-bodytype__list {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.search-wrapper-bodytype__item {
  width: calc((99.9% - 40px) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.search-wrapper-bodytype__item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .search-wrapper-bodytype__item {
    width: calc((99.9% - 20px) / 3);
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper-bodytype__item {
    width: 100%;
    border-left: none;
    float: none;
    margin-left: 0;
  }
}
.search-wrapper-bodytype__item__btn {
  width: auto;
  height: 100%;
  font-size: 20px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  background-color: #037;
  border-radius: 3px;
  border: 3px solid #037;
  display: block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .search-wrapper-bodytype__item__btn {
    font-size: 16px;
  }
}
.search-wrapper-bodytype__item__btn::before {
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
.search-wrapper-bodytype__item__btn:hover {
  color: #fff;
  background-color: #002557;
}
@media screen and (max-width: 767px) {
  .search-wrapper-bodytype__item__btn {
    font-size: 15px;
  }
}
.search-wrapper-bodytype__photo {
  width: 30%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.search-wrapper-bodytype__text {
  width: 70%;
  padding: 0 20px 0 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .search-wrapper-bodytype__text {
    padding: 18px 20px 18px 10px;
  }
}

.search-wrapper-other {
  margin: 80px auto 100px;
  width: calc(100% - 40px);
  max-width: 1200px;
}
@media screen and (max-width: 800px) {
  .search-wrapper-other {
    margin: 40px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper-other {
    margin: 30px auto 20px;
  }
}
.search-wrapper-other__bottom-text {
  font-size: 15px;
}
.search-wrapper-other__title2 {
  margin-bottom: 15px;
  font-size: 23px;
  color: #444;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .search-wrapper-other__title2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper-other__title2 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.search-wrapper-other__list {
  display: flex;
  flex-wrap: wrap;
}
.search-wrapper-other__item {
  width: calc((99.9% - 40px) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.search-wrapper-other__item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .search-wrapper-other__item {
    width: calc((99.9% - 20px) / 3);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .search-wrapper-other__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper-other__item {
    width: 100%;
    border-left: none;
    float: none;
    margin-left: 0;
  }
}
.search-wrapper-other__item__btn {
  padding-left: 15px;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 22px 20px 22px 30px;
  font-size: 16px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  background-color: #000;
  border-radius: 3px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .search-wrapper-other__item__btn {
    font-size: 1.5rem;
    padding: 18px 18px 18px 20px;
    background-size: 15px auto;
    background-position: 15px 50%;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper-other__item__btn {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.search-wrapper-other__item__btn::before {
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
.search-wrapper-other__item__btn:hover {
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .search-wrapper-other__item__btn {
    font-size: 15px;
  }
}

.anshin-wrapper {
  padding: 50px 40px 50px;
  background-image: url(../img/sora.jpg);
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1024px) {
  .anshin-wrapper {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .anshin-wrapper {
    padding: 30px 10px;
  }
}
.anshin-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.anshin-wrapper__inner__icon {
  margin: 0 auto 15px;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .anshin-wrapper__inner__icon {
    margin: 0 auto 10px;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .anshin-wrapper__inner__icon {
    margin: 0 auto 5px;
    width: 100px;
  }
}
.anshin-wrapper__inner__copy {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.5;
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .anshin-wrapper__inner__copy {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .anshin-wrapper__inner__copy {
    margin-bottom: 10px;
    font-size: 4vw;
  }
}
.anshin-wrapper__inner__list {
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  .anshin-wrapper__inner__list {
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .anshin-wrapper__inner__list {
    margin-top: -2px;
  }
}
.anshin-wrapper__inner__list__item {
  margin: 20px 0 0 20px;
  width: calc((100% - 60px) / 4);
  float: left;
}
.anshin-wrapper__inner__list__item:nth-child(4n-3) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .anshin-wrapper__inner__list__item {
    margin: 10px 0 0 10px;
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .anshin-wrapper__inner__list__item {
    margin: 2px 0 0 0;
    width: calc(50% - 1px);
  }
  .anshin-wrapper__inner__list__item:nth-child(even) {
    float: right;
  }
}/*# sourceMappingURL=style.css.map */