@charset "UTF-8";
.fnt-eng {
  font-family: "Playwrite CO", cursive;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

#header {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 1000;
  background: #FFF;
}

.toggleMenu {
  display: none;
}

.key-visual {
  padding-top: 90px;
  position: relative;
}

.key-visual p {
  margin: 0;
}

.header_logo {
  max-width: 360px;
  margin: 0 0 0 20px;
}

.header_sub-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  height: 90px;
}

/*--------------------------------------
logo
--------------------------------------*/
header .header__logo img {
  width: 100%;
  max-width: 100%;
}

#wrapper {
  padding-top: 90px;
}

/*--------------------------------------
nav
--------------------------------------*/
/* gnav */
#header .header_menu .g_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 450px;
}

#header .header_menu .g_nav > li {
  position: relative;
}

.fnt-old {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  color: #8D5F4A;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition-duration: 0.3s;
  position: relative;
  padding: 26px 0 0;
  margin-right: 40px;
}

#header .header_menu .g_nav > li > a.icon, #header .header_menu .g_nav > li > span.icon {
  background: url(../img/icon_01.png) no-repeat top center;
  background-size: 31px auto;
}

#header .header_menu .g_nav > li > a.icon1, #header .header_menu .g_nav > li > span.icon1 {
  background: url(../img/icon_02.png) no-repeat top center;
  background-size: 38px auto;
}

#header .header_menu .g_nav > li > a.icon2, #header .header_menu .g_nav > li > span.icon2 {
  background: url(../img/icon_03.png) no-repeat top center;
  background-size: 33px auto;
}

#header .header_menu .g_nav > li > a.icon3, #header .header_menu .g_nav > li > span.icon3 {
  background: url(../img/icon_04.png) no-repeat top center;
  background-size: 32px auto;
}

#header .header_menu .g_nav > li > a.icon4, #header .header_menu .g_nav > li > span.icon4 {
  background: url(../img/icon_05.png) no-repeat top center;
  background-size: 25px auto;
}

.fix-btn {
  position: fixed;
  bottom: 0;
  right: 82px;
  z-index: 10;
  width: 140px;
}

.fix-btn1 {
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 10;
  width: 70px;
}

.conversion {
  background: url(../img/bg_contact_ft.jpg) no-repeat center/cover;
  padding: 120px 20px;
}
.conversion .title {
  color:  #fff;font-size: 25px; 
}
.conversion .group 
{
      /* display: flex; */
    max-width: 1080px;
    margin: 0 auto;
    /* justify-content: space-between; */
	text-align: center;
}
.conversion h2 {

  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.1em;
  color: #FFF;
  margin-bottom: 25px;
}

.conversion ul {
  display: flex;
  align-items: center;
  justify-content: center;
	margin-left: auto;
	max-width: 368px;
	margin-right: auto;

}

.conversion ul li {
 

}

.conversion ul li a {
  display: inline-block;
  transition: all 0.3s ease;
}

.conversion ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1100px) {
.conversion ul {margin-right: 0;
width:  calc(100% - 400px);

 }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
.conversion .title {
    font-size: 20px;
}
.conversion h2 {
    font-size: 30px;
    line-height: 48px;
}
}
@media screen and (max-width: 767px) {
  .fix-btn {
    bottom: 10vw;
    right: 15px;
    width: 80px;
  }
  .conversion {
    background: url(../img/bg_contact_ft_sp.jpg) no-repeat center/cover;
    padding: 55px 20px 60px;text-align: center; 
  }
   .conversion .group {
    display: block; 
   }
.conversion .title { font-size: 16px; }

  .conversion h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .conversion ul {
    flex-wrap: wrap;
    width: auto;  
    padding-top: 25px;  
margin: 0 auto;
  }
  .conversion ul li {
    max-width: 100%;
    margin: 0;
  }
  .conversion ul li + li {
    margin-top: 20px;
  }
  .conversion ul li a {
    display: block;
    max-width: 290px;
    margin: 0 auto;
  }
}

#header .header_menu .g_nav > li > a:hover, #header .header_menu .g_nav > li > span:hover {
  opacity: 0.7;
}

#header .header_menu .g_nav > li dl {
  display: block;
  transition-duration: 0.3s;
  opacity: 1;
  z-index: -1;
  font-size: 14px;
  color: #070707;
  position: absolute;
  top: 95%;
  width: 220px;
  left: -60px;
  background: #FFF;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  visibility: hidden;
}

#header .header_menu .g_nav > li dl::before {
  background: url(../img/a_top.png) no-repeat center/cover;
  width: 18px;
  height: 16px;
  position: absolute;
  top: -10px;
  left: 45%;
  content: "";
}

#header .header_menu .g_nav > li dl dt {
  display: none;
}

#header .header_menu .g_nav > li dl dd {
  padding: 15px 0 20px;
}

#header .header_menu .g_nav > li dl dd a {
  display: block;
  width: 100%;
  font-size: 16px;  
  color: #8D5F4A;
  line-height: 40px;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px 0 35px;
  background: url(../img/row_arr.png) no-repeat center left 20px;
  background-size: 7px auto;
  transition: all 0.3s ease;
}

#header .header_menu .g_nav > li dl dd a:hover {
  background: url(../img/row_arr.png) no-repeat center left 20px #FFF4F2;
  background-size: 7px auto;
}

#header .header_menu .g_nav > li dl dd a:after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 20px;
opacity: 0;
  background: #86C4C9;
}

#header .header_menu .g_nav > li:hover dl {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

#key-visual {
  position: relative;
}

#key-visual .key-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 616px;
  display: block;
  transform: translate3d(-50%, -50%, 0);
  width: 46%;
z-index: 6;
-webkit-animation: fadeIn 2s ease-in-out 0s 1 normal forwards;
    animation: fadeIn 2s ease-in-out 0s 1 normal forwards;
    animation-name: SlideUp;
}

#key-visual .key-txt img {
  width: 100%;
  height: auto;
}

.page-id-43 .elementor-container {
  max-width: 100% !important;
}

.page-id-43 .elementor-widget-wrap {
  padding: 0 !important;
}

.page-id-43 #content {
  padding: 0;
  position: relative;
}

.txt_color {
  color: #E59288;
}

.clinic-box {
  background: url(../img/cl_bg.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
  padding: 80px 20px 100px;
  z-index: 1;
}

.clinic-box .box-common {
  max-width: 1080px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  padding: 230px 0 65px;
  min-height:   670px;
}

.clinic-box .box-common h2 {
    text-align: center;
    margin-bottom: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: 0;
}

.clinic-box .box-common h2 span {
  position: relative;
  left: -5px;
}

.clinic-box .box-common h3 {
  padding: 8px 0 26px;
}

.clinic-box .box-common .btn-more {
  margin: 0;
}

.clinic-box .box-common .p_txt {
  margin-bottom: 30px;
}

.clinic-box .box-common.box1 {
    padding-right: 620px;
    margin-bottom: 80px;
    padding-top: 230px;
}

.clinic-box .box-common.box1::after {
  height: 100%;
  z-index: -1;
  background: #FFF;
  width: 220%;
  position: absolute;
  top: 0;
  right: 270px;
  content: "";
}

.clinic-box .box-common.box1 .photo {
    max-width: 558px;
    position: absolute;
    top: 410px;
    transform: translateY(-50%);
    right: -10px;
}

.clinic-box .box-common.box1 .photo img {
  width: 100%;
  height: auto;
}

.clinic-box .box-common.box2 {
  padding-left: 620px;
  margin-bottom: 80px;
}

.clinic-box .box-common.box2::after {
  height: 100%;
  z-index: -1;
  background: #FFF;
  width: 220%;
  position: absolute;
  top: 0;
  left: 270px;
  content: "";
}

.clinic-box .box-common.box2 .photo {
  max-width: 558px;
  position: absolute;
  top: 410px;
  transform: translateY(-50%);
  left: -10px;
}

.clinic-box .box-common.box2 .photo img {
  width: 100%;
  height: auto;
}

.clinic-box .box-common.box3 {
  padding-right: 620px;
}

.clinic-box .box-common.box3::after {
  height: 100%;
  z-index: -1;
  background: #FFF;
  width: 220%;
  position: absolute;
  top: 0;
  right: 270px;
  content: "";
}

.clinic-box .box-common.box3 .photo {
  max-width: 558px;
  position: absolute;
  top: 410px;
  transform: translateY(-50%);
  right: -10px;
}

.clinic-box .box-common.box3 .photo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
#header .header_menu .g_nav > li dl dd a {
visibility:hidden;	
}
	#key-visual .key-txt{
		width:100%;
		max-width:850px;
	}
#header .header_menu .g_nav > li.hover dl dd a {
visibility:visible;	
}
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .clinic-box {
    background: url(../img/cl_bg.jpg) no-repeat center/cover;
    position: relative;
    overflow: hidden;
    padding: 80px 20px 100px;
    z-index: 1;
  }
  .clinic-box .box-common {
    max-width: 1080px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
 
  }
  .clinic-box .box-common h2 {
  
    margin-bottom: 25px;
  }
  .clinic-box .box-common h2 span {
    position: relative;
    left: -5px;
  }
  .clinic-box .box-common h3 {
    padding: 8px 0 26px;
  }
  .clinic-box .box-common .btn-more {
    margin: 0;
  }
  .clinic-box .box-common .p_txt {
    margin-bottom: 30px;
  }
  .clinic-box .box-common.box1 {
    padding-right: 51%;
    margin-bottom: 80px;
  }
  .clinic-box .box-common.box1::after {
    height: 100%;
    z-index: -1;
    background: #FFF;
    width: 220%;
    position: absolute;
    top: 0;
    right: 170px;
    content: "";
  }
  .clinic-box .box-common.box1 .photo {
    max-width: 558px;

    right: -10px;
    width: 49%;
  }
  .clinic-box .box-common.box1 .photo img {
    width: 100%;
    height: auto;
  }
  .clinic-box .box-common.box2 {
    padding-left: 51%;
    margin-bottom: 80px;
  }
  .clinic-box .box-common.box2::after {
    height: 100%;
    z-index: -1;
    background: #FFF;
    width: 220%;
    position: absolute;
    top: 0;
    left: 170px;
    content: "";
  }
  .clinic-box .box-common.box2 .photo {
    max-width: 558px;

    left: -10px;
    width: 49%;
  }
  .clinic-box .box-common.box2 .photo img {
    width: 100%;
    height: auto;
  }
  .clinic-box .box-common.box3 {
    padding-right: 51%;
  }
  .clinic-box .box-common.box3::after {
    height: 100%;
    z-index: -1;
    background: #FFF;
    width: 220%;
    position: absolute;
    top: 0;
    right: 170px;
    content: "";
  }
  .clinic-box .box-common.box3 .photo {
    max-width: 558px;

    right: -10px;
    width: 49%;
  }
  .clinic-box .box-common.box3 .photo img {
    width: 100%;
    height: auto;
  }
  .fix-btn {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .clinic-box {
    background: url(../img/sl_sp1.jpg) no-repeat top center/cover;
    position: relative;
    overflow: hidden;
    padding: 75px 0 70px;
    z-index: 1;
  }
  .clinic-box .box-common {
    max-width: 1080px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 25px 60px;
    overflow: hidden;
  }
  .clinic-box .box-common h2 {
 position:  static;
    margin-bottom: 30px;
  }
  .clinic-box .box-common h2 span {
    position: relative;
    left: -5px;
  }
  .clinic-box .box-common h3 {
    padding: 5px 0 12px;
  }
  .clinic-box .box-common .btn-more {
    margin: 0 auto;
  }
  .clinic-box .box-common .p_txt {
    margin-bottom: 35px;
  }
  .clinic-box .box-common.box1 {
    padding-right: 25px;
    margin-bottom: 75px;
    padding-top: 0; 
  }
  .clinic-box .box-common.box1::after {
    height: 100%;
    z-index: -1;
    background: #FFF;
    width: 220%;
    position: absolute;
    top: 30%;
    right: 0;
    content: "";
  }
  .clinic-box .box-common.box1 .photo {
    max-width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
    right: 0%;
    width: 100%;
  }
  .clinic-box .box-common.box1 .photo img {
    width: 100%;
    height: auto;
  }
  .clinic-box .box-common.box2 {
    padding-left: 25px;
    margin-bottom: 75px;
  }
  .clinic-box .box-common.box2::after {
    height: 100%;
    z-index: -1;
    background: #FFF;
    width: 220%;
    position: absolute;
    top: 30%;
    left: 0;
    content: "";
  }
  .clinic-box .box-common.box2 .photo {
    max-width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0%;
    width: 100%;
  }
  .clinic-box .box-common.box2 .photo img {
    width: 100%;
    height: auto;
  }
  .clinic-box .box-common.box3 {
    padding-right: 25px;
  }
  .clinic-box .box-common.box3::after {
    height: 100%;
    z-index: -1;
    background: #FFF;
    width: 220%;
    position: absolute;
    top: 30%;
    right: 0;
    content: "";
  }
  .clinic-box .box-common.box3 .photo {
    max-width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
    right: 0%;
    width: 100%;
  }
  .clinic-box .box-common.box3 .photo img {
    width: 100%;
    height: auto;
  }
}

#fea-box {
  background: #FFFCFC;
  padding: 0 20px 5px;
}

#fea-box .inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

#fea-box .inner::before {
  background: url(../img/fea_deco1.png) no-repeat;
  width: 723px;
  height: 296px;
  background-size: 50% auto;
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
}

#fea-box .inner::after {
  background: url(../img/fea_deco2.png) no-repeat;
  width: 81px;
  height: 85px;
  background-size: 50% auto;
  content: "";
  position: absolute;
  bottom: 45px;
  right: 30px;
}

#fea-box .item1 {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  box-sizing: border-box;
  margin-bottom: -20px;
}

#fea-box .item1 .photo {
  order: 2;
  max-width: 600px;
  width: 50%;
  transform: translateY(-85px);
}

#fea-box .item1 .text {
  max-width: 515px;
  width: 48%;
  padding-top: 60px;
  order: 1;
}

#fea-box .item1 .text h3 {
  margin-bottom: 18px;
}

#fea-box .item2 {
  display: flex;
  justify-content: space-between;
  padding-right: 60px;
  box-sizing: border-box;
}

#fea-box .item2 .photo {
  max-width: 600px;
  width: 50%;
  transform: translateY(-85px);
}

#fea-box .item2 .text {
  max-width: 515px;
  width: 48%;
  padding-top: 0;
}

#fea-box .item2 .text h3 {
  margin-bottom: 15px;
}

#fea-box .item2 .text .p_txt {
  margin-bottom: 100px;
}

#fea-box .item2 .text .btn-more {
  margin: 0;
}

#menu-box-sec {
  position: relative;
  background: url(../img/water_deco.png) no-repeat top center, url(../img/water_bg.jpg) no-repeat center;
  background-size: 105% auto, cover;
  padding: 200px 20px 100px;
  z-index: 2;
  margin-top: -50px;
}

#menu-box-sec::before {
  background: url(../img/line02.png) no-repeat top center;
  width: 100%;
  height: 228px;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

#menu-box-sec .inner {
  max-width: 1080px;
  margin: auto;
}

#menu-box-sec h3 {
  color: #8D5F4A;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 0;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-add {
width: 128px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

#menu-box-sec .btn1 {
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  margin: 60px 0 45px;
}

#menu-box-sec .btn1 .list-btn {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

#menu-box-sec .btn1 .list-btn .btn-more {
  margin: 0 16px;
}

#menu-box-sec .list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#menu-box-sec .list .item {
  max-width: 330px;
  width: 32%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  position: relative;
}

#menu-box-sec .list .item p {
  margin: 0;
}

#menu-box-sec .list .item .btn-more {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
}

#menu-box-sec .item2 {
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  padding-top: 110px;
  justify-content: center;
}

#menu-box-sec .item2 h3 {
  color: #8D5F4A;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 42px;
  left: 0;
}

#menu-box-sec .item2 .photo {
  max-width: 460px;
  margin: 0 0 40px 20px;
  order: 2;
}

#menu-box-sec .item2 dl {
  max-width: 460px;
  margin: 0 20px 40px 0;
  order: 1;
}

#menu-box-sec .item2 dl dt {
  margin-bottom: 18px;
}

#menu-box-sec .item2 .btn-link {
  width: 100%;
  order: 3;
}

#menu-box-sec .item2 .btn-link a {
  background-image: linear-gradient(#FFB9B1, #E59288);
  font-size: 23px;
  text-align: center;
  line-height: 90px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

#menu-box-sec .item2 .btn-link a:hover {
  opacity: 0.7;
}

.sec1-top {
  padding: 75px 20px 70px;
}

.sec1-top .inner-w {
  max-width: 1080px;
  margin: auto;
}

.sec1-top .inner-w h2 {
  text-align: center;
  margin-bottom: 35px;
}

.sec1-top .inner {
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.sec1-top .inner .left {
  max-width: 530px;
  width: 49%;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: -10px;
  color: #8D5F4A;
}

.sec1-top .inner .left .list {
  padding-top: 15px;
  border-top: 1px dashed #8D5F4A;
  margin-top: 18px;
}

.sec1-top .inner .left .list dl {
  display: flex;
}

.sec1-top .inner .left .list dl + dl {
  margin-top: 12px;
}

.sec1-top .inner .left .list dl dt {
  width: 130px;
  color: #E59288;
}

.sec1-top .inner .left .list dl dd {
  width: calc(100% - 90px);
}

.sec1-top .inner .left .list dl dd a {
  color: #8D5F4A;
}

.sec1-top .btn-more {
  margin:  40px 0 0;
  width: 340px; 

}
.sec1-top .btn-more a
{
       background: #fff;
    color: #E59288;
    font-size: 22px;
    border: 2px solid;
    line-height: 74px;
    padding-left: 32px; 
    height: auto;
    border-radius: 40px;
}
.sec1-top .btn-more a:before {
background: url(../img/car_ico.png) no-repeat center/100%  ;
  position: absolute; 
  height: auto; 
  width: 59px;  
  top: 0; 
  bottom: 0;  
  left: 10px; 
}
.sec1-top .inner .right {
  max-width: 510px;
  width: 47%;
}

.sec1-top .inner .right .gmap {
  width: 100%;
  height: 395px;
  position: relative;
}

.sec1-top .inner .right .gmap iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}

.btn-map {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}

.btn-map a {
  font-size: 12px;
  color: #8D5F4A;
  text-decoration: underline !important;
  font-family: "Noto Sans JP", serif;
  font-style: normal;
}

.btn-map a:hover {
  text-decoration: none !important;
}

.box-table1 {
  font-style: normal;
  font-size: 17px;
  line-height: 24px;
}

.box-table1 .txt {
  padding-top: 18px;
}

.box-table1 thead th {
  padding: 12px 0 30px;
  border-bottom: 1px solid #8D5F4A;
  text-align: center;
}

.box-table1 thead th:last-child {
  width: 65px;
}

.box-table1 thead th:first-child {
  text-align: left;
  width: 35%;
  color: #8D5F4A;
}

.box-table1 tbody tr:last-child {
  border-bottom: 1px solid #8D5F4A;
}

.box-table1 tbody tr:last-child td {
  padding: 12px 0 12px;
}

.box-table1 tbody td {
  padding: 12px 0 0;
  text-align: center;
}

.box-table1 tbody td:first-child {
  padding-left: 13px;
  text-align: left;
}

.fixed-banner__pc {
  position: fixed;
  top: 20px;
  right: 15px;
}

.fixed-banner__pc ul {
  width: 430px;
  display: flex;
  justify-content:flex-end;
  align-items: center;
}

.fixed-banner__pc ul li {
 
}

.fixed-banner__pc ul li a {
  display: inline-block;
}

.fixed-banner__sp {
  display: none;
}

.fixed-banner__sp ul {
  display: flex;
  width: calc(100% + 1px);
}

.fixed-banner__sp ul li {
  margin-right: 1px;
}

.fixed-banner__sp ul li a {
  display: flex;
}

@media screen and (max-width: 1319px) and (min-width: 1024px) {
  .header_logo {
    max-width: 300px;
    margin: 0 0 0 20px;
  }
  #header .header_menu .g_nav {
    right: 340px;
  }
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    line-height: 36px;
    font-size: 13px;
    margin-right: 25px;
  }
  .lead-box {
    background: url(../img/line_01.png) no-repeat bottom center, url(../img/sec1_bg.jpg) no-repeat center center;
    background-size: 100% auto, cover;
    padding: 135px 70px 215px;
    margin: -1px 0 -2px;
  }
  #fea-box .item2 .text .p_txt {
    margin-bottom: 70px;
  }
  #menu-box-sec {
    margin-top: 0;
  }
}

@media screen and (max-width: 1319px) and (min-width: 1024px) {
  .fixed-banner__pc {
    top: 25px;
    right: 15px;
  }
  .fixed-banner__pc ul {
    width: 340px;
  }
  .fixed-banner__pc ul li {
    width: 49%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    display: flex;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    color: #8D5F4A;
    line-height: 40px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.025em;
    transition-duration: 0.3s;
    position: relative;
    padding: 26px 0 0;
    margin-right: 15px;
  }
  #header .header_menu .g_nav {
    right: 180px;
  }
  .header_logo {
    max-width: 210px;
    margin: 0 0 0 10px;
  }
  .fixed-banner__pc {
    top: 4px;
    right: 10px;
  }
  .fixed-banner__pc ul {
    width: 170px;
    flex-wrap: wrap;
  }
  .fixed-banner__pc ul li {
    width: 100%;
    margin-bottom: 4px;
  }
  .box-table1 {
    font-size: 16px;
  }
  .box-table1 tbody td:first-child {
    padding-left: 11px;
  }
}

@media screen and (min-width: 768px) {
  #wrapper {
    position: relative;
    overflow: hidden;
  }
}

@keyframes SlideUp {
0% {
    opacity: 0;/* 透明 */
    transform: translate3d(-50%, -48%, 0);
}
100% {
    opacity: 1;/* 不透明 */
    transform: translate3d(-50%, -51%, 0);
}
}

@media screen and (max-width: 767px) {
#key-visual .key-txt {
width: 100%;
}
 .page-id-2202 .sec1-top {
  padding: 10px 0px 70px;
}

  .active_nav .fixed-banner__sp,
  .active_nav .fix-btn {
    opacity: 0;
    z-index: -1;
  }
  .box-table {
    position: relative;
    top: -10px;
    bottom: 0;
    right: 0;
    max-width: 490px;
    border-radius: 20px;
    background: #FFF;
    box-sizing: border-box;
    padding: 10px 20px 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 23px;
    margin: 0 5%;
  }
  .box-table thead th {
    padding: 5px;
  }
  .box-table tbody td {
    padding: 5px;
  }
  .box-table1 {
    font-size: 14px;
    line-height: 24px;
  }
  .box-table1 thead th:last-child {
    width: 60px;
  }
  .box-table1 thead th:first-child {
    padding-left: 0;
  }
  .box-table1 tbody td:first-child {
    padding-left: 0;
  }
  #header {
    top: 0 !important;
    height: 65px;
  }
  .header_sub-container {
    height: 65px;
  }
  .header_logo {
    margin: -8px 0 0 20px;
        max-width: 150px;
  }
  .header__main-container {
    padding: 0;
  }
  header .header__logo {
    margin: 0px 0 0px 19px;
    width: 160px;
  }
  #header .header_menu .g_nav {
    margin-top: 0;
  }
  .toggleMenu {
    width: 23px;
    height: 22px;
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 990;
  }
  #wrapper {
    padding-top: 65px;
  }
  .toggleMenu img {
    transition: all 0.3s ease;
  }
  .active_nav .toggleMenu {
    background: url(../img/ham_cl.png) no-repeat center/cover;
  }
  .active_nav .toggleMenu img {
    transition: all 0.3s ease;
    opacity: 0;
  }
  .key-visual {
    padding-top: 60px;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #header .g_nav {
    display: none;
  }
  #header .header_menu {
    float: none;
    clear: both;
    margin-right: 0;
  }
  .header__main-container {
    position: absolute !important;
  }
  #header .header_menu .g_nav {
    text-align: center;
    background: url(../img/bg_nav.jpg) no-repeat center/cover;
    color: #8D5F4A;
    padding: 75px 25px 70px;
    overflow: scroll;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: block;
    transition: all 0.3s ease;
  }
  .active_nav #header .header_menu .g_nav {
    opacity: 1;
    visibility: visible;
    z-index: 98;
  }
  #header .header_menu .g_nav > li {
    position: relative;
    border-left: none;
    padding-right: 0;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
flex-wrap: wrap;
  }
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    width: 170px;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: left;
    height: auto;
    line-height: 26px;
    padding: 6px 0 6px 60px;
    text-align: left;
	margin: 0 !important;
  }
  #header .header_menu .g_nav > li > a.icon, #header .header_menu .g_nav > li > span.icon {
    background: url(../img/icon_01.png) no-repeat left 6px center;
    background-size: 29px auto;
  }
  #header .header_menu .g_nav > li > a.icon1, #header .header_menu .g_nav > li > span.icon1 {
    background: url(../img/icon_02.png) no-repeat left center;
    background-size: 38px auto;
  }
  #header .header_menu .g_nav > li > a.icon2, #header .header_menu .g_nav > li > span.icon2 {
    background: url(../img/icon_03.png) no-repeat left 4px center;
    background-size: 33px auto;
  }
  #header .header_menu .g_nav > li > a.icon3, #header .header_menu .g_nav > li > span.icon3 {
    background: url(../img/icon_04.png) no-repeat left 4px center;
    background-size: 32px auto;
  }
  #header .header_menu .g_nav > li > a.icon4, #header .header_menu .g_nav > li > span.icon4 {
    background: url(../img/icon_05.png) no-repeat left 7px center;
    background-size: 25px auto;
  }
  #header .header_menu .g_nav > li > span:after {
    content: "";
    position: absolute;
    top: 35%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #72706E;
    border-left: 1px solid #72706E;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    opacity: 0;
  }
  #header .header_menu .g_nav > li.hover > span:after {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -5px;
  }
  #header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub {
    margin: -2px 0 0 8px;
    vertical-align: middle;
    bottom: 0;
    color: #fff;
    padding-top: 0;
    font-size: 10px;
    display: none;
  }
  #header .header_menu .g_nav > li dl {
    position: relative;
    top: 0;
    padding: 0;
    display: flex;
    font-size: 14px;
    width: 70%;
    left: 0;
/*     opacity: 1 !important;
    visibility: visible; */
margin-top: 15px;
  }
  #header .header_menu .g_nav > li dl dd {
    width: 100%;
    padding: 0;
  }
  #header .header_menu .g_nav > li dl dd a {
    text-align: left;
  }
  #header .header_menu .g_nav > li dl dd a:after {
    width: 100%;
    left: 0;
  }
  #header .header_menu .g_nav > li dl::before {
    display: none;
  }
  #header .header_menu .g_nav > li dl li:before {
    display: none;
  }
  #header .header_menu .g_nav > li dl li {
    padding-left: 0;
  }
  #header .header_menu .g_nav > li ul li {
    display: block;
    margin-right: 0;
    border-top: 1px solid #fff;
  }
  #header .header_menu .g_nav > li ul li a {
    position: relative;
    display: block;
    padding: 24px 20px 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: #1aaee4;
    color: #fff;
  }
  #header .header_menu .g_nav > li ul li a:hover {
    text-decoration: none;
    background: #1F5AA5;
    color: #fff;
  }
  #header .header_menu .g_nav > li.hover ul {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /*スマホ時サブメニューが消える現象を回避*/
  #header .header_menu .g_nav > li > span {
    position: relative;
  }
  #header .header_menu .g_nav > li.hover > span + dl, #header .header_menu .g_nav > li > span:hover + dl {
    pointer-events: auto;
    opacity: 1;
  }
  #header .header_menu .g_nav > li.sp {
    margin: 34px 20px 0;
    padding: 20px;
    line-height: 24px;
    text-align: left;
    background: #FDEDED;
  }
}

.inner__sp {
  display: none;
}

.inner__sp p {
  max-width: 514px;
  width: 49%;
  position: relative;
  margin: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.inner__sp p span {
  display: block;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

button.pp span.btn-close {
  display: block;
  background: url(../img/close_pp.png);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 56px;
  height: 49px;
}

.remodal {
  background: none;
}

.p-box {
  background: rgba(85, 72, 46, 0.8);
  padding: 50px 20px;
  color: #fff;
}

.pp__txt {
  width: 75%;
  margin: 0 auto 40px;
  text-align: left;
}

.p-box a {
  display: block;
  color: #55482E;
  background: #FFF;
  border-radius: 40px;
  text-align: center;
  box-sizing: border-box;
  padding: 9px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  position: relative;
  max-width: 450px;
  width: 80%;
  margin: 0 auto;
  transition: all .4s ease;
}

.p-box a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .inner__sp p {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 0 0 40px;
  }
  .p-box {
    padding: 70px 20px 50px;
  }
  button.pp span.btn-close {
    width: 38px;
    height: 34px;
  }
  .pp__txt {
    width: auto;
  }
  .p-box a {
    font-size: 18px;
    max-width: 450px;
    width: 95%;
    margin: 0 auto;
    letter-spacing: 0;
  }
}

.lead-box {
  background: url(../img/line_01.png) no-repeat bottom center, url(../img/sec1_bg.jpg) no-repeat top center;
  background-size: 100% auto, cover;
  padding: 135px 20px 215px;
  margin: -1px 0 -2px;
}

.post-box {
  max-width: 1080px;
  margin: 0 auto 0;
}

.about-box {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.about-box h3 {
  padding: 20px;
  text-align: center;
}

.about-box .f-span {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}

.about-box .f-span span {
  display: inline-block;
}

.btn-more {
  width: 260px;
  margin: 0 auto;
}

.btn-more a {
  display: flex;
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: #FFF;
  background-image: linear-gradient(#FFB9B1, #E59288);
}

.btn-more a::before {
  background: url(../img/btn_arr.png) no-repeat center/cover;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 7px;
  left: 5px;
  content: "";
}

.btn-more a:hover {
  opacity: 0.7;
}

.title-common {
  text-align: center;
}

.title-common i {
  font-style: normal !important;
  display: block;
  color: #8D5F4A;
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
}

.ttl-eng {
  font-size: 50px;
  color: #E59288;
  letter-spacing: 0;
  line-height: 67px;
}

.ttl-c {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #E59288;
  letter-spacing: 0.05em;
}

.p_txt {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: #8D5F4A;
}



@media screen and (max-width: 1023px) and (min-width: 768px) {
  .lead-box {
    background: url(../img/line_01.png) no-repeat bottom center, url(../img/sec1_bg.jpg) no-repeat center center;
    background-size: 100% auto, cover;
    padding: 80px 25px 151px;
    margin: -1px 0 -2px;
  }
  .post-box {
    margin: 0 auto 75px;
  }
  .ttl-c {
    font-size: 22px;
    line-height: 34px;
  }
  #fea-box .item1 {
    padding-left: 10px;
    margin-bottom: 80px;
  }
  #fea-box .item1 .photo {
    transform: translateY(-35px);
  }
  #fea-box .item2 {
    padding-right: 10px;
    box-sizing: border-box;
  }
  #fea-box .item2 .photo {
    transform: translateY(-35px);
  }
  #fea-box .item2 .text .p_txt {
    margin-bottom: 65px;
  }
  #fea-box {
    background: #FFFCFC;
    padding: 0 20px 35px;
  }
  #menu-box-sec {
    margin: 0;
  }
  #menu-box-sec h3 {
    font-size: 24px;
    top: 25px;
  }
.icon-add {
    width: 80px;
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
}
  #menu-box-sec .btn1 .list-btn {
    bottom: 23px;
  }
  #menu-box-sec .list .item .btn-more {
    bottom: 24px;
    width: 82%;
  }
  #menu-box-sec .item2 dl {
    margin: 0 15px 40px 0;
    width: 43%;
  }
  #menu-box-sec .item2 .photo {
    margin: 0 0 40px 15px;
    width: 43%;
  }
}

@media screen and (min-width: 768px) {
  .page-id-43 #header {
    position: absolute;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  .page-id-43.fixed-nav #header {
    position: fixed;
    top: -90px !important;
    transition: all 0s ease 0s;
  }
  .page-id-43.fixed-nav1 #header {
    top: 0 !important;
    transition: all 0.4s ease 0.2s;
  }
}

#menu-box-sec .item2 .photo img {
 border-radius: 70px;
}

@media screen and (max-width: 767px) {
#menu-box-sec .item2 .photo img {
border-radius: 50px;
}
  .lead-box {
    background: url(../img/line_01.png) no-repeat bottom center, url(../img/sec1_bg_sp.jpg) no-repeat top center;
    background-size: 100% auto, cover;
    padding: 95px 20px 95px;
    margin: -1px 0 -2px;
  }
  .post-box {
    margin: 0 auto 0;
  }
  .about-box h3 {
    padding: 28px 0 22px;
    text-align: center;
  }
  .about-box .f-span {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
  }
  .about-box .f-span span {
    display: inline-block;
  }
  .title-common {
    text-align: center;
  }
  .title-common i {
    font-style: normal !important;
    display: block;
    color: #8D5F4A;
    font-size: 16px;
    font-weight: bold;
    padding-top: 3px;
  }
  .btn-more {
    width: 200px;
    margin: 0 auto;
  }
  .btn-more a {
    display: flex;
    width: 100%;
    height: 46px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: #FFF;
    background-image: linear-gradient(#FFB9B1, #E59288);
  }
  .btn-more a::before {
    background: url(../img/btn_arr.png) no-repeat center/cover;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
  }
  .btn-more a:hover {
    opacity: 0.7;
  }
  .ttl-eng {
    font-size: 30px;
    color: #E59288;
    letter-spacing: 0.04;
    line-height: 40px;
  }
  .ttl-c {
    font-size: 20px;
    line-height: 30px;
  }
  .p_txt {
    font-size: 14px;
    line-height: 28px;
  }
  #fea-box {
    background: #FFFCFC;
    padding: 50px 20px 70px;
  }
  #fea-box .inner::before {
    background: url(../img/sp_deco1.png) no-repeat;
    width: 100%;
    height: 296px;
    background-size: 85% auto;
    content: "";
    position: absolute;
    top: 25px;
    left: 20px;
  }
  #fea-box .inner::after {
    background: url(../img/fea_deco2.png) no-repeat bottom right;
    width: 81px;
    height: 85px;
    background-size: 40% auto;
    content: "";
    position: absolute;
    bottom: 40px;
    right: 1px;
  }
  #fea-box .item1 {
    display: flex;
    justify-content: center;
    padding-left: 0;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  #fea-box .item1 .photo {
    order: 1;
    max-width: 100%;
    width: 100%;
    transform: translateY(0);
    margin: 35px 0 -30px;
  }
  #fea-box .item1 .text {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    order: 2;
  }
  #fea-box .item1 .text h3 {
    margin-bottom: 18px;
  }
  #fea-box .item2 {
    display: flex;
    justify-content: center;
    padding-right: 0;
    box-sizing: border-box;
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
  #fea-box .item2 .photo {
    max-width: 100%;
    width: 100%;
    transform: translateY(0);
  }
  #fea-box .item2 .text {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
  }
  #fea-box .item2 .text h3 {
    margin-bottom: 15px;
  }
  #fea-box .item2 .text .p_txt {
    margin-bottom: 35px;
  }
  #fea-box .item2 .text .btn-more {
    margin: 0 auto;
  }
  #menu-box-sec {
    position: relative;
    background: url(../img/water_deco1.png) no-repeat top center, url(../img/water_bg.jpg) no-repeat center;
    background-size: 105% auto, cover;
    padding: 104px 20px 55px;
    z-index: 2;
    margin-top: -60px;
  }
  #menu-box-sec::before {
    background: url(../img/line02.png) no-repeat top center;
    width: 100%;
    height: 228px;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  #menu-box-sec .inner {
    max-width: 1080px;
    margin: auto;
  }
  #menu-box-sec h3 {
    color: #8D5F4A;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.1em;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 22px;
        left: 0;
        height: 36px;
        line-height: 26px;
  }
  #menu-box-sec .btn1 {
    position: relative;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    margin: 35px 0 -62.5vw 0;
        width: 48.5%;
  }
  #menu-box-sec .btn1 .list-btn {
    position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 72%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
  }
.icon-add {
    width: 72px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}
  #menu-box-sec .btn1 .list-btn .btn-more {
    margin: 0 0px 5px;
        width: 100%;
  }
  #menu-box-sec .list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #menu-box-sec .list .item {
    max-width: 100%;
    width: 48.5%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 11px;
    position: relative;
  }

#menu-box-sec .list .item {
    max-width: 100%;
    width: 48.5%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 11px;
    position: relative;
  }
#menu-box-sec .list .item:first-child {
	margin-left: 51.5%;

}
  #menu-box-sec .list .item p {
    margin: 0;
  }
#menu-box-sec .btn-more a {
        display: flex;
        width: 100%;
        height: 26px;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        color: #FFF;
        background-image: linear-gradient(#FFB9B1, #E59288);
    }
#menu-box-sec .btn-more a::before {
        
        width: 20px;
        height: 20px;
        position: absolute;
        top: 3px;
        left: 3px;
        content: "";
    }
  #menu-box-sec .list .item .btn-more {
    position: absolute;
        bottom: 26px;
        left: 50%;
        transform: translateX(-50%);
        width: 72%;
  }
  #menu-box-sec .item2 {
    position: relative;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    padding-top: 90px;
    justify-content: center;
    width: 100%;
    margin: 70px 0% 0;
  }
  #menu-box-sec .item2 h3 {
    color: #8D5F4A;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0.1em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 42px;
    left: 0;
  }
  #menu-box-sec .item2 .photo {
    max-width: 100%;
    margin: 0 20px 28px 20px;
    order: 1;
  }
  #menu-box-sec .item2 dl {
    max-width: 100%;
    margin: 0 20px 30px;
    order: 1;
  }
  #menu-box-sec .item2 dl dt {
    margin-bottom: 18px;
  }
  #menu-box-sec .item2 .btn-link {
    width: 100%;
    order: 3;
  }
  #menu-box-sec .item2 .btn-link a {
    background-image: linear-gradient(#FFB9B1, #E59288);
    font-size: 20px;
    text-align: center;
    line-height: 70px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
  }
  #menu-box-sec .item2 .btn-link a:hover {
    opacity: 0.7;
  }
  .sec1-top .inner {
    flex-wrap: wrap;
  }
  .sec1-top .inner .left {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    line-height: 21px;
    position: relative;
    top: -10px;
    color: #8D5F4A;
  }
  .sec1-top .inner .left .list {
    padding-top: 15px;
    border-top: 1px dashed #8D5F4A;
    margin-top: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
  }
  .sec1-top .inner .left .list dl + dl {
    margin-top: 3px;
  }
  .sec1-top .inner .left .list dl dt {
    width: 94px;
  }
  .sec1-top .inner .left .list dl dd {
    width: calc(100% - 70px);
  }
  .box-table1 {
    font-size: 11px;
    line-height: 14px;
  }
  .box-table1 .txt {
    padding-top: 14px;
    font-size: 10px;
    line-height: 15px;
  }
  .sec1-top .inner .right {
    max-width: 100%;
    width: 100%;
  }
  .btn-map a {
    font-size: 10px;
  }
  .sec1-top .inner .right .gmap {
    width: 100%;
    height: 295px;
  }


.sec1-top .btn-more {
    margin: 20px auto 40px;
    width: 240px;

}
.sec1-top .btn-more a
{
        font-size: 16px;

    line-height: 50px;
}
.sec1-top .btn-more a:before {
  
    width: 37px;
  
    left: 7px;
}








}

.flow-add {
  display: flex;
  max-width: 1030px;
  margin: auto;

  justify-content: center;
  padding: 0;
}

.flow-add li {
  text-align: center;
  list-style: none;
  background: url(../img/fl_i01.png) no-repeat center right;
  background-size: cover;
  font-size: 16px;
  max-width: 310px;
  height: 148px;
  margin: 0 -45px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-right: 10px;
  color: #22201E;
  letter-spacing: 0.15em;
  width: 28%;
}

.flow-add li:nth-child(1) {
  z-index: 5;
  text-align: left;
  padding-left: 35px;
}

.flow-add li:nth-child(1) span {
  font-size: 20px;
}

.flow-add li:nth-child(2) {
  z-index: 4;
}

.flow-add li:nth-child(3) {
  z-index: 3;
}

.flow-add li:nth-child(4) {
  z-index: 2;
}

.flow-add-news li {
  list-style: none;
  font-size: 21px;
  box-sizing: border-box;
  color: #22201E;
  letter-spacing: 0.12em;
  font-weight: bold;
line-height: 25px;
padding: 13px 0 20px 90px;
    margin-bottom: 40px;
position: relative;
}

.flow-add-news li span i {
  color: #22201E;
  font-style: normal !important;
}

.flow-add-news li::before {
width: 2px;
    height: calc(100% + 40px);
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
background: #E59288;
}


.flow-add-news li.pointt::before {
display: none;
}


.flow-add-news li small {
  color: #E59288;
  font-style: normal !important;
font-size: 24px;
  letter-spacing: 0.12em;
  font-weight: bold;
background: url(../img/fl_i.png) no-repeat center right;
  background-size: cover;
position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
padding-bottom: 5px;
    padding-left: 3px;
    z-index: 1;
}

.flow-add-news.newflow li small{
	font-size: 2px;
	width: 20px;
	height: 20px;
	background: #E59288;
	border-radius: 20px;
	left: 20px;
}

.flow0627{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flow0627 div{
	width: 47%;
}

.flow0627 h3{
	color: #E59288;
	font-size: 24px;
}

.flow-add li span {
  font-size: 21px;
  line-height: 32px;
  display: block;
  margin-bottom: 20px;
}

.flow-add li span i {
  color: #FF2E6E;
  font-style: normal !important;
}

.flow-add.is {
  margin: 40px auto;
}

.flow-add.is li:nth-child(1) {
  background: url(../img/fl_i02.png) no-repeat center right;
  background-size: cover;
  padding-left: 0;
  text-align: center;
}
.flow-add.ext  {
  max-width: 100%
}


.flow-add.ext   li {
  background-size:  100% 100% !important  ;
      width: 33.5%;
      margin: 0 -49px; 
      max-width: 100%;
     height: 172px !important;
      display: flex;  
      justify-content: center;
      align-items: center;
    padding: 0px 0 !important;
   
}
.flow-add.ext   li span {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;text-align: center; 
    margin: 0 !important  ;   

}.flow-add.ext   li span  i  {
  color:  #000;
  font-size: 21px;  
  display: inline-block;  
  padding-bottom: 5px;  
}
.flow-add.ext   li:nth-child(1)
{
      width: 25%;
    justify-content: flex-start;
    padding-left: 30px !important ;
}


.flow-add.ext.is li {
  width: 30%; 

}  
.flow-add.ext.is li:nth-child(1) {

  width: 18%; 
  padding-left: 70px !important ;
}
@media screen and (max-width: 1239px) and (min-width: 768px) {
  .flow-add {
    display: flex;
    max-width: 752px;
    margin: auto;   
    justify-content: center;
    padding: 0;
  }
  .flow-add li {
    text-align: center;
    list-style: none;
    background: url(../img/fl_i01.png) no-repeat center right;
    background-size: cover;
    font-size: 11px;
    max-width: 310px;
    height: 110px;
    margin: 0 -45px;
    box-sizing: border-box;
    padding-top: 14px;
    color: #22201E;
    letter-spacing: 0.025em;
    width: 30%;
    padding-left: 28px;
  }
  .flow-add li:nth-child(1) {
    z-index: 5;
    text-align: left;
    padding-left: 30px;
  }
  .flow-add li:nth-child(1) span {
    font-size: 14px;
  }
  .flow-add li:nth-child(2) {
    z-index: 4;
  }
  .flow-add li:nth-child(3) {
    z-index: 3;
  }
  .flow-add li:nth-child(4) {
    z-index: 2;
  }
  .flow-add li span {
    font-size: 15px;
    line-height: 24px;
    display: block;
    margin-bottom: 6px;
  }
  .flow-add li span i {
    color: #FF2E6E;
    font-style: normal !important;
  }
}

@media screen and (max-width: 999px) {
  .flow-add.ext li:nth-child(1) {
    width: 23%; 
  }
    .flow-add.ext li {
      width: 37.5%; 
      
    }
       .flow-add.ext li:last-child()  span {
        padding-left: 20px; 

       }
      .flow-add.ext li  span {
            font-size: 12px;
    line-height: 22px;
      }
.flow-add.ext.is li {
  width: 33%; 

}  

}
@media screen and (max-width: 374px) {
.icon-add {
        width: 40px;
}
}

@media screen and (max-width: 767px) {
  .flow-add {
    display: flex;
    width: 1180px;
max-width: 1180px;
    margin: auto;   
    justify-content: center;
    padding: 0;
  }
.flow-add li br {
   
    display: block !important;
}
}

.time-add {
position: absolute;
    top: 35px;
    left: 0;
    font-size: 13px;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
.time-add {
    font-size: 10px;
}
  .flow-add-news li {
    list-style: none;
    font-size: 16px;
    box-sizing: border-box;
    color: #22201E;
    letter-spacing: 0.12em;
    font-weight: bold;
    line-height: 25px;
    padding: 13px 0 20px 70px;
    margin-bottom: 40px;
    position: relative;
}

.sp-scroll {
position: relative;
    overflow-x: scroll;
}
  /*.flow-add {
    max-width: 1030px;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 9;
    position: relative;
  }
  .flow-add li {
    text-align: center;
    list-style: none;
    background: url(../img/sp_flow.png) no-repeat center top !important ;
    background-size: cover !important ;
    font-size: 16px;
    max-width: 360px !important ;
    height: auto;
    min-height: 266px !important  ;
    margin: -55px 0 !important  ;
    box-sizing: border-box;
    padding-top: 130px !important ;
    padding-right: 0;
    letter-spacing: 0.15em;
    width: 100% !important  ;

  }
  .flow-add li:nth-child(1) {
    z-index: 5;
    text-align: center;
    padding-left: 0;
    padding-top: 100px !important ;
  }
  .flow-add li:nth-child(1) span {
    font-size: 20px;
  }
  .flow-add li:nth-child(2) {
    z-index: 4;
  }
  .flow-add li:nth-child(3) {
    z-index: 3;
  }
  .flow-add li:nth-child(4) {
    z-index: 2;
  }
  .flow-add li span {
    font-size: 21px !important  ;
    line-height: 32px !important  ;
    display: block;
    margin-bottom: 16px;
  }
  .flow-add li span i {
    color: #FF2E6E;
    font-style: normal !important;
  }
  .flow-add.is {
    position: relative;
    z-index: 1;
    margin: 0 0 90px;
  }.flow-add.ext  li {
        padding: 49px 0 0 !important;
        margin: -45px 0 !important;
  }

  .flow-add.ext  li  span {
    font-size: 16px !important  ;  
  }
  .flow-add.is li:nth-child(1) {
    background: url(../img/sp_flow.png) no-repeat center top;
    background-size: cover;
    padding-left: 0;
    text-align: center;
    padding-top: 130px;
  }*/

.flow-add.ext li:nth-child(1) {
  margin-top: 0 !important  ; 
  justify-content: center;; 
  padding-left: 0 !important  ; 
}

.flow-add.ext.is li:nth-child(1) {
  padding-left: 0 !important  ;  
}
.flow-add.ext.is.flow2 li:last-child() {


}
.flow-add.ext.flow1 li.pointt
{
  min-height:   344px !important;
}
.flow-add.ext.flow1 {
  margin-bottom: -50px; 
}

.flow-add.ext.flow2 {
  margin-bottom: -50px; 
  z-index: 3; 
}
	
	.flow0627 div{
		width: 100%;
	}


}


@media screen and (min-width: 768px) {
.clinic-box .box-common.box1::after {
border-radius: 0 80px 80px 0;
}
	#header .header_menu .g_nav {
		    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 0 !important;
	}
.clinic-box .box-common.box2::after {
border-radius: 80px 0 0 80px;
}
	.icon4{
		margin-right:45px;
	}
.clinic-box .box-common.box3::after {
border-radius: 0 80px 80px 0;}
/*.clinic-box::after {
height: 741px;
    z-index: -1;
    background: #FFF;
    width: 40%;
    position: absolute;
    bottom: 100px;
    left: 0;
    content: "";
border-radius: 80px 0 0 80px;
}*/
}
@media screen and (max-width: 1319px) and (min-width: 901px) {
    .icon5 {
        width: 200px;
    }
	.icon4 {
        margin-right: 30px;
    }
}
@media screen and (max-width: 901px) and (min-width: 768px) {
    .icon5 {
        width:178px;
    }
	.icon4 {
        margin-right: 25px;
    }
}
