@charset "utf-8";
/* CSS Document */

.mv-sub {
    display: flex;
    height: 300px;
	background:url("../img/sub-mv-img.jpg") no-repeat  80% center;
    justify-content: center;
    align-items: center;
}
h1.mv-sub-ttl {
  font-size: 40px;	
  color: #fff;
}

article.sub-content {
    margin: 100px 0px;
}
.sub-content p {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.9;
    margin-bottom: 20px;	
}

@media screen and (max-width: 750px) {
.mv-sub {
    height: 250px;
    padding-top: 30px;	
}
h1.mv-sub-ttl {
    font-size: 30px;
}	
.sub-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;	
}
article.sub-content {
    margin: 100px 0px 0px;
}	
}

/*タイトル*/
h2.ttl01 {
    position: relative;	
    font-size: 30px;
    padding: 25px 35px;
	margin-bottom: 30px;
	color: #fff;
	background: #e28f18;
    width: 100%;
	text-align:center;
	border-radius:10px;
}
h2.ttl01:before {
	display: block;
    position: absolute;
    top: 0;
	left: 10px;
    max-width: 120px;
    width: 10%;
    height: 100%;
    background: url(../img/h2ttl-icon01.svg) no-repeat center / contain;
    content: '';
}
h2.ttl01:after {
	display: block;
    position: absolute;
    top: 0;
	right:5px;
    max-width: 120px;
    width: 10%;
    height: 100%;
    background: url(../img/h2ttl-icon02.svg) no-repeat center / contain;
    content: '';
}
h3.ttl01 {
    position: relative;	
    font-size: 24px;
    padding: 15px 0px 10px 50px;
    margin: 70px 0px 30px;
	background: #fff9e6;
    color: #376411;
    border-bottom: dotted 5px #79a057;
}
h3.ttl01:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../img/ttl01-icon.svg) center / contain no-repeat;
    border-radius: 0;
    left: 10px;
}
h3.ttl02 {
    font-size: 28px;
    text-align: center;
    color: #e09a63;
	background: #ffffff;
    letter-spacing: 2px;
    margin: 60px 0px 20px;	
}
@media screen and (max-width: 750px) {
h2.ttl01 {
    font-size: 22px;
}
h3.ttl01 {
	font-size: 19px;
    padding: 12px 5px 10px 40px;
    margin: 40px 0px 20px;
}
h3.ttl02 {
    font-size: 20px;
    margin: 30px 0px 20px;		
}	
}



/*リスト*/
ul.check-01 {
	line-height: 1.9;
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 20px;	
}	
ul.check-01 li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #cdcdcd;
    break-inside: avoid;	
}

ul.check-01 li:before{
    content: "";
    position: absolute;	
    width:25px;
	height:25px;
    background: url(../img/check01.svg) center / contain no-repeat;
    border-radius: 0;
    top: .25em;	
	left: 0;
}
@media screen and (max-width: 750px) {
ul.check-01 {
	line-height: 1.6;
    column-count: 1;
    column-gap: 10px;
}
ul.check-01 li {
    padding-left: 30px;
}	
ul.check-01 li:before{
    width:20px;
	height:20px;
}	
}



ul.check-02 {
	line-height: 1.9;
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 20px;	
}	
ul.check-02 li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #cdcdcd;
}

ul.check-02 li:before{
    content: "";
    position: absolute;	
    width:25px;
	height:25px;
    background: url(../img/check02.svg) center / contain no-repeat;
    border-radius: 0;
    top: .25em;	
	left: 0;
}
@media screen and (max-width: 750px) {
ul.check-02 {
	line-height: 1.6;
    column-count: 1;
    column-gap: 10px;
}
ul.check-02 li {
    padding-left: 30px;
}	
ul.check-02 li:before{
    width:20px;
	height:20px;
}	
}


/*●リスト*/
ul.list01 {
	line-height: 1.9;
    column-gap: 20px;
    margin-bottom: 20px;	
}

ul.list01 li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 5px;	
    margin-bottom: 10px;
    border-bottom: dotted 1px #cdcdcd;
	line-height: 1.5;
}
ul.list01 li a:hover {
    color:#e28f18;
}
ul.list01 li:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
	background: url(../img/maru01.svg) center / contain no-repeat;
    border-radius: 0;
    top: .15em;
    left: 0;
}
@media screen and (max-width: 750px) {
ul.list01 li {
    padding-left: 30px;
}
ul.list01 li:before {
    width: 20px;
    height: 20px;	
    top: .25em;
}	
}



/*オレンジ●　下線あり*/
ul.list02 {
	line-height: 1.9;
    column-gap: 20px;
    margin-bottom: 20px;	
}

ul.list02 li {
    position: relative;
    padding-left: 40px;
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #cdcdcd;
	line-height: 1.6;
}

ul.list02 li:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
	background: url(../img/maru02.svg) center / contain no-repeat;
    border-radius: 0;
    top: .25em;
    left: 0;
}
@media screen and (max-width: 750px) {
ul.list02 li {
	padding-bottom: 5px;
}
}	
	
.keireki ul.list02 li {
	color: #624026;
}


/**/
ul.list03 {
	line-height: 1.9;
    column-gap: 20px;
    margin-bottom: 20px;	
}

ul.list03 li {
    position: relative;
    padding-left: 40px;
	padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #cdcdcd;
	line-height: 1.5;
    color: #624026;	
}

ul.list03 li:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
	background: url(../img/star.svg) center / contain no-repeat;
    border-radius: 0;
    top: .25em;
    left: 0;
}

p.link-btn a {
	position:relative;
	border-bottom: solid 1px #376417;
}
p.link-btn a:after {
    content: "▶";
    position: absolute;
    color: #376411;	
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
p.link-btn a:hover {
	color:#e28f18;
    border-bottom: solid 1px #e28f18;
}



h2.symptoms-ttl {
    font-size: 24px;
    padding: 20px 5px;
    text-align: center;
}
/*こんな症状の方*/
section.symptoms {
    background: #c7d9b7;
    padding: 30px 0px;
    margin: 50px 0px;	
}
h2.symptoms-ttl {
    font-size: 24px;
    color: #204005;
    padding: 20px 5px;
    text-align: center;
}
h2.symptoms-ttl span {
    font-size: 60px;
    color: #84ad60;
	font-weight: 600;
    -webkit-text-stroke: 1px #fff;
    letter-spacing: .25em;
}
.list-box {
    background: #fff;
    border: solid 1px #8bad71;
    padding: 40px 60px;
}

@media screen and (max-width: 750px) {
h2.symptoms-ttl {
    font-size: 19px;
}
h2.symptoms-ttl span {
    font-size: 45px;
   letter-spacing: 0em;	
}	
.list-box {
    padding: 40px 30px;
}	
}	
	


/*年齢別
 * ---------------------------------*/
.by-age-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;	
}
.by-age-box {
    width: 30%;
}
.by-age-box img {
    width: 100%;
}

@media screen and (max-width: 750px) {
.by-age-box {
    width: 100%;
}
}	
	
/*吹き出し*/
.by-age-box h3 {
  position: relative;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 25px 20px;
  max-width: 100%;
  color: #ff6e00;
  font-size: 24px;
  text-align:center;
  background: #ffe993;
  border-radius: 15px;
}
.by-age-box h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe993;
}
.by-age-box h3 p {
  margin: 0;
  padding: 0;
}
.by-age-box h3 span {
    display: block;
    font-size: 16px;	
}

@media screen and (max-width: 750px) {
.by-age-box h3 {
  margin: 0px 0px 20px 0px;
  padding: 20px 20px;
  font-size: 22px;
}
}

/*LINE予約方法
 * -----------------------------------------*/
.video-wrap video{
  width: 50%;
  height: auto;
  display: block;
   margin: 0 auto;	
}
@media screen and (max-width: 750px) {
.video-wrap video{
  width: 100%;
}	
}		

h4.line-time {
    font-weight: 600;
    color: #fff;
    background: #fcc800;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
}


/*院長紹介
 * -----------------------------------------------*/
section.doctor-greeting {
    padding: 150px 0px 80px;
    background: #f6f3e5;
}
.doctor-name {
    font-size: 36px;
    text-align: center;
    padding: 0px 0px 60px;
}
.doctor-name span {
    font-size: 20px;
    display: block;
    color: #79a057;
}
.doctor-greeting-img {
    text-align:center;
	margin-bottom: 80px;
}
.doctor-greeting-img img {
    width: 100%;
}
.doctor-greeting-img p {
    position: relative;
    width: 40%;
    margin: 0 auto;	
}
.doctor-greeting-img p::before {
    content: '';
    position: absolute;
    top: 0;
	left: -40%;
    width: 200px;
    height: 250px;
    background: url(../img/doctor-bk01.svg) no-repeat center / contain;
}
.doctor-greeting-img p::after {
    content: '';
    position: absolute;
    bottom: -10%;
	right: -20%;
    width: 154px;
    height: 150px;
    background: url(../img/doctor-bk02.svg) no-repeat center / contain;
}
.doctor-qualification {
   /* border-left: solid 3px #e09a63;*/
    /*padding-left: 20px;*/
    margin: 0px 0px 50px;
}

.carrier-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    padding-bottom: 5px;
    color: #624026;	
}
.carrier-list .item {
    grid-template-columns: subgrid;
    grid-column: span 2;
    display: grid;
    padding-bottom: 10px;
	border-bottom: dotted 1px #cdcdcd;	
}
.keireki h3.ttl02 {
    border-bottom: solid;
   padding: 10px 0px 10px 0px;
}
.doctor-greeting-img {
    text-align:center;
	margin-bottom: 40px;
}


@media screen and (max-width: 750px) {
section.doctor-greeting {
    padding: 50px 0px 50px;
}	
.doctor-greeting-img p {
    width: 60%;
}
.doctor-greeting-img p::before {
	left: -30%;
    width: 100px;
    height: 150px;
}
.doctor-greeting-img p::after {
	right: -30%;
	width: 100px;
    height: 120px;
}
.doctor-name {
    font-size: 30px;
    padding: 0px 0px 40px;
}
.doctor-name span {
    font-size: 20px;
}	
}


/*parallaxx*/
/*パララックス*/
.sticky {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* stickyを削除 */
}

.content_1, .content_2, .content_3 {
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* これがポイント */
}

.content_1 {
	background: url(../img/clinic-about-bk.jpg) right;
    height: 400px;	
	background-attachment: fixed!important;	
	z-index: 200;
}
.content_2 {
	background: #e8f9ff;
    height: 600px;	
	background-attachment:fixed!important;	
	z-index: 300;
}
.content_3 {
  height: 600px;
}

.content_1 p {
	position:relative;
    font-size: 30px;
    color: #ffffff;
    text-align: center;	
}
.content_1 p:before {
	display: block;
    position: absolute;
	top: -60px;
    left: -45px;
    max-width: 120px;
    width: 225px;
    height: 150px;
    background: url(../img/clinic-about01.svg) no-repeat center / contain;
    content: '';
}
.content_1 p:after {
	display: block;
    position: absolute;
    top: -10px;
    right: -20px;
    width: 70px;
    height: 70px;
    background: url(../img/clinic-about02.svg) no-repeat center / contain;
    content: '';
}


@media screen and (max-width: 750px) {
.content_1 p {
        font-size: 22px;
        color: #0a1c58;
}
.content_2 {
    height: 650px;
}	
}


/*アクセス*/
.content_4 {
  height: 600px;
}
@media screen and (max-width: 750px) {
.content_4 {
  height: 400px;
}	
}	
	