﻿@charset "UTF-8";

/*========================
当院について
========================*/
/*-------------------------
概要テーブル
--------------------------*/
.infotable {
  width: 100%;
  border-collapse: collapse;
}
.infotable th{
	width: 25%;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 1em 0.5em;
	background-color: #A79283;
  color: #FFF;
  border-bottom: 2px solid #F3EFED;
}
.infotable td{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
  padding: 1em 0.5em 1em 1.2em;
  background: rgb(255,255,255,0.5);
  color: #444;
  border-bottom: 2px solid #F3EFED;
}
@media screen and (max-width:480px) {
.infotable th{
	font-size: 0.9em;
  padding: 0.8em 0.3em;
  border-bottom: 1px solid #F3EFED;
	}
.infotable td{
	font-size: 0.95em;
  padding: 0.8em 0.3em 0.8em 0.8em;
  border-bottom: 2px solid #F3EFED;
	}
}

/*-------------------------
SNS
--------------------------*/
.SNSinfo{
  margin: 0 0 12px;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items:flex-start;
}
.SNSinfo li{
  padding: 0 6px;
}
.SNSinfo li img{
  width: 100%;
  max-width: 68px;
}
.SNSinfotext{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.3em;
  line-height: 1.55;
  font-weight: 500;
  color: #434A52;
	text-align: right;
}
@media screen and (max-width:640px) {
.SNSinfo{
  justify-content: center;
  }
.SNSinfotext{
	text-align: center;
	}
}
@media screen and (max-width:480px) {
.SNSinfo li img{
  max-width: 48px;
  }
.SNSinfotext{
  font-size: 1.15em;
  }
}


/*========================
医師紹介
========================*/
/*-------------------------
プロフィール
--------------------------*/
.profilebox {
	width: 100%;
	padding: 42px;
	margin: 0 auto;
	background: rgb(255,255,255,0.5);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.profilebox ul{
  width:100%;
  margin: 0 auto 24px;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:center;
}
.profilebox ul li:first-child{
	width: 320px;
}
.profilebox ul li:last-child{
	flex: 1;
	padding: 0 0 0 32px;
}
.profilebox ul li:first-child img{
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.profilebox ul li:last-child h4{
	font-size: 1.05em;
	font-weight: 500;
	color: #434A52;
	line-height: 1.55;
  font-family: 'Zen Maru Gothic', sans-serif;
	margin-bottom: 0.8em;
}
.profilebox ul li:last-child h2{
	font-size: 1.8em;
	font-weight: 500;
	color: #434A52;
	line-height: 1;
	letter-spacing: 0.08em;
	white-space: nowrap;
  font-family: 'Zen Maru Gothic', sans-serif;
	margin-bottom: 0.4em;
}
.profilebox ul li:last-child h6{
	font-size: 1.4em;
	font-weight: 300;
	color: #929AA5;
	line-height: 1;
	white-space: nowrap;
  font-family: 'Quicksand', sans-serif;
}
.profileboxinner {
	padding: 0 1em;
}
.profilechap {
	font-size: 1.5em;
	font-weight: 400;
	color: #D1788A;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 0.08em;
  font-family: 'Quicksand', sans-serif;
	margin-bottom: 0.3em;
}
@media screen and (max-width:1240px) {
.profilebox {
	padding: 32px;
	}
.profilebox ul{
  align-items:flex-start;
	}
.profilebox ul li:first-child{
	width: 240px;
	}
.profilebox ul li:last-child{
	padding: 12px 0 0 32px;
	}
}
@media screen and (max-width:1000px) {
.profilebox ul{
  align-items:center;
	}
.profilebox ul li:first-child{
	width: 320px;
	}
}
@media screen and (max-width:840px) {
.profilebox ul{
  align-items:flex-start;
	}
.profilebox ul li:first-child{
	width: 240px;
	}
}
@media screen and (max-width:767px) {
.profilebox ul{
  flex-direction: column;
	display: block;
	max-width: 640px;
	}
.profilebox ul li:first-child{
	width: 100%;
	}
.profilebox ul li:first-child img{
  width: 100%;
	max-width: 320px;
	}
.profilebox ul li:last-child{
	padding: 24px 1em 0 1em;
	}
}
@media screen and (max-width:480px) {
.profilebox {
	padding: 18px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
	font-size: 0.95em;
	}
.profilebox ul{
  margin: 0 auto 18px;
	}
.profilebox ul li:first-child{
	text-align: center;
	}
.profilebox ul li:first-child img{
	max-width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
	}
.profilebox ul li:last-child{
	padding: 18px 0.8em 0 0.8em;
	}
.profileboxinner {
	padding: 0 0.8em;
	}
}

/* 経歴*/
.history{
  padding: 0;
  margin: 0;
	line-height: 1.6;
}
.history dt{
  float: left;
}
.history dd{
  margin: 0.5em 0 0.5em 6.8em;
}

/*-------------------------
院長インタビュー
--------------------------*/
.interviewtitle {
	font-size: 1.8em;
	font-weight: 500;
	color: #D1788A;
	line-height: 1.6;
	letter-spacing: 0.08em;
  font-family: 'Zen Maru Gothic', sans-serif;
	margin-bottom: 24px;
}
.interviewtitle br{
	display: none;
}
@media screen and (max-width:767px) {
.interviewtitle {
	font-size: 1.6em;
	}
}
@media screen and (max-width:560px) {
.interviewtitle br{
	display: block;
	}
}


/*========================
診療案内
========================*/
/*-------------------------
診療イメージ
--------------------------*/
.serviceimg {
	width: 100%;
	max-width: 480px;
	margin: 0 0 24px;
	padding: 0;
}
.serviceimg img{
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border: 1px solid #BBB;
}
@media screen and (max-width:480px) {
.serviceimg {
	max-width:300px;
	margin: 0 auto 18px;
	}
}

/*-------------------------
自由診療キャッチコピー＆導入文
--------------------------*/
.introduction {
  width: 100%;
  margin: 32px auto 12px;
  padding: 0 12px;
}
.introduction p br{
	display: none;
}
.introduction p{
	display: block;
	font-size: 1.8em;
	font-weight: 600;
	color: #D1788A;
	line-height: 1.6;
  font-family: 'Zen Maru Gothic', sans-serif;
	margin-bottom: 12px;
}
.introduction span{
	display: block;
	font-size: 1.1em;
	font-weight: 500;
	color: #434A52;
	line-height: 1.8;
  font-family: 'Zen Maru Gothic', sans-serif;
}
@media screen and (max-width: 1000px) {
.introduction {
  padding: 0 32px;
  }
}
@media screen and (max-width:767px) {
.introduction p{
	font-size: 1.6em;
	}
.introduction span{
	font-size: 1.05em;
	}
}
@media screen and (max-width: 640px) {
.introduction {
  padding: 0 24px;
  margin: 24px auto 12px;
  }
}
@media screen and (max-width: 480px) {
.introduction p{
	font-size: 1.4em;
	margin-bottom: 8px;
	}
.introduction span{
	font-size: 1em;
	line-height: 1.7;
	}
.introduction p br{
	display: block;
	}
}

/*-------------------------
当院の特長
--------------------------*/
.prpoint{
  padding: 0 0 0 1.8em;
  margin: 0 0 0.5em;
  line-height: 1.55;
  font-size: 1.2em;
  font-weight: 600;
	position: relative;
}
.prpoint:before{
	position: absolute;
	top: 0.4em;
	left: -0.2em;
  font-size: 1.8em;
  line-height: 0;
  color: #D1788A;
  font-family:"Material Symbols Rounded";
	content: "\e834"; /*チェックマーク*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
@media screen and (max-width:480px) {
.prpoint{
  font-size: 1.15em;
	}
}

.prpoint2{
  padding: 0 0 0 1.6em;
  margin: 0 0 0.5em;
  line-height: 1.55;
  font-size: 1.1em;
  font-weight: 600;
	position: relative;
}
.prpoint2:before{
	position: absolute;
	top: 0.4em;
	left: -0.2em;
  font-size: 1.6em;
  line-height: 0;
  color: #D1788A;
  font-family:"Material Symbols Rounded";
	content: "\e834"; /*チェックマーク*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
@media screen and (max-width:480px) {
.prpoint2{
  font-size: 1.05em;
	}
}

/*-------------------------
よくあるご質問
--------------------------*/
.question{
  padding: 0 0 0 1.8em;
  margin: 0 0 0.5em;
  line-height: 1.55;
  font-size: 1.2em;
  font-weight: 600;
	position: relative;
}
.question:before{
	position: absolute;
	top: 0.4em;
	left: -0.2em;
  font-size: 2em;
  line-height: 0;
  color: #D1788A;
  font-family:"Material Symbols Rounded";
	content: "\e94c"; /*クエスチョンマーク*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
@media screen and (max-width:480px) {
.question{
  font-size: 1.15em;
	}
}

/*-------------------------
治療費テーブル
--------------------------*/
.feetable {
  width: 100%;
  border-collapse: collapse;
}
.feetable tr {
	border: 1px solid #939BA6;
}
.feetable th{
  font-size: 1em;
  font-weight: 500;
  line-height: 1.55;
  padding: 1em 0.8em 1em 1.2em;
	background-color: #EBE8E7;
  color: #444;
	text-align: left;
}
.feetable td{
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  padding: 1em 1em 1em 0.8em;
  background: rgb(255,255,255,1);
  color: #444;
	text-align: right;
	white-space: nowrap;
}
.feetable td span{
	font-size: 0.8em;
	margin: 0 0 0 0.2em;
}
@media screen and (max-width:480px) {
.feetable th{
	font-size: 0.9em;
  padding: 0.8em 0.8em 0.8em 0.8em;
	}
.feetable td{
	font-size: 0.95em;
  padding: 0.8em 0.5em 0.8em 0.6em;
	}
}
