.koutou .container {
  display: block;
}
.koutou .bold {
  font-weight: bold;
}
.koutou .flex {
  display: flex;
}
.koutou .padding {
  padding: 85px 0 95px;
}
.koutou .padding.pb0 {
  padding-bottom: 0;
}
.koutou .cmnTtl {
  text-align: center;
  position: relative;
  border-bottom: solid 1px #666666;
  padding-bottom: 1em;
}
.koutou .cmnTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 165px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
  background-color: #ed6a00;
  border-radius: 100px;
}
.koutou .mv {
  text-align: center;
  background: url(../img/page/koutou/mv.jpg) no-repeat center/cover;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.koutou .mv * {
  font-weight: bold;
  line-height: 1.5;
}
.koutou .mv span {
  display: block;
  text-align: center;
}
.koutou .mv .middle {
  font-size: 40px;
}
.koutou .mv .middle span {
  background-image: radial-gradient(circle at center, #ffcc00 40%, transparent 40%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.03em 0.5em;
  padding-top: 0.6em;
  display: inline;
}
.koutou .mv .large {
  font-size: 72px;
  color: #ed6a00;
  line-height: 1;
  margin-bottom: 0.4em;
  margin-top: 0.2em;
}
.koutou .mv .mvLink {
  background-color: #ed6a00;
  color: #fff;
  font-size: 18px;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  height: 70px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.koutou .mv .mvLink:hover {
  opacity: 0.7;
  text-decoration: none;
}
.koutou .worryFlex {
  display: flex;
}
.koutou .worryTtl {
  font-size: 32px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 30px;
}
.koutou .worryTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background: url(../img/page/koutou/worryTtlBottom.svg) no-repeat center/contain;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.koutou .worryPh {
  margin-right: 20px;
  flex-shrink: 0;
}
.koutou .worryBottom {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}
.koutou .worryBottom span {
  color: #ed6a00;
}
.koutou ul.check li {
  position: relative;
  font-size: 19px;
  padding-left: 35px;
  margin-top: 0.5em;
  font-weight: bold;
}
.koutou ul.check li::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 22px;
  background: url(../img/page/koutou/check.svg) no-repeat center/contain;
  left: 0;
  top: 0.5em;
  transform: translateY(-50%);
}
.koutou ul.circle {
  margin-top: 1em;
  margin-bottom: 1em;
}
.koutou ul.circle li {
  font-size: 16px;
}
.koutou ul.circle span {
  color: #ed6a00;
}
.koutou #merit {
  background-color: #fbf7f0;
}
.koutou .meritTtl {
  color: #fff;
  padding: 0.5em;
  font-size: 32px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.koutou .meritTtl * {
  font-weight: bold;
}
.koutou .meritTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  background-color: #ed6a00;
  border-radius: 5px;
  z-index: 0;
}
.koutou .meritTtl .inner {
  position: relative;
  z-index: 1;
}
.koutou .meritTtl span {
  font-size: 60px;
  text-shadow: 3px 3px 0 #ed6a00, -3px 3px 0 #ed6a00, -3px -3px 0 #ed6a00, 3px -3px 0 #ed6a00;
}
.koutou .meritItem {
  background-color: #fff;
  padding: 40px 30px;
  margin-top: 40px;
}
.koutou .meritItemTtl {
  font-size: 28px;
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.koutou .meritItemTtl * {
  font-weight: bold;
}
.koutou .meritItemTtl .num {
  font-size: 60px;
  color: #ed6a00;
  margin-right: 0.4em;
}
.koutou .meritPh {
  margin-right: 25px;
  flex-shrink: 0;
}
.koutou .meritTxt {
  font-size: 14px;
}
.koutou .meritChild {
  margin-top: 22px;
  background-color: rgba(237, 106, 0, 0.1);
  border-radius: 6px;
  padding: 20px 30px;
}
.koutou .meritChild .ulChild, .koutou .meritChild .ulChild02 {
  margin-left: 2em;
}
.koutou .meritChildTtl {
  font-size: 24px;
  font-weight: bold;
  color: #ed6a00;
  border: solid 3px #ed6a00;
  border-radius: 1000px;
  padding: 0.5em;
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 16px;
  text-align: center;
  background-color: #fff;
}
.koutou #event .cmnTtl {
  margin-bottom: 1em;
}
.koutou #event .event-list {
  height: auto;
  align-items: flex-start;
}
.koutou #event .event-list .event-list-image {
  width: 320px;
  flex-shrink: 0;
}
.koutou #event .event-list .event-list-image img {
  width: 100%;
  height: 230px;
}
.koutou #event .event-list .event-term {
  font-size: 18px;
  text-align: left;
  padding: 0.2em 1em;
}
.koutou .largeTtl {
  background-color: #ed6a00;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.koutou .reasonItem {
  border: solid 1px #ed6a00;
  background-color: #fff;
  padding: 15px 40px 40px;
  position: relative;
}
.koutou .reasonItem::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/page/koutou/reasonItemBg.svg) no-repeat right bottom/cover;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}
.koutou .reasonItem > * {
  position: relative;
  z-index: 1;
}
.koutou .reasonItem + .reasonItem {
  margin-top: 80px;
}
.koutou .reasonCntTtl {
  display: flex;
  align-items: center;
}
.koutou .reasonCntTtl .img {
  margin-right: 15px;
}
.koutou .reasonCstmr {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: dashed 1px #ed6a00;
}
.koutou .reasonCstmr .ttl {
  font-size: 28px;
  font-weight: bold;
  color: #ed6a00;
}
.koutou .reasonBest .ttl {
  font-weight: bold;
  font-size: 21px;
}
.koutou .reasonCntTxt {
  font-weight: bold;
  font-size: 14px;
  margin-top: 12px;
}
.koutou .subTtl {
  border: solid 3px #ed6a00;
  color: #ed6a00;
  padding: 1em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.koutou #info .subTtl {
  margin-bottom: 30px;
}
.koutou .infoSoubaWrap {
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.koutou .infoSoubaItem {
  width: calc(50% - 15px);
  border: solid 1px #ed6a00;
  margin-top: 22px;
}
.koutou .infoSoubaItem .ttl {
  font-size: 24px;
  color: #fff;
  background-color: #ed6a00;
  text-align: center;
  padding: 0.5em;
}
.koutou .infoSoubaItem .priceWrap {
  font-weight: bold;
  font-size: 25px;
  padding: 0.9em 0.5em 0.5em;
  text-align: center;
}
.koutou .infoSoubaItem .priceWrap .num {
  font-size: 49px;
  color: #ed6a00;
}
.koutou .infoSoubaItem .priceWrap * {
  font-weight: bold;
}
.koutou .infoPoint .check {
  margin-top: 2em;
  margin-bottom: 2em;
}
.koutou .infoHojokinItem .ttl {
  color: #ed6a00;
  border-bottom: solid 1px #ed6a00;
  font-size: 20px;
  padding-bottom: 0.5em;
  margin-bottom: 10px;
  margin-top: 40px;
}
.koutou .infoHojokinItem table {
  border: solid 1px #808080;
  margin-top: 30px;
  width: 100%;
}
.koutou .infoHojokinItem table tr + tr th, .koutou .infoHojokinItem table tr + tr td {
  border-top: solid 1px #808080;
  min-height: 100px;
}
.koutou .infoHojokinItem table th, .koutou .infoHojokinItem table td {
  padding: 1em;
}
.koutou .infoHojokinItem table th {
  background-color: #f2f2f2;
  text-align: center;
  width: 280px;
  font-size: 18px;
  font-weight: bold;
}
.koutou .infoHojokinCv {
  display: flex;
  background-color: #fbf7f0;
  padding: 20px;
}
.koutou .infoHojokinCv .img {
  flex-shrink: 0;
  margin-right: 35px;
}
.koutou .infoHojokinCv .txtBlock .ttl {
  color: #ed6a00;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: solid 3px #ed6a00;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
}
.koutou .infoHojokinCv .txtBlock .txt {
  color: #333;
}
.koutou .infoHojokinCv .txtBlock .btn2 {
  text-align: center;
  border: 3px solid #ed6a00;
  background: #fff;
  color: #ed6a00;
  text-decoration: none;
  opacity: 1 !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  display: block;
}
.koutou .infoHojokinCv .txtBlock .btn2::after {
  color: #ed6a00;
}
.koutou .voiceFlex {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 30px;
}
.koutou .voiceItem {
  width: calc(50% - 10px);
  border: solid 1px #cccccc;
  padding: 30px 25px 60px;
  margin-top: 25px;
}
.koutou .voiceItem .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.koutou .voiceItem .txt {
  font-size: 14px;
  margin-top: 30px;
}
.koutou .faqItem {
  margin-top: 50px;
}
.koutou .faqItem dt, .koutou .faqItem dd {
  display: flex;
  align-items: center;
}
.koutou .faqItem dt i, .koutou .faqItem dd i {
  margin-right: 20px;
  flex-shrink: 0;
}
.koutou .faqItem dt .ttl, .koutou .faqItem dd .ttl {
  font-size: 24px;
  font-weight: bold;
}
.koutou .faqItem dt .txt, .koutou .faqItem dd .txt {
  font-size: 14px;
}
.koutou .faqItem dt {
  border-bottom: dashed 1px #666666;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.koutou #faq .omakase .ttl {
  position: relative;
  padding: 0 48px;
  font-size: 28px;
  font-weight: bold;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.koutou #faq .omakase .ttl span {
  color: #ed6a00;
}
.koutou #faq .omakase .ttl::before, .koutou #faq .omakase .ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 46px;
  background: url(../img/page/koutou/ic-omakaseTt.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
}
.koutou #faq .omakase .ttl::before {
  left: 0;
}
.koutou #faq .omakase .ttl::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.koutou .omakaseFlex {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 30px;
}
.koutou .omakaseFlex > * {
  width: calc(50% - 10px);
}
.koutou .omakaseFlex .gmap {
  aspect-ratio: 490/326;
  position: relative;
}
.koutou .omakaseFlex .gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.koutou .cmnCv {
  padding: 95px 0;
}
.koutou .cmnCv.pb0 {
  padding-bottom: 0;
}
.koutou .cmnCv .ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.koutou .cmnCv .ttl::before, .koutou .cmnCv .ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 1px;
  background-color: #333333;
  bottom: 0;
}
.koutou .cmnCv .ttl::before {
  transform: rotate(45deg);
  left: 0;
}
.koutou .cmnCv .ttl::after {
  transform: rotate(-45deg);
  right: 0;
}
.koutou .cmnCv .cmnCvBox {
  border: solid 2px #ed6a00;
  background-color: #fbf7f0;
  padding: 40px 25px;
  display: flex;
  justify-content: space-between;
}
.koutou .cmnCv .cmnCvBox .cmnCvBoxLeft {
  display: flex;
  align-items: center;
}
.koutou .cmnCv .cmnCvBox .cmnCvBoxLeft i {
  margin-right: 10px;
}
.koutou .cmnCv .cmnCvBox .cmnCvBoxRight {
  display: block;
}
.koutou .cmnCv .cmnCvBox .cmnCvBoxRight a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.koutou .cmnCv .cmnCvBox .cmnCvBoxRight a::after {
  top: 50%;
  transform: translateY(-50%);
}
.koutou .cmnCv .cmnCvBox .telArea * {
  font-weight: bold;
}
.koutou .cmnCv .cmnCvBox .telArea .num {
  font-size: 68px;
  color: #f3141d;
  font-weight: bold;
  line-height: 1.2;
}
.koutou .cmnCv .cmnCvBox .telArea .hosoku {
  font-size: 21px;
  color: #333;
}