@charset "UTF-8";

/*
Theme Name: Ieda Iin original
Description: 家田医院公式サイト　オリジナルテーマ
Theme URI: https://www.ieda-iin.com/
Author: kanako_s
Version: 1.0.0
*/

/* A Modern CSS Reset */ 
*,
*::before,
*::after{
  box-sizing:border-box
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd{
  margin:0
}
ul[role="list"],
ol[role="list"]{
  list-style:none;
  margin: 0;
  padding: 0;
}
/*
html:focus-within{
  scroll-behavior:smooth
}
*/
html {
  overscroll-behavior: none;
}
body{
  min-height:100vh;
  text-rendering:optimizeSpeed;
}
a:not([class]){
  text-decoration-skip-ink:auto
}
img,
picture{
  max-width:100%;
  display:block
}
input,
button,
textarea,
select{
  font:inherit
}
@media(prefers-reduced-motion:reduce){
  html:focus-within{
    scroll-behavior:auto
  }
  *,
  *::before,
  *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important
  }
}


/* --------------------------------------
-----------------------------------------
COMMON
-----------------------------------------
----------------------------------------- */ 
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #333;
  font-size: 15px;
  line-height:1.5;
  position: relative;
}
body.addstyle {
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  body {
    font-size: 18px;
  }
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}
a.link {
  text-decoration: underline;
}

a:hover {
  opacity: .7;
}
a.link:hover {
  text-decoration: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.small {
  font-size: 90%;
}

/* --------------------------------------
FONT
----------------------------------------- */ 
.F_min {
  font-family: "Noto Serif JP", serif;;
  font-weight: 400;
}
.F_goth {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* weight=100-900 */ 

.F_w_100 {
  font-weight: 100;
}
.F_w_200 {
  font-weight: 200;
}
.F_w_300 {
  font-weight: 300;
}
.F_w_400 {
  font-weight: 400;
}
.F_w_500 {
  font-weight: 500;
}
.F_w_600 {
  font-weight: 600;
}
.F_w_700 {
  font-weight: 700;
}
.F_w_800 {
  font-weight: 800;
}
.F_w_900 {
  font-weight: 900;
}

.al_C {
  text-align: center;
}
.al_R {
  text-align: right;
}


/* --------------------------------------
COLOR
----------------------------------------- */ 
.color_bk {
  color: #333;
}
.color_bl {
  color: #335fa9;
}
.color_bl_40 {
  color: rgb(51, 95, 169, .4);
}
.color_gr {
  color: #007d82;
}
.color_gr_40 {
  color: rgb(0, 125, 130, .4);
}
.color_gry {
  color: #9aa4af;
}
.color_gry_l {
  color: #f0f5f5;
}
.color_wh {
  color: #fff;
}

.color_bl_bg {
  background: #335fa9;
}
.color_bl_40_bg {
  background: rgb(51, 95, 169, .4);
}
.color_gr_bg {
  background: #007d82;
}
.color_gry_l_bg{
  background: #f0f5f5;
}
.color_wh_bg {
  background: #fff;
}


/* --------------------------------------
.vsbl____
----------------------------------------- */ 
.vsbl_pc {
  display: none;
}
.vsbl_sp {
  display: block;
}

@media screen and (min-width: 960px) {
  .vsbl_pc {
    display: block;
  }
  .vsbl_sp{
    display: none;
  }
}

/* --------------------------------------
POSITION
----------------------------------------- */ 
.p_rltv {
  position: relative;
}
.p_abslt {
  position: absolute;
}

/* --------------------------------------
FLEX
----------------------------------------- */ 
.flex {
  display: flex;
}
.flex_C {
  display: flex;
  align-items: center;
}
.flex_T {
  display: flex;
  align-items:flex-start;
}
.flex_sb {
  justify-content: space-between;
}
.flex_c {
  justify-content:center;
}
.flex_e {
  justify-content:end;
}
.flex_wrap {
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .flex_part {
    display: flex;
  }
}

/* --------------------------------------
PD
----------------------------------------- */ 
.pd_T_20 {
  padding-top: 20px;
}
.pd_B_20 {
  padding-bottom: 20px;
}
.pd_T_30 {
  padding-top: 30px;
}
.pd_B_30 {
  padding-bottom: 30px;
}
.pd_T_50 {
  padding-top: 50px;
}
@media screen and (min-width: 960px) {
  .pd_T_20 {
    padding-top: 40px;
  }
  .pd_B_20 {
    padding-bottom: 40px;
  }
  .pd_T_30 {
    padding-top: 60px;
  }
  .pd_B_30 {
    padding-bottom: 60px;
  }
  .pd_T_50 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1430px) {
  .pd_T_20 {
    padding-top: 60px;
  }
  .pd_B_20 {
    padding-bottom: 60px;
  }
  .pd_T_30 {
    padding-top: 90px;
  }
  .pd_B_30 {
    padding-bottom: 90px;
  }
  .pd_T_50 {
    padding-top: 150px;
  }
}

/* --------------------------------------
MG
----------------------------------------- */ 
.mg_T_0 {
  margin-top: 0 !important;
}
.mg_T_20 {
  margin-top: 20px;
}
.mg_T_30 {
  margin-top: 30px;
}
.mg_T_40 {
  margin-top: 40px;
}
.mg_T_50 {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .mg_T_30 {
    margin-top: 60px;
  }
  .mg_T_40 {
    margin-top: 80px;
  }
  .mg_T_50 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1430px) {
  .mg_T_30 {
    margin-top: 90px;
  }
  .mg_T_40 {
    margin-top: 120px;
  }
  .mg_T_50 {
    margin-top: 150px;
  }
}


/* --------------------------------------
-----------------------------------------
header
-----------------------------------------
----------------------------------------- */ 

header {
  width: 100%;
  position: fixed;
  z-index: 10;
  transition: transform 0.3s;
  padding: 8px 20px;
  transform: translateY(0);
}

header.hide {
  transform: translateY(-116px); 
}
header.addstyle {
  background: #fff;
}

header h1{
  font-size: 70%;
  line-height: 1.2;
}
header h1 a {
  background: url("https://www.ieda-iin.com/wp-content/themes/iedaiin_orig/images/logo.svg") no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 70px;
  display: inline-block;
}
header h1 .F_site_title{
  font-size: 200%;
  display: block;
}

#home header:not(.addstyle) {
  padding-bottom: 50px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.7));
}

@media screen and (min-width: 960px) {
  header {
    position: absolute;
    margin-top: 0;
    transform: translateY(0);
    transition: margin-top 0.3s;
  }
  header.addstyle {
    position: fixed;
    transform: translateY(-50px);
    margin-top: 50px;
  }
  header > div.flex {
    display: flex;
    align-items: center;
    max-width: 1430px;
    margin: 0 auto;
  }
  header h1 {
    font-size: 65%;
  }
  header h1 a {
    padding-left: 68px;
  }
  header h1 .vsbl_pc{
    display: inline;
  }
  header h1 .F_site_title{
    font-size: 280%;
  }
  #home header:not(.addstyle) {
    padding-bottom: 70px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.7));
  }
}

@media screen and (min-width: 1430px) {
  header:not(.addstyle)  h1 {
    font-size: 80%;
    width: 43%;
  }
  header:not(.addstyle)  h1 a {
    padding-left: 110px;
  }
  header:not(.addstyle)  h1 .F_site_title{
    font-size: 360%;
  }
  #home header:not(.addstyle) {
    padding-bottom: 100px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.7));
  }
}

/* --------------------------------------
G_navi
----------------------------------------- */ 
/* .menu_btn and menu toggle
----------------------------------------- */ 
.menu_btn {
	position: fixed;
	top: 10px;
	right: 16px;
	z-index: 9999;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.menu_btn i {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background: #335fa9;
	opacity: 1;
	transition: 0.3s;
}
.menu_btn i:nth-child(1){
	top: 5px;
}
.menu_btn i:nth-child(2),.menu_btn i:nth-child(3){
	top: 50%;
	transform: translateY(-50%);
}
.menu_btn i:nth-child(4){
	bottom: 5px;
}
.menu_btn.close i:nth-child(1),.menu_btn.close i:nth-child(4){
	opacity: 0;
}
.menu_btn.close i:nth-child(2){
	transform: rotate(45deg);
}
.menu_btn.close i:nth-child(3){
	transform: rotate(-45deg);
}
.menu_wrap{
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgb(7, 6, 6,.5);
	opacity: 0;
	transition: 0.3s;
}
.menu_wrap.open{
	visibility: visible;
	opacity: 1;
}
.menu_wrap .menu_content{
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	width: 68vw;
	max-width: 640px;
	height: 100vh;
	padding: 60px 20px 20px;
  margin: 0;
	background: #fff;
	transition: 0.5s;
}
.menu_wrap.open .menu_content{
	transform: translateX(0);
}

@media screen and (min-width: 960px) {
  .menu_wrap{
    visibility: visible;
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    height: auto;
    background:transparent;
    opacity: 1;
  }
  .menu_wrap.open{
    visibility: visible;
    opacity: 1;
  }
  .menu_wrap .menu_content{
    position: relative;
    top: inherit;
    right: inherit;
    transform:none;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .menu_wrap.open .menu_content{
    transform: none;
  }
}

@media screen and (min-width: 1430px) {
  .menu_wrap {
    width: 57% ;
    max-width: 57% ;
  }
}

/* menu list
----------------------------------------- */ 

.menu_content ul:not(.contact_list) {
  margin-top: 20px;
}
.menu_content ul:not(.contact_list) a {
  display: block;
  padding: 10px 0;
  font-size: 120%;
  border-bottom: dashed 1px #f0f5f5;
}

@media screen and (min-width: 960px) {
  .menu_content ul:not(.contact_list) {
    margin: 10px 0 0;
    display: flex;
    justify-content: flex-end;
  }
  .menu_content ul:not(.contact_list) li {
    padding: 0 5px;
  }
  .menu_content ul:not(.contact_list) li a {
    padding: 0 10px ;
    font-size: 80%;
    border-bottom: none;
  }
  .menu_content li a.current {
    color: #335fa9;
  }
  .menu_content li.ico {
    padding: 11px 0 11px 10px;
  }
  .menu_content li.ico a {
    width: 20px;
  }
}
@media screen and (min-width: 1430px) {
  header:not(.addstyle) .menu_content ul:not(.contact_list) li a {
    padding: 0 18px ;
    font-size: 110%;
  }
}

/* --------------------------------------
-----------------------------------------
FOOTER
-----------------------------------------
----------------------------------------- */ 

footer .map{
  height: 300px;
}
footer .map iframe{
  width: 100%;
  height: 100%;
  border: none;
}
footer .logo {
  width: 200px;
  margin: 0 auto;
}
footer .inner {
  margin: 20px auto 0;
}
footer .img {
  margin: 0 auto 40px;
  max-width: 300px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

footer .ka_list {
  margin: 15px 0;
}
footer .ka_list li {
  padding: 0 8px;
  margin: 0 5px;
  border: solid 1px;
  font-size: 90%;
}

footer nav {
  font-size: 90%;
  margin: 20px 0 ;
  padding: 10px 0 0 0;
  border-top: solid 1px #f0f5f5;
}
footer nav a {
  text-decoration: underline;
}
footer nav li:last-child {
  margin-left: 20px;
}


@media screen and (min-width: 960px) {
  footer .inner {
    margin: 40px auto 20px;
  }
  footer .img {
    margin: 0;
    width: 45%;
    max-width: 45%;
    height: auto;
  }
  footer .flex_part > div {
    width: 50%;
  }
  footer nav {
    margin: 20px 0 0;
    padding: 10px 0 0 0;
  }
}

@media screen and (min-width: 1430px) {
  footer .map{
    height: 400px;
  }
  footer .inner {
    margin: 60px auto 20px;
  }
  footer .logo {
    width: 210px;
  }
  footer .ka_list {
    margin: 20px 0;
  }
  footer .address {
    font-size: 120%;
  }
}

/* --------------------------------------
-----------------------------------------
main_____COMMON
-----------------------------------------
----------------------------------------- */

body:not(#home) main {
  padding: 70px 0 0;
  margin-bottom: 10px;
}
body#home main {
  margin-bottom: 50px;
}

@media screen and (min-width: 960px) {
  body:not(#home) main {
    padding: 80px 0 10px;
  }
  body#home main {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1430px) {
  body:not(#home) main {
    padding: 100px 0 10px;
  }
  body#home main {
    margin-bottom: 120px;
  }
}

/* --------------------------------------
.main_content
----------------------------------------- */ 
@media screen and (min-width: 1200px) {
  .main_content {
    width: 65% ;
  }
}
@media screen and (min-width: 1430px) {
  .main_content {
    width: 70% ;
  }
}

/* --------------------------------------
inner
----------------------------------------- */ 
.inner {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.inner_2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.inner_3 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1430px) {
  .inner,
  .inner_2,
  .inner_3 {
    padding-left: 0;
    padding-right: 0;
  }
  .content_header {
    margin-bottom: 60px;
  }
  .content_footer {
    margin-top: 120px;
  }
}



/* --------------------------------------
aside
----------------------------------------- */ 

aside {
  border: solid 1px #9aa4af;
  margin: 60px auto 40px;
  padding: 20px;
  max-width: 500px;
}
aside section {
  padding-top: 40px;
}

aside h2 {
  font-size: 150%;
  color: #335fa9;
  padding-bottom: 5px;
  border-bottom: solid 1px #9aa4af;
  position: relative;
  margin-bottom: 10px;
}
aside h2::before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #335fa9;
  left: 0;
  bottom: -1px;
  position: absolute;
}

@media screen and (min-width: 1200px) {
  aside {
    border: none;
    border-left: solid 1px #9aa4af;
    margin: 0 auto;
    padding: 0 0 0 20px;
    width: 30%;
  }
}

@media screen and (min-width: 1430px) {
  aside {
    padding: 0 0 0 40px;
    width: 25%;
  }
}

/* .aside_list
----------------------------------------- */ 

.aside_list article a {
  display: block;
  padding: 5px 0;
}
.aside_list article a:hover {
  background: #f0f5f5;
}
.aside_list .date {
  color: #9aa4af;
  font-size: 80%;
  font-weight: 200;
  line-height: 1;
}
.aside_list h3 {
  line-height: 1.4;
  font-size: 90%;
  font-weight: 600;
}

@media screen and (min-width: 960px) {
  .aside_list article a {
    padding: 10px 0;
  }
  .aside_list h3 {
    font-size: 80%;
  }
}

/* .aside_cate
----------------------------------------- */ 


/* --------------------------------------
H____title
----------------------------------------- */ 

.hl_2 {
  font-size: 180%;
  text-align: center;
  font-weight: 900;
  margin: 40px 0 40px;
  color: #335fa9;
}
.hl_2 span {
  font-size: 65%;
  display: block;
  font-weight: 500;
}

.hl_3 {
  font-size: 130%;
  font-weight: 600;
}

@media screen and (min-width: 1430px) {
  .hl_2 {
    margin: 60px 0 60px;
    font-size: 190%;
  }
}

/* --------------------------------------
btn
----------------------------------------- */ 
.btn_L {
  display: block;
  background: #335fa9;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 10px 0;
  font-size: 150%;
}

.btn_more {
  display: inline-block;
  background: #335fa9;
  color: #fff;
  border-radius: 3px;
  padding: 3px 20px;
}

@media screen and (min-width: 1430px) {
  .btn_more {
    border-radius: 6px;
    padding: 8px 40px;
  }
}

/* --------------------------------------
.pankuzu
----------------------------------------- */ 
.pankuzu {
  font-size: 70%;
  color: #9aa4af;
}
.pankuzu.bd_b .inner{
  padding-bottom: 10px;
  border-bottom: solid 1px #f0f5f5;
}
.pankuzu.bd_t .inner {
  padding-top: 10px;
  border-top: solid 1px #f0f5f5;
}

.pankuzu span.aioseo-breadcrumb-separator {
  padding: 0 8px;
}
.pankuzu a {
  color: #9aa4af;
}
.pankuzu a:hover {
  text-decoration: underline;
}

/* --------------------------------------
.pagination
----------------------------------------- */ 
.pagination {
  font-size: 160%;
  text-align: center;
  margin-top: 30px;
  font-weight: 300;
}

.pagination .page-numbers {
  line-height: 1;
  padding: 5px 10px 8px;
  display: inline-block;
  background:#f0f5f5;
}
.pagination span.current {
  background: rgb(51, 95, 169, .4);
}

.pagination .prev {
  margin-right: 10px;
}
.pagination .next {
  margin-left: 10px;
}
.pagination .prev .ico,
.pagination .next .ico {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.pagination .prev .ico::before,
.pagination .prev .ico::after,
.pagination .next .ico::before,
.pagination .next .ico::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
}
.pagination .prev .ico::before {
  left: 0;
  top: 28%;
  transform:rotate(-225deg) ;
}
.pagination .prev .ico::after {
  left: 0;
  bottom: 28%;
  transform:rotate(45deg) ;
}
.pagination .next .ico::before {
  right: 0;
  top: 28%;
  transform:rotate(225deg) ;
}
.pagination .next .ico::after {
  right: 0;
  bottom: 28%;
  transform:rotate(-45deg) ;
}

@media screen and (min-width: 960px) {
  .pagination .prev {
    margin-right: 30px;
  }
  .pagination .next {
    margin-left: 30px;
  }
  .pagination .prev .ico,
  .pagination .next .ico {
    width: 28px;
    height: 28px;
  }
  .pagination .prev .ico::before {
    top: 25%;
  }
  .pagination .prev .ico::after {
    bottom: 25%;
  }
  .pagination .next .ico::before {
    top: 25%;
  }
  .pagination .next .ico::after {
    bottom: 25%;
  }
}

/* .pagination ______ for single
----------------------------------------- */ 
#single .pagination {
  font-size: 130%;
  margin-top: 30px;
  font-weight: 400;
}
#single .pagination .prev,
#single .pagination .next {
  margin: 0 !important;
  width: 49%;
  position: relative;
  background: #f0f5f5;
  padding: 10px;
}
#single .pagination .prev .ico,
#single .pagination .next .ico {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
}
#single .pagination .prev .ico {
  left: 10px;
}
#single .pagination .next .ico {
  right: 10px;
}
#single .pagination .prev .ico::before,
#single .pagination .next .ico::before {
  top: 13%;
}
#single .pagination .prev .ico::after,
#single .pagination .next .ico::after {
  bottom: 13%;
}

@media screen and (min-width: 960px) {
  .pagination .prev {
    margin-right: 30px;
  }
  .pagination .next {
    margin-left: 30px;
  }
  .pagination .prev .ico,
  .pagination .next .ico {
    width: 28px;
    height: 28px;
  }
  .pagination .prev .ico::before {
    top: 25%;
  }
  .pagination .prev .ico::after {
    bottom: 25%;
  }
  .pagination .next .ico::before {
    top: 25%;
  }
  .pagination .next .ico::after {
    bottom: 25%;
  }
}
@media screen and (min-width: 1430px) {
  #single .pagination {
    margin-top: 60px;
  }
}

/* --------------------------------------
.atcl_list
----------------------------------------- */ 
#home .atcl_list {
  margin-top: 200px;
  margin-bottom: 60px;
}
#home .atcl_list .hl_2 {
  border-top: solid 1px #9aa4af;
  border-bottom: solid 1px #9aa4af;
  text-align: left;
  padding: 8px 0;
  margin: 0;
  color: #333;
  font-weight: 600;
}

#content.atcls .atcl_list {
  margin-top: 30px;
}

.atcl_list article {
  padding: 10px 0;
  border-bottom: dashed 1px #9aa4af;
}
.atcl_list .date {
  font-size: 90%;
  padding: 3px 0;
  margin-right: 10px;
  line-height: 1.2;
  color: #9aa4af;
}
.atcl_list .cate a {
  display: inline-block;
  font-size: 90%;
  padding: 2px 5px;
  line-height: 1.2;
  border-radius: 3px;
  background: rgb(51, 95, 169, .4);
  color: #335fa9;
}
.atcl_list h3 {
  width: 100%;
  line-height: 1.4;
  margin-top: 3px;
  font-size: 110%;
}

@media screen and (min-width: 1430px) {
  #home .atcl_list {
    margin-top: 240px;
    margin-bottom: 80px;
  }
  #home .atcl_list .hl_2 {
    padding: 15px 0;
  }
  #home .atcl_list .date {
    width: 19%;
  }
  #home .atcl_list .cate {
    width: 15%;
  }
  #home .atcl_list h3 {
    width: 66%;
  }
  .atcl_list .date {
    width: 15%;
    margin-right: 0;
    padding: 5px 0;
  }
  .atcl_list .cate {
    width: 12%;
  }
  .atcl_list h3 {
    width: 73%;
    font-size: 100%;
  }
  .atcl_list article {
    padding: 20px 0;
    }
}

/* --------------------------------------
.schedule
----------------------------------------- */ 
.schedule {
  width: 100%;
}
.header_scdl {
  position: absolute;
  top: 270px;
  left: 0;
}
.header_scdl .inner {
  margin: 0 auto;
  max-width: 500px;
}
footer .schedule {
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .header_scdl {
    top: 340px;
  }
}

@media screen and (min-width: 1430px) {
  .header_scdl {
    top: 420px;
  }
  footer .schedule {
    max-width: 100%;
  }
}

/* .schedule table
----------------------------------------- */ 
.schedule table {
  width: 100%;
  border: solid 1px #9aa4af;
  border-collapse: collapse;
  font-size: 70%;
}
.schedule tr {
  border-top: solid 1px #9aa4af;
}
.schedule tr:first-of-type th:first-of-type {
  width: 24%;
  border-right: solid 1px #9aa4af;
}
.schedule tr:first-of-type th:not(:first-of-type) {
  width: 12.6666%;
  border-right: solid 1px #9aa4af;
}
.schedule tr:first-of-type th:last-of-type {
  border-right: none;
}
.schedule tr:first-of-type th {
  height: 40px;
}
.schedule tr:nth-of-type(2),
.schedule tr:last-of-type {
  height: 50px;
}

.schedule th {
  font-weight: 400;
  border-right: solid 1px #9aa4af;
}
.schedule td {
  text-align: center;
  border-right: solid 1px #9aa4af;
}
.schedule td span{
  font-size: 80%;
  display: block;
	margin-top:5px;
}
.schedule td i {
  background: #9aa4af;
  width: 10px;
  height: 1px;
  display: inline-block;
  vertical-align: super;
}
.schedule td.dot i {
  background: rgb(51, 95, 169, .4);
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
}

@media screen and (min-width: 960px) {
  .schedule table {
    font-size: 70%;
  }
}

@media screen and (min-width: 1430px) {
  .schedule table {
    font-size: 80%;
  }
  footer .schedule table {
    font-size: 90%;
  }
  .schedule tr:first-of-type th {
    height: 50px;
  }
  .schedule tr:nth-of-type(2),
  .schedule tr:last-of-type {
    height: 60px;
  }
  footer .schedule tr:first-of-type th:first-of-type {
    width: 31%;
    border-right: solid 1px #9aa4af;
  }
  footer .schedule tr:first-of-type th:not(:first-of-type) {
    width: 11.5%;
  }
  .schedule td.dot i {
    width: 22px;
    height: 22px;
    border-radius: 50px;
  }
  footer .schedule td.dot i {
    width: 25px;
    height: 25px;
  }
}


/* .pickup
----------------------------------------- */ 
.pickup li {
  margin-top: 5px;
}
.pickup h3 {
  width: 26%;
  font-size: 80%;
  text-align: center;
  font-weight: normal;
  padding: 3px 0;
}
.pickup p {
  width: 72%;
  padding: 3px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.pickup p::after {
  position: absolute;
  content: '[…]';
  font-size: 70%;
  text-align: right;
  width: 60px;
  right: 0;
  padding: 5px 0;
  top: 0;
  background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 1) 100%);
}
.pickup p a {
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  .pickup h3 {
    font-size: 80%;
  }
  .pickup p {
    font-size: 80%;
  }
}

@media screen and (min-width: 1430px) {
  .pickup li:first-child {
    margin-top: 10px;
  }
  footer .pickup h3 {
    width: 20%;
  }
  footer  .pickup p {
    width: 78%;
  }
}

/* .header_link_list
----------------------------------------- */ 
.header_link_list {
  margin-top: 10px !important;
}
.header_link_list .btn_L {
  font-size: 140%;
}

/* --------------------------------------
.contact_list
----------------------------------------- */ 

.contact_list li {
  width: 100%;
  text-align: center;
}
.contact_list li a {
  display: block;
  line-height: 1.2;
  padding: 10px 0 10px 80px;
  position: relative;
}
.contact_list li a::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -10px;
  background-position: center center;
  background-size: contain;
}
.contact_list li a span {
  display: block;
  font-size: 240%;
  font-weight: 800;
}
.contact_list .tel a::before {
  background-image: url("https://www.ieda-iin.com/wp-content/themes/iedaiin_orig/images/ico_tel.svg");
  background-repeat: no-repeat;
  margin-left: -170px;
}
.contact_list .yoyaku a::before {
  background-image: url("https://www.ieda-iin.com/wp-content/themes/iedaiin_orig/images/ico_yoyaku.svg");
  background-repeat: no-repeat;
  margin-left: -160px;
}
.contact_list .insta a::before {
  background-image: url("https://www.ieda-iin.com/wp-content/themes/iedaiin_orig/images/ico_insta.svg");
  background-repeat: no-repeat;
  margin-left: -95px;
  width: 25px;
  height: 25px;
  top: 8px;
}

@media screen and (min-width: 960px) {
  .contact_list li {
    width: 50%;
  }
  .contact_list li a {
    padding: 20px 0 20px 110px;
  }
  .contact_list li a::before {
    width: 130px;
    height: 130px;
  }
  .contact_list .tel a::before {
    margin-left: -200px;
  }
  .contact_list .yoyaku a::before {
    margin-left: -200px;
  }
}

@media screen and (min-width: 1430px) {
  .contact_list li a {
    padding: 35px 0 35px 110px;
  }
  .contact_list li a span {
    font-size: 280%;
  }
  .contact_list li a::before {
    width: 150px;
    height: 150px;
    top: 0px;
  }
  .contact_list .tel a::before {
    margin-left: -240px;
  }
  .contact_list .yoyaku a::before {
    margin-left: -240px;
  }
}

/* footer .contact_list
----------------------------------------- */ 
footer .contact_list {
  margin: 20px 0;
}
footer .contact_list li {
  width: 48%;
}
footer .contact_list a {
  border-radius: 6px;
  padding: 10px 0 10px 40px ;
}
footer .contact_list a span {
  font-size: 120% ;
}

footer .contact_list a::before {
  width: 45px;
  height: 45px;
  top: -3px;
}
footer .contact_list .tel a::before {
  margin-left: -80px;
}
footer .contact_list .yoyaku a::before {
  margin-left: -80px ;
}

@media screen and (min-width: 960px) {
  footer .contact_list a::before {
    top: 0px;
  }
  footer .contact_list .tel a::before {
    margin-left: -90px;
  }
  footer .contact_list .yoyaku a::before {
    margin-left: -90px ;
  }
}

@media screen and (min-width: 1430px) {
  footer .contact_list {
    margin: 30px 0;
  }
  footer .contact_list a {
    padding: 15px 0 15px 60px ;
  }
  footer .contact_list a span {
    font-size: 160% ;
  }
  footer .contact_list a::before {
    width: 70px;
    height: 70px;
    top: -3px;
  }
  footer .contact_list .tel a::before {
    margin-left: -125px;
  }
  footer .contact_list .yoyaku a::before {
    margin-left: -120px ;
  }
}

/* header .contact_list
----------------------------------------- */ 
header .contact_list li {
  margin-bottom: 10px;
}
header .contact_list a {
  border-radius: 6px;
  padding: 10px 0 10px 40px ;
}
header .contact_list a span {
  font-size: 120% ;
}
header .contact_list a::before {
  width: 55px;
  height: 55px;
  top: -8px;
}
header .contact_list .tel a::before {
  margin-left: -85px;
}
header .contact_list .yoyaku a::before {
  margin-left: -85px ;
}

@media screen and (min-width: 960px) {
  header .contact_list {
    display: flex;
    align-items:center;
    justify-content: flex-end;
  }
  header .contact_list li {
    margin: 0 0 0 5px;
    width: auto;
  }
  header .contact_list a {
    font-size: 80%;
    padding: 5px 10px 5px 35px ;
  }
  header .contact_list a::before {
    width: 33px;
    height: 33px;
    top: -1px;
  }
  header .contact_list .tel a::before {
    margin-left: -70px;
  }
  header .contact_list .yoyaku a::before {
    margin-left: -72px ;
  }
  header .contact_list .insta a {
    border-radius: 40px;
    width: 34px;
    height: 34px;
    padding: 0;
  }
  header .contact_list .insta a span{
    display: none;
  }
  header .contact_list .insta a::before {
    margin-left: 0 ;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 7px;
  }
}

@media screen and (min-width: 1430px) {
  header:not(.addstyle) .contact_list :not(.insta) a {
    font-size: 90%;
    padding: 5px 10px 5px 40px ;
  }
  header:not(.addstyle) .contact_list :not(.insta) a::before {
    width: 38px;
    height: 38px;
    top: -3px;
  }
  header:not(.addstyle) .contact_list .tel a::before {
    margin-left: -80px;
  }
  header:not(.addstyle) .contact_list .yoyaku a::before {
    margin-left: -80px ;
  }
}

/* #content .contact_list.small_btn
----------------------------------------- */ 

#content .contact_list.small_btn .tel {
  width: 190px;
  padding-right: 10px;
}
#content .contact_list.small_btn .yoyaku {
  width: 190px;
}
#content .contact_list.small_btn  a {
  border-radius: 6px;
  padding: 10px 10px 10px 40px ;
}
#content .contact_list.small_btn a span {
  font-size: 120% ;
}

#content .contact_list.small_btn a::before {
  width: 45px;
  height: 45px;
  top: -3px;
}
#content .contact_list.small_btn .tel a::before {
  margin-left: -84px;
}
#content .contact_list.small_btn .yoyaku a::before {
  margin-left: -82px ;
}

@media screen and (min-width: 960px) {
  #content .contact_list.small_btn .tel {
    width: 230px;
    padding-right: 10px;
  }
  #content .contact_list.small_btn .yoyaku {
    width: 230px;
  }
  #content .contact_list.small_btn a::before {
    width: 50px;
    height: 50px;
  }
  #content .contact_list.small_btn .tel a::before {
    margin-left: -100px;
  }
  #content .contact_list.small_btn .yoyaku a::before {
    margin-left: -96px ;
  }
}

/* #content .contact_list.large_btn
----------------------------------------- */ 

#content .contact_list.large_btn a {
  border-radius: 6px;
}
#content .contact_list.large_btn .tel {
  margin-bottom: 10px;
}

@media screen and (min-width: 960px) {
  #content .contact_list.large_btn li {
    width: 48%;
  }
  #content .contact_list.large_btn a {
    padding: 20px 0 20px 70px;
  }
  #content .contact_list.large_btn .tel a::before {
    margin-left: -220px;
  }
  #content .contact_list.large_btn .yoyaku a::before {
    margin-left: -200px;
  }
}

@media screen and (min-width: 1430px) {
  #content .contact_list.large_btn a::before {
    top:-14px;
  }
  #content .contact_list.large_btn .tel a::before {
    margin-left: -260px;
  }
  #content .contact_list.large_btn .yoyaku a::before {
    margin-left: -260px;
  }
}

/* aside .contact_list
----------------------------------------- */ 
#content aside .contact_list.large_btn li {
  font-size: 85%;
}
#content aside .contact_list.large_btn li a {
  padding: 10px 0 10px 50px;
}
#content aside .contact_list.large_btn li a::before {
  top:-6px;
  width: 80px;
  height: 80px;
}
#content aside .contact_list.large_btn .tel a::before {
  margin-left: -150px;
}
#content aside .contact_list.large_btn .yoyaku a::before {
   margin-left: -140px;
}

@media screen and (min-width: 960px) {
  #content aside .contact_list.large_btn li {
    width: 100%;
    font-size: 70%;
  }
  #content aside .contact_list.large_btn a {
    padding: 10px 0 10px 50px;
  }
  #content aside .contact_list.large_btn li a span {
    font-size: 210%;
  }
  #content aside .contact_list.large_btn li a::before {
  top:-12px;
    width: 90px;
    height: 90px;
  }
  #content aside .contact_list.large_btn .tel a::before {
    margin-left: -140px;
  }
  #content aside .contact_list.large_btn .yoyaku a::before {
    margin-left: -130px;
  }
}


/* --------------------------------------
.hatunetu_btn
----------------------------------------- */ 

.hatunetu_btn {
  border: solid 2px #335fa9;
  background: #fff;
  color: #335fa9;
  font-weight: 600;
  padding: 10px 20px 10px 80px;
  font-size: 120%;
  border-radius: 6px;
  display: block;
  position: relative;
	width: 270px;
  margin-left: auto;
}
.hatunetu_btn::before {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: -10px;
  background-position: center center;
  background-size: contain;
  background-image: url("https://www.ieda-iin.com/wp-content/themes/iedaiin_orig/images/ico_hatunetu_b.svg");
  background-repeat: no-repeat;
	margin-left:-120px;
}

#content aside .hatunetu_btn {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 20px 10px 70px;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .hatunetu_btn {
    padding: 10px 30px 10px 100px;
	  width: 340px;
  }
  .hatunetu_btn::before {
    width: 80px;
    height: 80px;
	margin-left:-150px;
  }
}



/* --------------------------------------
-----------------------------------------
main_____HOME
-----------------------------------------
----------------------------------------- */
/* --------------------------------------
#KV
----------------------------------------- */ 
.kv_height {
  height: 350px;
}

.kv_height h2 {
  display: block;
  width: 100%;
  left: 0;
  top: 35%;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(255, 252, 252, 1),0px 0px 4px rgba(255, 252, 252, 1),0px 0px 8px rgba(255, 252, 252, 1);
}
.kv_height h2 .F_goth {
  display: block;
	font-size:70%;
}

@media screen and (min-width: 960px) {
  .kv_height {
    height: 440px;
  }
  .kv_height h2 {
    top: 38%;
    text-align: center;
    text-shadow: 0px 0px 3px rgba(255, 252, 252, 1),0px 0px 6px rgba(255, 252, 252, 1),0px 0px 12px rgba(255, 252, 252, 1);
  }
}

@media screen and (min-width: 1430px) {
  .kv_height {
    height: 540px;
  }
  .kv_height h2 {
    top: 38%;
    font-size: 230%;
    text-shadow: 0px 0px 4px rgba(255, 252, 252, 1),0px 0px 8px rgba(255, 252, 252, 1),0px 0px 20px rgba(255, 252, 252, 1);
  }
}

/* #SLIDE
----------------------------------------- */ 

.slide div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  opacity: .7;
}

/* --------------------------------------
.about
----------------------------------------- */ 

#home .about .inner {
  margin-bottom: 50px;
}
#home .about .ico_list {
  font-size: 120%;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 40px;
}

#home .about .ico_list li {
  width: 40%;
}
#home .about .ico_list li:nth-child(3) {
  margin: 0 30%;
}
#home .about .ico_list li p {
  padding: 10px 20px;
}
#home .about .ico_list li h3 {
  font-weight: 500;
}


@media screen and (min-width: 960px) {
  #home .about .ico_list {
    font-size: 100%;
    max-width: 100%;
  }
  #home .about .ico_list li {
    width: 16%;
  }
  #home .about .ico_list li:nth-child(3),
  #home .about .ico_list li {
    margin: 0 2%;
  }
}

@media screen and (min-width: 1430px) {
  #home .about .inner {
    margin-bottom: 60px;
  }
  #home .about .ico_list {
    margin: 80px auto 100px;
    font-size: 130%;
  }
  #home .about .ico_list li {
    width: 14%;
  }
  #home .about .ico_list li:nth-child(3),
  #home .about .ico_list li {
      margin: 0 2%;
    }
}


/* --------------------------------------
.doctors
----------------------------------------- */ 

#home .doctors {
  margin: 50px 0 0;
}

#home .doctors .flex {
  max-width: 400px;
  margin: 40px auto;
}
#home .doctors .flex article:not(:last-of-type) {
  margin-bottom: 30px;
}
#home .doctors article {
  width: 100%;
}

#home .doctors .flex .img {
  height: 280px;
  border: solid 1px #f0f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#home .doctors .flex .img .cate {
  padding: 1px 12px;
  border: solid 1px;
  bottom: -10px;
  left: 10px;
  line-height: 1.2;
}
#home .doctors .flex h3 {
  margin: 20px 0 10px;
}
#home .doctors .flex .txt {
	font-size:80%;
}

@media screen and (min-width: 960px) {
  #home .doctors .flex {
    max-width: 100%;
  }
  #home .doctors article {
    width: 45%;
  }
}
@media screen and (min-width: 1430px) {
  #home .doctors {
    margin: 130px 0 0px;
  }
}

/* --------------------------------------
-----------------------------------------
index_single_page_____common
-----------------------------------------
----------------------------------------- */

#content {
  margin: 40px auto;
  line-height: 1.8;
}

#main_title {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
}
#main_title h2 {
  font-size: 180%;
  text-align: center;
  font-weight: 900;
  color: #335fa9;
  text-shadow: 0px 0px 2px rgba(255, 252, 252, 1),0px 0px 4px rgba(255, 252, 252, 1),0px 0px 8px rgba(255, 252, 252, 1);
}

@media screen and (min-width: 960px) {
  #content {
    margin: 80px auto;
  }
  #main_title {
    padding: 70px 0;
  }
  #main_title h2 {
    text-shadow: 0px 0px 3px rgba(255, 252, 252, 1),0px 0px 6px rgba(255, 252, 252, 1),0px 0px 12px rgba(255, 252, 252, 1);
  }
}

@media screen and (min-width: 1200px) {
  #content.atcls {
    display: flex;
  }
}

@media screen and (min-width: 1430px) {
  #content {
    margin: 100px auto;
  }
  #main_title {
    padding: 100px 0;
  }
  #main_title h2 {
    font-size: 230%;
    text-shadow: 0px 0px 4px rgba(255, 252, 252, 1),0px 0px 8px rgba(255, 252, 252, 1),0px 0px 20px rgba(255, 252, 252, 1);
  }
}


/* --------------------------------------
-----------------------------------------
#page_____common
-----------------------------------------
----------------------------------------- */

#page #content h2,
#page #content h3,
#page #content h4,
#page #content h5,
#page #content h6 {
  font-weight: 900;
}

#page #content h3 {
  font-size: 150%;
  color: #335fa9;
  margin: 40px 0 0;
}
#page #content h3:not(.al_C) {
  padding-bottom: 10px;
  border-bottom: solid 1px #9aa4af;
  position: relative;
}
#page #content h3:not(.al_C)::before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #335fa9;
  left: 0;
  bottom: -1px;
  position: absolute;
}

#page #content h4 {
  font-size: 130%;
  margin: 30px 0 0;
}
#page #content h5 {
  font-size: 120%;
}
#page #content h6 {
  font-size: 110%;
}
#page #content p {
  padding: 20px 0 0;
}

#page #content .number {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  background: #9aa4af;
  color: #335fa9;
  border-radius: 30px;
  margin-right: 15px;
}

@media screen and (min-width: 960px) {
  #page #content h3 {
    margin: 60px 0 0;
  }
  #page #content h4 {
    margin: 50px 0 0;
  }
  #page #content .number {
    width: 45px;
    height: 45px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 1430px) {
  #page #content h3 {
    font-size: 200%;
    margin: 70px 0 0;
  }
  #page #content h3:not(.al_C)::before {
    width: 100px;
  }
  #page #content h4 {
    margin: 60px 0 0;
  }
  #page #content p {
    padding: 30px 0 0;
  }
}

/* --------------------------------------
FORM
----------------------------------------- */ 
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea {
	padding: 10px;
  margin-bottom: 10px;
	width: 100%;
	outline: none;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
  border: solid 1px rgb(153, 153, 153);
}
textarea {
  height: 120px;
}
input:focus,
textarea:focus {
  outline:none;
}
input[type=submit] {
	display: block;
	padding: 10px;
	font-size: 130%;
	cursor :pointer;
	color: #FFF;
	background-color: rgb(153, 153, 153);
	border-radius: 0;
	border: 0;
	-webkit-appearance: none;
	transition: 0.3s;
  width: 100%;
}
input[type=submit]:hover {
	background-color: rgb(51, 51, 51);
}

/* --------------------------------------
-----------------------------------------
#page_____ABOUT
-----------------------------------------
----------------------------------------- */

#content.about .inner .inner_3 {
  padding-left: 0;
  padding-right: 0;
}

#content.about .inner .inner_3 .small {
  margin-top: 60px;
}

#content.about .pickup {
  display:none;
}


/* --------------------------------------
.ka_list
----------------------------------------- */
#content.about .ka_list > li {
  margin-top: 50px;
}
#content.about .ka_list .img {
  width: 30%;
  margin: 0 auto;
  background: #335fa9;
  border-radius: 100px;
  max-width: 200px;
}
#content.about .ka_list .txt {
  width: 100%;
  margin: 0 auto;
}
#content.about .ka_list h4 {
  text-align: center;
  color: #335fa9;
  margin-top: 10px !important;
}
#content.about .ka_list .txt p,
#content.about .ka_list .txt ul {
  max-width: 500px;
  margin: 0 auto ;
}
#content.about .ka_list .txt ul {
  margin: 20px auto 0;
}
#content.about .inner_3 .small {
  padding-top: 40px;
}

@media screen and (min-width: 960px) {
  #content.about .ka_list .img {
    width: 24%;
    margin: 0;
  }
  #content.about .ka_list .txt {
    width: 74%;
    margin: 0;
  }
  #content.about .ka_list h4 {
    text-align: left;
    margin-top: 0 !important;
  }
  #content.about .ka_list .txt p,
  #content.about .ka_list .txt ul {
    max-width: 100%;
  }
  #content.about .ka_list .txt p {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 1430px) {
  #content.about .ka_list > li {
    margin-top: 70px;
  }
  #content.about .ka_list .img {
    width: 18%;
  }
  #content.about .ka_list .txt {
    width: 78%;
  }
}

/* --------------------------------------
.innaishoho
----------------------------------------- */
#content.about .innaishoho {
  margin-top: 40px;
  margin-bottom: 40px;
}
#content.about .innaishoho .img {
  width: 30%;
  margin: 0 auto;
  max-width: 200px;
}
#content.about .innaishoho .txt {
  width: 100%;
  margin: 0 auto;
}
#content.about .innaishoho p {
  max-width: 500px;
  margin: 0 auto ;
}

@media screen and (min-width: 960px) {
  #content.about .innaishoho {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #content.about .innaishoho .img {
    width: 26%;
    margin: 0;
    max-width: 30%;
  }
  #content.about .innaishoho .txt {
    width: 70%;
    margin: 0;
  }
  #content.about .innaishoho h3 {
    text-align: left;
  }
  #content.about .innaishoho p {
    max-width: 100%;
    margin: 0 ;
  }
}

@media screen and (min-width: 1430px) {
  #content.about .innaishoho {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}


/* --------------------------------------
-----------------------------------------
#page_____DOCTORS
-----------------------------------------
----------------------------------------- */

#content .doctors article .wp-block-list {
	padding: 20px 0 0 20px !important;
}

#content .doctors .flex {
  max-width: 400px;
  margin: 40px auto;
}

#content .doctors .flex .img {
  width: 100%;
}
#content .doctors .flex .img div{
  height: 280px;
  border: solid 1px #f0f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#content .doctors .flex .img .cate {
  padding: 1px 12px;
  border: solid 1px;
  bottom: -10px;
  left: 10px;
  line-height: 1.2;
}
#content .doctors .flex .txt {
  width: 100%;
}
#content .doctors .flex .txt p {
	font-size:80%;
	padding: 0 0 20px !important;
}
#content .doctors .flex h4 {
  margin: 10px 0 10px 10px !important;
}
#content .doctors .flex h5 {
  margin: 0 0 10px 0 !important;
	padding-left: 10px;
	border-left: solid 3px;
}

@media screen and (min-width: 960px) {
  #content  .doctors .flex {
    max-width: 100%;
    margin: 40px 0;
  }
  #content .doctors .flex .img {
    width: 48%;
  }
  #content .doctors .flex .txt {
    width: 48%;
  }
}
@media screen and (min-width: 1430px) {
	#content .doctors article .wp-block-list {
		padding: 30px 0 0 20px !important;
	}
  #content .doctors .flex .img div{
    height: 340px;
  }
}


/* --------------------------------------
-----------------------------------------
#single_common
-----------------------------------------
----------------------------------------- */
.hl_part .date {
  font-size: 90%;
  padding: 3px 0;
  color: #9aa4af;
}
.hl_part .cate a {
  display: inline-block;
  font-size: 90%;
  padding: 2px 5px;
  line-height: 1.2;
  border-radius: 3px;
  background: rgb(51, 95, 169, .4);
  color: #335fa9;
  margin-right: 3px;
}
.hl_part h3 {
  line-height: 1.4;
  margin-top: 3px;
  font-size: 190%;
}

#single #content .main_content article h1,
#single #content .main_content article h2,
#single #content .main_content article h3,
#single #content .main_content article h4,
#single #content .main_content article h5,
#single #content .main_content article h6 {
  font-weight: 900;
  line-height: 1.4;
}

#single #content .main_content article h1 {
  font-size: 190%;
  color: #335fa9;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: solid 1px #9aa4af;
  position: relative;
}
#single #content .main_content article h1::before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #335fa9;
  left: 0;
  bottom: -1px;
  position: absolute;
}

#single #content .main_content article h2 {
  font-size: 180%;
  color: #335fa9;
  background: #f0f5f5;
  padding: 5px 10px;
  margin-top: 30px;
}

#single #content .main_content article h3 {
  font-size: 150%;
  position: relative;
  padding-left: 10px;
  margin-top: 30px;
}
#single #content .main_content article h3::before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: #335fa9;
  left: 0;
  top: 0;
  position: absolute;
}

#single #content .main_content article h4 {
  font-size: 150%;
  margin-top: 30px;
}
#single #content .main_content article h5 {
  font-size: 120%;
  margin-top: 30px;
}
#single #content .main_content article h6 {
  font-size: 100%;
  margin-top: 30px;
}

#single #content .main_content article p {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  #single #content .main_content article h1 {
    margin-top: 60px;
  }
  #single #content .main_content article h2,
  #single #content .main_content article h3,
  #single #content .main_content article h4,
  #single #content .main_content article h5,
  #single #content .main_content article h6 {
    margin-top: 40px;
  }
  #single #content .main_content article p {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1430px) {
  #single #content .main_content article h1 {
    margin-top: 80px;
  }
  #single #content .main_content article h1::before {
    width: 100px;
  }
  #single #content .main_content article h2,
  #single #content .main_content article h3,
  #single #content .main_content article h4,
  #single #content .main_content article h5,
  #single #content .main_content article h6 {
    margin-top: 50px;
  }
  #single #content .main_content article p {
    margin-top: 40px;
  }
}



/* --------------------------------------
-----------------------------------------
#sln-salon
-----------------------------------------
----------------------------------------- */

#sln-salon {
	max-width:700px !important;
	margin: 0 auto;
}

.editable.focus,
.editable:hover {
  border: none;
}
.editable {
pointer-events: none !important
}

.editable.focus,
.editable.focus .input,
.editable.focus .input input {
  background-color: transparent;
}
.editable {
  border: none;
}

.sln-text--dark.sln-summary__intro,
.sln-data-desc {
	display:none;
}

#sln_time span {
	margin:10px 3% !important;
	width:27.333% !important;
}
@media only screen and (min-width: 767px) {
	#sln_time span {
		margin:10px 2.5% !important;
		width:20% !important;
	}
}

#sln-salon #sln_timepicker_viewdate {
  margin: 0.4em 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  #sln-salon #sln_timepicker_viewdate {
    margin: 0.4em 0 !important;
  }
}
@media screen and (min-width: 990px) {
  #sln-salon.sln-salon--l #sln_timepicker_viewdate {
    margin-top: 0.7em;
  }
}

.sln-summary__recap {
	margin:0 !important;
	padding:0 !important;

}

.sln-summary__reminder {
	padding:0 !important;
}
.sln-summary__reminder h3 {
	font-size:120% !important;
	margin:0 !important;
	padding:0 !important;
	border:none !important;
	text-align:center !important;
}
.sln-summary__reminder h3::before {
	display:none !important;
}
.sln-summary__reminder h5 {
	font-size:100% !important;
	margin:10px 0 20px !important;
	text-align:center !important;
	color:#333 !important;
	font-weight:normal !important;
}

.sln-summary__terms h5 {
	font-size:120% !important;
}
.sln-summary__terms p {
	margin:0 !important;
	padding:0 !important;
	font-size:120% !important;
}

#message .sln-summary__tabs__pane__content {
  display: block !important;
}


.sln-thankyou__content .sln-thankyou__status {
  display: block !important;
}
.sln-thankyou--okbox h2 {
	color:#007d82 !important;
	text-align: center !important;
}

.sln-thankyou--okbox h2 span {
	display: block !important;
}
.sln-thankyou--okbox h2 span.sln-thankyou__icon {
	margin-bottom: 5px !important;
}
.sln-thankyou__label {
	text-align: center !important;	
}
.sln-thankyou__id {
	margin:0 !important;
	border:none !important;
	text-align: center !important;
}
.sln-thankyou__id::before {
	display:none !important;
}



