@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	color: #333333;
	font-size: 100%;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  background-color:#F8F9FA;
}
a{
	text-decoration: none;
}
button{
	display: none;
}
/*ヘッター*/
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border-radius: 13px;
}
nav ul{
	justify-content: flex-end;
	display: flex;
	list-style: none;
	margin-top: 31px;
}
nav li{
	margin-right: 30px;
}
nav a{
	color: #004986;
	font-size: 16px;
	
}
a:hover{
	opacity: 0.5;
	transition: all .3s;
}
header{
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 25px;
	position: fixed;
	width: 100%;
	right: 0;
	left: 0;
	box-shadow: 5px 5px 5px #D0D0D0;
	z-index: 10;
}
.menu-wrapper {
  position: relative;
}

.menu-icon {
	position: absolute;
  width: 30px;
  height: 25px;
  top: 20px;
  right: 30px;
  cursor: pointer;
  z-index: 3;
  display: inline-block;
}

.menu-icon span {
  display: block;
  height: 4px;
  margin: 6px 0;
  background: #306A9A;
  border-radius: 2px;
  transition: 0.4s;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* オーバーレイ背景 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（左から出す） */
.menu {
  position: fixed;
  top: 0;
  right: -250px; /* ← 初期位置を左へ */
  width: 250px;
  height: 100%;
  background: #004686;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: right 0.4s ease;
  z-index: 2;
}

#menu-toggle:checked ~ .menu {
  right: 0; /* ← 開いたときは左0へ */
}

.menu ul {
  list-style: none;
  padding: 60px 20px;
  display: block;
}

.menu li {
  margin: 20px 0;
}

.menu a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  transition: color 0.3s;
}

.menu a:hover {
  opacity: 0.5;
}
.menu-wrapper{
	display: none;
}
.header2{
	max-width: 80%;
	margin: 0 auto;
}
h1 a:hover{
	opacity: 1;
}
#top{
	min-height: 100vh;
	padding-top: 50px;
	background-image: url(images/3987032_m.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
/*ファーストビュー*/
.title{
	position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
}
.title p{
	text-align: left;
	line-height: 80px;
	font-size: 30px;
	color: #004986;
	font-weight: 800;
}
.title span{
	background-color: rgba(255,255,255,0.4);
	padding: 5px;
}
.wrap{
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
h2{
	color: #004986;
	margin-bottom: 36px;
	font-size: 32px;
	margin-top: 150px;
}
.english{
	color: #737373;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 14px;
}
.english:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #D9D9D9;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}


/*お知らせ*/
.news-about .btn a{
	color: #fff;
	font-size: 14px;
}
.news{
	margin-bottom: 200px;
}
.news2{
	margin-top: 50px;
	text-align: left;
	border: 5px solid #D9D9D9;
	padding: 20px 35px 0 35px;
	border-radius: 17px;
	background-color: #fff;
}
.news2 a{
	color: #004686;
}
.news-about{
	display: flex;
}
.time,.news-text,.arrow{
	margin: auto 0;
}
.time{
	margin: auto 3%;
}
.news-text a{
	color: #333;
}
.news-text{
	flex-basis: 70%;
}
.arrow{
	font-size: 25px;
}
.news-about2{
	margin-bottom: -20px;
	margin-top: -10px;
}
/*診療時間*/
.hours{
    background-color: #ECF9FF;
    margin-bottom: 130px;
    padding: 60px 30px 130px 30px;
}
.hours2{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.hours3{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.strong{
	font-size: 25px;
	font-weight: 600;
	color: #004986;
}
strong{
	font-size: 40px;
	letter-spacing: -6px;
}
.hours4{
	margin-right: 50px;
}
.hours4 p{
	line-height: 28px;
}
.hours5{
	margin-left: 50px;
}
.btn{
	display: inline-block;
	background-color: #004986;
	color: #ffffff;
	border-radius: 22.5px;
	padding: 7px 30px;
	margin: 25px 0;
}
.hours h2,.company h2,aside h2{
	margin-top: 0;
}


/*コンセプト*/

.vison2,.vison4{
	display: flex;
	justify-content: center;
	text-align: left;
	line-height: 28px;
	margin-top: 50px;
}
.vison3{
	margin-top: 70px;
	margin-left: 50px;
}
.vison5{
	margin-top: 70px;
	margin-right: 50px;
}
.vison h3{
	color: #004686;
	font-size: 25px;
	margin-bottom: 20px;
}
.vison4{
	margin-top: 100px;
}
.vison{
	margin-top: 200px;
	margin-bottom: 200px;
}
.fadeInUp{
opacity: 0;
transform: translateY(40px);
transition: 2s;
&:nth-child(2){
	transition: 2.5s;
}
&:nth-child(3){
	transition: 3s;
}
}


/*みらい歯科の特徴*/
.company{
	background-image: url(images/innai2-のコピ2ー.jpg);
	padding: 140px 0 240px 0;
	text-align: center;
}
.company h2,.company .english{
	color: #ffffff;
}
.company section h3{
	color: #004686;
	font-size: 25px;
	margin-bottom: 40px;
}
.num{
	color: #004686;
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 10px;
}
.company2{
	display: flex;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}
.company2 section{
	width: 25%;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 25px 35px 35px 35px;
}
.company section p{
	text-align: justify;
	line-height: 28px;
}
.company section img{
	margin-top: 25px;
}
.company2 section:nth-of-type(2){
  margin: 0 -50px;
}



/*院長紹介*/
.dt{
	padding: 150px 0 100px 0;
	background-color: #ECF9FF;
}
.dt h2{
	margin-top: 0;
}
.doctor2{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.doctor2 img{
	width: 400px;
	height: 350px;
}
.doctor-text{
	width: 45%;
	line-height: 28px;
	text-align: left;
	margin-left: 25px;
}
.imgs-syokai{
	background-color: #fff;
	text-align: left;
	margin-top: 25px;
	padding: 25px;
	border-radius: 13px;
}
.doctor-name{
	font-size: 25px;
	font-weight: 600;
}
.name{
	display: flex;
}
.intyo{
	margin: auto 25px;
	color: #004686;
}
.name-small{
	font-size: 11px;
	font-weight: 600;
}
.doctor2 ul{
	list-style: none;
	margin-top: 20px;
}

/*よくあるご質問*/
.question-wrap{
	background-image: url(images/png.png);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	padding: 150px 0;
}
.question-wrap h2{
	margin-top: 0;
}
dl h3{
	color: #004686;
	border-bottom: solid 1px #004686;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 100px;
	font-size: 24px;
}
.faq-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}
.qa2{
	background-color: #ECF9FF;
	padding: 150px 0 100px 0;
}
.qa2 h2{
	margin-top: 0;
}
.question {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
  color: #004686;
  border-radius: 13px;
  box-shadow: 5px 5px 5px #D0D0D0;
}
.flex{
	display: flex;
}
dt {
	padding-top: 15px;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #333;
}
.q{
	margin-right: 15px;
}
dt:hover {
  opacity: 0.5;
  transition: 1s;
}
.q,.mine,.plus{
	font-size: 35px;
	color: #004986;
	font-weight: 600;
	flex-basis:5%;
}
.puls{
	text-align: right;
}
.plus,.mine{
	margin-left: auto;
}
.mine{
	display: none;
}	
.question.appear .mine {
  display: block;
}
.question.appear .plus {
  display: none;
}
dd {
  padding: 20px;
  margin: 0;
  display: none;
  color: #333;
  text-align: left;
  
}
dd::before {
  content: 'A ';
  margin-right: 10px;
  font-size: 35px;
  font-weight: 600;
  color: #FF8D2A;
}
.question.appear dd {
  display: block;
  animation: .3s fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.question-wrap2 .btn{
	margin-top: 7%;
}
.question-wrap2 .btn a{
	color: #fff;
}
/*みなさんのお悩みをお聞かせください*/
.h2{
	display: none;
}
.worries-bg{
	background-color: #ECF9FF;
	padding: 20px 0 100px 0;
}

.onayami2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 25px;
}
.onayami3{
	border: 5px solid #DEE5E9;
	border-radius: 13px;
	width: 280px;
	margin: 25px 25px;
	padding: 17px 47px 7px 47px;
	font-size: 15px;
	background-color: #fff;
}
.onayami3 h3{
	color: #004986;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.small{
	font-size: 14px;
	margin-bottom: 20px;
	color: #737373;
}
.onayami3 li{
	text-align: left;
	line-height: 35px;
	padding-left: 10px;
	color: #333333;
}
.onayami3 img{
	width: 100px;
	height: 100px;
}
.none{
	pointer-events: none;
}
/*マップと診療時間*/
.access iframe{
	margin-top: 50px;
}
.aside3{
	display: flex;
	justify-content: center;
}

aside{
	text-align: center;
	background-color: #ECF9FF;
	padding: 100px 0;
	margin-top: 200px;
	line-height: 20px;
}
.aside2{
	margin-right: 20px;
}
.aside2 p{
	line-height: 20px;
}
.yoyaku{
	margin-left: 50px;
	margin-top: 100px;
}
.wrap5{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/*フッター*/
footer ul{
	display: flex;
	justify-content: center;
	list-style: none;
}
footer li{
	margin:40px 20px;
}
footer a{
	color: #ffffff;
}
footer{
	background-color: #004986;
	color: #ffffff;
	text-align: center;
}
.footer-small{
	padding: 40px 0 20px 0;
	font-size: 14px;
}


/*当院について*/
#top2{
	background-image: url(images/innai2-のコピ2ー.jpg);
	min-height: 70vh;
	padding-top: 50px;
}
.catch2{
	color: #ffffff;
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	padding-top: 250px;
	letter-spacing: 5px;
}
.catch2-english{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 5px;
	opacity: 0.7;
}
.wrap2{
	width: 55%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
}
.touin{
	margin-top: 200px;
	
}
.touin:nth-of-type(3){
	margin-bottom: 200px;
}
.touin p{
	text-align: left;
}
.touin .english{
	margin-bottom: 50px;
}
.touin img{
	width: 400px;
	height: 280px;
	margin-top: 20px;
}
.touin img:nth-of-type(even){
	margin-left: 20px;
}

/*初めての方へ*/

.hajimete,.irumono{
  margin-top: 150px;
  margin-bottom: 150px;
}

.monsin{
	display: flex;
}

.hajimete p{
  text-align: left;
  line-height: 28px;
}
.hajimete .english{
	margin-bottom: 50px;
}
 .irumono li{
 	text-align: left;
 	line-height: 35px;
 	font-size: 18px;
 }
.irumono .english{
	margin-bottom: 50px;
}
.irumono2{
	border: solid 5px #D9D9D9;
	border-radius: 17px;
	padding: 30px 50px;
	background-color: #fff;
}

.monsin{
	text-align: left;
	margin-top: 50px;
}

.monsin img{
	margin-left: 50px;
	margin-top: 20px;
}
.num1{
	font-weight: 900;
	font-size: 35px;
	letter-spacing: -8px;
}
.abc h3{
	border-bottom: solid 1px #004986;
	color: #004986;
	margin-bottom: 30px;
	font-size: 20px;
}

.monsin p{
	line-height: 26px;
}
.osiharai{
	margin-top: 200px;
}
.osiharai .english{
	margin-bottom: 50px;
}
.osiharai2{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.osiharai img{
	width: 200px;
	height: 200px;
}
.mn:nth-child(2){
	margin: 0 50px;
}

.osiharai p{
	text-align: left;
}
.mn p{
	color: #004686;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.osiharai ul{
	margin-top: 20px;
	background-color: #fff;
	padding: 20px;
	list-style: none;
	border: 5px solid #D9D9D9;
	border-radius: 13px;
}
.osiharai li{
	text-align: left;
	margin-top: 10px;
}
.block{
	display: none;
}
/*診療案内*/
.wrap3{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
}
.annai{
	margin-top: 150px;
}
.annai .english{
	margin-bottom: 50px;
}
.annai p{
	text-align: left;
	line-height: 28px;
}
.kikai3{
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-top: 100px;
}
.kikai3 img{
	margin-left: 50px;
	width: 250px;
	height: 250px;
}
.kikai2{
	margin: 50px 0;
}
.kikai3 h3{
	font-size: 20px;
	color: #004986;
	border-bottom: solid 1px #004986;
	margin-bottom: 20px;
}
.kigu{
	margin-bottom: 400px;
}
.sinryo{
	display: flex;
	margin-top: 100px;
	text-align: left;
}
.sinryo h2{
	margin: 0;
	border-bottom: 1px solid #004686;
	font-size: 30px;
	margin-bottom: 20px;
}
.sinryo img{
	width: 430px;
	height: 280px;
}
.sinryo img:nth-child(odd){
	margin-right: 40px;
}
.sinryo img:nth-child(even){
	margin-left: 40px;
}
.sinryo .btn{
	float: right;
}
/*アクセス*/
.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 925px;
  margin: 0 auto;
  margin-top: 50px;
}
.table_design01 th, .table_design01 td {
  border: 1px solid #333;
  background-color: #fff;
  padding: 1em;
}
.table_design01 th {
  background-color: #004686;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 30%;
  min-width: 4em;
  border-bottom: solid 1px #fff;
  font-size: 20px;
  
}
.table_design01 td{
	text-align: left;
}
.access3{
	display: flex;
	justify-content: center;
	text-align: left;
	margin-top: 100px;
}
.access3 img{
	margin-right: 100px;
}
.moji p{
	line-height: 60px;
}
.moji2 p{
	line-height: 60px;
}
.moji{
	margin-right: 50px;
}
.map{
	margin-right: 100px;
}
.hutomoji{
	font-weight: 600;
	font-size: 20px;
	color: #004686;
}
.access4{
	margin-bottom: 30px;
}
/*WEB予約*/
.yoyakuannai{
	text-align: left;
	width: 60%;
	margin: 0 auto;
	margin-top: 100px;
}
.web{
	width: 100%;
	color: #333333;
	text-align: left;
	padding: 50px 100px;
}

.web small{
	color: #004986;
}
.web th,.web td{
	padding: 25px 20px;
	border-bottom: 1px solid #DEE5E9;
}

.web th{
	color: #333;
	font-size: 18px;
	width: 25%;
}

.web input[type="text"],
.web input[type="email"],
.web input[type="tel"],
.web textarea{
	width: 100%;
	padding: 10px;
  font-size: 1em;
  border: 1px solid #DEE5E9;
  background-color: #DEE5E9;
}
select{
	padding: 10px 10px;
}
.check1{
	margin-bottom: 20px;
}
.check1 a{
	color: #2D93E8;
	text-decoration: underline;
}
.webbtn input{
	background-color: #004986;
	border: none;
	color: #fff;
	font-size: 1em;
	padding: 10px 20px;
	border-radius: 50px;
}

input:hover{
	opacity: 0.5;
	transition: all .3s;

}
/*虫歯、歯周病、根幹治療、インプラント、入れ歯*/
.ippan2 a{
	text-decoration: none;
	color: #fff;
}
.ippan2 a:hover{
	opacity: 0.5;
	transition: 1s;
}
.musiba3{
	width: 55%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
	border-radius: 15px;
}
.mushiba2 p{
	text-align: left;
	line-height: 28px;
}
.mushibatxt{
	margin-top: 30px;
}
.chukoku{
	color: #004986;
	margin-top: 40px;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 250px;
	text-align: center;
}
.chukoku2{
	display: none;
}
.marker{
	background: linear-gradient(transparent 50%, #ECF9FF 70%);
}
.ha h3{
	background-color: #004686;
	color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  margin-bottom: 15px;
}
.ha{
	width: 70%;
}
.monsin2{
	margin-top: 100px;
	margin-bottom: 100px;
}
.monsin{
	margin-bottom: 50px;
}

.monsin2 .monsin img{
	margin-bottom: 85px;
	width: 230px;
	height: 230px;
}

.monsin2 .monsin:nth-of-type(4){
	border-bottom: none;
	margin-bottom: 20px;
}

.monsin2 img{
	margin-right: 0px;
	margin-left: 30px;
}
.ippansinryo{
	display: flex;
	justify-content: center;
}
.ippan2{
	color: #fff;
	background-color: #004686;
	margin: 150px 50px 100px 50px;
	padding: 10px 20px;
	width: 80%;
}
/*インプラント、入れ歯*/

.inpra h3{
	color: #004986;
	border-bottom: solid 2px #004986;
	text-align: left;
	margin-bottom: 20px;
	font-size: 25px;
}
.inprant{
	margin-top: 100px;
	margin-bottom: 100px;
}
.wrap3 .english{
	margin-bottom: 50px;
}
.inprant h3 span{
	font-size: 45px;
	font-weight: 350;
}
.monsin .ha h3{
	color: #fff;
}

/*ニュース*/
.news-honbun{
	background-color: #fff;
	border: 5px solid #D9D9D9;
	padding: 50px;
	border-radius: 13px;
	margin-bottom: 50px;
}
.news-honbun:nth-child(1){
	margin-top: 150px;
}
.news-honbun h3{
	color: #004986;
	margin-top: 0;
	font-size: 25px;
	text-align: left;
	border-bottom: solid 1px #004986;
}
.news-honbun span{
	font-size: 15px;
	margin-right: 10px;
	font-weight: 600;
}
.news-honbun .english{
	margin-top: 10px;
}
.news-honbun p{
	margin-top: 25px;
	text-align: left;
}


@media screen and ( min-width:960px) and ( max-width:1390px){


nav ul{
	display: none;
}
.menu-icon {
  top: 25px;
}
/* メニュー本体（左から出す） */
.menu {
  right: -300px; /* ← 初期位置を左へ */
  width: 300px;
}
.menu-wrapper{
	display: block;
}
.header2{
	max-width: 80%;
	margin: 0 auto;
}
#top{
	min-height: 100vh;
	padding-top: 50px;
	background-image: url(images/3987032_m.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
/*ファーストビュー*/

.wrap{
	width: 85%;
	max-width: 1000px;
}
h2{
	margin-bottom: 36px;
	font-size: 30px;
	margin-top: 80px;
}
.english{
	margin-bottom: 1em;
	font-size: 14px;
}
.english:before {
  top: -20px;/*線の上下位置*/
  width: 40px;/*線の長さ*/
  height: 5px;/*線の太さ*/
}


/*お知らせ*/
.news{
	margin-bottom: 150px;
}
.news2{
	padding: 20px 35px 0 35px;
}
.time{
	margin: auto 3%;
}
.news-text{
	flex-basis: 50%;
}
/*診療時間*/
.hours{
    margin-bottom: 80px;
    padding: 60px 0;
}
.hours2{
	width: 87%;
	max-width: 1000px;
}
.hours3{
	margin-top: 40px;
}
.strong{
	font-size: 23px;
}
strong{
	font-size: 38px;
	letter-spacing: -6px;
}
.hours4{
	margin-right: 45px;
}
.hours5{
	margin-left: 0;
}
.btn{
	padding: 7px 20px;
	margin: 20px 0;
}


/*コンセプト*/
.vison img{
	width: 380px;
	height: 270px;
}
.vison2,.vison4{
	margin-top: 0;
}
.vison3{
	margin-top: 0;
	margin-left: 30px;
	max-width: 450px;
	text-align: justify;
}
.vison5{
	margin-top: 0;
	margin-right: 30px;
	max-width: 450px;
	text-align: justify;
}
.vison h3{
	font-size: 25px;
	margin-bottom: 15px;
}
.vison4{
	margin-top: 80px;
}
.vison{
	margin-top: 150px;
	margin-bottom: 150px;
}


/*みらい歯科の特徴*/
.company{
	padding: 80px 0 150px 0;
}
.company section h3{
	font-size: 22px;
	margin-bottom: 20px;
}
.num{
	font-size: 50px;
	margin-bottom: 5px;
}
.company2{
	width: 100%;
	padding-top: 15px;
}
.company2 section{
	width: 25%;
	padding: 15px 25px 25px 25px;
}
.company section img{
	margin-top: 25px;
}
.company2 section:nth-of-type(2){
  margin: 0 -50px;
}



/*院長紹介*/
.dt{
	padding: 100px 0;
}

/*よくあるご質問*/
.question-wrap{
	padding: 100px 0;
}
.faq-container {
  width: 87%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}

/*マップと診療時間*/
.access iframe{
	margin-top: 50px;
	max-width: 835px;
}

aside{
	margin-top: 150px;
}
.aside3{
	width: 87%;
	margin: 0 auto;
}
.yoyaku{
	margin-left: 50px;
	margin-top: 100px;
}


/*フッター*/
footer ul{
	display: flex;
	justify-content: center;
	list-style: none;
}
footer li{
	margin:30px 13px;
}
footer a{
	font-size: 14px;
}
.footer-small{
	padding: 20px 0 20px 0;
	font-size: 14px;
}


/*当院について*/
#top2{
	min-height: 50vh;
}
.catch2{
	font-size: 35px;
	padding-top: 150px;
}
.wrap2{
	width: 87%;
	max-width: 835px;
}

/*WEB予約*/
.yoyakuannai{
	width: 87%;
	max-width: 835px;
}
.web{
	padding: 50px 0;
}


/*虫歯、歯周病、根幹治療、インプラント、入れ歯*/
.ippan2 a{
	text-decoration: none;
	color: #fff;
}
.ippan2 a:hover{
	opacity: 0.5;
	transition: 1s;
}
.musiba3{
	width: 87%;
	max-width: 835px;
}

/*ニュース*/
.wrap3{
	width: 87%;
	max-width: 835px;
}
}


@media screen and (min-width:600px) and ( max-width:959px){

	.qa2{
	padding: 50px 0 50px 0;
}
	a:hover{
	opacity: 1;
}
img{
	border-radius: 13px;
}
nav ul{
	display: none;
}
.header2{
	max-width: 90%;
	margin: 0 auto;
	position: fixed
}
h1{
	width: 210px;
}
.menu-icon {
  top: 10px;
}
#top{
	min-height: 100vh;
	padding-top: 50px;
	background-image: url(images/top.png);
	background-size: cover;
	background-repeat: no-repeat;
}
/*ファーストビュー*/

.menu-wrapper{
	display: block;
}
.wrap{
	width: 87%;
	max-width: 525px;
	margin: 0 auto;
}
h2{
	font-size: 25px;
	margin-top: 50px;
}
.english{
	margin-bottom: 0;
	font-size: 12px;
}

/*お知らせ*/
.news{
	margin-bottom: 100px;
}
.time{
	margin: auto 3%;
}
.news-text{
	flex-basis: 50%;
}
.news .btn{
	padding: 7px 10px;
	font-size: 14px;
}
/*診療時間*/
.hours{
    margin-bottom: 0;
    padding: 50px 0 50px 0;
}
.hours2{
	width: 87%;
	max-width: 525px;
	margin: 0 auto;
}
.hours3{
	display: block;
	margin-top: 25px;
}
.strong{
	font-size: 20px;
	margin-bottom: -20px;
}
strong{
	font-size: 35px;
	letter-spacing: -5px;
}
.hours4{
	margin-right: 0;
	margin-bottom: 20px;
}
.hours4 p{
	line-height: 18px;
}
.txtleft{
	text-align: left;
}
.hours5{
	margin-left: 0;
}
.btn{
	margin: 25px 0;
}
.hours h2,.company h2,aside h2{
	margin-top: 0;
}


/*コンセプト*/


.vison img{
	width: 400px;
}
.vison2,.vison4{
	display: block;
	line-height: 25px;
	margin-top: 0;
}
.vison2{
	display: flex;
	flex-direction: column-reverse;
}
.vison3{
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
.vison5{
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
}
.vison h3{
	font-size: 18px;
	margin-bottom: 15px;
  border-bottom: solid 1px #004686;
}
.vison4{
	margin-top: 40px;
	flex-direction: column-reverse;
}
.vison{
	margin-top: 50px;
	margin-bottom: 100px;
}


/*みらい歯科の特徴*/
.company{
	padding: 50px 0 100px 0;
}
.company section h3{
	margin-bottom: 20px;
}
.company2{
	display: block;
	width: 100%;
	padding-top: 0;
}
.company2 p{
	font-size: 15px;
}
.company2 section{
	width: 87%;
	max-width: 300px;
}
.company section img{
	margin-top: 20px;
}
.company2 section:nth-of-type(2){
  margin:  25px auto;
}



/*院長紹介*/
.dt{
	padding: 50px 0 50px 0;
}
.dt h2{
	margin-top: 0;
}
.doctor2{
	display: block;
	margin-top: 25px;
}
.doctor2 img{
	width: 400px;
	height: auto;
}
.doctor-text{
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
}
.imgs-syokai{
	margin-top: 25px;
	padding: 25px 20px;
	border-radius: 13px;
}
.doctor-name{
	font-size: 20px;
	font-weight: 600;
}
.name{
	display: flex;
}
.intyo{
	margin: auto 25px;
	color: #004686;
	font-size: 14px;
}
.name-small{
	font-size: 11px;
	font-weight: 600;
}
.doctor2 ul{
	list-style: none;
	margin-top: 20px;
}


.question-wrap{
	padding: 50px 0;
}
dl h3{
	margin-bottom: 25px;
	margin-top: 50px;
	font-size: 20px;
}
.faq-container {
  width: 90%;
  margin-top: 25px;
}
.question {
  margin-bottom: 20px;
  padding: 10px;
}
dt {
	padding-top: 5px;
  position: relative;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  padding-right: 10px;
}

dt:hover {
  opacity: 1;
  transition: 1s;
}

dd {
  padding: 20px;
  margin: 0;
  display: none;
  color: #333;
  text-align: left;
  font-size: 15px;
}
dd::before {
  content: 'A ';
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #FF8D2A;
}
.question.appear dd {
  display: block;
  animation: .3s fadeIn;
}
.question-wrap2 .btn{
	margin-top: 7%;
}
.question-wrap2 .btn a{
	color: #fff;
}
.q{
	margin-right: 15px;
}
dt:hover {
  opacity: 1;
}
.q,.mine,.plus{
	font-size: 20px;
	font-weight: 700;
}

/*みなさんのお悩みをお聞かせください*/

.worries-bg{
	padding: 20px 0 50px 0;
}
.onayami2{
	max-width: 600px;
	margin: 0 auto;
}
.onayami3{
	border: 4px solid #DEE5E9;
	max-width: 230px;
	margin: 15px 15px;
	padding: 17px 15px 3px 15px;
	font-size: 14px;
}
.onayami3 h3{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.small{
	font-size: 12px;
	margin-bottom: 10px;
}
.onayami3 ul{
	list-style: none;
}
.onayami3 li{
	text-align: center;
	line-height: 30px;
	padding-left: 0;
}
.onayami3 img{
	width: 90px;
	height: 90px;
}
.none{
	pointer-events: none;
}
/*マップと診療時間*/

.aside3{
	display: block;
}
aside{
	padding:  80px 0 50px 0;
	margin-top: 60px;
	line-height: 20px;
}
aside .h2{
	font-size: 25px;
	line-height: 35px;
}
.aside2{
	margin-right: 0;
	padding: 0;
	margin-bottom: 0;
	width: 87%;
	max-width: 525px;
	margin: 0 auto;
}
.aside2 p{
	line-height: 20px;
	margin-bottom: 3px;
}
.yoyaku{
	margin-left: 0;
	margin-top: 20px;
}
.wrap5{
	width: 90%;
	margin: 0 auto;
}
iframe{
	margin-top: 0;
	width: 350px;
	height: 400px;
}
/*フッター*/
footer ul{
	display: none;
}
.footer-small{
	padding: 15px 0;
	font-size: 14px;
}


/*当院について*/
#top2{
	min-height: 35vh;
	padding-top: 25px;
}
.catch2{
	font-size: 28px;
	padding-top: 100px;
	letter-spacing: 2px;
	font-weight: 600;
}
.catch2-english{
	font-size: 12px;
}
.wrap2{
	width: 87%;
	max-width: 530px;
	margin: 0 auto;
}
.touin{
	margin-top: 50px;
}
.touin:nth-of-type(3){
	margin-bottom: 100px;
}
.touin img{
	width: 248px;
	height: 180px;
	margin-top: 20px;
}
.touin img:nth-of-type(even){
	margin-left: 20px;
}
.touin p{
	margin-bottom: -25px;
	margin-top: -10px;
}
/*初めての方へ*/

.hajimete,.irumono{
  margin-top: 50px;
  margin-bottom: 50px;
}
.hajimete p{
	margin-top: -30px;
}
 .irumono li{
 	line-height: 25px;
 	font-size: 15px;
 }
.irumono2{
	padding: 15px 30px;
	margin-top: -20px;
}

.monsin{
	margin-top: 30px;
}

.monsin img{
	width: 200px;
	height: 130px;
	margin-left: 20px;
	margin-top: 30px;
}
.num1{
	font-weight: 900;
	font-size: 30px;
	letter-spacing: -8px;
}
.monsin h3{
	margin-bottom: 15px;
	font-size: 20px;
}
.osiharai{
	margin-top: 80px;
}
.osiharai2{
	margin-bottom: 30px;
	margin-top: -10px;
}
.osiharai img{
	width: 100px;
	height: 100px;
}
.mn:nth-child(2){
	margin: 0;
}
.mn p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
}
.osiharai ul{
	margin-top: 20px;
	background-color: #fff;
	padding: 5px 15px;
	border: 5px solid #D9D9D9;
}
.osiharai li{
	text-align: left;
	margin-top: 5px;
}
.osiharai li span{
	color: #004986;
	font-weight: 600;
}
.none{
	display: none;
}
.block{
	display: block;
}
/*診療案内*/
.wrap3{
	width: 87%;
	max-width: 900px;
}
.annai{
	margin-top: 50px;
}
.annai p{
	margin-top: -30px;
}
.kikai3{
	justify-content: center;
	margin-top: 50px;
}
.kikai3 img{
	margin-left: 20px;
	width: 190px;
	height: 190px;
	margin-top: 15px;
}
.kikai2{
	margin: 50px 0;
}
.kikai3 h3{
	font-size: 18px;
	border-bottom: solid 1px #004986;
	margin-bottom: 15px;
}
.kigu{
	margin-bottom: 100px;
}
.sinryo{
	display: block;
	margin-top: 25px;
}
.sinryo h2{
	margin: 15px 0;
	font-size: 20px;
}
.sinryo img{
	width: 350px;
	height: 220px;
}
.sinryo img:nth-child(odd){
	margin-right: 0;
}
.sinryo img:nth-child(even){
	margin-left: 0;
}
.sinryo .btn{
	float: right;
	font-size: 15px;
	padding: 7px 20px;
	margin-top: 10px;
}

.sinryo{
	overflow: hidden;
}
/*アクセス*/
.table_design01 th {
  font-size: 15px;
}
.table_design01{
	margin-top: 30px;
	font-size: 14px;
}
.access3{
	display: flex;
	justify-content: center;
	text-align: left;
	margin-top: 50px;
}
.access3{
	display: block;
	justify-content: center;
	margin-top: 50px;
}
.flex{
	display: flex;
}
.access3 img{
	margin-right: 0;
}
.moji p{
	line-height: 40px;
}
.moji2 p{
	line-height: 40px;
}
.moji{
	margin-right: 10px;
}
.map{
	margin-right: 0;
}
.hutomoji{
	font-weight: 600;
	font-size: 16px;
}
.access4{
	margin-bottom: 15px;
}
iframe{
	width: 100%;
	margin-top: 0;
}
.access2{
	margin-top: 25px;
}
/*WEB予約*/
.yoyakuannai{
	width: 100%;
	margin-bottom: 0;
}
.web{
	width: 100%;
	padding: 0;
}
.web th,.web td{
	padding: 5px 10px;
}

.web th{
	font-size: 12px;
	
}

.web input[type="text"],
.web input[type="email"],
.web input[type="tel"],
.web textarea{
	width: 100%;
	padding: 10px;
  font-size: 1em;
}
.webbtn input{
	font-size: 1em;
	padding: 10px 20px;
	border-radius: 50px;
}
.webbtn{
	margin-top: 25px;
}
.check1{
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 14px;
}



.faq-container h3{
	font-size: 18px;
}
.question{
	margin-top: 5px;
}
/*虫歯、歯周病、根幹治療、インプラント、入れ歯*/
.img-center{
	text-align: center;
}
.musiba3{
	width: 87%;
}
.ha h3{
  padding: 10px;
  font-size: 18px;
}
.ha{
	width: 100%;
}
.monsin2{
	margin-top: 0;
	margin-bottom: 20px;
}
.monsin{
	margin-top: 50px;
	margin-bottom: 0;
}
.monsin2 .monsin img{
	width: 190px;
	height: 150px;
	margin-bottom: 0;
	margin-top: 100px;
	margin-left: 20px;
}

.monsin2 .monsin:nth-of-type(4){
	border-bottom: none;
	margin-bottom: 80px;
}

.monsin2 img{
	margin-right: 0;
	margin-left: 0;
}
.ippansinryo{
	display: flex;
	justify-content: center;
}
.ippan2{
	color: #fff;
	background-color: #004686;
	margin: 150px 50px 100px 50px;
	padding: 10px 20px;
	width: 80%;
}
.chukoku{
	font-size: 20px;
	margin-bottom: 80px;
}
/*インプラント、入れ歯*/

.inpra h3{
	margin-bottom: 15px;
	font-size: 20px;
}
.inprant{
	margin-top: 50px;
	margin-bottom: 50px;
}



.inprant h3 span{
	font-size: 40px;
	font-weight: 350;
}

/*お知らせ*/
.wrap3{
	width: 87%;
	max-width: 525px;
	margin: 0 auto;
}
.news-honbun{
	padding: 15px 15px;
	margin-bottom: 25px;
	border: 4px solid #D9D9D9;
}
.news-honbun:nth-child(1){
	margin-top: 50px;
}
.news-honbun h3{
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 15px;
}
.news-honbun h3 span{
	font-weight: 500;
	font-size: 14px;
}
.news-honbun p{
	margin-top: -5px;
}
.wrap3 .english{
	margin-bottom: 25px;
}
}



@media (min-width: 800px) and (max-width: 960px){

	.company{
	padding: 50px 0 100px 0;
}
.company section h3{
	font-size: 19px;
	margin-bottom: 20px;
}
.num{
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 5px;
}
.company2{
	display: flex;
	width: 90%;
	padding-top: 0;
}
.company2 p{
	font-size: 15px;
}
.company2 section{
	width: 87%;
	max-width: 250px;
	padding: 15px 18px 18px 18px;
}
.company section img{
	margin-top: 20px;
}
.company2 section:nth-of-type(2){
  margin:  auto 25px;
}

}

@media (max-width: 600px){

.qa2{
	padding: 50px 0 50px 0;
}
/*ヘッター*/
a:hover{
	opacity: 1;
}
img{
	border-radius: 13px;
}
nav ul{
	display: none;
}
.header2{
	max-width: 90%;
	margin: 0 auto;
	position: fixed
}
h1{
	width: 210px;
}
.menu-icon {
  top: 10px;
}
#top{
	min-height: 100vh;
	padding-top: 50px;
	background-image: url(images/topsp.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.title{
	position: absolute;
  top: 65%;
  right: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
}
.title p{
	text-align: left;
	line-height: 50px;
	font-size: 18px;
	color: #004986;
	font-weight: 800;
}
.title span{
	background-color: rgba(255,255,255,0.4);
	padding: 5px;
}
/*ファーストビュー*/

.menu-wrapper{
	display: block;
}
.wrap{
	width: 87%;
}
h2{
	margin-bottom: 15px;
	font-size: 20px;
	margin-top: 50px;
}
.english{
	margin-bottom: 0;
	font-size: 11px;
}
.english:before {
  top: -12px;/*線の上下位置*/
  width: 30px;/*線の長さ*/
  height: 4px;/*線の太さ*/
}
/*お知らせ*/
.news{
	margin-bottom: 50px;
}
.news2{
	margin-top: 25px;
	padding: 10px 20px 10px 20px;
	border-radius: 17px;
	border: 4px solid #D9D9D9;
}
.news2 .btn{
	border-radius: 30px;
	padding: 5px 20px;
	margin: 20px 0;
	margin-bottom: 15px;
	font-size: 14px;
}
.news-about{
	display: block;
}
.time,.news-text,.arrow{
	margin: auto 0;
}
.time{
	margin: auto 0;
	margin-top: -10px;
	font-size: 14px;
}
.news-text{
	flex-basis: 70%;
	margin-bottom: 20px;
}
.arrow{
	font-size: 20px;
	float: right;
	margin-top: -45px;
}
.news-about2{
	margin-bottom: -20px;
	margin-top: -10px;
}
/*診療時間*/
.hours{
    margin-bottom: 0;
    padding: 50px 0 50px 0;
}
.hours2{
	width: 87%;
}
.hours3{
	display: block;
	margin-top: 25px;
}
.strong{
	font-size: 16px;
	margin-bottom: -20px;
}
strong{
	font-size: 28px;
	letter-spacing: -5px;
}
.hours4{
	margin-right: 0;
	margin-bottom: 20px;
}
.hours4 p{
	line-height: 18px;
}
.txtleft{
	text-align: left;
}
.hours5{
	margin-left: 0;
}
.btn{
	margin: 25px 0;
}
.hours h2,.company h2,aside h2{
	margin-top: 0;
}


/*コンセプト*/

.vison2,.vison4{
	display: block;
	line-height: 25px;
	margin-top: 0;
}
.vison2{
	display: flex;
	flex-direction: column-reverse;
}
.vison3{
	margin-top: 0;
	margin-left: 0;
}
.vison5{
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
}
.vison h3{
	font-size: 18px;
	margin-bottom: 15px;
  border-bottom: solid 1px #004686;
}
.vison4{
	margin-top: 40px;
	flex-direction: column-reverse;
}
.vison{
	margin-top: 50px;
	margin-bottom: 100px;
}
.fadeInUp{
opacity: 0;
transform: translateY(40px);
transition: 2s;
&:nth-child(2){
	transition: 2.5s;
}
&:nth-child(3){
	transition: 3s;
}
}


/*みらい歯科の特徴*/
.company{
	padding: 50px 0 100px 0;
}
.company section h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.num{
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 5px;
}
.company2{
	display: block;
	width: 100%;
	padding-top: 0;
}
.company2 section{
	width: 87%;
	max-width: 350px;
	padding: 20px 25px 25px 25px;
}
.company section img{
	width: 300px;
	margin-top: 20px;
}
.company2 section:nth-of-type(2){
  margin: 25px auto;
}



/*院長紹介*/
.dt{
	padding: 50px 0 50px 0;
}
.dt h2{
	margin-top: 0;
}
.doctor2{
	display: block;
	margin-top: 25px;
}
.doctor2 img{
	width: 100%;
	height: auto;
}
.doctor-text{
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
}
.imgs-syokai{
	padding: 20px 20px;
	border-radius: 13px;
}
.doctor-name{
	font-size: 20px;
	font-weight: 600;
}
.name{
	display: flex;
}
.intyo{
	margin: auto 25px;
	color: #004686;
	font-size: 14px;
}
.name-small{
	font-size: 11px;
	font-weight: 600;
}
.doctor2 ul{
	list-style: none;
	margin-top: 20px;
}


.question-wrap{
	padding: 50px 0;
}
dl h3{
	margin-bottom: 25px;
	margin-top: 50px;
	font-size: 20px;
}
.faq-container {
  width: 90%;
  margin-top: 25px;
}
.question {
  margin-bottom: 20px;
  padding: 10px;
}
dt {
	padding-top: 5px;
  position: relative;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  padding-right: 10px;
}

dt:hover {
  opacity: 1;
  transition: 1s;
}

dd {
  padding: 20px;
  margin: 0;
  display: none;
  color: #333;
  text-align: left;
  font-size: 15px;
}
dd::before {
  content: 'A ';
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #FF8D2A;
}
.question.appear dd {
  display: block;
  animation: .3s fadeIn;
}
.question-wrap2 .btn{
	margin-top: 7%;
}
.question-wrap2 .btn a{
	color: #fff;
}
.q{
	margin-right: 15px;
}
dt:hover {
  opacity: 1;
}
.q,.mine,.plus{
	font-size: 20px;
	font-weight: 700;
}

/*みなさんのお悩みをお聞かせください*/

.worries-bg{
	padding: 10px 0 50px 0;
}
.onayami2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 350px;
	margin: 0 auto;
	margin-top: 25px;
}
.onayami3{
	width: 45%;
	padding: 15px;
	font-size: 15px;
	margin: 7px 7px;
	border: 4px solid #DEE5E9;
}
.h2-none{
	display: none;
}
.h2{
	display: block;
	color: #004986;
	margin-bottom: 15px;
	font-size: 20px;
	margin-top: 50px;
}
.onayami3 h3{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.small{
	font-size: 11px;
	margin-bottom: 0;
}
.onayami3 img{
	width: 70px;
	height: 70px;
}
.onayami3 ul{
	display: none;
}
.onayami3 .btn{
	display: none;
}
.none{
	pointer-events: auto;
}
/*マップと診療時間*/

.aside3{
	display: block;
}
aside{
	padding:  5px 0 50px 0;
	margin-top: 60px;
	line-height: 20px;
}
aside .h2{
	font-size: 25px;
	line-height: 35px;
}
.aside2{
	margin-right: 0;
	padding: 0;
	margin-bottom: 0;
	width: 87%;
	margin: 0 auto;
}
.aside2 p{
	line-height: 20px;
	margin-bottom: 3px;
}
.yoyaku{
	margin-left: 0;
	margin-top: 20px;
}
.wrap5{
	width: 90%;
	margin: 0 auto;
}
iframe{
	margin-top: 0;
	width: 350px;
	height: 400px;
}
/*フッター*/
footer ul{
	display: none;
}
.footer-small{
	padding: 10px 0;
	font-size: 13px;
}


/*当院について*/
#top2{
	min-height: 30vh;
	padding-top: 25px;
}
.catch2{
	font-size: 23px;
	padding-top: 100px;
	letter-spacing: 2px;
	font-weight: 600;
}
.catch2-english{
	font-size: 12px;
}
.wrap2{
	width: 87%;
}
.touin{
	margin-top: 50px;
}
.touin:nth-of-type(3){
	margin-bottom: 50px;
}
.touin img{
	width: 380px;
	height: 250px;
	margin-top: 15px;
}
.touin img:nth-of-type(even){
	margin-left: 0;
}
.touin p{
	margin-bottom: -25px;
	margin-top: -30px;
}
/*初めての方へ*/

.hajimete,.irumono{
  margin-top: 50px;
  margin-bottom: 50px;
}
.hajimete p{
	margin-top: -30px;
}
.monsin{
	display: block;
}
 .irumono li{
 	line-height: 25px;
 	font-size: 15px;
 }
.irumono2{
	padding: 15px 30px;
	margin-top: -20px;
}

.monsin{
	margin-top: 25px;
}

.monsin img{
	margin-left: 0;
	margin-top: 15px;
}
.num1{
	font-weight: 900;
	font-size: 25px;
	letter-spacing: -8px;
}
.monsin h3{
	margin-bottom: 15px;
	font-size: 18px;
}
.osiharai{
	margin-top: 80px;
}
.osiharai2{
	margin-bottom: 30px;
	margin-top: -10px;
}
.osiharai img{
	width: 100px;
	height: 100px;
}
.mn:nth-child(2){
	margin: 0;
}
.mn p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
}
.osiharai ul{
	margin-top: 20px;
	background-color: #fff;
	padding: 5px 15px;
	border: 5px solid #D9D9D9;
}
.osiharai li{
	text-align: left;
	margin-top: 5px;
}
.osiharai li span{
	color: #004986;
	font-weight: 600;
}
.none{
	display: none;
}
.block{
	display: block;
}
/*診療案内*/
.wrap3{
	width: 87%;
}
.annai{
	margin-top: 50px;
}
.annai p{
	margin-top: -30px;
}
.kikai3{
	display: block;
	justify-content: center;
	margin-top: 50px;
}
.kikai3 img{
	margin-left: 0;
	width: 200px;
	height: 200px;
	margin-top: 15px;
}
.kikai2{
	margin: 50px 0;
}
.kikai3 h3{
	font-size: 18px;
	border-bottom: solid 1px #004986;
	margin-bottom: 15px;
}
.kigu{
	margin-bottom: 100px;
}
.sinryo{
	display: block;
	margin-top: 25px;
}
.sinryo h2{
	margin: 15px 0;
	font-size: 20px;
}
.sinryo img{
	width: 430px;
	height: 220px;
}
.sinryo img:nth-child(odd){
	margin-right: 0;
}
.sinryo img:nth-child(even){
	margin-left: 0;
}
.sinryo .btn{
	float: right;
	font-size: 15px;
	padding: 7px 20px;
	margin-top: 10px;
}

.sinryo{
	overflow: hidden;
}
/*アクセス*/
.table_design01 th {
  font-size: 15px;
}
.table_design01{
	margin-top: 30px;
	font-size: 14px;
}
.access3{
	display: flex;
	justify-content: center;
	text-align: left;
	margin-top: 50px;
}
.access3{
	display: block;
	justify-content: center;
	margin-top: 50px;
}
.flex{
	display: flex;
}
.access3 img{
	margin-right: 0;
}
.moji p{
	line-height: 40px;
}
.moji2 p{
	line-height: 40px;
}
.moji{
	margin-right: 10px;
}
.map{
	margin-right: 0;
}
.hutomoji{
	font-weight: 600;
	font-size: 16px;
}
.access4{
	margin-bottom: 15px;
}
iframe{
	width: 100%;
	margin-top: 0;
}
.access2{
	margin-top: 25px;
}
/*WEB予約*/
.yoyakuannai{
	width: 100%;
	margin-bottom: 0;
	margin-top: 25px;
}
.web{
	width: 100%;
	padding: 0;
}
.web th,.web td{
	padding: 5px 10px;
}

.web th{
	font-size: 12px;
	
}

.web input[type="text"],
.web input[type="email"],
.web input[type="tel"],
.web textarea{
	width: 100%;
	padding: 10px;
  font-size: 1em;
}
.webbtn input{
	font-size: 1em;
	padding: 10px 20px;
	border-radius: 50px;
}
.webbtn{
	margin-top: 25px;
}
.check1{
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 14px;
}



.faq-container h3{
	font-size: 18px;
}
.question{
	margin-top: 5px;
}
/*虫歯、歯周病、根幹治療、インプラント、入れ歯*/
.img-center{
	text-align: center;
}
.musiba3{
	width: 87%;
}
.ha h3{
  padding: 10px;
  font-size: 18px;
}
.ha{
	width: 100%;
}
.monsin2{
	margin-top: 0;
	margin-bottom: 20px;
}
.monsin{
	margin-top: 50px;
	margin-bottom: 0;
}
.monsin2 .monsin img{
	width: 200px;
	height: 200px;
	margin-bottom: -5px;
}

.monsin2 .monsin:nth-of-type(4){
	border-bottom: none;
	margin-bottom: 80px;
}

.monsin2 img{
	margin-right: 0;
	margin-left: 0;
}
.ippansinryo{
	display: flex;
	justify-content: center;
}
.ippan2{
	color: #fff;
	background-color: #004686;
	margin: 150px 50px 100px 50px;
	padding: 10px 20px;
	width: 80%;
}
.chukoku{
	font-size: 16px;
	margin-bottom: 80px;
	display: none;
}
.chukoku2{
	display: block;
}
/*インプラント、入れ歯*/

.inpra h3{
	margin-bottom: 15px;
	font-size: 20px;
}
.inprant{
	margin-top: 50px;
	margin-bottom: 50px;
}



.inprant h3 span{
	font-size: 40px;
	font-weight: 350;
}

/*お知らせ*/
.wrap3{
	width: 87%;
}
.news-honbun{
	padding: 15px 15px;
	margin-bottom: 25px;
	border: 4px solid #D9D9D9;
}
.news-honbun:nth-child(1){
	margin-top: 50px;
}
.news-honbun h3{
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 15px;
}
.news-honbun h3 span{
	font-weight: 500;
	font-size: 14px;
}
.news-honbun p{
	margin-top: -5px;
}
.wrap3 .english{
	margin-bottom: 25px;
}

}




@media (min-width: 600px) and (max-width: 800px){
	#top{
		background-image: url(images/toptb.png);
	}
	.title{
  top: 70%;
}
.title p{
	line-height: 50px;
	font-size: 25px;
}
}

@media (min-width: 450px) and (max-width: 600px){
	#top{
		background-image: url(images/toptb2.png);
	}
	.title{
  top: 70%;
}
.title p{
	font-size: 20px;
}
}

