@charset "UTF-8";
.mainVisual {
  width: 100%;
  height: 400px;
  background: url("../images/mianVisual.jpg") center/cover no-repeat;
}

@media screen and (max-width: 600px) {
  .mainVisual {
    height: 210px;
    padding-right: 10px;
  }
}

.mainVisual__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mainVisual__box {
  display: flex;
}

.mainVisual__box-left {
  width: 302px;
  height: 302px;
  background-color: #f8ba11;
  border-radius: 50%;
  margin-right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -9px;
}

@media screen and (max-width: 600px) {
  .mainVisual__box-left {
    width: 130px;
    height: 130px;
    margin-top: 22px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 350px) {
  .mainVisual__box-left {
    width: 110px;
    height: 110px;
    margin-top: 22px;
    margin-right: -15px;
    margin-left: -20px;
  }
}

.mainVisual__box-left-inner {
  padding-bottom: 15px;
}

.mainVisual .mainVisual__leftText, .mainVisual .mainVisual__leftText--md, .mainVisual .mainVisual__leftText--lg, .mainVisual .mainVisual__leftText--sm {
  color: #fff;
  text-align: center;
}

.mainVisual__leftText--md {
  font-weight: 800;
  font-size: 35px;
}

@media screen and (max-width: 600px) {
  .mainVisual__leftText--md {
    font-size: 14px;
  }
}

@media screen and (max-width: 350px) {
  .mainVisual__leftText--md {
    font-size: 12px;
  }
}

.mainVisual__leftText--lg {
  font-weight: 900;
  font-size: 150px;
  margin-top: -15px;
}

@media screen and (max-width: 600px) {
  .mainVisual__leftText--lg {
    font-size: 60px;
    margin-top: -6px;
  }
}

@media screen and (max-width: 350px) {
  .mainVisual__leftText--lg {
    font-size: 40px;
    line-height: 1.3;
  }
}

.mainVisual__leftText--sm {
  font-weight: 900;
  font-size: 31px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
  .mainVisual__leftText--sm {
    font-size: 14px;
  }
}

@media screen and (max-width: 350px) {
  .mainVisual__leftText--sm {
    font-size: 12px;
  }
}

.mainVisual__rightText-sb {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding: 12px 15px;
  box-sizing: border-box;
  background-color: #149f93;
  position: relative;
  letter-spacing: 0;
  line-height: 1.3;
  border-radius: 3px;
}

@media screen and (max-width: 600px) {
  .mainVisual__rightText-sb {
    font-size: 14px;
    max-width: 220px;
    font-weight: 500;
    width: 100%;
    padding: 8px;
  }
}

.mainVisual__rightText-sb:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-top: 17px solid #149f93;
  position: absolute;
  bottom: -17px;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .mainVisual__rightText-sb:before {
    border-left: 0px solid transparent;
    border-right: 24px solid transparent;
    border-top: 12px solid #149f93;
    bottom: -12px;
  }
}

.mainVisual .mainVisual__mainText {
  color: #000;
  font-weight: 900;
  text-align: center;
}

.mainVisual__mainText {
  font-size: 100px;
  margin-top: -17px;
  letter-spacing: 0.13em;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .mainVisual__mainText {
    font-size: 40px;
    margin-top: -5px;
  }
}

.mainVisual__mainText:before {
  content: "タイヤ交換";
  font-size: 100px;
  letter-spacing: 0.13em;
  font-weight: 900;
  -webkit-text-stroke: 13px #fff;
  color: #fff;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .mainVisual__mainText:before {
    font-size: 40px;
    -webkit-text-stroke: 8px #fff;
  }
}

.mainVisual__mainText--md {
  font-size: 60px;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
  .mainVisual__mainText--md {
    font-size: 25px;
    margin-bottom: 5px;
  }
}

.mainVisual__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .mainVisual__btn {
    margin-top: 17px;
  }
}

.mainVisual__btn a {
  color: #fff;
  font-size: 16px;
  background-color: #dc0002;
  padding: 15px;
  display: inline-block;
  max-width: 382px;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  .mainVisual__btn a {
    padding: 10px;
    font-size: 15px;
  }
}

.mainVisual__btn a:hover {
  background-color: #df817e;
  transition: 0.3s;
}

.anchorLink {
  display: flex;
  justify-content: center;
  background-color: #149f93;
}

.anchorLink__wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .anchorLink__item {
    width: 50%;
  }
}

.anchorLink__item a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  padding: 18px 38px 18px 23px;
  color: #fff;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .anchorLink__item a {
    padding: 10px 35px 10px 18px;
    border-bottom: 1px solid #0e7c73;
    border-right: 1px solid #0e7c73;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
}

.anchorLink__item a:after {
  content: "";
  width: 12px;
  height: 8px;
  background: url(../images/arrow.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.anchorLink__item a:hover {
  background-color: #0e7c73;
  transition: 0.3s;
}

.sectionService {
  letter-spacing: 0.05em;
  padding: 30px 20px 50px;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .sectionService {
    padding: 0px 20px 50px;
  }
}

.sectionService__step {
  display: flex;
  justify-content: center;
  padding: 10px 0 20px;
}

@media screen and (max-width: 600px) {
  .sectionService__step {
    padding: 0;
  }
}

.sectionService__step-inner {
  display: flex;
  max-width: 1011px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .sectionService__step-inner {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .sectionService__textbox {
    margin-left: 10px;
    flex: 1;
  }
}

.sectionService__box {
  width: calc(100% / 3);
  position: relative;
  padding: 40px 35px 70px;
}

@media screen and (max-width: 600px) {
  .sectionService__box {
    padding: 18px 10px 60px;
    width: 100%;
    display: flex;
  }
}

.sectionService__box:last-child {
  margin-right: 0;
}

.sectionService__box:last-child:after {
  display: none;
}

.sectionService__box:not(:nth-child(1)) {
  background-color: #f9efe3;
}

.sectionService__box:nth-child(2) {
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 600px) {
  .sectionService__box:nth-child(2) {
    border-radius: 10px 10px 0 0;
  }
}

.sectionService__box:nth-child(3) {
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 600px) {
  .sectionService__box:nth-child(3) {
    border-radius: 0 0 10px 10px;
  }
}

@media screen and (max-width: 600px) {
  .sectionService__box:nth-child(1) {
    padding-bottom: 20px;
  }
}

.sectionService__box:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid #000;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 102px;
  right: -8px;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .sectionService__box:after {
    top: inherit;
    bottom: -18px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}

.sectionService__box-img {
  max-width: 184px;
  width: 100%;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .sectionService__box-img {
    max-width: 140px;
  }
}

.sectionService__box-img img {
  width: 100%;
  height: auto;
}

.sectionService__box-ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 17px;
}

@media screen and (max-width: 600px) {
  .sectionService__box-ttl {
    font-size: 17px;
    text-align: left;
  }
}

.sectionService__box-text01 {
  margin-bottom: 13px;
  line-height: 1.4;
}

.sectionService__box .sectionService__box-text02, .sectionService__box .sectionService__box-text02--line {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
  .sectionService__box .sectionService__box-text02, .sectionService__box .sectionService__box-text02--line {
    font-size: 14px;
    text-align: left;
  }
}

.sectionService__box-text02--line span {
  background: linear-gradient(transparent 60%, #ffff67 60%);
}

.sectionService__box .sectionService__box-btn, .sectionService__box .sectionService__box-btn--arrow {
  color: #fff;
  background-color: #d61e20;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  padding: 12px 15px;
  width: 100%;
  text-decoration: none;
  transition: 0.3s;
  position: absolute;
  bottom: 30px;
  max-width: 267px;
}

@media screen and (max-width: 600px) {
  .sectionService__box .sectionService__box-btn, .sectionService__box .sectionService__box-btn--arrow {
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.sectionService__box .sectionService__box-btn:hover, .sectionService__box .sectionService__box-btn--arrow:hover {
  transition: 0.3s;
  background-color: #df817e;
  color: #fff;
}

.sectionService__box-btn--arrow {
  position: relative;
}

.sectionService__box-btn--arrow:after {
  content: "";
  width: 12px;
  height: 8px;
  background: url("../images/arrow.png") center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.headTitle-box .headTitle-sub, .headTitle-box .headTitle-sub--black {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.headTitle-box .headTitle-sub {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .headTitle-box .headTitle-sub {
    font-size: 16px;
  }
}

.headTitle-box .headTitle-sub--black {
  color: #444;
}

.headTitle-box .headTitleH2 {
  color: #149f93;
  font-weight: 800;
  font-size: 42px;
  margin-top: 12px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 600px) {
  .headTitle-box .headTitleH2 {
    font-size: 25px;
    padding-bottom: 30px;
    margin-bottom: 32px;
  }
}

.headTitle-box .headTitleH2:after {
  content: "";
  width: 30px;
  height: 9px;
  background: url("../images/headTitle.png") center/contain no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sectionStrength {
  padding: 80px 20px 130px;
  background-color: #1c1c1c;
}

@media screen and (max-width: 600px) {
  .sectionStrength {
    padding: 50px 20px 60px;
  }
}

.sectionStrength__box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .sectionStrength__box {
    display: block;
  }
}

.sectionStrength__item {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
}

@media screen and (max-width: 600px) {
  .sectionStrength__item {
    width: 100%;
    margin-right: 0;
  }
}

.sectionStrength__item:nth-child(3n) {
  margin-right: 0;
}

.sectionStrength__item-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  padding-left: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
  position: relative;
  min-height: 47px;
}

@media screen and (max-width: 600px) {
  .sectionStrength__item-ttl {
    font-size: 17px;
    margin-bottom: 13px;
    min-height: inherit;
  }
}

.sectionStrength__item-ttl:before {
  content: "";
  width: 6px;
  height: 20px;
  background-color: #149f93;
  transform: skewX(-10deg);
  position: absolute;
  left: 2px;
  top: 2px;
}

.sectionStrength__item-text {
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  min-height: 55px;
}

@media screen and (max-width: 600px) {
  .sectionStrength__item-text {
    min-height: inherit;
  }
}

.sectionStrength__item-img {
  margin-bottom: 43px;
}

@media screen and (max-width: 600px) {
  .sectionStrength__item-img {
    margin-bottom: 30px;
  }
}

.sectionStrength__item-img img {
  width: 100%;
  height: auto;
}

.reserve_btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

@media screen and (max-width: 600px) {
  .reserve_btn {
    margin-top: 50px;
    margin-top: 10px;
  }
}

.reserve_btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #d61e20;
  border-radius: 50px;
  padding: 15px 20px;
  display: inline-block;
  max-width: 450px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

.reserve_btn a:hover {
  transition: 0.3s;
  background-color: #df817e;
}

.sectionFlow {
  padding: 80px 20px 130px;
  letter-spacing: 0.05em;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .sectionFlow {
    padding: 50px 20px 60px;
  }
}

.sectionFlow .swiper-container {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  max-width: 1400px;
  position: relative;
}

.sectionFlow .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}

.sectionFlow .swiper-container .swiper-wrapper .swiper-slide {
  width: 427px;
  background-color: #fff;
  position: relative;
  padding: 27px 0 30px;
  min-height: 448px;
}

@media screen and (max-width: 600px) {
  .sectionFlow .swiper-container .swiper-wrapper .swiper-slide {
    width: 255px;
    min-height: 330px;
    padding: 27px 0 20px;
  }
}

.sectionFlow .swiper-container .swiper-wrapper .swiper-slide:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #149F93;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .sectionFlow .swiper-container .swiper-wrapper .swiper-slide:not(:last-child):after {
    border-left: 15px solid #149F93;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    right: -30px;
  }
}

.sectionFlow__swiper {
  overflow: visible;
  padding: 30px 0;
}

@media screen and (max-width: 1500px) {
  .sectionFlow__swiper {
    padding: 30px;
  }
}

@media screen and (max-width: 600px) {
  .sectionFlow__swiper {
    padding: 15px;
  }
}

.sectionFlow__swiper-step {
  position: absolute;
  top: -29px;
  left: -38px;
  background-color: #149f93;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .sectionFlow__swiper-step {
    width: 65px;
    height: 65px;
    top: -25px;
    left: -25px;
  }
}

.sectionFlow__swiper-step-text {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

.sectionFlow__swiper-step-num {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.sectionFlow__swiper-ttl {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .sectionFlow__swiper-ttl {
    font-size: 18px;
  }
}

.sectionFlow__swiper-img {
  width: 100%;
  margin-bottom: 10px;
}

.sectionFlow__swiper-img img {
  width: 100%;
  height: auto;
}

.sectionFlow__swiper-text {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1.3;
}

.sectionFlow__swiper-Nav {
  position: absolute;
  right: 0;
  top: -55px;
  display: flex;
}

@media screen and (max-width: 600px) {
  .sectionFlow__swiper-Nav {
    display: none;
  }
}

.sectionFlow .sectionFlow__swiper-Prev, .sectionFlow .sectionFlow__swiper-Next {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(42, 42, 42, 0.5);
  border-radius: 50%;
  margin: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .sectionFlow .sectionFlow__swiper-Prev, .sectionFlow .sectionFlow__swiper-Next {
    display: none;
  }
}

.sectionFlow__swiper-Next {
  transform: rotate(180deg);
}

.sectionFlow__leverless {
  margin-top: 130px;
}

@media screen and (max-width: 600px) {
  .sectionFlow__leverless {
    margin-top: 20px;
  }
}

.sectionFlow__leverless-inner {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .sectionFlow__leverless-inner {
    padding: 0 30px;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .sectionFlow__leverless-inner {
    padding: 0;
  }
}

.sectionFlow__leverless-left-text01 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media screen and (max-width: 600px) {
  .sectionFlow__leverless-left-text01 {
    font-size: 18px;
  }
}

.sectionFlow__leverless-left-ttl {
  margin-bottom: 15px;
}

.sectionFlow__leverless-left-ttl span {
  font-size: 32px;
  color: #149f93;
  font-weight: 800;
  line-height: 1.6;
  background-color: #fff;
  padding: 0 5px;
}

@media screen and (max-width: 600px) {
  .sectionFlow__leverless-left-ttl span {
    font-size: 25px;
  }
}

.sectionFlow__leverless-left-text02 {
  line-height: 1.3;
}

.sectionFlow__leverless-speechWrap {
  display: flex;
  align-items: flex-start;
  margin-top: 38px;
}

@media screen and (max-width: 600px) {
  .sectionFlow__leverless-speechWrap {
    margin-top: 20px;
  }
}

.sectionFlow__leverless-speech-img {
  max-width: 107px;
}

@media screen and (max-width: 600px) {
  .sectionFlow__leverless-speech-img {
    max-width: 77px;
  }
}

.sectionFlow__leverless-speech-img img {
  width: 100%;
  height: auto;
}

.sectionFlow__leverless-speech-text {
  padding: 15px 25px 20px;
  background-color: #f8d111;
  position: relative;
  flex: 1;
  margin-left: 25px;
  border-radius: 10px;
}

.sectionFlow__leverless-speech-text:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #f8d111;
  border-bottom: 0 solid transparent;
  position: absolute;
  top: 45px;
  left: -20px;
}

.sectionFlow__leverless-speech-text p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .sectionFlow__leverless-speech-text p {
    font-size: 16px;
  }
}

.sectionFlow__leverless-right {
  max-width: 872px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 600px) {
  .sectionFlow__leverless-right {
    margin-left: 0;
    margin-top: 20px;
  }
}

.sectionFlow__leverless-right video {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.sectoinAchievement {
  background-color: #fff;
  padding: 80px 20px 130px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
  .sectoinAchievement {
    padding: 50px 0 60px;
  }
}

.sectoinAchievement__itemWrap {
  max-width: 957px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .sectoinAchievement__itemWrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.sectoinAchievement__open-btn.open svg {
  transform: rotate(90deg);
}

@media screen and (max-width: 600px) {
  .sectoinAchievement__open-btn {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.sectoinAchievement__open-btn-text {
  max-width: 957px;
  width: 100%;
  text-align: center;
  color: #000;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 15px auto 25px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.sectoinAchievement__open-btn-text:hover {
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}

.sectoinAchievement__open-btn-text span {
  position: relative;
  padding-right: 22px;
}

.sectoinAchievement__open-btn-text svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: auto;
  transform: rotate(-90deg);
}

.sectoinAchievement__close {
  max-width: 997px;
  width: 100%;
  margin: auto;
  display: none;
  padding: 20px 20px;
  margin-top: -20px;
}

.sectoinAchievement__close-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sectoinAchievement__item {
  display: inline-block;
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
  margin-bottom: 24px;
  padding-top: 20px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  .sectoinAchievement__item {
    width: calc((100% - 18px) / 2);
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .sectoinAchievement__item:nth-child(2n) {
    margin-right: 0;
  }
}

.sectoinAchievement__item:nth-child(4n) {
  margin-right: 0;
}

.sectoinAchievement__item:hover:not(div) {
  transform: translateY(-8px);
  transition: 0.3s;
}

.sectoinAchievement__item:hover .item-text svg {
  transform: translateX(5px) rotate(180deg);
  transition: 0.3s;
}

.sectoinAchievement__item .item-ttl {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.sectoinAchievement__item .item-img {
  max-width: 110px;
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 5px;
}

.sectoinAchievement__item .item-img img {
  width: 100%;
  height: auto;
}

.sectoinAchievement__item .item-text {
  padding: 13px 10px 16px;
  border-top: 1px solid rgba(112, 112, 112, 0.16);
  text-align: center;
  min-height: 45px;
}

.sectoinAchievement__item .item-text span {
  font-size: 15px;
  font-weight: 600;
  color: #149f93;
  text-align: center;
  padding-right: 20px;
  position: relative;
}

.sectoinAchievement__item .item-text span svg {
  width: 8px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  transform: rotate(180deg);
  transition: 0.3s;
}

.sectoinAchievement__item .item-text span svg path {
  width: 100%;
  height: auto;
}

.sectoinAchievement .reserve_btn {
  padding-right: 20px;
  padding-left: 20px;
}

.sectoinDiary {
  letter-spacing: 0.05em;
  padding: 80px 0 80px;
}

@media screen and (max-width: 600px) {
  .sectoinDiary {
    padding: 50px 0 20px;
  }
}

.sectoinDiary__ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .sectoinDiary__ttl {
    margin-bottom: 10px;
  }
}

.sectoinDiary__ttl-img {
  max-width: 220px;
  width: 100%;
  margin: auto;
  margin-bottom: 22px;
}

@media screen and (max-width: 600px) {
  .sectoinDiary__ttl-img {
    max-width: 150px;
  }
}

.sectoinDiary__ttl-img img {
  width: 100%;
  height: auto;
}

.sectoinDiary__ttl-text {
  text-align: center;
  color: #fff;
}

.sectoinDiary.home_diary {
  background: none;
  background-color: #149f93;
}

.sectoinDiary.home_diary .list .box {
  margin-right: 0;
  min-height: 389px;
}

@media screen and (max-width: 600px) {
  .sectoinDiary.home_diary .list .box {
    min-height: 333px;
  }
}

.sectoinPrice {
  padding: 80px 20px 130px;
  letter-spacing: 0.05em;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .sectoinPrice {
    padding: 50px 20px 60px;
  }
}

.sectoinPrice__campaignWrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .sectoinPrice__campaignWrap {
    margin-bottom: 10px;
  }
}

.sectoinPrice__campaign {
  text-align: center;
  margin-bottom: 10px;
}

.sectoinPrice__campaign-text01 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 600px) {
  .sectoinPrice__campaign-text01 {
    font-size: 15px;
  }
}

.sectoinPrice__campaign .sectoinPrice__campaign-text02:before, .sectoinPrice__campaign .sectoinPrice__campaign-text02:after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sectoinPrice__campaign-text02 {
  font-size: 25px;
  font-weight: 800;
  padding: 12px 52px 16px;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .sectoinPrice__campaign-text02 {
    font-size: 20px;
    padding: 8px 52px 12px;
  }
}

.sectoinPrice__campaign-text02:before {
  left: 25px;
  transform: rotate(-35deg);
}

.sectoinPrice__campaign-text02:after {
  right: 25px;
  transform: rotate(35deg);
}

.sectoinPrice__campaign .sectoinPrice__campaign-gift:before, .sectoinPrice__campaign .sectoinPrice__campaign-gift:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f8d111;
  position: absolute;
}

.sectoinPrice__campaign-gift {
  background-color: #d61e20;
  max-width: 626px;
  width: 100%;
  margin: auto;
  color: #fff;
  padding: 18px 20px 20px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .sectoinPrice__campaign-gift {
    padding: 12px 20px 15px;
  }
}

.sectoinPrice__campaign-gift:before {
  transform: rotate(-90deg);
  left: -10px;
  top: 55px;
}

.sectoinPrice__campaign-gift:after {
  top: 0;
  left: 45px;
}

.sectoinPrice__campaign-gift-deco {
  color: #d61e20;
  background-color: #f8d111;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 8px 2px;
  display: inline-block;
  transform: rotate(-45deg);
  position: absolute;
  left: -1px;
  top: 17px;
  border-radius: 5px 5px 0 0;
}

.sectoinPrice__campaign-gift-en {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.6em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 18px;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .sectoinPrice__campaign-gift-en {
    font-size: 8px;
    padding: 5px 10px;
  }
}

.sectoinPrice__campaign-gift-price {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 600px) {
  .sectoinPrice__campaign-gift-price {
    font-size: 40px;
    margin-bottom: 5px;
  }
}

.sectoinPrice__campaign-gift-price span {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .sectoinPrice__campaign-gift-price span {
    font-size: 15px;
  }
}

.sectoinPrice__campaign-gift-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
  .sectoinPrice__campaign-gift-text {
    font-size: 15px;
  }
}

.sectoinPrice__caption {
  margin-bottom: 20px;
  max-width: 285px;
  width: 100%;
  margin: auto;
  text-align: left;
}

.sectoinPrice__caption li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.sectoinPrice__caption li:before {
  content: "※";
  position: absolute;
  top: 2px;
  left: 0;
}

.sectoinPrice__subTitle {
  text-align: center;
}

.sectoinPrice__tab-panel {
  max-width: 1200px;
  width: 100%;
  margin: 28px auto 20px;
}

.sectoinPrice__tab-group {
  width: 100%;
  display: flex;
}

.sectoinPrice__tab-group .tab, .sectoinPrice__tab-group .tab.is-active {
  width: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 20px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .sectoinPrice__tab-group .tab, .sectoinPrice__tab-group .tab.is-active {
    font-size: 16px;
    padding: 12px 8px;
  }
}

.sectoinPrice__tab-group .tab {
  background-color: #dfdfdf;
}

.sectoinPrice__tab-group .tab.is-active {
  color: #fff;
  background-color: #dc0002;
}

.sectoinPrice .sectoinPrice__panel-group, .sectoinPrice .sectoinPrice__panel-group--nonb {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 500px) {
  .sectoinPrice .sectoinPrice__panel-group, .sectoinPrice .sectoinPrice__panel-group--nonb {
    padding: 20px 15px 32px;
  }
}

.sectoinPrice__panel-group {
  border-top: 3px solid #dc0002;
  border-radius: 0 0 10px 10px;
  padding: 33px 20px 45px;
}

.sectoinPrice__panel-group--nonb {
  border-radius: 10px;
  padding: 20px;
}

@media screen and (max-width: 500px) {
  .sectoinPrice__tablewarp {
    overflow: auto;
  }
}

.sectoinPrice__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 500px) {
  .sectoinPrice__table {
    width: 450px;
  }
}

.sectoinPrice__table .W46 {
  width: 46%;
}

@media screen and (max-width: 500px) {
  .sectoinPrice__table .W46 {
    width: 38%;
  }
}

.sectoinPrice__table .W54 {
  width: 54%;
}

@media screen and (max-width: 500px) {
  .sectoinPrice__table .W54 {
    width: 62%;
  }
}

.sectoinPrice__table .W27 {
  width: 27%;
}

@media screen and (max-width: 500px) {
  .sectoinPrice__table .W27 {
    width: 31%;
  }
}

.sectoinPrice__table .w50 {
  width: 50%;
}

.sectoinPrice__table .textleft {
  text-align: left;
}

.sectoinPrice__table thead th {
  background-color: #df817e;
  color: #fff;
  text-align: center;
  padding: 17px 15px;
  border: 2px solid #fff;
}

.sectoinPrice__table thead td {
  background-color: #dddddd;
  color: #131313;
  text-align: center;
  padding: 17px 15px;
  border: 2px solid #fff;
}

.sectoinPrice__table tbody th {
  background-color: #dddddd;
  text-align: center;
  padding: 17px 15px;
  border: 2px solid #fff;
}

.sectoinPrice__table tbody td {
  background-color: #fff;
  text-align: center;
  padding: 17px 15px;
  border-bottom: 2px solid rgba(223, 129, 126, 0.6);
  border-right: 2px solid rgba(223, 129, 126, 0.6);
}

.panel {
  display: none;
  width: 100%;
  padding: 0 0 13px;
}

@media screen and (max-width: 500px) {
  .panel {
    overflow: auto;
  }
}

.panel.is-show {
  display: block;
}

.sectoinShoplist {
  background-color: #fff;
  padding-top: 30px;
}

.sectoinShoplist__tab-group {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
}

.sectoinShoplist__tab-group .tab, .sectoinShoplist__tab-group .tab.is-active {
  width: 25%;
  border-radius: 10px 10px 0 0;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .sectoinShoplist__tab-group .tab, .sectoinShoplist__tab-group .tab.is-active {
    font-size: 16px;
  }
}

.sectoinShoplist__tab-group .tab {
  background-color: #e9e9e9;
  color: #444;
}

.sectoinShoplist__tab-group .tab.is-active {
  background-color: #d61e20;
  color: #fff;
}

.sectoinShoplist__panel-group {
  background-color: #f9efe3;
  padding: 54px 20px 100px;
  border-top: 5px solid #d61e20;
}

@media screen and (max-width: 600px) {
  .sectoinShoplist__panel-group {
    padding: 20px 20px 40px;
  }
}

.sectoinShoplist__panel-group .panel {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.sectoinShoplist__item {
  width: 100%;
  background-color: #fff;
  padding: 22px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-radius: 5px;
}

@media screen and (max-width: 600px) {
  .sectoinShoplist__item {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 0 auto 15px;
  }
}

.sectoinShoplist__item-left {
  max-width: 450px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 18% 0 0 0;
  border-radius: 5px;
}



@media screen and (max-width: 600px) {
  .sectoinShoplist__item-left {
    margin-bottom: 15px;
    padding: 38% 0 0 0;
  }
}

@media screen and (max-width: 600px) {
  .sectoinShoplist__item-left.img_main202409 {
    margin-bottom: 15px;
    padding: 168px 0 0 0;
  }
}

.sectoinShoplist__item-left img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  left: 60%;
  transform: translateX(-50%);
}

.sectoinShoplist__item-left.img_main202409 {
  max-width: 410px;
}

.sectoinShoplist__item-left.img_main202409 img {
  width:100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateX(0%);

}

.sectoinShoplist__item-center {
  line-height: 1.3;
  max-width: 300px;
  width: 100%;
}

.sectoinShoplist__item-center.img_main202409 {
  line-height: 1.3;
  max-width: 350px;
  width: 100%;
}




@media screen and (max-width: 600px) {
  .sectoinShoplist__item-center {
    margin-bottom: 15px;
  }
  .sectoinShoplist__item-left img {
    left: 50%;
  }
}

.sectoinShoplist__item-center .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.sectoinShoplist__item-center .adress, .sectoinShoplist__item-center .time, .sectoinShoplist__item-center .tel {
  font-size: 15px;
  padding-bottom: 5px;
}

.sectoinShoplist__item-center .pay {
  max-width: 370px;
  width: 100%;
  margin-top: 15px;
}

.sectoinShoplist__item-center .pay img {
  width: 100%;
  height: auto;
}

.sectoinShoplist__item-right .iconWrap {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.sectoinShoplist__item-right .iconWrap .icon {
  width: calc((100% - 25px) / 6);
  margin-right: 5px;
  margin-bottom: 5px;
}

.sectoinShoplist__item-right .iconWrap .icon:nth-child(6n) {
  margin-right: 0;
}

.sectoinShoplist__item-right .iconWrap .icon img {
  width: 100%;
  height: auto;
}

.sectoinShoplist .sectoinShoplist__btn--yoyaku a, .sectoinShoplist__btn--yoyaku .sectoinShoplist a, .sectoinShoplist .sectoinShoplist__btn--line .lineModalOpen, .sectoinShoplist__btn--line .sectoinShoplist .lineModalOpen {
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  margin-top: 8px;
  transition: 0.3s;
}

.sectoinShoplist .sectoinShoplist__btn--yoyaku a:hover, .sectoinShoplist__btn--yoyaku .sectoinShoplist a:hover, .sectoinShoplist .sectoinShoplist__btn--line .lineModalOpen:hover, .sectoinShoplist__btn--line .sectoinShoplist .lineModalOpen:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.sectoinShoplist__btn--yoyaku a {
  background-color: #d61e20;
}

.sectoinShoplist__btn--line .lineModalOpen {
  background-color: #1cb720;
  cursor: pointer;
}


/* .sectoinShoplist__btn--line {
	display: none;
} */


.ec23_mochikomi_page #ec23_mochikomi_wapper{
  display: flex;
  padding-top: 0;
  background-color: #f9efe3;
  padding-bottom: 0;
  

}

.ec23_mochikomi_page #ec23_mochikomi_wapper .ec23_mochikomi_title{
  display: none;
}

.ec23_mochikomi_page #anchor04{
  background-color: #f9efe3;
  padding-bottom: 60px;
}

.ec23_mochikomi_page #anchor03{
  padding-bottom: 60px;
}

.ec23_mochikomi_page #ec23_mochikomi_wapper .ec23_btn_type03{
  display: none;
}