@charset "UTF-8";
/*
theme Name: 南森町眼科クリニック様
Author: Minamimorimachi Ophthalmology Clinic
Description: original theme
version： 1.0.0
*/
/*! コメント残す場合 */
/*---------------------------------------------
	リセット
---------------------------------------------*/
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

ul {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding: 0;
}

p {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
li,
p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin: 0;
}

/*---------------------------------------------
	画像
---------------------------------------------*/
img {
  width: 100%;
}

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6em;
  text-align: left;
  color: #333;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
  color: #5CC2CF;
}

a:link {
  text-decoration: none;
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------------------------
	section color
---------------------------------------------*/
.bg_color_1 {
  background-color: #F5F2D8;
}

.bg_color_2 {
  background-color: #F6F6F6;
}

/*---------------------------------------------
	column
---------------------------------------------*/
@media screen and (max-width: 989px) {
  section {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 989px) {
  .column_1_wrapper {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 990px) {
  .column_1_wrapper {
    width: 1200px;
    display: block;
    margin: 0 auto;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 989px) {
  .flex_wrapper {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
@media screen and (min-width: 990px) {
  .flex_wrapper {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 990px) {
  .flex_half {
    width: 49%;
  }
}

@media screen and (min-width: 990px) {
  .flex_half:nth-child(odd) {
    margin-right: 1%;
  }
}

@media screen and (min-width: 990px) {
  .flex_3item {
    width: 32%;
  }
}
@media screen and (max-width: 989px) {
  .flex_3item {
    margin-top: 20px;
  }
}

@media screen and (min-width: 990px) {
  .flex_3item2 {
    width: 65%;
  }
}

.flex_wrapper.justcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex_wrapper.justleft {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

/*---------------------------------------------
	br
---------------------------------------------*/
@media screen and (min-width: 990px) {
  .sp_br {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .pc_br {
    display: none;
  }
}

/*---------------------------------------------
	color
---------------------------------------------*/
.fontpink {
  color: #FF7373;
}

/*---------------------------------------------
	minview(inline)
---------------------------------------------*/
#mainview_inline {
  width: 100%;
  height: 400px;
  background-color: #333;
}

/*---------------------------------------------
	パンくず
---------------------------------------------*/
#breadcrumb {
  background-color: #F6F6F6;
}
@media screen and (max-width: 989px) {
  #breadcrumb {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  #breadcrumb > div {
    width: 1200px;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}

#breadcrumb ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

#breadcrumb ul li {
  padding: 5px 10px;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333;
  position: relative;
}

#breadcrumb ul li a {
  color: #FF7373;
}

#breadcrumb ul li::before {
  content: "›";
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #333;
}

#breadcrumb ul li:last-child::before {
  content: normal;
}

/*---------------------------------------------
	button
---------------------------------------------*/
.btn_base {
  background-color: #5CC2CF;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 50px;
  display: inline-block;
  text-decoration: none !important;
}

.btn {
  display: block;
  text-align: left;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  background-image: url(../img/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px #ddd;
          box-shadow: 0 0 8px #ddd;
  padding: 20px 50px 20px 0;
  text-indent: 1.5em;
}
@media screen and (max-width: 989px) {
  .btn {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    padding: 15px 30px 15px 0;
  }
}
@media screen and (min-width: 990px) {
  .btn {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.2em;
    padding: 20px 50px 20px 0;
  }
}

.btn span {
  display: block;
  opacity: 50%;
}
@media screen and (max-width: 989px) {
  .btn span {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 990px) {
  .btn span {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
  }
}

.btn.orange {
  background-color: #F6AD3A;
}

.btn.green {
  background-color: #C2D046;
}

.btn.blue {
  background-color: #5CC2CF;
}

.btn.pink {
  background-color: #FF7373;
}

@media screen and (min-width: 990px) {
  .btn.w400 {
    width: 400px;
  }
}
@media screen and (max-width: 989px) {
  .btn.w400 {
    width: 80%;
    margin: 0 auto;
  }
}

/*---------------------------------------------
	img:hover
---------------------------------------------*/
.hover:hover {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 0.6;
}

/*---------------------------------------------
	margin
---------------------------------------------*/
.m50 {
  margin: 50px auto;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

@media screen and (min-width: 990px) {
  .mt100 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 989px) {
  .mt100 {
    margin-top: 50px;
  }
}

.mr20 {
  margin-right: 20px;
}

/*---------------------------------------------
	paragraph
---------------------------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

/*---------------------------------------------
	table
---------------------------------------------*/
table.nml {
  width: 100%;
  margin: 0 auto;
}

table.nml th {
  background: #F6AD3A;
  color: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 989px) {
  table.nml th {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

table.nml td {
  padding: 10px 20px;
  background: #F5F2D8;
}
@media screen and (max-width: 989px) {
  table.nml td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*---------------------------------------------
	タイトル
---------------------------------------------*/
h2.nml {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.2rem;
  color: #333;
}

h2.nml span {
  color: #FF7373;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 0;
}

h2.nml span:before {
  content: "―";
}

/*---------------------------------------------
	角丸
---------------------------------------------*/
.radius {
  border-radius: 10px;
}

/*---------------------------------------------
	固有：大見出し
---------------------------------------------*/
.headline {
  overflow: hidden;
}

.headline h2 {
  letter-spacing: 0.2rem;
  color: #333;
  display: block;
  text-indent: 0.5em;
  margin-top: 10px;
}
@media screen and (min-width: 990px) {
  .headline h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 989px) {
  .headline h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.headline h2 span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  padding-top: 10px;
}

.headline h2 p {
  padding-top: 30px;
}

.headline.pink h2 span {
  color: #FF7373;
}

.headline.orange h2 span {
  color: #F6AD3A;
}

.headline.blue h2 span {
  color: #5CC2CF;
}

.headline.green h2 span {
  color: #96CF47;
}

.headline h2:before {
  content: "";
  background-size: contain;
  width: 90px;
  height: 90px;
  display: block;
  float: left;
}

.headline.blue h2:before {
  background-image: url(../img/common/icon_headline_blue.png);
}

.headline.pink h2:before {
  background-image: url(../img/common/icon_headline_pink.png);
}

.headline.orange h2:before {
  background-image: url(../img/common/icon_headline_orange.png);
}

.headline.green h2:before {
  background-image: url(../img/common/icon_headline_green.png);
}

/*---------------------------------------------
	固有：キャッチ
---------------------------------------------*/
h3.catchcopy {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  line-height: 1.6em;
}
@media screen and (min-width: 990px) {
  h3.catchcopy {
    margin: 30px auto 10px auto;
    padding-left: 50px;
  }
}

@media screen and (min-width: 990px) {
  h3.catchcopy + p {
    padding-left: 50px;
    padding-right: 20px;
  }
}

h3.catchcopy.blue {
  color: #5CC2CF;
}

h3.catchcopy.orange {
  color: #F6AD3A;
}

h3.catchcopy.pink {
  color: #FF7373;
}

h3.catchcopy.green {
  color: #96CF47;
}

.effect-fade.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s;
  transition: 1s;
}

.effect-fade.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.effect-fade.SlideInLeft {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.effect-fade.SlideInRight {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.effect-fade.FadeIn {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 2s;
  transition: 2s;
}

.effect-fade.delay-lv1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.effect-fade.delay-lv2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.effect-fade.delay-lv3 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/*---------------------------------------------
ヘッダー
---------------------------------------------*/
header {
  position: relative;
  display: block;
  margin: 0;
  background-color: #fff;
}
@media screen and (min-width: 990px) {
  header {
    width: 100%;
    position: fixed;
    -webkit-box-shadow: 0 0 8px #ccc;
            box-shadow: 0 0 8px #ccc;
    z-index: 9999;
  }
}

.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 auto;
}
@media screen and (min-width: 990px) {
  .header_wrap {
    width: 1200px;
  }
}

@media screen and (min-width: 990px) {
  #bg_leaf {
    width: 262px;
    height: 142px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url(../img/common/bg_leaf.png) no-repeat;
    z-index: 90;
    background-size: contain;
  }
}

@media screen and (max-width: 989px) {
  #logo {
    width: 50%;
    margin: 20px auto 0 auto;
    z-index: 999;
  }
}
@media screen and (min-width: 990px) {
  #logo {
    width: 250px;
    margin-top: 20px;
    z-index: 999;
  }
}

/* ナビゲーション ---------------------------------------- */
nav {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 990px) {
  nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1em;
    margin-left: 5rem;
  }
}

@media screen and (min-width: 990px) {
  nav ul {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

nav ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  padding: 0 20px;
  font-size: 0.9rem;
  text-align: left;
}

@media screen and (min-width: 990px) {
  nav ul li:after {
    content: "/";
    color: #ccc;
    display: block;
    position: absolute;
    top: 0;
    font-family: "游明朝", serif;
    margin-left: -22px;
  }
}

@media screen and (min-width: 990px) {
  nav ul li a {
    font-weight: bold;
    color: #333;
    text-decoration: none !important;
    display: inline;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    display: block;
  }
}

@media screen and (min-width: 990px) {
  nav ul li a:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
    float: left;
  }
}

nav ul li a:after {
  display: block;
  color: #999;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
}
@media screen and (min-width: 990px) {
  nav ul li a:after {
    width: 100%;
    text-align: right;
  }
}

nav ul li:nth-child(1) a:after {
  content: "CLINIC";
}

nav ul li:nth-child(2) a:after {
  content: "ABOUT";
}

nav ul li:nth-child(3) a:after {
  content: "NEWS";
}

nav ul li:nth-child(4) a:after {
  content: "ACCESS";
}

nav ul li:nth-child(1) a:before {
  background-image: url(../img/common/icon_clinic.png);
}

nav ul li:nth-child(2) a:before {
  background-image: url(../img/common/icon_about.png);
}

nav ul li:nth-child(3) a:before {
  background-image: url(../img/common/icon_news.png);
}

nav ul li:nth-child(4) a:before {
  background-image: url(../img/common/icon_access.png);
}

/* --- mainview ---------------------------------------- */
#mainview {
  position: relative;
  margin: 15px auto 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 989px) {
  #mainview {
    height: 150px;
  }
}
@media screen and (min-width: 990px) {
  #mainview {
    max-width: 100%;
    height: 500px;
    margin-top: 100px !important;
  }
}

/* --- 背景の指定 ------------------------------------------- */
#mainview .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: bgAnime 20s infinite;
          animation: bgAnime 20s infinite; /* 4画像 × 各5s = 20s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
#mainview .src1 {
  background-image: url(../img/main/main_img_index_1.jpg); /* 背景の画像を指定 */
}

#mainview .src2 {
  background-image: url(../img/main/main_img_index_2.jpg); /* 背景の画像を指定 */
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

#mainview .src3 {
  background-image: url(../img/main/main_img_index_3.jpg); /* 背景の画像を指定 */
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

/*
#mainview .src4 {
  background-image : url(../img/main/main_img_index_4.jpg); 
  animation-delay  : 15s;
}
*/
@media screen and (max-width: 989px) {
  #mainview .src1,
  #mainview .src2,
  #mainview .src3,
  #mainview .src4 {
    background-size: 155%;
    background-repeat: no-repeat;
  }
}
@-webkit-keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 990px) {
  .mainview_wrap {
    width: 50%;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.mainview_wrap h2 {
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
@media screen and (max-width: 989px) {
  .mainview_wrap h2 {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .mainview_wrap h2 {
    width: 600px;
    margin-top: 13rem;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.8em;
  }
}

.mainview_wrap h2 span {
  color: #FF7373;
  font-size: 26px;
  font-size: 1.625rem;
}

#clinic #mainview {
  background-image: url(../img/main/main_img_clinic.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 990px) {
  #clinic #mainview {
    height: 400px !important;
  }
}

#about #mainview {
  background-image: url(../img/main/main_img_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 990px) {
  #about #mainview {
    height: 400px !important;
  }
}

#access #mainview {
  background-image: url(../img/main/main_img_access.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 990px) {
  #access #mainview {
    height: 400px !important;
  }
}

#disease #mainview {
  background-image: url(../img/main/main_img_disease.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 990px) {
  #disease #mainview {
    height: 400px !important;
  }
}

#ortho #mainview {
  background-image: url(../img/main/main_img_ortho.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 990px) {
  #ortho #mainview {
    height: 400px !important;
  }
}

#info #mainview {
  background-image: url(../img/main/main_img_info.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 990px) {
  #info #mainview {
    height: 400px !important;
  }
}

/* 電話ボタン ---------------------------------------- */
#contact_btn a {
  display: block;
  position: absolute;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 989px) {
  #contact_btn a {
    width: 50px;
    font-size: 14px;
    font-size: 0.875rem;
    top: 10px;
    left: 9px;
    padding: 15px 0;
    background: #96CF47;
  }
}
@media screen and (min-width: 990px) {
  #contact_btn a {
    width: 100px;
    height: 105px;
    font-size: 18px;
    font-size: 1.125rem;
    top: 0;
    right: 0;
    background: #FF7373;
  }
}

@media screen and (max-width: 989px) {
  #contact_btn a i {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  #contact_btn a i {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 15px;
    display: block;
  }
}

/* mainViewに被せる ---------------------------------------- */
@media screen and (min-width: 990px) {
  #index_info {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    z-index: 999 !important;
    margin-top: 150px;
    width: 1200px;
  }
}

/* お知らせ欄 ---------------------------------------- */
#news h2 {
  background: #FF7373;
  color: #fff;
  background-image: url(../img/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  text-indent: 3em;
}
@media screen and (max-width: 989px) {
  #news h2 {
    padding: 0.5rem 0;
    margin-top: 20px;
  }
}
@media screen and (min-width: 990px) {
  #news h2 {
    border-radius: 10px 10px 0 0;
    padding: 1rem 0;
  }
}

#news h2 a {
  color: #fff;
  text-decoration: none;
}

#news .newsbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  margin: 0;
  padding-top: 1em;
}

#news .newsbox_inner {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

#news .newsbox:nth-child(3) .newsbox_inner,
#news .newsbox:nth-child(4) .newsbox_inner {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

@media screen and (max-width: 989px) {
  #news .newsbox .postdate {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  #news .newsbox .postdate {
    min-width: 120px;
    color: #FF7373;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    border-right: 1px solid #FF7373;
  }
}

#news .newsbox h3 {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 15px;
}

#news .newsbox h3 a {
  font-weight: bold;
}
@media screen and (max-width: 989px) {
  #news .newsbox h3 a {
    color: #FF7373;
  }
}
@media screen and (min-width: 990px) {
  #news .newsbox h3 a {
    color: #333;
  }
}

#news .newsbox .posttext {
  width: 85%;
  margin: 10px auto;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  line-height: 1.5em;
  font-weight: bold;
}

/* 診療時間表 ---------------------------------------- */
.time_table {
  width: 100%;
  border: 2px solid #666;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  background: #fff;
  color: #333;
  _zoom: 1;
  overflow: hidden;
}

.time_table th {
  background: #96CF47;
  color: #fff;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-top: none;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 989px) {
  .time_table th {
    font-size: 16px;
    font-size: 1rem;
    padding: 0.7rem 0.5rem;
  }
}
@media screen and (min-width: 990px) {
  .time_table th {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 1.2rem 0.7rem;
  }
}

.time_table th:last-of-type {
  border-right: none;
}

.time_table td {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  line-height: 1.6;
  color: #96CF47;
}
@media screen and (min-width: 990px) {
  .time_table td {
    padding: 1.2rem 0rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.time_table td:last-of-type {
  border-right: none;
}

.time_table tr:last-of-type td {
  border-bottom: none;
}

td.time_td {
  font-weight: bold;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 989px) {
  td.time_td {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.7rem 0;
  }
}
@media screen and (min-width: 990px) {
  td.time_td {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.time_table td span.name {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: block;
}

@media screen and (max-width: 989px) {
  td.time_td span {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  td.time_td span {
    border: 2px solid #96CF47;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 20px;
    color: #96CF47;
    margin-right: 10px;
  }
}

td.holiday {
  color: #ccc !important;
  font-weight: bold;
}

td.exception {
  color: #FF7373;
  font-weight: bold;
}

/* 診療時間：電話 ---------------------------------------- */
.time_table_tel {
  width: 90%;
  margin: 20px auto;
}

.time_table_tel p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 5px;
}

.time_table_tel p span {
  border: 2px solid #333;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 20px;
}

.telbox a {
  font-size: 36px;
  font-size: 2.25rem;
  color: #FF7373;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 989px) {
  .telbox a {
    display: block;
    margin-top: 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.telbox a i {
  margin-right: 10px;
}

@media screen and (max-width: 989px) {
  .slash {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .slash {
    font-size: 30px;
    font-size: 1.875rem;
    color: #333;
    padding: 3px 15px;
    font-family: "游明朝", serif;
  }
}

/* 診療時間：注意書き ---------------------------------------- */
p.addtxt {
  width: 90%;
  margin: 20px auto;
  padding: 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.5em;
}

/* 診療時間：ポイント ---------------------------------------- */
.time_table_point ul {
  width: 90%;
  margin: 0 auto;
  list-style: none;
}
@media screen and (min-width: 990px) {
  .time_table_point ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.time_table_point ul li {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #96CF47;
  border-bottom: 1px solid #96CF47;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 990px) {
  .time_table_point ul li {
    width: 48%;
  }
}

.time_table_point ul li i {
  color: #96CF47;
  margin-right: 15px;
}

/* ページタイトル ---------------------------------------- */
#pagettl {
  position: absolute;
  background-color: #FF7373;
  color: #fff;
  text-align: center;
  display: block;
}
@media screen and (min-width: 990px) {
  #pagettl {
    width: 200px;
    height: 200px;
    top: 420px;
    left: 45%;
  }
}
@media screen and (max-width: 989px) {
  #pagettl {
    width: 150px;
    height: 150px;
    top: 170px;
    left: calc((100% - 150px) / 2);
  }
}

#pagettl h1 {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}

#pagettl h1:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 990px) {
  #pagettl h1:before {
    width: 100px;
    height: 100px;
    margin: 20px auto 10px auto;
  }
}
@media screen and (max-width: 989px) {
  #pagettl h1:before {
    width: 50px;
    height: 50px;
    margin: 20px auto 10px auto;
  }
}

#pagettl h1:after {
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 80%;
  letter-spacing: 0.2rem;
  display: block;
}

#about #pagettl h1:before {
  background-image: url(../img/common/icon_about_white.png);
}

#about #pagettl h1:after {
  content: "ABOUT";
}

#clinic #pagettl h1:before {
  background-image: url(../img/common/icon_clinic_white.png);
}

#clinic #pagettl h1:after {
  content: "CLINIC";
}

#access #pagettl h1:before {
  background-image: url(../img/common/icon_access_white.png);
}

#access #pagettl h1:after {
  content: "ACCESS";
}

#disease #pagettl h1:before {
  background-image: url(../img/common/icon_disease_white.png);
}

#disease #pagettl h1:after {
  content: "DISEASE";
}

#ortho #pagettl h1:before {
  background-image: url(../img/common/icon_ortho_white.png);
}

#ortho #pagettl h1:after {
  content: "ORTHO";
}

#info #pagettl h1:before {
  background-image: url(../img/common/icon_news_white.png);
}

#info #pagettl h1:after {
  content: "INFO";
}

/* タイトルの分下げる  */
#wp_container {
  margin-top: 100px !important;
}

/* プラザコンタクトリンク */
.pcontact {
  display: block;
  z-index: 999;
}
@media screen and (min-width: 990px) {
  .pcontact {
    position: absolute;
    top: 0.5rem;
    right: 7rem;
    width: 200px;
  }
}
@media screen and (max-width: 989px) {
  .pcontact {
    text-align: center;
  }
}

.pcontact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
@media screen and (min-width: 990px) {
  .pcontact ul {
    width: 100%;
  }
}
@media screen and (max-width: 989px) {
  .pcontact ul {
    width: 200px;
    margin: 0.5rem auto;
  }
}

@media screen and (min-width: 990px) {
  .pcontact ul li:first-child a img {
    width: 200px;
  }
}
@media screen and (max-width: 989px) {
  .pcontact ul li:first-child a img {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .pcontact ul li:nth-child(2),
  .pcontact ul li:nth-child(3) {
    width: 49%;
  }
}

.pcontact ul li:nth-child(2) a img,
.pcontact ul li:nth-child(3) a img {
  width: 100%;
}
@media screen and (max-width: 989px) {
  .pcontact ul li:nth-child(2) a img,
  .pcontact ul li:nth-child(3) a img {
    max-width: 107px;
  }
}

@media screen and (max-width: 989px) {
  .pcontact.pc_only {
    width: 100%;
    background: #f0f0f0;
    padding: 0.2rem 0;
  }
}

@media screen and (max-width: 989px) {
  .pcontact.pc_only.sp ul {
    display: block;
    width: 314px;
    overflow: hidden;
  }
}

@media screen and (max-width: 989px) {
  .pcontact.pc_only.sp ul li:first-child {
    float: left;
    max-height: 50px;
  }
}

@media screen and (max-width: 989px) {
  .pcontact.pc_only.sp ul li:nth-child(2),
  .pcontact.pc_only.sp ul li:nth-child(3) {
    float: right;
  }
}

@media screen and (min-width: 990px) {
  .pcontact.sp_only {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  #clinic .pcontact.pc_only,
  #about .pcontact.pc_only,
  #access .pcontact.pc_only,
  #disease .pcontact.pc_only,
  #notfound .pcontact.pc_only,
  #info .pcontact.pc_only {
    display: none;
  }
}

/* スマホナビ ---------------------------------------- */
@media screen and (max-width: 989px) {
  nav {
    -webkit-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
  }
  a:hover {
    text-decoration: none !important;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    /*background: #0270D2;*/
    background: #333;
    opacity: 0.5;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    z-index: 10;
  }
  header .inner {
    position: relative;
    padding: 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header nav {
    overflow: auto;
    position: fixed;
    top: 0;
    left: -70%;
    width: 70%;
    max-width: 320px;
    height: 100%;
    background: rgb(255, 255, 255);
    opacity: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 0 2px gray;
            box-shadow: 0 0 2px gray;
  }
  header.navOpen nav {
    opacity: 1;
    left: 0;
  }
  header nav ul li#nav00 a {
    border: none;
  }
  header nav ul li {
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  header nav ul li a {
    position: relative;
    display: block;
    padding: 1em 1em 1em 1.5em;
    text-decoration: none;
    text-decoration: none !important;
    /* font-size:16px; */
    color: #FF7373;
  }
  header nav ul li a:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  header .navBtn {
    display: block;
    position: fixed;
    top: 10px;
    right: 9px;
    cursor: pointer;
    padding: 15px;
    z-index: 11;
    background-color: #FF7373;
    font-weight: bold;
  }
  header .navBtn:after {
    width: 53px;
    position: absolute;
    top: 33px;
    left: 9px;
    right: 0;
    text-align: center;
    font-size: 10px;
    color: #fff;
  }
  header.navOpen .navBtn:after {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 36px;
    left: 8px;
    right: 0;
    text-align: center;
    font-size: 10px;
    color: #fff;
  }
  header .navBtn span {
    display: block;
    height: 2px;
    width: 17px;
    background: #fff;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  header .navBtn span:nth-of-type(2),
  header .navBtn span:nth-of-type(3) {
    margin-top: 5px;
  }
  header.navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
    background: #fff;
  }
  header.navOpen .navBtn span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
    background: #fff;
  }
  header.navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #fff;
  }
  .pcontact ul li a:after {
    display: none !important;
    content: "" !important;
  }
  .pcontact ul li {
    border-bottom: none;
  }
  .pcontact ul li a {
    padding: unset;
    margin: unset;
  }
}
.googlemap {
  margin: 20px auto;
}

.googlemap iframe {
  width: 100%;
  min-height: 350px;
}

@media screen and (min-width: 990px) {
  footer {
    margin-top: 100px;
  }
}

footer h2 {
  text-align: center;
  margin: 20px auto;
}

@media screen and (min-width: 990px) {
  footer h2 img {
    width: 350px;
  }
}

footer .copyright {
  width: 100%;
  margin-top: 40px;
  padding: 10px 0;
  text-align: center;
  background-color: #FF7373;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 999;
}

#pageTop a {
  display: block;
  padding: 1.5rem;
  border: 1px solid #FF7373;
  color: #FF7373;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#pageTop a:after {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  content: "pagetop";
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FF7373;
  text-align: center;
}

/* mainViewに被せた分下げる ---------------------------------------- */
#index_intro {
  background-color: #F6F6F6;
  background-image: url(../img/common/photo_staff_new.jpg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 989px) {
  #index_intro {
    margin-top: 20px;
    background-position: top;
    background-size: contain;
    padding-top: 200px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 990px) {
  #index_intro {
    margin-top: 380px;
    min-height: 600px;
    background-position: top right;
    background-size: 50% contain;
    padding-top: 5rem;
  }
}

@media screen and (max-width: 989px) {
  #index_intro .intro_wrap {
    margin-top: 50px;
    width: 85%;
  }
}

@media screen and (min-width: 990px) {
  #index_intro .intro_wrap p {
    width: 40rem;
    font-weight: bold;
    margin-top: 30px;
  }
}

#index_intro .column3 {
  margin: 50px auto 30px auto;
}

#index_intro .column3 .large {
  position: relative;
}
@media screen and (max-width: 989px) {
  #index_intro .column3 .large {
    width: 100%;
  }
}
@media screen and (min-width: 990px) {
  #index_intro .column3 .large {
    width: 540px;
  }
}

#index_intro .column3 .small {
  position: relative;
}
@media screen and (max-width: 989px) {
  #index_intro .column3 .small {
    width: 100%;
  }
}
@media screen and (min-width: 990px) {
  #index_intro .column3 .small {
    width: 300px;
  }
}

#index_intro .column3 .serif {
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
}

#index_intro .column3 .radius {
  border-radius: 20px;
  margin-top: 50px;
}

#index_intro .column3 p {
  padding: 10px 25px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

/* オルソバナー */
.bnr_ortho {
  width: 874px;
  margin: 0 auto 1rem auto;
}
.bnr_ortho img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 989px) {
  .bnr_ortho {
    width: 90%;
  }
}
.bnr_ortho p {
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

/* 検査 */
.index_exam {
  background-image: url(../img/common/index_ex_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 989px) {
  .index_exam {
    min-height: 250px;
  }
}
@media screen and (min-width: 990px) {
  .index_exam {
    min-height: 450px;
  }
}

@media screen and (max-width: 989px) {
  .index_exam .index_exam_btn {
    padding-top: 31%;
  }
}
@media screen and (min-width: 990px) {
  .index_exam .index_exam_btn {
    padding-top: 205px;
  }
}

.index_button .index_button_btn {
  margin-top: 30px;
}

.index_exam .index_exam_btn .btn {
  width: 50%;
  margin-left: 10%;
}

.index_button .index_button_btn .btn {
  width: 80%;
  margin: 15px auto;
}

.index_button .telbox {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 989px) {
  .index_button .telbox a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 990px) {
  .index_button .telbox a {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

/* ドクター紹介 -------------------------*/
h4.doctor {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #FF7373;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  border-radius: 50px;
  display: inline-block;
  margin-left: 50px;
}

.doctor_profile {
  background-color: #F5F2D8;
  border-radius: 10px;
}
@media screen and (min-width: 990px) {
  .doctor_profile {
    padding: 2em 4em;
  }
}
@media screen and (max-width: 989px) {
  .doctor_profile {
    margin-top: 50px;
    padding: 10px 0;
  }
}

.doctor_profile h3 {
  color: #FF7373;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 1rem;
  border-bottom: 1px solid #FF7373;
  padding-bottom: 15px;
}

.doctor_profile dl {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto;
}

@media screen and (min-width: 990px) {
  .doctor_profile dl dt {
    width: 100px;
  }
}

.doctor_profile dl dt i {
  color: #FF7373;
  margin-right: 10px;
}

.doctor_profile dl:first-of-type {
  margin-top: 30px;
}

.doctor_profile dl:last-of-type {
  border-bottom: 1px solid #FF7373;
  padding-bottom: 30px;
}

@media screen and (max-width: 989px) {
  .tac.flex_wrapper.justcenter a:nth-child(2) {
    margin-top: 20px;
  }
}

/* 交通機関別 -------------------------*/
.access_how {
  border-top: 1px solid #5CC2CF;
  border-bottom: 1px solid #5CC2CF;
  margin-top: 30px;
}

.access_how dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.access_how dl dt {
  color: #5CC2CF;
  font-size: 60px;
  font-size: 3.75rem;
  text-align: center;
  padding: 15px 25px;
}

.access_how dl dd {
  padding: 15px 25px;
}

.access_how dl:first-of-type {
  border-bottom: 1px solid #5CC2CF;
}

/* 写真 -------------------------*/
@media screen and (max-width: 989px) {
  .access_img_pc {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .access_img_sp {
    display: none;
  }
}

/* 一般眼科 -------------------------*/
.clinic_opthal {
  background-color: #F5F2D8;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 990px) {
  .clinic_opthal {
    padding-right: 140px;
  }
}
@media screen and (max-width: 989px) {
  .clinic_opthal {
    padding: 20px 110px 20px 0;
    margin: 50px auto;
  }
}

.clinic_opthal img {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 990px) {
  .clinic_opthal img {
    top: -80px;
    width: 180px;
  }
}
@media screen and (max-width: 989px) {
  .clinic_opthal img {
    width: 150px;
    top: -25px;
  }
}

.clinic_opthal ul {
  list-style: none;
}
@media screen and (min-width: 990px) {
  .clinic_opthal ul {
    padding: 20px 0 20px 30px;
    font-size: 18px;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 989px) {
  .clinic_opthal ul {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 30px;
  }
}

.clinic_opthal ul li {
  font-weight: bold;
  margin-bottom: 5px;
}

.clinic_opthal ul li i {
  color: #5CC2CF;
  margin-right: 5px;
}

@media screen and (min-width: 990px) {
  .clinic_opthal ul li:nth-child(odd) {
    width: 45%;
  }
}

@media screen and (min-width: 990px) {
  .clinic_opthal ul li:nth-child(even) {
    width: 49%;
  }
}

/* 検査・検診 -------------------------*/
.clinic_exam {
  background-color: #F5F2D8;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 990px) {
  .clinic_exam {
    padding-left: 140px;
  }
}
@media screen and (max-width: 989px) {
  .clinic_exam {
    padding: 20px 10px 20px 110px;
    margin: 50px auto;
  }
}

.clinic_exam img {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 990px) {
  .clinic_exam img {
    top: -150px;
    width: 180px;
  }
}
@media screen and (max-width: 989px) {
  .clinic_exam img {
    width: 130px;
    top: -85px;
  }
}

.clinic_exam ul {
  list-style: none;
}
@media screen and (min-width: 990px) {
  .clinic_exam ul {
    padding: 20px 0 5px 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.clinic_exam ul li {
  font-weight: bold;
  margin-bottom: 5px;
}

.clinic_exam ul li i {
  color: #F6AD3A;
  margin-right: 5px;
}

.clinic_exam p {
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  .clinic_exam p {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 40px 20px 20px;
  }
}

@media screen and (min-width: 990px) {
  .clinic_exam_btn {
    margin-left: 135px !important;
  }
}
@media screen and (max-width: 989px) {
  .clinic_exam_btn {
    margin-bottom: 50px !important;
  }
}

/* オルソケラトロジー -------------------------*/
.clinic_ortho {
  background-color: #F5F2D8;
  border-radius: 10px;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (min-width: 990px) {
  .clinic_ortho {
    padding-right: 140px;
  }
}
@media screen and (max-width: 989px) {
  .clinic_ortho {
    padding: 20px 110px 20px 0;
    margin: 50px auto;
  }
}

.clinic_ortho img {
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 990px) {
  .clinic_ortho img {
    width: 120px;
    top: -100px;
  }
}
@media screen and (max-width: 989px) {
  .clinic_ortho img {
    width: 80px;
    top: -50px;
  }
}

.clinic_ortho ul {
  list-style: none;
}
@media screen and (min-width: 990px) {
  .clinic_ortho ul {
    padding: 20px 0 5px 50px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 989px) {
  .clinic_ortho ul {
    padding: 0 0 5px 25px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.clinic_ortho ul li {
  font-weight: bold;
  margin-bottom: 5px;
}

.clinic_ortho ul li i {
  color: #FF7373;
  margin-right: 5px;
}

.disease_list .flex_3item {
  margin-bottom: 10px;
}

.disease_box {
  margin: 100px auto;
}

.disease_box .dttl {
  width: 100%;
  border-top: 1px solid #96CF47;
  border-bottom: 1px solid #96CF47;
  padding: 20px 0;
}

.disease_box .dttl h3 {
  color: #333;
  letter-spacing: 0.1em;
  margin-left: 3em;
}
@media screen and (min-width: 990px) {
  .disease_box .dttl h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.disease_box .dttl h3 span {
  color: #96CF47;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

.disease_box .dinner {
  width: 90%;
  display: block;
  margin: 20px auto;
}

.disease_box .dinner h4 {
  padding: 10px 0;
  color: #96CF47;
  font-size: 18px;
  font-size: 1.125rem;
}

.disease_box .dinner ul {
  width: 100%;
  background-color: #F7F9E3;
  border-radius: 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 20px 0 20px 3em;
}

.disease_box .dinner ul li {
  margin-right: 15px;
}

.disease_box .dinner ul li:last-child:after {
  content: "など";
  color: #96CF47;
  padding: 2px 5px;
  border: 2px solid #96CF47;
  border-radius: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: 10px;
}

.disease_box .dinner ul li i {
  color: #96CF47;
}

.disease_box .dinner_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.disease_box .dinner_half .dphoto {
  width: 30%;
  margin-right: 4%;
}

.disease_box .dinner_half .dtxt {
  width: 65%;
}

.disease_box .dbtn {
  overflow: hidden;
  margin-top: 30px;
}

.disease_box .dbtn a {
  font-size: 1rem !important;
}
@media screen and (min-width: 990px) {
  .disease_box .dbtn a {
    float: right;
    width: 300px;
  }
}

/* オルソケラトロジー -------------------------*/
.access_how.ortho dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
}

.access_how.ortho dl dt {
  max-width: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.access_how.ortho dl dt {
  color: #5CC2CF;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  padding: 15px 5px;
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.access_how.ortho dl:first-of-type,
.access_how.ortho dl:nth-child(2),
.access_how.ortho dl:nth-child(3),
.access_how.ortho dl:nth-child(4) {
  border-bottom: 1px solid #5CC2CF;
}

.ortho_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: 3px solid #5CC2CF;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 2rem;
  margin: 1rem auto;
}
@media screen and (max-width: 989px) {
  .ortho_flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ortho_flow dt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  width: 30%;
  color: #5CC2CF;
}
@media screen and (max-width: 989px) {
  .ortho_flow dt {
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #5CC2CF;
  }
}

.ortho_flow dd {
  width: 70%;
}
@media screen and (max-width: 989px) {
  .ortho_flow dd {
    width: 100%;
  }
}

.ortho_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #E8F7F9;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 2rem;
  margin: 1rem auto;
}
@media screen and (max-width: 989px) {
  .ortho_price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ortho_price dt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  width: 20%;
  color: #333;
}
@media screen and (max-width: 989px) {
  .ortho_price dt {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #5CC2CF;
  }
}

.ortho_price dd {
  width: 80%;
}
@media screen and (max-width: 989px) {
  .ortho_price dd {
    width: 100%;
  }
}

.ortho_price dd ul li {
  font-size: 18px;
  font-size: 1.125rem;
  color: #35A7B7;
  font-weight: bold;
}

.ortho_attention {
  list-style: none;
}

.ortho_attention li {
  border-bottom: 1px solid #5CC2CF;
  padding: 0.5rem 2rem;
}

.ortho_attention li i {
  color: #5CC2CF;
  margin-right: 0.5rem;
}

.ortho_attention li:first-child {
  border-top: 1px solid #5CC2CF;
}

#sidebar h2 {
  background: #5CC2CF;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 10px;
}

article.post-list {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1.5em 2em;
  margin-bottom: 2rem;
  background: #f0f0f0;
}

h2.ttl-blog-2 {
  padding: 0.5em 0;
  color: #5CC2CF;
  border-bottom: 1px solid #5CC2CF;
  margin-bottom: 1rem;
  line-height: 1.5em;
}

.post-text {
  padding: 0.5em 0.5em;
}

article.post-list .btn {
  font-size: 1rem;
  width: 200px;
  padding: 0.5em;
  margin-top: 2rem;
}/*# sourceMappingURL=style.css.map */