@charset "utf-8";

body {
    font-family: var(--font-gothic);
	position: relative;
}
.inner {
    max-width: 1020px;
	padding: 0 20px;
	margin:auto;
	position: relative;
}


/* header */
.logo-wrap {
    display: flex;
    align-items: center;
    height: 70px;
    position: absolute;
    left: 15px;
}
.logo-wrap .logo {
    width: 48px;
    margin-right: 10px;
}
.site-title-wrap span {
    display: block;
    font-size: 21px;
    font-family: var(--font-mincho);
    color: #603418;
}
.site-title-wrap .site-title02 {
	font-size: 14px;
}

/* fv */
.fv {
    padding: 20px 20px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.fv-in img {
    margin-left: 4%;
	max-width: 1280px;
}

@media (max-width: 1400px) {
    .fv-in img {
        max-width: 100%;
		margin-left: 0;
    }
}

/* iframe-reservation */
.iframe-reservation {
    max-width: 1500px;
    margin: auto;
    position: relative;
}

.iframe-reservation iframe {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: #fff;
    border: 5px solid var(--blue-color);
    border-radius: 20px;
}

@media (max-width: 1400px) {
    .iframe-reservation {
        padding: 22px 12px 18px 12px;
        margin-bottom: -40px;
        background: #edf1f8;
    }

    .iframe-reservation iframe {
        width: 744px;
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 0;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 768px) {
    .iframe-reservation iframe {
        width: 100%;
    }
}


/* iframe-reservation-contact */
.iframe-reservation-contact {
    margin-top: 24px;
}

.iframe-reservation-contact span {
    display: inline-block;
	font-weight: bold;
    background: #fff;
	padding: 4px 8px;
	border-radius: 8px 8px 0 0;
}

.iframe-reservation-contact iframe {
    background: #fff;
    border-radius: 20px;
	margin-top: -2pt;
}

.c-contact03 span:first-child {
        color: var(--blue-color);
}

.c-contact03 .iframe-reservation-contact iframe {
    border: 5px solid var(--blue-color);
}

.c-contact04 span:first-child {
        color: var(--gold-color);
}

.c-contact04 .iframe-reservation-contact iframe {
    border: 5px solid var(--gold-color);
}

@media (max-width: 1400px) {
    .iframe-reservation-contact {
        padding: 22px 12px 18px 12px;
        margin-bottom: -40px;
    }

    .iframe-reservation-contact iframe {
        width: 100%;
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 0;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 768px) {
    .c-contact02 {
    order: 3;
    }
	
    .c-contact03 {
    order: 2;
    }
	
	.c-contact04 {
    order: 4;
    }
	
    .iframe-reservation-contact {
        padding: 22px 0 18px;
    }

    .iframe-reservation-contact iframe {
        width: 100%;
    }
}

/* worry */
.worry__list {
    display: flex;
    flex-wrap: wrap;
}
.worry__list >li {
    width: 48%;
    margin: 0 0 4% 4%;
    text-align: center;
}
.worry__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.worry__list >li p {
    font-size: 135%;
    font-weight: 600;
    color: var(--blue-color);
    margin-top: 20px;
    line-height: 1.5;
}

@media (max-width: 834px) {
    .worry__list >li p {
        font-size: 12px;
        margin-top: 10px;
    }
} 


/* appeal */
#appeal {
    background: #edf1f8;
}
.appeal__list {
    display: flex;
    flex-wrap: wrap;
}
.appeal__list >li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    min-height: 300px;
    margin: 0 0 4% 4%;
    padding: 10px;
    text-align: center;
    background: url("../img/orthodontist/stripe.jpg") top left repeat-x,
                #fff url("../img/orthodontist/stripe.jpg") bottom left repeat-x;
}
.appeal__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.appeal__list >li p {
    color: var(--blue-color);
    font-size: 200%;
    font-weight: 500;
    font-family: var(--font-mincho);
    line-height: 1.6;
}
.appeal__list >li p span {
    font-size: 70%;
}


@media (max-width: 834px) {
    .appeal__list >li {
        min-height: 100px;
        background-size: auto 5px;
    }
    .appeal__list >li p {
        font-size: 14px;
    }
}





/* treatment-cost　検証用 */
.treatment-cost-chart table {
    width: 100%;
    border-collapse: collapse;
}

.treatment-cost-chart table th {
    font-weight: 600;
    vertical-align: middle;
    border-bottom: solid 2px #fff;
    background-color: #fbf7ef;
}

.treatment-cost-chart table td {
    font-weight: 600;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    text-align: center;
    width: 15%;
    padding: 20px 0;
    background: #fbfbfb;
}

.treatment-cost-chart table td .font-s {
    display: inline-block;
    font-size: 90%;
    font-weight: 500;
    line-height: 1.2;
}

.treatment-cost-chart table .title th {
    color: #fff;
    font-size: 130%;
    padding: 10px;
}

.treatment-cost-chart table .title th.no-bg {
    background: none;
}

.treatment-cost-chart table .title th.bg-blu {
    background-color: #73addf;
}

.treatment-cost-chart table .title th.bg-red {
    background-color: #ff6087;
    border-left: solid 2px #fff;
}

.treatment-cost-chart table .no-border th,
.treatment-cost-chart table .no-border td {
    border-bottom: none;
}

.treatment-cost-chart table td.bg-l-blu {
    background-color: #eef7fe;
}

.treatment-cost-chart table td.bg-l-red {
    background-color: #ffecf1;
}

.treatment-cost-chart table td.td-sub span {
    color: var(--blue-color);
    font-size: 180%;
    font-weight: 600;
}

@media (max-width: 834px) {
    .treatment-cost-chart {
        overflow-x: scroll;
    }

    .treatment-cost-chart table {
        font-size: 13px;
        width: 800px;
    }

    .treatment-cost-chart table .title th {
        font-size: 16px;
    }

    .treatment-cost-chart table td {
        padding: 10px;
    }

    .treatment-cost-chart table td .font-s {
        font-size: 12px;
    }

    .treatment-cost-chart table td.td-sub {
        font-size: 13px;
    }

    .treatment-cost-chart table td.td-sub span {
        font-size: 20px;
    }
}





/* case */
#case {
    background: #edf1f8;
}
.case__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case__list >li {
    width: 100%;
}
.case__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.case__list >li a {
    display: block;
}
.case__list >li h4 {
    font-size: 115%;
    font-weight: 500;
    color: var(--blue-color);
    margin-top: 20px;
}
.case__list >li p {
    color: var(--base-color);
    margin-top: 8px;
}

.case__list li:not(:first-child){
	margin-top: 56px;
}

.lp-case-ba {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: flex-start;
	justify-content: space-between;
}
.lp-case-ba .img {
    position: relative;
    width: 48%;
}
.lp-case-ba .img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
.lp-case-ba .label {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 17px;
    padding: 4px 8px 6px;
    border-radius: 3px;
}
.lp-case-ba .before .label {
    background: rgba(255,255,255,0.8);;
    color: var(--blue-color); 
}
.lp-case-ba .after > .label {
    background: rgba(48,84,150,0.8);
    color: #fff;
}


@media (max-width: 834px) {
    .lp-case-ba {
        flex-direction: column;
    }

    .lp-case-ba .img {
        width: 100%;
    }
}

.more-case {
    margin-top: 60px;
    text-align: center;
}
.more-case a {
    display: inline-block;
    padding: 20px 50px;
    color: var(--blue-color);
    font-size: 150%;
    font-family: var(--font-mincho);
    border:solid 1px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.more-case a i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    margin-left: 50px;
    vertical-align: 2px;
}
.more-case a:hover {
    color: #fff;
    background: var(--blue-color);
}


@media (max-width: 834px) {
    .more-case a {
        padding: 15px 30px;
        font-size: 15px;
    }
}
	
/* flow */
.flow-catch {
    margin-bottom: 160px;
}
.flow__list {
    margin-bottom: 150px;
}

@media (max-width: 834px) {
    .flow-catch {
        margin-bottom: 60px;
    }
}


/* treatment-cost */
.treatment-cost-chart table {
    width: 100%;
    border-collapse: collapse;
}
.treatment-cost-chart table th {
    font-weight: 600;
    vertical-align: middle;
    border-bottom: solid 2px #fff;
	background-color: #fbf7ef;
}
.treatment-cost-chart table td {
	font-weight: 600;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    text-align: center;
    width: 15%;
	padding: 20px 0;
    background: #fbfbfb;
}
.treatment-cost-chart table td .font-s {
	display: inline-block;
	font-size: 90%;
	font-weight: 500;
    line-height: 1.2;
}
.treatment-cost-chart table .title th {
	color: #fff;
	font-size: 130%;
	padding: 10px;
}
.treatment-cost-chart table .title th.no-bg {
	background: none;
}
.treatment-cost-chart table .title th.bg-blu {
	background-color: #73addf;
}
.treatment-cost-chart table .title th.bg-red {
	background-color: #ff6087;
    border-left: solid 2px #fff;
}
.treatment-cost-chart table .no-border th,
.treatment-cost-chart table .no-border td {
	border-bottom: none;
}
.treatment-cost-chart table td.bg-l-blu {
	background-color: #eef7fe;
}
.treatment-cost-chart table td.bg-l-red {
	background-color: #ffecf1;
}
.treatment-cost-chart table td.td-sub span {
    color: var(--blue-color);
	font-size: 180%;
	font-weight: 600;
}

@media (max-width: 834px) {
	.treatment-cost-chart {
		overflow-x: scroll;
	}
	.treatment-cost-chart table {
		font-size: 13px;
		width: 800px;
	}
	.treatment-cost-chart table .title th {
		font-size: 16px;
	}
	.treatment-cost-chart table td {
		padding: 10px;
	}
	.treatment-cost-chart table td .font-s {
		font-size: 12px;
	}
	.treatment-cost-chart table td.td-sub {
		font-size: 13px;
	}
	.treatment-cost-chart table td.td-sub span {
		font-size: 20px;
	}
}

	
/* closing */
.closing-main .img {
    text-align: center;
    margin-bottom: 70px;
}
.closing-main .t1 {
    line-height: 2;
}
.closing-main .t2 {
    font-size: 115%;
    font-weight: 500;
    line-height: 2;
    margin-top: 40px;
}
.closing-sub {
    margin-top: 120px;
}
.closing-sub__list {
    display: flex;
    flex-wrap: wrap;
}
.closing-sub__list >li {
    width: 48%;
    margin: 0 0 4% 4%;
}
.closing-sub__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.closing-sub__list >li h4 {
    color: var(--blue-color);
    margin-bottom: 20px;
}


@media (max-width: 834px) {
    .closing-sub {
        margin-top: 60px;
    }
    .closing-sub__list {
        display: block;
    }
    .closing-sub__list >li {
        width: 100%;
        margin: 0 0 50px;
    }
}



/*  */
@keyframes pulseEffect {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}


#declaration {
    padding-top: 0;
}
.declaration__list >li {
    padding: 30px;
    border: solid 1px #ccc;
    margin-bottom: 50px;
    border-radius: 10px;
}
.declaration__list >li h3 {
    display: flex;
    font-size: 30px;
    font-family: var(--font-mincho);
    color: var(--blue-color);
}
.declaration__list >li h3 span {
    display: inline-block;
    font-size: 42px;
    font-family: var(--font-en);
    font-weight: 500;
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 1px;
}
.declaration__list >li p {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
}

.right-floating {
    position: fixed;
    right: 0;
    bottom: 40%;
    z-index: 10;
}
.right-floating a {
    padding: 15px;
    color: #fff;
    font-size: 24px;
    font-family: var(--font-mincho);
    display: block;
    writing-mode: vertical-rl;
    background: #00316e;
    letter-spacing: 3px;
    border-radius: 10px 0 0 10px;
}

.contact-btn-wrap .contact-btn a {
	color: #fff !important;
	animation: pulseEffect 1s ease-in-out infinite;
}
.contact-btn-wrap .contact-btn a i {
    background-image: url("../img/cmn/outlink_w.png") !important;
}
.c-contact01 .contact-btn-wrap .contact-btn a {
    background: var(--blue-color);
}
.c-contact02 .contact-btn-wrap .contact-btn a {
    background: var(--gold-color);
}


@media (max-width:1100px) {

	.logo-wrap {
		left: 10px;
	}
	.logo-wrap .logo {
		width: 32px;
	}
	.site-title-wrap span {
		font-size: 14px;
	}
	.site-title-wrap .site-title02 {
		font-size: 10px;
	}
}
@media (max-width: 834px) {


	.declaration__list >li {
		padding: 20px;
		margin-bottom: 20px;
	}
	.declaration__list >li h3 {
		font-size: 18px;
	}
	.declaration__list >li h3 span {
		font-size: 24px;
		margin-right: 15px;
		padding-right: 15px;
	}
	.declaration__list >li p {
		font-size: 13px;
	}

	.right-floating {
		width: 100%;
		bottom: 0;
		background: rgba(255, 255, 255, 0.8);
        padding: 5px;
	}
	.right-floating a {
        padding: 15px;
        font-size: 18px;
        writing-mode: unset;
        border-radius: 5px;
        text-align: center;
	}
	.right-floating a i {
		display: inline-block;
		width: 20px;
		height: 20px;
		background: #fff;
		border-radius: 1000px;
		vertical-align: -4px;
		margin-left: 10px;
		position: relative;
	}
	.right-floating a i:after {
		content: '';
		color: #603418;
		display: block;
		width: 6px;
		height: 6px;
		border-top: solid 2px;
		border-right: solid 2px;
		transform: rotate(45deg);
		position: absolute;
		left: 5px;
		top: 7px;
	}

	.contact-btn-wrap .contact-btn {
        padding: 10px 30px;
	}

	#global-footer {
		padding-bottom: 80px;
	}
	#backtotop.show {
		bottom: 70px;
	}

}
