:root {
  --maincolor: #f4b1af;
}

* img {
  margin: 0 auto;
}
.footer-menu ul li a {
  background: none;
}

#wrapper p {
  font-size: 15px;
}

#wrapper p.center.img {
  margin: 1em auto;
}

.contact_under img {
  margin: auto;
}

.contact_under {
  width: auto;
  max-width: 780px;
}

/* -- header -- */
.header__wrap {
  margin-right: auto;
  margin-left: auto;
  width: auto;
  padding: 0;
  text-align: center;
  background: linear-gradient(to bottom, #f6f6ed 0%, #ffffff 67%, #f3f3e7 100%);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.header__wrap .pc-only_b:nth-of-type(1) {
}

@media (max-width: 767px) {
  /* -- header -- */
  .header__wrap {
    min-height: 16vw;
  }
  .header__wrap {
    padding: 0;
  }
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header__head {
  width: 30%;
}

@media (max-width: 1024px) {
  .header__head {
    width: 37%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .header__head {
    width: 100%;
  }
}

.header__copy {
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px 0;
  text-align: left;
  position: relative;
}

@media (max-width: 1023px) {
  .header__copy {
    font-size: 0.7rem;
  }
}

@media (max-width: 767px) {
  .header__copy {
    font-size: 0.9rem;
  }
}

.header__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  width: 30%;
  /*flex: 1;*/
}

@media (max-width: 1024px) {
  .header__info {
    width: 36%;
  }
}

.header__info p {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
}

@media (max-width: 1023px) {
  .header__info {
    width: 39%;
    text-align: left;
  }

  .header__info p {
    text-align: center;
    font-size: 0.88rem;
  }
}

.header__nav {
  position: relative;
  display: block;
  /* border-top: 1px solid #222222; */
  /* border-bottom: 1px solid #222222; */
  margin-top: 0;
  padding: 0;
  box-shadow: 0 4px 6px rgb(0 0 0 / 5%);
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  list-style: none;
  font-size: 1.1rem;
}

@media (max-width: 1024px) {
  .header__nav ul {
    font-size: 1rem;
  }
}

.header__nav li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  border-left: solid 1px #ecd1cf;
}
.header__nav li:first-child {
  border-left: 0;
}

.fixed {
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* background: #fff; */
  /* padding: 5px; */
  /* border-bottom: 1px solid #ddd; */
  /* z-index:10000; */
}

@media (max-width: 1024px) {
  .header__nav li:first-child:before {
    display: none;
  }

  .header__nav li:last-child:after {
    display: none;
  }
}

.header__nav li a {
  font-family:
    "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  line-height: 1.5;
  padding: 0.5em 0;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #663f33;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header__wrap-sp {
    margin: 5px auto;
  }

  .header__nav-sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: unset;
    width: 100%;
    max-width: 1000px;
    list-style: none;
    font-size: 1.1rem;
  }

  .header__nav-sp li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .header__nav-sp .btn {
    color: unset;
    background-color: unset;
    font-weight: unset;
    border-radius: unset;
    cursor: pointer;
    line-height: normal;
    padding: unset;
    text-decoration: none;
    text-align: center;
    font-size: unset;
    border: unset;
    position: unset;
    transition: unset;
    filter: unset;
    z-index: 999; /*追記：いつも一番上*/
  }

  .header__nav-sp .btn:hover {
    filter: unset;
  }

  .btn.close .bar-top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform 0.3s;
  }

  .btn.close .bar-middle {
    opacity: 0;
    transition: opacity 0.3s;
  }

  .btn.close .bar-bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform 0.3s;
  }

  .menu-lists {
    display: none;
    background-color: rgb(255 255 255 / 80%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
    text-align: center;
  }

  .menu-lists ul {
    display: block;
  }

  .menu-lists .sidebar-list_area {
    background: #fff;
    width: 90%;
  }

  .menu-lists .sidebar-list_area li {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 1%;
  }

  .menu-lists .sidebar-list:first-of-type {
    margin-top: 1%;
  }

  .btn-close {
    display: inline-block;
    float: right;
    position: relative;
  }

  .btn-close:before,
  .btn-close:after {
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    right: 15px;
    top: -20px;
  }

  .btn-close:before {
    transform: rotate(-45deg);
  }

  .btn-close:after {
    transform: rotate(45deg);
  }
}
.description {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
}

.description h1 {
  max-width: 1170px;
  width: 100%;
  font-size: 15px;
  line-height: 1.2em;
  color: #ffffff;
  margin: 0 auto;
  padding: 0;
}

#header_in {
  max-width: 1170px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header_in .inner_left {
  max-width: fit-content;
  width: 22%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

#header_in .inner_left img {
  width: fit-content;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_left p {
  font-size: 14px;
  text-align: left;
  line-height: 1.2em;
  color: #291c17;
  margin-top: 10px;
}

#header_in .inner_right {
  width: 70%;
  height: auto;
  margin: 0;
  padding: 0;
  /*    float: right;*/
  display: flex;
  justify-content: flex-end;
}

#header_in .inner_right .calendar {
  max-width: fit-content;
  width: 54%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

#header_in .inner_right .calendar img {
  max-width: fit-content;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right ul {
  max-width: fit-content;
  width: 100%;
  height: auto;
  margin: 20px 0 0 20px;
  padding: 0;
  float: right;
  display: flex;
  gap: 0 0.5rem;
  justify-content: flex-end;
  position: relative;
}
#header_in .inner_right ul:first-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/header-contact-txt01.webp) no-repeat center top / 82%
    auto;
  position: absolute;
  top: -24px;
}

/* #header_in .inner_right ul:last-child:before {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/header-contact-txt02.webp) no-repeat center top / 82% auto;
    position: absolute;
    top: -24px;
} */

#header_in .inner_right ul li {
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

#header_in .inner_right ul li:first-child {
}

#header_in .inner_right ul li img {
  height: 36px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#header_in .inner_right ul li:last-child .left {
  /*
    width: 67.74193548%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    */
}

#header_in .inner_right ul li:last-child .right {
  width: 27.74193548%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}
/* -- header -- */

/* -- sidebar -- */
.sidebar-botann_a,
.sidebar-botann_b {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 15px;
  margin-top: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.sidebar-botann_a:after,
.sidebar-botann_b:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 20px;
}

.sidebar-botann_a:after {
  border-top: 3px solid #85a51a;
  border-right: 3px solid #85a51a;
}

.sidebar-botann_b:after {
  border-top: 3px solid #432c26;
  border-right: 3px solid #432c26;
}

.sidebar-botann_a {
  border: 4px solid #85a51a;
}

.sidebar-botann_b {
  border: 4px solid #432c26;
}

.sidebar-link-area .sidebar-botann_a a {
  color: #85a51a;
  text-decoration: none;
}

.sidebar-link-area .sidebar-botann_b a {
  color: #432c26;
  text-decoration: none;
}

.sidebar-list_area {
  margin-top: 20px;
  border: 4px solid #f09c9c;
  border-radius: 10px;
  padding: unset;
  list-style: none;
  list-style-type: none;
}

.sidebar-list_title {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 15px;
  color: #f09c9c;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

p.sidebar-list_title {
  border-bottom: 4px solid #f09c9c;
}

.sidebar-list {
  line-height: 2.5;
  font-size: 1rem;
  border-bottom: 2px dotted #cccccc;
  width: 90%;
  margin: 0 auto;
}

.sidebar-list:first-of-type {
  margin: 5px auto 0;
}

.sidebar-list:last-child {
  border: none;
  margin: 0 auto 5px;
}

.sidebar-list :before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #f09c9c;
  border-right: 2px solid #f09c9c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

.sidebar-list a {
  color: #222222;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .sidebar {
    margin: auto !important;
    display: block !important;
  }

  .sidebar-link-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
  }

  .sidebar-botann_a,
  .sidebar-botann_b {
    width: 48%;
    margin: 0px 1%;
  }

  .sidebar-botann_a {
    margin: 0px 1%;
  }

  .sidebar-botann_b {
    margin-top: 30px;
  }

  .sidebar-list_area {
    border: 4px solid #f09c9c;
    border-radius: 10px;
    padding: unset;
    list-style: none;
    list-style-type: none;
    width: 48%;
    margin: 30px 1% 0;
  }

  .sidebar-link-area .mt20.t_center {
    margin-top: 30px !important;
  }
}

@media (max-width: 768px) {
  .sidebar {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .no-mobile-sidebar .sidebar {
    display: none !important;
  }
}
/* -- sidebar -- */

/* -- footer -- */
@media (min-width: 768px) {
  .reservation_area {
    display: none;
  }
}

@media (max-width: 767px) {
  .reservation_area {
    background: rgba(255 255 255 / 80%);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20002;
    vertical-align: baseline;
  }

  .reservation_area ul {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    font-weight: bold;
  }

  .reservation_area ul li {
    width: 48%;
    position: relative;
    text-align: center;
  }

  .reservation_btn-tel {
    margin-right: 2%;
  }

  .reservation_btn-line {
    margin-left: 2%;
  }

  .reservation_btn-tel a,
  .reservation_btn-line a {
    color: #fff;
    padding: 10px 5px;
    border-radius: 5px;
    text-decoration: none;
    width: 95%;
  }

  .reservation_btn-tel a {
    background: #f09c9c;
  }

  .reservation_btn-line a {
    background: #06c655;
  }

  .fa-phone:before,
  .fa-line:before {
    margin-right: 5px;
  }
}

.footer {
  background-color: #472b21;
  padding: 45px 0 0;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  width: 320px;
}
.footer-area {
  padding-top: 20px !important;
  margin-bottom: 50px !important;
}
.footer-navi {
  margin-bottom: 20px;
}
.footer-navi ul li {
  border-right: 1px solid #c96;
}
.footer-navi ul li a {
  color: #c96;
  font-size: 13px;
}
#copyright p {
  width: auto;
  height: auto;
  font-size: 12px;
  text-align: center;
  color: #c96;
  margin: 0;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-area {
    margin-top: 60px;
  }
  .footer-logo img {
    width: 250px;
  }
  .footer-navi ul li {
    border: 0 !important;
  }
  .footer-navi ul li a {
    background: none !important;
    padding: 6px 30px;
  }
  #copyright,
  #copyright.no-hos {
    padding-bottom: 20px !important;
  }
  #copyright .copyright {
    color: #c96 !important;
  }
}

.footer-area .column-2 {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .footer-area .column-2 {
    margin-top: 60px;
  }
}

.footer_txt-a {
  background: #85a41a;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.footer_banner_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-banners__item {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .footer_banner_list {
    display: block;
    text-align: center;
  }
}

.footer_copyright {
  padding: 10px;
  background: #85a41a;
}

.footer_copyright p {
  color: #ffffff;
  text-align: center;
}

.footer_copyright a {
  color: #ffffff;
}

.mobile-menu-buttons {
  display: none !important;
}

.go-to-top {
  right: 20px;
  bottom: 10px;
}

@media (max-width: 767px) {
  .go-to-top {
    bottom: 90px;
  }
}

.go-to-top-button {
  border-radius: 50%; /*丸くする*/
  width: 60px; /*横幅*/
  height: 60px; /*高さ*/
  font-size: 35px; /*アイコンフォントのサイズ*/
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /*影*/
}

.go-to-top .go-to-top-button {
  background-color: #432c26;
}

.mblt-footer-mobile-buttons .go-to-top-button,
.mobile-button-fmb .go-to-top-button {
  display: block !important;
  position: relative;
}

.fa-chevron-circle-up:before {
  content: "\f106" !important;
  position: absolute;
  margin: 20% 0;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* -- footer -- */

#container.container_dnadiet {
  width: 100%;
  background: url(images/body_bg.png) repeat-x top left #faf1f1 fixed;
}
@media screen and (min-width: 1240px) {
  #container {
    min-width: 1240px;
  }
}

.main_img {
  display: block;
  margin: 0 auto 1em;
  width: 100%;
}
.main_img img {
  margin: 0 auto;
}
@media print, screen and (min-width: 680px) {
  .main_img {
    margin: 1em 0;
    text-align: center;
  }
}

#copyright {
  background-color: #472b21;
}

.footer-menu ul li a::after {
  border-top-color: var(--maincolor);
  border-right-color: var(--maincolor);
}

.sp-menu ul li a {
  background-color: var(--maincolor);
}

.pop-tel-title {
  color: var(--maincolor);
}

.pop-tel-end label {
  background-color: var(--maincolor);
}

.pop-tel-botan {
  background-color: #fff8f8;
}

table th {
  background-color: var(--maincolor);
  font-size: 18px;
}

table.contact th {
  text-align: left;
}

table td {
  background-color: #ffedf2;
}

table th span {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400;
  display: inline-block;
  padding: 5px;
  background-color: white;
  border-radius: 5px;
  color: #f93f3f;
  margin-left: 5px;
}

.contact-botan input {
  display: block;
  width: 50%;
  font-size: 21px;
  text-align: center;
  background-color: #e24b53;
  color: white;
  font-weight: bold;
  border: none;
  padding: 15px;
  margin: auto;
  border-radius: 10px;
}

.nagare li {
  display: block;
  width: calc(100% / 3);
  float: left;
}

.about p {
  text-align: left;
}

#hos-list {
  max-width: 1000px;
  margin: auto;
  padding-bottom: 40px;
  padding: 6% 3% 3%;
}

#hos-list p {
  margin-bottom: 15px;
  color: #464637;
  font-size: 16px;
}

.top-link {
  display: inline-block;
  position: fixed;
  right: 1%;
  bottom: 3%;
  z-index: 9999;
}

ul.hos-list {
  width: 100%;
  overflow: hidden;
}

ul.hos-list li {
  width: 50%;
  float: left;
  padding: 10px;
}

ul.hos-list li a {
  display: block;
  border-radius: 15px;
  background: linear-gradient(to bottom right, #f18288, #e24b53);
  color: white;
  text-decoration: none;
  padding: 15px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  padding-right: 60px;
  transition: 0.2s;
}

ul.hos-list li a::after {
  content: " ";
  width: 20px;
  height: 20px;
  border-top: solid white 8px;
  border-right: solid white 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

ul.hos-list li a:hover {
  opacity: 0.5;
  transform: scale(0.9);
}

.hos-title {
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
}

#hos-list h1 {
  border-top: 2px solid #f18288;
  border-bottom: 2px solid #f18288;
  padding: 20px 0 !important;
  font-size: 42px;
  text-align: center;
  color: #464637;
  font-weight: normal;
  margin: 1em 0 !important;
}

.sec04 ul li:nth-of-type(2) span {
  padding-top: 10px;
}

.fixbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  transform: translateY(115%);
  transition: 0.4s;
}

.fixbar.fixed {
  transform: translateY(0);
}

.fixbar .btn {
  margin: 0;
  text-align: center;
}

.fixbar .blockRight .btn.red a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  background-image: -webkit-linear-gradient(45deg, #f18288 0, #efa7a5 100%);
  background-image: linear-gradient(45deg, #f18288 0, #efa7a5 100%);
  transition: 0.4s;
  width: 240px;
  border-radius: 30px;
  margin: 10px 0;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

#copyright.no-hos {
  padding-bottom: 5%;
}

.contact-point span {
  display: inline-block;
  margin-right: 10px;
}

.contact-point span input {
  margin-right: 5px;
}

.hos-contact span {
  font-size: 2.5vw;
}

#wrapper .point h3 {
  margin-bottom: 0;
}

.accessWrap {
  padding: 60px 0 0;
  background-image: url(images/accessbg.jpg);
  background-size: cover;
}

.accessInner {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}

.accessInner figure {
  width: 50%;
}

.accessInner figure img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.accessInner .accessInfo {
  background: #ffffff;
  width: 50%;
  padding: 26px 35px 25px;
}

.accessInner .accessInfo img {
  margin-bottom: 30px;
}

.accessInner .accessInfo p {
  margin-bottom: 4px;
  color: #5c5c5c;
  font-size: 15px;
}

.accessInner .accessInfo p:last-child {
  margin-bottom: 0px;
}

.accessWrap iframe {
  display: block;
  max-width: 1100px;
  margin: 30px auto 0;
  border: solid 3px #ffffff !important;
}

.mailform ul {
  max-width: 630px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mailform ul li {
  width: 100%;
  /* padding-right: 10px; */
  line-height: 1;
}

.cbtn {
  font-family: "Noto Sans JP", san-serif;
  display: block;
  background: #60cf97;
  background-image: -webkit-linear-gradient(45deg, #5dcd94 0, #78d3b6 100%);
  background-image: linear-gradient(45deg, #78bda7 0, #98c9ba 100%);
  padding: 20px;
  font-size: 24px;
  text-align: center;
  border-radius: 15px;
}

a.cbtn:visited {
  color: #fff;
}

.cbtn i {
  font-size: 22px;
  margin-right: 7px;
  vertical-align: middle;
}

.cbtn.tel i {
  position: relative;
  top: 0px;
  font-size: 60px;
  line-height: 1;
}

.cbtn:link {
  color: #fff;
  text-decoration: unset;
}

.cbtn.tel {
  display: flex;
  align-items: center;
  justify-content: center;
  background: unset;
  color: #e55470;
  letter-spacing: 1.1px;
  padding: 9px 9px 9px 0;
}

.cbtn.tel {
  padding-right: 10px;
}

#wrapper .cbtn.tel + p {
  margin-bottom: 1.5em;
  text-align: center;
}
.cbtn.tel > span {
  font-family: "Noto Sans JP", san-serif;
  text-align: center;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 1px;
}

.cbtn.tel > span span {
  font-family: "Noto Serif JP", serif !important;
  font-size: 0.6em;
}

.cbtn.tel {
  font-size: 12px;
}

.cbtn.web {
  position: relative;
}

.cbtn.web:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 3px;
}

table th,
table td {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400;
  border: solid 3px #ffffff;
  padding: 15px;
  border-radius: 13px;
  text-align: left;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
textarea,
select {
  padding: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header {
    border-top: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 99;
  }

  .sp-header {
    background: #fff;
    /*        position: fixed;*/
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 5px;
  }

  .header__wrap nav.sp {
    position: relative;
    z-index: 10;
    width: 100%;
    background: linear-gradient(to bottom, #ffffff 12%, #eeeeee 100%);
    box-shadow: 0 7px 7px -2px rgba(0, 0, 0, 0.2);
  }

  .header__wrap nav.nav-fixed {
    position: fixed;
    top: 0px;
    z-index: 9999;
  }

  .header__wrap nav.sp ul.sp-nav {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    display: flex;
    justify-content: space-between;
  }

  .header__wrap nav.sp ul.sp-nav li {
    padding: 5px 10px;
  }

  .header__wrap nav.sp ul.sp-nav li img {
    width: 70%;
  }

  .sp-logo {
    width: 60%;
    margin: 10px auto 5px;
  }

  .sp-botan {
    width: 45%;
    float: right;
  }

  .sp-botan ul {
    width: 100%;
    overflow: hidden;
  }

  .sp-botan ul li {
    width: calc(100% / 3);
    float: right;
  }

  .sp-botan ul li a,
  .sp-botan ul li label {
    display: block;
    padding: 2px;
  }

  .top-text {
    background-size: auto 100%;
  }

  .sp-menu {
    width: 100%;
    overflow: hidden;
    max-height: 0;
  }

  input#sp-menu:checked + .header-in .sp-menu {
    max-height: 100vh;
  }

  .sp-menu ul {
    width: 100%;
    overflow: hidden;
    padding-left: 1px;
  }

  .sp-menu ul li {
    width: 50%;
    float: left;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #fff;
  }

  .sp-menu ul li:nth-of-type(even) {
    border-left: 1px solid #fff;
  }

  .sp-menu ul li a {
    display: block;
    color: white;
    padding: 15px;
    text-decoration: none;
    background-image: -webkit-linear-gradient(45deg, #f18288 0, #efa7a5 100%);
    background-image: linear-gradient(45deg, #f18288 0, #efa7a5 100%);
  }

  .sp-menu ul li a::before {
    content: " ";
    border: 5px solid transparent;
    border-left-color: white;
    display: inline-block;
    margin-right: 5px;
  }

  .sp-menu ul li:last-of-type:nth-of-type(odd) {
    width: 100%;
  }

  #copyright,
  #copyright.no-hos {
    padding-bottom: 70px;
    margin-bottom: 0;
  }

  .nagare li {
    width: 100%;
  }

  table,
  table tbody,
  table tr,
  table th,
  table td {
    display: block;
    width: 100%;
    text-align: left;
  }

  table th,
  table td {
    font-size: 16px;
  }

  table.contact td span {
    font-size: 14px;
  }

  .top-link {
    right: 3%;
    bottom: 12vh;
    width: 20%;
  }

  #hos-list h1 {
    font-size: 28px;
  }

  ul.hos-list li {
    width: 100%;
  }

  .access-img {
    margin-bottom: 0;
  }

  .hos-contact span {
    font-size: 5vw;
  }

  .nagare li p.img img {
    max-width: 70%;
  }

  .qa {
    margin-bottom: 20px;
  }

  .footer-block a img {
    margin: 0 auto;
  }

  #main_visual_in img {
    margin: 0 auto 0;
    padding: 0;
  }

  .accessInner {
    flex-wrap: wrap;
  }

  .accessInner figure {
    width: 100%;
  }

  .accessInner figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .accessInner .accessInfo {
    background: #ffffff;
    width: 100%;
    padding: 25px 3% 0;
  }

  .accessInner .accessInfo img {
    max-width: 300px;
  }

  .mailform ul {
    flex-wrap: wrap;
  }

  .mailform ul li {
    width: 100%;
  }

  .cbtn {
    font-family: "Noto Sans JP", san-serif;
    display: block;
    background: #60cf97;
    background-image: -webkit-linear-gradient(45deg, #5dcd94 0, #78d3b6 100%);
    background-image: linear-gradient(45deg, #5dcd94 0, #78d3b6 100%);
    padding: 15px;
    font-size: 16px;
    text-align: center;
    border-radius: 15px;
  }

  .cbtn.tel {
    position: relative;
    font-family: "Noto Sans JP", san-serif;
    display: flex;
    justify-content: center;
    background: #e55470;
    background-image: -webkit-linear-gradient(45deg, #f97992 0, #f18288 100%);
    background-image: linear-gradient(45deg, #f97992 0, #f18288 100%);
    padding: 15px;
    font-size: 18px;
    text-align: center;
    border-radius: 15px;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .cbtn.tel:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 3px;
  }

  .cbtn.tel > span {
    font-size: 16px;
  }

  .cbtn.tel i {
    top: 0;
    font-size: 24px;
  }

  .cbtn.tel + p {
    display: none;
    margin-bottom: 20px;
  }

  .flow-lists li {
    margin-bottom: 50px;
  }

  .flow-lists li figure {
    position: relative;
  }

  .flow-lists li figure:after,
  .flow-lists li:nth-of-type(3) figure:after {
    position: absolute;
    top: unset;
    right: 50%;
    bottom: -80%;
    content: url(images/arrow_sp.png);
    transform: translate(50%, 0);
  }

  .flow-lists li:nth-of-type(6) figure:after {
    content: "";
  }
}

@media (max-width: 768px) {
  .pc-only_a {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc-only_b {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only_a {
    display: none;
  }
}

@media (min-width: 767px) {
  .sp-only_b {
    display: none;
  }
}

/* box2 */
#wrapper .diet_lp_box2 p {
  text-align: center;
}

/* アクセス情報 */
.diet_lp_access {
  border: solid 3px #e8e8e8;
  border-radius: 7px;
  padding: 20px;
}
.diet_lp_access_in {
  overflow: hidden;
  margin-bottom: 30px;
}
.diet_lp_access_in .left {
  width: 40%;
  float: left;
}
.diet_lp_access_in .right {
  width: 57%;
  float: right;
}
#wrapper .diet_lp_access_in p.ttl {
  background: #907b28;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0px;
}
#wrapper .diet_lp_access_in p.img {
  margin: 0px;
}
.diet_lp_btn {
}
#wrapper .diet_lp_access_in table {
  font-size: 13px;
}
#wrapper .diet_lp_access_in table span {
  font-size: 30px;
  color: #ff5b6b;
}
.diet_lp_btn {
}
.diet_lp_btn ul {
}
.diet_lp_btn ul li {
  display: inline-block;
  margin-right: 2%;
  width: 31.444%;
}
.diet_lp_btn ul li:last-child {
  margin-right: 0px;
}

/* メニューリンクバナー */
.access-link-banar {
  width: 100%;
  overflow: hidden;
}

.access-link-banar a {
  float: left;
  display: block;
  width: calc(100% / 3);
  padding: 0 5px;
}

#flow.inner {
  max-width: initial;
  background-color: #fcf9f0;
}

.inner {
  max-width: 1000px;
  margin: 70px auto;
}

#wrapper p.center {
  margin: 2em auto 0;
  text-align: center;
}

#wrapper p {
  margin: 0 0 1em;
  /* margin-bottom: 2em; */
  color: #371c08;
}

@media screen and (max-width: 768px) {
  ul.trouble2 {
    background: unset;
  }
  ul.trouble2 li {
    background-image: url(images/trouble_check.gif);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    padding: 8px 0px 8px 30px;
    color: #5c5c5c;
    font-size: 16px;
    letter-spacing: 1px;
  }
  ul.trouble2 li span {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .diet_bf {
    max-width: 94%;
    margin: 0 auto;
    padding: 10px;
  }
  .diet_tsu-shot {
    max-width: 94%;
    margin: 0 auto;
    padding: 3%;
    border: solid 5px #d9b98d;
  }
  .inner {
    max-width: 1000px;
    margin: 0 auto 20px;
    padding: 0;
  }
  .diet_lp_box2 .inner {
    padding: 0 3%;
  }
  #wrapper .diet_lp_box2 p {
    text-align: left;
  }
  .diet_flow ul li {
    width: 100%;
    border-radius: 13px;
    margin: 0 auto;
    padding: 0%;
    vertical-align: top;
    font-size: 0;
  }
  #wrapper .diet_flow ul li p.img {
    margin: 0 auto 10px;
  }
  #wrapper .diet_flow ul li p.txt {
    display: none;
    margin: 0 auto 20px;
  }
  .diet_qa li.q {
    background: #f0e1b5;
    background-image: url("images/lp_q.png");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 15px 20px 15px 60px;
    color: #5c5c5c;
    font-size: 15px;
    border-radius: 7px;
  }
  .diet_qa li.a {
    background-image: url(images/lp_a.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 5px 20px 5px 60px;
    color: #5c5c5c;
    font-size: 15px;
    border-radius: 7px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .cbtn {
    padding: 15px;
  }
}
