/* CSS Document */
@charset "utf-8";

html {
  font-size: 100%;
}
body {
  font-family: TTFirsNeue, "A1 Gothic　R", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Meiryo, sans-serif;
  color: #333333;
  background-color: #FFBF7F;
  margin: 0 auto;
	font-size: 14px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.container {
	width: 1440px;
	margin: 30px auto;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 50px 0;
}
.section-top {
	width: 100%;
}
.section-title {
	width: 538px;
	height: 150px;
	background-image: url("../img/パス 1.png");
	background-repeat: no-repeat;
	text-align: center;
	margin: 50px auto;
}
.section-title h4 {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	padding-top: 50px;
}
.section-inner {
	margin: 50px auto 80px auto;
	max-width: 1200px;
}
.text-box {
	width: 500px;
	margin-top: 20px;
}
.inner-text {
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0.5px;
}
.section-img {
	width: 550px;
}
.contact-bnr {
	margin: auto;
}
.reserve-btn {
	background: linear-gradient(#F6B954,#F7D7A0);
	width: 800px;
	padding: 20px;
	border-radius: 10px;
	margin: auto;
}
.reserve-btn a {
	display: block;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	font-size: 40px;
}
.reserve-btn:hover {
	background: linear-gradient(#F3D093,#F6EBD9);
}
.bnr-tel {
	color: #54917F;
	font-size: 36px;
	font-weight: 600;
	margin-top: 5px;
	text-align: center;
}
.fa-phone {
	padding-right: 5px;
}
.contact-memo {
	text-align: center;
}

/*ヘッダーバー*/
.header-bar {
	height: 20px;
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	color: #ffffff;
	font-size: 10px;
}
.header-bar ul {
	display: flex;
	gap: 20px;
}
.header-bar ul a {
	display: block;
	color: #ffffff;
}
.header-bar ul a:hover {
	color: rgba(255,255,255,0.5);
}

/*メインビジュアル*/
.mainvisual {
	width: 100%;
	position: relative;
}
.info-bnr {
	width: 300px;
	height: 450px;
	padding: 15px 20px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 8%;
	position: absolute;
	top: 15px;
	left:15px;
}
.info-bnr-sp {
	display: none;
}
.info-bnr-inner {
	margin: auto;
	text-align: center;
}
.header-logo {
	width: 260px;
	text-align: center;
}
.site-name {
	width: 260px;
	height: 35px;
	margin: auto;
	text-align: center;
	background-color: #ECBD6E;
	border-radius: 25px;
}
.site-name p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 35px;
}
.tel {
	font-size: 36px;
	color: #54917F;
	font-weight: 600;
	text-align: center;
}
.tel span {
	font-size: 16px;;
	color: #333333;
	font-weight: 400;
}
.clinic-img {
	width: 260px;
	height: 180px;
	text-align: center;
	margin-top: 0.8rem;
}
.bnr-text {
	text-align: center;
}
.info-bnr-inner a {
	display: inline-block;
	text-decoration: underline;
	font-size: 20px;
	color: #ECBD6E;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
.catch-copy-bnr {
	position: absolute;
	top: 450px;
	left: 25%;
}
.catch-copy {
	background-color: rgba(255,255,255,0.7);
	border-radius: 80px;
	padding: 45px 100px;
}
.catch-copy h1 {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 3px;
}
.big-pink,
.big-blue,
.big-black {
	font-size: 100px;;
}
.big-pink {
	color: #F57A8E;
}
.big-blue {
	color: #75ECF9;
}
.big-black {
	color: #333333;
}


/*導入部分*/
#introduction {
	margin: 100px auto;
}
.intro-inner {
	width: 1200px;
	margin: auto;
}
.intro-title {
	text-align: center;
	margin-top: 20px;
}
.intro-title h2 {
	display: inline-block;
	font-size: 40px;
	font-weight: 600;
	background:linear-gradient(transparent 60%,rgba(236,189,110,0.5) 60%);
}
.intro-flex {
	margin: auto;
	display: flex;
	gap: 20px;
	align-items: center;
}
.intro-flex img {
	width: 50%;
}
.intro-list {
	width: 45%;
}
.intro-list li {
	list-style: disc;
	padding: 20px 0;
	font-size: 30px;
	font-weight: 500;
}

.induction {
	width: 100%;
	padding: 30px 0 40px 0;;
	background-color: rgba(236,189,110,0.5);
	text-align: center;
}
.induction p {
	text-align: center;
	font-size: 26px;
}
.induction h3 {
	display: inline-block;
	font-size: 36px;
	font-weight: 600;
	margin-top: 10px;
	border-bottom: 1px solid #333333;
}
.triangle {
	margin: auto;
	width: 0px;
  height: 0px;
  border-top: 60px solid rgba(236,189,110,0.5);
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-bottom: 80px solid transparent;
}


/*当院が選ばれる理由*/
.feature {
	display: flex;
	gap: 30px;
	align-items: center;
	background-color: rgba(242,227,200,0.3);
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.feature-row {
	display: flex;
	flex-direction: row-reverse;
	gap: 30px;
	align-items: center;
	background-color: rgba(242,227,200,0.3);
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.feature-title {
	display: flex;
	gap: 30px;
	font-size: 32px;
	font-weight: 600;
	align-items: center;
}
.feature-title .green {
	color: #54917F;
	font-size: 50px;
}

/*診療内容*/
.menu-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu-right {
	width: 590px;
}
.menu-title {
	font-size: 32px;
	font-weight: 600;
}
.icon-wrapper {
	display: flex;
	justify-content: center;
	gap: 150px;
	margin: 50px auto;
}
.menu-icon img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.menu-icon p {
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
	font-size: 20px;
}
.kids-dental {
	margin-bottom: 100px;
}
.ortho-message {
	margin: 30px auto;
	width: 1000px;
	border: dashed 5px #ECBD6E;
	border-radius: 20px;
	padding: 30px 0;
}
.ortho-message p {
	width: 80%;
	margin: auto;
	text-align: center;
	font-size: 22px;
}
.ortho-merit {
	width: 800px;
	margin: 100px auto;
	border: solid 5px #ECBD6E;
	background-image: url("../img/pixta_45492254_M.png");
	position: relative;
	padding: 80px 0;
}
.merit-title {
	background-color: #82D893;
	text-align: center;
	width: 500px;
	padding: 20px 0;
	border-radius: 50px;
	position: absolute;
	top: -50px;
	left: 20%;
}
.merit-title p {
	color: #ffffff;
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
}
.merit-inner {
	text-align: center;
}
.merit-inner ul {
	width: 80%;
	margin: auto;
}
.merit-inner li {
	margin: auto;
	display: flex;
	gap: 30px;
	align-items: center;
	padding: 30px 0;
}
.merit-inner p {
	color: #614526;
	font-size: 26px;
	font-weight: 600;
}
.merit-no {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #82D893;
}
.merit-no p {
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	line-height: 80px;
	font-size: 32px;
}

/*治療の流れ*/
.flow-bg {
	background-color: rgba(242,227,200,0.5);
	padding: 30px 0;
	
}
.flow-wrapper {
	margin: 30px auto;
}
.flow-content {
	margin: auto;
	width: 700px;
	height: 250px;
	background-color: #ffffff;
	border: solid 8px #82D893;
}
.flow-title {
	margin-top: 20px;
	text-align: center;
}
.flow-title p {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	background:linear-gradient(transparent 60%,rgba(236,189,110,0.5) 60%);
}
.flow-inner {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 50px;
	align-items: center;
}
.flow-inner img {
	width: 200px;
}
.flow-inner p {
	font-weight: 600;
	font-size: 20px;
	width: 400px;
	line-height: 2rem;
	letter-spacing: 1px;
}
.arrow {
	text-align: center;
	margin: 10px auto;
}
.fa-arrow-down {
	color: #82D893;
	font-size: 70px;
}

/*ドクター紹介*/
.doctor-flex {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 50px;
	align-items: center;
}
.doctor-flex img {
	width: 450px;
}
.doctor-name {
	font-size: 28px;
	font-weight: 600;
}
.en {
	font-size: 16px;
	font-weight:400;
	margin-left: 10px;
}
.career {
	margin-top: 40px;
}
.career .bold {
	font-weight: 600;
}
.doctor-message {
	margin-top: 50px;
}
.doctor-message p {
	margin: 30px auto;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.message-big {
	margin: auto;
	font-size: 30px;
	font-weight: 600;
}
.message-big .big {
	font-size: 45px;
}
.message-mini {
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 28px;
}
.movie {
	margin: 100px auto 0 auto;
}
.movie-pc  {
	margin: auto;
	text-align: center;
}
.movie p {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 5;
	margin-bottom: 30px;
}
.movie-tab,
.movie-sp {
	display: none;
}

/*フッター　医院情報*/
#footer {
	margin-top: 50px;
}
.clinic-info {
	background-image: url("../img/pixta_45492254_M.png");
	padding: 100px 0;
}
.footer-title {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
.info-inner {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
	gap: 30px;
	align-items: center;
}
.info-left {
	width: 45%;
}
.info-left img {
	width: 500px;
}
.info-list {
	margin: 45px auto 0 auto;
}
.info-list li {
	display: flex;
	gap: 50px;
	align-items: center;
	margin-bottom: 30px;
	font-size: 18px;
}
.info-icon {
	width: 150px;
	background-color: #ECBD6E;
	border-radius: 50px;
	padding: 8px 0
}
.info-icon p {
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
}
.official {
	background-color: rgba(236,189,110,0.9);
	border-radius: 30px;
	padding: 5px 0;
	width: 450px;
}
.official a {
	display: block;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
	text-decoration: underline;
}
.official:hover {
	background-color: rgba(236,189,110,0.5);
}

.info-right {
	width: 45%;
}
.time-table {
  border: 1px solid #cccccc;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  margin-bottom: 10px;
}
.time-table th {
  background-color: rgba(236,189,110,0.5);
  color: #333333;
}
.time-table td {
  background-color: #ffffff;
  color: #333333;
}
.time-table th,
.time-table td {
  text-align: center;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 15px;
}
.time-table th:last-child,
.time-table td:last-child {
  border-right: none;
}
.time-table td:first-child{
  color: #333333;
}
.map {
	margin-top: 30px;
}
.map-sp {
	display: none;
}
.copyright {
	height: 20px;
}
.copyright p {
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}











