@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Noto+Serif+JP:wght@400;600&display=swap');

body {
  color: #35353c;
  font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .1rem;
  background-image: url(../img/main_bg.jpg);
}

a {
  color: #4a2a15;
  text-decoration: none;
  transition: all 0.3s ease
}

a:hover {
  color: #108dda
}

img {
  max-width: 100%;
  height: auto
}

.ja {
  font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.en {
  font-family: "YakuHanJP", "Libre Baskerville", serif;
  font-weight: 500;
  text-transform: uppercase
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 100px;
  background-image: url(../img/bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.loader::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -58px;
  width: 116px;
  height: 80px;
  animation: rotate 2.5s linear infinite;
  background: url(../img/loader.png) no-repeat center/contain
}

.loader.off {
  display: none
}

@keyframes rotate {
  0% {
    transform: rotateY(0)
  }

  25% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  75% {
    opacity: 0
  }

  100% {
    transform: rotateY(360deg)
  }
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transition: all 0.3s ease
}

#header #logo {
  width: 360px
}

#header .inner {
  max-width: 95%;
  margin: 0 auto;
  min-width: 1024px;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

#header #head_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#header #navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center
}

#header #navi>li {
  margin-left: 20px;
  padding-left: 20px
}

#header #navi>li>a {
  color: #35353c;
  font-weight: 600
}

#header #navi>li>a:hover {
  color: #4a2a15
}

#header #navi>li span {
  display: block;
  color: #4a2a15;
  font-size: 1rem
}

#header.static {
  position: static
}

#header.is-fixed {
  position: fixed;
  background: #fff
}

#header.is-hide {
  transform: translateY(-100%)
}

.icon_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  text-align: center
}

.icon_head li {
  margin-right: 20px
}

.icon_head li a {
  color: #4a2a15
}

.icon_head li i {
  display: block;
  font-size: 2.4rem
}

.icon_head li span {
  font-size: 1rem;
  font-weight: 600
}

.head_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.head_btn li a {
  display: block;
  padding: .5em 3em;
  background-color: #6cb9ff;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 5em;
  text-align: center
}

.head_btn li a:before {
  margin-right: 5px
}

.head_btn li a:hover {
  background-color: #39a1ff
}

.head_btn_01:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 900
}

.head_btn_02:before {
  font-family: "Font Awesome 5 Free";
  content: "\f279";
  font-weight: 900
}

.foot_btn {
  margin-top: 20px
}

.foot_btn li {
  width: 100%
}

.hours {
  font-size: 1.4rem
}

.hours dt,
.hours dd {
  margin-bottom: 10px;
  color: #fff;
}

.hours dt:last-child,
.hours dd:last-child {
  margin-bottom: 0
}

.hours dt {
  float: left;
  width: 8em;
  background-color: #4a2a15;
  color: #fff;
  border-radius: 5em;
  text-align: center
}

.hours dd {
  padding-left: 9em
}

.navi_tel a {
  color: #35353c;
  font-size: 2.4rem;
  font-weight: 600
}

.navi_tel a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600
}

.navi_tel a em {
  font-style: normal
}

.navi_tel a em:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 10px;
  color: #4a2a15
}

.foot_tel {
  text-align: center
}

.foot_tel a {
  color: #fff;
  font-size: 4rem;
  font-weight: 600
}

.foot_tel a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500
}

.foot_tel a em {
  font-style: normal
}

.foot_tel a em:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 10px;
  color: #fff
}

#nav-toggle {
  display: none;
  position: fixed;
  top: 2.5em;
  right: 5%;
  height: 32px;
  cursor: pointer
}

@media screen and (max-width: 1024px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle>div {
  position: relative;
  width: 36px
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #4a2a15;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease
}

#nav-toggle span:nth-child(1) {
  top: 0
}

#nav-toggle span:nth-child(2) {
  top: 14px
}

#nav-toggle span:nth-child(3) {
  top: 28px
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px
}

.open #nav-toggle span {
  background: #4a2a15
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg)
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg)
}

#nav-toggle {
  z-index: 1000
}

#container {
  z-index: 900
}

.float_side {
  position: fixed;
  top: 25%;
  right: 0;
  padding: 20px 10px;
  background-color: #4a2a15;
  color: #fff;
  z-index: 5;
  border-radius: 5px 0 0 5px
}

.float_side a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: .2em
}

.drawer_down {
  cursor: pointer;
}

.drawer_down span {
  display: inline-block;
  margin-left: 1rem;
}

.drawer_sub_navi {
  display: none;
}

#sub_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

#sub_navi .sub_navi_title {
  width: 150px
}

#sub_navi_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center
}

#sub_navi_list li a {
  color: #4a2a15;
  font-weight: 600
}

#sub_navi_list li span {
  display: block;
  width: 30px;
  margin: 0 auto 5px
}

#page-top {
  position: fixed;
  right: -10px;
  bottom: 4em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 5
}

#page-top a {
  display: block;
  position: relative;
  color: #c9a746;
  font-weight: 400
}

#page-top a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #c9a746;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

#page-top a:hover:before {
  width: 100px
}

#footer .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0
}

#footer .link_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

#footer .link_list a {
  color: #35353c
}

#footer .link_list a:hover {
  text-decoration: underline
}

#footer .link_list>li>a {
  color: #4a2a15;
  font-weight: 600
}

#footer .sub_link_list {
  margin-top: 15px;
  font-size: 1.2rem
}

#footer .sub_link_list li {
  margin-top: 10px
}

#footer .sub_link_list li a {
  position: relative;
  padding-left: 15px
}

#footer .sub_link_list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #6cb9ff
}

#footer .copyright {
  background-color: #4a2a15;
  color: #fff;
  padding: 10px 0;
  font-size: 1rem;
  text-align: center
}

.flogo {
  margin: 0 auto 30px;
  width: 300px
}

.site_bnr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.site_bnr li {
  margin-right: 3%
}

.site_bnr li:last-child {
  margin-right: 0
}

#sp_navi {
  display: none
}

#slideshow {
  position: relative;
  overflow: hidden
}

.slider {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden
}

.slider>div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0
}

.slider>div .slider-img {
  display: none
}

.slider>div>div {
  flex: none;
  background-repeat: no-repeat
}

#catch {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 900px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: fadeIn 6s ease 1s 1 normal;
  -webkit-animation: fadeIn 6s ease 1s 1 normal
}

#wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

canvas {
  width: 100%;
  height: 200px;
  vertical-align: top
}

.contact_btn li a,
.contact_btn li button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 1em 3em;
  border-radius: 5em;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center
}

.contact_btn li a span,
.contact_btn li button span {
  position: relative
}

.contact_btn li a:before,
.contact_btn li button:before {
  display: block;
  transition: all .3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%
}

.contact_btn li a:after,
.contact_btn li button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.contact_btn li a:hover:before,
.contact_btn li button:hover:before {
  width: 100%
}

.contact_btn li .contact_other {
  background-color: #6cb9ff;
  color: #fff
}

.contact_btn li .contact_other:before {
  background-color: #53adff
}

.contact_btn li .contact_mail {
  background-color: #4a2a15;
  color: #fff
}

.contact_btn li .contact_mail:before {
  background-color: #caa847
}

.contact_btn li .contact_shop {
  background-color: #fff;
  color: #4a2a15
}

.contact_btn li .contact_shop:before {
  background-color: #f2f2f2
}

.contact_btn li .contact_shop:hover {
  color: #4a2a15
}

.contact_btn li .contact_w_01 {
  width: 340px;
  padding: 1rem 3rem
}

.contact_btn li .contact_w_02 {
  margin: 30px auto 0
}

.single_01 {
  margin: 0 auto;
  max-width: 1280px;
  padding-bottom: 80px
}

.single_02 {
  margin: 0 auto;
  max-width: 1024px;
  padding-bottom: 80px
}

.single_03 {
  margin: 0 auto;
  width: 1280px;
  max-width: 100%;
  padding: 80px 0;
}

.single_04 {
  margin: 0 auto;
  max-width: 768px;
  padding-bottom: 80px
}

.single_05 {
  margin: 0 auto;
  max-width: 1280px
}

.single_06 {
  margin: 0 auto;
  max-width: 1024px
}

.single_07 {
  margin: 0 auto;
  max-width: calc(100% - 100px)
}

.single_08 {
  margin: 0 auto;
  max-width: 768px
}

.single_09 {
  padding-bottom: 80px
}

.bg_common {
  padding-top: 80px
}

.bg_b {
  margin-bottom: 80px
}

.bg_b2 {
  margin-bottom: 160px
}

.bg_01 {
  background-image: url(../img/bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.bg_02 {
  background-image: url(../img/bg_02.png);
  background-repeat: repeat;
  background-position: center
}

.bg_03 {
  background-image: url(../img/bg_2.jpg);
  /* background-size: cover; */
  background-repeat: repeat;
  background-position: center;
}

.bg_04 {
  background-color: #6cb9ff
}

.half {
  display: flex;
  justify-content: space-between
}

.half .child {
  width: 50%
}

.triple {
  display: flex;
  justify-content: space-between
}

.triple .child {
  width: 33.3%
}

.column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column2 .child {
  width: 100%;
}


.column2 .child:nth-child(2n) {
  margin: 0 0 3% 0
}

.column2_new {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column2_new .child {
  width: 48.5%;
}


.column2_new .child:nth-child(2n) {
  margin: 0 0 3% 0
}


.column3 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%
}

.column3 .child {
  width: 31.3%;
  margin: 0 3% 3% 0
}

.column3 .child:nth-child(3n) {
  margin: 0 0 3% 0
}

.column4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -3%
}

.column4 .child {
  width: 24%;
  margin-bottom: 3%;
}

/* .column4 .child:nth-child(4n) {
  margin: 0 0 3% 0
} */

.column5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -2%
}

.column5 .child {
  width: 23%;
  margin: 0 2% 2% 0
}

.column5 .child:nth-child(4n) {
  margin: 0 0 2% 0
}

.sec_wrap {
  background: url(../img/bg_04.jpg) no-repeat center 80%;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-wrap: wrap
}

.sec_wrap .sec_child {
  width: 50%;
  padding: 50px 25px;
  font-size: 1.6rem;
  font-weight: 600
}

.sec_wrap .sec_child .sec_txt {
  max-width: 560px;
  margin: 0 auto
}

.sec_wrap #sec_left {
  background: rgba(45, 166, 240, 0.8)
}

.sec_wrap #sec_right {
  background: rgba(0, 0, 0, 0.3)
}

.vertical {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.vertical .title {
  position: relative;
  width: 5%
}

.vertical .contents {
  width: 91%
}

.mtitle_page {
  position: relative;
  z-index: 1;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: .2em
}

.mtitle_page span {
  display: block;
  color: #4a2a15;
  font-size: 1.5rem
}

.mtitle_big {
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center
}

.mtitle_big span {
  display: block;
  color: #4a2a15;
  font-size: 3.2rem;
  letter-spacing: .1em
}

/* .mtitle_big:before {
  content: "";
  display: block;
  width: 50px;
  height: 35px;
  margin: 0 auto;
  background-image: url(../img/loader.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover
} */

.mtitle_big.white span {
  color: #fff
}

.decoration {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center
}

.decoration span {
  width: 8px;
  height: 8px;
  display: block;
  background: #6cb9ff;
  margin-right: 24px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg)
}

.decoration span:last-child {
  margin-right: 0
}

.decoration.white span {
  background: #fff
}

.mtitle_num {
  margin-bottom: 24px;
  font-size: 2.8rem;
}

.mtitle_num span {
  margin-right: .3em;
  color: #c9a746;
  ;
  font-size: 1.6em;
}

.mtitle_middle {
  position: relative;
  border-bottom: 2px solid #c9a746;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 2rem;
  font-weight: 600
}

.mtitle_middle:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #4a2a15
}

.mtitle_small {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 2rem;
  padding: 15px 30px;
  margin-bottom: 20px
}

.mtitle_small:before {
  position: absolute;
  top: 15%;
  left: 8px;
  width: 6px;
  height: 70%;
  content: '';
  background: #4a2a15
}

.mtitle_small span {
  font-size: .8em
}

.mtitle {
  display: inline-block;
  border-bottom: 1px solid #35353c;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .2em
}

.mtitle.white {
  border-bottom: 1px solid #fff
}

.mtitle_top {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 600
}

.mtitle_top span {
  margin-left: .5em;
  color: #4a2a15;
  font-size: 1.5rem
}

.mtitle_sub {
  margin-bottom: 10px;
  /* color: #4a2a15; */
  font-size: 1.8rem;
  font-weight: 600;
  border-left: 4px solid #c9a746;
  padding-left: 10px;
}

.mtitle_sub.white {
  color: #fff;
}

.mtitle_point {
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 600
}

.column4 .mtitle_point,
.column4 .feature_txt {
  text-align: left;
}

.mtitle_point:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #4a2a15;
  display: block;
  margin: 10px auto 0
}

.mtitle_news {
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.mtitle_ribon {
  position: absolute;
  top: -25px;
  left: -10px;
  width: 100%
}

.mtitle_ribon span {
  display: inline-block;
  background: #4a2a15;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 30px
}

.mtitle_ribon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #0c6fab transparent transparent;
  position: absolute;
  left: 0;
  bottom: -10px
}

.mtitle_greeting {
  display: inline-block;
  margin-bottom: 30px;
  color: #4a2a15;
  font-size: 2.4rem;
  font-weight: 600
}

.mtitle_greeting span {
  display: block;
  font-size: 1.2rem
}

.mtitle_greeting.white {
  color: #fff;
  border-bottom: 1px solid #fff
}

.mtitle_sec {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 2.4rem
}

.a_btn {
  margin-top: 20px
}

.a_btn a,
.a_btn button {
  display: table;
  background: #fff;
  border: 1px solid #6cb9ff;
  color: #6cb9ff;
  margin: 0 auto;
  padding: .5em 2em;
  border-radius: 100px
}

.a_btn a:after,
.a_btn button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-left: 10px
}

.a_btn a:hover,
.a_btn button:hover {
  background: #6cb9ff;
  color: #fff
}

.b_btn {
  display: block;
  margin-top: 30px;
  width: 300px;
  padding: 1em;
  text-align: center;
  color: #4a2a15;
  border: 1px solid #4a2a15;
  background-color: transparent;
  position: relative;
  -webkit-transition: .46s;
  transition: .46s
}

.b_btn:hover {
  background-color: #4a2a15;
  color: #fff
}

.b_btn:hover .b_btn_icon {
  background-color: #fff;
  right: 26px;
  width: 30px
}

.b_btn:hover .b_btn_icon:before {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff
}

.b_btn .b_btn_icon {
  position: absolute;
  top: calc(50% - 1px);
  right: -30px;
  width: 60px;
  height: 1px;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #4a2a15
}

.b_btn .b_btn_icon:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #4a2a15;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #4a2a15;
  -webkit-transition: inherit;
  transition: inherit
}

.b_btn.b_btn_01 {
  margin: 30px auto 0
}

.b_btn.b_btn_white {
  color: #fff;
  border: 1px solid #fff
}

.b_btn.b_btn_white:hover {
  background-color: #fff;
  color: #4a2a15
}

.b_btn.b_btn_white:hover .b_btn_icon {
  background-color: #4a2a15
}

.b_btn.b_btn_white:hover .b_btn_icon:before {
  border-left: 4px solid #4a2a15;
  border-bottom: 4px solid #4a2a15
}

.b_btn.b_btn_white .b_btn_icon {
  background-color: #fff
}

.b_btn.b_btn_white .b_btn_icon:before {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff
}

.c_btn {
  margin-top: 30px
}

.c_btn a,
.c_btn button {
  display: block;
  position: relative;
  width: 320px;
  max-width: 100%;
  background: #35353c;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: .3em
}

.c_btn a:after,
.c_btn button:after {
  position: absolute;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  transition: .2s
}

.c_btn a:hover:after,
.c_btn button:hover:after {
  right: 10px
}

.c_btn.c_btn_01 {
  position: absolute;
  bottom: -8%
}

.c_btn.c_btn_02 a,
.c_btn.c_btn_02 button {
  margin: 0 auto
}

.d_btn {
  height: 3.125em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
  margin-top: 30px;
  padding: 0 1em;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
  max-width: 300px;
  min-width: 280px;
  will-change: transform;
  color: #fff
}

.d_btn:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
  top: 0;
  left: 0;
  transform: rotate(45deg)
}

.d_btn:hover {
  transform: scale(1.1);
  color: #fff
}

.d_btn:hover:before {
  opacity: 1;
  transform: scale(2) rotate(0deg)
}

.d_btn span {
  margin: 0 .3125em;
  position: relative;
  z-index: 1
}

.d_btn i {
  line-height: 1em;
  margin-left: .8em;
  position: relative;
  z-index: 1
}

.d_btn i:before {
  font-family: "Font Awesome 5 Free";
  content: "\2192";
  font-weight: 900
}

.d_btn.d_btn_01 {
  background: #4a2a15
}

.d_btn.d_btn_01 span,
.d_btn.d_btn_01 i {
  color: #fff
}

.d_btn.d_btn_01:before {
  background: #fff
}

.d_btn.d_btn_01:hover span,
.d_btn.d_btn_01:hover i {
  color: #4a2a15
}

.d_btn.d_btn_02 {
  background: #6cb9ff
}

.d_btn.d_btn_02 span,
.d_btn.d_btn_02 i {
  color: #4a2a15
}

.d_btn.d_btn_02:before {
  background: #4a2a15
}

.d_btn.d_btn_02:hover span,
.d_btn.d_btn_02:hover i {
  color: #fff
}

.d_btn.d_btn_03 {
  margin: 30px auto 0
}

.e_btn {
  margin-top: 30px
}

.e_btn a,
.e_btn span {
  display: table;
  position: relative;
  background: #fff;
  color: #35353c;
  padding: .5em 3em;
  border-radius: 100px;
  margin: 0 auto
}

.e_btn a:after,
.e_btn span:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.news-bl dt {
  float: left;
  width: 7em;
  margin-bottom: 10px;
  text-align: center
}

.news-bl dd {
  padding: 0 0 10px 9em;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px
}

.news-bl dd:last-child {
  margin: 0;
  border-bottom: none
}

.news_list li {
  border-bottom: 1px solid #ccc
}

.news_list li:first-child {
  border-top: 1px solid #ccc
}

.news_list li a {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  color: #35353c
}

.news_list li a:hover {
  background-color: #fff
}

.news_list li a .news_date {
  margin-right: 20px;
  font-size: 1.2rem
}

.news_list li a .news_category {
  background: #fff;
  border: 1px solid #6cb9ff;
  color: #6cb9ff;
  padding: 5px;
  margin-right: 30px;
  min-width: 140px;
  text-align: center
}

.tbl {
  width: 100%;
  background-color: #fff;
  color: #35353c
}

.tbl th,
.tbl td {
  vertical-align: top;
  padding: 15px;
  border: 1px solid #ccc
}

.tbl th {
  background-color: #4a2a15;
  color: #fff;
  font-weight: 600;
  text-align: left
}

.tbl_new {
  width: 100%;
  border-top: 1px dotted #ccc;
  font-size: 1.4rem
}

.tbl_new th,
.tbl_new td {
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px dotted #ccc
}

.tbl_new th {
  text-align: left;
  font-weight: 500
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px
}

.company th,
.company td {
  padding: 10px;
  vertical-align: middle
}

.company th {
  text-align: left;
  width: 25%;
  position: relative;
  background: #4a2a15;
  color: #fff;
  font-weight: 600
}

.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fff;
  border-width: 10px;
  border-left-color: #4a2a15;
  margin-top: -10px
}

.company td {
  background: #fff;
  color: #35353c;
  padding-left: 20px
}

.tbl_simple {
  width: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 1.3rem
}

.tbl_simple th,
.tbl_simple td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ccc
}

.tbl_simple th {
  background-color: #4a2a15;
  color: #fff;
  font-weight: 600
}

.mark {
  color: #4a2a15
}

.ready {
  color: #6cb9ff
}

.cell_01 {
  width: 23%
}

.cell_02 {
  width: 40%
}

.cell_03 {
  width: 20%
}

.list_common li {
  padding-bottom: 10px;
  padding-left: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd
}

.list_common.gray li {
  border-bottom: 1px dotted #7c7c7c;
}

.list_half {
  display: flex;
  justify-content: start;
  flex-wrap: wrap
}

.list_half li {
  width: 33%
}

.list_check li {
  position: relative;
  padding: 0 0 5px 1.5em
}

.list_check li a {
  color: #fff;
}

.list_check li:before {
  position: absolute;
  top: 0;
  left: 1.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin: 0 5px 0 -1.5em;
  padding: 1px
}

.list_note li {
  margin-bottom: 5px;
  padding-left: 1.5em
}

.list_note li:last-child {
  margin-bottom: 0
}

.list_note li:before {
  content: "※";
  margin: 0 5px 0 -1.5em;
  color: #FF0000
}

.list_disc li {
  margin-bottom: 5px;
  padding-left: 1.5em
}

.list_disc li:last-child {
  margin-bottom: 0
}

.list_disc li:before {
  content: "・";
  margin: 0 5px 0 -1em;
  color: #4a2a15
}

.list_line li {
  position: relative;
  display: inline-block;
  padding-right: 10px
}

.list_line li:after {
  position: absolute;
  right: 0;
  content: "/"
}

.list_line li:last-child:after {
  display: none
}

.list_macker {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold
}

.list_macker li {
  width: 18.4%;
  margin: 0 2% 1% 0
}

.list_macker li:nth-child(5n) {
  margin: 0 0 1% 0
}

.rounded-list {
  counter-reset: li;
  padding-left: 1em;
  list-style: none
}

.rounded-list li {
  position: relative;
  padding: .4em .4em .4em 2em;
  margin: .5em 0;
  background: #fafafa;
  border-radius: .3em;
  transition: all .3s ease-out;
  box-sizing: border-box
}

.rounded-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #4a2a15;
  color: #fff;
  height: 3em;
  width: 3em;
  line-height: 2.4em;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out
}

.ggmap {
  position: relative;
  padding-bottom: 20.25%;
  height: 0;
  overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ggcalendar {
  position: relative;
  padding-bottom: 76.25%;
  height: 0;
  overflow: hidden
}

.ggcalendar iframe,
.ggcalendar object,
.ggcalendar embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important
}

.article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: url(../img/bg_01.jpg);
  background-repeat: repeat;
  background-position: center
}

.article .article_image {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.article .article_detail {
  width: 50%;
  box-sizing: border-box;
  padding: 80px 0
}

.article .article_detail .inner {
  margin: 0 auto;
  width: 80%
}

.article.article_b {
  margin-bottom: 80px
}

.article.article_white {
  background-image: none;
  background-color: #fff
}

.article.article_01 .article_image {
  background-image: url(../img/article_01.jpg)
}

.article.article_02 .article_image {
  background-image: url(../img/article_02.jpg)
}

.article.article_03 .article_image {
  background-image: url(../img/article_03.jpg)
}

.article.article_04 .article_image {
  background-image: url(../img/article_04.jpg)
}

.article.article_05 .article_image {
  background-image: url(../img/article_05.jpg)
}

.article.article_06 .article_image {
  background-image: url(../img/article_06.jpg)
}

.article.article_07 .article_image {
  background-image: url(../img/article_07.jpg)
}

.article.article_08 .article_image {
  background-image: url(../img/article_08.jpg)
}

.article.article_09 .article_image {
  background-image: url(../img/article_09.jpg)
}

.article.article_10 .article_image {
  background-image: url(../img/article_10.jpg)
}

.article.article_11 .article_image {
  background-image: url(../img/article_11.jpg)
}

.top_blog {
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #35353c;
  padding-bottom: 3%;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04)
}

.top_blog:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #6cb9ff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.top_blog:hover {
  color: #35353c
}

.bg_01 .top_blog:hover {
  color: #fff
}

.top_blog:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.top_blog .inner {
  padding: 20px 30px 40px
}

.date {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500
}

.date_entry {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 500
}

.top_blog_title {
  margin-bottom: 10px
}

.top_blog_txt {
  font-size: 1.3rem
}

.blog_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.blog_contents .blog_main {
  width: 65%
}

.blog_contents .blog_side {
  width: 30%;
  background-color: #fafafa;
  padding: 30px
}

.category_nav li {
  border-bottom: 1px dotted #ccc
}

.category_nav li a {
  display: block;
  padding: 10px 15px
}

.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 5px;
  color: #4a2a15;
  margin-right: 5px
}

.category_nav li a:hover {
  background-color: #fff
}

.category_nav li:last-child a {
  border-bottom: none
}

.blog_title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600
}

.blog_title:before {
  margin-right: 5px;
  color: #4a2a15
}

.blog_title.archive:before {
  font-family: "Font Awesome 5 Free";
  content: "\f187";
  font-weight: 900
}

.blog_title.new:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  font-weight: 900
}

.blog_article {
  padding: 0 30px 50px;
  background-color: #fff;
  margin-bottom: 50px
}

.blog_article:last-child {
  margin-bottom: 0
}

.blog_new {
  border-bottom: 1px dotted #4a2a15
}

.blog_new:last-child {
  border-bottom: none
}

.blog_new a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px
}

.blog_new a .image {
  width: 40%
}

.blog_new a .detail {
  width: 50%
}

.blog_new a .detail .entry_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.pages {
  overflow: hidden;
  margin-top: 50px
}

.pages .page_next,
.pages .page_prev {
  display: inline-block
}

.pages .page_next a,
.pages .page_prev a {
  display: block;
  padding: 10px 20px;
  background-color: #fff
}

.pages .page_next {
  float: left
}

.pages .page_prev {
  float: right
}

.gallery_ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap
}

.gallery_ul a {
  display: none;
  position: relative;
  overflow: hidden;
  height: 250px
}

.gallery_ul a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: middle
}

.ie .gallery_ul a img {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%)
}

.gallery_ul a:first-child {
  display: block
}

.gallery_ul span {
  display: block;
  margin-top: 5px;
}

.gallery_ul.gallery_ul_01 li {
  width: 31.3%;
  margin: 0 3% 3% 0
}

.gallery_ul.gallery_ul_01 li:nth-child(3n) {
  margin: 0 0 3% 0
}

.gallery_ul.gallery_ul_02 li {
  width: 22.7%;
  margin: 0 3% 3% 0
}

.gallery_ul.gallery_ul_02 li:nth-child(4n) {
  margin: 0 0 3% 0
}

.gallery_ul.gallery_ul_03 li {
  width: 48.5%;
  margin: 0 3% 3% 0
}

.gallery_ul.gallery_ul_03 li:nth-child(2n) {
  margin: 0 0 3% 0
}

.sns_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 30px
}

.sns_list li {
  width: 24%;
  margin-right: 1.2%
}

.sns_list li:last-child {
  margin: 0
}

.sns_btn {
  overflow: hidden;
  color: #fff;
  position: relative;
  display: block;
  border-radius: 100px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  vertical-align: middle
}

.sns_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.sns_btn i {
  font-size: 2rem;
  position: relative;
  top: 3px;
  margin-right: 10px
}

.sns_btn span {
  display: inline-block;
  position: relative;
  transition: .5s
}

.sns_btn:hover {
  color: #fff
}

.sns_btn:hover span {
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg)
}

.facebook_btn {
  background: #4267b2
}

.insta_btn {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}

.insta_btn:before {
  background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat
}

.line_btn {
  background: #00b82b
}

.twitter_btn {
  background: #55acee
}

.top_news {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center
}

.thumb_list {
  display: block;
  color: #35353c;
  font-size: 1.4rem
}

.thumb_list .thumb_image {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  background: #f5f8f5
}

.thumb_list .thumb_image img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s
}

.thumb_list .thumb_image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.thumb_list .thumb_image:after {
  display: block;
  content: '';
  padding-top: 75%
}

.thumb_list .thumb_image .detail_btn {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background: #fff;
  padding: 3px 10px;
  font-size: 1.2rem
}

.thumb_list .thumb_image .detail_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #4a2a15;
  margin-right: 5px
}

.thumb_list .thumb_title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold
}

.thumb_list:hover {
  color: #35353c
}

.thumb_list:hover .thumb_image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.thumb_list:hover .thumb_image .detail_btn {
  opacity: 1
}

.thumb_list:hover .thumb_image:before {
  opacity: 1
}

.page_bnr {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -2%
}

.page_bnr li {
  margin: 0 2% 2% 0
}

.page_bnr li a {
  display: block;
  color: #35353c;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px
}

.page_bnr li a:hover {
  color: #4a2a15
}

.page_bnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 10px;
  color: #4a2a15
}

.page_bnr.page_bnr_01 li {
  width: 49%
}

.page_bnr.page_bnr_01 li:nth-child(2n) {
  margin: 0 0 2% 0
}

.page_bnr.page_bnr_02 li {
  width: 32%
}

.page_bnr.page_bnr_02 li:nth-child(3n) {
  margin: 0 0 2% 0
}

.feature {
  margin-top: 50px
}

.feature .child:nth-child(even) {
  /* margin-top: -50px */
}

.feature_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin-bottom: 15px
}

.feature_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: middle
}

.feature_num {
  opacity: .5;
  margin: -10px 0 15px;
  color: #a9783f;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1em
}

.feature_num span {
  font-size: 5rem
}

.feature_txt {
  text-align: center
}

.point_num {
  display: block;
  position: absolute;
  z-index: 2;
  left: 1rem;
  top: 1rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #c9a746;
  border: 1px solid #c9a746;
  color: #fff;
  border-radius: 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600
}

.news {
  font-size: 1.3rem
}

.news .child {
  border-top: 1px solid #ddd;
  padding-top: 30px
}

.news a {
  color: #35353c
}

.news a:hover {
  color: #35353c
}

.top_main {
  /* overflow: hidden */
}

.top_main .inner {
  position: relative;
  margin: 40px 0 60px
}

.top_main .inner:before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: -2;
  width: 1227px;
  height: 350px;
  max-width: 100%;
  background-image: url(../img/bg_01.jpg);
  background-repeat: repeat;
  background-position: center
}

.top_main .inner .top_main_contents {
  position: relative;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_main .inner .top_main_contents .top_main_txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 700px;
  max-width: 100%;
  background-color: rgba(224, 207, 190, 0.8);
  padding: 60px 50px
}

.top_main .inner .top_main_contents .top_main_img {
  overflow: hidden;
  /* position: absolute;
  left: 600px;
  top: 40px; */
  width: 900px;
  max-width: 100%
}

.top_main .inner .top_main_contents .top_main_img .animation-txt {
  position: relative;
  /* height: 400px */
}

.top_main .inner .top_main_contents .top_main_img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: middle
}

.top_sub {
  position: relative
}

.top_sub:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 55%;
  height: 119%;
  overflow: hidden
}

.top_sub:after {
  content: "";
  position: absolute;
  bottom: -80px;
  z-index: -1;
  background-color: #f4f4f4;
  width: 66%;
  height: 90%
}

.top_sub .top_sub_inner {
  padding: 40px 0
}

.top_sub .sub_detail {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  width: 50%;
  padding: 90px 70px
}

.top_sub.sub_right:before {
  left: 0
}

.top_sub.sub_right:after {
  right: -80px
}

.top_sub.sub_right .sub_detail {
  margin-left: auto
}

.top_sub.sub_left:before {
  right: 0
}

.top_sub.sub_left:after {
  left: -80px
}

.top_sub.sub_left .sub_detail {
  margin-right: auto
}

.top_sub.top_sub_01:before {
  background-image: url(../img/top_sub_01.jpg)
}

.top_sub.top_sub_02:before {
  background-image: url(../img/top_sub_02.jpg)
}

.top_sub.top_sub_03:before {
  background-image: url(../img/top_sub_03.jpg)
}

.flex_type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.flex_type_01 .flex_image {
  width: 46%
}

.flex_type_01 .flex_detail {
  width: 50%
}

.flex_type_02 .flex_image {
  width: 25%
}

.flex_type_02 .flex_detail {
  width: 70%
}

.order {
  order: 2
}

.mbox {
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  padding: 90px 70px
}

.sbox {
  background-color: #fff;
  border: 5px solid #f4f4f4;
  padding: 60px
}

.faq dt {
  position: relative;
  margin-bottom: 20px;
  background: #4a2a15;
  color: #fff;
  padding: 8px 16px 8px 36px;
  cursor: pointer
}

.faq dt:before {
  content: "＋";
  position: absolute;
  top: -6px;
  left: -6px;
  font-size: 2rem;
  line-height: 35px;
  color: #fff;
  background: #0c6fab;
  width: 35px;
  height: 35px;
  text-align: center
}

.faq dt:hover {
  background: #0c6fab
}

.faq dd {
  position: relative;
  display: none;
  position: relative;
  margin-bottom: 24px;
  background: #fff;
  padding: 2em
}

.faq dd:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  line-height: 35px;
  color: #fff;
  background: #f4f4f4;
  width: 35px;
  height: 35px;
  text-align: cente
}

.flow {
  padding-left: 120px;
  position: relative
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #efefef;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px
}

.flow>li {
  position: relative
}

.flow>li:not(:last-child) {
  margin-bottom: 5vh
}

.flow>li .icon {
  font-size: 12px;
  color: #fff;
  background-color: #c6a620;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 2
}

.flow>li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #c6a620;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flow>li dl {
  padding-left: 70px;
  position: relative
}

.flow>li dl::before,
.flow>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px
}

.flow>li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #4a2a15;
  border-radius: 50%;
  left: -4px
}

.flow>li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px
}

.flow>li dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #4a2a15;
  margin-bottom: 1vh
}

.flow>li dl dd {
  display: flex;
  justify-content: space-between;
}

.flow>li dl dd .flow_txt {
  width: 68%;
}

.flow>li dl dd .flow_img {
  width: 30%;
}

.flow>li dl dd .flow_img img {
  width: 100%;
}

.medical_link {
  padding: 40px 20px;
  background-color: #fff
}

.belongs {
  position: relative;
  background: #fff;
  padding: 20px;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  width: 90%;
  margin: -30px auto 0
}

.belongs a {
  color: #35353c
}

.vertical_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px
}

.vertical_image img {
  width: 100%;
  height: 100%;
  vertical-align: middle
}

.vertical_image.big_figure {
  width: 100%;
}

.vertical_image.small_figure {
  width: 60%;
}

.top_image {
  position: relative;
  overflow: hidden;
  height: 200px;
  border-radius: .5em;
  margin-bottom: 15px
}

.top_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: middle
}

.index_contents {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.index_contents>div {
  width: 50%
}

.index_contents .index_image {
  overflow: hidden
}

.index_contents .index_image .animation-txt {
  overflow: hidden;
  height: 550px
}

.index_contents .index_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: middle
}

.index_contents .index_detail {
  color: #fff;
  padding: 80px 3%;
  height: 550px
}

.about_box {
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04)
}

.about_box .inner {
  position: relative;
  padding: 50px 25px;
  font-size: 1.4rem;
  color: #35353c
}

.greeting_contents {
  display: flex;
  align-items: center
}

.greeting_contents .image {
  width: 59.72222%
}

.greeting_contents .image img {
  display: block;
  width: 100%;
  height: 482px;
  font-family: 'object-fit: cover; object-position: center;';
  object-fit: cover;
  object-position: center
}

.greeting_contents .detail {
  margin-left: -130px;
  width: 70%;
  padding: 2rem;
  background-color: rgba(224, 207, 190, 0.8);
  position: relative;
  z-index: 1;
}

.greeting_contents .title {
  margin-bottom: 1rem;
  color: #4a2a15;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2
}

/* .greeting_contents .txt {
  margin-bottom: 40px;
} */

.slide_list {
  position: relative
}

.slide_list li {
  margin-right: 3%
}

.slide_list li img {
  width: auto;
  height: 150px
}

.slide_list li span {
  display: block;
  margin-top: 10px;
  text-align: center
}

.icon_medical {
  display: block;
  width: 50px;
  margin: 0 auto 5px
}

.mtitle_medical {
  margin: 10px 0;
  color: #4a2a15;
  text-align: center;
  font-size: 1.8rem
}

.new_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap
}

.new_bnr li {
  position: relative;
  overflow: hidden;
  width: 32%;
  height: 320px;
  box-sizing: border-box
}

.new_bnr li .bg {
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 3.0s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform
}

.new_bnr li .bg.bg_new_01 {
  background-image: url(../img/bg_new_01.jpg)
}

.new_bnr li .bg.bg_new_02 {
  background-image: url(../img/bg_new_02.jpg)
}

.new_bnr li .bg.bg_new_03 {
  background-image: url(../img/bg_new_03.jpg)
}

.new_bnr li a {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block
}

.new_bnr li .text {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2
}

.new_bnr li .text span {
  display: block;
  font-size: 2.4rem
}

.new_bnr li .btn {
  position: absolute;
  bottom: 58px;
  right: 50px;
  z-index: 1;
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.12s ease-in 0s
}

.new_bnr li .btn:before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  top: 25px;
  left: 24px;
  width: 6.5px;
  height: 6.5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.12s ease-in 0s
}

.new_bnr li:hover .bg {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95)
}

.new_bnr li:hover .btn {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  background-color: #4a2a15;
  border: 1px solid #4a2a15
}

.new_bnr li:hover .btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

.img_shadow {
  position: relative;
  transition: all 0.5s ease-in 0s
}

.img_shadow:after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, transparent 40%, #000 100%);
  opacity: .45;
  transition: all 0.5s ease-in 0s
}

.img_shadow:hover :after {
  background: linear-gradient(transparent 0%, transparent 40%, #000 100%);
  opacity: .65
}

.message {
  line-height: 2
}

.top_message {
  text-align: center;
  margin: 1rem 0;
  font-size: 2rem;
  font-weight: 600;
}

.txt_animation {
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path
}

.txt_animation.is-animated {
  clip-path: inset(0)
}

.zoomin {
  opacity: 0
}

.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

.fadeup,
.fadebottom,
.fadeleft,
.faderight {
  opacity: 0
}

.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards
}

.fadebottom.is-animated {
  animation: fadebottom 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards
}

.fadeleft.is-animated {
  animation: fadeleft 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards
}

.faderight.is-animated {
  animation: faderight 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards
}

@keyframes fadeup {
  0% {
    transform: translateY(60px);
    opacity: 0
  }

  80% {
    opacity: 1
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadebottom {
  0% {
    transform: translateY(-60px);
    opacity: 0
  }

  80% {
    opacity: 1
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeleft {
  0% {
    transform: translateX(-60px);
    opacity: 0
  }

  80% {
    opacity: 1
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes faderight {
  0% {
    transform: translateX(60px);
    opacity: 0
  }

  80% {
    opacity: 1
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.half_image {
  margin: 0 auto;
  width: 50%
}

.fee {
  margin: 0 5px;
  font-size: 1.5em;
  font-weight: 600
}

.font_ss {
  font-size: 1rem
}

.font_s {
  font-size: 1.2rem
}

.font_m {
  font-size: 1.4rem
}

.font_l {
  font-size: 1.6rem
}

.num {
  color: #6cb9ff;
  font-size: 1.5em;
  margin: 0 5px
}

.fly {
  display: block
}

.fly span {
  -webkit-transition: all .3s;
  transition: all .3s
}

.fly:hover span {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.aesthetic {
  margin: 0 auto 20px;
  width: 70%
}

.macker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fbff00 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fbff00 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fbff00 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fbff00 50%);
  background-image: linear-gradient(left, transparent 50%, #fbff00 50%);
  background-repeat: repeat-x;
  background-size: 200% .3em;
  background-position: 0 1em;
  transition: all 3.5s ease;
  font-style: normal;
  font-weight: bold;
  padding: 0 5px
}

.macker.active {
  background-position: -100% .8em
}

.cut {
  overflow: hidden;
  zoom: 1
}

@-webkit-keyframes flash {
  0% {
    opacity: .4
  }

  100% {
    opacity: 1
  }
}

@keyframes flash {
  0% {
    opacity: .4
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes animation-bar {
  0% {
    left: 0;
    right: auto;
    width: 0
  }

  50% {
    left: 0;
    right: auto;
    width: 100%
  }

  51% {
    left: auto;
    right: 0;
    width: 100%
  }

  100% {
    left: auto;
    right: 0;
    width: 101%
  }
}

@keyframes animation-bar {
  0% {
    left: 0;
    width: 0
  }

  50% {
    left: 0;
    width: 100%
  }

  51% {
    left: 0;
    width: 100%
  }

  100% {
    left: 101%;
    width: 0
  }
}

@-webkit-keyframes animation-txt {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes animation-txt {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.animation.move .animation-bar:before {
  -webkit-animation: animation-bar 1s ease 0s 1 normal forwards;
  animation: animation-bar 1s ease 0s 1 normal forwards
}

.animation.move .animation-txt {
  -webkit-animation: animation-txt 0s ease .5s 1 normal forwards;
  animation: animation-txt 0s ease .5s 1 normal forwards
}

.animation .animation-box {
  display: block;
  text-align: center
}

.animation .animation-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.animation .animation-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #4a2a15
}

.animation .animation-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.effect_fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 2s
}

.effect_fade.effect_scroll {
  opacity: 1;
  transform: translate(0, 0)
}

.page_title_box {
  position: relative;
  background-image: url(../img/bg_new_03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.page_title_box:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .4
}

.page_title_box .inner {
  margin: 0 auto;
  width: 1280px;
  padding: 190px 0 60px
}

.breadcrumb_box {
  padding: 10px 0
}

.breadcrumb_box .breadcrumb {
  width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  font-size: 1.3rem;
  color: #fff;
}

.breadcrumb_box .breadcrumb a {
  color: #fff;
}

.breadcrumb_box .breadcrumb li {
  display: inline
}

.breadcrumb_box .breadcrumb li+li:before {
  margin: 0 10px;
  content: ">"
}

.breadcrumb_box .breadcrumb li .home:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900
}

.form dl {
  margin-bottom: 40px
}

.form dl:last-child {
  margin-bottom: 0
}

.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px
}

.form dl dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px
}

.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #ddd
}

.form dl dd:last-child {
  border-bottom: none
}

.form .textarea,
.form textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box
}

.form .textarea {
  height: 30px
}

.form .selectarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  height: 30px
}

.form .textarea02 {
  width: 48.5%;
  margin-right: 3%
}

.form .textarea02:last-child {
  margin-right: 0
}

.form .textarea03 {
  width: 20%;
  margin-right: 1%
}

.form button {
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem
}

.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding: 2px 0 2px 20px;
  display: inline-block
}

.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  left: 0;
  top: 5px;
  content: '';
  z-index: 3
}

.form label.radio_text:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 8px;
  background-color: #4a2a15;
  z-index: 1
}

.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff
}

.form label.radio_text input[type="radio"]:checked {
  box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #dddbda
}

.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding: 2px 20px 2px 25px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box
}

.form label.checkbox_text:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 3px;
  border: 1px solid #ddd;
  z-index: 3
}

.form label.checkbox_text:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #4a2a15;
  border-bottom: 3px solid #4a2a15;
  transform: rotate(45deg);
  z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #EEE
}

#slider {
  width: 100%;
  position: relative;
}

#slider .swiper-slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#slider .swiper-slide .slide_txt {
  position: absolute;
  bottom: 20%;
  right: 1.5rem;
  font-size: 2rem;
  padding: 1rem 2rem;
  background: rgba(201, 167, 70, 0.8);
  color: #fff;
}

#slider .swiper-slide .slide_txt span {
  display: block;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  #slider .swiper-slide {
    height: 40vh;
  }

  #slider .swiper-slide .slide_txt {
    width: 70%;
    font-size: 1rem;
    right: 50%;
    transform: translateX(50%);
  }

  #slider .swiper-slide .slide_txt span {
    font-size: 1.5rem;
  }
}

#slider .slide_catch {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.top_info {
  width: 100%;
}

.top_info dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_info dl dt {
  font-size: 2rem;
  font-weight: 600;
}

.dropdown {
  text-align: center;
  cursor: pointer;
  padding: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #fff;
}

.drop_inn {
  padding: 2rem;
  color: #35353c;
}

.faq_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-dl {
  width: 48%;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #4a2a15;
}

.faq-dl dt {
  font-weight: 600;
  margin-bottom: 1rem;
}

.faq-dl dt:before {
  content: "Q";
  display: inline-block;
  padding: 1rem;
  margin-right: 1rem;
  background: #caa847;
  line-height: 1;
  font-size: 2rem;
}

.faq-dl dd {
  display: flex;
  align-items: flex-start;
}

.faq-dl dd:before {
  content: "A";
  display: inline-block;
  padding: 1rem;
  margin-right: 1rem;
  background: #4a2a15;
  line-height: 1;
  color: #fff;
  font-size: 2rem;
}

.doc_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.doc_dl dt {
  width: 25%;
  padding: 1rem;
  border-bottom: 1px solid #4a2a15;
}

.doc_dl dd {
  width: 75%;
  padding: 1rem;
  border-bottom: 1px solid #4a2a15;
}

.medical_wrap {
  width: 980px;
  max-width: 100%;
  margin: auto;
}

.medical_inn {
  padding: 2rem 0;
}

.medical_inn.white {
  color: #fff;
}

.medical_inn p {
  padding: 1rem 0;
}

.medical_inn b {
  font-weight: 600;
}

.medical_img1 {
  width: 100%;
  text-align: center;
}

.medical_img2 {
  width: 480px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.medical_img2 li {
  padding: 1rem;
}

.medical_img2 li:nth-of-type(1) {
  width: 100%;
  text-align: center;
}

.medical_img2 li:nth-of-type(2):after,
.medical_img2 li:nth-of-type(3):after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-weight: 900;
  margin-top: 2rem;
  font-size: 3rem;
}

.medical_img2 li:nth-of-type(n + 2) {
  width: 50%;
  text-align: center;
}

.medical_img3 {
  display: flex;
  justify-content: center;
}

.medical_img3 li {
  width: 30%;
  text-align: center;
  margin-bottom: 2rem;
}

.medical_img3 li p {
  text-align: left;
}

.medical_img3 li>div {
  margin-bottom: 2rem;
}

.medical_img3 .medical_arw {
  display: flex;
  align-items: center;
  justify-content: center;
}

.medical_img3 .medical_arw:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  margin: 1rem;
  font-size: 3rem;
}

#medical2 .medical_inn,
#medical4 .medical_inn {
  color: #fff;
}

.medical_img4 {
  width: 680px;
  max-width: 100%;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.medical_img4:nth-of-type(1):after,
.medical_img4:nth-of-type(2):after,
.medical_img4:nth-of-type(3):after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-weight: 900;
  font-size: 3rem;
}

.medical_img4>div {
  width: 50%;
  padding: 1rem;
}

.medical_img4>div img {
  width: 100%;
}

.medical_img4>div:nth-of-type(2) {
  text-align: center;
}

.medical_img5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.medical_img5 li {
  width: 48%;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .medical_img5 li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.medical_img5-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.medical_img5-2 li {
  width: 30%;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .medical_img5-2 li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.medical_img6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.medical_img6 li:nth-of-type(1) {
  width: 30%;
  text-align: center;
}

.medical_img6 li:nth-of-type(2) {
  width: 70%;
}

.tcenter {
  text-align: center;
}

.r-reverse {
  flex-direction: row-reverse;
}

.coming {
  width: 40%;
  padding: 3rem;
  margin: auto;
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.medi_info {}

.medi_info li {
  background-color: #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.6)
}

.medi_info li a {
  display: block;
  padding: 1rem 0;
  text-align: center;
}

.medi_info li a:after {
  display: block;
  content: "";
  height: 2px;
  background-color: #c9a746;
  width: 40%;
  margin: 1rem auto 0;
}

@media (max-width: 768px) {
  .coming {
    width: 80%;
  }

  .medical_img3 li {
    width: 40%;
  }

  .medical_img3 .medical_arw {
    width: 10%;
  }

  .medical_img3 .medical_arw:after {
    font-size: 2rem;
  }

  .medical_img6 li:nth-of-type(1) {
    width: 100%;
  }

  .medical_img6 li:nth-of-type(2) {
    width: 100%;
  }
}

.txt_22 {
  font-size: 22px;
}

header #gloval-nav {
  width: 45%;
}

@media (max-width: 1024px) {
  header #gloval-nav {
    width: 100%;
    background-image: url(../img/bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #4a2a15;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease
  }

  .open #gloval-nav {
    visibility: visible;
    opacity: 1
  }

  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease;
    font-size: 2rem;
    color: #35353c;
  }

  header #gloval-nav nav {
    width: 80%;
  }
}

header #gloval-nav nav>ul {
  display: flex;
  justify-content: space-between;
}

header #gloval-nav nav>ul li {
  flex: 1;
  text-align: center;
}

@media (max-width: 1024px) {
  header #gloval-nav nav>ul {
    display: block;
    justify-content: space-between;
  }

  #gloval-nav ul li {
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateX(200px);
    transition: transform .6s ease, opacity .2s ease
  }

  #gloval-nav ul li:nth-child(2) {
    transition-delay: .15s
  }

  #gloval-nav ul li:nth-child(3) {
    transition-delay: .3s
  }

  #gloval-nav ul li:nth-child(4) {
    transition-delay: .45s
  }

  #gloval-nav ul li:nth-child(5) {
    transition-delay: .6s
  }

  #gloval-nav ul li:nth-child(6) {
    transition-delay: .75s
  }

  #gloval-nav ul li:nth-child(7) {
    transition-delay: .9s
  }
}

header #gloval-nav nav>ul li a {
  display: inline-block;
  padding: 0 1rem;
}

header #gloval-nav nav>ul .drop_down {
  position: relative;
  cursor: default
}

header #gloval-nav nav>ul .drop_down ul {
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transition: 0.5s ease
}

@media (max-width: 1024px) {
  header #gloval-nav nav>ul .drop_down ul {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transition: none
  }
}

header #gloval-nav nav>ul .drop_down ul li a {
  display: block;
  padding: 1rem 0;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #ddd
}

header #gloval-nav nav>ul .drop_down ul li a:hover {
  background-color: #fef1e2
}

header #gloval-nav nav>ul .drop_down:hover ul {
  opacity: 1;
  visibility: visible;
  top: 52px
}

header #gloval-nav nav>ul .drop_down .drop_arw {
  display: none
}

@media (max-width: 1024px) {
  header #gloval-nav nav>ul .drop_down .drop_arw {
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    transform: translateY(-50%)
  }
}

header #gloval-nav nav>ul .drop_down .drop_arw:before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: 900
}

header #gloval-nav nav>ul .drop_down.open .drop_arw {
  transform: translateY(-50%) rotate(180deg)
}

.info_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_inn {
  width: 48%
}

@media (max-width: 1024px) {
  .flex_inn {
    width: 100%
  }
}

.modal_toggle {
  text-align: center;
}

.modal_toggle span {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  padding: 1rem;
  border: 1px solid #fff;
  cursor: pointer;
}

.modal_toggle i {
  margin-left: 5px;
}

.modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 60px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 48px 2% 4% 2%;
  background-image: url(../img/bg_2.jpg);
  background-size: cover;
  width: 96%;
  max-width: 1000px;
  max-height: 96%;
  border-radius: 6px;
  box-sizing: border-box
}

.modal-content-inner img {
  max-width: 60% !important
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px
}

.modal-close span {
  display: block;
  width: 32px;
  height: 32px;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: #333;
  text-decoration: none;
  border-radius: 16px;
  cursor: pointer;
}

.gstreet {
  position: relative;
  width: 100%;
  height: 100%;
}

.gstreet iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.messe_title {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
}

.scrollbar2 {
  overflow-y: scroll;
  height: 780px;
}

@media (max-width: 1024px) {
  .scrollbar2 {
    height: 580px;
  }
}

.tcenter {
  text-align: center;
}

.facility_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.facility_img {
  width: 30%;
}

.facility_txt {
  width: 68%;
}

@media (max-width: 1024px) {
  .facility_img {
    width: 100%;
  }

  .facility_txt {
    width: 100%;
  }
}

.list_btn {
  width: 100%;
}

.list_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_btn li {
  flex: 1;
  margin: 1rem;
}

.list_btn li a {
  display: block;
  padding: 1rem;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}

@media (max-width: 1024px) {
  .list_btn li {
    flex: none;
    width: 48%;
    margin: 1rem 0;
  }
}

.ai_center {
  align-items: center;
}

.flx_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_item {
  width: 48%;
}

.flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex2 .child {
  width: 48%;
}

.flex2 .child .caption {
  padding: 0;
  font-size: 1.5rem;
  background: #fefefe;
  border-radius: 6px;
  margin: 0 5px 10px 5px;
}

@media (max-width: 624px) {
  .flex2 .child {
    width: 100%;
    padding: 15px;
  }

  .flex2 .child.type2 {
    width: 49%;
    padding: 0;
  }

  .flex2.type2 {
    align-items: flex-end;
  }

  .flex2 .child .caption {
    font-size: 1.1rem;
    margin: 0;
    margin-bottom: 10px;
  }
}



/*# sourceMappingURL=basis.css.map */
.tab-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 30px auto 80px;
}

.tab {
  width: 24%;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1);
  position: relative;
  padding: 25px 0;
  transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
}

.tab:hover {
  z-index: 2;
  cursor: pointer;
}

.tab:hover:before {
  transform: translate(-50%, -50%) scale(1.07, 1.02);
  opacity: 1;
}

.tab:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to right bottom, #f7f5f2, #e4ddd2);
  transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
  z-index: -1;
}

figure {
  margin: 0 auto 10px;
  width: 70px;
}

.icon-title {
  color: #463b2d;
  position: relative;
  z-index: 2;
  transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1);
}

.tab:hover .icon-title {
  color: #827348;
}

.content {
  display: none;
}

.content.is-show {
  display: block;
}

#footer .gloval-nav nav>ul {
  display: flex;
  justify-content: space-around;
}

#footer .gloval-nav nav>ul li {
  padding: 4px 0;
}

#footer .gloval-nav nav>ul>li a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

#footer .gloval-nav nav>ul>li a::before {
  content: '';
  display: block;
  width: 4px;
  height: 80%;
  background: #4a2a15;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#footer .gloval-nav nav>ul li.drop_down ul {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.3s ease;
}

#footer .gloval-nav nav>ul li.drop_down:hover {
  cursor: pointer;
}

#footer .gloval-nav nav>ul li.drop_down:hover ul {
  opacity: 1;
  visibility: visible;
  height: auto;
}

#footer .gloval-nav nav .sub_list li a {
  position: relative;
  display: block;
  padding-left: 10px;
}

#footer .gloval-nav nav .sub_list li a:before {
  display: block;
  content: "";
  width: 4px;
  height: 2px;
  background: #4a2a15;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#footer .gloval-nav nav .sub_list2 {
  display: flex;
  flex-wrap: wrap;
}

/* #footer .gloval-nav nav .sub_list2 li {
  width: 50%;
} */
#footer .gloval-nav nav .sub_list2 li a {
  position: relative;
  display: block;
  padding-left: 10px;
}

#footer .gloval-nav nav .sub_list2 li a:before {
  display: block;
  content: "";
  width: 4px;
  height: 2px;
  background: #4a2a15;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  #footer .gloval-nav {
    display: none;
  }
}

.auxiliary {
  font-size: 1.4rem;
  margin-top: 10px;
}

.auxiliary span {
  display: block;
  color: #b38b19;
}

.add_flex {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #4a2a15;
}

.add_flex.type2 {
  border: none;
  margin-top: 40px;
  padding-bottom: 0px;
}

.arrw_box {
  position: relative;
}

.arrw_box::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 50px solid #c9a746;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 40%;
  right: -40px;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.8;
}

.arrw_box2 {
  position: relative;
}

.arrw_box2::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 60px solid #c9a746;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.8;
}

@media screen and (max-width: 667px) {
  .arrw_box {
    padding-bottom: 20px;
  }

  .arrw_box::before {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #c9a746;
    border-bottom: 50px solid transparent;
    top: inherit;
    right: inherit;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
  }

  .arrw_box2::before {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #c9a746;
    border-bottom: 50px solid transparent;
    top: inherit;
    right: inherit;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.overlap {
  position: relative;
  margin-bottom: 40px;
}

.overlap .inner {
  max-width: 80%;
}

.overlap .over_layer {
  position: absolute;
  right: 0;
  bottom: -40px;
  max-width: 48%;
}