@charset "UTF-8";

/* ------------------------------------- base */

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  /*	overflow-x: hidden;*/
}

.wrapper {
  width: 100%;
}

@media (max-width: 1069px) {
  .wrapper {
    width: 100%;
  }
}


/* p$FFFD$0302$0742$FFFD$FFFD$FFFD$FFFD$FFFD$FFFDT$FFFDC$FFFDY$FFFD$03CDX$FFFD$0198A$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD */

p {
  margin: 0px 0px;
}


/* $FFFD$327A$FFFD$FFFD$FFFD$FFFD$FFFD$0242$FFFD$FFFD$FFFDc */

.flex_center_col {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}


/* $FFFD$327A$FFFD$FFFD$FFFD$FFFD$FFFD$0242$FFFD$FFFD$9261 */

.flex_center_row {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
}


/* $FFFD$327A$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$01D2$FFFD$FFFDg$FFFD$034D$FFFD$FFFD$FFFD */


.flex_left_col {
  display: flex;
  align-items: left;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}


/* $FFFDv$FFFDf$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD */

.left {
  text-align: left;
}


/* $FFFDv$FFFDf$FFFD$FFFD$FFFDE$FFFD$FFFD */

.right {
  text-align: right;
}


/* $FFFDv$FFFDf$FFFD$D808$DD89$FFFD$FFFD$FFFD */

.center {
  text-align: center;
}


/* $FFFD$FFFD$0243}$FFFD[$FFFDW$FFFD$FFFD20px */

.mat20 {
  margin-top: 20px;
}


/* $FFFD$FFFD$0243}$FFFD[$FFFDW$FFFD$FFFD30px */

.mat30 {
  margin-top: 30px;
}


/* $FFFD$FFFD$0243}$FFFD[$FFFDW$FFFD$FFFD60px */

.mat60 {
  margin-top: 60px;
}


/* $FFFD$FFFD$FFFD$0243}$FFFD[$FFFDW$FFFD$FFFD20px */

.mab20 {
  margin-bottom: 20px;
}


/* $FFFD$FFFD$FFFD$0243}$FFFD[$FFFDW$FFFD$FFFD30px */

.mab30 {
  margin-bottom: 30px;
}


/* $FFFD$FFFD$FFFD$0243}$FFFD[$FFFDW$FFFD$FFFD50px */

.mab50 {
  margin-bottom: 50px;
}


/* $FFFD$FFFD$FFFD$0243}$FFFD[$FFFDW$FFFD$FFFD60px */


/* $FFFD$FFFD@$FFFD$FFFD$FFFDi$FFFD$014Eg$FFFDp */

.mab60 {
  margin-bottom: 60px;
}


/* $FFFD$FFFD$FFFD$0243}$FFFD[$FFFDW$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD30px */


/* index$FFFD$0303$FFFD$FFFD$FFFD$FFFDN$FFFDJ$FFFD[$FFFDh$FFFD$0188$FFFD$FFFDA$FFFD$030A$0502$014Eg$FFFDp */

.no_mab30 {
  margin-bottom: 0px;
}


/* $FFFDo$FFFDi$FFFD[$FFFD$0302P$FFFD$050F$FFFD$014Eg$FFFDp */

.mat10 {
  margin-top: 10px;
}


/* spacer */

.bpts_spacer_40 {
  border: 0px solid red;
  height: 40px;
}

.bpts_spacer_80 {
  border: 0px solid red;
  height: 80px;
}

.bpts_spacer_160 {
  border: 0px solid red;
  height: 160px;
}


/* ul$FFFD$FFFD$FFFDZ$FFFDb$FFFDg */

ul {
  padding: 0;
}


/* ------------------------------------- overflow */

@media (max-width: 1069px) {
  body {
    overflow-x: hidden;
  }
}


/* ------------------------------------- text */

* {
  /*  font-family: 'Cantarell', sans-serif;*/
  font-family: 'Kiwi Maru', serif;
  /*  font-family: 'Noto Sans JP', sans-serif;*/
  /*  font-family: 'NotoSansJP-Bold', sans-serif;*/
  font-feature-settings: "palt";
  font-size: 1.00rem;
}


/* $FFFDI$FFFD$FFFD$FFFD$FFFD$FFFDW$FFFDF$FFFD$014B$FFFD$FFFD$FFFD */

.text_orange {
  color: #f8b600;
  font-weight: bold;
}


/* $FFFDt$FFFDb$FFFD^$FFFD[$FFFD$0310f$FFFD@$FFFD$FFFD$FFFD$0502$0310$0090F */

.text_blue {
  color: #008cd7;
  font-weight: bold;
}


/* $FFFD{$FFFD[$FFFD$FFFD$FFFDh */

.bold {
  font-weight: bold;
}


/* $FFFD$FFFD$FFFD$FFFD$FFFDI$FFFD$FFFD$FFFD$FFFD$FFFDW$FFFD$FFFD$FFFD$FFFD */

.underline {
  border-color: #f8b600;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}


/* $FFFDp$FFFD\$FFFDR$FFFD$FFFD$FFFD$0142$034C$FFFD$FFFD$FFFD$FFFD$0202$FFFD$FFFD$FFFD$FFFDs */

.br_pc_no {
  display: none;
}

@media (max-width: 699px) {
  .br_pc_no {
    display: block;
  }
}


/* $FFFDX$FFFD}$FFFDz$FFFD$0142$FFFD2$FFFDi$FFFD$0242$0202$FFFD$FFFD$0115$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$010F$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD */

.no_sp_text {
  display: block;
}

@media (max-width: 1069px) {
  .no_sp_text {
    display: none;
  }
}


/* $FFFDs$FFFDv$FFFD$020F$A347$FFFD$0342$FFFD$FFFD$FFFD$0154$FFFD\$FFFD$FFFD$FFFDA$FFFD$FFFD$FFFD$FFFD$0142$FFFD$FFFD$FFFD$03C2$FFFDK$FFFDv$FFFD$020E$FFFD$FFFD$0355$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$0094\ */

.no_visible {
  display: none;
}


/* ------------------------------------- link */

a:link {
  color: #fff;
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

a:visited {
  color: #fff;
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

a:active {
  color: #fff;
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}


/* $FFFDe$FFFDL$FFFDX$FFFDg$FFFD$FFFD$FFFD$FFFD$FFFDN$FFFD$030F$FFFD$0243J$FFFD[$FFFD\$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$D0B9$FFFD$FFFD$FFFD$FFFD */

a:hover {
  color: #f8b600;
  background-color: #deeed4;
  border-radius: 5px;
  text-decoration: none !important;
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 0px;
}


/* $FFFDz$FFFDo$FFFD[$FFFDv$FFFD$FFFD$0202$FFFD$FFFD$A347 */

a.a_hover_no:hover {
  background-color: transparent;
}


/* $FFFD$FFFD$FFFD$FFFD$FFFDv$FFFD$FFFD$0202$FFFD$FFFD$645C$FFFD$030F$A347 */

a.a_border_no {
  border-bottom-width: 0px;
}


/* $FFFDy$FFFD[$FFFDW$FFFD$0693$FFFD$FFFD$FFFD$0308$0292u$FFFD$FFFD$FFFD$FFFD */

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
  width: 80%;
}


/* ------------------------------------- h123 */


/* h1$FFFD$0348$FFFD$050F$FFFD$030F$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$0143T$FFFDC$FFFDY$FFFD$0152$FFFD */

h1 {
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 0px 0px;
}

h2 {
  font-size: 1.5rem;
  /* 24px$FFFD$0152$FFFD */
  font-weight: normal;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}

h3 {
  font-size: 1.5rem;
  /* 24px$FFFD$0152$FFFD */
  font-weight: normal;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}


/* -------------------------------------- img */


/* $FFFD$FFFD$FFFD$FFFD$FFFDe */

.white_shadow {
  box-shadow: 10px 5px 5px #fff;
}


/* $FFFDD$FFFDF$FFFD$0309e */

.gray_shadow {
  box-shadow: 3px 3px 1px #999;
}


/* $FFFDe$FFFDL$FFFDX$FFFDg$FFFD$024AD$FFFDF$FFFD$0309e */

.gray_shadow_text {
  text-shadow: 1px 1px 3px #999;
}


/* $FFFD$FFFD$FFFD$FFFD100$FFFD$FFFD */

.img_width {
  width: 100%;
}


/* ----------------------------------- header */

header {
  border: 0px solid red;
  width: 100%;
  height: 150px;
}

@media (max-width: 1069px) {
  header {
    display: block;
  }
}


/* $FFFD~$FFFDX$FFFDe$FFFD$FFFD$FFFDA$FFFDX$FFFDX$FFFDy$FFFD[$FFFDX */

.header_ms {
  display: none;
}

@media (max-width: 1069px) {
  .header_ms {
    display: block;
    width: 100%;
    height: 53px;
    /* 1px$FFFD$50AB$FFFD$FFFD */
    border: 0px solid red;
    background-color: rgba(255, 255, 255, 1.0);
    z-index: 99;
  }
}


/* $FFFDO$FFFD$FFFD$FFFD[$FFFDo$FFFD$FFFD$FFFD$FFFD$FFFDj$FFFD$FFFD$FFFD[PC$FFFDA$FFFD$01CF]$FFFD$FFFD$FFFD$FFFD */

.gnav_pc_wrap {
  width: 100%;
  height: 100px;
  position: absolute;
  /*	display: none;*/
}

@media (max-width: 1069px) {
  .gnav_pc_wrap {
    display: none;
  }
}

.reservation_banner {
  border: 0px solid red;
  width: 50%;
  padding: 50px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gnav_pc {
  border: 0px solid red;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gnav_pc ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0px;
  0px border: 1px solid red;
  width: 1200px;
}

.gnav_pc ul li {
  display: inline-block;
}

.gnav_pc ul li {
  text-align: center;
}

.gnav_pc ul li a {
  font-size: 18px;
  color: #39B54A;
  text-decoration: none;
}


/* $FFFD$0502$0303X$FFFD$FFFD$FFFDb$FFFDV$FFFD$FFFD */

.gnav_pc ul li img {
  height: 40px;
}


/* $FFFD$FFFD$FFFD$0309p$FFFD$A576$FFFD$FFFD */

.gnav_pc ul li span {
  display: block;
  color: #b5b5b5;
  font-size: 12px;
  margin-top: 0px;
}


/* $FFFD$FFFD$FFFDj$FFFD$FFFD$FFFD[$FFFD$FFFD$FFFD$FFFD */

.is-on {
  display: block;
  animation: fadein-keyframes-on 0.5s ease 0s 1 forwards;
}

.is-off {
  display: none;
  transition: 0.5s;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

@keyframes fadein-keyframes-on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* display none$FFFD$0343A$FFFDj$FFFD$FFFD$FFFDo$FFFD$FFFD$FFFD$0202$FFFD$FFFD$0302$FFFDopacity$FFFD$014A$01D7$FFFD */

@keyframes fadein-keyframes-off {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/* $FFFDn$FFFD$FFFD$FFFDo$FFFD[$FFFDK$FFFD[$FFFD$FFFD$FFFDj$FFFD$FFFD$FFFD[SP$FFFD$0318g */

.gnav_sp {
  display: none;
}

@media (max-width: 1069px) {
  .gnav_sp {
    display: block;
  }
}

.gnav_sp {
  width: 60%;
  height: 53px;
  border: 0px solid red;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  /*	background-color:rgba(255,255,255,1.0);*/
}

.header_logo_sp_logo {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 50px;
  height: 53px;
  border: 0px solid red;
}

.header_logo_sp_title {
  position: absolute;
  top: 9px;
  left: 68px;
  height: 40px;
  border: 0px solid red;
}

.header_logo_sp_title img {
  width: 200px;
}


/*$FFFD@$FFFDn$FFFD$FFFD$FFFDo$FFFD[$FFFDK$FFFD[$FFFD{$FFFD^$FFFD$FFFD$FFFD@*/

.hamburger {
  display: block;
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 53px;
  cursor: pointer;
  text-align: center;
  background: #a7bf86;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 5px;
  border-radius: 5px;
  top: 6px;
  left: 10px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}


/* MENU$FFFD$0315$FFFD$FFFD$FFFD */

.hamburger_menu_text {
  display: block;
  position: absolute;
  right: 11px;
  top: 37px;
  font-size: 10px;
  color: #fff;
  z-index: 999;
}


/* $FFFDi$FFFDr$FFFDJ$FFFD$FFFD$FFFD$0102$939E$FFFD$0303{$FFFD^$FFFD$FFFD */

.hamburger.active span:nth-child(1) {
  top: 20px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}


/* ms */

.globalMenuSp_ms {
  border: 0px solid red;
  height: 40px;
}

.globalMenuSp ul {
  display: list-item;
  /* li$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD */
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 25px;
  border: 0px solid red;
  list-style-type: none !important;
  list-style: none !important;
}

.globalMenuSp ul li {
  list-style-type: none !important;
  list-style: none !important;
  padding: 0;
  width: 100%;
  height: 25px;
  margin: 0px 0px;
  padding: 15px 0px 15px 0px;
  border: 0px solid red;
  border-bottom: 0px solid #999;
}

.globalMenuSp ul li a {
  color: #39b54a;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px 15px 15px;
}


/*.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}*/


/* $FFFD$FFFD$FFFD$0303N$FFFD$FFFD$FFFDX$FFFD$FFFD$FFFDAjQuery$FFFD$0155t$FFFD^$FFFDE$FFFD$D3DC$FFFD$FFFD$FFFD$FFFD */

.globalMenuSp.active {
  transform: translateX(0%);
}


/* li$FFFD$030C$FFFD$FFFD$0316$FFFD$FFFD */

.globalMenuSp ul li a {
  display: block;
  position: relative;
}

.globalMenuSp ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  /* important */
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 3px #39b54a;
  border-right: solid 3px #39b54a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.globalMenuSp_menu_box {
  width: 100%;
  margin: 0 auto;
  border: 0px solid red;
  margin: 30px 0px;
  padding: 0px 0px 0px 15px;
}

/* ------------------------------- 予約バナー*/

.banner {
  margin-top: 80px;
  background-color: #e6f0f0;
  background-image: linear-gradient(#ffffff);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 40px;
  font-size: 25px;

}

.responsive-image {
  display: none;
}


@media(max-width:1069px) {
  .banner {
    background-size: cover;
    margin-top: 100px;
    flex-wrap: wrap;
    height: 920 px;
  }

  .responsive-image {
    display: block;
    height: 375px;
    width: 100%;
    justify-content: center;
    object-fit: cover;
    margin-top: 150px;
    margin-bottom: 55px;
    flex-direction: column;
  }

  .banner-right {
    text-align: left;
    height: 100%;
    width: 100%;
    font-size: 40px;

  }

  .area-2 {
    flex-wrap: wrap;
  }
}




.senyou {
  color: #39B54A;
  text-decoration: underline;
  font-size: 20px;
}







/* ------------------------------- $FFFDT$FFFDC$FFFDg$FFFD^$FFFDC$FFFDg$FFFD$FFFD */

.sitetop_head_info_box {
  border: 0px solid red;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.sitetop_head_info_left {
  border: 0px solid red;
  width: 400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 50px;
}

@media (max-width: 1069px) {
  .sitetop_head_info_left {
    position: absolute;
    top: -10px;
    left: -30px;
    padding: 0px 0px;
  }
}

@media (max-width: 415px) {
  .sitetop_head_info_left {
    width: 100% left: 5px;
  }
}


/* $FFFD$FFFD$FFFDS$FFFD$645C */

.sitetop_head_info_left ul li img {
  width: 200px;
}

@media (max-width: 1069px) {
  .sitetop_head_info_left ul li img {
    width: 150px;
  }
}

.sitetop_head_info_left ul li img a {
  text-decoration: none;
}


/* h1$FFFD$FFFDimg */

.sitetop_head_info_left ul li {
  list-style: none;
}

.sitetop_head_info_left ul li h1 {
  font-size: 12px;
  color: #6D9536;
}

@media (max-width: 1069px) {
  .sitetop_head_info_left ul li h1 {
    font-size: 9px;
    color: #6D9536;
  }
}

.sitetop_head_info_right {
  border: 0px solid red;
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0px 50px;
}

@media (max-width: 1069px) {
  .sitetop_head_info_right {
    position: absolute;
    top: 395px;
    right: 5%;
    padding: 0px 0px;
  }
}


/* $FFFDd$FFFDb$FFFD$050D$FFFD$FFFD$645C */

.sitetop_head_info_right img {
  width: 250px;
  opacity: 0.8;
}

@media (max-width: 1069px) {
  .sitetop_head_info_right img {
    width: 200px;
  }
}


/* Instagram$FFFDA$FFFDC$FFFDR$FFFD$FFFD */

.sitetop_head_instagram {
  width: 67px !important;
  height: 60px !important;
  /*	filter: hue-rotate(100deg);*/
  /*	filter: grayscale(100%);*/
  margin-top: 4px;
}

@media (max-width: 1069px) {
  .sitetop_head_instagram {
    width: 54px !important;
    height: 48px !important;
  }
}


/* ------------------------------- mainvisual */

.mainvisual_bg {
  border: 0px solid red;
  text-align: center;
  /*	background-color: #e1e1e1;*/
  background-image: url(../images/mainvisual_bg.png);
  background-repeat: no-repeat;
  background-position: 0px -20px;
  background-size: contain;
  width: 100%;
  height: 980px;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  margin-top: -150px;
}

@media (min-width: 1409px) {
  .mainvisual_bg {
    background-size: cover;
  }
}


/* slick$FFFDp */

.mainvisual {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0 0;
}


/* $FFFD$FFFD$FFFDC$FFFD$FFFD$FFFDr$FFFDW$FFFD$FFFD$FFFDA$FFFD$FFFD$FFFDe$FFFDL$FFFDX$FFFDg */

.page_title_text {
  border: 0px solid red;
  width: 360px;
  height: 350px;
  position: absolute;
  z-index: 5;
  bottom: 220px;
  left: 4%;
  background-color: #48B735;
  opacity: 0.8;
  border-radius: 10px;
  text-align: left;
  padding: 30px 30px;
}

@media (max-width: 1069px) {
  .page_title_text {
    width: 80%;
    height: 295px;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.page_title_text h2 {
  color: #fff;
  font-size: 24px;
  line-height: 45px;
}

.page_title_text hr {
  border-top: 1px solid #fff;
  margin: 30px 0px;
}

.page_title_text p {
  color: #fff;
  line-height: 40px;
}


/* $FFFD$FFFD$FFFDC$FFFD$FFFD$FFFDr$FFFDW$FFFD$FFFD$FFFDA$FFFD$FFFD$FFFDO$FFFD$FFFD$FFFD[$FFFDo$FFFD$FFFD$FFFDi$FFFDr$FFFDA$FFFD$01CF]$FFFD$FFFD$FFFD$0202$FFFD */

.page_title_gnav {
  border: 0px solid red;
  width: 80%;
  max-width: 1200px;
  height: 100px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 1069px) {
  .page_title_gnav {
    display: none;
  }
}

.page_title_gnav ul {
  border: 0px solid red;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.page_title_gnav ul {
  list-style: none;
}

.page_title_gnav ul li {
  display: inline-block;
}

.page_title_gnav ul li a {
  font-size: 18px;
  color: #39B54A;
  text-decoration: none;
}

.page_title_gnav ul li span {
  display: block;
  color: #b5b5b5;
  font-size: 12px;
  margin-top: 10px;
}


/* $FFFD$0502$0303X$FFFD$FFFD$FFFDb$FFFDV$FFFD$FFFD$FFFD$FFFDimg$FFFD$FFFD */

.page_title_gnav ul li img {
  height: 40px;
}


/* $FFFD$64EA$FFFD$0196$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD */

.page_title_gnav ul li:nth-child(1) {
  margin-left: 30px;
}

.page_title_gnav ul li:nth-child(11) {
  margin-right: 30px;
}

@media (max-width: 1069px) {
  .page_title_gnav ul li:nth-child(1) {
    margin-left: 5px;
  }

  .page_title_gnav ul li:nth-child(11) {
    margin-right: 5px;
  }
}


/* slick$FFFDp */

.page_title_slick {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


/* slick,css$FFFD$0242$FFFD$FFFD$9342$FFFD$FFFD$FFFDw$FFFD$FFFD */

.____slick-slide {
  height: 100%;
  height: 680px;
}


/* $FFFD|$FFFDC$FFFD$FFFD$FFFDg$FFFD@ */

.mainVisual01 {
  border: 0px solid red;
  max-width: 80%;
  height: 920px;
  margin: 0 auto;
  margin-right: 0px;
}


/* $FFFD|$FFFDC$FFFD$FFFD$FFFDg$FFFDA */

.mainVisual01 .slick-list {
  overflow: hidden;
}


/* $FFFD|$FFFDC$FFFD$FFFD$FFFDg$FFFDC */

.mainVisual01 img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

@media (max-width: 1069px) {
  .mainVisual01 {
    max-width: 100%;
    height: 680px;
    margin: 0 auto;
  }

  /* .slick-list$FFFD$FFFDoverflow:visible$FFFD$014D$FFFD$FFFDE$FFFD$030C$FFFD$FFFD$0602$A0BD$FFFD$645C$FFFD$FFFD\$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD */
  .mainVisual01 .slick-list {
    overflow: hidden;
  }

  /* $FFFD$645C$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$0295$FFFD$FFFD$0242$FFFD$FFFD$FFFD */
  .mainVisual01 img {
    object-fit: none !important;
    width: 100%;
    height: 100%;
  }
}

.mv001 {
  border: 0px solid red;
  width: 100%;
  height: 920px;
  background-image: url("../images/mv001_pc.png");
  background-position: right 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mv002 {
  border: 0px solid red;
  width: 100%;
  height: 920px;
  background-image: url("../images/mv002_pc.png");
  background-position: right 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mv003 {
  border: 0px solid red;
  width: 100%;
  height: 920px;
  background-image: url("../images/mv003_pc.png");
  background-position: right 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mv004 {
  border: 0px solid red;
  width: 100%;
  height: 920px;
  background-image: url("../images/mv004_pc.png");
  background-position: right 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1069px) {
  .mv001 {
    width: 100%;
    height: 920px;
    background-image: url("../images/mv001_sp.png");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mv002 {
    width: 100%;
    height: 920px;
    background-image: url("../images/mv002_sp.png");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mv003 {
    width: 100%;
    height: 920px;
    background-image: url("../images/mv003_sp.png");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mv004 {
    width: 100%;
    height: 920px;
    background-image: url("../images/mv004_sp.png");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 499px) {
  .mv001 {
    width: 100%;
    height: 920px;
    background-image: url("../images/mv001_sp.png");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mv002 {
    width: 100%;
    height: 920px;
    background-image: url("../images/mv002_sp.png");
    background-position: -100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mv003 {
    width: 100%;
    height: 920px;
    background-image: url("../images/mv003_sp.png");
    background-position: -200px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mv004 {
    width: 100%;
    height: 920px;
    background-image: url("../images/mv004_sp.png");
    background-position: -125px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}


/* $FFFDg$FFFD$FFFDA$FFFDj$FFFD$FFFD$FFFD[$FFFDV$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFDg$FFFDp */

.______slide-animation {
  animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.08);
  }
}


/* $FFFDX$FFFD$FFFD$FFFDC$FFFD_$FFFD[$FFFD$030F$FFFD$0309$645C */

.mainvisual_img {
  position: absolute;
  border: 0px solid blue;
  z-index: 99;
  width: 1070px;
  /* $FFFDT$FFFDC$FFFDY$FFFD$0152$FFFD */
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 1069px) {
  .mainvisual_img {
    width: 100%;
  }
}

.mainvisual_img_table {
  width: 95%;
  height: 100%;
  padding-bottom: 40px;
  margin: 0 auto;
  border: 0px solid red;
}

@media (max-width: 1069px) {
  .mainvisual_img_table {
    width: 85%;
    padding-bottom: 15px;
  }
}


/* $FFFD$FFFD$FFFDE$FFFD$FFFD$FFFD$0682$FFFD$FFFD$FFFD */

.page_title_cloudy {
  border: 0px solid red;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0px;
  /*	background-color: #000;*/
  background-image: url(../images/mainvisual_cloudy.png);
  background-repeat: repeat-x;
}

@media (max-width: 1069px) {
  .page_title_cloudy {
    bottom: 30px;
  }
}

@media (max-width: 499px) {
  .page_title_cloudy {
    bottom: 135px;
  }
}


/* ---------------------------------- section */


/* $FFFDZ$FFFDN$FFFDV$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFDm$FFFD$030C$FFFD$FFFD$0512$FFFD$FFFD$FFFD */

section {
  margin-top: 50px;
  margin-bottom: 0px;
}

@media (max-width: 1069px) {
  section {
    /*	margin-top: 50px;*/
    margin-bottom: 0px;
  }
}


/* ---------------------------------------------------------------------------------- inner */


/* $FFFDR$FFFD$FFFD$FFFDe$FFFD$FFFD$FFFDc$FFFD$FFFD$FFFD$FFFD */

.inner {
  width: 1080px;
  margin: 0 auto;
  border: 0px solid red;
}

@media (max-width: 1069px) {
  .inner {
    width: 95%;
    margin: 0 auto;
  }
}


/* $FFFDv$FFFDf$FFFD$D80B$DD02$FFFD$FFFD$0109$FFFD$FFFD$FFFD100% */

.widthmax {
  margin: 0 calc(50% - 50vw);
}


/* ------------------------------------- main */


/* $FFFDg$FFFDb$FFFDv$FFFDy$FFFD[$FFFDW */


/* $FFFD$014F$FFFD$FFFD$030F$0409 */

.sitetop_aboutus {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 10rem;
}

@media (max-width: 1069px) {
  .sitetop_aboutus {
    flex-direction: column-reverse;
    margin-top: 820px;
  }
}

.sitetop_aboutus_left {
  border: 0px solid red;
  width: 50%;
  padding: 50px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1069px) {
  .sitetop_aboutus_left {
    width: 100%;
    padding: 50px 0px;
  }
}

.sitetop_aboutus_left p {
  font-size: 18px;
  line-height: 45px;
}

@media (max-width: 1069px) {
  .sitetop_aboutus_left p {
    padding: 0px 30px;
  }
}

.sitetop_aboutus_right {
  border: 0px solid red;
  width: 50%;
  height: 520px;
  padding: 0px 0px;
  background-image: url(../images/sitetop-aboutus_pr01.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}

@media (max-width: 1069px) {
  .sitetop_aboutus_right {
    width: 100%;
  }
}

.sitetop_aboutus_right img {
  width: 100%;
}


/* $FFFDV$FFFD$FFFD$FFFD$FFFD$FFFD */

.sitetop_whatsnew {
  border: 0px solid red;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/sitetop_whatsnew_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1069px) {
  .sitetop_whatsnew {
    height: 100%;
    padding: 30px 0px;
  }
}

.sitetop_whatsnew_box {
  border: 0px solid red;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1069px) {
  .sitetop_whatsnew_box {
    flex-direction: column;
    height: 100%;
  }
}


/* $FFFDV$FFFD$FFFD$FFFD$FFFD$D8F2$DE4Fo$FFFD$FFFD */

.sitetop_whatsnew_left {
  border: 0px solid red;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1069px) {
  .sitetop_whatsnew_left {
    width: 100%;
  }
}

.sitetop_whatsnew_left h2 {
  position: relative;
  color: #39B54A;
}

.sitetop_whatsnew_left h2::before {
  position: absolute;
  content: "";
  height: 75px;
  left: -30px;
  border-left: 5px solid #F7931E;
}

@media (max-width: 1069px) {
  .sitetop_whatsnew_left h2::before {
    display: none;
  }
}

.sitetop_whatsnew_left span {
  font-size: 12px;
  color: #b5b5b5;
}


/* $FFFDV$FFFD$FFFD$FFFD$FFFD$FFFD$A5D7$FFFD{$FFFD^$FFFD$FFFD */

.sitetop_whatsnew_left ul li {
  list-style: none;
}

.sitetop_whatsnew_left ul {
  width: 150px;
  margin-top: 30px;
  /*	padding: 10px 10px;*/
  text-align: center;
  color: #fff;
}

@media (max-width: 1069px) {
  .sitetop_whatsnew_left ul {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.sitetop_whatsnew_left ul li {
  border: 0px solid red;
  position: relative;
  width: 180px;
  height: 50px;
  top: 0px;
  background-color: #6D9536;
  border-radius: 10px;
  /*	padding-right: 10px;*/
  display: flex;
  /*flexbox$FFFD$030Ew$FFFD$FFFD*/
  justify-content: center;
  /*$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD*/
}

.sitetop_whatsnew_left ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 19px;
  right: 20px;
  color: #fff;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sitetop_whatsnew_left ul li a {
  display: block;
  width: 100%;
  padding: 10px 10px;
}


/* $FFFDV$FFFD$FFFD$FFFD$FFFD$FFFDiframe */

.sitetop_whatsnew_right {
  border: 0px solid red;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 50px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
}

@media (max-width: 1069px) {
  .sitetop_whatsnew_right {
    width: 90%;
    padding: 50px 0px;
  }
}

.sitetop_whatsnew_contents {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.sitetop_whatsnew_contents iframe {
  width: 90%;
  height: 270px;
  overflow-y: auto;
}


/* $FFFDX$FFFDN$FFFD$FFFD$FFFD[$FFFD$FFFD$FFFDo$FFFD[ */

.news_iframe::-webkit-scrollbar {
  width: 10px;
}

.news_iframe::-webkit-scrollbar-track {
  background-color: #ccc;
}

.news_iframe::-webkit-scrollbar-thumb {
  background-color: #a7bf86;
  border-radius: 5px;
}


/* $FFFD$FFFD$FFFDo$FFFD$FFFD$FFFD$645C$FFFDt$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD */

.h2_title {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0px 0px 0px;
}

.h2_title_img {
  border: 0px solid red;
  width: 100%;
  text-align: center;
}

.h2_title_img h2 {
  font-size: 24px;
  color: #39B54A;
}

.h2_title_img span {
  font-size: 18px;
  color: #b5b5b5;
}


/* $FFFDA$FFFDC$FFFDR$FFFD$FFFD$FFFD$645C */

.h2_title_img img {
  width: 100px;
}

.h2_title_text {
  border: 0px solid red;
  text-align: left;
  width: 40%;
  height: 100%;
  padding: 30px;
}


/* 2$FFFD$0089$FFFD$FFFD$FFFD$FFFD$FFFDSP$FFFD$014Fc$FFFD$FFFD$FFFDы$FFFD$FFFD$FFFD */


/* $FFFD$FFFDg$FFFDw$FFFDi$FFFD$645C$FFFDp */


/* class$FFFD$FFFD$FFFDA$FFFD$64EA$FFFD$FFFD$FFFD$FFFD$FFFDs$FFFD$FFFD */

.row2_flex_bg {
  position: relative;
  border: 0px solid red;
  background-image: url(../images/sitetop_clinic_bg.jpg);
  background-repeat: repeat-y;
  background-position: 0px -200px;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0px 0px;
}


/* $FFFDw$FFFDi$FFFD$D80E$DDC9$FFFD */

.row2_flex_bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.8;
}

.row2_flex {
  border: 0px solid red;
  width: 100%;
  height: 640px;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
}

@media (max-width: 1069px) {
  .row2_flex {
    height: 100%;
    flex-direction: column;
  }
}

.row2_flex_left {
  border: 0px solid red;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1069px) {
  .row2_flex_left {
    width: 100%;
    padding: 30px 0px;
  }
}

.row2_flex_right {
  border: 0px solid red;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1069px) {
  .row2_flex_right {
    width: 100%;
    height: 100%;
    padding: 30px 0px 30px 0px;
    justify-content: flex-start;
  }
}

.row2_flex_left h3,
.row2_flex_right h3 {
  font-size: 24px;
  color: #39B54A;
}

.row2_flex_left p,
.row2_flex_right p {
  text-align: left;
  padding: 0px 30px;
}

.row2_flex_right span {
  position: absolute;
  right: 5%;
  font-size: 24px;
}

.row2_flex_left img,
.row2_flex_right img {
  width: 100%;
}


/* $FFFDw$FFFDi$FFFD$645C */

.sitetop_aboutus_bg01 {
  width: 50%;
  height: 640px;
  padding: 0px 0px;
  background-image: url(../images/sitetop_aboutus_profile_pr01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1069px) {
  .sitetop_aboutus_bg01 {
    width: 100%;
  }
}

.sitetop_aboutus_bg02 {
  width: 50%;
  height: 640px;
  padding: 0px 0px;
  background-image: url(../images/sitetop_clinic_pr01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1069px) {
  .sitetop_aboutus_bg02 {
    width: 100%;
  }
}

.sitetop_aboutus_bg03 {
  width: 50%;
  height: 640px;
  padding: 0px 0px;
  background-image: url(../images/sitetop_clinic_pr03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1069px) {
  .sitetop_aboutus_bg03 {
    width: 100%;
  }
}


/* 1$FFFDi$FFFD$068D$FFFD$FFFD$FFFD$FFFDp */

@media (max-width: 1069px) {
  .sitetop_aboutus_bg02_height {
    height: 600px;
  }
}


/* 2$FFFDi$FFFD$0694$FFFD$FFFD]$FFFDp */

@media (max-width: 1069px) {
  .sitetop_aboutus_bg02_rev {
    flex-direction: column-reverse !important;
  }
}


/* $FFFD$FFFD@$FFFD$0313$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD */

.sitetop_feature_bg {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  background-image: url(../images/sitetop_feature_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  padding: 30px 0px;
}

.sitetop_feature_box {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
}

@media (max-width: 1069px) {
  .sitetop_feature_box {
    flex-direction: column;
  }
}

.sitetop_feature_box_left {
  border: 0px solid red;
  width: 400px;
  /*	height: 400px;*/
  position: relative;
  z-index: 1;
  /*	box-shadow: 0 0 20px 0 rgba(0,0,0,.2);*/
  filter: drop-shadow(3px 3px 5px #b5b5b5);
  /*	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);*/
}

@media (max-width: 1069px) {
  .sitetop_feature_box_left {
    width: 100%;
  }
}

.sitetop_feature_box_left img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

@media (max-width: 1069px) {
  .sitetop_feature_box_left img {
    border-radius: 0px;
  }
}

.sitetop_feature_box_right {
  border: 0px solid red;
  background-color: #fafafa;
  border-radius: 10px;
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 2;
  /*	filter:drop-shadow(3px 3px 5px #b5b5b5);*/
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  margin-left: -40px;
}

@media (max-width: 1069px) {
  .sitetop_feature_box_right {
    width: 95%;
    margin-left: 0px;
    margin-top: 10px;
  }
}

.sitetop_feature_box_right h3 {
  text-align: left;
  padding: 30px 30px 0px 50px;
  position: relative;
  color: #39B54A;
}


/* $FFFDc$FFFD$FFFD */

.sitetop_feature_box_right h3::before {
  position: absolute;
  content: "";
  height: 100%;
  left: 30px;
  border-left: 5px solid #F7931E;
}


/* $FFFD$FFFD$FFFD$FFFD */

.sitetop_feature_box_right h3::after {
  border: 0px solid red;
  content: "";
  font-size: 80px;
  font-weight: bold;
  position: absolute;
  top: -70px;
  right: 40px;
  filter: drop-shadow(3px 3px 5px #fff);
}


/* $FFFD$FFFD$FFFD$FFFD01 */

.sitetop_feature_bg>div:nth-child(1)>div.sitetop_feature_box_right>h3::after {
  content: "01";
}


/* $FFFD$FFFD$FFFD$FFFD02 */

.sitetop_feature_bg>div:nth-child(2)>div.sitetop_feature_box_right>h3::after {
  content: "02";
}


/* $FFFD$FFFD$FFFD$FFFD03 */

.sitetop_feature_bg>div:nth-child(3)>div.sitetop_feature_box_right>h3::after {
  content: "03";
}

.sitetop_feature_box_right p {
  text-align: left;
  padding: 30px 30px;
}


/* $FFFDf$FFFD$00C9$0216$0683A$FFFDC$FFFDR$FFFD$FFFD */

.sitetop_medical_bg {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sitetop_medical_icons {
  border: 0px solid red;
  width: 630px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 30px;
}


/* $FFFD^$FFFD$FFFD$FFFDv$FFFDf$FFFD$014D$FFFD$FFFD$D8CB$DE41A$FFFD$FFFD$FFFDg$FFFDp */

.sitetop_medical_icons::after {
  display: block;
  content: "";
  width: 150px;
}


/* $FFFDA$FFFDC$FFFDR$FFFD$FFFD$FFFD{$FFFD^$FFFD$FFFD$FFFDg */

.sitetop_medical_icon_block {
  border: 0px solid red;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0px;
  background-color: #48b735;
  border-radius: 30px;
  filter: drop-shadow(3px 3px 5px #b5b5b5);
  text-align: center;
  transition: 0.3s all;
}

@media screen and (min-width:420px) and (max-width:1069px) {
  .sitetop_medical_icon_block {
    width: 170px;
    height: 170px;
  }
}

@media (max-width: 419px) {
  .sitetop_medical_icon_block {
    width: 140px;
    height: 140px;
  }
}




/* $FFFDz$FFFDo$FFFD[$FFFD$014Ag$FFFD$FFFD */

.sitetop_medical_icon_block:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s all;
}

.sitetop_medical_icon_block img {
  width: 70%;
  filter: invert(100%);
}

.sitetop_medical_icon_block span {
  color: #fff;
  font-size: 18px;
}

.sitetop_medical_icon_block a {
  display: block;
  width: 100%;
}


/* $FFFDo$FFFDi$FFFD[ */

.sitetop_banner {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px 0px 0px;
}

@media (max-width: 1069px) {
  .sitetop_banner {
    padding: 0px 0px;
  }
}

.sitetop_banner_box {
  border: 0px solid red;
  width: 100%;
  max-width: 700px;
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 1069px) {
  .sitetop_banner_box {
    flex-direction: column;
  }
}

.sitetop_banner_left {
  border: 0px solid red;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 30px;
}

@media (max-width: 1069px) {
  .sitetop_banner_left {
    width: 100%;
    padding: 30px 0px;
  }
}

.sitetop_banner_right {
  border: 0px solid red;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 30px 30px;
}

@media (max-width: 1069px) {
  .sitetop_banner_right {
    width: 100%;
    padding: 30px 0px;
    margin-top: 0px;
  }
}


/* $FFFDo$FFFDi$FFFD[$FFFD$645C */

.sitetop_banner_left img,
.sitetop_banner_right img {
  width: 300px;
  filter: drop-shadow(3px 3px 5px #b5b5b5);
  transition: 0.3s all;
}

.sitetop_banner_left img:hover,
.sitetop_banner_right img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s all;
}


/* $FFFDg$FFFD$FFFD$0348$FFFD */

.sitetop_banner_left>div,
.sitetop_banner_right>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/* $FFFD$FFFD$FFFD$FFFD */

.sitetop_banner_left p,
.sitetop_banner_right p {
  padding: 10px 30px;
}


/* -------------------------------------------------------------- lower page */


/* $FFFD$FFFD$FFFDw$FFFDy$FFFD[$FFFDW$FFFD$0303w$FFFDb$FFFD_$FFFD[$FFFDg */

.lower_header {
  width: 100%;
  height: 65px;
  border: 0px solid red;
  text-align: center;
}

@media (max-width: 1069px) {
  .lower_header {
    height: 53px;
  }
}


/* $FFFD$FFFD$FFFDw$FFFDy$FFFD[$FFFDW$FFFDO$FFFD$FFFD$FFFD[$FFFDo$FFFD$FFFD$FFFD$FFFD$FFFDj$FFFD$FFFD$FFFD[PC */

.lower_head_gnav_wrap {
  border: 0px solid red;
  width: 100%;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1069px) {
  .lower_head_gnav_wrap {
    width: 100%;
    /* gnav_sp$FFFD$0182$0314$FFFD$FFFD$038D$FFFD */
    height: 53px;
  }
}

.lower_head_gnav_box {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.lower_head_gnav_left {
  border: 0px solid red;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1069px) {
  .lower_head_gnav_left {
    width: 50%;
    justify-content: flex-start;
    padding-left: 10px;
  }
}

.lower_head_gnav_left ul {
  border: 0px solid red;
  margin: 0px;
  list-style: none;
}

.lower_head_gnav_left ul li a {
  border: 0px solid red;
  display: block;
  position: relative;
  z-index: 10;
}

.lower_head_gnav_left ul li h1 {
  font-size: 12px;
  color: #6d9536;
}

.lower_head_gnav_left img {
  width: 150px;
}

@media (max-width: 1069px) {
  .lower_head_gnav_left img {
    width: 150px;
  }
}

.lower_head_gnav_right {
  border: 0px solid red;
  width: 80%;
  height: 100%;
}

@media (max-width: 1069px) {
  .lower_head_gnav_right {
    width: 50%;
  }
}

.lower_head_gnav_right ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0px;
  margin-top: 0px;
}

@media (max-width: 1069px) {
  .lower_head_gnav_right ul {
    display: none;
  }
}

.lower_head_gnav_right ul li {
  display: inline-block;
  text-align: center;
}

.lower_head_gnav_right ul li a {
  color: #39B54A;
}

.lower_head_gnav_right ul li span {
  display: block;
  color: #b5b5b5;
  font-size: 12px;
  margin-top: 0px;
}

.lower_head_gnav_right ul li img {
  height: 40px;
}


/* $FFFDT$FFFDu$FFFDX$FFFDe$FFFD[$FFFDW */

.lower_head_substage {
  border: 0px solid red;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

@media (max-width: 1069px) {
  .lower_head_substage {
    height: 170px;
    background-position: 0px 0px;
  }
}

.lower_head_substage::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.lower_head_substage h2 {
  position: relative;
  z-index: 2;
  color: #39B54A;
  filter: drop-shadow(2px 2px 1px #000);
}

.lower_head_substage span {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  font-size: 12px;
  filter: drop-shadow(2px 2px 1px #000);
  margin-top: 10px;
}


/* $FFFDw$FFFDi$FFFD$645C$FFFDw$FFFD$FFFD */

.bg_medical {
  background-image: url(../images/lower_head_substage_medical.jpg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}

@media (max-width: 1069px) {
  .bg_medical {
    background-position: 0px 0px;
  }
}

.bg_facility {
  background-image: url(../images/lower_head_substage_facility.jpg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}

@media (max-width: 1069px) {
  .bg_facility {
    background-position: center;
  }
}

.bg_recruit {
  background-image: url(../images/lower_head_substage_recruit.jpg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}

@media (max-width: 1069px) {
  .bg_recruit {
    background-position: -70px 0px;
  }
}

.bg_contact {
  background-image: url(../images/lower_head_substage_contact.jpg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}

@media (max-width: 1069px) {
  .bg_contact {
    background-position: -70px 0px;
  }
}

@media (max-width: 499px) {
  .bg_contact {
    background-position: -320px 0px;
  }
}


/* $FFFDp$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFDX$FFFDg */

.breadcrumb_box {
  border: 0px solid red;
  width: 100%;
  font-size: 12px;
  margin-top: 30px;
  text-align: left;
}

.breadcrumb_box a {
  font-size: 12px;
  color: #000;
}


/* $FFFD$FFFD$FFFDw$FFFD$0342$FFFD$FFFDp */

.lower_wrap {
  border: 0px solid red;
  width: 100%;
  height: 100%;
}


/* $FFFDf$FFFD$00D3$FFFD$FFFDe */

.lower_medical_1block {
  width: 100%;
  height: 100%;
}

.lower_medical_1block_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 1069px) {
  .lower_medical_1block_box {
    flex-direction: column;
  }
}

.lower_medical_1block_box_left {
  border: 0px solid red;
  width: 170px;
  padding: 0px;
}

@media (max-width: 1069px) {
  .lower_medical_1block_box_left {
    text-align: center;
  }
}

.lower_medical_1block_box_right {
  width: 69%;
  padding: 30px;
}

@media (max-width: 1069px) {
  .lower_medical_1block_box_right {
    width: 100%;
    padding: 30px 0px;
  }
}


/* $FFFD{$FFFD$074F$0409$FFFD */


/* $FFFD$FFFD$FFFDp$FFFD$014F$FFFD$FFFD$FFFD$FFFDp */

.lower_facitity_height2 {
  height: 500px !important;
}

@media (max-width: 1069px) {
  .lower_facitity_height2 {
    height: 100% !important;
  }
}


/* $FFFD$FFFD$FFFDp */

.lower_facility_height {
  height: 450px;
}

@media (max-width: 1069px) {
  .lower_facility_height {
    height: 350px;
    margin-bottom: 1rem;
  }
}


/* $FFFDE$FFFDp */

.lower_facility_height_right {
  height: 450px !important;
}

@media (max-width: 1069px) {
  .lower_facility_height_right {
    height: 100% !important;
  }
}


/* $FFFDE$FFFDp$FFFD$FFFD$FFFD$FFFDh3$FFFD$FFFD$FFFD$FFFD */

._____lower_facility_height_right h3 {
  position: relative;
}

._____lower_facility_height_right h3::before {
  position: absolute;
  content: "";
  height: 40px;
  left: -30px;
  border-left: 5px solid #F7931E;
}

.lower_facility_bg01 {
  background-image: url(../images/lower_facility_pr01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lower_facility_bg02 {
  background-image: url(../images/lower_facility_pr02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lower_facility_bg03 {
  background-image: url(../images/lower_facility_pr03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lower_facility_bg04 {
  background-image: url(../images/lower_facility_pr04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lower_facility_bg05 {
  background-image: url(../images/lower_facility_pr05.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lower_facility_bg06 {
  background-image: url(../images/lower_facility_pr06.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lower_facility_bg07 {
  background-image: url(../images/lower_facility_pr07.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lower_facility_bg08 {
  background-image: url(../images/lower_facility_pr08.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  margin-left: 1rem;
  height: 450px;
  width: 585px;
}

@media (max-width: 1069px) {
  .lower_facility_bg08 {
    height: 320px;
    width: 96%;
    object-fit: cover;
    margin: 0 auto;
  }
}

/* $FFFD$FFFD$FFFDN$FFFD$FFFD$FFFD[$FFFDg */


/* $FFFD$FFFD$FFFDp */

.lower_recruit_height {
  height: 450px;
}

@media (max-width: 1069px) {
  .lower_recruit_height {
    height: 350px;
  }
}


/* $FFFDE$FFFDp */

.lower_recruit_height_right {
  height: 450px !important;
}

@media (max-width: 1069px) {
  .lower_recruit_height_right {
    height: 100% !important;
  }
}

.lower_recruit_bg01 {
  background-image: url(../images/lower_recruit_pr01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


/* $FFFD$FFFD$FFFD$20A2$FFFD$FFFD$FFFD$D0B9$FFFDt$FFFDH$FFFD[$FFFD$FFFD$FFFD{$FFFD^$FFFD$FFFD */

.lower_recruit_button ul li {
  list-style: none;
}

.lower_recruit_button ul {
  width: 250px;
  margin-top: 30px;
  /*	padding: 10px 10px;*/
  text-align: center;
  color: #fff;
}

.lower_recruit_button ul li {
  border: 0px solid red;
  position: relative;
  width: 250px;
  height: 50px;
  top: 0px;
  background-color: #6D9536;
  border-radius: 10px;
  /*	padding-right: 10px;*/
  display: flex;
  /*flexbox$FFFD$030Ew$FFFD$FFFD*/
  justify-content: center;
  /*$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD*/
}

.lower_recruit_button ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 19px;
  right: 20px;
  color: #fff;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lower_recruit_button ul li a {
  display: block;
  width: 100%;
  padding: 10px 10px;
}


/* $FFFD$FFFD$FFFD$20A2$FFFD$FFFD$FFFD$D0B9$FFFDt$FFFDH$FFFD[$FFFD$FFFD */

.lower_form_information {
  width: 60%;
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
}

@media (max-width: 1069px) {
  .lower_form_information {
    width: 100%;
  }
}

.lower_form_information h3,
.lower_form_information p {
  font-size: 12px;
  text-align: left;
}

.lower_form_information h3 {
  font-weight: bold;
}

.input_size {
  width: 50%;
}

@media (max-width: 799px) {
  .input_size {
    width: 95%;
  }
}


/* ----------------------------------- footer */

.footer_info_wrap {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
}

.footer_info_box {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

@media (max-width: 1069px) {
  .footer_info_box {
    flex-direction: column;
  }
}

.footer_info_left {
  border: 0px solid red;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1069px) {
  .footer_info_left {
    width: 100%;
  }
}


/* $FFFD$FFFD@$FFFD$FFFD$FFFD */

.footer_info_text ul li {
  display: inline-block;
  list-style: none;
  padding: 15px 30px;
}


/* $FFFDf$FFFD$00CE$FFFD$FFFD$050F$FFFD$0309$FFFD$FFFD$FFFD$FFFD$0354$FFFD\$FFFD$FFFD */

div.footer_info_text>ul:nth-child(1),
div.footer_info_text>ul:nth-child(2),
div.footer_info_text>ul:nth-child(3) {
  border-bottom: 1px solid #48B735 !important;
}

div.footer_info_text>ul:nth-child(4) {
  border-bottom: 0px solid #48B735 !important;
}

.footer_info_text ul {
  display: flex;
  align-items: initial;
  justify-content: center;
}


/* $FFFD$FFFD$FFFDo$FFFD$FFFD$FFFD$0303T$FFFDC$FFFDY */

.footer_info_text ul li:nth-child(1) {
  width: 100px;
}

@media (max-width: 1069px) {
  .footer_info_text ul li:nth-child(1) {
    width: 105px;
    padding: 15px 30px 15px 0px;
  }
}


/* $FFFD$FFFD$FFFD$0342$0303T$FFFDC$FFFDY */

.footer_info_text ul li:nth-child(2) {
  width: 60%;
}


/* $FFFDf$FFFD@$FFFD$FFFD$FFFD$FFFD */

.footer_info_schedule {
  border: 0px solid red;
  width: 85%;
  height: 100%;
  border-radius: 20px;
  background-color: #48B735;
  display: flex;
  align-items: initial;
  justify-content: center;
}

@media (max-width: 1069px) {
  .footer_info_schedule {
    width: 95%;
  }
}


/* $FFFDf$FFFD@$FFFD$FFFD$FFFD$0503e$FFFD[$FFFDu$FFFD$FFFD */

.calender {
  width: 90%;
  height: 100%;
  border-collapse: collapse;
  color: #fff;
}

.calender th {
  width: 100px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.calender td {
  width: 30px;
  height: 30px;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 15px 0px 20px 0px;
}


/* $FFFD$FFFD$0509$FFFD$FFFD$0309$FFFD$FFFD$FFFD */

div.footer_info_schedule>table>tbody>tr:nth-child(3)>th,
div.footer_info_schedule>table>tbody>tr:nth-child(3)>td:nth-child(2),
div.footer_info_schedule>table>tbody>tr:nth-child(3)>td:nth-child(3),
div.footer_info_schedule>table>tbody>tr:nth-child(3)>td:nth-child(4),
div.footer_info_schedule>table>tbody>tr:nth-child(3)>td:nth-child(5),
div.footer_info_schedule>table>tbody>tr:nth-child(3)>td:nth-child(6),
div.footer_info_schedule>table>tbody>tr:nth-child(3)>td:nth-child(7),
div.footer_info_schedule>table>tbody>tr:nth-child(3)>td:nth-child(8) {
  border-bottom: 0px solid #fff;
}


/* $FFFDe$FFFD[$FFFDu$FFFD$FFFD$FFFD$0249$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD */

.table_underline {
  height: 5px;
  border-bottom: 0px solid #fff;
  padding: 0px 0px;
}


/* $FFFDJ$FFFD$FFFD$FFFD$FFFD$FFFD_$FFFD[$FFFD$FFFD$FFFD$FFFD */

.calender_comment {
  border: 0px solid red;
  width: 75%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  ;
}

.footer_info_right {
  border: 0px solid red;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1069px) {
  .footer_info_right {
    width: 100%;
    width: 99.0vw;
    margin: 0 calc(50% - 50vw);
    padding: 50px 0px;
    /*	overflow: hidden;*/
  }
}


/* Google map */


/* 34.93966931057585, 135.76362243435537 */

.footer_info_right iframe {
  width: 100%;
  height: 620px;
  /*	filter: sepia(49%);*/
}


/* $FFFDX$FFFD$FFFD$FFFD$0754w$FFFDi$FFFD$645C */

.footer_city_bg {
  border: 0px solid red;
  width: 100%;
  height: 290px;
  position: relative;
  background-image: url(../images/sitetop-footer-bg.jpg);
  background-repeat: repeat-x;
  background-position: 0px 10px;
  background-size: cover;
  margin-top: 40px;
  text-align: center;
  padding-top: 0px;
}

@media (max-width: 1069px) {
  .footer_city_bg {
    height: 220px;
    background-size: cover;
    background-position: 0px 0px;
    margin-top: 0px;
    padding-top: 0px;
  }
}

@media (min-width: 1409px) {
  .footer_city_bg {
    background-size: contain;
  }
}


/* $FFFD$FFFD$FFFDS$FFFD$0183T$FFFDC$FFFDg$FFFD}$FFFDb$FFFDv */

.footer_city_bg img {
  width: 180px;
}

.footer_logo {
  margin-top: 50px;
}

@media (max-width: 1069px) {
  .footer_logo {
    margin-top: 0px;
  }
}

.footer_city_bg_instagram {
  width: 50px !important;
  margin-top: 10px;
  opacity: 0.9;
}

.footer_city_bg_a {
  color: #fff;
  filter: drop-shadow(1px 1px 1px #000);
}

.footer_city_bg img {
  filter: drop-shadow(1px 1px 1px #fff);
}

.footer_city_bg p {
  color: #333;
  padding: 0px 10px;
}

@media (max-width: 1069px) {
  .footer_city_bg p {
    position: relative;
    bottom: 20px;
  }
}

.footer_city_bg p>a {
  color: #333;
  text-decoration: none !important;
  filter: drop-shadow(1px 1px 1px #fff);
}


/* $FFFDR$FFFDs$FFFD[$FFFD$FFFD$FFFDC$FFFDg */

.footer_copyright {
  border: 0px solid red;
  width: 100%;
  height: 60px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #A7BF86;
  /* A7BF86 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_copyright p {
  font-size: 14px;
}

@media (max-width: 1069px) {
  .footer_copyright p {
    font-size: 12px;
  }
}


/* -------------------------------------- add */


/* $FFFD$FFFD$0256$07C2$FFFD{$FFFD^$FFFD$FFFD */

#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 10;
  right: -40px;
  bottom: 15px;
  background: #a7bf86;
  opacity: 0.9;
  border-radius: 30%;
}

#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 15px;
  text-decoration: none;
  border-bottom-width: 0px;
}

#page_top a:hover {
  background-color: transparent;
}

#page_top a::before {
  font-family: FontAwesome;
  content: '\f077';
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 18px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* $FFFDX$FFFDN$FFFD$FFFD$FFFD[$FFFD$FFFD$FFFDo$FFFD[ */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #a7bf86;
  border-radius: 5px;
}


/* $FFFD$04C2$FFFD$FFFD$FFFD$018Fo$FFFD$0102$FFFD$FFFD$FFFD$FFFD$FFFD */

.animation_box_dountoup {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    /*      transform: translateY(0px);*/
  }

  100% {
    opacity: 0.9;
    /*      transform: translateY(0);*/
  }
}


/*
#page_top{
	width: 90px;
	height: 60px;$FFFD{$FFFD^$FFFD$FFFD$FFFD$0311$50AB$FFFD$FFFD$FFFD$FFFD$03C2$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$0182$FFFD$FFFD$0255$03CDX$FFFD$FFFD$FFFD$FFFD
	position: fixed;
	right: 0;
	bottom: 15px;
	opacity: 0.6;
	border: 0px solid #f8b600;
	background-color: #f8b600;*$FFFDF$FFFD$FFFD$03CDX$FFFD$0094\
	border-bottom-width : 0px;
	border-radius: 10px;
}

#page_top a{
	position: relative;
	display: block;
	width: 90px;
	height: 60px;$FFFD$50AB$FFFD$FFFD$FFFD$FFFD$03C2$FFFD$FFFD$FFFD$FFFD$FFFD$FFFD$0182$FFFD$FFFD$0242$0355$03CDX$FFFD$0094\
	text-decoration: none;
	border-bottom-width : 0px;
	border-radius: 10px;
}

#page_top a::before{
	font-family: 'FontAwesome';fontawesome$FFFD$030F$A347$FFFD$0341AFont Awesome 5 Free
	font-weight: 900;
	content: '\f102';fontawesome$FFFD$030F$A347$FFFD$0341Af102orf106
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -25px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	border-radius: 10px;
}

#page_top a::after{
	content: 'PAGE TOP';
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 38px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	border-radius: 10px;
} 
*/


/* index accordion button */
.sitetop_acc {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px 0px 0px;
}

@media (max-width: 1069px) {
  .sitetop_acc {
    padding: 0px 0px;
  }
}

.sitetop_acc_box {
  border: 0px solid red;
  width: 100%;
  max-width: 700px;
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 1069px) {
  .sitetop_acc_box {
    flex-direction: column;
  }
}

/* アコーディオン本体 */
.acc {
  width: 100%;
  margin: .8em 1.2em 1.2em 1.2em;
  text-align: left;
}

@media (max-width: 1069px) {
  .acc {
    width: 90%;
  }
}

/* 見出し（クリック部） */
.acc__summary {
  cursor: pointer;
  color: #000;
  list-style: none;
  position: relative;
  padding-left: 1.4em;
  transition: color .25s ease;
}

.acc__summary::-webkit-details-marker {
  display: none;
}

.acc__summary:focus-visible {
  outline: 2px solid #39B54A;
  border-radius: 2px;
}

details[open]>.acc__summary {
  color: #39B54A;
}

/* ＋／－アイコン（開閉でサイズを少し変えて動きを出す） */
.acc__summary::before {
  content: "＋";
  position: absolute;
  left: 4px;
  top: 4px;
  font-weight: 700;
  line-height: 1;
  transform: scale(1);
  transition: transform .25s ease;
}

details[open]>.acc__summary::before {
  content: "－";
  transform: scale(1.1);
}

/* ===== 開閉アニメーション本体（CSSのみ） =====
   grid-template-rows を 0fr → 1fr にして高さを自動計算しながらアニメーション */
.acc__panel {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: opacity .3s ease;
  /* フェードはCSSで */
  opacity: 0;
  margin-top: .6em;
}

.acc__panel>div {
  min-height: 0;
}

/* 開時：高さを展開 & フェードイン */
details[open]>.acc__panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

/* 中身もほんの少しだけスライドさせる */
.acc__panel>div {
  transform: translateY(-4px);
  transition: transform .3s ease;
}

details[open]>.acc__panel>div {
  transform: translateY(0);
}

/* アニメ苦手な方への配慮 */
@media (prefers-reduced-motion: reduce) {

  .acc__summary,
  .acc__summary::before,
  .acc__panel,
  .acc__panel>div {
    transition: none !important;
  }
}