@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  scroll-behavior: smooth;
  outline: red;
}
body {
  color: #333333;
  /* RGB */
  background-color: #ffffff;
  font-family: 'zen-kaku-gothic-new', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
  line-height: 2;
  text-align: center;
}
.sans {
  font-family: 'Microsoft Sans Serif', sans-serif;
}
a:hover {
  opacity: 0.5;
}
.clarity a:hover {
  opacity: 1;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
}
.pc_none {
  display: block;
}
.sp_none {
  display: none;
}
.wide_only {
  display: none;
}
.is-hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.white {
  color: #ffffff;
}
.orange {
  color: #fb9e03;
}
header .orange {
  color: #fdda89;
}
.ft_70 {
  font-size: 7rem;
}
.ft_50 {
  font-size: 5rem;
}
.ft_35 {
  font-size: 3.5rem;
}
.ft_30 {
  font-size: 3rem;
}
.ft_26 {
  font-size: 2.6rem;
}
.ft_24 {
  font-size: 2.4rem;
}
.ft_20 {
  font-size: 2rem;
}
.bold {
  font-weight: 700;
}
.fadeInUpTrigger {
  opacity: 0;
}
/* header */
header {
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 100;
  position: fixed;
}
.header_inner {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px;
}
.header_inner .logo {
  width: 200px;
}
.header_right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.nav_wrap {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(195, 138, 76, 0.8);
}
.nav_wrap nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav_wrap ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
.nav_wrap li {
  list-style: none;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ffff;
}
.nav_wrap li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.nav_wrap li a img {
  width: auto;
  height: 12px;
}
.nav_wrap li a img:last-child {
  width: auto;
  height: 18px;
}
.nav_wrap li:nth-of-type(5) a img:first-child {
  width: auto;
  height: 14px;
}
.nav_wrap.show {
  right: 0;
}
.nav_wrap nav .sp_nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav_wrap nav .sp_nav li {
  border-bottom: 1px solid #ffffff;
}
/* ham_menu */
.ham_btn {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 999;
  margin: 0;
  top: 0px;
}
.ham_btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 16px;
  height: 3px;
  background: #fb9e03;
  width: 32px;
  top: 40px;
}
.ham_btn span:nth-of-type(1) {
  top: 20px;
}
.ham_btn span:nth-of-type(2) {
  top: 30px;
}
.ham_btn.active span:nth-of-type(1) {
  top: 28px;
  left: 20px;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
}
.ham_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.ham_btn.active span:nth-of-type(3) {
  top: 40px;
  left: 20px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
}
/* float_btn */
.float_area {
  position: fixed;
  z-index: 500;
  width: 100%;
  display: flex;
  bottom: 0;
  height: 60px;
}
.float_btn {
  width: calc(100% / 3);
  position: relative;
}
.float_btn a {
  background-color: #fb9e03;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float_btn.reserve a {
  background-color: #ffd065;
}
.float_btn.mail a {
  background-color: #fef4dd;
}
.float_btn a p {
  color: #333333;
  padding-top: 18%;
  text-wrap: nowrap;
  letter-spacing: 0.1rem;
}
.float_btn::before {
  content: '';
  position: absolute;
  left: 30px;
  height: 24px;
  width: 30px;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.float_btn.tel::before {
  background-image: url(../img/tel@2x.png);
  z-index: 5;
}
.float_btn.reserve::before,
.float_btn.mail::before {
  background-image: url(../img/mail@2x.png);
  height: 18px;
  width: 25px;
  z-index: 5;
  top: 12px;
}
/* MV */
.MV {
  position: relative;
  max-height: 700px;
}
.MV_slide {
  margin-inline: auto;
  overflow: hidden;
}
.slide img {
  width: 100%;
  max-height: 660px;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.MV_text {
  position: absolute;
  width: calc(100% - 12vw);
  max-width: 500px;
  bottom: 14%;
  left: 6vw;
  z-index: 20;
  text-align: left;
  color: #ffffff;
  font-size: 6vw;
  font-weight: 900;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.8;
}
/* 共通 */
section {
  position: relative;
  padding: 80px 6vw 100px;
}
.section_inner {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.section_ttl {
  line-height: 1.5;
}
.section_ttl h2 {
  font-weight: 500;
}
.content_text {
  text-align: justify;
  padding: 60px 0 20px;
}
.more a {
  width: 200px;
  height: 60px;
  border-top: 3px solid #c38a4c;
  border-bottom: 3px solid #c38a4c;
  margin: 40px auto;
  position: relative;
  color: #c38a4c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more a p {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  padding-top: 4px;
}
#top_01 {
  padding: 40px 6vw 100px;
}
#top_01 .section_inner {
  background-color: #fef4dd;
  padding: 60px 0 0;
}
#top_01 .content_textWrap {
  text-align: justify;
}
#top_01 .section_ttl h2 {
  text-align: center;
  display: inline-block;
  margin: 0 auto 40px 20px;
}
#top_01 .news_list_wrap {
  overflow-y: scroll;
  padding: 0 4vw 20px;
  height: 450px;
}
#top_01 .content_textWrap a {
  color: #333333;
}
#top_01 .content_textWrap li {
  position: relative;
  padding: 30px 10px 30px 20px;
}
#top_01 .content_textWrap li::after {
  content: '';
  width: 100%;
  height: 2px;
  background-image: url(../img/line02@2x.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top_01 .content_textWrap li::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #fb9e03;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 40px;
}
#top_02 {
  padding: 40px 6vw 100px;
}
#top_02::after {
  content: '';
  width: 100%;
  height: 80px;
  background-color: #fef4dd;
  position: absolute;
  top: 85vw;
  left: 0;
  z-index: 1;
}
#top_02 .content_img {
  position: absolute;
  width: 68%;
  top: 160px;
  left: 0;
  z-index: 2;
}
#top_02 .content_img::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #ffffff;
  opacity: 0.5;
}
#top_02 .content_img.img02 {
  position: absolute;
  width: 68%;
  top: calc(160px + 40vw);
  left: auto;
  right: 0;
}
#top_02 .content_textWrap {
  margin-top: 70vw;
  position: relative;
  z-index: 10;
  background-color: rgb(255, 252, 242, 0.9);
  padding: 20px;
  line-height: 2.4;
  text-align: justify;
}
#top_03 .section_inner {
  gap: 0;
}
#top_03 .content_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
#top_03 .content_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  line-height: 2.4;
  padding: 60px 20px 60px;
  position: relative;
  z-index: 10;
}
#top_03 .content_icon {
  width: 146px;
}
#top_03 .content_text h3 {
  line-height: 1.2;
  padding-top: 40px;
  text-align: left;
  width: 100%;
}
#top_03 .content_img {
  width: 100%;
  width: 100%;
  position: relative;
  z-index: 20;
}
#top_03 .item01 .content_text {
  padding: 0;
}
#top_03 .item01 .content_img {
  width: calc(100% + 12vw);
}
#top_03 .item02 .content_body,
#top_03 .item03 .content_body {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#top_03 .item02 .content_text,
#top_03 .item03 .content_text {
  background-color: #fffcf2;
  margin-top: -30px;
}
#top_03 .item03 {
  position: relative;
  padding-bottom: 60px;
}
#top_03 .item03::before,
#top_03 .item03::after {
  content: '';
  width: calc(100% + 12vw);
  height: 60vw;
  background-image: url(../img/top_bg04@2x.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -6vw;
  z-index: 1;
  top: -40vw;
}
#top_03 .item03::after {
  content: '';
  width: calc(100% + 12vw);
  height: 60vw;
  background-image: url(../img/top_bg05@2x.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -6vw;
  z-index: 1;
  top: auto;
  bottom: 0;
}
#top_03 .item04 .content_text {
  background-color: #fef4dd;
}
#top_03 .item04 .content_body,
#top_03 .item05 .content_body {
  padding: 0;
}
#top_03 .item05 .content_text {
  background-color: #fce3ab;
}
#top_04 {
  padding-bottom: 0;
}
#top_04 h2 {
  line-height: 2;
  padding-bottom: 40px;
}
#top_04 .content_btnWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#top_04 .content_btn {
  width: calc((100% - 40px) / 2);
}
#top_04 .content_item {
  position: relative;
}
#top_04 .content_item .right {
  right: 0;
}
#top_04 .content_item .pickUp {
  position: absolute;
  top: 0;
}
#top_04 .content_body {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 140px;
  padding-bottom: 200px;
}
#top_04 .content_text {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.51);
  margin-top: -10px;
  z-index: 10;
  padding: 40px 20px;
}
#top_04 .content_text .no {
  position: absolute;
  top: -73px;
  right: 40px;
  z-index: 50;
}
#top_04 .content_text h3 {
  border-bottom: 1px solid #fb9e03;
  line-height: 1.6;
  margin-bottom: 40px;
  display: inline-block;
}
#top_04 .content_item--deco {
  width: 60%;
  height: 50vw;
  background-image: url(../img/top_deco01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#top_04 .item02 .content_item--deco {
  background-image: url(../img/top_deco01@2x.png);
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
#top_05 {
  background-color: #fffcf2;
}
#top_05 .content_item {
  position: relative;
}
#top_05 .content_text {
  padding: 20px 0 60px 20px;
}
#top_05 .content_text li {
  position: relative;
  padding: 10px 20px;
}
#top_05 .content_text li::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #fb9e03;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 15px;
}
#top_05 .content_icon {
  position: absolute;
  top: 50vw;
  width: 50%;
  max-width: 180px;
  right: 0;
}
#top_06 h2 {
  padding-bottom: 40px;
  text-align: center;
}
#top_06 .content_textWrap {
  text-align: justify;
}
#top_06 .content_img img {
  border-radius: 50px;
}
#slide {
  padding: 80px 0 100px;
}
#slide .slide {
  margin-left: 20px;
  width: 320px;
}
#slide .slide img {
  /* aspect-ratio: 4/3; */
  /* object-fit: cover; */
}
#contact .logo {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}
#contact .tel p {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
#contact .tel a {
  color: #333333;
  display: block;
  margin-bottom: 40px;
}
#contact .tel p::before {
  content: '';
  position: absolute;
  left: 30px;
  height: 21px;
  width: 26px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/tel@2x.png);
  z-index: 5;
}
#contact dl {
  width: 94%;
  margin: 40px auto;
  text-align: left;
}
#contact .description-item {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#contact dt,
#contact dd {
  border: none;
  padding: 0;
  display: inline-block;
}
#contact dt {
  width: 120px;
  padding-left: 20px;
  border: 1px solid #fb9e03;
  border-radius: 20px;
}
#contact dd {
  padding: 10px 20px 10px 0;
}
#access {
  padding: 0;
}
#access iframe {
  display: block;
  width: 100%;
  height: 480px;
}
.footer_inner {
  padding: 60px 6vw 40px;
  max-width: 600px;
  margin: 0 auto;
}
.footer_nav {
  padding-left: 5%;
}
.footer_nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_nav li {
  width: calc(100% / 3);
  margin-bottom: 8px;
  text-align: left;
  font-weight: 700;
}
.footer_nav li a {
  color: #333333;
}
.cr {
  padding: 16px 0;
  background-color: #fb9e03;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
}
#go_top {
  width: 40px;
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 900;
}
@media screen and (max-width: 480px) {
  .float_btn a p {
    font-size: 3.6vw;
  }
  .footer_nav li a {
    font-size: 4vw;
  }
}
/* pcスタイル */
@media screen and (min-width: 960px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
  header {
    width: 100%;
    height: 130px;
    padding: 0 0 0 2vw;
  }
  .header_inner {
    height: 100%;
    padding: 0;
    align-items: center;
    gap: 80px;
  }
  .header_inner .logo {
    width: 100%;
    max-width: 400px;
  }
  .header_right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 400px);
    max-width: 920px;
    height: 130px;
    background: none;
    align-items: center;
    font-weight: 700;
    padding-bottom: 0;
    justify-content: flex-end;
  }
  .header_right--body {
    width: 100%;
  }
  .header_right--upper {
    font-size: 3.2rem;
  }
  .header_right--bottom {
    width: 100%;
    padding-right: 2vw;
  }
  .header_nav {
    width: 100%;
  }
  .header_right nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .header_right nav ul li {
    padding: 0 4px 6px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .header_right nav ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .header_right nav ul li a img {
    width: auto;
    height: 18px;
    margin: 0 auto;
  }
  .header_right nav ul li a img:first-child {
    width: auto;
    height: 12px;
  }
  .header_right nav ul li:nth-of-type(5) a img:first-child {
    width: auto;
    height: 16px;
    margin-bottom: -4px;
  }
  .MV {
    padding: 0;
  }
  .MV_text {
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
  }
  .MV_text img {
    width: 70%;
    max-width: 770px;
  }
  section {
    padding: 140px 6vw 100px;
  }
  #top_01 .section_inner {
    max-width: 1350px;
    margin: 0 auto;
    padding: 40px;
  }
  #top_01 .content_textWrap {
    display: flex;
  }
  #top_01 .section_ttl {
    position: relative;
    padding-right: 60px;
  }
  #top_01 .section_ttl::after {
    content: '';
    height: 100%;
    width: 2px;
    background-image: url(../img/line01@2x.png);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
  }
  #top_01 .news_list_wrap {
    padding: 0 40px 20px;
    height: 450px;
  }
  #top_01 .news_list_wrap li a {
    display: flex;
    gap: 40px;
  }
  #top_02 {
    padding-bottom: 21vw;
  }
  #top_02 .section_inner {
    gap: 10vw;
  }
  #top_02 .content_img {
    width: 35%;
    top: 160px;
    left: 6vw;
  }
  #top_02 .content_img.img02 {
    width: 35%;
    top: auto;
    bottom: 5vw;
    right: 6vw;
  }
  #top_02 .content_textWrap {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 825px;
    margin: 0 auto;
    padding: 3% 5% 5%;
  }
  #top_02::after {
    top: auto;
    bottom: 8vw;
    height: 150px;
  }
  #top_03 {
    position: relative;
  }
  #top_03 h2 {
    padding-bottom: 60px;
  }
  #top_03::after {
    content: '';
    height: 38%;
    width: 100%;
    background-image: url(../img/top_bg03@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -3vw;
  }
  #top_03 .content_body {
    padding: 0;
  }
  #top_03 .content_text h3 {
    padding-top: 10px;
  }
  #top_03 .content_item.item01 {
    max-width: 620px;
    margin: 0 auto;
  }
  #top_03 .item01 .content_img {
    width: 90%;
  }
  #top_03 .item02,
  #top_03 .item03 {
    position: relative;
  }
  #top_03 .item03 {
    padding-bottom: 100px;
  }
  #top_03 .item02::before,
  #top_03 .item03::after {
    content: '';
    height: 80%;
    width: calc(100% + 12vw);
    background: none;
    background-color: #fffcf2;
    position: absolute;
    left: -6vw;
    top: 5vw;
    z-index: 5;
  }
  #top_03 .item02 .content_body,
  #top_03 .item03 .content_body {
    max-width: 1680px;
    margin: 0 auto;
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
  }
  #top_03 .item03 .content_body {
    flex-direction: row-reverse;
  }
  #top_03 .item02 .content_text,
  #top_03 .item03 .content_text {
    background: none;
    width: 45%;
  }
  #top_03 .item02 .content_img,
  #top_03 .item03 .content_img {
    width: 50%;
  }
  #top_03 .item03::before {
    content: '';
    width: calc(100% + 12vw);
    height: 24vw;
    background-image: url(../img/top_bg04@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    left: -6vw;
    z-index: 1;
    top: -18vw;
  }
  #top_03 .content_itemWrap {
    display: flex;
    width: calc(100% + 12vw);
    margin-left: -6vw;
    position: relative;
  }
  #top_03 .content_itemWrap::before {
    content: '';
    width: 100%;
    height: 24vw;
    background-image: url(../img/top_bg05@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    z-index: 1;
    top: -18vw;
  }
  #top_03 .content_itemWrap .content_item {
    width: 50%;
  }
  #top_03 .content_itemWrap .content_item .content_img {
    width: 90%;
    position: relative;
    z-index: 50;
    margin: 0 auto;
  }
  #top_03 .content_itemWrap .content_item .content_img::after {
    content: '';
    width: 146px;
    height: 146px;
    background-image: url(../img/item04@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 2vw;
    z-index: 1;
    bottom: -3vw;
  }
  #top_03 .content_itemWrap .content_item.item05 .content_img::after {
    background-image: url(../img/item05@2x.png);
  }
  #top_03 .content_itemWrap .content_item .content_icon {
    display: none;
  }
  #top_03 .item04 .content_body,
  #top_03 .item05 .content_body {
    display: block;
  }
  #top_03 .item04 .content_text,
  #top_03 .item05 .content_text {
    margin-top: calc(-28vw - -70px);
    align-items: center;
    padding: 28vw 20% 2vw;
  }
  #top_03 .item05 .content_text {
    margin-top: calc(-28vw - -68px);
  }
  #top_04 {
    padding-bottom: 200px;
  }
  #top_04 .content_btnWrap {
    max-width: 1280px;
    margin: 0 auto 80px;
    gap: 40px 20px;
    justify-content: space-between;
  }
  #top_04 .content_btn {
    width: 22%;
    padding-bottom: 40px;
  }
  #top_04 .content_body {
    flex-direction: row;
    padding-top: 140px;
    max-width: 1280px;
    margin: 0 auto;
  }
  #top_04 .content_text {
    width: 48%;
    padding: 40px;
  }
  #top_04 .content_img {
    width: 55%;
    position: absolute;
    right: 0;
    top: 16vw;
  }
  #top_04 .content_item .pickUp {
    top: 5vw;
  }
  #top_04 .content_item--deco {
    width: 23%;
    height: 15vw;
    left: 10vw;
    bottom: 0;
  }
  #top_04 .item02 .content_body {
    flex-direction: row-reverse;
  }
  #top_04 .item02 .content_img {
    right: auto;
    left: 0;
  }
  #top_04 .content_item.item02 .pickUp {
    top: 5vw;
    right: auto;
    left: 0;
  }
  #top_04 .item02 .content_item--deco {
    right: 10vw;
  }
  #top_05 {
    container-type: inline-size;
    container-name: top_05;
  }
  #top_05 .content_itemWrap {
    display: flex;
    gap: 40px;
    margin: 0 auto;
    max-width: 1600px;
  }
  #top_05 .content_icon {
    top: 43%;
  }
  @container top_05 (max-width: 1300px) {
    #top_05 .content_itemWrap {
      flex-direction: column;
    }
  }
  #top_06 .section_inner {
    flex-direction: row;
    gap: 10%;
    max-width: 1600px;
    margin: 0 auto;
  }
  #top_06 .content_textWrap {
    width: 40%;
  }
  #contact {
    padding: 5rem 0 0 0;
  }
  #contact .section_inner {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  #contact .content_textWrap {
    width: 40%;
    padding-right: 6vw;
    max-width: 900px;
    min-width: 470px;
    padding-bottom: 100px;
  }
  #contact .content_img {
    width: 60%;
  }
  #contact .contact_btnWrap {
    width: 100%;
    display: flex;
  }
  #contact .contact_btn {
    width: calc(100% / 3);
  }
  #contact .contact_btn a {
    background-color: #fb9e03;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 10px;
    position: relative;
  }
  #contact .contact_btn.reserve a {
    background-color: #ffd065;
  }
  #contact .contact_btn.mail a {
    background-color: #fef4dd;
  }
  #contact .contact_btn a p {
    color: #333333;
    padding-top: 36px;
    text-wrap: nowrap;
    letter-spacing: 0.1rem;
  }
  #contact .contact_btn.tel a p {
    padding-left: 0;
    font-size: 2rem;
  }
  #contact .contact_btn a::before {
    content: '';
    position: absolute;
    left: 30px;
    height: 24px;
    width: 30px;
    left: 50%;
    top: 26px;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #contact .contact_btn.tel a::before {
    background-image: url(../img/tel@2x.png);
    z-index: 5;
  }
  #contact .contact_btn.reserve a::before,
  #contact .contact_btn.mail a::before {
    background-image: url(../img/mail@2x.png);
    height: 18px;
    width: 25px;
    z-index: 5;
    top: 30px;
  }
  #contact .contact_btn.tel p::before {
    display: none;
  }
  .footer_inner {
    max-width: 1280px;
  }
  .footer_nav ul {
    justify-content: space-around;
  }
  .footer_nav li {
    width: calc(100% / 6);
  }
}
/* pcスタイル */
@media screen and (min-width: 1400px) {
  .wide_only {
    display: block;
  }
  .header_left {
    position: relative;
  }
  .header_right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    max-width: 1600px;
  }
  .header_right--body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .header_right--upper {
    line-height: 1.5;
    padding-top: 11px;
    padding-right: 20px;
    font-size: 1.6rem;
    text-align: right;
  }
  .header_right--bottom {
    display: flex;
    padding-right: 0;
    align-items: center;
    gap: 20px;
    line-height: 1.5;
  }
  header .contact_btnWrap {
    display: flex;
    height: 100%;
    width: 600px;
  }
  header .contact_btn {
    width: calc(100% / 3);
    height: 100%;
  }
  header .contact_btn a {
    background-color: #fb9e03;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 10px;
    position: relative;
  }
  header .contact_btn.reserve a {
    background-color: #ffd065;
  }
  header .contact_btn.mail a {
    background-color: #fef4dd;
  }
  header .contact_btn a p {
    color: #333333;
    padding-top: 36px;
    text-wrap: nowrap;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
  }
  header .contact_btn.tel a p {
    padding-left: 0;
    font-size: 1.6rem;
  }
  header .contact_btn a::before {
    content: '';
    position: absolute;
    left: 30px;
    height: 24px;
    width: 30px;
    left: 50%;
    top: 26px;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  header .contact_btn.tel a::before {
    background-image: url(../img/tel@2x.png);
    z-index: 5;
  }
  header .contact_btn.reserve a::before,
  header .contact_btn.mail a::before {
    background-image: url(../img/mail@2x.png);
    height: 18px;
    width: 25px;
    z-index: 5;
    top: 30px;
  }
  header .contact_btn.tel p::before {
    display: none;
  }
}
/*************************************************
下層ページ
**************************************************/
.h2_ttl {
  background: url('../img/h2_ttl.png') no-repeat top;
  text-align: center;
  font-size: max(3vw, 3rem);
  color: #ffffff;
  padding: max(16vw, 10rem) 0 10vw;
  line-height: 1;
}
.h2_ttl span {
  font-size: max(1vw, 1.6rem);
}
.sec01 {
  background-color: #fef4dd;
  padding: 50px 3vw;
}
.sec02 {
  padding: 50px 3vw;
}
.section_wrap {
  max-width: 1200px;
  margin: 3% auto;
}
.h3_ttl {
  border-bottom: 1px solid #fb9e03;
  line-height: 1.6;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 3rem;
  color: #fb9e03;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-2 {
  width: 48%;
}
.flex-2 p {
  text-align: left;
}
.re {
  flex-direction: row-reverse;
}
.bg_box {
  background: #ffd065;
  border-radius: 20px;
  padding: 3vw;
  margin-bottom: 3rem;
}
.box_ttl {
  font-size: max(1.6vw, 2rem);
  font-weight: 700;
  margin-bottom: 2rem;
}
.career li {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: dashed 1px #fb9e03;
}
.career dl {
  display: flex;
  align-items: flex-start;
}
.career dt {
  width: 25%;
}
.career dd {
  width: 75%;
}
.name {
  text-align: center !important;
  margin-top: 2rem;
}
.name span {
  font-size: 2rem;
  font-weight: 600;
}
.tc {
  text-align: center !important;
}
.tc img {
  margin: 0 auto;
}
.doctor-img img {
  border-radius: 100%;
  max-width: 360px;
}
.staff {
  padding: 2rem;
}
.staff img {
  margin: 0 auto;
}
/***************************************************
フォーム
****************************************************/
.form_disp {
  max-width: 980px;
  width: 90%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
.form_title {
  display: flex;
  position: relative;
}
.form_title .note_text {
  color: rgb(255, 0, 0);
}
.mb20 {
  margin-bottom: 20px;
}
mt0 {
  margin-top: 0px !important;
}
personalInformation_1.dis_re {
  width: calc(100% - 20px);
}
.personalInformation_1,
.personalInformation_2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  flex-wrap: wrap;
}
.mandatory_mark {
  color: rgb(255, 0, 0);
  line-height: 1;
  position: absolute;
  top: 30px;
  left: -25px;
}
.input_disp {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.po_re {
  max-width: 180px;
  min-width: 50px;
  width: 21%;
  margin-left: 25px;
  position: relative;
}
.po_re .position_re {
  width: 100%;
}
.input_disp input,
.input_disp select {
  height: 40px;
  line-height: 1;
  padding: 0px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(169, 169, 169);
  border-image: initial;
  font-size: 16px;
}
.new_sel_size {
  width: 100%;
}
select {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  background-image: url(../img/select_icon_03.png);
  background-repeat: no-repeat;
  background-size: 25px 20px;
  background-position: right 5px center;
}
.first_text {
  position: absolute;
  right: -20px;
  bottom: -10%;
}
.mandatory_mark.mail {
  width: 100%;
  margin-top: 20px;
}
.content_submit {
  display: block;
  width: 195px;
  height: 60px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  background: #fb9e03;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  outline: none;
  border-radius: 7px;
}
.input_disp .select_gender {
  width: 110px;
}
.input_disp .input_email {
  width: 350px;
}
.pozi_re {
  width: 100%;
  position: relative;
}
.input_disp .input_tel {
  width: 310px;
}
.content_inquiry textarea {
  display: block;
  width: calc(100% - 30px);
  height: 295px;
  margin-top: 18px;
  padding: 10px 15px;
  border: 1px solid #a9a9a9;
  font-size: 16px;
  line-height: 1.5;
  resize: none;
  margin: 0 auto;
}
