charset "UTF-8";

/*========= base ===========*/

html {
  margin: 0;
  padding:0;
}

body {
  margin: 0;
  -webkit-text-size-adjust:100%;
  padding: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 2.0;
}

h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul,li,dl,dt,dd {
  margin:0;
  padding:0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: .3s;
  opacity: 0.6;
}

section {
  margin-bottom: 120px;
}

.content-wrapper {
   width: 1400px;
   margin: 0 auto;
 }

/*共通*/
*{
box-sizing: border-box;
}
body{
  margin: 0;
}

/*ヘッダー部分*/
header{
  background-color: #9fca99;
  padding: 10px;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
}

.container{
  width:100%
}

.headerTitle{
  display: inline-block;
  margin:auto;
  font-size: 30px;
  font-weight: bold;
  float:left;
}

h4 {
  background-image: url("img/SZ_020.jpg");
  background-size: 55px 55px; /* 画像サイズ */
  background-repeat: no-repeat; /* 繰り返し表示オフ */
  padding: 0px 0px 0px 60px; /* 画像と重ならないように文字列を右に移動 */
}

.headerTitle img{
  width: 45px;
  height: 45px;
  padding-top: 5px;
}

header div{
  display: inline-block;
}

.headerContact{
  float:right;
}

.tel_box {
  padding: 0 20px 0 20px;
  vertical-align: top;
  margin-left: 10px;
}

.hour_time{
  padding: 0 20px 0 35px;
  vertical-align: top;
}

.intro{
  width: 700px;
}


main{
 flex:1;
}



header > p{
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  margin: 15px;
  padding: 20px;
  text-align: center;
  float: left;
}


/*ナビゲーション*/
#top-nav {
  text-align: center;
  margin: 0 auto;
  width: 980px;
}


#top-nav li{
  float:left;
  list-style-type: none;
  text-align: center;
  width: 180px;
  display: inline-block;
  margin-top: 10px;
    margin-right: 0 auto;
    margin-left: 0 auto;
}

#top-nav li img{
  display: block;
  height: 90px;
  width: 90px;
  margin: 0 auto;
}

#top-nav a{
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  text-align: center;
}
/*画像横幅*/

.main{
  text-align: center;
  width: 100%;
  height:100%;
}

.entry-content h1{
  font-size:2.42em;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-align:center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.entry-content h3{
  font-size:1.28em;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align:center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.content{
  width: 730px;
  margin: auto;
}

.special{
  width:980px;
  margin:auto;
}

h2{
  font-size:2.0em;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align:center;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom:solid 1px #f0821e;
}

th{
  border:1px  solid #f0821e;
  padding: 10px 15px;
  width:200px;
  background-color: #f0f0f0;
}

td{
  border:1px  solid #f0821e;
  padding: 10px 40px;
  width:400px;
}

table{
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
}
/*サービス*/
.service{
  width:980px;
  margin:auto;
}

.service >P{
  margin: 0 50px;
}

/*御利用*/
.patient {
  width:980px;
  margin:auto;
}

.patient >P{
  margin: 0 50px;
}

/*流れ*/
#flow {
  width:980px;
  margin:auto;
}

/*テーブル*/
.t_flow02{
  width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 30px;
}

table.t_flow02 th {
	 position:relative;
    color: #333333;
	background: #F0F0F0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.t_flow02 td {
	width: 400px;
	padding-left: 10px;
	padding: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  border-left: hidden;
}

table.t_flow02 th::after {
    left: 0;
    right: 0;
    bottom: -35px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    margin: 0 auto;
    display: block;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color:#f0821e;
    border-width: 15px;
    margin-top: -10px;

}

table.t_flow02 tr:last-child th::after{
	display:none;
}

/*費用*/
#fee  {
  width:980px;
  margin:auto;
}

/*地図*/
.map  {
  width:980px;
  margin:auto;
}

/*お問い合わせ*/
.contact_area {
  width:980px;
  margin:auto;
  margin-top: 50px;
}

/*フッター*/
footer{
  width:100%;
  font-size: 12px;
  padding: 15px;
  background: #9fca99;
  text-align: center;
  color:#000;
  margin-top: auto;
}

/*スタッフ*/
.staff_12{
  width: 980px;
  height: 400px;
  margin: 0 auto;
}

.staff_box1{
  width: 480px;
  height: 350px;
  margin-right: 10px;
  margin-top: 30px;
  float:left;
}

.staff_box2{
  width: 480px;
  height: 350px;
  margin-top: 30px;
  float:right;
}

.staff_box1 img{
  width: 180px;
  height: 200px;
  object-fit: cover;
}

.staff_box2 img{
  width: 180px;
  height: 200px;
  object-fit: cover;
}

.container_staff >h2{
  border-bottom:none;
}

h5{
  font-size: 20px;
  text-align: center;
}

.staff_34{
  width: 980px;
  height: 400px;
  margin: 0 auto;
}

.staff_box3{
  width: 480px;
  height: 350px;
  margin-right: 10px;
  margin-top: 30px;
  float:left;
}

.staff_box4{
  width: 480px;
  height: 350px;
  margin-top: 30px;
  float:right;
}

.staff_box3 img{
  width: 180px;
  height: 200px;
  object-fit: cover;
}

.staff_box4 img{
  width: 180px;
  height: 200px;
  object-fit: cover;
}

/*contact*/
.main-wrap{
  height: 800px;
}

#contact p {
	text-align: center;
	margin-bottom: 20px;
}

#contact dl {
	display:flex;
	flex-wrap:wrap;
}

#contact dt {
	width: 20%;
	margin-bottom: 10px;
}

#contact dd {
	width: 80%;
	margin-bottom: 10px;
}

#contact dd input ,
#contact dd textarea {
	width: 100%;
	border: 1px solid #c8c8c8;
	padding: 10px;
}

#contact dd textarea {
	height: 10rem;
}

#contact .button {
	text-align: center;
}

#contact .button input{
	border:1px solid #24292e;
	background-color: #24292e;
	width: 200px;
	padding: 15px 0;
	color: #fff;
	transition: all 0.3s;
}

#contact .button input:hover {
	background-color: #fff;
	color:#24292e;
}



.container_contact #contact {
    margin-left: auto;
    width: 700px;
    height: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: auto;
}

dl dd #name {
    width: 500px;
}
dl dd #email {
    width: 500px;
    float: right;
}
dl dd #name {
    width: 500px;
    float: right;
}
dl dd #tel {
    width: 500px;
    float: right;
}
dl dd #content {
    width: 500px;
    float: right;
}
dl dt  {
    width: 200px;
    float: left;
}
