.wrap {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .wrap {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap {
    padding-top: 50px;
  }
}


dl.top_news{
	background-color:#fff;
    padding: 0;
    border-radius: 0;
	margin: 30px auto;
    width: 100%;
    max-width: 700px;
}



dl.top_news dt{
	font-size:16px;
	color:#121212;
	margin-bottom:10px;
}


dt.btn_news {
        cursor: pointer;
		-webkit-border-radius:5px;  
		-moz-border-radius:5px;
		border-radius:5px;
		background-color:#BCD9FB;
    text-align: left;
		color:#FFF;
		padding:10px 10px 10px 40px;
		margin-bottom:10px;
		background-image:url(../img/common/qa_allow.png);
		background-repeat:no-repeat;
		background-position:left center;
}

dt.btn_news:hover {
	background-color:#BCD9FB;

}

dd.cont_news {
    display: none;
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 20px;
    background-color: #E5EFFB;
}


a.btn_01 {
    display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 260px;
    font-size: 18px;
	margin: 0 auto 30px;
	padding: 1rem 2rem;
	font-weight: bold;
	border-radius: 100vh;
	border-bottom: 7px solid #bcd9fb;
	background: #27acd9;
	color: #fff;
}





.texture {
  background-color: aliceblue;
}

.en {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.btn a {
  display: inline-block;
  text-align: center;
  background: #d486a9;
  color: #fff;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  transition: 400ms;
  border: 2px solid #d486a9;
  min-width: 260px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  border-radius: 4px;
  font-size: 1.5rem;
  padding: 13px 33px 12px;
  font-weight: 600;
  text-decoration: none;
}

.popup a{
    min-width: 49%;
}


.btn a.saishin {
    background: #3579ba;
    border: 2px solid #3579ba;
}

@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 1.4rem;
  }
}

.btn a:hover {
  background: #fff;
  color: #d486a9;
}

.btn a.saishin:hover {
  color: #3579ba;
}

.btn a:hover::after {
  -webkit-animation: btnHover 600ms forwards;
          animation: btnHover 600ms forwards;
}

.btn.full a {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .btn.high a {
    padding: 33px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .btn.high a {
    padding: 4.6vmin 0 !important;
  }
}

.btn.arw a {
  position: relative;
  overflow: hidden;
}

.btn.arw a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/arrow_right_wh.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.btn.mail a::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 17px;
  background-image: url(../img/common/icon_mail.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  vertical-align: -2px;
  margin-right: 1em;
}

.btn.mail a:hover::before {
  -webkit-animation: mailHover 600ms forwards;
          animation: mailHover 600ms forwards;
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(-200%, -50%);
            transform: translate(-200%, -50%);
    opacity: 0;
    background-image: url(../img/common/arrow_right_pk.png);
  }
  100% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 1;
    background-image: url(../img/common/arrow_right_pk.png);
  }
}

@keyframes btnHover {
  0% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(-200%, -50%);
            transform: translate(-200%, -50%);
    opacity: 0;
    background-image: url(../img/common/arrow_right_pk.png);
  }
  100% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 1;
    background-image: url(../img/common/arrow_right_pk.png);
  }
}

@-webkit-keyframes mailHover {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    background-image: url(../img/common/icon_mail_pk.png);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    background-image: url(../img/common/icon_mail_pk.png);
  }
}

@keyframes mailHover {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    background-image: url(../img/common/icon_mail_pk.png);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    background-image: url(../img/common/icon_mail_pk.png);
  }
}

.hide-more a {
  color: #3579ba;
  padding-bottom: 3px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .hide-more a:hover::after {
    width: 0%;
  }
}

.headline__title {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.headline__title::before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  background-color: #F0F3F6;
  border-radius: 50vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 27px;
}

@media only screen and (max-width: 767px) {
  .headline__title::before {
    width: 50px;
    height: 50px;
    background-size: auto 30px;
    margin-right: 1em;
  }
}

.headline__title .jp {
  font-size: 3.0rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .headline__title .jp {
    font-size: 2.0rem;
  }
}

.headline__title .en {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .headline__title .en {
    font-size: 1.2rem;
  }
}

.headline__title-sub {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
}


#page--sub h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0.5em;
    border-bottom: 3px dotted #5E9BE4;
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #page--sub h2 {
    font-size: 2.0rem;
  }
}

/*#page--sub h2::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 22px;
  background-image: url(../img/common/icon_heart.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  align-self: center;
  margin-right: 15px;
}*/

@media only screen and (max-width: 767px) {
  #page--sub h2::before {
    margin-right: 8px;
  }
}

#page--sub section.section-access h2.jp {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
}

#page--sub section.section-access h2.jp::before {
  width: 0;
  height: 0;
  background-image: none;
  margin-right: 0;
}


#page--sub p + h2 {
  margin-top: 1.5em;
}

#page--sub p + h2.jp {
  margin-top: 0.5em;
}

.headline__title p.en{
    margin-bottom: 0;
}

#page--sub h3{
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0.7em;
}

#page--sub h4 {
    padding: 4px 0 4px 30px;
    margin-top: 30px;
    margin-bottom: 0.5em;
    border-bottom: solid 2px #4682B4;
    background-image: url(../img/common/h4_img01.png);
    background-repeat: no-repeat;
    font-size: 1.2em;
    font-weight: bold;
    background-position: 5px 50%;
}

#page--sub h5 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0.5em;
}

#page--sub h5:before {
    content: "◆";
    font-size: 1.0em;
    margin-right: 4px;
}

.plus-headling {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}

.tCenter{
    text-align: center;
}

.tRed{
    color:red;
}


.plus-headling .icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
}

@media only screen and (max-width: 767px) {
  .plus-headling .icon {
    width: 10px;
    height: 10px;
  }
}

.plus-headling .icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #ea68a2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .plus-headling .icon::before {
    height: 2px;
  }
}

.plus-headling .icon::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #ea68a2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .plus-headling .icon::after {
    width: 2px;
  }
}

.plus-headling .ttl {
  flex: 1;
}

.section-hero--sub .inner {
  position: relative;
}

#page--sub .section-sub ul{
	margin-left:25px;
	margin-bottom:1.5em;
}

#page--top ul.li01 li,
#page--sub ul.li01 li {
    background-image: url("../img/common/li01.png");
    background-repeat: no-repeat;
    background-position: 0px 11px;
    padding-left: 17px;
}

#page--sub .section-sub ul.li02 li{
	float:left;
	width:180px;
	background-image:url("../img/common/li01.png");
	background-repeat:no-repeat;
	background-position:0px 11px;
	padding-left:17px;
}

#page--sub .section-sub ul.li02:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1;
	font-size:0.1em;
	line-height:0;
	clear:both;
}




.section-hero--sub .mv img {
  object-fit: cover;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media only screen and (min-width: 768px) {
  .section-hero--sub .mv img {
    min-height: 330px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero--sub .mv img {
    min-height: 170px;
  }
}

.section-hero--sub .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #444444;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
}

.section-hero--sub .txt .page__title h1 {
  display: inline-block;
  font-size: 4rem;
  line-height: 1.4;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .section-hero--sub .txt .page__title h1 {
    font-size: 2.4rem;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.section-hero--sub .txt .page__title .jp {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .section-hero--sub .txt .page__title .jp {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero--sub .txt .img img {
    width: auto;
    height: 35px;
  }
}

.section-hero--sub svg {
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  width: 102%;
}

#page--top .section-hero .section-content {
  position: relative;
  padding-bottom: 100px;
	margin: 0 auto;
	max-width: 1200px;
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .section-content {
    padding-bottom: 75px;
  }
}


#page--sub .section-content {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1150px;
}


@media only screen and (max-width: 767px) {
  #page--sub .section-content {
    padding: 0;
  }
}

#page--top .section-hero .heart {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#page--top .section-hero .heart span {
  position: absolute;
  z-index: 99;
  opacity: 0.6;
}

#page--top .section-hero .heart span img {
  width: 100%;
}

#page--top .section-hero .heart span:nth-of-type(1) {
  width: 9.6%;
  opacity: 0.37;
  top: 13%;
  left: 11%;
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .heart span:nth-of-type(1) {
    width: 19.2%;
  }
}

#page--top .section-hero .heart span:nth-of-type(2) {
  width: 3.8%;
  opacity: 0.6;
  bottom: 35%;
  left: 11.5%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page--top .section-hero .heart span:nth-of-type(2) {
    bottom: 42%;
    left: 6%;
  }
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .heart span:nth-of-type(2) {
    width: 7.6%;
    left: 0.5%;
  }
}

#page--top .section-hero .heart span:nth-of-type(3) {
  width: 3.8%;
  opacity: 0.33;
  top: 27%;
  left: 48%;
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .heart span:nth-of-type(3) {
    width: 7.6%;
    top: 10%;
  }
}

#page--top .section-hero .heart span:nth-of-type(4) {
  width: 2.4%;
  opacity: 0.6;
  top: 36%;
  left: 52%;
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .heart span:nth-of-type(4) {
    width: 4.8%;
    top: 24%;
  }
}

#page--top .section-hero .heart span:nth-of-type(5) {
  width: 4%;
  opacity: 0.6;
  top: 4%;
  right: 35%;
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .heart span:nth-of-type(5) {
    width: 8%;
    right: 13%;
  }
}

#page--top .section-hero .heart span:nth-of-type(6) {
    width: 10%;
    opacity: 0.37;
    bottom: 19%;
    left: 72%;
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .heart span:nth-of-type(6) {
    width: 15%;
    bottom: 19%;
    left: 79%;
  }
}


#page--top .section-hero .scroll {
  position: absolute;
  margin-bottom: 20px;
  bottom: 46px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .scroll {
    bottom: 40px;
  }
}

#page--top .section-hero .scroll a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1rem;
  color: #3579ba;
  padding-bottom: 50px;
  position: relative;
  font-weight: 700;
}

#page--top .section-hero .scroll a::after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  border: 1px solid #3579ba;
  border-radius: 50vw;
  background-image: url(../img/common/arrow_bottom_bl.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 7px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-animation: arrow 4000ms infinite;
          animation: arrow 4000ms infinite;
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .scroll a::after {
    width: 40px;
    height: 40px;
  }
}

#page--top .section-hero .content {
  position: relative;
}

#page--top .section-hero .content img {
  width: 100%;
}



#page--top .section-hero svg {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 9;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .swiper-slide img {
    min-height: 60vh;
    object-fit: cover;
  }
}

#page--top .section-hero .swiper-slide .txt {
  position: absolute;
  bottom: 30%;
  left: 3%;
  font-weight: bold;
	padding: 30px 30px 15px 30px;
	background-color: rgba(255,255,255,0.7);
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .swiper-slide .txt {
    left: 0%;
    padding: 5% 2% 5% 5%;
	background-color: rgba(255,255,255,0.7);
  }
}

#page--top .section-hero .swiper-slide .txt .title {
  letter-spacing: 0.27em;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  #page--top .section-hero .swiper-slide .txt .title {
    font-size: 34px;
	  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .swiper-slide .txt .title {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
}

#page--top .section-hero .swiper-slide .txt .title span {
  display: block;
}

#page--top .section-hero .swiper-slide .txt .title .wipeIn {
  overflow: hidden;
}

#page--top .section-hero .swiper-slide .txt .title .wipeIn span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: 600ms -webkit-transform 1000ms;
  transition: 600ms transform 1000ms;
  transition: 600ms transform 1000ms, 600ms -webkit-transform 1000ms;
    text-shadow: 1px 1px #fff;
}

#page--top .section-hero .swiper-slide .txt .lead {
  font-size: 2.2rem;
  letter-spacing: 0.3em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  #page--top .section-hero .swiper-slide .txt .lead {
    font-size: 16px;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (max-width: 767px) {
  #page--top .section-hero .swiper-slide .txt .lead {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}

#page--top .section-hero .swiper-slide .txt .lead span {
  display: inline-block;
}

#page--top .section-hero .swiper-slide .txt .lead .wipeIn {
  overflow: hidden;
}

#page--top .section-hero .swiper-slide .txt .lead .wipeIn span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: 600ms -webkit-transform 1000ms;
  transition: 600ms transform 1000ms;
  transition: 600ms transform 1000ms, 600ms -webkit-transform 1000ms;
}

#page--top .section-hero .swiper-slide-active .txt .title .wipeIn span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-delay: 800ms;
}

#page--top .section-hero .swiper-slide-active .txt .lead .wipeIn span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-delay: 1400ms;
}

@-webkit-keyframes arrow {
  0% {
    background-position: 50% -150%;
  }
  10% {
    background-position: 50% 50%;
  }
  85% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 50% 300%;
  }
}

@keyframes arrow {
  0% {
    background-position: 50% -150%;
  }
  10% {
    background-position: 50% 50%;
  }
  85% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 50% 300%;
  }
}


@media only screen and (min-width: 768px) {
  #page--top .section-news {
    padding-top: 6vw;
    padding-bottom: 60px;
    margin: 0 auto 30px;
    padding: 0 40px;
    max-width: 1150px;
    }
}

@media only screen and (max-width: 767px) {
  #page--top .section-news {
    padding: 0px 15px 40px;
  }
}

#page--top .section-news .headline__title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #page--top .section-news .headline__title {
    margin-bottom: 20px;
  }
}

#page--top .section-news .headline__title::before {
  background-image: url(../img/common/h_icon_news.png);
}

#page--top .section-news .news-list {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #page--top .section-news .news-list {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #page--top .section-news .news-list__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

#page--top .section-news .news-list__item .img {
  min-height: 180px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}


#page--top .section-about {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto 30px;
  padding: 0 40px;
  max-width: 1150px;
}

@media only screen and (max-width: 767px) {
  #page--top .section-about {
    padding: 60px 15px 40px;
  }
}

#page--top .section-about .headline__title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #page--top .section-about .headline__title {
    margin-bottom: 20px;
  }
}

#page--top .section-about .headline__title::before {
  background-image: url(../img/common/h_icon_about.png);
}

#page--top .section-about .about-list__item {
  counter-increment: o-list;
}

@media only screen and (max-width: 767px) {
  #page--top .section-about .about-list__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

#page--top .section-about .about-list__item .img {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #page--top .section-about .about-list__item .img {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #page--top .section-about .about-list__item .img img {
    width: 100%;
  }
}

#page--top .section-about .about-list__item .txt .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;
}

#page--top .section-about .about-list__item .txt .title::before {
  content: "POINT " counter(o-list);
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #3579ba;
  font-size: 1.6rem;
  font-weight: 600;
}

#page--sub .section-sub {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-sub {
    padding: 60px 15px 40px;
  }
}

#page--sub .section-sub .headline__title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-sub .headline__title {
    margin-bottom: 20px;
  }
}

#page--sub .section-sub .headline__title::before {
  background-image: url(../img/common/h_icon_about.png);
}

#page--top .section-message {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0 auto 30px;
  padding: 0 40px;
  max-width: 1150px;
}

@media only screen and (max-width: 767px) {
  #page--top .section-message {
    padding: 60px 15px 40px;
  }
}

#page--top .section-message::before {
  content: "";
  display: block;
  width: 200%;
  padding-top: 150%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 100vw;
  -webkit-transform: translate(-50%, -99%);
          transform: translate(-50%, -99%);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  #page--top .section-message::before {
    -webkit-transform: translate(-50%, -135%);
            transform: translate(-50%, -135%);
  }
}

#page--top .section-message .section-content{
    padding: 20px 5px 70px;
}

@media only screen and (max-width: 767px) {
    #page--top .section-message .section-content{
        padding: 20px 5px;
    }
}


#page--top .section-message .headline__title {
  margin-bottom: 15px;
}

#page--top .section-message .headline__title::before {
  background-image: url(../img/common/h_icon_message.png);
}

#page--top .section-message .inner {
  position: relative;
}

#page--top .section-message .heart {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #page--top .section-message .heart {
    display: none;
  }
}

#page--top .section-message .heart span {
  display: inline-block;
  position: absolute;
}

#page--top .section-message .heart span:nth-of-type(1) {
  width: 46px;
  top: 3%;
  left: 1%;
  opacity: 0.41;
}

#page--top .section-message .heart span:nth-of-type(2) {
  width: 110px;
  top: 4%;
  left: 10%;
  opacity: 0.37;
}

#page--top .section-message .heart span:nth-of-type(3) {
  width: 75px;
  top: 0%;
  left: 25%;
  opacity: 0.46;
}

#page--top .section-message .heart span:nth-of-type(4) {
  width: 46px;
  top: -2%;
  left: 35%;
  opacity: 0.4;
}

#page--top .section-message .heart span:nth-of-type(5) {
  width: 110px;
  bottom: -5%;
  right: 3%;
  opacity: 0.37;
}

#page--top .section-message .heart span:nth-of-type(6) {
  width: 66px;
  bottom: 23%;
  right: -4%;
  opacity: 0.46;
}

#page--top .section-message .picture {
  position: relative;
}

@media only screen and (min-width: 768px) {
  #page--top .section-message .picture {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  #page--top .section-message .picture .img {
    display: inline-block;
    max-width: 67.3%;
  }
}

#page--top .section-message .picture .img img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #page--top .section-message .message-list {
    width: 50%;
    margin-left: auto;
    text-align: left;
    margin-top: 30px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #page--top .section-message .message-list {
    font-size: 1.3rem;
    margin: 20px 0;
  }
}

#page--top .section-message .message-list__item {
  position: relative;
  padding-left: 0.8em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page--top .section-message .message-list__item {
    font-size: 1.4rem;
  }
}

#page--top .section-message .message-list__item::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #3579ba;
  border-radius: 50vw;
  position: absolute;
  top: 0.8em;
  left: 0;
}

#page--top .section-message .txt-box {
  background: #fff;
  padding: 25px 38px 25px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  #page--top .section-message .txt-box {
    position: absolute;
    top: 136px;
    left: 0;
    width: 50%;
    max-width: 518px;
    box-shadow: 1px 1px 0 0 rgba(32, 32, 32, 0.25);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page--top .section-message .txt-box {
    padding: 2%;
  }
}

@media only screen and (max-width: 767px) {
  #page--top .section-message .txt-box {
    padding: 8% 6% 9%;
  }
}

#page--top .section-message .txt-box .title {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page--top .section-message .txt-box .title {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  #page--top .section-message .txt-box .title {
    font-size: 1.4rem;
  }
}

#page--top .section-message .txt-box .title .position {
  font-weight: bold;
}

#page--top .section-message .txt-box .title .name {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page--top .section-message .txt-box .title .name {
    margin: 0 0.5em;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  #page--top .section-message .txt-box .title .name {
    margin: 0 0.5em;
    font-size: 1.8rem;
  }
}

#page--top .section-message .txt-box .title .ruby {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

#page--top .section-message .txt-box p {
  line-height: 1.9;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page--top .section-message .txt-box p {
    font-size: 1.3rem;
  }
}

#page--top .section-medical {
  padding-top: 60px;
  padding-bottom: 35px;
  margin: 0 auto 30px;
  padding: 0 40px;
  max-width: 1150px;
}

@media only screen and (max-width: 767px) {
  #page--top .section-medical {
    padding: 0px 15px 0px;
  }
}

#page--top .section-medical .headline__title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #page--top .section-medical .headline__title {
    margin-bottom: 20px;
  }
}

#page--top .section-medical .headline__title::before {
  background-image: url(../img/common/h_icon_medical.png);
}

#page--top .section-medical .inner {
  padding: 40px 60px;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  #page--top .section-medical .inner {
    padding: 8%;
    border-radius: 10px;
  }
}

#page--top .section-medical .medical-list__item {
  position: relative;
}

/*
#page--top .section-medical .medical-list__item::before {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background: #acbdca;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

#page--top .section-medical .medical-list__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 26px;
  background: #acbdca;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
*/

@media only screen and (max-width: 767px) {
  #page--top .section-medical .medical-list__item {
    padding: 3%;
  }
}

#page--top .section-medical .medical-list__item .item__inr .img {
  text-align: center;
  margin-bottom: 10px;
}

#page--top .section-medical .medical-list__item .item__inr .img img {
  display: inline-block;
  max-width: 36px;
}

#page--top .section-medical .medical-list__item .item__inr .item__txt .title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #page--top .section-medical .medical-list__item .item__inr .item__txt .title {
    font-size: 1.6rem;
  }
}

#page--top .section-medical .medical-list__item .item__inr .item__txt .txt {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page--top .section-medical .medical-list__item .item__inr .item__txt .txt {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #page--top .section-medical .medical-list__item .item__inr .item__txt .txt::after {
    content: "";
    display: block;
    background: #acbdca;
    position: absolute;
    width: 1px;
    height: 77px;
    top: 0;
    right: -25px;
  }
}

#page--top .section-medical .medical-list__item .item__inr .item__txt .txt p {
  margin-bottom: 10px;
}



@media only screen and (max-width: 767px) {
  #page--top .section-medical .medical-list__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  #page--top .section-medical .medical-list__item:nth-of-type(4n) .item__txt .txt::after {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #page--top .section-medical .medical-list__item:nth-of-type(4n)::before, #page--top .section-medical .medical-list__item:nth-of-type(4n)::after, #page--top .section-medical .medical-list__item:not(:nth-of-type(-n+4))::before, #page--top .section-medical .medical-list__item:not(:nth-of-type(-n+4))::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page--top .section-medical .medical-list__item:nth-of-type(3n) .item__txt .txt::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page--top .section-medical .medical-list__item:nth-of-type(3n)::before, #page--top .section-medical .medical-list__item:nth-of-type(3n)::after, #page--top .section-medical .medical-list__item:nth-last-of-type(-n+3)::before, #page--top .section-medical .medical-list__item:nth-last-of-type(-n+3)::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #page--top .section-medical .medical-list__item:last-of-type::before, #page--top .section-medical .medical-list__item:last-of-type::after {
    display: none;
  }
}

body .section-access {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  body .section-access {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

body .section-access::before {
  content: "";
  display: block;
  width: 200%;
  padding-top: 150%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 100vw;
  -webkit-transform: translate(-50%, -97%);
          transform: translate(-50%, -97%);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  body .section-access::before {
    -webkit-transform: translate(-50%, -125%);
            transform: translate(-50%, -125%);
  }
}

body .section-access .headline__title {
  margin: 0 auto 40px;
  padding: 0 20px;
  max-width: 1150px;
}

@media only screen and (max-width: 767px) {
  body .section-access .headline__title {
    margin-bottom: 20px;
  }
}

body .section-access .headline__title::before {
  background-image: url(../img/common/h_icon_access.png);
}

body .section-access .map {
  position: relative;
  padding-top: 34.7%;
  margin-bottom: 34px;
  margin: 0 auto 40px;
  max-width: 1150px;
}

@media only screen and (max-width: 767px) {
  body .section-access .map {
    padding-top: 75%;
    margin-bottom: 20px;
  }
}

body .section-access .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body .section-access .access-list__item {
  background: #fff;
  border-radius: 4px;
  padding: 25px 27px 35px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  body .section-access .access-list__item {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body .section-access .access-list__item {
    padding: 5%;
  }
}

body .section-access .access-list__item::before {
  content: "";
  display: block;
  width: 40px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  body .section-access .access-list__item::before {
    width: 30px;
    height: 45px;
    background-size: 30px;
  margin-top: 30px;
  }
}

body .section-access .access-list__item.train::before {
  background-image: url(../img/common/access_01.png);
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  body .section-access .access-list__item.train {
    margin-bottom: 20px;
  margin-top: 30px;
  }
    body .section-access .access-list__item.train::before {
      margin-top: 15px;
    }
    
    #page--sub h3{
        margin-top: 15px;
    }
    
}

body .section-access .access-list__item.car::before {
  background-image: url(../img/common/access_02.png);
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  body .section-access .access-list__item.car::before {
      margin-top: 15px;
  }
}

#page--top .section-news .news-list__item .item__txt .meta time,
#page--sub .section-news .news-list__item .item__txt .meta time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #3579ba;
  font-size: 1.6rem;
  font-weight: 700;
}

#page--top .section-news .news-list__item .item__txt .title,
#page--sub .section-news .news-list__item .item__txt .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  border: none;
  border-radius: 0px;
  padding: 0px;
  margin-top: 00px;
}



body .section-access .access-list__item .txt {
  flex: 1;
  padding-left: 15px;
}

body .section-access .access-list__item .txt .title {
  font-size: 1.9rem;
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  body .section-access .access-list__item .txt .title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

body .section-access .access-list__item .txt p {
  letter-spacing: 0.1em;
}

#page--sub .section-about {
  padding-top: 60px;
  padding-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-about {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#page--sub .section-about .headline__title-sub {
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-about .headline__title-sub {
    margin-bottom: 20px;
  }
}

#page--sub .section-about .about-list__item:not(:last-of-type) {
  margin-bottom: 91px;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-about .about-list__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  #page--sub .section-about .about-list__item:nth-of-type(odd) .txt {
    padding: 30px 0 30px 7.5%;
  }
}

@media only screen and (min-width: 768px) {
  #page--sub .section-about .about-list__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 768px) {
  #page--sub .section-about .about-list__item:nth-of-type(even) .txt {
    padding: 30px 7.5% 30px 0;
  }
}

#page--sub .section-about .about-list__item .img {
  overflow: hidden;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-about .about-list__item .img {
    border-radius: 2px;
    margin-bottom: 15px;
  }
}

#page--sub .section-about .about-list__item .img img {
  width: 100%;
}

#page--sub .section-about .about-list__item .txt .plus-headling {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-about .about-list__item .txt .plus-headling {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

#page--sub .section-about .about-list__item .txt .title {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-about .about-list__item .txt .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

#page--sub .section-facility {
  padding-top: 75px;
  padding-bottom: 100px;
  border-bottom: 1px solid #d1dae0;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-facility {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

#page--sub .section-facility .headline__title-sub {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-facility .headline__title-sub {
    margin-bottom: 10px;
  }
}

#page--sub .section-facility .swiper-slide .img img {
  width: 100%;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-facility .swiper-slide .img img {
    border-radius: 3px;
  }
}

#page--sub .section-facility .swiper-slide .txt {
  padding: 40px 35px;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-facility .swiper-slide .txt {
    padding: 20px 15px;
  }
}

#page--sub .section-facility .swiper-slide .txt .plus-headling {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #page--sub .section-facility .swiper-slide .txt .plus-headling {
    font-size: 1.6rem;
  }
}

#page--sub .section-facility .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #3579ba;
  top: 50%;
  left: 5%;
  right: auto;
  background-image: url(../img/common/arrow_left_wh.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media only screen and (min-width: 768px) {
  #page--sub .section-facility .swiper-button-prev {
    transition: 200ms opacity;
  }
  #page--sub .section-facility .swiper-button-prev:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  #page--sub .section-facility .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: 12px;
    left: 1%;
    top: 50%;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}

#page--sub .section-facility .swiper-button-prev::after {
  display: none;
}

#page--sub .section-facility .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #3579ba;
  top: 50%;
  left: auto;
  right: 5%;
  background-image: url(../img/common/arrow_right_wh.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media only screen and (min-width: 768px) {
  #page--sub .section-facility .swiper-button-next {
    transition: 200ms opacity;
  }
  #page--sub .section-facility .swiper-button-next:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  #page--sub .section-facility .swiper-button-next {
    width: 35px;
    height: 35px;
    background-size: 12px;
    right: 1%;
    top: 50%;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}

#page--sub .section-facility .swiper-button-next::after {
  display: none;
}

#page--sub .section-facility .swiper-pagination {
  position: static;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

#page--sub .section-facility .swiper-pagination-bullet {
  border-radius: 0;
  width: 5px;
  height: 5px;
  background: #acb7c1;
  margin: 0 10px;
}

#page--sub .section-facility .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  position: relative;
  background: #fff;
  background: transparent;
}

#page--sub .section-facility .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #ea68a2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  #page--sub .section-facility .swiper-pagination-bullet-active::before {
    width: 2px;
  }
}

#page--sub .section-facility .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ea68a2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  #page--sub .section-facility .swiper-pagination-bullet-active::after {
    height: 2px;
  }
}



@media only screen and (min-width: 768px)  {
	body#page--sub table#time{
		width:650px;
		border-collapse:collapse;
		border-top:1px solid #865733;
		border-left:1px solid #865733;
		margin: 30px auto;
	}

	body#page--sub table#time th{
		vertical-align:top;
		padding:10px 3px;
		background-color:#865733;
		border-right:1px solid #865733;
		border-bottom:1px solid #865733;
		text-align:center;
		color:#fff;
		font-size:18px;
		font-weight:normal;
	}

	body#page--sub table#time th.lth{
		width:200px;
	}

	body#page--sub table#time td{
		vertical-align:top;
		padding:10px 3px;
		border-right:1px solid #865733;
		border-bottom:1px solid #865733;
		text-align:center;
		font-size:18px;
	}

	body#page--sub table#time02{
		width:650px;
		border-collapse:collapse;
		border-top:1px solid #865733;
		border-left:1px solid #865733;
		margin: 30px auto;
	}

	body#page--sub table#time02 th{
		vertical-align:top;
		padding:5px;
		background-color:#865733;
		border-right:1px solid #865733;
		border-bottom:1px solid #865733;
		text-align:center;
		color:#fff;
		font-size:14px;
		font-weight:normal;
	}

	body#page--sub table#time02 th.lth{
		width:100px;
	}

	body#page--sub table#time02 td{
		vertical-align:top;
		padding:5px 0px;
		border-right:1px solid #865733;
		border-bottom:1px solid #865733;
		text-align:center;
		font-size:14px;
		height: 50px;
		width:70px;
		vertical-align: middle;
	}
}

@media only screen and (max-width: 767px) {
	table#time{
		text-align:center;
		margin:0% 2% 1% 2%;
		width:96%;
		border-top:1px solid #784a2f;
		border-left:1px solid #784a2f;
		border-collapse:collapse;
	}
		
	table#time th {
		padding:1% 2% 0 2%;
		background-color:#784a2f;
		color:#ffffff;
		text-align:center;
		border-right:1px solid #784a2f;
		border-bottom:1px solid #784a2f;
		font-size:1.6rem;
	}
		
	table#time td {
		padding:1% 2% 0 2%;
		text-align:center;
		vertical-align:middle;
		text-align:center;
		background-color:#ffffff;
		color:#784a2f;
		border-right:1px solid #784a2f;
		border-bottom:1px solid #784a2f;
	}


	/* 担当医表 */

	table#time02{
		text-align:center;
		margin:0% 2% 1% 2%;
		border-top:1px solid #784a2f;
		border-left:1px solid #784a2f;
		border-collapse:collapse;
	    -webkit-overflow-scrolling: touch;
	    overflow-scrolling: touch;
		width:700px;
        overflow-x: auto;
	}

	table#time02 th{
		padding:1% 2%;
		background-color:#784a2f;
		color:#ffffff;
		text-align:center;
		border-right:1px solid #784a2f;
		border-bottom:1px solid #784a2f;
		font-size:1.6rem;
	}

	table#time02 th.lth{
		width:60px;
	}

	table#time02 td{
		padding:0% 2%;
		text-align:center;
		vertical-align:middle;
		text-align:center;
		background-color:#ffffff;
		color:#784a2f;
		border-right:1px solid #784a2f;
		border-bottom:1px solid #784a2f;
		width:60px;
		height:55px;
	}
}


span.one_ope{
	background-color: #058ad2;
	color:#fff;
	padding:0 10px;
	border-radius: 8px;
}

span.two_ope{
	background-color: #e84091;
	color:#fff;
	padding:0 10px;
	border-radius: 8px;
}


span.three_ope{
	background-color: #15abd6;
	color:#fff;
	padding:0 10px;
	border-radius: 8px;
}

dl.dl01 dt {
    padding: 8px 2%;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #ECD9BF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.5rem;
}


#page--sub dl.qanda{
	margin-bottom:60px;
	margin-left:0px;
}

#page--sub dl.qanda dt{
	background-image:url(../img/common/img_q.gif);
	background-repeat:no-repeat;
	padding:0px 0px 15px 45px;
	font-weight:bold;
	color:#513a2c;
	font-size:18px;
}

#page--sub dl.qanda dd{
	border-bottom:1px dotted #aaaaaa;
	margin-bottom:30px;
	margin-left:0px;
	background-image:url(../img/common/img_a.gif);
	background-repeat:no-repeat;
	padding:2px 0 20px 45px;
}


#page--sub dl.dl_flow{
	margin:0px 0px 0px 20px;
}

#page--sub dl.dl_flow:after{
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}


#page--sub dl.dl_flow dt{
	text-align:center;
	font-size:18px;
	color:#FFF;
	width:15%;
	float:left;
	padding:40px 0px 50px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../img/common/flow_allow03.gif);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-color:#BA8965;
}

#page--sub dl.dl_flow dd{
	float:left;
	margin:0px 0px 0px 30px;
	width:75%;
	padding:0px;
}


@media only screen and (max-width: 767px) {
    
    #page--sub dl.dl_flow{
        margin-left: 0;
    }

    #page--sub dl.dl_flow:after{
        
    }
    
	#page--sub dl.dl_flow dt{
		width:100%;
		float:none;
		padding:15px 0px;
		background-image:none;
	}
    

	#page--sub dl.dl_flow dd{
		float:left;
		margin:0px 0px 0px 30px;
		width:100%;
	}
}

/* 初診の方へ２
------------------------------------------------ */

#page--sub dl.dl_flow2{
	margin:0px;
}

#page--sub dl.dl_flow2:after{
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}


#page--sub dl.dl_flow2 dt{
	text-align:center;
	font-size:18px;
	color:#FFF;
	width:150px;
	float:left;
	padding:40px 0px 50px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../img/common/flow_allow02.gif);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-color:#DFB553;
}

#page--sub dl.dl_flow2 dd{
	float:left;
	margin:0px 0px 0px 30px;
	width:410px;
	padding:0px;
}


/* 初診の方へ３
------------------------------------------------ */

#page--sub dl.dl_flow3{
}

#page--sub dl.dl_flow3:after{
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}


#page--sub dl.dl_flow3 dt{
	text-align:center;
	font-size:18px;
	color:#FFF;
	width:150px;
	float:left;
	padding:40px 0px 50px 0px;
	margin:0px 0px 0px 0px;
	background-color:#BA8965;
}

#page--sub dl.dl_flow3 dd{
	float:left;
	margin:0px 0px 0px 30px;
	width:450px;
	padding:0px;
}


.w700{
    width: 700px;
}

div.div_2col{
    margin: 0 auto 30px;
}

div.div_2col div{
    float:left;
}

div.div_2col div.div_left{
    margin-right: 20px;
}

#dr_name span{
    font-size: 24px;
}

#dr_name{
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    div.div_2col{
        width: 100%;
    }

    div.div_2col div{
        float:none;
    }

    div.div_2col div.div_left{
        margin: 0 auto;
        text-align: center;
    }

    #dr_name span{
        font-size: 20px;
    }

    #dr_name{
        margin-top: 10px;
        text-align: center;
    }
}

/* tbl01
------------------------------------------------ */


#page--sub table.tbl01 {
	width:100%;
margin: 45px auto 45px;
border-collapse: collapse;
border: 1px solid #CCCCCC;
}

#page--sub table.tbl01 th {
	width:30%;
font-weight: normal;
padding: 15px 2% 15px;
text-align: left;
background-color: #EFEFEF;
border: 1px solid #CCCCCC;
vertical-align:top;
	font-size:16px;
}

#page--sub table.tbl01 td {
border: 1px solid #CCCCCC;
padding: 5px 0px 5px 10px;
text-align: left;
	font-size:16px;
}


/* tbl02
------------------------------------------------ */


#page--sub table.tbl02 {
width:100%;
max-width:450px;
margin: 0px auto 10px;
border-collapse: collapse;
border: 1px solid #CCCCCC;
}

#page--sub table.tbl02 th {
font-weight: normal;
padding: 5px 10px;
text-align: left;
background-color: #EFEFEF;
border: 1px solid #CCCCCC;
vertical-align:top;
}

#page--sub table.tbl02 td {
width:100px;
border: 1px solid #CCCCCC;
padding: 5px 10px;
text-align: right;
}

.notice{
    border:2px solid #e84091;
    padding:20px 4%;
    margin: 30px auto;
    width: 90%;
    max-width: 700px;
}

.notice span{
    font-size:22px;
    color:#F8484A;
}


@media only screen and (max-width: 767px) {
    .notice{
        border:2px solid #e84091;
        padding:20px 4%;
        margin: 0px auto 30px;
        width: 90%;
        max-width: 700px;
    }
    
    .notice span{
        font-size:18px;
    }
    
}

#page--sub p.form_btn{
    text-align: center;
    margin-top: 30px;
}

#page--sub p.form_btn a{
    text-decoration: none;
    color: #fff;
    background-color: #e84091;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
}

.btn_syoshin {
    width: 90%;
    max-width: 500px;
    margin: 0px auto 60px;
}

div#tanto_tbl{
      display: block;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
    div#tanto_tbl{
      overflow-x: scroll;
    }
}

.photo {
	margin: 10px;
}

.img_line {
	display: flex;
	justify-content: space-around;
}




@media only screen and (min-width: 768px) {
  #page--sub .section-sub .flex_3box {
	margin-left: 0;
	width: 100%;
    display: flex;
	align-items: center;
	column-gap: 1%;
	align-content: space-between;
  }
  #page--sub .section-sub .flex_3box li { flex-basis: 33%; }
}

@media only screen and (max-width: 767px) {
  #page--sub .section-sub .flex_3box {
	flex-direction: column; 
	margin-left: 0;
	width: 100%;
    display: flex;
	align-items: center;
	row-gap: 10px;
	align-content: space-between;
  }
  #page--sub .section-sub .flex_3box li { flex-basis: 100%; }
}

ul.top_li02{
	margin-left:25px;
	margin-bottom:1.5em;
}

ul.top_li02 li {
    float: left;
    width: 250px;
    background-image: url("../img/common/li01.png");
    background-repeat: no-repeat;
    background-position: 0px 11px;
    padding-left: 17px;
}

ul.top_li02 li a{
	color: #007db4;
}

ul.top_li02:after{
	content:".";
	display:block;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
	clear:both;
}


div.top_columnlist{
	padding: 10px 5px 0px 5px;
    margin: 20px auto;
    border: double 5px #d3d3d3;
	width: 100%;
    max-width: 800px;
}
	

/* 寄せ
-------------------------------------------*/

.tCenter{
	text-align:center;
}

.tLeft{
	text-align:left;
}

.tRight{
	text-align:right;
}


/* 画像右寄せ
--------------------------------------------- */

@media screen and (min-width: 768px) {
	.imgRig img{
		margin: 0 0 30px 30px;
		float:right;
	}
}
	
@media screen and (max-width: 767px) {
	.imgRig img{
	 	margin: 20px auto;
		float:none;
		display: block;
	}
}


.imgRig:after {
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}



/* 画像左寄せ
----------------------------------------------- */

.imgLef img{
 	margin-right:20px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
}

.imgLef p{
	margin-left:10px;
}


div.imgLef:after {
	height: 0.1px;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	content: "";
}

div.imgLef{
	zoom:100%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}