@charset "utf-8";

/*=== メインエリア ===*/
.main-cpWrap .main-ttl {
  color: #41362e;
}
.main-cpWrap .main-subttl {
  color: #41362e;
  font-size: 26px;
  text-align: center;
}
.main-cpWrap .main-txt .type-accent {
  color: #e85d00;
  font-weight: bold;
}
.main-cpWrap .main-note {
  text-align: center;
}
.main-cpWrap .commonIcon-tel {
  width: 23px;
  height: 25px;
}
@media print, screen and (min-width: 769px) {
  .main-cpWrap .commonIcon-pc {
    width: 35px;
    height: 27px;
  }
}


/*=== お問い合わせ ===*/
.cpApply {
  background-color: #edf2df;
}
.cpApply-wrap {
  background-color: #276128;
}
.cpApply-bg::before {
  background-color: #edf2df;
}
.cpApply-head {
  background-color: #276128;
}
.cpApply-limit {
  color: #633f29;
}


/*=== メインビジュアル ===*/
.mainvisual {
  background: #dff1fe;
}
.mainvisual-sub {
  color: #633f29;
  background-color: #f7f1ad;
}


/*=== メニュー ===*/
#menu{
  padding-top: 100px;
}
.menu {
  background-color: #f1f2c7;
}
.menu .main-section{
  padding-top: 0;
}
.menu-inner {
  margin: 0 50px;
  padding: 0 20px;
}
.menu-ttl {
  position: relative;
  top: -40px;
  text-align: center;
  max-width: 292px;
  margin: 0 auto;
}
.menu-ttl_balloon {
  position: absolute;
  bottom: -22px;
  left: -168px;
  width: 154px;
}
.menu-ttl_txt {
  display: block;
}
.menu-list {
  display: flex;
  flex-wrap: wrap;
}
.menu-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc((100% - 32px) / 3);
  margin: 20px 0 0 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 5px 0 #fff, -5px -5px 6px 0 rgba(255, 255, 255, 0.6), 7px 7px 10px 0 rgba(19, 65, 104, 0.15);
}
a.menu-link {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
  padding: 55px 10px 10px;
  border: 1px solid #fff;
  color: #232b35;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 5px 0 #fff, -5px -5px 6px 0 rgba(255, 255, 255, 0.6), 7px 7px 10px 0 rgba(19, 65, 104, 0.15);
}
a.menu-link:visited {
  color: #232b35;
}
a.menu-link:hover {
  text-decoration: none;
}
a.menu-link:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #008391;
  border-radius: 8px;
}
.menu-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  z-index: 1;
}
.menu-lead {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.menu-lead strong {
  color: #ff6600;
}
.menu-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  padding-left: 10px;
}
.menu-device {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin:0 20px 20px 20px;
}
.menu-pc {
  width: 32px;
}
.menu-sp {
  width: 18px;
  margin-left: 10px;
}
.menu-time {
  padding: 5px 10px 0;
  font-weight: bold;
  font-size: 20px;
  background-color: #f6f6f6;
}
.menu-time img {
  width: 30px;
}
.menu-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 35px auto 0;
  padding: 10px 0;
  border: 1px solid #455b73;
  border-radius: 8px;
}
.menu-txt {
  position: relative;
  margin: 0 15px;
}
.menu-txt.pattern-pc {
  text-indent: -50px;
  padding-left: 50px;
}
.menu-txt.pattern-sp {
  text-indent: -33px;
  padding-left: 33px;
}
.menu-txt.pattern-time {
  text-indent: -43px;
  padding-left: 43px;
}
.menu-txt.pattern-pc img {
  width: 34px;
}
.menu-txt.pattern-sp img {
  width: 18px;
}
.menu-txt.pattern-time img {
  width: 28px;
}
.menu-note {
  width: 100%;
  max-width: 900px;
  margin: 15px auto 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.menu-transition {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 50px;
}
.menu-transition span {
  font-style: oblique;
}
.menu-transition a {
  color: #232b35;
}
.menu-transition a:visited {
  color: #232b35;
}
.menu-transition a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.menu-inquiry{
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 840px;
  margin: 50px auto 0;
  padding: 20px 60px;
  box-shadow: 0px 2px 4px 0px rgba(55, 51, 43, 0.15);
}
.menu-inquiry strong {
  color: #e32a05;
}
.menu-inquiry span {
  font-size: 135%;
  color: #e32a05;
}
.menuDetail {
  padding: 40px 20px 20px;
}
.menuDetail-ttl {
  border-bottom: 4px solid #276128;
  text-align: center;
}
.menuDetail-ttl img {
  width: 100%;
}
.menuDetail-column {
  display: flex;
  margin-top: 30px;
}
.menuDetail-thumb {
  width: 210px;
  min-width: 210px;
}
.menuDetail-detail {
  margin-left: 20px;
  line-height: 1.5;
}
.menuDetail-example {
  padding: 20px 15px;
  flex-grow: 1;
}
.menuDetail-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  margin-top: 5px;
}
.menuDetail-item:first-of-type {
  margin-top: 0;
}
.menuDetail-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #395432;
  border-radius: 50%;
}
.menuDetail-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.menuDetail-pc {
  width: 26px;
}
.menuDetail-sp {
  width: 14px;
  margin-left: 6px;
}
.menuDetail-time {
  min-width: 63px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #276128;
}
.menuDetail-time img {
  position: relative;
  top: 3px;
  width: 16px;
}
@media print, screen and (min-width: 769px) {
  /*=== メニュー ===*/
  .menu-item:nth-child(3n+1){
    margin-left:0;
  }
}
@media print, screen and (max-width: 500px) {
  /*=== メニュー ===*/
  #menu {
    padding-top: 20vw;
  }
  .menu-ttl {
    top: -35px;
  }
}
.appeal{
  background-color: #fff;
}

/*=== 特価内容 ===*/
.special {
  background: url(../images/special_bg_001.png) no-repeat top left, url(../images/special_bg_002.png) no-repeat top right,#dff1fe
}
.special-txt {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
.special .main-note {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}

/* specialTable */
.specialTable {
  margin: 30px -20px 0;
  padding-bottom: 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 1200px) {
  .specialTable {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .specialTable::-webkit-scrollbar {
    display: none;
  }
}
.specialTable-table {
  width: 1160px;
  margin: 0 20px;
  border-top: 1px solid #a09b85;
  border-left: 1px solid #a09b85;
  border-collapse: separate;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.specialTable-table.pattern-option {
  margin-top: 40px;
}
thead tr:last-child th:first-child {
  border-radius: 10px 0 0 0;
}
thead tr:last-child th:last-child {
   border-radius: 0 10px 0 0px;
}
tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}
.specialTable-table .type-center {
  text-align: center;
}
.specialTable-table th,
.specialTable-table td {
  padding: 15px 20px;
  border-right: 1px solid #a09b85;
  border-bottom: 1px solid #a09b85;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.specialTable-head {
  font-size: 20px;
  background-color: #faf2d4;
}
.specialTable-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232b35;
}
.specialTable-icon {
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1050%) hue-rotate(52deg) brightness(112%) contrast(101%);
}
.specialTable-name {
  font-size: 18px;
}
.specialTable-table .specialTable-data {
  display: flex;
  align-items: center;
  font-size: 20px;
  text-align: center;
}
.pattern-option .specialTable-data {
  display: flex;
  align-items: center;
}
.specialTable-detail {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.specialTable-label {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
  background-color: #e85d00;
}
.specialTable-arrow {
  padding: 0 10px;
}
.specialTable-price.pattern-discount {
  color: #c40a0a;
  font-weight: bold;
  line-height: 1;
}
.pattern-discount .type-accent {
  font-size: 25px;
}
.pattern-option .pattern-discount .type-accent {
  font-size: 20px;
}
.pattern-discount .type-em {
  font-size: 50px;
}
.pattern-option .pattern-discount .type-em {
  font-size: 35px;
}


/*=== お客様の声 ===*/
.voice {
  background-color: #f7f7f7;
}
.voice .main-subttl {
  font-size: 26px;
}
.voice-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice-item {
  display: flex;
  align-items: center;
  width: calc((100% - 20px) / 2);
  min-height: 210px;
  margin-top: 20px;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.voice-icon {
  width: 30%;
  max-width: 120px;
  margin-right: 20px;
}
.voice-cont {
  width: 70%;
}
.voice-txt {
  font-size: 18px;
}
.voice-txt .type-accent {
  color: #e85d00;
  font-weight: bold;
}


/*=== お申込み方法 ===*/
.howto {
  background-color: #f5f2ef;
}
.howto-wrap {
  line-height: 1.2;
}
.howto-wrap.pattern-web {
  margin-top: 30px;
}
.howto-wrap.pattern-tel {
  margin-top: 20px;
  padding: 30px 20px 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.howto-head {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 35px;
  border: 2px solid #c40a0a;
  color: #c40a0a;
  font-weight: bold;
  font-size: 24px;
  background-color: #fff;
  border-radius: 50px;
}
.howto-head::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #c40a0a;
  border-right: 2px solid #c40a0a;
  background-color: #fff;
  transform: translateX(-50%) rotate(135deg);
}
.telApply .howto-head,
.telApply .howto-head::after {
  border-color: #1c3583;
  color: #1c3583;
}
.howto-icon {
  margin-right: 10px;
}
.pattern-tel .howto-icon {
  filter: brightness(0) saturate(100%) invert(12%) sepia(50%) saturate(4216%) hue-rotate(222deg) brightness(98%) contrast(90%);
}
.pattern-web .howto-icon {
  filter: brightness(0) saturate(100%) invert(11%) sepia(85%) saturate(5582%) hue-rotate(358deg) brightness(94%) contrast(96%);
}
.howto-main .type-em {
  font-size: 34px;
  line-height: 1;
}
.howto-list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  line-height: 1.2;
}
.howto-item {
  position: relative;
  width: calc((100% - (20px * 2)) / 3);
  border: 1px solid #f4c1b2;
  border-radius: 10px;
  background-color: #fff;
}
.howto-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -17px;
  width: 10px;
  height: 20px;
  background-color: #c40a0a;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.howto-item:hover {
  opacity: 0.8;
}
.howto-btn {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
}
.howto-number {
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #c40a0a;
  border-radius: 10px 10px 0 0;
}
.howto-number .type-em {
  font-size: 24px;
  line-height: 1;
}
.howto-cont {
  padding: 20px 20px 15px;
}
.howto-thumb {
  max-width: 550px;
  margin: 0 auto;
  border: 2px solid #f7f1ef;
  border-radius: 10px;
  overflow: hidden;
}
.howto-txt {
  margin-top: 15px;
  font-size: 18px;
}
/*=== モーダル部分 ===*/
.howto .modal-inner {
  padding: 45px;
}
.howto-detail {
  border: 1px solid #f4c1b2;
  border-radius: 10px;
}
.modal .howto-number {
  padding: 15px 10px;
  font-size: 32px;
}
.modal .howto-number .type-em {
  font-size: 45px;
}
.modal .howto-cont {
  padding: 25px 25px 30px;
}
.modal .howto-txt {
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
}


/*=== 電話からのお申込み方法 ===*/
.telApply {
  display: flex;
}
.telApply-head {
  flex-grow: 1;
}
.telApply .howto-ttl {
  background-color: #1c3583;
}
.telApply-main {
  margin-top: 15px;
  font-size: 18px;
}
.telApply-cont {
  display: flex;
  align-items: flex-end;
}
.telApply-reception {
  margin-left: 30px;
}
.telApply-ttl {
  display: inline-block;
  padding: 3px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: #1c3583;
}
.telApply-number a {
  font-weight: bold;
  font-size: 58px;
  line-height: 1;
}
@media print, screen and (max-width: 1200px) {
  .telApply-number a {
    font-size: 4.833vw;
  }
}
.telApply-item {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.telApply-label {
  min-width: 92px;
  padding: 5px 10px;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: #1c3583;
}
.telApply-time {
  font-size: 20px;
}
@media print, screen and (max-width: 880px) {
  .telApply {
    display: block;
  }
  .telApply-cont {
    margin: 20px 0 0 -30px;
  }
}


@media print, screen and (max-width: 768px) {
  /*=== メインエリア ===*/
  .main-cpWrap .main-subttl {
    font-size: 18px;
  }
  .main-cpWrap .commonIcon-tel {
    width: 20px;
    height: 22px;
  }
 
  /*=== メニュー ===*/
  #menu {
    padding-top: 100px;
  }
  .menu-inner {
    margin: 0 auto;
    padding: 0 10px 25px;
  }
  .menu-ttl {
    top: -25px;
    width: 55.2vw;
    min-width: 207px;
  }
  .menu-ttl_balloon {
    position: absolute;
    bottom: 22px;
    left: -21vw;
    width: 24vw;
    max-width: 125px;
  }
  .menu-list {
    order: 2;
  }
  .menu-item {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
  .menu-item:first-of-type {
    margin-top: 0;
  }
  a.menu-link {
    padding: 35px 10px 12px;
    border-radius: 4px;
  }
  a.menu-link:hover::after {
    border-width: 3px;
    border-radius: 3px;
  }
  .menu-icon {
    top: -20px;
    width: 50px;
    height: 50px;
  }
  .menu-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    font-size: 14px;
    margin: 0 -10px;
  }
  .menu-device {
    margin: 0 12px 12px 12px;
  }
  .menu-cont {
    padding-left: 0;
  }
  .menu-pc {
    width: 23px;
  }
  .menu-sp {
    width: 13px;
    margin-left: 8px;
  }
  .menu-time {
    padding: 2px 5px;
    font-size: 14px;
  }
  .menu-time img {
    width: 21px;
  }
  .menu-detail {
    display: block;
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    padding: 15px 25px;
    border-radius: 5px;
  }
  .menu-txt {
    margin: 0;
  }
  .menu-txt.pattern-pc,
  .menu-txt.pattern-sp,
  .menu-txt.pattern-time {
    text-indent: -37px;
    padding-left: 37px;
  }
  .menu-txt.pattern-pc img {
    width: 23px;
  }
  .menu-txt.pattern-sp img {
    width: 13px;
    margin: 0 5px;
  }
  .menu-txt.pattern-time img {
    width: 21px;
    margin: 0 1px;
  }
  .menu-txt+.menu-txt {
    margin-top: 8px;
  }
  .menu-note {
    margin-top: 20px;
    font-size: 13px;
  }
  .menu-transition {
    margin-top: 30px;
    font-size: 15px;
  }
  .menu-inquiry {
    margin-top: 30px;
    padding: 15px 20px;
    font-size: 15px;
  }
  .menuDetail {
    padding: 45px 10px 20px;
  }
  .menuDetail-ttl {
    border-width: 2px;
    font-size: 16px;
  }
  .menuDetail-column {
    display: block;
    margin-top: 10px;
  }
  .menuDetail-thumb {
    width: 180px;
    min-width: 180px;
    margin: 0 auto;
  }
  .menuDetail-detail {
    margin: 15px 0 0;
  }
  .menuDetail-example {
    padding: 14px 12px;
  }
  .menuDetail-item {
    justify-content: space-between;
    padding-left: 13px;
    font-size: 14px;
  }
  .menuDetail-item:not(:first-child) {
    margin-top: 5px;
  }
  .menuDetail-item::before {
    top: 6px;
    width: 5px;
    height: 5px;
  }
  .menuDetail-pc {
    width: 23px;
  }
  .menuDetail-sp {
    width: 13px;
    margin-left: 6px;
  }
  .menuDetail-time img {
    top: 2px;
  }
   /*=== 特価内容 ===*/
  .special {
    background-image: none;
  }
  .special .main-subttl {
    font-size: 20px;
  }
  .special-txt {
    font-size: 18px;
  }
  /* specialTable */
  .specialTable {
    margin: 0;
    padding-bottom: 0;
    overflow-x: auto;
  }
  .specialTable .main-subsec:first-child {
    margin-top: 40px;
  }
  .specialTable-table {
    width: 100%;
    max-width: 550px;
    margin: 10px auto 0;
  }
  .specialTable-table .specialTable-data {
    display: block;
  }
  .specialTable-table.pattern-option {
    margin-top: 40px;
  }
  .specialTable-table th {
    padding: 10px 5px;
    text-align: center;
  }
  .specialTable-table td {
    padding: 15px;
  }
  .specialTable-head {
    font-size: 18px;
  }
  .specialTable-label {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .specialTable-price {
    font-size: 15px;
  }
  .specialTable-arrow {
    padding: 0 2px;
    font-size: 14px;
  }
  .specialTable-price.pattern-discount,
  .pattern-discount .type-accent {
    font-size: 18px;
  }
  .pattern-discount .type-em {
    font-size: 32px;
  }
  /*=== お客様の声 ===*/
  .voice .main-subttl {
    font-size: 21px;
  }
  .voice-list {
    display: block;
  }
  .voice-item {
    display: block;
    position: relative;
    width: 100%;
    min-height: auto;
    margin-top: 55px;
    padding: 40px 15px 20px;
  }
  .voice-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 60px;
    max-width: 60px;
    margin-right: 0;
    transform: translateX(-50%);
  }
  .voice-cont {
    width: 100%;
  }
  .voice-txt {
    font-size: 17px;
  }
  /*=== お申込み方法 ===*/
  .howto-wrap.pattern-web {
    margin-top: 25px;
  }
  .howto-wrap.pattern-tel {
    padding: 20px 15px;
  }
  .howto-head {
    padding: 8px 20px;
    font-size: 16px;
  }
  .howto-main .type-em {
    font-size: 22px;
  }
  .howto-list {
    display: block;
  }
  .howto-item {
    width: 100%;
  }
  .howto-item:not(:first-child) {
    margin-top: 40px;
  }
  .howto-item:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -30px;
    width: 20px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: translateX(50%);
  }
  .howto-cont {
    padding: 15px;
  }
  .howto-txt {
    font-size: 14px;
  }
  /*=== モーダル部分 ===*/
  .howto .modal-inner {
    padding: 25px 15px;
  }
  .modal .howto-number {
    padding: 5px 10px;
    font-size: 18px;
  }
  .modal .howto-number .type-em {
    font-size: 24px;
  }
  .modal .howto-cont {
    padding: 15px;
  }
  .modal .howto-txt {
    margin-top: 15px;
    font-size: 14px;
  }
  /*=== 電話からのお申込み方法 ===*/
  .telApply-main {
    font-size: 16px;
  }
  .telApply-cont {
    display: block;
    margin: 15px 0 0;
  }
  .telApply-reception {
    margin: 10px 0 0;
  }
  .telApply-ttl {
    padding: 5px 10px;
    font-size: 18px;
  }
  .telApply-number {
    margin-top: 5px;
  }
  .telApply-number a {
    font-size: 44px;
    text-decoration: none;
  }
  .telApply-list {
    margin-left: -10px;
  }
  .telApply-item {
    display: inline-flex;
    margin-left: 10px;
  }
  .telApply-label {
    min-width: auto;
    margin-right: 5px;
    padding: 5px;
    font-size: 13px;
  }
  .telApply-time {
    font-size: 13px;
  }
}
