@charset "UTF-8";
/* smp--banner */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
body {
  color: #664a46;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.75;
  word-break: break-all;
}

h1, h2, h3, h4, h5 {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

a {
  color: #ff6a29;
  transition: 0.36s ease;
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  fill: currentColor;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.refmark {
  text-indent: -1em;
  padding-left: 1em;
}

.nobtm_m {
  margin-bottom: 0 !important;
}

.over:hover {
  opacity: 0.7;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight700 {
  font-weight: 700;
}

h6 {
  font-weight: 700;
  color: #7f422a;
}

ul.disc_ul {
  margin-left: 1.5rem;
  list-style-type: disc;
}

.float_R {
  float: right;
}

.float_L {
  float: left;
}

.align_c_img {
  text-align: center;
}
.align_c_img img {
  width: 60%;
}

.cl01 {
  color: #7f422a;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #664a46;
}
a[href*="tel:"]:hover {
  opacity: 1;
}

.detailwrap {
  display: flex;
}
.detailwrap p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.36s ease;
  min-width: 1rem;
  position: relative;
  width: auto !important;
}
.detailwrap p::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #7f422a;
  left: 0;
  bottom: 0.3rem;
}
.detailwrap p a {
  color: #56382a;
  font-weight: 700;
  line-height: 1em;
  font-size: 1.125rem;
  padding: 0 2rem 0 0;
  width: 100%;
  transition: 0.36s ease;
  display: flex;
  align-items: center;
  z-index: 5;
}
.detailwrap p a span {
  background-color: #7f422a;
  border-radius: 100vh;
  border: 0.2rem solid #ffd7b3;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
  letter-spacing: 0 !important;
}
.detailwrap p a i.mark,
.detailwrap p a i.mark::after,
.detailwrap p a i.mark::before {
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0.4rem 0px 0.4rem 0.5rem;
  transition: 0.36s ease;
}
.detailwrap p a i.mark {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-color: transparent transparent transparent #ffd7b3;
}
.detailwrap p a i.mark::before {
  content: "";
  border-color: transparent transparent transparent #ffb980;
  margin-left: 0.3rem;
}
.detailwrap p a i.mark::after {
  content: "";
  border-color: transparent transparent transparent #9e4b00;
  margin-left: 0.3rem;
}
.detailwrap p:hover a {
  color: #ff6a29;
  letter-spacing: 0.5em;
  padding-right: 2.3rem;
}
.detailwrap p:hover a i.mark {
  border-color: transparent transparent transparent #9e4b00;
  margin-left: 1.1rem;
}
.detailwrap p:hover a i.mark::before {
  margin-left: 0.4rem;
}
.detailwrap p:hover a i.mark::after {
  border-color: transparent transparent transparent #ffd7b3;
  margin-left: 0.4rem;
}

/* layout */
/* ============================================ */
body, header, footer,
main, #mainvisual {
  min-width: 1200px;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.inner {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
  position: relative;
}

.sec-box {
  padding-bottom: 80px;
}
.sec-box + .sec-box {
  padding-top: 80px;
}
.sec-box p, .sec-box ul, .sec-box ol, .sec-box dl {
  margin-bottom: 2rem;
}
.sec-box .tag_words {
  margin-top: 3em;
  padding: 0 0 0 1.5em;
  background: url("../img/icon_tag.svg") no-repeat;
  background-size: auto 1em;
  background-position: left top 0.375em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.sec-box .tag_title {
  padding: 0 0 0 1.5em;
  background: url("../img/icon_tag.svg") no-repeat;
  background-size: auto 1em;
  background-position: left top 0.375em;
  font-size: 1.3rem;
}

ul.f_bannerArea {
  padding-top: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
ul.f_bannerArea li {
  width: 426px;
}
ul.f_bannerArea li:nth-of-type(even) {
  margin-left: 48px;
}
ul.f_bannerArea li:nth-of-type(n+3) {
  margin-top: 48px;
}
ul.f_bannerArea li a {
  box-sizing: border-box;
  border-radius: 15px;
  border: 3px solid #7f422a;
  display: block;
  overflow: hidden;
}
ul.f_bannerArea li a:hover {
  opacity: 0.7;
}
ul.f_bannerArea li.noborder a {
  border: none;
}
ul.f_bannerArea li.nobradius a {
  border-radius: 0;
}

/* header */
/* ============================================ */
header {
  width: 100%;
  height: 129px;
  position: relative;
  border-top: 5px solid #7f422a;
  background: linear-gradient(to bottom, #fff4ea 0%, #fff 100%);
}
header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 2px;
  background-color: #7f422a;
  z-index: 1;
}
header .inner {
  position: relative;
  z-index: auto;
}

.header-summary {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.header-logo {
  position: absolute;
  top: 45px;
  top: 65px;
  left: 0;
  width: 400px;
  z-index: 9998;
}
.header-logo img {
  width: 100%;
}

.header-tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 0;
  letter-spacing: 0.04em;
}
.header-tel a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  color: #7f422a;
  font-size: 30px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.header-tel .icon-tel {
  margin-right: 6px;
}
.header-tel .icon-tel:before {
  width: 16px;
}

.header-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
}
.header-icon .icon-reserve:before {
  width: 27px;
}

.header-reserve a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 120px;
  height: 120px;
  background-color: #d1d1d1;
  color: #664a46;
  letter-spacing: 0.12em;
}
.header-reserve a:hover {
  background-color: #fdd663;
  color: #664a46;
}

/*menu*/
.gnav {
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 9997;
  /*
  	.inner {
  		padding-right: 130px;
  	}
  */
}
.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
}
.gnav.fixed .gnav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
  position: relative;
}
.gnav.fixed .gnav-list > li.nobtn {
  display: block;
}
.gnav.fixed .gnav-list > li > a {
  padding: 15px 20px;
}
.gnav .gnav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.gnav .gnav-list > li {
  position: relative;
}
.gnav .gnav-list > li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  padding: 8px 12px;
  color: #664a46;
  font-size: 15px;
  transition: 0s;
}
.gnav .gnav-list > li > a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
  width: 36px;
  border-bottom: 1px solid #ff6a29;
  transition: 0.36s ease;
  transform: scaleX(0);
}
.gnav .gnav-list > li > a:hover {
  color: #ff6a29;
  opacity: 0.9;
}
.gnav .gnav-list > li > a:hover:after {
  transform: scaleX(1);
}
.gnav .gnav-list > li > a span {
  display: block;
  line-height: 1.4;
  transition: 0.36s ease;
}
.gnav .gnav-list > li > a span + span {
  color: #ffaf99;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
}
.gnav .gnav-list > li.nobtn {
  display: none;
}
.gnav .gnav-child {
  display: none;
  position: absolute;
  top: 95%;
  right: 0;
  left: 0;
  margin: auto;
  width: 360%;
  width: 10em;
  left: -80%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 2;
}
.gnav .gnav-child-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.gnav .gnav-child-list > li {
  width: 50%;
  width: 100%;
}
.gnav .gnav-child-list > li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 12px 10px 11px 13px;
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  color: #232228;
}
.gnav .gnav-child-list > li a:after {
  content: url("../img/icon-arrow1.svg");
  position: relative;
  top: -3px;
  width: 16px;
  transition: 0.36s ease;
  transform: translateX(0);
}
.gnav .gnav-child-list > li a:hover {
  color: #ff6a29;
  background-color: #ffffff;
}
.gnav .gnav-child-list > li a:hover:after {
  transform: translateX(5px);
}

/*menu sp*/
.gnav-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  z-index: 9999;
}
.gnav-sp .inner {
  width: 100%;
  padding: 0;
}
.gnav-sp .gnav-list > li {
  position: relative;
  padding-left: 20px;
}
.gnav-sp .gnav-list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.675em;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #664a46;
}
.gnav-sp .gnav-list > li a {
  display: inline-block;
  display: block;
  color: #664a46;
}
.gnav-sp .gnav-list > li a span:nth-of-type(2) {
  display: none;
}
.gnav-sp .gnav-list > li a:hover {
  color: #ff6a29;
  opacity: 0.9;
}
.gnav-sp .gnav-list > li > a {
  padding: 0.8em 0;
}
.gnav-sp .gnav-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
.gnav-sp .gnav-btn span {
  position: relative;
  width: 55px;
  height: 60px;
}
.gnav-sp .gnav-btn span:before, .gnav-sp .gnav-btn span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 1px;
  background-color: #664a46;
  transition: all 0.36s cubic-bezier(0.19, 1, 0.22, 1);
}
.gnav-sp .gnav-btn span:before {
  top: 27px;
}
.gnav-sp .gnav-btn span:after {
  top: 33px;
}
.gnav-sp .gnav-btn:focus {
  outline: none;
}
.gnav-sp .gnav-btn.-show span:before {
  top: 30px;
  transform: rotate(-45deg);
}
.gnav-sp .gnav-btn.-show span:after {
  top: 30px;
  transform: rotate(45deg);
}
.gnav-sp .gnav-child-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 15px 0 20px;
}
.gnav-sp .gnav-child-list > li {
  position: relative;
  width: 50%;
  padding-left: 15px;
  margin-bottom: 1em;
}
.gnav-sp .gnav-child-list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  top: calc(0.875em - 2px);
  left: 0;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #d1d1d1;
}
.gnav-sp .gnav-child-btn {
  position: absolute;
  right: 0;
  top: 0.675em;
  z-index: 2;
}
.gnav-sp .gnav-child-btn.-show span:before {
  opacity: 0;
}
.gnav-sp .gnav-child-btn span {
  display: block;
  position: relative;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 1px solid #664a46;
}
.gnav-sp .gnav-child-btn span:before, .gnav-sp .gnav-child-btn span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 0.5em;
  background: #664a46;
}
.gnav-sp .gnav-child-btn span:after {
  transform: rotate(90deg);
}
.gnav-sp .gnav-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  vertical-align: middle;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.93);
  transition-property: all;
  transition-property: background, opacity, transform;
  z-index: 1;
}
.gnav-sp .gnav-menu.-show {
  pointer-events: auto;
}
.gnav-sp .gnav-menu .inner {
  position: relative;
  padding: 160px 15% 100px;
}
.gnav-sp .gnav-tel {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
}
.gnav-sp .gnav-tel span {
  display: block;
  letter-spacing: 0.04em;
}
.gnav-sp .gnav-tel a {
  margin-left: 5px;
  color: #664a46;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  letter-spacing: 0.1em;
}
.gnav-sp .gnav-copy {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 15px 0 13px;
  text-align: center;
}
.gnav-sp .gnav-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 65px;
  z-index: 3;
  padding-top: 4px;
  position: relative;
  border-top: 5px solid #7f422a;
  background: linear-gradient(to bottom, #fff4ea 0%, #fff 100%);
}
.gnav-sp .gnav-logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 2px;
  background-color: #7f422a;
  z-index: 1;
}
.gnav-sp .gnav-logo a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.gnav-sp .gnav-logo img {
  width: 280px;
}
.gnav-sp .gnav-btn-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 2;
}
.gnav-sp .gnav-btn-list li {
  width: 50%;
}
.gnav-sp .gnav-btn-list li.telbtn a {
  background-color: #56382a;
  color: #ffffff;
}
.gnav-sp .gnav-btn-list li.webbtn a {
  background-color: #b3b3b3;
  color: #ffffff;
}
.gnav-sp .gnav-btn-list li.acsbtn a {
  background-color: #ff8812;
  color: #ffffff;
}
.gnav-sp .gnav-btn-list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 52px;
  font-weight: 500;
}
.gnav-sp .gnav-btn-list li [class^=icon-] {
  margin-right: 5px;
}
.gnav-sp .gnav-btn-list li .icon-tel:before {
  /*
  					content: url('../img/icon-telw.svg');
  					transform: translateY(2px);
  */
  content: "";
  background: url("../img/icon_tel_w.svg") no-repeat center;
  background-size: contain;
  width: 16px;
  height: 22px;
}
.gnav-sp .gnav-btn-list li .icon-reserve:before {
  content: "";
  background: url("../img/icon-reservew.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.gnav-sp .gnav-btn-list li .icon-access:before {
  font-size: 15px;
  font-size: 1.1rem;
  color: #ffffff;
}

/* mainvisual */
/* ============================================ */
#mainvisual {
  position: relative;
  width: 100%;
}
#mainvisual .inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 3;
}
#mainvisual .inner ul.bannerArea {
  position: absolute;
  left: 0;
  bottom: 30px;
}

.mainvisual-headline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 100%;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(127, 66, 42, 0.6), -1px 1px 3px rgba(127, 66, 42, 0.6), 1px -1px 3px rgba(127, 66, 42, 0.6), -1px -1px 3px rgba(127, 66, 42, 0.6), 0 0 5px #7f422a;
}
.mainvisual-headline h2 {
  text-align: center;
  width: 100%;
  font-size: 28px;
}
.mainvisual-headline h2 span {
  display: inline;
}
.mainvisual-headline > span {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
}

/**************************************************************
スライダーの画像の縦横は
w1200px h590px が基準
w1200px：ヘッダーで設定
h590px：.slide-imgの min-height: 590px;で設定
**************************************************************/
.mainvisual-slide {
  overflow: hidden;
  width: 100%;
}
.mainvisual-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 2;
  transition: opacity 1.5s ease 1.5s;
  background-color: rgba(0, 0, 0, 0.1);
  /*		padding-top: calc((886 / 1800) * 100%);*/
}
.mainvisual-slide .swiper-container,
.mainvisual-slide .swiper-wrapper,
.mainvisual-slide .swiper-slide,
.mainvisual-slide .slide-img {
  min-height: 590px;
  max-height: 860px;
  width: 100%;
  height: 100%;
}
.mainvisual-slide .slide-img {
  /*
  		&:before {
  			content: '';
  			display: block;
  			padding-top: calc((886 / 1800) * 100%);
  		}
  */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mainvisual-slide .slide-img {
  /*
  		&.simg03 p {
  			top: auto;
  			bottom: 50px;
  		}
  */
}
.mainvisual-slide .slide-img img {
  -o-object-fit: cover;
     object-fit: cover; /* IE: not support */
  display: block;
  width: 100%;
  height: 100%;
}
.mainvisual-slide .slide-img p {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 550px);
  color: #232228;
  line-height: 140%;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 2px 0px 2px white, -2px 0px 2px white, 0px -2px 2px white, 0px 2px 2px white, 2px 2px 2px white, -2px 2px 2px white, 2px -2px 2px white, -2px -2px 2px white, 1px 2px 2px white, -1px 2px 2px white, 1px -2px 2px white, -1px -2px 2px white, 2px 1px 2px white, -2px 1px 2px white, 2px -1px 2px white, -2px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white, -1px -1px 2px white, 3px 3px 6px white, -3px 3px 6px white, 3px -3px 6px white, -3px -3px 6px white;
}
.mainvisual-slide .slide-img p span {
  display: inline-block;
  color: #ffa502;
  color: #ea505f;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.mainvisual-catch02,
.mainvisual-catch {
  position: absolute;
  top: 27%;
  left: 0;
}

.mainvisual-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  padding: 30px 80px 30px 0;
}
.mainvisual-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 680px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
.mainvisual-title h2 {
  color: #232228;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.mainvisual-title span {
  display: inline-block;
  margin-left: 10px;
  color: #2175ad;
}

.mainvisual-title02 {
  padding: 0 0 0 10px;
}
.mainvisual-title02 h2 {
  color: #232228;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 2px 0px 2px white, -2px 0px 2px white, 0px -2px 2px white, 0px 2px 2px white, 2px 2px 2px white, -2px 2px 2px white, 2px -2px 2px white, -2px -2px 2px white, 1px 2px 2px white, -1px 2px 2px white, 1px -2px 2px white, -1px -2px 2px white, 2px 1px 2px white, -2px 1px 2px white, 2px -1px 2px white, -2px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white, -1px -1px 2px white, 3px 3px 6px white, -3px 3px 6px white, 3px -3px 6px white, -3px -3px 6px white;
}
.mainvisual-title02 span {
  display: inline-block;
  color: #2175ad;
}

.mainvisual-schedule {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 500px;
  padding: 15px;
  background-color: rgba(112, 112, 112, 0.9);
  color: #ffffff;
}
.mainvisual-schedule.table1 span.cl01 {
  color: #ff8812;
}
.mainvisual-schedule.table1 table thead tr th:first-of-type {
  border-color: #b3b3b3;
}
.mainvisual-schedule.table1 table thead tr * {
  padding-top: 0.3em;
}
.mainvisual-schedule.table1 table tbody tr:last-of-type {
  border-bottom: none;
}
.mainvisual-schedule.table1 table tbody th {
  width: 30%;
  padding-right: 1.5em;
}
.mainvisual-schedule.table1 table tbody td {
  width: 10%;
}
.mainvisual-schedule.table1 table * {
  border-color: #b3b3b3;
}
.mainvisual-schedule.table1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.mainvisual-schedule.table1 ul li {
  font-feature-settings: initial;
}
.mainvisual-schedule.table1 ul li:first-child {
  margin-left: 15px;
}
.mainvisual-schedule.table1 ul li + li {
  margin-left: 30px;
}

/* footer */
/* ============================================ */
footer {
  padding-top: 80px;
  background-color: #ffd6c2;
  color: #664a46;
}
footer .inner {
  position: relative;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  letter-spacing: 0.04em;
}
.footer-info dt {
  margin-bottom: 15px;
}
.footer-info dd {
  margin-bottom: 30px;
}
.footer-info dd:last-child {
  margin-bottom: 60px;
}

.footer-logo {
  width: 350px;
}

.footer-address span {
  margin-right: 20px;
}

.footer-tel, .footer-reserve {
  color: #ff6a29;
  text-align: center;
}
.footer-tel > span, .footer-reserve > span {
  font-size: 13px;
}

.footer-tel {
  letter-spacing: 0.1em;
  font-size: 20px;
}
.footer-tel span {
  display: block;
  letter-spacing: 0.04em;
}
.footer-tel a {
  color: #ff6a29;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}

.footer-reserve > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 6px;
}
.footer-reserve > span:before, .footer-reserve > span:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ff6a29;
}
.footer-reserve > span:before {
  margin-right: 10px;
}
.footer-reserve > span:after {
  margin-left: 10px;
}
.footer-reserve a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 182px;
  height: 54px;
  margin: 0 auto;
  background-color: #fdd663;
  color: #707070;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.footer-reserve a span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.footer-reserve a span .icon-reserve {
  margin-right: 10px;
  display: block;
}
.footer-reserve a span .icon-reserve:before {
  content: "";
  background: url("../img/icon-reserve.svg") no-repeat center;
  background-size: contain;
  width: 21px;
  height: 24px;
}
.footer-reserve a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -182px;
  width: 100%;
  height: 100%;
  background-color: #ffa502;
  transition: 0.36s ease;
}
.footer-reserve a:hover:before {
  left: 0;
}
.footer-reserve a:hover span {
  color: #707070;
}

.footer-access {
  position: relative;
  height: 450px;
  z-index: 1;
}
.footer-access .gmap iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.footer-access .btn {
  position: absolute;
  right: 80px;
  bottom: 20px;
  width: 167px;
  z-index: 2;
}
.footer-access .btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 44px;
  background-color: #7f422a;
  border-radius: 20px;
  color: #ffffff;
}
.footer-access .btn .icon-map {
  color: #ffffff;
  margin-right: 10px;
  transform: translateY(1px);
}

.copy {
  padding: 17px 0 15px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-align: center;
}

.pagetop {
  /*
  	position: absolute;
  	right: 0;
  	bottom: 60px;
  	opacity: 0;
  */
  display: none;
  position: fixed;
  bottom: 10px;
  margin-left: 1100px;
  width: 3.25rem;
  transition: transform 0.36s ease;
  transform: translateY(0);
  cursor: pointer;
  z-index: 997;
}
.pagetop:hover {
  transform: translateY(-3px);
  opacity: 0.7;
}
.pagetop.fixed {
  opacity: 1;
}
.pagetop img {
  width: 100%;
}

.f-nav {
  padding-bottom: 40px;
  padding-bottom: calc(1.75em + 10px + 40px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.f-nav .f-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.f-nav .f-nav-list li + li {
  margin-left: 30px;
}
.f-nav .f-nav-list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  color: #664a46;
}
.f-nav .f-nav-list li a:after {
  content: url("../img/icon_arrow4_font_clr.svg");
  display: block;
  width: 10px;
  margin-left: 6px;
}
.f-nav .f-nav-list li a:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  margin: auto;
  width: calc(100% - 16px);
  border-bottom: 1px solid #fff;
  transition: 0.36s ease;
  transform: scaleX(0);
}
.f-nav .f-nav-list li a:hover {
  color: #fff;
}
.f-nav .f-nav-list li a:hover:before {
  transform: scaleX(1);
}
.f-nav .f-nav-list li a span:nth-of-type(n+2) {
  display: none;
}
.f-nav .f-nav-list li .gnav-child {
  position: absolute;
  width: 100%;
  top: calc(1.75em + 10px);
  left: 0;
}
.f-nav .f-nav-list li .gnav-child .gnav-child-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* top */
/* ============================================ */
/*top-news*/
.top-news {
  position: relative;
  padding: 64px 0;
  background-color: #ffe9e6;
  /*お知らせ・ブログ*/
  /*お知らせのみ*/
}
.top-news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #fff6de;
}
.top-news .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top-news .topheadline {
  flex-flow: inherit;
}
.top-news .topheadline .ptitle {
  padding-left: 4em;
}
.top-news .topheadline h3 {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 500;
}
.top-news [class^=news-box] {
  position: relative;
  width: 550px;
  width: 880px;
  padding: 60px 40px 40px 80px;
  background-color: #ffffff;
}
.top-news [class^=news-box] .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 25px;
}
.top-news [class^=news-box] .btn:before {
  content: url("../img/icon-arrow2.svg");
  display: block;
  width: 300px;
  transition: 0.36s ease;
  transform: translateX(0);
}
.top-news [class^=news-box] .btn a {
  padding: 0 20px;
  color: #664a46;
}
.top-news [class^=news-box] .btn a:hover {
  opacity: 0.8;
}
.top-news #news, .top-news #blog {
  width: 100%;
  height: 135px;
  overflow: hidden;
}

/*top-concept*/
.top-concept {
  padding: 63px 0;
  background-image: url("../img/concept-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.top-concept.catch {
  background: none;
  background-color: #d1d1d1;
}
.top-concept.catch01 {
  background-image: url(../img/catch01_bg_l_wout.svg), url(../img/catch01_bg_r_wout.svg), url(../img/catch01_bg_h_wout.svg), url(../img/catch01_bg_f_wout.svg), linear-gradient(to bottom, #fbe4ba 0%, #fff 35% 65%, #fbe4ba 100%);
  background-size: auto 33.1875rem, auto 27.5625rem, 53.5rem auto, 44.6875rem auto, auto;
  background-repeat: repeat-y, repeat-y, repeat-x, repeat-x, no-repeat;
  background-position: left -2rem top, right -2rem bottom, center top -2rem, center bottom -2rem, center center;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.top-concept.catch01 .inner {
  width: auto;
  z-index: 100;
  padding: 6.8rem 0 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-concept.catch01 .inner ul {
  position: relative;
}
.top-concept.catch01 .inner li {
  display: flex;
}
.top-concept.catch01 .inner li > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3.6rem 0;
}
.top-concept.catch01 .inner li.txt01 > div {
  background-image: radial-gradient(circle closest-side, #ffe6dc calc(100% - 1px), transparent 100%);
}
.top-concept.catch01 .inner li.txt01 p:nth-of-type(1) span:nth-of-type(1) {
  animation-delay: 0s;
}
.top-concept.catch01 .inner li.txt01 p:nth-of-type(1) span:nth-of-type(2) {
  animation-delay: 0.1s;
}
.top-concept.catch01 .inner li.txt01 p:nth-of-type(1) span:nth-of-type(3) {
  animation-delay: 0.2s;
}
.top-concept.catch01 .inner li.txt01 p:nth-of-type(1) span:nth-of-type(4) {
  animation-delay: 0.3s;
}
.top-concept.catch01 .inner li.txt01 p:nth-of-type(2) span:nth-of-type(1) {
  animation-delay: 0.4s;
}
.top-concept.catch01 .inner li.txt01 p:nth-of-type(2) span:nth-of-type(2) {
  animation-delay: 0.5s;
}
.top-concept.catch01 .inner li.txt01 p:nth-of-type(2) span:nth-of-type(3) {
  animation-delay: 0.6s;
}
.top-concept.catch01 .inner li.txt01 p:nth-of-type(2) span:nth-of-type(4) {
  animation-delay: 0.7s;
}
.top-concept.catch01 .inner li.txt01 p:nth-of-type(2) span:nth-of-type(5) {
  animation-delay: 0.8s;
}
.top-concept.catch01 .inner li.txt01 .sizeL {
  color: #ea505f;
}
.top-concept.catch01 .inner li.txt02 {
  padding-left: 352px;
  margin: -140px 0 -65px;
}
.top-concept.catch01 .inner li.txt02 > div {
  background-image: radial-gradient(circle closest-side, #deefff calc(100% - 1px), transparent 100%);
}
.top-concept.catch01 .inner li.txt02 p:nth-of-type(1) span:nth-of-type(1) {
  animation-delay: 0s;
}
.top-concept.catch01 .inner li.txt02 p:nth-of-type(1) span:nth-of-type(2) {
  animation-delay: 0.1s;
}
.top-concept.catch01 .inner li.txt02 p:nth-of-type(1) span:nth-of-type(3) {
  animation-delay: 0.2s;
}
.top-concept.catch01 .inner li.txt02 p:nth-of-type(1) span:nth-of-type(4) {
  animation-delay: 0.3s;
}
.top-concept.catch01 .inner li.txt02 p:nth-of-type(1) span:nth-of-type(5) {
  animation-delay: 0.4s;
}
.top-concept.catch01 .inner li.txt02 p:nth-of-type(1) span:nth-of-type(6) {
  animation-delay: 0.5s;
}
.top-concept.catch01 .inner li.txt02 p:nth-of-type(2) span:nth-of-type(1) {
  animation-delay: 0.6s;
}
.top-concept.catch01 .inner li.txt02 p:nth-of-type(2) span:nth-of-type(2) {
  animation-delay: 0.7s;
}
.top-concept.catch01 .inner li.txt02 p:nth-of-type(2) span:nth-of-type(3) {
  animation-delay: 0.8s;
}
.top-concept.catch01 .inner li.txt02 p:nth-of-type(2) span:nth-of-type(4) {
  animation-delay: 0.9s;
}
.top-concept.catch01 .inner li.txt02 p:nth-of-type(2) span:nth-of-type(5) {
  animation-delay: 1s;
}
.top-concept.catch01 .inner li.txt02 .sizeL {
  color: #0058d8;
}
.top-concept.catch01 .inner li.txt03 {
  padding-left: 75px;
}
.top-concept.catch01 .inner li.txt03 > div {
  background-image: radial-gradient(circle closest-side, #efffde calc(100% - 1px), transparent 100%);
}
.top-concept.catch01 .inner li.txt03 p:nth-of-type(1) span:nth-of-type(1) {
  animation-delay: 0s;
}
.top-concept.catch01 .inner li.txt03 p:nth-of-type(1) span:nth-of-type(2) {
  animation-delay: 0.1s;
}
.top-concept.catch01 .inner li.txt03 p:nth-of-type(1) span:nth-of-type(3) {
  animation-delay: 0.2s;
}
.top-concept.catch01 .inner li.txt03 p:nth-of-type(1) span:nth-of-type(4) {
  animation-delay: 0.3s;
}
.top-concept.catch01 .inner li.txt03 p:nth-of-type(1) span:nth-of-type(5) {
  animation-delay: 0.4s;
}
.top-concept.catch01 .inner li.txt03 p:nth-of-type(1) span:nth-of-type(6) {
  animation-delay: 0.5s;
}
.top-concept.catch01 .inner li.txt03 p:nth-of-type(2) span:nth-of-type(1) {
  animation-delay: 0.6s;
}
.top-concept.catch01 .inner li.txt03 p:nth-of-type(2) span:nth-of-type(2) {
  animation-delay: 0.7s;
}
.top-concept.catch01 .inner li.txt03 .sizeL {
  color: #1eaa39;
}
.top-concept.catch01 .inner li p {
  font-size: 2.5rem;
  font-family: "M PLUS Rounded 1c", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.1;
  letter-spacing: 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  z-index: 5;
}
.top-concept.catch01 .inner li p span {
  opacity: 0;
  text-shadow: 2px 0px 2px white, -2px 0px 2px white, 0px -2px 2px white, 0px 2px 2px white, 2px 2px 2px white, -2px 2px 2px white, 2px -2px 2px white, -2px -2px 2px white, 1px 2px 2px white, -1px 2px 2px white, 1px -2px 2px white, -1px -2px 2px white, 2px 1px 2px white, -2px 1px 2px white, 2px -1px 2px white, -2px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white, -1px -1px 2px white, 3px 3px 6px white, -3px 3px 6px white, 3px -3px 6px white, -3px -3px 6px white;
}
.top-concept.catch01 .inner li p .sizeL {
  font-size: 3.75rem;
}
.top-concept.catch01 .inner li p .dot {
  margin: 0 -0.5rem;
}
.top-concept.catch01 .inner li.moveon {
  /*
  					animation-name: sbub01;
  					animation-duration: 0.5s;
  	//				animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
  					animation-fill-mode:forwards;
  */
}
.top-concept.catch01 .inner li.moveon span {
  animation-name: tmove01;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.top-concept.catch01 .inner figure {
  opacity: 0;
  z-index: 10;
  width: 20.625rem;
  margin-left: 30px;
}
.top-concept.catch01 .inner figure img {
  height: 100%;
}
.top-concept.catch01 .inner figure.moveon {
  animation-name: imove;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
.top-concept.catch01 .inner .objarea .obj {
  position: absolute;
  width: 3.75rem;
  height: calc(3.75rem * 1.5);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  top: -100px;
}
.top-concept.catch01 .inner .objarea .obj:nth-child(1) {
  left: calc(50% + 7rem);
  animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: 2s;
  background-image: url(../img/subtitle1_bg_gr.svg);
}
.top-concept.catch01 .inner .objarea .obj:nth-child(2) {
  left: 5%;
  animation: fall 15s linear infinite, sway1 2s ease-in-out infinite alternate;
  animation-delay: 8s;
  background-image: url(../img/subtitle1_bg_or.svg);
}
.top-concept.catch01 .inner .objarea .obj:nth-child(3) {
  left: 15%;
  animation: fall 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
  animation-delay: 13s;
  background-image: url(../img/subtitle1_bg_ye.svg);
}
.top-concept.catch01 .inner .objarea .obj:nth-child(4) {
  left: 30%;
  animation: fall 8s linear infinite, sway2 4s ease-in-out infinite alternate;
  animation-delay: 7s;
  background-image: url(../img/leaf_red.svg);
}
.top-concept.catch01 .inner .objarea .obj:nth-child(5) {
  left: 40%;
  animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
  animation-delay: 0s;
  background-image: url(../img/subtitle1_bg_gr.svg);
}
.top-concept.catch01 .inner .objarea .obj:nth-child(6) {
  left: 55%;
  animation: fall 11s linear infinite, sway2 3s ease-in-out infinite alternate;
  animation-delay: 3s;
  background-image: url(../img/subtitle1_bg_or.svg);
}
.top-concept.catch01 .inner .objarea .obj:nth-child(7) {
  right: 10%;
  animation: fall 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
  background-image: url(../img/subtitle1_bg_ye.svg);
  animation-delay: 7s;
}
.top-concept.catch01 .inner .objarea .obj:nth-child(8) {
  right: 0;
  animation: fall 7s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: 3s;
  background-image: url(../img/subtitle1_bg_or.svg);
}
.top-concept.catch01 .inner .objarea .obj:nth-child(9) {
  left: 80%;
  animation: fall 10s linear infinite, sway2 4s ease-in-out infinite alternate;
  animation-delay: 4s;
  background-image: url(../img/subtitle1_bg_ye.svg);
}
.top-concept.nobg {
  background: none;
}
.top-concept .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top-concept.f_bannerWrap .box2 {
  width: 100%;
}
.top-concept .topheadline {
  margin-bottom: 20px;
}
.top-concept .concept-box {
  width: 880px;
  padding: 80px 200px 40px;
  background-color: #ffffff;
}
.top-concept .concept-box p {
  line-height: 2.6;
  letter-spacing: 0.04em;
}
.top-concept .concept-box.philosophy {
  padding: 80px 50px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-concept .concept-box.philosophy .topheadline {
  width: 100%;
}
.top-concept .concept-box.philosophy ul.disc-list li {
  color: #664a46;
  font-size: 1.2rem;
  font-weight: 700;
}
.top-concept .concept-box.philosophy ul.disc-list li:before {
  background-color: #664a46;
}
.top-concept .concept-box.philosophy ul.disc-list li:nth-of-type(n+2) {
  margin-top: 0.5em;
}
.top-concept .concept-box.philosophy p {
  color: #664a46;
  font-size: 1.2rem;
  font-weight: 700;
}
.top-concept .concept-box.nobg {
  background-color: transparent;
  padding: 40px 0;
}
.top-concept .concept-box.nobg .homeUL01 li {
  color: #664a46;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.top-concept .concept-box.m_greet {
  padding: 80px 30px 40px;
}
.top-concept .concept-box.m_greet .col2-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top-concept .concept-box.m_greet .col2-box .col2-text {
  width: auto;
  max-width: 60%;
}
.top-concept .concept-box.m_greet .col2-box .col2-img {
  width: 15%;
  margin: 0 0 0 2rem;
}

@keyframes tmove01 {
  0% {
    transform: translate(0, 0) scale(3, 3);
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
    opacity: 1;
  }
}
@keyframes imove {
  0% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(100px) rotate(-65deg);
  }
}
@keyframes sway2 {
  from {
    transform: translateX(100px) rotate(-65deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
.page_home .inner {
  width: 900px;
  padding-top: 64px;
  padding-top: 100px;
}
.page_home .inner .withnum {
  position: relative;
  display: flex;
  align-items: center;
}
.page_home .inner .withnum .txt {
  font-size: 1.1rem;
  font-weight: 500;
  color: #9e4b00;
  flex: 1;
}
.page_home .inner .withnum .num {
  font-family: "Roboto", sans-serif;
  position: relative;
  margin-right: 1rem;
  /*
  				position: absolute;
  				left: 0;
  				top: 0;
  */
  border-radius: 100vh;
  font-weight: 700;
  color: #9e4b00;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 3rem;
  height: 3rem;
  width: 3rem;
  border: 0.3125rem solid #ffd7b3;
}
.page_home .inner .withnum .num::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.625rem);
  height: calc(100% + 0.625rem);
  border: 2px solid #eea800;
  top: -0.3125rem;
  left: -0.3125rem;
  border-radius: 100vh;
}

/*top-medical*/
.top-medical {
  padding: 80px 0;
  background-color: #fff6de;
}
.top-medical .medical-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: calc(220px * 5);
  margin: 0 auto;
}
.top-medical .medical-box a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 220px;
  height: 300px;
  color: #664a46;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  transition: 0.36s ease;
  margin-bottom: 40px;
  border-left: 1px solid #ffd2b3;
}
.top-medical .medical-box a:last-of-type, .top-medical .medical-box a:nth-of-type(5) {
  border-right: 1px solid #ffd2b3;
}
.top-medical .medical-box a:hover {
  opacity: 0.7;
}
.top-medical .medical-box a:hover dt figure {
  transform: scale(1);
  animation: 1.8s fuwafuwa ease infinite;
}
.top-medical .medical-box a:hover dd.btn:after {
  transform: translateX(5px);
}
.top-medical .medical-box a.aicon_flow figure:before {
  background-color: #E19573;
}
.top-medical .medical-box a.aicon_flow figure img {
  height: 47px;
}
.top-medical .medical-box a.aicon_flow dd.summary {
  color: #E19573;
}
.top-medical .medical-box a.aicon_dentistry figure:before {
  background-color: #8FC393;
}
.top-medical .medical-box a.aicon_dentistry figure img {
  height: 47px;
}
.top-medical .medical-box a.aicon_dentistry dd.summary {
  color: #8FC393;
}
.top-medical .medical-box a.aicon_s_child figure:before {
  background-color: #FF9595;
}
.top-medical .medical-box a.aicon_s_child figure img {
  width: 50px;
}
.top-medical .medical-box a.aicon_s_child dd.summary {
  color: #FF9595;
}
.top-medical .medical-box a.aicon_general figure img {
  width: 44px;
  height: 47px;
}
.top-medical .medical-box a.aicon_child figure img {
  width: 84px;
  height: 47px;
}
.top-medical .medical-box a.aicon_ortho figure img {
  width: 47px;
  height: 47px;
}
.top-medical .medical-box a.aicon_surgery figure img {
  width: 43px;
  height: 47px;
}
.top-medical .medical-box a.aicon_esthe figure img {
  width: 61px;
  height: 54px;
}
.top-medical .medical-box a.aicon_implant figure img {
  width: 38px;
  height: 47px;
}
.top-medical .medical-box a.aicon_white figure img {
  width: 42px;
  height: 47px;
}
.top-medical .medical-box a.aicon_prevent figure img {
  width: 36px;
  height: 47px;
}
.top-medical .medical-box a.aicon_visit figure img {
  width: 42px;
  height: 47px;
}
.top-medical .medical-box dt {
  margin-bottom: 12px;
}
.top-medical .medical-box dt figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.top-medical .medical-box dt figure:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #1CF034;
  height: 110px;
  width: 110px;
  left: 50%;
  transform: translateX(-50%);
}
.top-medical .medical-box dt figure img {
  z-index: 2;
}
.top-medical .medical-box dd.summary {
  height: 55px;
  margin-top: 10px;
}
.top-medical .medical-box dd.btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  transition: 0.36s ease;
}
.top-medical .medical-box dd.btn:after {
  display: block;
  content: url("../img/icon-arrow3.svg");
  width: 82px;
  transition: 0.36s ease;
  transform: translateY(-2px);
  transform: translateX(0);
}
.top-medical .medical-box dd h4 {
  font-size: 1.25rem;
}
.top-medical .medical-box dd h4.nolesp {
  letter-spacing: 0;
  font-size: 20px;
}
.top-medical .medical-box dd span {
  color: #b3b3b3;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
.top-schedule {
  padding: 9rem 0;
  background-image: url(../img/top_schedule_bg_f.png), url(../img/top_schedule_bg_h.png), repeating-linear-gradient(90deg, #ffd2b3, #ffd2b3 2rem, #ffeae3 2rem, #ffeae3 4rem);
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-position: center bottom, center top, center;
  display: flex;
  justify-content: center;
  position: relative;
}
.top-schedule .inner {
  padding: 80px 60px 60px;
  background-color: rgba(255, 255, 255, 0.95);
  width: auto;
  position: relative;
}
.top-schedule .inner:before {
  content: "";
  position: absolute;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  top: -30px;
  left: -30px;
  border: 15px solid rgba(255, 255, 255, 0.75);
}
.top-schedule .schedule-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.top-schedule .schedule-box .table1 {
  width: 655px;
  margin-bottom: 30px;
}
.top-schedule .schedule-box .table1 table {
  margin-bottom: 20px;
}
.top-schedule .schedule-box .table1 table tbody tr:nth-last-of-type(n+2) {
  border-bottom: none;
}
.top-schedule .schedule-box .table1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.top-schedule .schedule-box .table1 ul li {
  font-feature-settings: initial;
}
.top-schedule .schedule-box .table1 ul li:first-child {
  margin-left: 15px;
}
.top-schedule .schedule-box .table1 ul li + li {
  margin-left: 30px;
}

/* page */
/* ============================================ */
body.page #mainvisual {
  height: 300px;
  background-image: url(../img/h3_bg.svg), url(../img/hjpg_alot_h.png), url(../img/hjpg_alot_f.png), linear-gradient(to bottom, #FFF4EA 0%, #FFFAF6 38% 62%, #FFF4EA 100%);
  background-repeat: no-repeat, repeat-x, repeat-x, no-repeat;
  background-position: right bottom, center top, center bottom, center center;
  background-size: 162px auto, auto, auto, auto;
}
body.page #mainvisual.introJpg {
  background-image: url("../../intro/img/hjpg_intro.jpg");
}
body.page #mainvisual.greetingJpg {
  background-image: url("../../greeting/img/hjpg_greeting.jpg");
}
body.page #mainvisual.medicalJpg {
  background-image: url("../../medical/img/hjpg_medical.jpg");
}
body.page #mainvisual.accessJpg {
  background-image: url("../../access/img/hjpg_access1017.jpg");
}
body.page #mainvisual.s_covidJpg {
  background-image: url("../../s_covid/img/hjpg_s_covid.jpg");
}
body.page #mainvisual.newsJpg {
  background-image: url("../../news/img/hjpg_news.jpg");
}
body.page #mainvisual.recruitJpg {
  background-image: url("../../medical/img/hjpg_recruit.jpg");
}
body.page #mainvisual.reserveJpg {
  background-image: url("../../intro/img/hjpg_intro.jpg");
}
body.page #mainvisual .inner {
  position: relative;
}
body.page #container {
  padding-top: 60px;
}
body.page #content {
  letter-spacing: 0.04em;
}
body.page #content .inner {
  max-width: 900px;
}
body.page #content .top-medical {
  background: #fff;
  padding: 0 0 60px;
}
body.page #content .top-medical .inner {
  max-width: 1100px;
}

/*breadcrumbs*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 1100px;
  margin: 0 auto 30px;
}
.breadcrumbs li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 10px;
  position: relative;
}
.breadcrumbs li:not(:last-child):after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
  padding-left: 10px;
  color: #d1d1d1;
  transform: translateY(1px);
}
.breadcrumbs li a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.breadcrumbs li span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs li [class^=icon-] {
  margin-right: 5px;
  font-size: 13px;
}

/*smooth*/
.smooth {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.smooth li {
  width: 30%;
  margin-bottom: 15px;
}
.smooth li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  padding: 6px 20px 10px;
  border: 1px solid #664a46;
  color: #664a46;
  letter-spacing: 0.1em;
}
.smooth li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #664a46;
  border-bottom: 1px solid #664a46;
  transform: translateY(1px) rotate(45deg);
  transition: 0.36s ease;
}
.smooth li a:hover {
  background-color: #664a46;
  color: #ffffff;
}
.smooth li a:hover:after {
  border-color: #ffffff;
}

/*medical*/
.medical-smooth ul li {
  width: 33.3333333333%;
}

/*page-doctor*/
.page_greet {
  position: relative;
  padding-bottom: 80px;
  background-color: #fff6de;
}
.page_greet:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 66%;
  height: 460px;
  background-color: #f5f5f5;
  background-color: #fff;
  content: "";
  z-index: -1;
  z-index: 1;
}
.page_greet .inner {
  max-width: none !important;
}
.page_greet .inner_greet {
  width: 900px;
  margin: 0 auto;
}
.page_greet .inner_greet ul.disc_ul {
  padding-top: 0.4em;
  margin-left: 2.5em;
}
.page_greet .inner_greet ul.disc_ul li {
  padding-bottom: 0.7em;
  line-height: 1.2;
}
.page_greet .inner_greet dl {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1em;
  line-height: 1.2;
  padding-top: 0.4em;
}
.page_greet .inner_greet dl dt {
  width: 6.5em;
  width: 5em;
  font-weight: 400;
  padding-bottom: 0.7em;
}
.page_greet .inner_greet dl dd {
  width: calc(100% - 5.5em);
  padding-bottom: 0.7em;
}
.page_greet .inner_greet dl.greetDL01 dt {
  width: 7.5em;
}
.page_greet .inner_greet dl.greetDL01 dd {
  width: calc(100% - 8em);
}
.page_greet .inner_greet p.preetP01 {
  margin-left: 1em;
}
.page_greet .inner_greet .name span {
  font-size: 1rem;
  font-weight: 500;
}
.doctor-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

.doctor-text {
  position: relative;
  width: 640px;
  margin-top: 80px;
  margin-bottom: 60px;
  padding: 60px 65px 80px;
  background-color: #ffffff;
  z-index: 3;
  box-sizing: border-box;
  min-height: 646px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.doctor-text p {
  margin-bottom: 30px;
  line-height: 2;
}
.doctor-text .name {
  margin-bottom: 0;
  text-align: right;
}

.doctor-img1 {
  position: absolute;
  top: 0;
  left: 70px;
  width: 460px;
  border: 6px solid #ffd4cc;
  z-index: 1;
}

.doctor-img2 {
  position: absolute;
  top: 400px;
  left: 0;
  width: 340px;
  z-index: 2;
}

.career-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.career-box .title2 {
  margin-bottom: 22px;
}
.career-box .career-left, .career-box .career-right {
  padding: 50px 60px;
  background-color: #ffffff;
}

.career-left {
  width: 550px;
}
.career-left table {
  margin-bottom: 0;
}

.career-right {
  width: 500px;
}
.career-right ul li {
  margin-bottom: 8px;
  margin-bottom: 1.2em;
  line-height: 1.2em;
}

.intro_firstview {
  border-top: 10px solid #7f422a;
  border-bottom: 10px solid #7f422a;
  padding: 8rem 0 8rem;
  margin-bottom: 10rem;
  background-image: url(../img/catch01_bg_l_with.svg), url(../img/catch01_bg_r_with.svg), url(../img/catch01_bg_h_with.svg), url(../img/catch01_bg_f_with.svg), linear-gradient(to bottom, #fbe4ba 0%, #fff 35% 65%, #fbe4ba 100%);
  background-size: auto 33.1875rem, auto 27.5625rem, 53.5rem auto, 44.6875rem auto, auto;
  background-repeat: repeat-y, repeat-y, repeat-x, repeat-x, no-repeat;
  background-position: left -2rem top, right -2rem bottom, center top -2rem, center bottom -2rem, center center;
  position: relative;
}
.intro_firstview .title1 {
  margin-top: 0;
}
.intro_firstview .firstbox {
  align-items: center;
}
.intro_firstview .firstbox .col2-text {
  width: 50%;
}
.intro_firstview .firstbox .col2-text p {
  font-size: 1.375rem;
  font-size: 1.875rem;
  font-family: "M PLUS Rounded 1c", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 2px 0px 2px #1eaa39, -2px 0px 2px #1eaa39, 0px -2px 2px #1eaa39, 0px 2px 2px #1eaa39, 2px 2px 2px #1eaa39, -2px 2px 2px #1eaa39, 2px -2px 2px #1eaa39, -2px -2px 2px #1eaa39, 1px 2px 2px #1eaa39, -1px 2px 2px #1eaa39, 1px -2px 2px #1eaa39, -1px -2px 2px #1eaa39, 2px 1px 2px #1eaa39, -2px 1px 2px #1eaa39, 2px -1px 2px #1eaa39, -2px -1px 2px #1eaa39, 1px 1px 2px #1eaa39, -1px 1px 2px #1eaa39, 1px -1px 2px #1eaa39, -1px -1px 2px #1eaa39, 3px 3px 6px #1eaa39, -3px 3px 6px #1eaa39, 3px -3px 6px #1eaa39, -3px -3px 6px #1eaa39;
}
.intro_firstview .firstbox .col2-img {
  width: 45%;
  border-radius: 0;
}
.intro_firstview .firstbox .col2-img p {
  margin-bottom: 0;
  border: 10px solid #1eaa39;
}

/*page_medical*/
.page_medical > .inner {
  padding-top: 60px;
}

/*page_access*/
.page_access {
  position: relative;
}
.page_access:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 80%;
  background-color: #fff6de;
  content: "";
  z-index: -1;
  z-index: 0;
}
.page_access .acs_ul01 {
  padding: 3em 5em 2em;
  border: 1px dotted #7f422a;
  background-color: #ffe9e6;
  -moz-column-count: 2;
       column-count: 2;
  margin-left: 0;
}
.page_access .acs_ul01 li {
  color: #7f422a;
  font-weight: 500;
  font-size: 1.1rem;
}
.page_access .acs_ul01 li:nth-of-type(n+2) {
  margin-top: 1em;
}
.page_access .acs_swiper_title {
  text-align: center;
}
.page_access .acs_swiper_wrap {
  margin: 0 auto;
  width: 750px;
  background-color: #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  margin-bottom: 100px;
}
.page_access .acs_swiper_wrap .swiper-container,
.page_access .acs_swiper_wrap .swiper-wrapper,
.page_access .acs_swiper_wrap .swiper-slide,
.page_access .acs_swiper_wrap .slide-img,
.page_access .acs_swiper_wrap img {
  width: 100%;
}
.page_access .acs_swiper_wrap .swiper-button-next, .page_access .acs_swiper_wrap .swiper-button-prev {
  color: #fff;
}
.page_access .acs_swiper_wrap .slider {
  position: relative;
  width: 600px;
  overflow: hidden;
}
.page_access .acs_swiper_wrap .slider .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 56.09375%;
}
.page_access .acs_swiper_wrap .slider .swiper-slide .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_access .acs_swiper_wrap .slider .swiper-slide .slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_access .acs_swiper_wrap .slider .swiper-slide .slide-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 20px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.page_access .acs_swiper_wrap .slider .swiper-slide .slide-label span {
  font-size: 18px;
  color: #fff;
}
.page_access .acs_swiper_wrap .thumbnail {
  width: 150px;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.page_access .acs_swiper_wrap .thumbnail .swiper-button-prev {
  left: 50%;
  top: 3%;
  transform: translateX(-50%) rotate(90deg);
}
.page_access .acs_swiper_wrap .thumbnail .swiper-button-next {
  left: 50%;
  top: 97%;
  bottom: 0;
  transform: translateX(-50%) rotate(90deg);
}
.page_access .acs_swiper_wrap .thumbnail .swiper-slide {
  position: relative;
  width: 113px;
  margin: 0 auto;
}
.page_access .acs_swiper_wrap .thumbnail .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 56.09375%;
}
.page_access .acs_swiper_wrap .thumbnail .swiper-slide .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0.5;
  transition: 0.36s;
}
.page_access .acs_swiper_wrap .thumbnail .swiper-slide .slide-img:hover {
  cursor: pointer;
  opacity: 1;
}
.page_access .acs_swiper_wrap .thumbnail .swiper-slide .slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_access .acs_swiper_wrap .thumbnail .swiper-slide.swiper-slide-thumb-active .slide-img {
  border: 6px solid #7f422a;
  opacity: 1;
}

.access-guide {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.access-map dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 400;
}
.access-map dt span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 10px;
}
.access-map dt .icon-map {
  margin-right: 5px;
  font-size: 15px;
  transform: translateY(1px);
}
.access-map dd iframe {
  width: 100%;
  height: 400px;
}

/* page_intro */
.page_intro .intro_p01 {
  margin-bottom: 0;
}

/*page-clinic*/
.page-clinic {
  padding-top: 0 !important;
}

.clinic-box .summary-text {
  margin-bottom: 30px;
}

.clinic-slider {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
.clinic-slider .swiper-container,
.clinic-slider .swiper-wrapper,
.clinic-slider .swiper-slide,
.clinic-slider .slide-img,
.clinic-slider img {
  width: 100%;
}
.clinic-slider .slider {
  position: relative;
  width: 67%;
  overflow: hidden;
}
.clinic-slider .slider .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 56.09375%;
}
.clinic-slider .slider .swiper-slide .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clinic-slider .slider .swiper-slide .slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.clinic-slider .slider .swiper-slide .slide-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.clinic-slider .slider .swiper-slide .slide-label span {
  font-size: 18px;
}
.clinic-slider .thumbnail {
  width: 25%;
}
.clinic-slider .thumbnail .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  transform: translate3d(0, 0, 0) !important;
}
.clinic-slider .thumbnail .swiper-slide {
  position: relative;
  width: 47% !important;
  margin-bottom: 20px !important;
  border: 6px solid #ffd4cc;
}
.clinic-slider .thumbnail .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 56.09375%;
}
.clinic-slider .thumbnail .swiper-slide .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clinic-slider .thumbnail .swiper-slide .slide-img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.clinic-slider .thumbnail .swiper-slide .slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*page-overview*/
.overview-box {
  font-feature-settings: initial;
}
.overview-box ul li {
  padding: 8px 0;
}
.overview-box ul li:not(:last-child) {
  border-bottom: 1px solid #ffd4cc;
}
.overview-box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0 !important;
}
.overview-box dl dt {
  width: 25%;
}
.overview-box dl dd {
  width: 75%;
}
.overview-box .table1 table {
  margin-top: 10px;
  border: 1px solid #ffd4cc;
}
.overview-box .table1 table * {
  border-color: #ffd4cc;
}
.overview-box .table1 table th:first-of-type {
  border-right: none;
}
.overview-box .table1 table tbody th {
  width: 30%;
  padding-right: 3.5em;
}
.overview-box .table1 table tbody td {
  width: 10%;
}
.overview-box .table1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.overview-box .table1 ul li {
  border-bottom: 0;
}
.overview-box .table1 ul li + li {
  margin-left: 20px;
}

/*page-recruit*/
/*page-contact*/
.recruit-box.fafter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.form ul li {
  padding: 8px 0;
}
.form ul li:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}
.form ul li.name dl dd, .form ul li.huri dl dd, .form ul li.shinsatu dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.form ul li.name input, .form ul li.huri input, .form ul li.shinsatu input {
  max-width: 150px;
}
.form ul li.name p + p, .form ul li.huri p + p, .form ul li.shinsatu p + p {
  margin-left: 12px;
}
.form ul li.postal input {
  max-width: 100px;
}
.form ul li.age dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.form ul li.age input {
  max-width: 50px;
}
.form ul li.age input#age {
  margin-right: 0.5em;
}
.form ul li.email dl dd {
  display: block;
}
.form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0 !important;
}
.form dl dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 25%;
  height: 40px;
  font-weight: 400;
}
.form dl dd {
  width: 75%;
}
.form dl dd pre {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.form.fcheck ul li {
  /*
  		&.email dl dd {
  			.email_txt01,.email_txt02,.email_mail2 {
  				display: none;
  			}
  		}
  */
}
.form.fcheck ul li dl dd {
  padding-top: 0.3em;
}
.form.fcheck ul li dl dd.comment {
  white-space: pre-wrap;
}
.form span.require, .form span.optional, .form span.nolabel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  margin-left: 12px !important;
  padding: 6px 0 7px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}
.form span.require {
  background-color: #d9544d;
}
.form span.optional {
  background-color: #2175ad;
}
.form span:first-of-type {
  margin-left: 0;
}
.form input {
  line-height: 1.5;
}
.form input#zip {
  width: 200px;
}
.form input[type=tel],
.form input[type=email],
.form input[type=text], .form textarea {
  width: 100%;
  max-width: 500px;
  padding: 6px;
  border: 2px solid #dfdfdf;
  border-radius: 4px;
}
.form input[type=tel]:focus,
.form input[type=email]:focus,
.form input[type=text]:focus, .form textarea:focus {
  outline: 2px solid #fdd663;
}
.form textarea {
  height: 250px;
}
.form select {
  position: relative;
  height: 40px;
  padding: 6px 16px 6px 6px;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
}
.form select:focus {
  outline: 2px solid #fdd663;
}
.form input[type=radio] {
  border: none;
  display: inline-block;
  transform: scale(1.3) translateY(-1px);
  margin: 0 3px;
}
.form input[type=reset],
.form input[type=button],
.form input[type=submit] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 54px;
  background-color: #664a46;
  color: #ffffff;
  text-align: center;
  transition: 0.36s ease;
}
.form input[type=reset]:hover,
.form input[type=button]:hover,
.form input[type=submit]:hover {
  background-color: #7f422a;
  color: #ffffff;
}
.form .send {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  position: relative;
}
.form .send input:nth-of-type(n+2) {
  margin-left: 1em;
}
.form .send .wpcf7-spinner {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.page_reserve .form ul li.date dl dd {
  display: block;
}

/* archive */
/* ============================================ */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  padding: 40px 0;
  border-top: 1px solid #ffd4cc;
  border-bottom: 1px solid #ffd4cc;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  color: #7f422a;
  margin-left: 10px;
  margin-left: 0.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}
.wp-pagenavi span.current {
  color: #ffffff;
  background-color: #ff6a29;
}
.wp-pagenavi span {
  margin-left: 10px;
  margin-left: 0.5em;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  border: 1px solid #7f422a;
  color: #7f422a;
}
.wp-pagenavi a.previouspostslink {
  order: -1;
  margin-left: 0;
}
.wp-pagenavi a.nextpostslink {
  order: 1;
}
.wp-pagenavi a:hover {
  color: #ffffff;
  background-color: #ff6a29;
  border-color: #ff6a29;
}

.single-news, .single-blog {
  overflow: hidden;
}

.single-box {
  position: relative;
}
.single-box p {
  margin-bottom: 30px;
}
.single-box a:hover {
  text-decoration: underline;
}

.news-list li + li, .blog-list li + li {
  margin-top: 8px;
}
.news-list li a, .blog-list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: initial;
  color: #664a46;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list li a:hover, .blog-list li a:hover {
  opacity: 0.8;
}
.news-list li a span.date, .blog-list li a span.date {
  margin-right: 15px;
  margin-right: 1.5rem;
}
.news-list li a span.title, .news-list li a span.n_title, .blog-list li a span.title, .blog-list li a span.n_title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list li a span.n_title, .blog-list li a span.n_title {
  margin-right: 0.5em;
}

/* others */
/* ============================================ */
/*title*/
.topheadline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  margin-bottom: 40px;
}
.topheadline h3 {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
.topheadline span {
  color: #d1d1d1;
}

.pageheadline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
}
.pageheadline:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  top: 92px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(90deg, #60331d 0%, #60331d 50%, #ffd066 50%, #ffd066 100%);
}

.topheadline .ptitle, .pageheadline .ptitle {
  padding: 0 0 0 5.3em;
  background: url("../img/h3_bg.svg") no-repeat left center;
  background-size: auto 100%;
}
.topheadline h3, .pageheadline h3 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #60331d;
  font-family: "M PLUS Rounded 1c", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.topheadline span, .pageheadline span {
  color: #ffd066;
  font-size: 12px;
  display: block;
  line-height: 1;
  text-align: center;
  padding-top: 0.5em;
}

.singleheadline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.singleheadline h3 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #232228;
}

.title1 {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #7f422a;
  background-image: url(../img/title1_leaf_bg.png), linear-gradient(to bottom, #ffefd9 0%, #fff 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center top -2.2rem, center;
  color: #7f422a;
  padding: 0.8em 1em;
  border-radius: 1rem;
  border: 2px solid #7f422a;
  text-align: center;
  text-shadow: 2px 0px 2px white, -2px 0px 2px white, 0px -2px 2px white, 0px 2px 2px white, 2px 2px 2px white, -2px 2px 2px white, 2px -2px 2px white, -2px -2px 2px white, 1px 2px 2px white, -1px 2px 2px white, 1px -2px 2px white, -1px -2px 2px white, 2px 1px 2px white, -2px 1px 2px white, 2px -1px 2px white, -2px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white, -1px -1px 2px white, 3px 3px 6px white, -3px 3px 6px white, 3px -3px 6px white, -3px -3px 6px white;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin-bottom: 3rem;
  position: relative;
  line-height: 1.2;
  text-indent: 0.1em;
}
.title1::after, .title1::before {
  content: "";
  position: absolute;
  height: 8.75rem;
  background-size: 100% auto;
}
.title1::after {
  background: url(../img/title1_bg_l_pc.svg) no-repeat center bottom;
  width: 10.2rem;
  left: -1.5rem;
  bottom: -1.3rem;
}
.title1::before {
  background: url(../img/title1_bg_r01_pc.svg) no-repeat center bottom;
  width: 8.8rem;
  right: -0.9rem;
  bottom: -1.2rem;
}
.title1 i {
  position: absolute;
  width: 1.54rem;
  height: 2rem;
  background: url(../img/title1_bg_r02_pc.svg) no-repeat center top;
  background-size: 100% auto;
  top: -0.5rem;
  right: 19%;
}
.title1.title1_fsp {
  border-color: #1eaa39;
  background: #efffde;
  color: #ff6a29;
}

.title2 {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 0 20px;
  border-left: 3px solid #ffd066;
  font-weight: 500;
  font-size: 20px;
  color: #60331d;
}
.title2:before {
  content: "";
  position: absolute;
  left: -3px;
  bottom: 0;
  width: 3px;
  height: 50%;
  background-color: #60331d;
}

.subtitle1 {
  position: relative;
  margin-bottom: 1.375rem;
  font-size: 1.125rem;
  color: #664a46;
  padding: 1.3rem 5.3em 0.2rem 2.2em;
  font-weight: 700;
  background: url("../img/subtitle1_bg_gr.svg") no-repeat left bottom;
  background-size: 1.6rem auto;
  color: #9e4b00;
  font-size: 1.25rem;
  line-height: 1.2;
}
.subtitle1.noncol2 {
  width: 60%;
}
.subtitle1:after {
  background: radial-gradient(circle farthest-side, #eea800, #eea800 60%, transparent 60%, transparent);
  background-size: 0.625rem;
  content: "";
  display: inline-block;
  height: 0.625rem;
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
  left: 0;
  z-index: 1;
}
.subtitle1 i {
  width: 6.375rem;
  height: 3.9rem;
  background: url(../img/subtitle1_bg_char.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: -1rem;
  z-index: 2;
}

/*button*/
.btn1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.btn1 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  height: 37px;
  padding: 0 30px;
  border: 1px solid #664a46;
  border-radius: 20px;
  color: #664a46;
}
.btn1 a:hover {
  background-color: #664a46;
  border-color: #664a46;
  color: #ffffff;
}

.btn2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.btn2 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  height: 44px;
  padding: 0 40px;
  border: 1px solid #664a46;
  border-radius: 23px;
  color: #664a46;
}
.btn2 a:hover {
  background-color: #664a46;
  color: #ffffff;
}
.btn2 a:hover [class^=icon-] {
  color: #ffffff;
}
.btn2 a [class^=icon-] {
  margin-right: 6px;
  font-size: 15px;
  transform: translateY(1px);
  color: #664a46;
}

/*table*/
.table1 table {
  position: relative;
  margin-bottom: 10px;
}
.table1 table thead th {
  text-align: center;
  padding: 0.6em 0;
  font-weight: normal;
}
.table1 table thead th:first-of-type {
  border-right: 1px solid #b3b3b3;
}
.table1 table tbody th {
  font-weight: normal;
  padding-right: 3em;
  border-right: 1px solid #b3b3b3;
  width: 22%;
  padding: 10px 0 10px 15px;
  padding: 0.6em 1.5em 0.6em 0;
  letter-spacing: 0.04em;
  text-align: right;
}
.table1 table tbody td {
  font-size: 0.7rem;
  width: 11.1428571429%;
  padding: 10px 0;
  padding: 0.6em 0;
  text-align: center;
  vertical-align: middle;
}
.table1 table tbody td span {
  font-size: 1rem;
}
.table1 table tr {
  border-bottom: 1px solid #b3b3b3;
}
.table1 span.cl01 {
  color: #ff8812;
}

.table2 {
  /*
  	td {
  		width: 75%;
  	}
  */
}
.table2 table {
  margin-bottom: 10px;
}
.table2 th, .table2 td {
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
}
.table2 th {
  width: 8em;
  font-weight: 500;
}

/*icon*/
[class^=icon-] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
}
[class^=icon-]:before {
  display: block;
}

.icon-home:before {
  content: "\e3af";
}

.icon-access:before {
  content: "\f3c5";
}

.icon-menu:before {
  content: "\f0c9";
}

.icon-map:before {
  content: "\f3c5";
}

.icon-tel:before {
  content: url("../img/icon_tel_cl01_1.svg");
}

.icon-new {
  transform: scale(0.9);
}
.icon-new:before {
  content: "NEW";
  padding: 3px 5px 2px;
  font-size: 10px;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  background-color: #fdd663;
  border-radius: 9px;
}

/*box*/
.box1 {
  margin-bottom: 80px;
}

.box2 {
  margin-bottom: 60px;
}

.box3 {
  margin-bottom: 40px;
}

/*columnbox*/
.col2-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.col2-box.ali_cen {
  align-items: center;
}
.col2-box p {
  width: 100%;
}

.col2-img {
  width: 35%;
  overflow: hidden;
  border-radius: 5px;
}

.col2-text {
  width: 60%;
}

.column_2img {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  width: 100%;
}
.column_2img.between {
  justify-content: space-between;
}
.column_2img p {
  width: 35%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.column_2img p:nth-of-type(n+2) {
  margin-left: 15px;
}

.float_flex {
  overflow: hidden;
  zoom: 100%;
}
.float_flex .float_R {
  float: right;
  margin: 0 0 1rem 2rem;
}
.float_flex .float_L {
  float: left;
  margin: 0 2rem 1rem 0;
}
.float_flex .float_txt h5.subtitle1 {
  width: 60%;
}
.float_flex:after {
  content: "";
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*list*/
.disc-list {
  margin-left: 30px;
}
.disc-list li {
  position: relative;
}
.disc-list li:before {
  content: "";
  position: relative;
  top: -4px;
  left: -6px;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #664a46;
  position: absolute;
  top: 0.9em;
  left: -0.6em;
}

/*item*/
.underline {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.strong {
  font-weight: bold;
}

/* ******************************************

	SP [START]

****************************************** */
@media screen and (max-width:640px) {
  html {
    font-size: 3.8647vw;
  }
  body {
    font-size: 14px;
    font-size: inherit;
    -webkit-text-size-adjust: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .nolesp {
    letter-spacing: 0 !important;
  }
  a[href*="tel:"] {
    pointer-events: auto;
  }
  a[href*="tel:"]:hover {
    opacity: 0.7;
  }
  .box2_sp {
    margin-bottom: 3.75rem !important;
  }
  .align_c_img img {
    width: 100%;
  }
  /* layout */
  /* ============================================ */
  body, header, footer, main,
  #mainvisual, .inner {
    min-width: 100%;
  }
  .inner {
    width: auto;
    padding: 0 6%;
  }
  .sec-box {
    padding-bottom: 60px;
    /*
    	p,ul,ol,dl {
    		margin-bottom: 22px;
    	}
    */
  }
  .sec-box + .sec-box {
    padding-top: 60px;
  }
  ul.f_bannerArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  ul.f_bannerArea li {
    width: 100%;
  }
  ul.f_bannerArea li a img {
    max-width: 100%;
    width: 100%;
  }
  ul.f_bannerArea li:nth-of-type(n+2) {
    margin-top: 3em;
    margin-left: 0;
  }
  /* header */
  /* ============================================ */
  header {
    display: none;
  }
  .gnav {
    display: none;
  }
  .gnav-sp {
    display: block;
  }
  /* mainvisual */
  /* ============================================ */
  #mainvisual {
    margin-top: 117px;
  }
  #mainvisual .inner {
    margin: auto;
  }
  #mainvisual .inner ul.bannerArea {
    /*
    			position: absolute;
    			left: 0;
    */
    height: 0;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #mainvisual .inner ul.bannerArea li {
    width: 90%;
  }
  .mainvisual-title {
    padding: 20px 60px 20px 16px;
  }
  .mainvisual-title h2 {
    font-size: 24px;
    font-size: inherit;
  }
  .mainvisual-catch02 {
    top: 37%;
    top: auto;
    bottom: 30px;
    width: 100%;
  }
  .mainvisual-title02 {
    width: 100%;
    padding: 0;
  }
  .mainvisual-title02 h2 {
    font-size: 24px;
    font-size: 1.8rem;
    text-align: center;
  }
  .mainvisual-headline h2 {
    font-size: 1.8rem;
  }
  .mainvisual-schedule {
    display: none;
  }
  .mainvisual-slide .swiper-container,
  .mainvisual-slide .swiper-wrapper,
  .mainvisual-slide .swiper-slide,
  .mainvisual-slide .slide-img {
    height: 375px;
    min-height: auto;
    /*
    		&.simg01 p{
    			bottom: 170px;
    		}
    		&.simg01 img{
    			object-position: calc(50% - 125px) center;
    		}
    		&.simg03 img{
    			object-position: calc(50% - 55px) center;
    		}
    */
  }
  .mainvisual-slide .swiper-container p,
  .mainvisual-slide .swiper-wrapper p,
  .mainvisual-slide .swiper-slide p,
  .mainvisual-slide .slide-img p {
    font-size: 1.8rem;
    text-align: center;
    top: auto;
    bottom: 30px;
    width: 100%;
    left: 0;
  }
  /* top */
  /* ============================================ */
  /*top-news*/
  .top-news {
    padding: 43px 0;
    margin-top: 0;
    /*お知らせ・ブログ*/
    /*お知らせのみ*/
    /*
    	.news-list, .blog-list {
    		li {
    			a {
    				span {
    					&.date {
    						min-width: 5em;
    					}
    					&.title {
    //						max-width: calc(100% - 29px - 6em - 0.5em - 15px);
    					}
    				}
    			}
    		}
    	}
    */
  }
  .top-news:before {
    right: 0;
    left: auto;
    width: 43%;
  }
  .top-news .topheadline {
    align-items: flex-start;
    align-items: center;
    margin-bottom: 16px;
    margin-bottom: 2em;
  }
  .top-news .topheadline h3 {
    font-size: 18px;
    font-size: 1.3rem;
  }
  .top-news [class^=news-box] {
    width: 100%;
    padding: 20px;
  }
  .top-news [class^=news-box] .btn {
    position: absolute;
    right: 20px;
    top: 20px;
    margin-top: 0;
  }
  .top-news [class^=news-box] .btn:before {
    content: none;
  }
  .top-news [class^=news-box] .btn a {
    color: #664a46;
    border: 1px solid #664a46;
    border-radius: 20px;
    font-size: 13px;
    font-size: inherit;
  }
  .top-news [class^=news-box] .btn a:hover {
    background-color: #664a46;
    border-color: #664a46;
    color: #ffffff;
  }
  .top-news .news-box2 {
    border-top: 1px solid #dfdfdf;
  }
  .top-news #news, .top-news #blog {
    height: 128px;
    height: calc(7em + 24px);
  }
  /*top-concept*/
  .top-concept {
    padding: 43px 0;
  }
  .top-concept.catch01 {
    background-position: left -3rem top, right -3rem bottom, center top -3rem, center bottom -3rem, center center;
  }
  .top-concept.catch01 .inner {
    padding: 6.8rem 0;
    flex-direction: column;
  }
  .top-concept.catch01 .inner ul {
    position: relative;
  }
  .top-concept.catch01 .inner li {
    justify-content: center;
  }
  .top-concept.catch01 .inner li.txt02 {
    padding-left: 0;
    margin: 3rem 0;
  }
  .top-concept.catch01 .inner li.txt03 {
    padding-left: 0;
  }
  .top-concept.catch01 .inner li p {
    /*
    					font-size: 2.5rem;
    */
  }
  .top-concept.catch01 .inner li p .sizeL {
    font-size: 3.25rem;
  }
  .top-concept.catch01 .inner figure {
    width: 50%;
    margin-left: 0;
    margin-top: 3rem;
  }
  .top-concept.catch01 .inner .objarea .obj:nth-child(1) {
    animation: fall 15s linear infinite, sway1 3s ease-in-out infinite alternate;
    animation-delay: 2s;
  }
  .top-concept.catch01 .inner .objarea .obj:nth-child(2) {
    animation: fall 25s linear infinite, sway1 2s ease-in-out infinite alternate;
    animation-delay: 8s;
  }
  .top-concept.catch01 .inner .objarea .obj:nth-child(3) {
    animation: fall 19s linear infinite, sway1 3.5s ease-in-out infinite alternate;
    animation-delay: 13s;
  }
  .top-concept.catch01 .inner .objarea .obj:nth-child(4) {
    animation: fall 18s linear infinite, sway2 4s ease-in-out infinite alternate;
    animation-delay: 7s;
  }
  .top-concept.catch01 .inner .objarea .obj:nth-child(5) {
    animation: fall 20s linear infinite, sway1 4s ease-in-out infinite alternate;
    animation-delay: 0s;
  }
  .top-concept.catch01 .inner .objarea .obj:nth-child(6) {
    animation: fall 21s linear infinite, sway2 3s ease-in-out infinite alternate;
    animation-delay: 3s;
  }
  .top-concept.catch01 .inner .objarea .obj:nth-child(7) {
    animation: fall 17s linear infinite, sway2 3.5s ease-in-out infinite alternate;
    animation-delay: 7s;
  }
  .top-concept.catch01 .inner .objarea .obj:nth-child(8) {
    animation: fall 17s linear infinite, sway1 3s ease-in-out infinite alternate;
    animation-delay: 3s;
  }
  .top-concept.catch01 .inner .objarea .obj:nth-child(9) {
    animation: fall 20s linear infinite, sway2 4s ease-in-out infinite alternate;
    animation-delay: 4s;
  }
  .top-concept.catch {
    margin-top: 0;
  }
  .top-concept .concept-box {
    padding: 43px 36px 28px;
  }
  .top-concept .concept-box.philosophy {
    padding: 43px 36px 28px;
  }
  .top-concept .concept-box p {
    line-height: 2.2;
    letter-spacing: 0;
  }
  .top-concept .concept-box.philosophy, .top-concept .concept-box.m_greet {
    padding: 43px 36px 28px;
  }
  .top-concept .concept-box.m_greet .col2-box .col2-text {
    max-width: 100%;
  }
  .top-concept .concept-box.m_greet .col2-box .col2-img {
    margin: 2em 0 0 0;
  }
  .page_home .inner {
    width: auto;
  }
  /*top-medical*/
  .top-medical {
    padding: 55px 0 65px;
  }
  .top-medical .medical-box {
    border-top: 1px solid #ffd2b3;
    width: auto;
  }
  .top-medical .medical-box a {
    width: 50%;
    height: auto;
    padding: 18px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ffd2b3;
    border-right: none;
  }
  .top-medical .medical-box a:nth-of-type(even) {
    border-right: 1px solid #ffd2b3;
  }
  .top-medical .medical-box a:last-of-type {
    border-right: 1px solid #ffd2b3 !important;
  }
  .top-medical .medical-box a:not(:last-of-type):nth-of-type(5) {
    border-right: none;
  }
  .top-medical .medical-box dl {
    padding-bottom: 3em;
  }
  .top-medical .medical-box dt figure {
    height: 38px;
    height: 77px;
  }
  .top-medical .medical-box dt figure:before {
    width: 77px;
    height: 77px;
  }
  .top-medical .medical-box dt figure img {
    transform: scale(0.7);
  }
  .top-medical .medical-box dd.summary {
    display: none;
    height: 45px;
    margin-top: 6px;
  }
  .top-medical .medical-box dd.btn {
    bottom: 20px;
    font-size: 12px;
    font-size: inherit;
  }
  .top-medical .medical-box dd h4 {
    font-size: 18px;
    font-size: inherit;
    letter-spacing: 0.06em;
  }
  .top-medical .medical-box dd h4.nolesp {
    font-size: inherit;
  }
  .top-medical .medical-box dd span {
    font-size: 12px;
    font-size: inherit;
  }
  /*top-schedule*/
  .top-schedule .inner {
    padding: 3rem 6% 2.75rem;
  }
  .top-schedule .inner:before {
    width: 100%;
    height: calc(100% + 60px);
    top: -30px;
    left: 0;
    border: none;
    border-top: 15px solid rgba(255, 255, 255, 0.75);
    border-bottom: 15px solid rgba(255, 255, 255, 0.75);
  }
  .top-schedule .schedule-box .table1 {
    width: 100%;
  }
  .top-schedule .schedule-box .table1 table tr:first-of-type th {
    padding-bottom: 0.3em;
  }
  .top-schedule .schedule-box .table1 table tr:nth-of-type(n+2) th {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
  .top-schedule .schedule-box .table1 table tr:last-of-type th {
    padding-bottom: 0.6em;
  }
  .top-schedule .schedule-box .table1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-schedule .schedule-box .table1 ul li:first-child {
    margin-left: 0;
  }
  /* footer */
  /* ============================================ */
  footer {
    padding-top: 55px;
  }
  .footer-logo {
    width: 250px;
  }
  .footer-info dd {
    margin-bottom: 18px;
  }
  .footer-info .footer-tel span, .footer-info .footer-reserve > span {
    font-size: 0.8rem;
  }
  .footer-info .footer-tel a {
    font-size: 2rem;
  }
  .footer-access {
    height: 350px;
  }
  .footer-access .gmap iframe {
    height: 350px;
  }
  .footer-access .btn {
    right: 0;
    left: 0;
    margin: auto;
  }
  .f-nav {
    display: none;
  }
  .f-nav .f-nav-list {
    justify-content: flex-start;
  }
  .f-nav .f-nav-list li {
    width: 50%;
  }
  .f-nav .f-nav-list li + li {
    margin: 0;
  }
  .copy {
    padding: 15px 0 13px;
  }
  .pagetop {
    /*
    	position: absolute;
    	right: 6%;
    	bottom: 58px;
    	transition: 0.36s ease;
    */
    right: 20px;
  }
  /* archive */
  /* ============================================ */
  .wp-pagenavi a, .wp-pagenavi span.current {
    width: 2.5em;
    height: 2.5em;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin-left: 0.1em;
    font-size: 0.8em;
  }
  .page-news .news-list li a, .page-news .blog-list li a, .page-blog .news-list li a, .page-blog .blog-list li a {
    flex-wrap: wrap;
  }
  .page-news .news-list li a span.date, .page-news .blog-list li a span.date, .page-blog .news-list li a span.date, .page-blog .blog-list li a span.date {
    width: 100%;
    min-width: auto;
    margin-right: 0;
  }
  .page-news .news-list li a span.title, .page-news .blog-list li a span.title, .page-blog .news-list li a span.title, .page-blog .blog-list li a span.title {
    font-size: 1.2rem;
  }
  .page-news .news-list li a span.n_title, .page-news .blog-list li a span.n_title, .page-blog .news-list li a span.n_title, .page-blog .blog-list li a span.n_title {
    font-size: 1.2rem;
    max-width: calc(100% - 35px - 0.5em);
  }
  /* page */
  /* ============================================ */
  body.page #mainvisual {
    background-size: 7rem auto, 60rem auto, 48.875rem auto, auto;
  }
  body.page #container {
    padding-top: 30px;
  }
  /*breadcrumbs*/
  .breadcrumbs {
    width: auto;
    padding: 0 6%;
    margin: 0 auto 60px;
  }
  .breadcrumbs span {
    font-size: 0.9rem;
  }
  /*smooth*/
  .smooth li {
    width: 48%;
    margin-bottom: 12px;
  }
  /*page-doctor*/
  .page_greet {
    padding-bottom: 60px;
    overflow: hidden;
  }
  .page_greet:before {
    margin: auto;
    height: 48%;
    height: 300px;
  }
  .page_greet .inner .inner_greet {
    width: 100%;
  }
  .doctor-box {
    margin-bottom: 60px;
  }
  .doctor-text {
    width: 100%;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 25px 80px;
    z-index: 1;
    display: block;
  }
  .doctor-text p {
    margin-bottom: 22px;
  }
  .doctor-img1 {
    position: relative;
    top: auto;
    left: 40px;
    width: 86%;
    margin-top: -40px;
    margin-bottom: 92px;
    border: 0;
    z-index: 2;
  }
  .doctor-img2 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 60%;
    z-index: 3;
  }
  .career-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .career-box .title2 {
    margin-bottom: 18px;
  }
  .career-box .career-left {
    padding: 40px 25px 0;
  }
  .career-box .career-right {
    padding: 40px 25px;
  }
  .career-left, .career-right {
    width: 100%;
  }
  /* page_intro */
  .page_intro .intro_p01 {
    margin-bottom: 2rem;
  }
  /*page-clinic*/
  .clinic-box .summary-text {
    margin-bottom: 22px;
  }
  body.page .clinic-slider {
    margin-bottom: 60px;
  }
  body.page .clinic-slider .slider {
    width: 100%;
  }
  body.page .clinic-slider .slider .swiper-slide .slide-label {
    left: 17px;
    bottom: 17px;
    padding: 6px 17px;
  }
  body.page .clinic-slider .slider .swiper-slide .slide-label span {
    font-size: 16px;
    font-size: inherit;
  }
  body.page .clinic-slider .thumbnail {
    width: 100%;
    margin-top: 22px;
  }
  body.page .clinic-slider .thumbnail .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  body.page .clinic-slider .thumbnail .swiper-slide {
    width: 22.75% !important;
    margin-right: 3%;
    margin-bottom: 12px !important;
    border: 4px solid #ffd4cc;
  }
  body.page .clinic-slider .thumbnail .swiper-slide:nth-child(4n) {
    margin-right: 0;
  }
  /*page-overview*/
  .overview-box ul li {
    padding: 10px 0;
  }
  .overview-box dl dt, .overview-box dl dd {
    width: 100%;
  }
  .overview-box dl dt {
    margin-bottom: 6px;
  }
  .overview-box .table1 table {
    border: 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .overview-box .table1 table tbody th {
    width: 20%;
  }
  .overview-box .table1 table tbody td {
    width: 11.4285714286%;
  }
  .overview-box .table1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /*page_intro*/
  .intro_firstview {
    /*
    	background-position: 
    		left -3rem top,
    		right -3rem bottom,
    		center top -2rem,
    		center bottom -2rem,
    		center center;
    */
    margin-bottom: 7rem;
  }
  .intro_firstview .firstbox .col2-text {
    width: 100%;
    margin-top: 40px;
  }
  .intro_firstview .firstbox .col2-text p {
    font-size: 1.575rem;
    margin-bottom: 0;
    background: #efffde;
    border: 2px solid #1eaa39;
    padding: 1rem;
  }
  /*page_access*/
  .page_access:before {
    left: auto;
    right: 0;
    width: 40%;
    height: 86%;
  }
  .page_access .acs_ul01 {
    -moz-column-count: 1;
         column-count: 1;
    padding: 2em;
  }
  .page_access .acs_swiper_wrap {
    width: 100%;
    flex-flow: column wrap;
  }
  .page_access .acs_swiper_wrap .slider {
    width: 100%;
  }
  .page_access .acs_swiper_wrap .slider .swiper-slide .slide-label {
    padding: 8px 20px;
    top: 0;
    bottom: auto;
  }
  .page_access .acs_swiper_wrap .slider .swiper-slide .slide-label span {
    font-size: inherit;
    line-height: 1.4;
  }
  .page_access .acs_swiper_wrap .thumbnail {
    width: 100%;
    height: 100px;
  }
  .page_access .acs_swiper_wrap .thumbnail .swiper-button-prev {
    left: 5px;
    top: 50%;
    transform: translateX(0) rotate(0);
  }
  .page_access .acs_swiper_wrap .thumbnail .swiper-button-next {
    right: 5px;
    left: auto;
    top: 50%;
    bottom: 0;
    transform: translateX(0) rotate(0);
  }
  .page_access .acs_swiper_wrap .thumbnail .swiper-slide {
    height: auto;
  }
  .access-guide {
    font-size: 16px;
    font-size: inherit;
  }
  .access-map dt {
    display: block;
  }
  .access-map dd iframe {
    height: 350px;
  }
  /*page-recruit*/
  .recruit-box.fafter {
    display: block;
  }
  /*page-contact*/
  .form ul li {
    padding: 10px 0;
  }
  .form ul li.name input, .form ul li.huri input {
    max-width: 125px;
  }
  .form dl dt, .form dl dd {
    width: 100%;
  }
  .form dl dt {
    font-size: 1.2em;
  }
  .form span.require, .form span.optional, .form span.nolabel {
    padding: 5px 0 6px;
  }
  .form textarea {
    height: 200px;
  }
  .form input#zip {
    width: 50%;
  }
  .form input[type=reset],
  .form input[type=button],
  .form input[type=submit] {
    padding: 1em 2em;
    min-width: auto;
    height: auto;
  }
  .form .send {
    margin-top: 40px;
  }
  /* others */
  /* ============================================ */
  /*title*/
  .pageheadline .ptitle, .topheadline .ptitle {
    padding-left: 4.7em;
  }
  .pageheadline h3, .topheadline h3 {
    font-size: 22px;
    font-size: 1.7rem;
  }
  .pageheadline span, .topheadline span {
    font-size: 0.7rem;
  }
  .topheadline {
    margin-bottom: 30px;
  }
  .pageheadline {
    margin-bottom: 55px;
    margin-bottom: 3em;
  }
  .pageheadline:before {
    top: 86px;
    top: 160%;
  }
  .singleheadline h3 {
    font-size: 25px;
    font-size: inherit;
  }
  .title1 {
    margin-bottom: 22px;
    background-size: 43.5rem auto, auto;
    background-position: center top -1.8rem, center;
    /*
    		i {
    			background: url(../img/title1_bg_r02_pc.svg) no-repeat center top;
    		}
    */
  }
  .title1::after {
    background: url(../img/title1_bg_l_sp.svg?rfe3w) no-repeat center bottom;
    width: 5.53rem;
  }
  .title1::before {
    background: url(../img/title1_bg_r01_sp.svg?fwe) no-repeat center bottom;
    width: 4.82rem;
  }
  .title1.title1_fsp {
    padding: 0.8em 0;
    /*
    			&::before,&::after {
    				display: none;
    			}
    */
  }
  .title1.title1_fsp::after {
    width: calc(5.53rem * 0.8);
  }
  .title1.title1_fsp::before {
    width: calc(4.82rem * 0.8);
  }
  .title2 {
    margin-bottom: 22px;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-size: 1.1rem;
  }
  .subtitle1 {
    margin-bottom: 1em;
  }
  .subtitle1.noncol2 {
    width: 100%;
  }
  /*table*/
  .table1 table tbody th {
    padding-right: 1em !important;
    line-height: 0;
  }
  .table1 table tbody th span {
    line-height: 1.2em;
    text-align: right;
    display: inline-block;
  }
  .table1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .table1 ul li {
    padding: 0;
    margin: 0 !important;
  }
  .table2 {
    /*
    	th {
    		width: 30%;
    	}
    	td {
    		width: 70%;
    	}
    */
  }
  .table2 tr {
    padding-bottom: 0.5em;
    margin-bottom: 0.7em;
    border-bottom: 1px solid #f5f5f5;
    display: block;
  }
  .table2 th, .table2 td {
    width: 100%;
    display: block;
    padding: 0;
    border-bottom: none;
  }
  /*columnbox*/
  .col2-box div + div {
    margin-top: 22px;
  }
  .col2-box .order01 {
    order: 1;
    margin-top: 0;
  }
  .col2-box .order02 {
    order: 2;
    margin-top: 22px;
  }
  .float_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .float_flex .float_R, .float_flex .float_L {
    float: none;
    margin: 22px 0 0 0;
  }
  .float_flex .float_txt {
    order: -1;
  }
  .float_flex .float_txt h5.subtitle1 {
    width: 100%;
  }
  .col2-img {
    width: 100% !important;
    border-radius: 10px;
  }
  .col2-img img {
    width: 100%;
  }
  .col2-text {
    width: 100%;
  }
  .column_2img {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 22px;
  }
  .column_2img p {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .column_2img p:nth-of-type(n+2) {
    margin-top: 15px;
    margin-left: 0;
  }
  .column_2img p.order1 {
    order: 1;
    margin-top: 0;
  }
  .column_2img p.order2 {
    order: 2;
    margin-top: 15px;
  }
  /*list*/
  .disc-list {
    margin-left: 10px;
  }
} /*media*/
@media screen and (max-width:370px) {
  .gnav-sp .gnav-logo img {
    width: 200px;
  }
}
@media screen and (max-width:320px) {
  /* layout */
  /* ============================================ */
  /* header */
  /* ============================================ */
  /* mainvisual */
  /* ============================================ */
  /* sidebar */
  /* ============================================ */
  /* main */
  /* ============================================ */
  /* footer */
  /* ============================================ */
  /* archive */
  /* ============================================ */
  /* page */
  /* ============================================ */
  /* others */
  /* ============================================ */
} /*media*/
/* ******************************************

	SP [END]

****************************************** *//*# sourceMappingURL=wp.css.map */