@charset "UTF-8";
/*!!!!! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
body {
  text-align: center;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  /*windows対策*/
  -webkit-text-size-adjust: 100%;
  color: #3d3a39;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

a {
  color: #069;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: underline;
  color: #00a4d1;
  opacity: 0.7;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
li {
  list-style: none;
}

i {
  padding: 0 5px;
}

.fa-home:before, .fa-calendar:before, .fa.fa-calendar:before, .fa.fa-pencil:before, .fa-phone-square:before {
  content: "" !important;
}

.sp {
  display: none;
}

img {
  max-width: 100%;
}

section:after,
article:after,
dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html section,
* html article,
* html dl {
  zoom: 1;
}

/* IE6 */
*:first-child + html section,
*:first-child + html article,
*:first-child + html dl {
  zoom: 1;
}

/* IE7 */
@media only screen and (max-width: 960px) {
  body {
    /*font-size: 90%;*/
  }

  img {
    border: 0;
    max-width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/*PC改行加える*/
.br-pc {
  display: block;
}

/*PC改行無効*/
.br_sp {
  display: none;
}

.br_ssp {
  display: none;
}

@media only screen and (max-width: 960px) {
  /*SP改行無効*/
  .br-pc {
    display: none;
  }

  /*SP改行加える*/
  .br_sp {
    display: block;
  }

  .br_ssp {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /*SP改行無効*/
  .br-pc {
    display: none;
  }

  /*SP改行加える*/
  .br_sp {
    display: block;
  }

  .br_ssp {
    display: block;
  }
}
/************************************

common

************************************/
.wrapper {
  max-width: 1090px;
  width: 90%;
  margin: auto;
}

.wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media only screen and (max-width: 960px) {
  .wrapper {
    margin: 0 auto;
  }
}
/** mouseover flash **/
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.b5 {
  margin-bottom: 5px !important;
}

.b10 {
  margin-bottom: 10px !important;
}

.b15 {
  margin-bottom: 15px !important;
}

.b20 {
  margin-bottom: 20px !important;
}

.b30 {
  margin-bottom: 30px !important;
}

.b40 {
  margin-bottom: 40px !important;
}

.b50 {
  margin-bottom: 50px !important;
}

main {
  display: block;
}

/************************************

fade-n - out

************************************/
/* 画面外にいる状態 */
/*フェードイン表示*/
.fadein {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.fadein:not(:target) {
  opacity: 1\9 ;
  /*IE9対策*/
}

.fadein-no {
  opacity: 1;
}

/*移動＋フェードイン表示*/
.list-mv07 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 1s;
  transition: 1s;
}

.list-mv07:not(:target) {
  opacity: 1\9 ;
  /*IE9対策*/
}

.mv07 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/************************************

.list(flexboox)

************************************/
.list {
  display: block;
  /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox;
  /*IE10*/
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.list article {
  width: auto;
}

/*IE8▼*/
.list article {
  float: left\9 ;
}

/*IE9▼*/
.list article:not(:target) {
  float: left¥9;
}

/*IE10▼*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list article {
    float: left !important;
  }
}
/************************************

header

************************************/
header {
  border-top: 3px solid #00a4d1;
  min-width: 1100px;
  position: relative;
}
@media only screen and (max-width: 1130px) {
  header {
    min-width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  header {
    border-top: none;
    border-bottom: 1px solid #ddd;
    min-width: 100%;
    padding-top: 50px;
  }
}

header a {
  color: #303131;
  text-decoration: none;
}

header a:hover {
  text-decoration: none;
}

/******* header-sp2 *******/
#header-sp2 {
  display: none;
}

@media only screen and (max-width: 960px) {
  #header-sp2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 50px;
    background: #00a4d1;
    letter-spacing: 0;
    z-index: 6;
  }

  #header-sp2 a,
#header-sp2 a:hover {
    color: #fff;
  }

  #header-sp2 ul {
    margin: 0 50px 0 5px;
    padding: 11px 3px 0;
    text-align: left;
    letter-spacing: -1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #header-sp2 li {
    vertical-align: top;
    letter-spacing: 0;
    float: none;
    width: auto;
    display: inline-block;
    padding: 0 0 0 20px;
    line-height: 1.2;
    margin: 3px 2vw 0 0;
    text-align: left;
    font-size: 110%;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 18px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 480px) {
  #header-sp2 li {
    margin: 5px 1vw 0 0;
    font-size: 90%;
  }
}
@media only screen and (max-width: 960px) {
  #header-sp2 li:nth-child(1) {
    background-image: url("../images/icon_tel.svg");
  }
}
@media only screen and (max-width: 960px) {
  #header-sp2 li:nth-child(2) {
    background-image: url("../images/icon_calendar.svg");
  }
}
@media only screen and (max-width: 960px) {
  #header-sp2 li:nth-child(3) {
    background-image: url("../images/icon_pen.svg");
  }
}
@media only screen and (max-width: 960px) {
  #header-sp2 li i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 480px) {
  #header-sp2 li i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 960px) {
  #header-sp2 li small {
    display: block;
    float: right;
    font-size: 3vw;
    line-height: 1.2;
  }
}
/*******wrapper*****/
header .wrapper {
  height: 100px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  header .wrapper {
    height: auto;
  }
}

/******** logo *********/
header h1, header .logo {
  width: 260px;
  position: absolute;
  top: 25px;
  left: 20px;
}
@media only screen and (max-width: 1130px) {
  header h1, header .logo {
    width: 220px;
  }
}
@media only screen and (max-width: 960px) {
  header h1, header .logo {
    position: relative;
    float: none;
    width: 220px;
    margin: 0 auto 10px;
    top: auto;
    left: auto;
  }
}
header h1 a, header .logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(../images/head_logo@2x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 23%;
}

/* Flashing */
header h1:hover, header .logo:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/******** part1 *********/
header #head_part1 {
  position: absolute;
  right: 280px;
  top: 15px;
  width: 530px;
  margin: 0px 0px 0 0px;
  text-align: right;
}
@media only screen and (max-width: 1130px) {
  header #head_part1 {
    width: 50vw;
    right: 25vw;
  }
}
@media only screen and (max-width: 960px) {
  header #head_part1 {
    float: none;
    position: relative;
    right: auto;
    top: auto;
    width: 90%;
    margin: 0px auto 0px;
    text-align: center;
  }
}

header #head_part1 h2, header #head_part1 h1 {
  position: relative;
  top: auto;
  left: auto;
  font-size: 70%;
  line-height: 180%;
  font-weight: normal;
  color: #808080;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 1130px) {
  header #head_part1 h2, header #head_part1 h1 {
    font-size: 60%;
  }
}
@media only screen and (max-width: 960px) {
  header #head_part1 h2, header #head_part1 h1 {
    font-size: 70%;
    float: none;
    padding: 5px 0px;
  }
}

/******** part2 *********/
header #head_part2 {
  position: absolute;
  top: 50px;
  right: 280px;
  width: 450px;
  margin: 0px 0px 0 0px;
  text-align: left;
}
@media only screen and (max-width: 1130px) {
  header #head_part2 {
    right: 25vw;
  }
}

header #head_part2 ul {
  float: left;
  width: 240px;
  margin-top: 6px;
}
header #head_part2 ul li {
  float: right;
  font-size: 90%;
  line-height: 100%;
  margin: 0 18px 0 0;
}
header #head_part2 ul li a {
  position: relative;
  padding-left: 14px;
}

header #head_part2 ul li a:before {
  position: absolute;
  top: 7px;
  left: 0px;
  color: #00a4d1;
  content: "";
  border-top: 2px solid #00a4d1;
  border-right: 2px solid #00a4d1;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

header #head_part2 .tel {
  float: right;
  width: 210px;
  font-size: 150%;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 100%;
  letter-spacing: 0;
  text-align: right;
}
header #head_part2 .tel small {
  background: #00a4d1;
  width: 48px;
  text-align: center;
  color: #fff;
  font-size: 70%;
  line-height: 100%;
  font-weight: bold;
  display: inline-block;
  border-radius: 2px;
  margin-right: 7px;
  padding: 3px 0;
  vertical-align: bottom;
}

/******** contact *********/
header #head_contact {
  position: absolute;
  top: 0;
  right: 0;
}

header #head_contact ul {
  text-align: right;
  letter-spacing: -1em;
}

header #head_contact ul li {
  display: inline-block;
  letter-spacing: 0;
  height: 100px;
  width: 130px;
  text-align: center;
}
@media only screen and (max-width: 1130px) {
  header #head_contact ul li {
    width: 12vw;
  }
}
header #head_contact ul li.reserve {
  background-color: #f08086;
}
header #head_contact ul li.reserve h4::before, header #head_contact ul li.reserve .icon::before {
  background-image: url("../images/icon_calendar.svg");
}
header #head_contact ul li.contact {
  background-color: #00a4d1;
}
header #head_contact ul li.contact h4::before, header #head_contact ul li.contact .icon::before {
  background-image: url("../images/icon_pen.svg");
}
header #head_contact ul li h4, header #head_contact ul li .icon {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  height: 20px;
  padding-top: 50px;
  position: relative;
}
header #head_contact ul li h4::before, header #head_contact ul li .icon::before {
  position: absolute;
  top: 24px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  z-index: 2;
}

header #head_contact ul li a {
  display: block;
  height: 100px;
  width: 130px;
  color: #fff;
}
@media only screen and (max-width: 1130px) {
  header #head_contact ul li a {
    width: 12vw;
  }
}

header #head_contact a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@media only screen and (max-width: 960px) {
  header #head_part2,
header #head_contact {
    display: none;
  }
}
/******** menu #headnavi *********/
header nav {
  background: #fff url(../images/head_menu_back.png) repeat-x top left;
  height: 50px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: block;
}

header nav ul {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  font-size: 90%;
  line-height: 150%;
  margin: 15px auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav ul li {
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 1130px) {
  header nav ul li {
    font-size: 90%;
  }
}

header nav ul li i.fa {
  font-size: 15px;
}

header nav ul li .submenu {
  position: absolute;
  top: 14px;
  left: 0;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 100;
}

header nav ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
}

header nav ul li ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: auto;
  text-align: left;
  font-size: 100%;
  text-align: 100%;
  margin: 17px 0 0 0;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
  /*IE8以下用*/
  display: block;
}

header nav ul li:hover .submenu ul {
  visibility: visible;
  opacity: 1;
}

header nav ul li ul li {
  display: block;
  padding: 0 0px 5px 16px;
  position: relative;
  font-size: 100%;
}

header nav ul li ul li:before {
  position: absolute;
  top: 11px;
  left: 0px;
  content: "";
  border-top: 2px solid #00a4d1;
  border-right: 2px solid #00a4d1;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/*** fixed version ***/
header nav .fixver {
  display: none;
}

header nav .nonfixver a {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/icon_home.svg");
}

header nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

header nav.fixed .nonfixver {
  display: none;
}

header nav.fixed ul {
  width: 82vw;
  max-width: 82vw;
  margin: 13px 0;
}

header nav.fixed ul li {
  float: left;
  display: block;
  padding: 0px 1.2vw;
  position: relative;
  font-size: 1.15vw;
}
@media only screen and (min-width: 1100px) {
  header nav.fixed ul li {
    font-size: 90%;
  }
}

header nav.fixed .fixver {
  display: inline-block;
}

header nav.fixed ul li.fixlogo a {
  float: left;
  display: b;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(../images/head_logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 36px;
  width: 150px;
  margin: -5px 0 0 0;
  float: left;
  padding: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  header nav.fixed ul li.fixlogo a {
    background-image: url(../images/head_logo@2x.png);
  }
}
header nav.fixed #fix_contact {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav.fixed #fix_contact .fixreserve {
  width: 8vw;
  height: 48px;
  font-size: 15px;
  line-height: 1;
  padding: 18px 0 0;
  font-weight: bold;
  background: #f08086;
}

header nav.fixed #fix_contact .fixreserve a {
  color: #fff;
  width: 130px;
  height: 48px;
}

header nav.fixed #fix_contact .fixcontact {
  width: 8vw;
  height: 48px;
  font-size: 15px;
  line-height: 1;
  padding: 18px 0 0;
  font-weight: bold;
  background: #00a4d1;
}

header nav.fixed #fix_contact .fixcontact a {
  color: #fff;
  width: 130px;
  height: 48px;
}

header nav.fixed ul li ul li {
  float: none;
  display: block;
  font-size: 100%;
  padding: 0 0px 5px 16px;
}

@media only screen and (max-width: 960px) {
  header nav {
    display: none;
  }
}
/************************************

ぱんくずリスト

************************************/
#pankuzu {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

#pankuzu .wrapper {
  text-align: left;
}

#pankuzu ul {
  padding: 0 20px;
}
@media only screen and (max-width: 960px) {
  #pankuzu ul {
    padding: 0;
  }
}

#pankuzu li {
  display: inline-block;
  position: relative;
  font-size: 75%;
  line-height: 100%;
  margin-right: 10px;
  padding-left: 20px;
}

#pankuzu li:nth-child(1) {
  padding-left: 0px;
}

#pankuzu li a {
  position: relative;
  text-decoration: none;
  color: #666;
}

#pankuzu li:before {
  position: absolute;
  top: 6px;
  left: 0px;
  content: "";
  border-top: 1px solid #3d3a39;
  border-right: 1px solid #3d3a39;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#pankuzu li:nth-child(1):before {
  display: none;
}

#pankuzu li a:hover {
  text-decoration: underline;
}

#top #pankuzu {
  display: none;
}

@media only screen and (max-width: 960px) {
  #pankuzu {
    padding: 7px 0;
    min-width: 100%;
  }

  #pankuzu .wrapper {
    width: 94%;
    margin: 0 auto;
  }

  #pankuzu li {
    margin-right: 7px;
    padding-left: 15px;
  }
}
/************************************

#mainimage

************************************/
#mainimage.fadein {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mainimage .image {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f3ede6;
}
@media only screen and (min-width: 1600px) {
  #mainimage .image {
    background-size: 1600px;
  }
}
@media only screen and (max-width: 960px) {
  #mainimage .image {
    height: 200px;
  }
}
#mainimage .wrapper {
  position: relative;
}
#mainimage .title {
  position: absolute;
  top: -70px;
  text-align: center;
  width: 100%;
  z-index: 5;
}
@media only screen and (max-width: 960px) {
  #mainimage .title {
    top: -40px;
  }
}
@media only screen and (max-width: 960px) {
  #mainimage .title.two {
    top: -60px;
  }
}
#mainimage .title h2 {
  font-family: serif;
  font-weight: 100;
  display: inline-block;
  background: #fff;
  padding: 30px;
  min-width: 450px;
  font-size: 180%;
  line-height: 1.3;
}
@media only screen and (max-width: 960px) {
  #mainimage .title h2 {
    min-width: auto;
    font-size: 130%;
    padding: 20px 40px;
  }
}

/************************************

NO - MAINIMAGE

************************************/
#no_mainimage {
  padding: 60px 0 0;
  position: relative;
}

#no_mainimage .wrapper {
  padding: 0px 0 0;
}

#no_mainimage h2, #no_mainimage h1 {
  font-family: serif;
  margin: 0 0 15px;
  font-size: 190%;
  font-weight: 100;
  letter-spacing: 0.12em;
  line-height: 1.6;
}

#no_mainimage h1.small, #no_mainimage .title {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
#no_mainimage h1.small::before, #no_mainimage h1.small::after, #no_mainimage .title::before, #no_mainimage .title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #3d3a39;
  content: "";
}
@media only screen and (max-width: 960px) {
  #no_mainimage h1.small::before, #no_mainimage h1.small::after, #no_mainimage .title::before, #no_mainimage .title::after {
    width: 70px;
  }
}
#no_mainimage h1.small::before, #no_mainimage .title::before {
  left: 100%;
}
#no_mainimage h1.small::after, #no_mainimage .title::after {
  right: 100%;
}

#no_mainimage a {
  text-decoration: none;
  color: #3d3a39;
}

#no_mainimage h2 a:hover, #no_mainimage h1 a:hover {
  text-decoration: none;
  color: #00a4d1;
}

#no_mainimage p a {
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
  #no_mainimage {
    /*min-height:250px;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 0 0;
    min-width: 100%;
  }

  #no_mainimage .wrapper {
    width: 90% !important;
    margin: 0 auto;
  }

  #no_mainimage h2, #no_mainimage h1 {
    font-size: 140%;
  }

  #no_mainimage p {
    text-align: left;
    font-size: 90%;
  }
}
/************************************

#main

************************************/
div#main {
  margin: 0 0 70px;
}
@media only screen and (max-width: 960px) {
  div#main {
    margin: 0 0 10px;
  }
}

#main section {
  padding: 80px 0 0px 0;
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
@media only screen and (max-width: 960px) {
  #main section {
    padding: 40px 0 0px 0;
  }
}

#main section.gray {
  background-color: #f2f2f2;
  padding: 80px 0 20px;
}
@media only screen and (max-width: 960px) {
  #main section.gray {
    padding: 30px 0 10px;
  }
}

#main section:not(:target) {
  opacity: 1\9 ;
  /*IE9対策*/
}

#main section.mv07 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/**********************************

見出し

************************************/
h2.midashi, h1.midashi {
  padding: 0 0 15px 0;
  font-size: 170%;
  line-height: 1.5;
  font-family: serif;
  font-weight: normal;
  display: inline-block;
  margin: 0px 0 45px 0;
  letter-spacing: 0em;
  position: relative;
}
h2.midashi::before, h1.midashi::before {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
  width: 80%;
  max-width: 100px;
  height: 3px;
  background-color: #00a4d1;
  content: "";
}
@media only screen and (max-width: 960px) {
  h2.midashi, h1.midashi {
    font-size: 130%;
    padding: 0 0 10px 0;
    margin: 0px 0 30px 0;
    letter-spacing: 0em;
  }
}

section h2 {
  font-family: serif;
  font-weight: normal;
  letter-spacing: 0em;
  font-size: 160%;
}
@media only screen and (max-width: 960px) {
  section h2 {
    font-size: 130%;
  }
}

section h3 {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0em;
}

section h4 {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0em;
}

/*************************
ページファーストビューに関するcss以外の共通css指定
**************************/
/************************************

footer

************************************/
/******* footer menu ******/
footer nav {
  background: #f2f2f2;
  padding: 50px 0;
}

footer a {
  color: #303131;
  text-decoration: none;
}

footer a:hover {
  color: #999;
  text-decoration: none;
}

footer nav .wrapper {
  text-align: left;
  display: block;
  /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox;
  /*IE10*/
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer nav ul {
  width: 18%;
  font-size: 90%;
  line-height: 190%;
  /*border-right:1px solid #fff;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer nav ul.treatment {
  width: 46%;
  font-size: 90%;
  line-height: 190%;
}

/*IE8▼*/
footer nav ul {
  float: left\9 ;
}

/*IE9▼*/
footer nav ul:not(:target) {
  float: left¥9;
}

/*IE10▼*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer nav ul {
    float: left !important;
  }
}
footer nav ul li {
  padding: 3px 10px 0 0;
  position: relative;
}

footer nav ul li .submenu::after {
  content: "";
  display: block;
  clear: both;
}

footer nav ul li ul {
  width: 100%;
  float: none;
  border: none;
  margin: 0 0 0px 0;
}

footer nav ul.treatment li ul {
  width: 50%;
  float: left;
  border: none;
  margin: 0 0 0px 0;
}

footer nav ul li ul li {
  padding: 3px 13px;
  position: relative;
}

footer nav ul li ul li:before {
  position: absolute;
  top: 15px;
  left: 0px;
  content: "";
  border-top: 2px solid #00a4d1;
  border-right: 2px solid #00a4d1;
  width: 4px;
  height: 4px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 960px) {
  footer {
    padding-bottom: 45px;
  }

  footer nav {
    display: none;
  }
}
/******* footer bottom ******/
footer #foot_bottom {
  width: 96%;
  max-width: 1100px;
  margin: 50px auto;
  text-align: left;
}

footer #foot_bottom #foot_fb {
  display: none;
}

footer #foot_bottom #foot_info {
  float: right;
  width: 30%;
  margin: 0 0px 0 0;
}

footer #foot_bottom #foot_address {
  float: left;
  width: 70%;
  margin: 0px 0 0 0px;
}

footer .top_br {
  display: none;
}

footer #foot_bottom #foot_address .top_shinryo {
  display: none;
}

@media only screen and (max-width: 960px) {
  footer #foot_bottom {
    width: 100%;
    margin: 40px auto 0;
    text-align: left;
  }

  footer #foot_bottom #foot_fb {
    width: 84%;
    max-width: 340px;
    margin: 0 auto 30px auto;
    float: none;
  }

  footer #foot_bottom #foot_fb iframe {
    width: 100%;
  }

  footer #foot_bottom #foot_info {
    float: none;
    width: 84%;
    margin: 0 auto 30px auto;
    border-top: 1px solid #ccc;
    padding: 30px 0 0 0;
  }

  footer #foot_bottom #foot_address {
    float: none;
    width: 84%;
    margin: 0 auto 30px auto;
    text-align: center;
    font-size: 90%;
    border-top: 1px solid #ccc;
    padding: 30px 0 0 0;
  }

  footer #foot_bottom #foot_address p small {
    font-size: 100%;
  }

  footer #foot_bottom #foot_address p.second {
    display: none;
  }
}
/***** footer info ****/
#foot_info h2 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(../images/head_logo@2x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 60px;
  width: 260px;
  margin: 0 auto 15px;
}

#foot_info h2:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

#foot_info #foot_contact div a {
  margin: 0 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 13px 0;
  display: block;
  color: #fff;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 15px center;
}

#foot_info #foot_contact div.reserve a {
  background-color: #f08086;
  background-image: url("../images/icon_calendar.svg");
}

#foot_info #foot_contact div.contact a {
  background-color: #00a4d1;
  background-image: url("../images/icon_pen.svg");
}

#foot_info li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  float: left;
}

#foot_info li#foot_fonta a {
  background-image: url(../images/foot_bn_fontanagene.png);
  width: 100%;
  height: 0;
  padding-top: 21%;
  margin: 0 0 10px 0;
}

#foot_info li#foot_sogo {
  width: 49%;
  margin: 0 1% 0 0;
  float: left;
}

#foot_info li#foot_sogo a {
  background-image: url(../images/foot_bn_sogo.png);
  width: 100%;
  height: 0;
  padding-top: 50%;
  margin: 0 8px 0 0;
}

#foot_info li#foot_dental {
  float: left;
  width: 49%;
  margin: 0 0 0 1%;
}

#foot_info li#foot_dental a {
  background-image: url(../images/foot_bn_dental.png);
  width: 100%;
  height: 0;
  padding-top: 50%;
  margin: 0 0 0 0;
}

/* Flashing */
#foot_info li:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #foot_info h2 a {
    background-image: url(../images/head_logo@2x.png);
  }

  #foot_info li#foot_fonta a {
    background-image: url(../images/foot_bn_fontanagene@2x.png);
  }

  #foot_info li#foot_sogo a {
    background-image: url(../images/foot_bn_sogo@2x.png);
  }

  #foot_info li#foot_dental a {
    background-image: url(../images/foot_bn_dental@2x.png);
  }
}
@media only screen and (max-width: 960px) {
  #foot_info h2 a {
    height: 50px;
    width: 210px;
    margin: 0 auto 15px;
  }

  #foot_info ul {
    width: 100%;
    margin: 0 auto;
  }
}
/***** footer address ****/
#foot_address p {
  font-size: 90%;
  line-height: 180%;
  margin-bottom: 1em;
}

#foot_address p .sns {
  padding-left: 23px;
}

#foot_address .timeschedule {
  position: relative;
}

#foot_address .timeschedule p {
  text-align: left;
  font-size: 80%;
  margin: 5px 0 10px;
}

#foot_address .timeschedule .btn_calender {
  position: relative;
}

#foot_address .btn_calender a {
  background: #00a4d1;
  color: #fff;
  width: 200px;
  font-size: 75%;
  line-height: 120%;
  font-weight: bold;
  padding: 13px 25px 13px 20px;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  border-radius: 2px;
}

#foot_address .btn_calender a:last-child {
  background: #f08086;
}

#foot_address .btn_calender a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

@media only screen and (max-width: 960px) {
  #foot_address p .sns {
    padding-left: 0;
  }

  #foot_address .timeschedule .btn_calender {
    margin: 20px auto 0;
  }

  #foot_address .btn_calender a {
    padding: 13px 0 13px 0;
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
    font-size: 100%;
  }

  #foot_address .btn_calender a::after {
    position: absolute;
    right: 1em;
  }
}
/***** footer copyright ****/
#copyright {
  font-size: 70%;
  color: #666;
  padding: 0 0 40px 0;
  letter-spacing: 0.12em;
}

/******** foot_spmenu ********/
#foot_spmenu {
  margin: 0 7% 15px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

#foot_spmenu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#foot_spmenu ul {
  float: left;
  width: 48%;
  margin: 0 1% 0;
  font-size: 75%;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0;
}
#foot_spmenu ul.home {
  width: 98%;
  float: none;
  clear: both;
}

/*
#foot_spmenu ul:last-child {
  width: 98%;
}*/
#foot_spmenu ul li {
  margin: 0 0 5px;
}

#foot_spmenu ul li a {
  background: #ddd;
  text-align: center;
  display: block;
  padding: 7px 0;
  border-radius: 3px;
}

/******** PAGEUP ********/
#pageup {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 5px;
  right: 5px;
  z-index: 10;
  font-size: 8px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 960px) {
  #pageup {
    bottom: 3px;
  }
}
#pageup.none {
  display: none;
}
#pageup a {
  width: 50px;
  padding: 36px 0 4px 0;
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 100%;
  color: #555;
}
@media only screen and (max-width: 960px) {
  #pageup a {
    color: #fff;
  }
}
#pageup a::before {
  position: absolute;
  top: 26px;
  left: 0px;
  right: 0;
  margin: auto;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
@media only screen and (max-width: 960px) {
  #pageup a::before {
    border-color: #fff;
  }
}

/**********************************

スマホtoiawase

 **********************************/
@media only screen and (max-width: 960px) {
  #sp-toi {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: #f08086;
    /* 横方向　下方向　ぼかし　色＆透過 */
    -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
  }

  #sp-toi a {
    color: #fff;
    text-decoration: none;
  }

  #sp-toi ul li.contact a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    background-image: url(../images/head_contact-sp@2x.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    display: block;
    height: 21px;
    width: 114px;
  }

  #sp-toi ul {
    margin: 0;
    padding: 5px 5px;
    text-align: left;
    letter-spacing: -1em;
  }

  #sp-toi ul li {
    vertical-align: middle;
    letter-spacing: 0;
    float: none;
    width: auto;
    display: inline-block;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    margin-right: 10px;
  }

  #sp-toi ul li.contact a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    background-image: url(../images/head_contact-sp@2x.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    display: block;
    height: 22px;
    width: 130px;
  }
}
/**********************************

スマホtoiawase

 **********************************/
#sp-toi2 {
  display: none;
}

@media only screen and (max-width: 960px) {
  #sp-toi2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: #f08086;
    /* 横方向　下方向　ぼかし　色＆透過 */
    -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
    display: block;
    letter-spacing: 0;
    z-index: 6;
  }

  #sp-toi2 a,
#sp-toi2 a:hover {
    color: #fff;
  }

  #sp-toi2 ul {
    margin: 8px 50px 0 5px;
    padding: 0px 3px 0;
    text-align: left;
    letter-spacing: -1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #sp-toi2 li {
    vertical-align: top;
    letter-spacing: 0;
    float: none;
    width: auto;
    display: inline-block;
    padding: 0;
    line-height: 1.2;
    margin: 3px 2vw 0 0;
    font-weight: bold;
    text-align: center;
    font-size: 110%;
  }
}
@media only screen and (max-width: 960px) and (max-width: 480px) {
  #sp-toi2 li {
    font-size: 85%;
    margin: 5px 2vw 0 0;
  }
}
@media only screen and (max-width: 960px) {
  #sp-toi2 li a {
    text-decoration: none;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
@media only screen and (max-width: 960px) {
  #sp-toi2 li.calendar a {
    display: block;
    padding-left: 24px;
    background-size: 18px;
    background-image: url("../images/icon_calendar.svg");
  }
}
@media only screen and (max-width: 960px) {
  #sp-toi2 li.facebook a, #sp-toi2 li.instagram a, #sp-toi2 li.youtube a {
    display: block;
    width: 24px;
    height: 24px;
    background-size: 22px;
  }
}
@media only screen and (max-width: 960px) {
  #sp-toi2 li.facebook a {
    background-image: url("../images/icon_facebook_w.svg");
  }
}
@media only screen and (max-width: 960px) {
  #sp-toi2 li.instagram a {
    background-image: url("../images/icon_insta_w.svg");
  }
}
@media only screen and (max-width: 960px) {
  #sp-toi2 li.youtube a {
    background-image: url("../images/icon_youtube_w.svg");
  }
}
/************************************

BT

************************************/
.bt a {
  min-width: 200px;
  margin: 5px 10px;
  background: #00a4d1;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 10px 40px 10px 50px;
  border-radius: 2em;
}
@media only screen and (max-width: 960px) {
  .bt a {
    letter-spacing: 0;
    font-size: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .bt a {
    padding: 10px 20px 10px 30px;
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 280px;
  }
}
.bt a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.bt_other a {
  min-width: 200px;
  margin: 5px 10px;
  background: #fff;
  border: 1px solid #001f6d;
  text-decoration: none;
  color: #001f6d;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 10px 30px 10px 50px;
  border-radius: 2em;
}
@media only screen and (max-width: 960px) {
  .bt_other a {
    letter-spacing: 0;
    font-size: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .bt_other a {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 280px;
  }
}
.bt_other a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  transform: translateY(-50%);
  border-top: 2px solid #001f6d;
  border-right: 2px solid #001f6d;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
.bt_other a:hover {
  opacity: 1;
  background-color: #001f6d;
  color: #fff;
}

/************************************

red

************************************/
.red {
  color: #ed636a;
}

/************************************

in-PAGENAVI

************************************/
nav.inpagenavi {
  background-color: #f3ede6;
  padding: 70px 5% 40px 5%;
}
@media only screen and (max-width: 960px) {
  nav.inpagenavi {
    padding: 40px 2% 10px;
  }
}
nav.inpagenavi ul {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  nav.inpagenavi ul {
    padding: 0px 0 0 0;
  }
}
nav.inpagenavi ul li {
  margin: 0 0.5% 1%;
  width: 24%;
  font-size: 90%;
  line-height: 1.1;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*@include media-sp { 
  width:100%;
  margin:0 0 5px;
  }*/
}
@media only screen and (max-width: 960px) {
  nav.inpagenavi ul li {
    width: 48%;
    margin: 0 1% 5px;
    font-size: 80%;
  }
}
nav.inpagenavi ul li:hover {
  background-color: #c4b99c;
}
nav.inpagenavi ul li a {
  color: #3d3a39;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 960px) {
  nav.inpagenavi ul li a {
    /*padding: 7px 5px 12px ;*/
    padding: 10px 10px 10px 15px;
  }
}
nav.inpagenavi ul li a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
@media only screen and (max-width: 960px) {
  nav.inpagenavi ul li a::before {
    /*top:auto;
    -webkit-transform: none; 
    transform:none;
    bottom:-2px;
    left:0;
    right:0;
    margin:auto;*/
    left: 5px;
  }
}
nav.inpagenavi ul li a:hover {
  color: #fff;
  opacity: 1;
  font-weight: bold;
}
nav.inpagenavi ul li a:hover::before {
  color: #fff;
}

/************************************

in-PAGENAVI noimage

************************************/
nav.inpagenavi.noimage {
  background-color: #fff;
  padding: 30px 5%;
}
nav.inpagenavi.noimage ul li {
  background-color: #c4b99c;
  color: #fff;
  font-weight: bold;
}
nav.inpagenavi.noimage ul li:hover {
  background-color: #c4b99c;
  opacity: 0.7;
}
nav.inpagenavi.noimage ul li a {
  color: #fff;
}
nav.inpagenavi.noimage ul li a::before {
  color: #fff;
}

/************************************

MAIN_BOTTOM（問い合わせ部分など）

************************************/
#main_bottom {
  margin: 0 0 70px 0;
}

@media only screen and (max-width: 960px) {
  #main_bottom {
    margin: 0px 0%;
  }
}
/************************************

RECOMMEND ※黄緑下線みだし

************************************/
.recommend h3 {
  font-size: 110%;
  line-height: 160%;
  border-bottom: 2px solid #e7e6a7;
  padding-bottom: 7px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  .recommend h3 {
    text-align: left;
  }
}
/************************************

問い合わせボタン

************************************/
#main_bottom a {
  text-decoration: none;
}

#main_bottom .bt_contact {
  border: 2px solid #00a4d1;
  width: 625px;
  margin: 0 auto 20px auto;
  padding: 20px 0;
}
@media only screen and (max-width: 960px) {
  #main_bottom .bt_contact {
    border: 2px solid #00a4d1;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 20px 0;
  }
}

#main_bottom .bt_contact:hover {
  background: #dbf2f9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#main_bottom .bt_contact .image {
  width: 70px;
  margin: 0 auto 10px auto;
}

#main_bottom .bt_contact h3 {
  font-family: serif;
  font-size: 150%;
  font-weight: normal;
  color: #00a4d1;
}
@media only screen and (max-width: 960px) {
  #main_bottom .bt_contact h3 {
    font-size: 120%;
    font-weight: normal;
    color: #00a4d1;
  }
}

#main_bottom .bt_contact .calendar {
  margin: 20px auto 0;
  width: 466px;
}
@media only screen and (max-width: 600px) {
  #main_bottom .bt_contact .calendar {
    width: 230px;
    font-size: 90%;
  }
}
#main_bottom .bt_contact .calendar a {
  display: block;
  border: 1px solid #444;
  border-radius: 3px;
  padding: 10px;
  font-weight: bold;
  background-color: #fff;
  color: #3d3a39;
}

#main_bottom .bt_contact ul {
  letter-spacing: -1em;
  margin: 10px 0 0;
}
@media only screen and (max-width: 960px) {
  #main_bottom .bt_contact ul {
    margin: 10px 0 0;
  }
}

#main_bottom .bt_contact ul li {
  letter-spacing: 0;
  display: inline-block;
  width: 230px;
  margin: 0 3px 3px;
}
@media only screen and (max-width: 960px) {
  #main_bottom .bt_contact ul li {
    font-size: 90%;
    margin: 0 3px 10px;
  }
}
#main_bottom .bt_contact ul li a {
  background-color: #00a4d1;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 10px 0 10px 10px;
  border-radius: 3px;
  position: relative;
}
#main_bottom .bt_contact ul li a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url("../images/icon_calendar.svg");
}
#main_bottom .bt_contact ul li:first-child a {
  background-color: #f08086;
}
#main_bottom .bt_contact ul li:first-child a::before {
  background-image: url("../images/icon_pen.svg");
}

#main_bottom .bt_contact p {
  border-top: 1px solid #00a4d1;
  margin: 20px 30px 0 30px;
  position: relative;
  color: #00a4d1;
  font-size: 90%;
}

#main_bottom .bt_contact p span {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  margin: auto;
  display: inline-block;
  width: 200px;
}

#main_bottom a:hover .bt_contact p span {
  background: #dbf2f9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/************************************

他ページリンクナビ

************************************/
nav.linknavi {
  letter-spacing: -1em;
}

nav.linknavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

nav.linknavi li {
  letter-spacing: 0;
  width: 240px;
  margin: 5px;
}
@media only screen and (max-width: 960px) {
  nav.linknavi li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}
@media only screen and (max-width: 480px) {
  nav.linknavi li {
    width: 49%;
    margin: 0 0.5% 5px;
  }
}

nav.linknavi li a {
  background: #00a4d1;
  color: #fff;
  text-decoration: none;
  font-size: 90%;
  font-weight: bold;
  display: block;
  padding: 7px;
  position: relative;
  border-radius: 2em;
}
@media only screen and (max-width: 480px) {
  nav.linknavi li a {
    font-size: 80%;
    letter-spacing: 0;
  }
}

nav.linknavi li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
@media only screen and (max-width: 960px) {
  nav.linknavi li a:before {
    left: 8px;
  }
}

/* Flashing */
nav.linknavi li a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/************************************

相談受付

************************************/
section.sodan {
  border: 1px solid #3d3a39;
  position: relative;
  width: 96%;
  max-width: 1020px;
  margin: 90px auto 50px;
  padding: 50px 0px 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.sodan h2 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  text-align: center;
  width: 250px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 200;
}

section.sodan .list {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}

section.sodan #sodan_tel {
  float: left;
  width: 33%;
  padding: 0 20px;
  border-right: 1px solid #ccc;
}

section.sodan #sodan_fax {
  float: left;
  width: 33%;
  padding: 0 20px;
  margin-left: 0px;
}

section.sodan #sodan_net {
  float: left;
  width: 33%;
  padding: 0 20px;
  border-left: 1px solid #ccc;
}

section.sodan h3 {
  font-size: 150%;
  line-height: 100%;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  margin-bottom: 12px;
  position: relative;
  letter-spacing: 0;
}
section.sodan h3 a {
  color: #3d3a39;
  text-decoration: none;
}

section.sodan h3 span {
  background: #00a4d1;
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  margin-right: 10px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}

section.sodan p {
  font-size: 90%;
  line-height: 160%;
}

section.sodan .fax_bt a {
  margin: 10px 0 0 0;
  background: #f08086;
  color: #fff;
  text-decoration: none;
  font-size: 90%;
  font-weight: bold;
  display: block;
  padding: 8px 0 8px 12px;
  text-align: center;
  position: relative;
  border-radius: 3px;
}
section.sodan .fax_bt a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url("../images/icon_pdf.svg");
}
section.sodan .fax_bt a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

section.sodan .reserve_bt a {
  margin: 20px 0 0 0;
  background: #f08086;
  color: #fff;
  text-decoration: none;
  font-size: 90%;
  font-weight: bold;
  display: block;
  padding: 8px 0 8px 12px;
  text-align: center;
  position: relative;
  border-radius: 3px;
}
section.sodan .reserve_bt a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url("../images/icon_calendar.svg");
}
section.sodan .reserve_bt a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

section.sodan .sodan_bt a {
  margin: 5px 0 0 0;
  background: #00a4d1;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 90%;
  display: block;
  padding: 8px 0 8px 12px;
  text-align: center;
  position: relative;
  border-radius: 3px;
}
section.sodan .sodan_bt a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url("../images/icon_pen.svg");
}
section.sodan .sodan_bt a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

section.sodan .holiday {
  padding-top: 20px;
  font-size: 90%;
}

@media only screen and (max-width: 960px) {
  section.sodan {
    width: 90%;
    margin: 90px auto 40px;
    padding: 30px 0 10px 0 !important;
  }

  section.sodan h2 {
    width: 200px;
    font-size: 130%;
  }

  section.sodan .list {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }

  section.sodan #sodan_tel {
    float: none;
    width: 100%;
    border-right: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #333333;
    padding: 20px 0;
  }

  section.sodan #sodan_fax {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #333333;
    padding: 20px 0;
  }

  section.sodan #sodan_net {
    float: none;
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }
}
/************************************

ルビ

************************************/
ruby {
  display: inline-table;
  border-collapse: collapse;
  height: 2em;
  margin: 0;
  padding: 0;
  border: none;
  white-space: nowrap;
  text-indent: 0;
  vertical-align: 0.9em;
  text-decoration: inherit;
  text-align: center;
  line-height: 1em;
}

rt {
  display: table-header-group;
  height: 40%;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 50%;
  line-height: 2em;
}

/************************************

raf

************************************/
#raf {
  width: 1500px;
  margin: 0 auto;
}

#raf1200 {
  width: 1200px;
  margin: 0 auto;
}

#raf-sp {
  width: 100%;
  margin: 0 auto;
}

/************************************

timetable

************************************/
.timetable .pc {
  display: block;
}

.timetable .sp {
  display: none;
}

.timetable .ssp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .timetable .pc {
    display: none;
  }

  .timetable .sp {
    display: block;
  }

  .timetable .ssp {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .timetable .pc {
    display: none;
  }

  .timetable .sp {
    display: none;
  }

  .timetable .ssp {
    display: block;
  }
}
/************************************

セカンドページ共通スタイル

************************************/
.text h3 {
  font-family: serif;
  font-weight: normal;
  font-size: 120%;
}
@media only screen and (max-width: 960px) {
  .text h3 {
    font-size: 105%;
  }
}
.text p {
  font-size: 100%;
}
@media only screen and (max-width: 960px) {
  .text p {
    font-size: 90%;
  }
}
.text p strong {
  color: #ed636a;
}
.text p.chu {
  font-size: 80%;
}
.text p.center {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .text p.center {
    text-align: left;
  }
}

.text_single {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: left;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .text_single {
    margin: 0 0 30px;
  }
}

.text_two {
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: left;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .text_two {
    margin: 0 auto 20px;
  }
}
.text_two .waku {
  width: 46%;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 480px) {
  .text_two .waku {
    width: 100%;
    margin: 0 0 20px;
  }
}

.image_single img, .image_two img, .image_three img {
  border-radius: 15px;
}
.image_single h3, .image_two h3, .image_three h3 {
  width: 96%;
  color: #fff;
  background-color: #00a4d1;
  font-size: 120%;
  margin: 0 auto 20px;
  border-radius: 2em;
}
@media only screen and (max-width: 960px) {
  .image_single h3, .image_two h3, .image_three h3 {
    font-size: 105%;
    width: 100%;
  }
}
.image_single h4, .image_two h4, .image_three h4 {
  font-size: 100%;
  color: #00a4d1;
  margin: 10px 0 0;
}
.image_single p, .image_two p, .image_three p {
  font-size: 90%;
  margin: 8px 0 0;
}
@media only screen and (max-width: 960px) {
  .image_single p, .image_two p, .image_three p {
    font-size: 80%;
    text-align: left;
  }
}

.nokaku img {
  border-radius: 0;
}

.image_large img {
  width: 100%;
}

.image_single {
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .image_single {
    margin: 0 auto 20px;
  }
}

.image_two {
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: center;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  .image_two {
    margin: 0 auto 20px;
  }
}
.image_two .img {
  width: 46%;
  margin: 0 2%;
}

.image_three {
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: center;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  .image_three {
    margin: 0 auto 20px;
  }
}
.image_three h3 {
  width: 98%;
}
@media only screen and (max-width: 480px) {
  .image_three h3 {
    width: 100%;
  }
}
.image_three .img {
  width: 31.3%;
  margin: 0 1%;
}
@media only screen and (max-width: 480px) {
  .image_three .img {
    width: 100%;
    margin: 0 0 20px;
  }
}
.image_three .img p {
  font-size: 90%;
  margin: 10px 0 0;
}
@media only screen and (max-width: 960px) {
  .image_three .img p {
    font-size: 80%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .image_three .img p {
    text-align: center;
  }
}

.photo_sec .image_two {
  max-width: 800px;
}
.photo_sec .image_two .img.img_text {
  width: 65%;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .photo_sec .image_two .img.img_text {
    width: 100%;
  }
}
.photo_sec .image_two .img.img_photo {
  width: 30%;
  margin: 0px 0 0 5%;
  padding-top: 10px;
}
@media only screen and (max-width: 480px) {
  .photo_sec .image_two .img.img_photo {
    width: 100%;
    margin: 0;
  }
}
.photo_sec .image_two .img p {
  text-align: left;
  font-size: 100%;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .photo_sec .image_two .img p {
    font-size: 90%;
  }
}

iframe {
  width: 100%;
  height: 300px;
}

table.kihon_table {
  border: 2px solid #ccc;
  margin: 0 auto 10px;
  border-collapse: collapse;
  text-align: left;
  font-size: 100%;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  table.kihon_table {
    font-size: 90%;
  }
}
table.kihon_table thead th {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
  background-color: #00a4d1;
  color: #fff;
  text-align: center;
}
table.kihon_table tbody th, table.kihon_table tbody td {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
}
table.kihon_table tbody th {
  background-color: #dbf2f8;
}
table.kihon_table tbody td {
  border-left: 1px solid #ccc;
}
table.kihon_table tbody .center {
  text-align: center;
}

ul.point {
  margin: 20px 0;
}
ul.point li {
  padding: 0 0 10px 20px;
  position: relative;
  line-height: 1.8;
}
@media only screen and (max-width: 960px) {
  ul.point li {
    font-size: 90%;
  }
}
ul.point li::before {
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: url("../images/icon_check_b.svg");
  width: 16px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}

.inpagenavi2 {
  margin: 0 0 30px;
}
.inpagenavi2 ul {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inpagenavi2 ul li {
  margin: 0 5px 5px;
  font-size: 90%;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .inpagenavi2 ul li {
    font-size: 80%;
    margin: 0 2px 5px;
  }
}
@media only screen and (max-width: 480px) {
  .inpagenavi2 ul li {
    margin: 0 auto 5px;
    width: 100%;
  }
}
.inpagenavi2 ul li a {
  border: 1px solid #00a4d1;
  color: #00a4d1;
  background-color: #fff;
  text-decoration: none;
  padding: 6px 18px;
  border-radius: 2em;
  display: block;
}
.inpagenavi2_sec {
  margin-top: -80px;
  padding-top: 80px;
}
@media only screen and (max-width: 960px) {
  .inpagenavi2_sec {
    margin-top: 0;
    padding-top: 0;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/*!
 * jquery-drawer v3.2.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 150 !important;
  top: 0;
  overflow: hidden;
  width: 17rem;
  height: 100%;
  color: #3d3a39;
  background-color: #fff;
  text-align: left;
  padding: 5%;
}

.drawer-nav a {
  text-decoration: none;
  color: #3d3a39;
  font-size: 100%;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -17rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 17rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104 !important;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 50px !important;
  height: 50px !important;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #333 !important;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
  background-color: #333;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}

.drawer-hamburger #menuicon {
  margin: 10px 0;
  font-size: 18px;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-nav h2 {
  width: 200px;
  margin: 0 auto 15px;
}
.drawer-nav h2 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("../images/head_logo@2x.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 0;
  width: 100%;
  padding-top: 23%;
}

.drawer-nav article {
  padding: 8%;
}

.drawer-nav ul li {
  font-size: 90%;
  position: relative;
  padding-left: 18px;
}
.drawer-nav ul li:before {
  position: absolute;
  top: 17px;
  left: 0px;
  border-top: 2px solid #3d3a39;
  border-right: 2px solid #3d3a39;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.drawer-nav ul li a {
  padding: 5px 0;
  display: block;
}

.drawer-nav ul li ul {
  padding: 0 0 3% 0;
  border-bottom: none;
}

.drawer-nav ul li ul li {
  padding: 4px 10px 4px 15px;
  margin: 0;
  font-size: 90%;
  display: block;
  position: relative;
}

.drawer-nav ul li ul li a {
  padding: 2px 0;
  display: block;
}

.drawer-nav ul li ul li:before {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

.drawer-nav .form div a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  margin: 5px 0;
  text-align: center;
  line-height: 1.4;
  border-radius: 3px;
  position: relative;
}
.drawer-nav .form div a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
.drawer-nav .form .contact a {
  background-color: #00a4d1;
}
.drawer-nav .form .contact a::before {
  background-image: url("../images/icon_pen.svg");
}
.drawer-nav .form .reserve a {
  background-color: #f08086;
}
.drawer-nav .form .reserve a::before {
  background-image: url("../images/icon_calendar.svg");
}

.drawer-nav .other_site {
  /*.sogo a{
  background-color: $key-color1;
  }
  .dental a{
  background-color: $key-color2;
  }*/
}
.drawer-nav .other_site div a {
  display: block;
  color: #3d3a39;
  font-weight: normal;
  font-family: serif;
  padding: 15px 5px;
  margin: 5px 0;
  background-color: #fff;
  text-align: center;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #ccc;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* CSS Document */
#top {
  /************************************

  #mainimage

  ************************************/
  /************************************

  #copy

  ************************************/
  /************************************

  #doctor

  ************************************/
  /************************************

  INFO RAYOUT & common

  ************************************/
  /************************************

  NEWS

  ************************************/
  /************************************

  data

  ************************************/
  /************************************

  .top_contents

  ************************************/
  /************************************

  #etc

  ************************************/
  /************************************

  #expensive

  ************************************/
  /***************** TOP END *******************/
}
#top #mainimage {
  width: 100%;
  height: 530px;
  position: relative;
  background-image: url("../images/top_mainimage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #top #mainimage {
    background-image: url("../images/top_mainimage@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #top #mainimage {
    background-image: url("../images/top_mainimage-sp@2x.jpg");
    height: 0;
    padding-top: 62.5%;
  }
}
#top #mainimage .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  #top #mainimage .wrapper {
    width: 96%;
  }
}
#top #mainimage .copy {
  position: absolute;
  left: 0;
  top: 20%;
  width: 28%;
}
@media only screen and (max-width: 480px) {
  #top #mainimage .copy {
    top: auto;
    bottom: 10%;
    width: 45%;
    left: 5%;
  }
}
#top #mainimage .copy h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("../images/top_mainimage_copy.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
@media only screen and (max-width: 960px) {
  #top #copy .wrapper {
    width: 84%;
  }
}
#top #copy h2 {
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) {
  #top #copy h2 {
    text-align: left;
    font-size: 120%;
    letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 480px) {
  #top #copy h2 {
    font-size: 4vw;
  }
}
#top #copy p {
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #top #copy p {
    font-size: 90%;
  }
}
#top #doctor {
  background-color: #f2f2f2;
  padding-bottom: 80px;
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  #top #doctor {
    padding-bottom: 40px;
    margin-top: 40px;
  }
}
#top #doctor .main::after {
  content: "";
  display: block;
  clear: both;
}
#top #doctor .main .image {
  float: left;
  width: 30%;
}
@media only screen and (max-width: 480px) {
  #top #doctor .main .image {
    float: none;
    width: 100%;
    max-width: 240px;
    margin: 0 auto 20px;
  }
}
#top #doctor .main .text {
  float: right;
  width: 65%;
  text-align: left;
  padding: 0px 0 0;
}
@media only screen and (max-width: 960px) {
  #top #doctor .main .text {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  #top #doctor .main .text {
    float: none;
    width: 100%;
  }
}
#top #doctor .main .text h3 {
  font-family: serif;
  font-size: 110%;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  #top #doctor .main .text h3 {
    font-size: 80%;
  }
}
@media only screen and (max-width: 480px) {
  #top #doctor .main .text h3 {
    text-align: center;
  }
}
#top #doctor .main .text h3 strong {
  font-size: 150%;
}
#top #doctor .main .text p {
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  #top #doctor .main .text p {
    font-size: 90%;
  }
}
#top #doctor .main .text .bt {
  margin: 25px 0 0;
}
#top .info {
  text-align: left;
}
#top .info .news {
  float: left;
  width: 42%;
}
@media only screen and (max-width: 960px) {
  #top .info .news {
    float: none;
    width: 100%;
    margin: 0 auto 50px auto;
  }
}
#top .info .data {
  float: right;
  width: 55%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #top .info .data {
    float: none;
    width: 100%;
    margin: 0 auto 0px auto;
  }
}
#top .info .title {
  position: relative;
  height: 15px;
  border-bottom: 1px solid #e6e6e6;
  overflow: visible;
  margin-bottom: 50px;
}
@media only screen and (max-width: 960px) {
  #top .info .title {
    position: relative;
    height: 12px;
    border-bottom: 1px solid #e6e6e6;
    overflow: visible;
    margin-bottom: 30px;
  }
}
#top .info .title h2 {
  font-family: serif;
  font-weight: normal;
  font-size: 130%;
  line-height: 100%;
  border-left: 2px solid #00a4d1;
  padding: 0 20px;
  background: #fff;
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  #top .info .title h2 {
    font-size: 120%;
    padding: 0 10px;
  }
}
#top .info .title .bt a {
  position: absolute;
  right: 0;
  top: 0;
  background: #00a4d1;
  color: #fff;
  width: 120px;
  min-width: 120px;
  padding: 5px 7px 8px;
  font-size: 90%;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 2em;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  #top .info .title .bt a {
    width: 80px;
    padding: 6px 5px 6px 15px;
    font-size: 80%;
  }
}
#top .info .title .bt a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
#top .info .title .bt a:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#top .news dl {
  padding-left: 14px;
  position: relative;
  margin-bottom: 10px;
}
#top .news dl:before {
  position: absolute;
  top: 4px;
  left: 2px;
  top: 11px;
  border-top: 1px solid #00a4d1;
  border-right: 1px solid #00a4d1;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
#top .news dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#top .news dt {
  color: #00a4d1;
  font-size: 80%;
  float: left;
  width: 105px;
}
#top .news dd {
  float: left;
  width: 330px;
  font-size: 90%;
}
#top .news dd a {
  color: #3d3a39;
  text-decoration: none;
}
#top .news dd a:hover {
  color: #00a4d1;
  text-decoration: underline;
}
#top .news .icon_new {
  background: #00a4d1;
  color: #fff;
  width: 40px;
  text-align: center;
  font-size: 11px;
  line-height: 100%;
  font-weight: bold;
  display: inline-block;
  padding: 2px 0;
  margin-left: 5px;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}
@media only screen and (max-width: 767px) {
  #top .news dl:before {
    top: 6px;
    left: 2px;
  }
  #top .news dt {
    color: #00a4d1;
    font-size: 80%;
    float: none;
    width: 100%;
  }
  #top .news dd {
    float: none;
    width: 100%;
    font-size: 90%;
  }
}
#top .info .data {
  position: relative;
  /*
  .btn_calender a::after {
      position: absolute;
      top: 10px;
      right: 15px;
      color: #fff;
      font: 14px 'FontAwesome';
      content: "\f105";
  }*/
}
#top .info .data p {
  font-size: 80%;
  margin: 15px 0 0;
}
#top .info .data img {
  border-radius: 0;
}
#top .info .data .btn_calender {
  margin: 10px auto 0;
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 960px) {
  #top .info .data .btn_calender {
    position: relative;
    text-align: center;
  }
}
#top .info .data .btn_calender a {
  background: #f08086;
  color: #fff;
  font-size: 1vw;
  line-height: 120%;
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #top .info .data .btn_calender a {
    font-size: 80%;
  }
}
@media only screen and (max-width: 960px) {
  #top .info .data .btn_calender a {
    font-size: 80%;
  }
}
#top .top_contents .image {
  width: 100%;
  margin: 0 auto;
  background-color: #f2f2f2;
}
#top .top_contents .image a {
  display: block;
}
#top .top_contents .image img {
  width: 100%;
  max-width: 1600px;
}
#top .top_contents .wrapper {
  position: relative;
  padding-top: 80px;
}
@media only screen and (max-width: 960px) {
  #top .top_contents .wrapper {
    padding-top: 50px;
  }
}
#top .top_contents .title {
  position: absolute;
  top: -70px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  #top .top_contents .title {
    top: -40px;
  }
}
@media only screen and (max-width: 960px) {
  #top .top_contents .title.two {
    top: -60px;
  }
}
#top .top_contents .title h2 {
  display: inline-block;
  background: #fff;
  padding: 30px;
  min-width: 450px;
  font-size: 180%;
  line-height: 1.3;
}
@media only screen and (max-width: 960px) {
  #top .top_contents .title h2 {
    min-width: auto;
    font-size: 140%;
    padding: 20px 40px;
  }
}
#top .top_contents .text {
  margin: 0px auto 20px;
  text-align: left;
  max-width: 800px;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  #top .top_contents .text {
    font-size: 90%;
  }
}
#top .top_contents .text h3 {
  font-family: serif;
  font-size: 140%;
  text-align: center;
  margin: 0 0 20px;
}
#top .top_contents .text p strong {
  color: #3d3a39;
}
#top #top_etc {
  padding-bottom: 60px;
}
@media only screen and (max-width: 960px) {
  #top #top_etc {
    padding-bottom: 30px;
  }
}
#top #top_etc .list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top #top_etc .list article {
  width: 23%;
  background-color: #fff;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #top #top_etc .list article {
    width: 48%;
    margin: 1%;
  }
}
@media only screen and (max-width: 480px) {
  #top #top_etc .list article {
    width: 100%;
    matgin: 0 0 20px;
  }
}
#top #top_etc .list article a {
  display: block;
  text-decoration: none;
  color: #3d3a39;
}
#top #top_etc .list article img {
  width: 100%;
  border-radius: 15px;
}
#top #top_etc .list article .text {
  padding: 15px 0;
}
@media only screen and (max-width: 960px) {
  #top #top_etc .list article .text {
    padding: 7% 0%;
    line-height: 1.6;
  }
}
#top #top_etc .list article h3 {
  font-size: 110%;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  #top #top_etc .list article h3 {
    font-size: 100%;
    margin: 0 0 5px;
  }
}
#top #top_etc .list article p {
  font-size: 90%;
}
@media only screen and (max-width: 960px) {
  #top #top_etc .list article p {
    font-size: 80%;
  }
}
#top #top_expensive {
  padding-top: 0;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#treatment {
  /************************************

  #mainimage

  ************************************/
  /************************************

  .inpagenavi

  ************************************/
  /************************************

  #lead

  ************************************/
  /************************************

  treatment3

  ************************************/
  /************************************

  #chiryo

  ************************************/
  /************************************

  #shojo

  ************************************/
  /************************************

  #etc

  ************************************/
  /************************************

  他ページリンクナビ

  ************************************/
  /******* #treatment end ******/
}
#treatment #mainimage .image {
  background-image: url("../treatment/images/mainimage.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #treatment #mainimage .image {
    background-image: url("../treatment/images/mainimage@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #treatment #mainimage .image {
    background-image: url("../treatment/images/mainimage-sp@2x.jpg");
  }
}
@media only screen and (max-width: 960px) {
  #treatment .inpagenavi li:nth-child(1) {
    width: 98%;
  }
}
#treatment #lead {
  padding-top: 40px;
}
@media only screen and (max-width: 960px) {
  #treatment #lead {
    padding-top: 20px;
  }
}
#treatment #lead h2 {
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  #treatment #lead h2 {
    text-align: left;
    font-size: 120%;
  }
}
#treatment .treatment3 .list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#treatment .treatment3 .list article {
  width: 30%;
  /*.bt{
  margin:10px 0 0;
  a{
  font-size: 85%;
  padding:8px 0;
  display: block;
  }
  }*/
}
@media only screen and (max-width: 480px) {
  #treatment .treatment3 .list article {
    width: 100%;
    margin: 0 0 30px;
  }
}
#treatment .treatment3 .list article a {
  display: block;
  color: #3d3a39;
  text-decoration: none;
}
#treatment .treatment3 .list article a h3 {
  color: #3d3a39;
}
#treatment .treatment3 .list article .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#treatment .treatment3 .list article h3 {
  font-family: serif;
  font-size: 130%;
  margin: 20px 0 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 960px) {
  #treatment .treatment3 .list article h3 {
    font-size: 120%;
    margin: 10px 0 3px;
  }
}
#treatment .treatment3 .list article p {
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #treatment .treatment3 .list article p {
    font-size: 90%;
  }
}
#treatment .treatment3 .list article:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#treatment .treatment3 .list article:hover h3 {
  color: #00a4d1;
}
#treatment #chiryo {
  padding: 80px 0 60px;
}
@media only screen and (max-width: 960px) {
  #treatment #chiryo {
    padding: 40px 0 30px;
  }
}
#treatment #shojo {
  padding: 80px 0 60px;
}
@media only screen and (max-width: 960px) {
  #treatment #shojo {
    padding: 40px 0 30px;
  }
}
#treatment #etc {
  padding: 80px 0 60px;
}
@media only screen and (max-width: 960px) {
  #treatment #etc {
    padding: 40px 0 30px;
  }
}
#treatment #etc.treatment1 .list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#treatment #etc.treatment1 .list article {
  width: 100%;
  padding: 3% 3% 3% 5%;
  background-color: #fff;
  /*.bt{
  margin:10px 0 0;
  a{
  font-size: 85%;
  padding:8px 0;
  display: block;
  }
  }*/
}
#treatment #etc.treatment1 .list article::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 480px) {
  #treatment #etc.treatment1 .list article {
    width: 100%;
    margin: 0 0;
    padding: 0;
    background-color: transparent;
  }
}
#treatment #etc.treatment1 .list article a {
  display: block;
  color: #3d3a39;
  text-decoration: none;
}
#treatment #etc.treatment1 .list article a .image {
  width: 25%;
  float: right;
}
@media only screen and (max-width: 480px) {
  #treatment #etc.treatment1 .list article a .image {
    float: none;
    width: 100%;
  }
}
#treatment #etc.treatment1 .list article a h3 {
  color: #3d3a39;
}
#treatment #etc.treatment1 .list article .text {
  float: left;
  width: 70%;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  #treatment #etc.treatment1 .list article .text {
    float: none;
    width: 100%;
  }
}
#treatment #etc.treatment1 .list article .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#treatment #etc.treatment1 .list article h3 {
  font-family: serif;
  font-size: 130%;
  margin: 20px 0 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 960px) {
  #treatment #etc.treatment1 .list article h3 {
    font-size: 120%;
    margin: 10px 0 3px;
  }
}
@media only screen and (max-width: 480px) {
  #treatment #etc.treatment1 .list article h3 {
    text-align: center;
  }
}
#treatment #etc.treatment1 .list article p {
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #treatment #etc.treatment1 .list article p {
    font-size: 90%;
  }
}
#treatment #etc.treatment1 .list article:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#treatment #etc.treatment1 .list article:hover h3 {
  color: #00a4d1;
}
@media only screen and (max-width: 480px) {
  #treatment nav.linknavi li:nth-child(1),
#treatment nav.linknavi li:nth-child(2),
#treatment nav.linknavi li:nth-child(3),
#treatment nav.linknavi li:nth-child(8) {
    width: 99%;
    margin: 0 0.5% 5px;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#lasik {
  /************************************

  #mainimage

  ************************************/
  /************************************

  .inpagenavi

  ************************************/
  /************************************

  #price

  ************************************/
  /************************************

  #about

  ************************************/
  /************************************

  #jissai

  ************************************/
  /************************************

  #tokucho

  ************************************/
  /************************************

  #sbk

  ************************************/
  /************************************

  #can

  ************************************/
  /************************************

  #cost

  ************************************/
  /************************************

  #faq

  ************************************/
  /************************************

  #works

  ************************************/
  /************************************

  他ページリンクナビ

  ************************************/
  /******* #lasik end ******/
}
#lasik #mainimage .image {
  background-image: url("../images/lasik.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #lasik #mainimage .image {
    background-image: url("../images/lasik@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #lasik #mainimage .image {
    background-image: url("../images/lasik-sp@2x.jpg");
  }
}
@media only screen and (max-width: 960px) {
  #lasik .inpagenavi li:nth-child(1),
#lasik .inpagenavi li:nth-child(4) {
    width: 98%;
  }
}
#lasik #price {
  /************************************

  #setsumei

  ************************************/
}
#lasik #price .copy_image {
  width: 100%;
  height: 0;
  padding-top: 34%;
  position: relative;
  background-image: url("../treatment/lasik/images/price.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 60px;
  border-radius: 15px;
}
@media only screen and (max-width: 960px) {
  #lasik #price .copy_image {
    background-size: contain;
    background-position: center top;
    height: auto;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 480px) {
  #lasik #price .copy_image {
    padding-top: 110%;
    background-image: url("../treatment/lasik/images/price-sp@2x.jpg");
  }
}
#lasik #price .waku {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 7%;
  text-align: left;
  width: 93%;
  /*background: #8C0D10;
  background: -moz-linear-gradient( #bd2b33 0%, #8C0D10 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#bd2b33), to(#8C0D10));
  background: -webkit-linear-gradient( #bd2b33 0%, #8C0D10 100%);
  background: -o-linear-gradient( #bd2b33 0%, #8C0D10 100%);
  background: linear-gradient( #bd2b33 0%, #8C0D10 100%);
  color:#fff;
  border-radius: 3px;
  padding:2% 3%;
  max-width:1000px;
  margin:0 auto;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);*/
}
@media only screen and (max-width: 960px) {
  #lasik #price .waku {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    padding: 10px 0 0 !important;
  }
}
#lasik #price .waku .text {
  width: 40%;
}
@media only screen and (max-width: 960px) {
  #lasik #price .waku .text {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  #lasik #price .waku .sp_price {
    position: absolute;
    top: -20vw;
    left: 5vw;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #lasik #price .waku .sp_price {
    top: -90vw;
    width: 88%;
  }
}
#lasik #price .waku .p_title {
  text-align: center;
  font-size: 130%;
  font-family: serif;
  background: #00a4d1;
  /*background: -moz-linear-gradient( #eb0000 0%, $key-color4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#eb0000), to($key-color4));
  background: -webkit-linear-gradient( #eb0000 0%, $key-color4 100%);
  background: -o-linear-gradient( #eb0000 0%, $key-color4 100%);
  background: linear-gradient( #eb0000 0%, $key-color4 100%);*/
  color: #fff;
  border-radius: 3px;
  padding: 8px;
  -webkit-box-shadow: 0px 0px 10px white;
          box-shadow: 0px 0px 10px white;
}
@media only screen and (max-width: 960px) {
  #lasik #price .waku .p_title {
    font-size: 90%;
    padding: 4px;
  }
}
@media only screen and (max-width: 960px) {
  #lasik #price .waku {
    padding: 5% 3%;
  }
}
#lasik #price .waku h2 {
  color: #c60000;
  text-align: center;
  margin: 20px 0 12px;
  text-shadow: 0px 0px 10px white;
}
@media only screen and (max-width: 960px) {
  #lasik #price .waku h2 {
    margin: 10px 0 0;
  }
}
#lasik #price .waku h2 span.ryogan {
  border: 1px solid #c60000;
  color: #c60000;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 18px;
  line-height: 1;
  padding: 5px;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  #lasik #price .waku h2 span.ryogan {
    font-size: 12px;
    padding: 2px;
    margin: 0 5px 0 0;
  }
}
#lasik #price .waku h2 span.price {
  font-size: 200%;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 960px) {
  #lasik #price .waku h2 span.price {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  #lasik #price .waku h2 span.price {
    font-size: 10vw;
  }
}
#lasik #price .waku h2 span.price small {
  font-size: 18px;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  #lasik #price .waku h2 span.price small {
    font-size: 12px;
  }
}
#lasik #price .waku h3 {
  font-family: serif;
  font-size: 100%;
  padding: 10px;
  color: #3d3a39;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  #lasik #price .waku h3 {
    font-size: 90%;
  }
}
#lasik #price #setsumei {
  margin: 10px auto;
  background-color: #f3ede6;
  border-radius: 3px;
  padding: 4% 4%;
  position: relative;
}
#lasik #price #setsumei::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 960px) {
  #lasik #price #setsumei {
    padding: 5%;
  }
}
#lasik #price #setsumei h2 {
  font-family: serif;
  font-size: 150%;
  line-height: 1.5;
  border-bottom: 2px solid #c4b99c;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 960px) {
  #lasik #price #setsumei h2 {
    font-size: 120%;
  }
}
#lasik #price #setsumei .photo {
  float: right;
  width: 25%;
  padding: 5px;
  background-color: #fff;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  #lasik #price #setsumei .photo {
    float: none;
    width: 100%;
    max-width: 240px;
    margin: 15px auto 0;
  }
}
#lasik #price #setsumei .photo p {
  font-size: 80%;
  text-align: left;
  margin: 10px 0 0;
  text-align: center;
}
#lasik #price #setsumei .text {
  float: left;
  width: 70%;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  #lasik #price #setsumei .text {
    float: none;
    width: 100%;
  }
}
#lasik #price #setsumei .text p {
  line-height: 1.8;
}
#lasik #price #setsumei .text h4 {
  color: #ed636a;
  margin: 15px 0 0;
}
#lasik #price #setsumei .text h4 a {
  color: #ed636a;
}
#lasik #price #setsumei .text .bt {
  margin: 15px 0 0;
}
#lasik #price #setsumei .text .bt a {
  background-color: #ed636a;
}
@media only screen and (max-width: 960px) {
  #lasik #price #setsumei .text .bt a {
    width: 240px;
  }
}
#lasik #about {
  margin: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  #lasik #about {
    margin: 0 0 40px;
  }
}
#lasik #about .image {
  margin: 60px 0 0;
}
@media only screen and (max-width: 960px) {
  #lasik #about .image {
    margin: 30px 0 0;
  }
}
#lasik #jissai h3 {
  font-family: serif;
  font-weight: normal;
  margin: 0 0 30px;
  font-size: 140%;
}
@media only screen and (max-width: 960px) {
  #lasik #jissai h3 {
    font-size: 110%;
  }
}
#lasik #jissai .text_single {
  max-width: 1000px;
}
#lasik #jissai .flow article {
  background: #fff;
  border-radius: 20px;
  margin: 0 auto 30px;
  padding: 3% 5% 3%;
  position: relative;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  /*
  .no{
  display: block;
  position: absolute;
  top:8px;
  left:8px;
  font-size: 24px;
  line-height: 1;
  width:24px;
  text-align: center;
  color:#fff;
  z-index: 3;
  @include media-tab { 
  font-size: 18px;
  top:5px;
  left:5px;
  width:18px;
  }
  }*/
}
#lasik #jissai .flow article::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 480px) {
  #lasik #jissai .flow article {
    padding: 25px 7%;
  }
}
#lasik #jissai .flow article .kaku {
  display: inline-block;
  color: #fff;
  background-color: #00a4d1;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin: 0 7px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media only screen and (max-width: 960px) {
  #lasik #jissai .flow article .kaku {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
#lasik #jissai .flow article .text {
  float: left;
  width: 65%;
}
@media only screen and (max-width: 480px) {
  #lasik #jissai .flow article .text {
    float: none;
    width: 100%;
  }
}
#lasik #jissai .flow article .image {
  float: right;
  width: 30%;
}
@media only screen and (max-width: 480px) {
  #lasik #jissai .flow article .image {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
}
#lasik #jissai .flow article .image img {
  border-radius: 10px;
}
#lasik #jissai .flow article h3 {
  position: relative;
  margin: 0 0 15px;
  color: #3d3a39;
  font-size: 150%;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #lasik #jissai .flow article h3 {
    margin: 10px 0 20px;
    padding-left: 35px;
    font-size: 120%;
  }
}
#lasik #jissai .flow article h4 {
  font-size: 120%;
  font-family: serif;
  margin: 20px 0 0;
  color: #00a4d1;
}
@media only screen and (max-width: 960px) {
  #lasik #jissai .flow article h4 {
    font-size: 100%;
  }
}
#lasik #jissai .flow article p {
  line-height: 1.8;
}
@media only screen and (max-width: 960px) {
  #lasik #jissai .flow article p {
    font-size: 90%;
  }
}
#lasik #jissai .flow article .renraku {
  margin: 15px 0 0;
}
#lasik #jissai .flow article .renraku::after {
  content: "";
  display: block;
  clear: both;
}
#lasik #jissai .flow article .renraku .tel {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  #lasik #jissai .flow article .renraku .tel {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}
#lasik #jissai .flow article .renraku .tel h4 {
  font-size: 220%;
  line-height: 1.4;
  font-family: "Times New Roman", Times, "serif";
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  #lasik #jissai .flow article .renraku .tel h4 {
    font-size: 180%;
  }
}
#lasik #jissai .flow article .renraku .tel h4 a {
  text-decoration: none;
  color: #3d3a39;
}
#lasik #jissai .flow article .renraku .tel p {
  font-size: 80%;
  line-height: 1.5;
}
#lasik #jissai .flow article .renraku .reserve {
  float: right;
  width: 45%;
}
@media only screen and (max-width: 480px) {
  #lasik #jissai .flow article .renraku .reserve {
    float: none;
    width: 100%;
  }
}
#lasik #jissai .flow article .renraku .reserve a {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  line-height: 1.4;
  display: block;
  background-color: #f08086;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #lasik #jissai .flow article .renraku .reserve a {
    font-size: 100%;
  }
}
#lasik #jissai .flow article .renraku .reserve a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  font-size: 20px;
  background-image: url("../images/icon_calendar.svg");
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#lasik #jissai .flow article .tejun {
  margin: 0 auto 20px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*
  &.two{
  .text{
  width:65%;
  @include media-sp { 
  width:100%;
  }
  }
  .ill{
  width:32%;
  @include media-sp { 
  width:100%;
  }
  }
  }*/
}
#lasik #jissai .flow article .tejun .waku {
  width: 24%;
  background-color: #dcebfe;
  padding: 2%;
  margin: 15px auto 0;
  position: relative;
  border-radius: 15px;
}
#lasik #jissai .flow article .tejun .waku::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 960px) {
  #lasik #jissai .flow article .tejun .waku {
    width: 49%;
    margin: 5px auto 0;
  }
}
@media only screen and (max-width: 480px) {
  #lasik #jissai .flow article .tejun .waku {
    padding: 8%;
    width: 100%;
  }
}
#lasik #jissai .flow article .tejun .waku .text {
  width: 100%;
  float: none;
}
#lasik #jissai .flow article .tejun .waku .ill {
  width: 100%;
  margin: 0 0 10px;
}
#lasik #jissai .flow article .tejun .waku .ill img {
  width: 100%;
  margin: 5px 0 0;
}
#lasik #jissai .flow article .tejun h4 {
  margin: 0px 0 0;
  font-size: 100%;
  color: #001f6d;
}
#lasik #jissai .flow article .tejun h4 span {
  background-color: #001f6d;
  width: 18px;
  text-align: center;
  display: inline-block;
  margin: 0 4px 0 0;
  color: #fff;
  line-height: 18px;
  font-size: 80%;
  border-radius: 2px;
}
#lasik #jissai .flow article .tejun p {
  font-size: 90%;
  line-height: 1.6;
}
#lasik #tokucho .text_single {
  max-width: 1000px;
}
#lasik #tokucho .text_single::after {
  content: "";
  display: block;
  clear: both;
}
#lasik #tokucho ul {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#lasik #tokucho ul li {
  border: 1px soplid #ccc;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  padding: 3% 3% 3% 4%;
  background-color: #fff;
  position: relative;
  line-height: 1.8;
  margin: 20px 0 0;
  width: 49%;
  /*
  &::before{
  position: absolute;
  top: 0;
  left: 10px;
  color:$key-color1;
  opacity:.2;
  font-family: "Times New Roman", Times, "serif";
  font-size: 60px;
  line-height: 1;
  font-style: italic;
  content: "1";
  @include media-tab { 
  font-size: 45px;
  }
  }
  &:nth-child(2)::before{
  content: "2";
  }
  &:nth-child(3)::before{
  content: "3";
  }
  &:nth-child(4)::before{
  content: "4";
  }
  &:nth-child(5)::before{
  content: "5";
  }*/
}
@media only screen and (max-width: 480px) {
  #lasik #tokucho ul li {
    width: 100%;
    padding: 30px 8% 8%;
  }
}
#lasik #tokucho ul li:nth-child(5) {
  width: 100%;
}
#lasik #tokucho ul li h3 {
  font-size: 130%;
  line-height: 1.5;
  margin: 15px 0;
  position: relative;
  color: #3d3a39;
  padding-left: 32px;
}
@media only screen and (max-width: 960px) {
  #lasik #tokucho ul li h3 {
    font-size: 110%;
    margin: 10px 0 15px;
  }
}
#lasik #tokucho ul li h3::before {
  position: absolute;
  top: 2px;
  left: 0px;
  color: #f08086;
  background-image: url("../images/icon_check_b.svg");
  width: 25px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#lasik #tokucho ul li .image {
  margin: 15px 0 0;
  text-align: center;
}
#lasik #tokucho ul li.sho .image img {
  width: auto;
  height: 350px;
}
#lasik #tokucho ul li.kiki .image img {
  width: 100%;
  border-radius: 10px;
}
#lasik #sbk .img_l {
  float: right;
  width: 35%;
  margin: 0 0 15px 20px;
}
@media only screen and (max-width: 480px) {
  #lasik #sbk .img_l {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}
#lasik #sbk .img_l img {
  border-radius: 10px;
}
#lasik #sbk .image_single {
  max-width: 800px;
}
#lasik #sbk #image3 {
  background-color: #fff;
  padding: 4%;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
#lasik #sbk #image3 #setsudan {
  max-width: 680px;
  margin: 0 auto;
}
#lasik #sbk #image3 .img {
  width: 44%;
  margin: 0 3%;
}
#lasik #sbk #image3 img {
  border: none;
}
#lasik #sbk .image_two {
  margin: 40px auto 0;
  max-width: 800px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  #lasik #sbk .image_two {
    margin: 20px auto 0;
  }
}
#lasik #sbk .image_two img {
  border: 1px solid #ccc;
  width: 100%;
}
#lasik #sbk .image_two p {
  margin: 10px auto 0;
}
@media only screen and (max-width: 960px) {
  #lasik #sbk .image_two p {
    text-align: left;
    font-size: 85%;
    line-height: 1.4;
  }
}
#lasik #sbk #danmen img {
  border-radius: 0;
}
#lasik #can .text_two {
  background-color: #fff;
  /* 横方向　下方向　ぼかし　色＆透過 */
  margin: 0 auto 20px;
}
@media only screen and (max-width: 960px) {
  #lasik #can .text_two {
    margin: 0 auto 0px;
  }
}
#lasik #can .text_two .waku {
  width: 49%;
  padding: 4% 5%;
  border: 1px solid #eee;
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  /*&::before{
  position: absolute;
  width:200px;
  top:80px;
  //top: 50%;
  //-webkit-transform: translateY(-50%); 
  //transform: translateY(-50%);
  left: 0px;
  right:0;
  margin:auto;
  font-size: 20vw;
  line-height: 1;
  color:$key-color2;
  opacity:.2;
  content: "○";
  }*/
}
@media only screen and (max-width: 480px) {
  #lasik #can .text_two .waku {
    width: 100%;
    padding: 5%;
  }
}
#lasik #can .text h3 {
  line-height: 1.4;
  margin: 0 0 30px;
  color: #3d3a39;
  font-size: 140%;
}
@media only screen and (max-width: 960px) {
  #lasik #can .text h3 {
    font-size: 110%;
    margin: 10px 0;
  }
}
#lasik #can .text h3 strong {
  color: #00a4d1;
}
#lasik #can .text ul.point {
  margin: 5px;
}
#lasik #can .text ul.point li {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 105%;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #lasik #can .text ul.point li {
    font-size: 100%;
  }
}
#lasik #can .text_two.special {
  /*box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  border-radius: 20px;*/
}
@media only screen and (max-width: 960px) {
  #lasik #can .text_two.special {
    border-radius: 10px;
    padding: 0;
  }
}
#lasik #can .text_two.special .waku:nth-child(1) {
  width: 100%;
  background-color: #f2f2f2;
  border: none;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 960px) {
  #lasik #can .text_two.special .waku:nth-child(1) {
    width: 100%;
    padding: 5%;
    margin: 0 auto 10px;
  }
}
#lasik #can .text_two.special .waku:nth-child(2) {
  width: 100%;
  padding: 0;
  border: none;
  -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
  letter-spacing: -1em;
}
@media only screen and (max-width: 960px) {
  #lasik #can .text_two.special .waku:nth-child(2) {
    width: 100%;
    text-align: center;
    padding: 3% 0 0;
  }
}
#lasik #can .text_two.special .waku h3 {
  margin-top: 15px;
}
#lasik #can .text_two.special .waku p {
  margin: 0 0 20px;
}
#lasik #can .text_two.special .waku ul.point {
  margin: 0;
}
#lasik #can .text_two.special .waku li {
  background-color: #fff;
  padding: 8px 16px 8px 50px;
  margin: 3px 0;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #lasik #can .text_two.special .waku li {
    padding: 8px 8px 8px 30px;
  }
}
#lasik #can .text_two.special .waku li::before {
  top: 13px;
  left: 25px;
}
@media only screen and (max-width: 960px) {
  #lasik #can .text_two.special .waku li::before {
    left: 10px;
  }
}
#lasik #can .text_two.special .waku img {
  letter-spacing: 0;
  margin: 0px 1% 0 0;
  border-radius: 10px;
  width: 32.3%;
}
#lasik #can .text_two.special .waku img:last-child {
  margin: 0;
}
#lasik #cost table.kihon_table {
  width: 100%;
  font-size: 120%;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #lasik #cost table.kihon_table {
    font-size: 100%;
  }
}
#lasik #cost table.kihon_table .price {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lasik #cost table.kihon_table .price .yen {
  width: 100px;
  text-align: right;
}
#lasik #cost table.kihon_table .price .etc {
  width: 60px;
  text-align: left;
  font-size: 80%;
}
#lasik #cost p {
  margin: 20px 0 0;
}
#lasik #cost .bt_other {
  text-align: center;
  margin: 20px 0 0;
}
#lasik #faq .text_single {
  max-width: 1000px;
}
#lasik #faq .faq_list article {
  background-color: #fff;
  margin: 0 0 20px;
  border-radius: 20px;
  padding: 2% 5%;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 480px) {
  #lasik #faq .faq_list article {
    padding: 5%;
    margin: 0 0 10px;
    border-radius: 10px;
  }
}
#lasik #faq .faq_list article input {
  display: none;
}
#lasik #faq .faq_list article label {
  display: block;
  cursor: pointer;
}
#lasik #faq .faq_list article h3 {
  position: relative;
  color: #3d3a39;
  padding: 0 20px 0 30px;
  line-height: 1.5;
  font-size: 130%;
  margin: 0 0 0px;
}
@media only screen and (max-width: 960px) {
  #lasik #faq .faq_list article h3 {
    font-size: 100%;
    padding: 0 18px 0 20px;
  }
}
#lasik #faq .faq_list article h3::before {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 30px;
  line-height: 1;
  width: 30px;
  color: #00a4d1;
  font-family: "Times New Roman", Times, "serif";
  font-weight: normal;
  content: "Q";
}
@media only screen and (max-width: 960px) {
  #lasik #faq .faq_list article h3::before {
    font-size: 20px;
    width: 20px;
  }
}
#lasik #faq .faq_list article h3::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  color: #ccc;
  width: 20px;
  content: "ー";
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 960px) {
  #lasik #faq .faq_list article h3::after {
    top: 13px;
  }
}
#lasik #faq .faq_list article .answer {
  opacity: 1;
  height: auto;
  padding-top: 15px;
  border-top: 2px solid #00a4d1;
  margin-top: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#lasik #faq .faq_list article input:checked ~ .answer {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
#lasik #faq .faq_list article input:checked ~ label h3::after {
  content: "＋";
}
#lasik #faq .faq_list article h4 {
  color: #00a4d1;
  font-size: 110%;
}
@media only screen and (max-width: 960px) {
  #lasik #faq .faq_list article h4 {
    font-size: 90%;
  }
}
#lasik #faq .faq_list article table.kihon_table {
  margin: 20px 0;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  #lasik #faq .faq_list article table.kihon_table {
    font-size: 80%;
    line-height: 1.6;
  }
  #lasik #faq .faq_list article table.kihon_table thead th {
    text-align: left;
  }
}
#lasik #faq .faq_list article .image {
  margin: 20px 0;
}
@media only screen and (max-width: 480px) {
  #lasik #works .image_two .img {
    width: 100%;
    margin: 0 0 15px;
  }
}
#lasik #works h3 {
  font-family: serif;
  font-weight: normal;
  margin: 30px 0;
}
#lasik #works h4 {
  margin: 0 0 15px;
}
@media only screen and (max-width: 480px) {
  #lasik nav.linknavi li:nth-child(1),
#lasik nav.linknavi li:nth-child(2),
#lasik nav.linknavi li:nth-child(3),
#lasik nav.linknavi li:nth-child(8) {
    width: 99%;
    margin: 0 0.5% 5px;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#multifocal {
  /************************************

  #mainimage

  ************************************/
  /************************************

  .inpagenavi

  ************************************/
  /************************************

  #kodawari

  ************************************/
  /************************************

  #cost

  ************************************/
  /************************************

  #shurui

  ************************************/
  /************************************

  .bt_other

  ************************************/
  /************************************

  他ページリンクナビ

  ************************************/
  /******* #multifocal end ******/
}
#multifocal #mainimage .image {
  background-image: url("../images/tashoten.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #multifocal #mainimage .image {
    background-image: url("../images/tashoten@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #multifocal #mainimage .image {
    background-image: url("../images/tashoten-sp@2x.jpg");
  }
}
@media only screen and (max-width: 960px) {
  #multifocal .inpagenavi li:nth-child(1) {
    width: 98%;
  }
}
#multifocal #kodawari .text_single h3 {
  text-align: center;
  font-family: serif;
  color: #3d3a39;
  font-size: 140%;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  #multifocal #kodawari .text_single h3 {
    font-size: 120%;
  }
}
#multifocal #kodawari .text_single p strong {
  color: #3d3a39;
}
@media only screen and (max-width: 480px) {
  #multifocal #kodawari .image_two .img {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 960px) {
  #multifocal #kodawari .image_two h4 {
    text-align: left;
  }
}
#multifocal #kodawari .image_two p {
  text-align: left;
}
#multifocal #cost p strong {
  color: #3d3a39;
}
#multifocal #cost p.center {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #multifocal #cost p.center {
    text-align: left;
  }
}
#multifocal #cost table.kihon_table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 110%;
  line-height: 1.4;
}
@media only screen and (max-width: 960px) {
  #multifocal #cost table.kihon_table {
    font-size: 100%;
  }
}
#multifocal #cost table.kihon_table .johnson {
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 480px) {
  #multifocal #cost table.kihon_table thead {
    display: none;
  }
  #multifocal #cost table.kihon_table tbody th, #multifocal #cost table.kihon_table tbody td {
    display: block;
    width: 100%;
  }
  #multifocal #cost table.kihon_table tbody th {
    text-align: center;
    border-bottom: none;
  }
  #multifocal #cost table.kihon_table tbody td {
    border-left: none;
    text-align: center;
  }
  #multifocal #cost table.kihon_table tbody td.center {
    background-color: #f2f2f2;
    border-bottom: none;
  }
}
#multifocal #cost .image_two {
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  #multifocal #cost .image_two {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  #multifocal #cost .image_two .img {
    width: 100%;
    margin: 0 0 20px;
  }
}
#multifocal #cost .image_two iframe {
  height: 293px;
}
#multifocal #cost .white {
  background-color: white;
  border-radius: 0;
}
#multifocal #shurui .image_single {
  max-width: 800px;
  border: 1px solid #ccc;
  padding: 3% 5%;
  background-color: #fff;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
@media only screen and (max-width: 960px) {
  #multifocal #shurui .image_single {
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: none;
  }
}
#multifocal #shurui h3 {
  font-family: serif;
  color: #3d3a39;
  font-size: 130%;
  line-height: 1.4;
  margin: 0 0 20px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #multifocal #shurui h3 {
    font-size: 110%;
  }
}
#multifocal .bt_other {
  text-align: center;
  margin: 30px auto 0px;
}
@media only screen and (max-width: 480px) {
  #multifocal nav.linknavi li:nth-child(1),
#multifocal nav.linknavi li:nth-child(2),
#multifocal nav.linknavi li:nth-child(3),
#multifocal nav.linknavi li:nth-child(8) {
    width: 99%;
    margin: 0 0.5% 5px;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#orthokeratology {
  /************************************

  #mainimage

  ************************************/
  /************************************

  .inpagenavi

  ************************************/
  /************************************

  #about

  ************************************/
  /************************************

  #shikumi

  ************************************/
  /************************************

  #tokucho

  ************************************/
  /************************************

  .merit_demerit

  ************************************/
  /************************************

  .flow

  ************************************/
  /************************************

  #flow

  ************************************/
  /************************************

  #cost

  ************************************/
  /************************************

  他ページリンクナビ

  ************************************/
  /******* #orth end ******/
}
#orthokeratology #mainimage .image {
  background-image: url("../treatment/orthokeratology/images/mainimage.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #orthokeratology #mainimage .image {
    background-image: url("../treatment/orthokeratology/images/mainimage@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #orthokeratology #mainimage .image {
    background-image: url("../treatment/orthokeratology/images/mainimage-sp@2x.jpg");
  }
}
#orthokeratology .inpagenavi li {
  width: 24%;
}
@media only screen and (max-width: 960px) {
  #orthokeratology .inpagenavi li {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  #orthokeratology .inpagenavi li:nth-child(1), #orthokeratology .inpagenavi li:nth-child(2) {
    width: 98%;
  }
}
#orthokeratology #about p strong {
  color: #3d3a39;
}
#orthokeratology #shikumi {
  /*
  	.flow{
  		max-width:1000px;

  		margin:0 auto 60px;
  		@include media-tab { 
  		margin:0 auto 40px;
  		}
  	}*/
}
#orthokeratology #shikumi .image_three {
  padding: 3% 4%;
  border-radius: 20px;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  #orthokeratology #shikumi .image_three {
    padding: 5%;
  }
}
#orthokeratology #shikumi .image_three .img {
  width: 27.3%;
  margin: 0 3%;
}
@media only screen and (max-width: 480px) {
  #orthokeratology #shikumi .image_three .img {
    width: 100%;
    margin: 0 0 15px;
  }
}
#orthokeratology #shikumi .image_three h4 {
  background-color: #00a4d1;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  font-size: 100%;
}
#orthokeratology #shikumi .image_three p {
  text-align: left;
}
#orthokeratology #tokucho .text_single::after {
  content: "";
  display: block;
  clear: both;
}
#orthokeratology #tokucho h3 {
  margin: 0px 0 15px;
}
@media only screen and (max-width: 960px) {
  #orthokeratology #tokucho h3 {
    margin: 30px 0 15px;
  }
}
#orthokeratology #tokucho ul {
  /*width:60%;
  float:left;*/
}
@media only screen and (max-width: 960px) {
  #orthokeratology #tokucho ul {
    float: none;
    width: 100%;
  }
}
#orthokeratology #tokucho ul span.pc {
  display: inline;
}
@media only screen and (max-width: 960px) {
  #orthokeratology #tokucho ul span.pc {
    display: none;
  }
}
#orthokeratology #tokucho ul span.sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  #orthokeratology #tokucho ul span.sp {
    display: inline;
  }
}
#orthokeratology #tokucho .left_image {
  width: 35%;
  float: right;
  background-color: #fff;
  padding: 0 2%;
  border-radius: 15px;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  margin: 0 0 0 5%;
  /*img{
  margin:0 0 10px;
  @include media-tab { 
  width:45%;
  margin:0;
  }
  }*/
}
@media only screen and (max-width: 960px) {
  #orthokeratology #tokucho .left_image {
    float: none;
    width: 100%;
    margin: 0px auto 0;
    text-align: center;
    max-width: 300px;
  }
}
#orthokeratology .merit_demerit li {
  background-color: #fff;
  padding: 20px 20px 20px 50px;
  border-radius: 15px;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  #orthokeratology .merit_demerit li {
    padding: 15px 15px 15px 40px;
  }
}
#orthokeratology .merit_demerit li::before {
  top: 27px;
  left: 25px;
}
@media only screen and (max-width: 960px) {
  #orthokeratology .merit_demerit li::before {
    top: 18px;
    left: 20px;
  }
}
#orthokeratology .merit_demerit li h3 {
  line-height: 1.6;
  font-size: 130%;
}
@media only screen and (max-width: 960px) {
  #orthokeratology .merit_demerit li h3 {
    font-size: 110%;
  }
}
#orthokeratology .merit_demerit li p {
  font-size: 100%;
}
#orthokeratology .flow article {
  background: #fff;
  border-radius: 20px;
  margin: 0 auto 30px;
  padding: 3% 5% 3%;
  position: relative;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
#orthokeratology .flow article::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 480px) {
  #orthokeratology .flow article {
    padding: 25px 7%;
    padding: 15px 5%;
  }
}
#orthokeratology .flow article .kaku {
  float: left;
  color: #fff;
  background-color: #00a4d1;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin: 0 7px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media only screen and (max-width: 480px) {
  #orthokeratology .flow article .kaku {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
#orthokeratology .flow article .text2 {
  margin-left: 0px;
}
@media only screen and (max-width: 960px) {
  #orthokeratology .flow article .text2 {
    margin-left: 0px;
  }
}
#orthokeratology .flow article .text {
  float: left;
  width: 65%;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  #orthokeratology .flow article .text {
    float: none;
    width: 100%;
  }
}
#orthokeratology .flow article .image {
  float: right;
  width: 30%;
}
@media only screen and (max-width: 480px) {
  #orthokeratology .flow article .image {
    float: none;
    width: 100%;
    margin: 0px 0 0;
  }
}
#orthokeratology .flow article .image img {
  border-radius: 10px;
}
#orthokeratology .flow article h3 {
  position: relative;
  margin: 0 0 15px;
  color: #3d3a39;
  font-size: 150%;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #orthokeratology .flow article h3 {
    margin: 10px 0 20px;
    padding-left: 35px;
    font-size: 120%;
  }
}
#orthokeratology .flow article h4 {
  font-size: 120%;
  font-family: serif;
  margin: 20px 0 0;
  color: #00a4d1;
}
@media only screen and (max-width: 960px) {
  #orthokeratology .flow article h4 {
    font-size: 100%;
  }
}
#orthokeratology .flow article p {
  line-height: 1.8;
}
@media only screen and (max-width: 960px) {
  #orthokeratology .flow article p {
    font-size: 90%;
  }
}
#orthokeratology #flow .text_single {
  max-width: 1000px;
}
@media only screen and (max-width: 480px) {
  #orthokeratology #flow .image {
    margin: 15px 0 0;
  }
}
#orthokeratology #flow .renraku {
  margin: 15px 0 0;
}
#orthokeratology #flow .renraku::after {
  content: "";
  display: block;
  clear: both;
}
#orthokeratology #flow .renraku .tel {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 960px) {
  #orthokeratology #flow .renraku .tel {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}
#orthokeratology #flow .renraku .tel h4 {
  font-size: 220%;
  line-height: 1.4;
  font-family: "Times New Roman", Times, "serif";
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  #orthokeratology #flow .renraku .tel h4 {
    font-size: 180%;
  }
}
#orthokeratology #flow .renraku .tel h4 a {
  text-decoration: none;
  color: #3d3a39;
}
#orthokeratology #flow .renraku .tel p {
  font-size: 80%;
  line-height: 1.5;
}
#orthokeratology #flow .reserve {
  float: right;
  width: 45%;
}
@media only screen and (max-width: 960px) {
  #orthokeratology #flow .reserve {
    float: none;
    width: 100%;
  }
}
#orthokeratology #flow .reserve a {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 110%;
  line-height: 1.4;
  display: block;
  background-color: #f08086;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 15px 0 15px 20px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #orthokeratology #flow .reserve a {
    font-size: 100%;
  }
}
#orthokeratology #flow .reserve a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  font-size: 20px;
  background-image: url("../images/icon_calendar.svg");
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
@media only screen and (max-width: 480px) {
  #orthokeratology #flow .reserve a::before {
    left: 10px;
  }
}
#orthokeratology #cost p.center {
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  #orthokeratology #cost p.center {
    text-align: left;
  }
}
#orthokeratology #cost table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 120%;
}
@media only screen and (max-width: 960px) {
  #orthokeratology #cost table {
    font-size: 100%;
  }
}
#orthokeratology #cost table td, #orthokeratology #cost table th {
  text-align: center;
}
#orthokeratology #cost table .price {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#orthokeratology #cost table .price .yen {
  width: 115px;
  text-align: right;
}
#orthokeratology #cost table .price .etc {
  width: 60px;
  text-align: left;
  font-size: 80%;
}
#orthokeratology #cost p {
  margin: 20px 0 0;
}
#orthokeratology #cost .bt_other {
  text-align: center;
  margin: 20px 0 0;
}
@media only screen and (max-width: 480px) {
  #orthokeratology nav.linknavi li:nth-child(1),
#orthokeratology nav.linknavi li:nth-child(2),
#orthokeratology nav.linknavi li:nth-child(3),
#orthokeratology nav.linknavi li:nth-child(8) {
    width: 99%;
    margin: 0 0.5% 5px;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* CSS Document */
#cataract {
  /************************************

  #mainimage

  ************************************/
  /************************************

  .inpagenavi

  ************************************/
  /************************************

  #about

  ************************************/
  /************************************

  #genin

  ************************************/
  /************************************

  #shojo

  ************************************/
  /************************************

  #chiryo

  ************************************/
  /************************************

  #ope

  ************************************/
  /************************************

  #lens

  ************************************/
  /************************************

  #cost

  ************************************/
  /************************************

  他ページリンクナビ

  ************************************/
  /******* #cataract end ******/
}
#cataract #mainimage .image {
  background-image: url("../images/hakunaisho.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #cataract #mainimage .image {
    background-image: url("../images/hakunaisho@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #cataract #mainimage .image {
    background-image: url("../images/hakunaisho-sp@2x.jpg");
  }
}
@media only screen and (max-width: 960px) {
  #cataract .inpagenavi li:nth-child(1) {
    width: 98%;
  }
}
#cataract #about .text_single h3 {
  font-size: 120%;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #cataract #about .text_single h3 {
    text-align: left;
  }
}
#cataract #about .text_single p.center {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #cataract #about .text_single p.center {
    text-align: left;
  }
}
#cataract #about .text_single p strong {
  color: #3d3a39;
}
@media only screen and (max-width: 960px) {
  #cataract #about .text_single {
    text-align: left;
  }
}
#cataract #about .image_single {
  max-width: 800px;
  border: 1px solid #ccc;
  padding: 3% 5%;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 960px) {
  #cataract #about .image_single {
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
#cataract #genin .image_two {
  max-width: 800px;
}
#cataract #genin .image_two img {
  width: 100%;
}
#cataract #genin p.center {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #cataract #genin p.center {
    text-align: left;
  }
}
#cataract #shojo {
  padding-bottom: 60px;
}
@media only screen and (max-width: 960px) {
  #cataract #shojo {
    padding-bottom: 30px;
  }
}
#cataract #shojo .img_r {
  float: right;
  width: 30%;
  margin: 0 0 20px 30px;
}
@media only screen and (max-width: 480px) {
  #cataract #shojo .img_r {
    width: 40%;
    margin: 0 0 10px 10px;
  }
}
#cataract #shojo .img_r img {
  border-radius: 10px;
}
#cataract #chiryo .text_two {
  max-width: 800px;
}
#cataract #chiryo .text_two .waku {
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
  width: 48%;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  #cataract #chiryo .text_two .waku {
    width: 100%;
    margin: 0 0 20px;
  }
}
#cataract #chiryo .text_two .waku h3 {
  background-color: #00a4d1;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#cataract #chiryo .text_two .waku p {
  padding: 5% 6%;
}
#cataract #chiryo .text_two .waku p strong {
  color: #ed636a;
}
#cataract #chiryo p strong {
  color: #3d3a39;
}
#cataract #chiryo .bt {
  margin: 20px 0 0;
  text-align: center;
}
#cataract #ope {
  padding-bottom: 60px;
}
@media only screen and (max-width: 960px) {
  #cataract #ope {
    padding-bottom: 30px;
  }
}
#cataract #ope .image_single {
  max-width: 800px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 3% 3%;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  /*img{
  margin:0 0 30px;
  }*/
}
@media only screen and (max-width: 960px) {
  #cataract #ope .image_single {
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
#cataract #ope .image_single iframe {
  height: 400px;
}
@media only screen and (max-width: 960px) {
  #cataract #ope .image_single iframe {
    height: 300px;
  }
}
#cataract #ope p.center {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #cataract #ope p.center {
    text-align: left;
  }
}
#cataract #ope .bt {
  margin: 20px 0 0;
  text-align: center;
}
#cataract #lens .text_single p.center {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #cataract #lens .text_single p.center {
    text-align: left;
  }
}
#cataract #lens .image_three {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 480px) {
  #cataract #lens .image_three {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#cataract #lens .image_three .img {
  width: 180px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  #cataract #lens .image_three .img {
    width: 32%;
    padding: 2%;
  }
}
#cataract #lens .image_single {
  background-color: #fff;
  padding: 3%;
  border-radius: 20px;
  max-width: 800px;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 960px) {
  #cataract #lens .image_single {
    border: none;
    padding: 2%;
    border-radius: 10px;
  }
}
#cataract #lens p.center {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #cataract #lens p.center {
    text-align: left;
  }
}
#cataract #lens .bt {
  margin: 0 0 20px;
}
@media only screen and (max-width: 480px) {
  #cataract #lens .bt a {
    width: 100%;
    max-width: 300px;
  }
}
#cataract #cost table {
  max-width: 800px;
  width: 100%;
  font-size: 120%;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #cataract #cost table {
    width: 100%;
    font-size: 100%;
  }
}
#cataract #cost table.jiko th {
  width: 30%;
  text-align: center;
}
#cataract #cost table.jiko td {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #cataract #cost table.jiko td {
    text-align: left;
  }
}
#cataract #cost #sentei p {
  max-width: 800px;
  margin: 0 auto;
}
#cataract #cost table.kihon_table.tashoten {
  margin: 15px auto 60px;
}
#cataract #cost table.kihon_table.tashoten .johnson {
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 480px) {
  #cataract #cost table.kihon_table.tashoten thead {
    display: none;
  }
  #cataract #cost table.kihon_table.tashoten tbody th, #cataract #cost table.kihon_table.tashoten tbody td {
    display: block;
    width: 100%;
  }
  #cataract #cost table.kihon_table.tashoten tbody th {
    text-align: center;
    border-bottom: none;
  }
  #cataract #cost table.kihon_table.tashoten tbody td {
    border-left: none;
    text-align: center;
  }
  #cataract #cost table.kihon_table.tashoten tbody td.center {
    background-color: #f2f2f2;
    border-bottom: none;
  }
}
#cataract #cost p.chu {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #cataract #cost p.chu {
    text-align: left;
  }
}
#cataract #cost h3 {
  text-align: center;
  margin: 40px 0 15px;
  font-size: 140%;
  color: #00a4d1;
  font-family: serif;
  font-weight: normal;
}
#cataract #cost p strong {
  color: #3d3a39;
}
#cataract #cost .bt_other {
  margin: 20px 0 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  #cataract nav.linknavi li:nth-child(1),
#cataract nav.linknavi li:nth-child(2),
#cataract nav.linknavi li:nth-child(3),
#cataract nav.linknavi li:nth-child(8) {
    width: 99%;
    margin: 0 0.5% 5px;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#glaucoma {
  /************************************

  #mainimage

  ************************************/
  /************************************

  .inpagenavi

  ************************************/
  /************************************

  #about

  ************************************/
  /************************************

  #genin

  ************************************/
  /************************************

  #shojo

  ************************************/
  /************************************

  #churyo

  ************************************/
  /************************************

  #kodawari

  ************************************/
  /************************************

  他ページリンクナビ

  ************************************/
  /******* #lasik end ******/
}
#glaucoma #mainimage .image {
  background-image: url("../treatment/glaucoma/images/mainimage.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #glaucoma #mainimage .image {
    background-image: url("../treatment/glaucoma/images/mainimage@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #glaucoma #mainimage .image {
    background-image: url("../treatment/glaucoma/images/mainimage-sp@2x.jpg");
  }
}
@media only screen and (max-width: 960px) {
  #glaucoma .inpagenavi li {
    width: 48%;
    margin: 0 1% 5px;
  }
}
#glaucoma #about h3 {
  text-align: center;
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  #glaucoma #about h3 {
    text-align: left;
  }
}
#glaucoma #about p strong {
  color: #3d3a39;
}
#glaucoma #shojo .image_two {
  border: 1px solid #ccc;
  padding: 3% 5%;
  background-color: #fff;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
@media only screen and (max-width: 960px) {
  #glaucoma #shojo .image_two {
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  #glaucoma #shojo .image_two .img {
    width: 100%;
    margin: 0 0 20px;
  }
}
#glaucoma #shojo .image_two img {
  border-radius: 0;
}
#glaucoma #shojo .image_two h4 {
  font-size: 100%;
  margin: 0 0 10px;
}
#glaucoma #shojo .image_two p {
  text-align: left;
}
#glaucoma #churyo p strong {
  color: #3d3a39;
}
#glaucoma #kodawari h3 {
  text-align: center;
  font-family: serif;
  color: #3d3a39;
  font-size: 140%;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  #glaucoma #kodawari h3 {
    font-size: 120%;
  }
}
#glaucoma #kodawari p strong {
  color: #3d3a39;
}
#glaucoma #kodawari .image_single {
  max-width: 800px;
  border: 1px solid #ccc;
  padding: 3% 5%;
  background-color: #fff;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
@media only screen and (max-width: 960px) {
  #glaucoma #kodawari .image_single {
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: none;
  }
}
#glaucoma #kodawari .image_single h4 {
  margin: 0 0 10px;
}
#glaucoma #kodawari .image_two {
  max-width: 800px;
}
@media only screen and (max-width: 480px) {
  #glaucoma #kodawari .image_two .img {
    width: 100%;
    margin: 0 0 20px;
  }
}
#glaucoma #kodawari .image_two img {
  border-radius: 0;
}
#glaucoma #kodawari .image_two h4 {
  font-size: 100%;
  line-height: 1.4;
  margin: 0 0 10px;
}
#glaucoma #kodawari .image_two p {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  #glaucoma nav.linknavi li:nth-child(1),
#glaucoma nav.linknavi li:nth-child(2),
#glaucoma nav.linknavi li:nth-child(3),
#glaucoma nav.linknavi li:nth-child(8) {
    width: 99%;
    margin: 0 0.5% 5px;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#other_eye {
  /************************************

  #mainimage

  ************************************/
  /************************************

  .inpagenavi

  ************************************/
  /************************************

  h3

  ************************************/
  /************************************

  #moumaku

  ************************************/
  /************************************

  #tounyou

  ************************************/
  /************************************

  #dryeye

  ************************************/
  /************************************

  他ページリンクナビ

  ************************************/
  /******* #lasik end ******/
}
#other_eye #mainimage .image {
  background-image: url("../treatment/other_eye/images/mainimage.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #other_eye #mainimage .image {
    background-image: url("../treatment/other_eye/images/mainimage@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #other_eye #mainimage .image {
    background-image: url("../treatment/other_eye/images/mainimage-sp@2x.jpg");
  }
}
@media only screen and (max-width: 960px) {
  #other_eye .inpagenavi li:nth-child(1) {
    width: 98%;
  }
}
#other_eye .other h3 {
  color: #00a4d1;
  text-align: center;
  margin: 0 0 20px;
  font-family: serif;
  font-weight: normal;
}
#other_eye .other h3.lead {
  text-align: center;
  font-size: 120%;
  line-height: 1.6;
  margin: 0;
  color: #3d3a39;
}
@media only screen and (max-width: 960px) {
  #other_eye .other h3.lead {
    text-align: left;
    font-size: 100%;
  }
}
#other_eye #moumaku .image_two {
  max-width: 800px;
  max-width: 800px;
  border: 1px solid #ccc;
  padding: 3%;
  background-color: #fff;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
@media only screen and (max-width: 960px) {
  #other_eye #moumaku .image_two {
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: none;
  }
}
#other_eye #moumaku .image_two .img {
  width: 43%;
  margin: 0 0 0 7%;
}
@media only screen and (max-width: 480px) {
  #other_eye #moumaku .image_two .img {
    width: 100%;
    margin: 0 0 20px;
  }
}
#other_eye #moumaku .image_two .img.movie {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  #other_eye #moumaku .image_two .img.movie {
    width: 100%;
    margin: 0 0 20px;
  }
}
#other_eye #moumaku .image_two .img img {
  width: 100%;
}
#other_eye #moumaku .image_two iframe {
  height: 250px;
}
#other_eye #moumaku .bt {
  margin: 15px 0 0;
  text-align: center;
}
#other_eye #tounyou .image_three {
  max-width: 800px;
  background-color: #fff;
  border-radius: 20px;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding: 3%;
}
@media only screen and (max-width: 960px) {
  #other_eye #tounyou .image_three {
    padding: 8% 8% 10px;
  }
}
#other_eye #tounyou .image_three h3 {
  color: #fff !important;
}
@media only screen and (max-width: 960px) {
  #other_eye #tounyou .image_three h3 {
    text-align: center !important;
  }
}
#other_eye #tounyou .image_three .img {
  width: 27%;
  margin: 0 3%;
}
@media only screen and (max-width: 480px) {
  #other_eye #tounyou .image_three .img {
    width: 100%;
    margin: 0 0 20px;
  }
}
#other_eye #tounyou .image_three .img img {
  width: 100%;
}
#other_eye #tounyou .image_three .img h4 {
  margin: 0 0 10px;
}
#other_eye #tounyou .image_three .img p {
  text-align: left;
}
#other_eye #tounyou .point li {
  font-weight: bold;
}
#other_eye #dryeye .image_two {
  max-width: 800px;
  background-color: #fff;
  border-radius: 20px;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding: 3%;
}
@media only screen and (max-width: 960px) {
  #other_eye #dryeye .image_two {
    padding: 5% 5% 10px;
  }
}
#other_eye #dryeye .image_two h3 {
  margin: 0 auto 20px;
  color: #fff !important;
}
@media only screen and (max-width: 960px) {
  #other_eye #dryeye .image_two h3 {
    text-align: center !important;
  }
}
#other_eye #dryeye .image_two .img {
  width: 44%;
  margin: 0 3%;
}
@media only screen and (max-width: 480px) {
  #other_eye #dryeye .image_two .img {
    width: 100%;
    margin: 0 0 20px;
  }
}
#other_eye #dryeye .image_two .img img {
  width: 100%;
}
#other_eye #dryeye .image_two .img h4 {
  margin: 0 0 10px;
}
#other_eye #dryeye .image_two .img p {
  text-align: left;
  margin: 5px 0;
}
#other_eye #dryeye .image_two .img p.yaji {
  text-align: center;
  font-size: 20px;
  color: #00a4d1;
}
#other_eye #dryeye .photo_sec .image_two {
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  padding: 0%;
}
@media only screen and (max-width: 960px) {
  #other_eye #dryeye .photo_sec .image_two {
    padding: 0;
  }
}
#other_eye #dryeye .photo_sec .image_two .img.img_text {
  width: 65%;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  #other_eye #dryeye .photo_sec .image_two .img.img_text {
    width: 100%;
  }
}
#other_eye #dryeye .photo_sec .image_two .img.img_photo {
  width: 30%;
  margin: 0px 0 0 5%;
  padding-top: 10px;
}
@media only screen and (max-width: 480px) {
  #other_eye #dryeye .photo_sec .image_two .img.img_photo {
    width: 100%;
    margin: 0;
  }
}
#other_eye #dryeye .beforeafter .img.before {
  position: relative;
}
@media only screen and (max-width: 480px) {
  #other_eye #dryeye .beforeafter .img.before {
    margin-bottom: 40px;
  }
}
#other_eye #dryeye .beforeafter .img.before::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
  content: "";
  border-top: 2px solid #00a4d1;
  border-right: 2px solid #00a4d1;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 960px) {
  #other_eye #dryeye .beforeafter .img.before::before {
    width: 30px;
    height: 30px;
    font-size: 30px;
    right: -30px;
  }
}
@media only screen and (max-width: 480px) {
  #other_eye #dryeye .beforeafter .img.before::before {
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: none;
    border-bottom: 2px solid #00a4d1;
    border-right: 2px solid #00a4d1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
#other_eye #dryeye .beforeafter img {
  margin: 5px 0;
}
#other_eye #dryeye .photo {
  float: right;
  width: 200px;
  margin: 0 0 15px 20px;
}
@media only screen and (max-width: 480px) {
  #other_eye #dryeye .photo {
    float: none;
    margin: 0 auto 15px;
  }
}
@media only screen and (max-width: 480px) {
  #other_eye nav.linknavi li:nth-child(1),
#other_eye nav.linknavi li:nth-child(2),
#other_eye nav.linknavi li:nth-child(3),
#other_eye nav.linknavi li:nth-child(8) {
    width: 99%;
    margin: 0 0.5% 5px;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#contact_lens {
  /************************************

  #mainimage

  ************************************/
  /************************************

  .inpagenavi

  ************************************/
  /************************************

  #about

  ************************************/
  /************************************

  #shurui

  ************************************/
  /************************************

  #care_chui

  ************************************/
  /************************************

  #chui

  ************************************/
  /************************************

  #care

  ************************************/
  /************************************

  #lineup

  ************************************/
  /************************************

  #sale

  ************************************/
  /************************************

  他ページリンクナビ

  ************************************/
  /******* #lasik end ******/
}
#contact_lens #mainimage .image {
  background-image: url("../treatment/contact_lens/images/mainimage.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #contact_lens #mainimage .image {
    background-image: url("../treatment/contact_lens/images/mainimage@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #contact_lens #mainimage .image {
    background-image: url("../treatment/contact_lens/images/mainimage-sp@2x.jpg");
  }
}
@media only screen and (max-width: 960px) {
  #contact_lens #mainimage .title h1 {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 480px) {
  #contact_lens .inpagenavi li {
    width: 48%;
  }
  #contact_lens .inpagenavi li:first-child {
    width: 98%;
  }
}
#contact_lens #about p strong {
  color: #3d3a39;
}
#contact_lens #shurui h3 {
  color: #00a4d1;
  text-align: center;
  margin: 0 0 20px;
}
#contact_lens #shurui article {
  margin: 25px auto 0;
  background-color: #fff;
  padding: 3% 5%;
  border-radius: 20px;
}
#contact_lens #shurui article h4 {
  font-size: 110%;
  display: inline-block;
  border-bottom: 1px solid #00a4d1;
  margin: 0 0 10px;
}
@media only screen and (max-width: 960px) {
  #contact_lens #shurui article h4 {
    display: block;
  }
}
#contact_lens #shurui article p {
  text-align: left;
}
#contact_lens #care_chui h4 {
  font-size: 110%;
}
@media only screen and (max-width: 960px) {
  #contact_lens #care_chui h4 {
    font-size: 100%;
  }
}
#contact_lens #chui ul {
  margin: 0;
}
#contact_lens #chui li {
  font-weight: bold;
  text-align: left;
}
#contact_lens #care .text_single {
  max-width: 1000px;
}
#contact_lens #care h3 {
  color: #00a4d1;
  text-align: center;
  margin: 0 0 20px;
}
#contact_lens #care p {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #contact_lens #care p {
    text-align: left;
  }
}
#contact_lens #care article {
  margin: 25px auto 0;
  background-color: #fff;
  padding: 3% 5%;
  border-radius: 20px;
}
#contact_lens #care article::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 960px) {
  #contact_lens #care article {
    padding: 5%;
  }
}
#contact_lens #care article .image {
  float: right;
  width: 30%;
}
@media only screen and (max-width: 480px) {
  #contact_lens #care article .image {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
#contact_lens #care article .image img {
  border-radius: 10px;
}
#contact_lens #care article .text {
  float: left;
  width: 65%;
}
@media only screen and (max-width: 480px) {
  #contact_lens #care article .text {
    float: none;
    width: 100%;
  }
}
#contact_lens #care article h4 {
  font-size: 110%;
  line-height: 1.5;
  display: inline-block;
  border-bottom: 1px solid #00a4d1;
  margin: 0 0 10px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 960px) {
  #contact_lens #care article h4 {
    font-size: 100%;
    display: block;
  }
}
#contact_lens #care article p {
  text-align: left;
}
#contact_lens #care article.care_flow {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px auto 7px;
}
#contact_lens #care article.care_flow .waku {
  width: 31.3%;
  margin: 0 1%;
}
@media only screen and (max-width: 960px) {
  #contact_lens #care article.care_flow .waku {
    width: 100%;
    margin: 0 0 20px;
  }
}
#contact_lens #care article.care_flow .waku h4 {
  background-color: #00a4d1;
  color: #fff;
  font-size: 90%;
  line-height: 1.3;
  display: block;
  text-align: center;
  padding: 7px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
@media only screen and (max-width: 960px) {
  #contact_lens #care article.care_flow .waku h4 {
    height: auto;
  }
}
#contact_lens #care article.care_flow .waku:first-child h4 {
  line-height: 70px;
  padding: 0 7px;
}
@media only screen and (max-width: 960px) {
  #contact_lens #care article.care_flow .waku:first-child h4 {
    line-height: 1.3;
    padding: 7px;
  }
}
#contact_lens #care article.care_flow .waku ol li {
  font-size: 85%;
  line-height: 1.4;
  background-color: #dbf2f8;
  border-radius: 3px;
  margin: 0 0 15px;
  padding: 5%;
  position: relative;
}
#contact_lens #care article.care_flow .waku ol li::before {
  position: absolute;
  bottom: -16px;
  left: 0px;
  right: 0;
  margin: auto;
  border-bottom: 1px solid #00a4d1;
  border-right: 1px solid #00a4d1;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
#contact_lens #care article.care_flow .waku ol li:last-child {
  margin: 0;
}
#contact_lens #care article.care_flow .waku ol li:last-child::before {
  content: "";
  display: none;
}
#contact_lens #lineup .text_single {
  max-width: 1000px;
}
#contact_lens #lineup #lead p {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #contact_lens #lineup #lead p {
    text-align: left;
  }
}
#contact_lens #lineup h3 {
  text-align: center;
}
#contact_lens #lineup table.lineup_table {
  margin: 10px 0 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 100%;
  line-height: 1.6;
  border: 2px solid #ccc;
}
#contact_lens #lineup table.lineup_table th, #contact_lens #lineup table.lineup_table td {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  #contact_lens #lineup table.lineup_table th, #contact_lens #lineup table.lineup_table td {
    display: block;
    width: 100%;
  }
}
#contact_lens #lineup table.lineup_table th {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  #contact_lens #lineup table.lineup_table th {
    border-right: none;
  }
}
@media only screen and (max-width: 480px) {
  #contact_lens #lineup table.lineup_table thead {
    display: none;
  }
}
#contact_lens #lineup table.lineup_table thead th {
  background-color: #dbf2f8;
  text-align: center;
}
#contact_lens #lineup table.lineup_table tbody tr:nth-child(even) th, #contact_lens #lineup table.lineup_table tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}
@media only screen and (max-width: 480px) {
  #contact_lens #lineup table.lineup_table tbody tr:nth-child(even) th, #contact_lens #lineup table.lineup_table tbody tr:nth-child(even) td {
    background-color: #fff;
  }
}
#contact_lens #lineup table.lineup_table tbody th {
  width: 20%;
}
@media only screen and (max-width: 480px) {
  #contact_lens #lineup table.lineup_table tbody th {
    width: 100%;
    background-color: #dbf2f8;
  }
}
@media only screen and (max-width: 480px) {
  #contact_lens #lineup table.lineup_table tbody tr:nth-child(even) th {
    background-color: #dbf2f8;
  }
}
#contact_lens #lineup table.lineup_table ul li {
  position: relative;
  padding: 0 10px 0 18px;
  display: inline-block;
}
#contact_lens #lineup table.lineup_table ul li::before {
  position: absolute;
  top: 1px;
  left: 0px;
  font-size: 90%;
  color: #00a4d1;
  content: "■";
}
#contact_lens #sale .banner {
  max-width: 700px;
  margin: 40px auto 0;
  text-align: center;
  letter-spacing: -1em;
}
@media only screen and (max-width: 960px) {
  #contact_lens #sale .banner {
    margin: 30px auto 0;
  }
}
#contact_lens #sale .banner li {
  letter-spacing: 0;
  display: inline-block;
  width: 48%;
  margin: 0 1%;
  font-size: 80%;
  line-height: 1.5;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  #contact_lens #sale .banner li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px;
  }
}
#contact_lens #sale .banner li img {
  border: 1px solid #ccc;
  margin: 0 0 5px;
}
@media only screen and (max-width: 480px) {
  #contact_lens nav.linknavi li:nth-child(1),
#contact_lens nav.linknavi li:nth-child(2),
#contact_lens nav.linknavi li:nth-child(3),
#contact_lens nav.linknavi li:nth-child(8) {
    width: 99%;
    margin: 0 0.5% 5px;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#equipment {
  /************************************

  #mainimage

  ************************************/
  /************************************

  .inpagenavi

  ************************************/
  /************************************

  eq_list

  ************************************/
  /************************************

  #kokaku_kensa

  ************************************/
  /******* #equipment end ******/
}
#equipment #mainimage .image {
  background-image: url("../equipment/images/mainimage.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #equipment #mainimage .image {
    background-image: url("../equipment/images/mainimage@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #equipment #mainimage .image {
    background-image: url("../equipment/images/mainimage-sp@2x.jpg");
  }
}
#equipment #kokaku #mainimage .image {
  background-image: url("../equipment/kokaku/images/mainimage@2x.jpg");
}
@media only screen and (max-width: 480px) {
  #equipment #kokaku #mainimage .image {
    background-image: url("../equipment/kokaku/images/mainimage-sp@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #equipment .inpagenavi li {
    width: 48%;
    margin: 0 1% 5px;
  }
}
#equipment .eq_list .list article {
  width: 100%;
  background-color: #fff;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  margin: 0 auto 20px;
  padding: 2%;
}
#equipment .eq_list .list article::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 960px) {
  #equipment .eq_list .list article {
    padding: 4%;
  }
}
#equipment .eq_list .list article .image {
  float: left;
  width: 20%;
}
@media only screen and (max-width: 960px) {
  #equipment .eq_list .list article .image {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  #equipment .eq_list .list article .image {
    float: right;
    margin: 0 0 15px 15px;
  }
}
#equipment .eq_list .list article .text {
  float: right;
  width: 70%;
  margin: 0 5% 0 0;
  text-align: left;
}
#equipment .eq_list .list article .text::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 960px) {
  #equipment .eq_list .list article .text {
    width: 65%;
    margin: 0 3% 0 0;
  }
}
@media only screen and (max-width: 480px) {
  #equipment .eq_list .list article .text {
    float: none;
    width: 100%;
    margin: 0;
  }
}
#equipment .eq_list .list article h3 {
  font-size: 130%;
  line-height: 1.5;
  margin: 10px 0 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 960px) {
  #equipment .eq_list .list article h3 {
    font-size: 110%;
    margin: 10px 0 3px;
  }
}
#equipment .eq_list .list article h4 {
  color: #00a4d1;
  font-size: 90%;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  #equipment .eq_list .list article h4 {
    font-size: 80%;
  }
}
#equipment .eq_list .list article p {
  font-size: 100%;
}
@media only screen and (max-width: 960px) {
  #equipment .eq_list .list article p {
    font-size: 90%;
  }
}
#equipment .eq_list .list article .photo {
  float: right;
  width: 20%;
  margin: 0 0 10px 10px;
}
@media only screen and (max-width: 960px) {
  #equipment .eq_list .list article .photo {
    float: left;
    margin: 0 10px 10px 0;
  }
}
#equipment .eq_list .list article .bt a {
  padding: 7px 20px 7px 35px;
  font-size: 90%;
  margin: 10px 0 0;
}
#equipment .eq_list .list article.kensa3 .photo {
  width: 25%;
}
#equipment .eq_list .list article.kensa10 .photo {
  width: 34%;
}
#equipment #kokaku #lead {
  text-align: center;
}
#equipment #kokaku #lead h3 {
  font-family: serif;
  color: #3d3a39;
  font-size: 130%;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  #equipment #kokaku #lead h3 {
    font-size: 110%;
  }
}
#equipment #kokaku .image_two.gray, #equipment #kokaku .image_single.gray {
  max-width: 800px;
  border: 1px solid #ccc;
  padding: 3% 5%;
  background-color: #fff;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
@media only screen and (max-width: 960px) {
  #equipment #kokaku .image_two.gray, #equipment #kokaku .image_single.gray {
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: none;
  }
  #equipment #kokaku .image_two.gray img, #equipment #kokaku .image_single.gray img {
    border-radius: 10px;
  }
  #equipment #kokaku .image_two.gray p, #equipment #kokaku .image_single.gray p {
    text-align: center;
  }
}
@media only screen and (max-width: 960px) {
  #equipment #kokaku .image_single img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
#equipment #kokaku p strong {
  color: #3d3a39;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* CSS Document */
#doctor {
  /************************************

  KEIREKI

  ************************************/
  /***************** doctor END *******************/
}
#doctor #keireki .list::after {
  content: "";
  display: block;
  clear: both;
}
#doctor #keireki .image {
  width: 30%;
  float: left;
}
@media only screen and (max-width: 960px) {
  #doctor #keireki .image {
    width: 100%;
    float: none;
  }
}
#doctor #keireki .image img {
  margin-bottom: 10px;
  max-width: 250px;
}
@media only screen and (max-width: 960px) {
  #doctor #keireki .image img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
}
#doctor #keireki .text {
  float: right;
  width: 62%;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #doctor #keireki .text {
    float: none;
    width: 100%;
    text-align: left;
  }
}
#doctor #keireki .text h3 {
  font-family: serif;
  font-weight: normal;
  font-size: 100%;
  margin: 20px 0;
}
@media only screen and (max-width: 960px) {
  #doctor #keireki .text h3 {
    margin-bottom: 20px;
    text-align: center;
  }
}
#doctor #keireki .text h3 strong {
  font-size: 150%;
  font-weight: normal;
}
#doctor #keireki .text h4 {
  font-weight: normal;
  font-size: 100%;
  border-bottom: 1px solid #333;
  margin-top: 30px;
}
#doctor #keireki .text ul {
  margin-top: 15px;
}
#doctor #keireki .text li small {
  display: inline-block;
  width: 150px;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#about {
  /************************************

  #mainimage

  ************************************/
  /************************************

  INNAI

  ************************************/
  /************************************

  INNAI > UKETSUKE

  ************************************/
  /******* #about end ******/
}
#about #mainimage .image {
  background-image: url("../images/about.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #about #mainimage .image {
    background-image: url("../images/about@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #about #mainimage .image {
    background-image: url("../images/about-sp@2x.jpg");
  }
}
#about #innai .list {
  max-width: 1100px;
  overflow: hidden;
}
#about #innai article {
  width: 46%;
  margin: 0 2% 40px;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #about #innai article {
    width: 100%;
    margin: 0 0 40px;
  }
}
#about #innai article#c, #about #innai article#d, #about #innai article#g, #about #innai article#h {
  margin-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  #about #innai article#e, #about #innai article#f {
    margin-bottom: 10px;
  }
}
#about #innai article#cd, #about #innai article#efgh {
  width: 96%;
}
#about #innai article .image {
  margin-bottom: 10px;
  position: relative;
}
#about #innai article .image img {
  width: 100%;
}
#about #innai article .image .no {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 48px;
  line-height: 1;
  font-family: serif;
  color: #fff;
}
#about #innai article#c .image .no {
  color: #3d3a39;
}
#about #innai h3 {
  font-size: 110%;
  clear: both;
}
@media only screen and (max-width: 960px) {
  #about #innai h3 {
    font-size: 100%;
  }
}
#about #innai p {
  font-size: 100%;
  line-height: 160%;
}
@media only screen and (max-width: 960px) {
  #about #innai p {
    font-size: 90%;
  }
}
#about #innai .bt {
  width: 200px;
  margin: 10px 0 0 0;
  font-size: 90%;
}
@media only screen and (max-width: 960px) {
  #about #innai .bt {
    margin: 10px auto 0;
  }
}
#about #innai .bt a {
  padding: 10px;
}
#about #innai .bt.white a {
  background-color: #fff;
  border: 1px solid #00a4d1;
  color: #00a4d1;
}
#about #innai .bt.white a::before {
  color: #00a4d1;
}
#about #innai #map {
  margin-bottom: 60px;
}
#about #innai .streetview {
  margin: 0 auto 20px;
  max-width: 600px;
}
#about #innai .streetview iframe {
  height: 450px;
}
@media only screen and (max-width: 960px) {
  #about #innai .streetview iframe {
    height: 300px;
  }
}
#about #tsuin {
  background: #f3ede6;
  padding: 60px 0;
  margin-top: 60px;
}
@media only screen and (max-width: 960px) {
  #about #tsuin {
    padding: 30px 0px;
    margin-top: 20px;
  }
}
#about #tsuin h2.midashi_u {
  font-size: 140%;
  margin: 0 0 20px;
  font-family: serif;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  #about #tsuin h2.midashi_u {
    font-size: 120%;
  }
}
#about #uketsuke_about article {
  width: 29.3%;
  margin: 0 2%;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #about #uketsuke_about article {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
#about #uketsuke_about article h3 {
  font-size: 110%;
  margin: 15px 0 5px 0;
}
@media only screen and (max-width: 960px) {
  #about #uketsuke_about article h3 {
    font-size: 100%;
  }
}
#about #uketsuke_about article p {
  font-size: 100%;
  line-height: 170%;
}
@media only screen and (max-width: 960px) {
  #about #uketsuke_about article p {
    font-size: 90%;
    line-height: 150%;
  }
}
@media only screen and (max-width: 960px) {
  #about #uketsuke_about article p .image {
    width: 100%;
    margin: 0 0 10px 0px;
  }
}
#about #tsuin #system {
  padding: 60px 0 0;
  margin: 60px 0 0;
}
@media only screen and (max-width: 960px) {
  #about #tsuin #system {
    margin: 30px 0 0;
  }
}
#about #tsuin #system article {
  background-color: #fff;
  border-radius: 20px;
  margin: 20px 0;
  padding: 3% 4%;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #about #tsuin #system article {
    padding: 5%;
  }
}
#about #tsuin #system article h3 {
  font-size: 130%;
  margin: 0 0 10px;
  font-family: serif;
  font-weight: normal;
  color: #00a4d1;
}
@media only screen and (max-width: 960px) {
  #about #tsuin #system article h3 {
    font-size: 110%;
    margin: 0 0 5px;
  }
}
#about #tsuin #system article h3 .no {
  display: inline-block;
  width: 30px;
  text-align: center;
  font-size: 24px;
  padding: 3px 0;
  line-height: 1;
  color: #fff;
  background-color: #00a4d1;
  border-radius: 50%;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 960px) {
  #about #tsuin #system article h3 .no {
    width: 24px;
    font-size: 18px;
  }
}
#about #tsuin #system article .waku {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about #tsuin #system article .waku::after {
  content: "";
  display: block;
  clear: both;
}
#about #tsuin #system article .image {
  width: 27%;
}
@media only screen and (max-width: 480px) {
  #about #tsuin #system article .image {
    width: 100%;
    max-width: 271px;
    margin: 0 auto 10px;
  }
}
#about #tsuin #system article .text {
  width: 66%;
}
@media only screen and (max-width: 480px) {
  #about #tsuin #system article .text {
    width: 100%;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#access {
  /************************************

  #mainimage

  ************************************/
  /************************************

  .inpagenavi

  ************************************/
  /************************************

  #copy

  ************************************/
  /************************************

  SECTION COMMON

  ************************************/
  /************************************

  KOTSU

  ************************************/
  /*IE8▼*/
  /*IE9▼*/
  /*IE10▼*/
  /************************************

  KOIKI

  ************************************/
  /************************************

  FLOUR & BRFORE10

  ************************************/
  /******* #access end ******/
}
#access #mainimage .image {
  background-image: url("../images/access.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #access #mainimage .image {
    background-image: url("../images/access@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #access #mainimage .image {
    background-image: url("../images/access-sp@2x.jpg");
  }
}
@media only screen and (max-width: 960px) {
  #access .inpagenavi li:nth-child(1) {
    width: 98%;
  }
}
#access #copy h2 {
  margin: 0 0 15px;
}
@media only screen and (max-width: 960px) {
  #access #copy h2 {
    font-size: 120%;
  }
}
#access #main section h3.kasen {
  font-size: 120%;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #333;
  font-family: serif;
  font-weight: normal;
  margin: 0 auto 30px;
  max-width: 800px;
  padding: 0 0 7px 0;
}
@media only screen and (max-width: 960px) {
  #access #main section h3.kasen {
    text-align: left;
    font-size: 110%;
  }
}
@media only screen and (max-width: 960px) {
  #access #main section p {
    font-size: 90%;
    text-align: left;
  }
}
#access #main section p strong {
  color: #00a4d1;
}
#access #kotsu .image {
  margin: 50px auto 20px;
}
#access #main section .image_b {
  margin-bottom: 50px;
}
#access #main section .image_n {
  margin: 0px;
}
#access #kotsu article {
  margin-top: 50px;
}
#access #kotsu #bus .icon {
  margin: 0 0 10px 0;
}
#access #kotsu article h4 {
  /*font-family:"Ryumin Light KL","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;*/
  font-size: 120%;
  letter-spacing: 0.12em;
  /*font-weight:normal;*/
  margin: 50px 0 20px 0;
  color: #00a4d1;
}
#access #kotsu article .timeinfo {
  display: block;
  /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox;
  /*IE10*/
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 800px;
}
#access #kotsu article .timeinfo .waku {
  border: 1px solid #3d3a39;
  width: 380px;
  padding: 20px 0;
  text-align: left;
}
#access #kotsu article .timeinfo .waku {
  float: left\9 ;
  margin: 0 25px\9 ;
}
#access #kotsu article .timeinfo .waku:not(:target) {
  float: left¥9;
  margin: 0 25px¥9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #access #kotsu article .timeinfo .waku {
    float: left !important;
    margin: 0 25px !important;
  }
}
#access #kotsu article .timeinfo .waku h5 {
  font-size: 18px;
  margin: 0 6% 10px 6%;
}
#access #kotsu article .timeinfo .waku p {
  font-size: 90%;
  margin: 0 6%;
  line-height: 160%;
}
#access #kotsu article .timeinfo .waku p small {
  font-size: 90%;
}
#access #kotsu article .timeinfo .waku p strong {
  color: #3d3a39;
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  #access #kotsu article h4 {
    text-align: left;
    font-size: 140%;
    letter-spacing: 0.05em;
    line-height: 170%;
  }
  #access #kotsu article .timeinfo {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
  #access #kotsu article .timeinfo .waku {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  #access #kotsu article .timeinfo .waku h5 {
    font-size: 16px;
    margin: 0 6% 10px 6%;
  }
}
#access #kotsu .bt_other {
  margin: 30px 0;
}
#access #koiki p {
  margin: 0 0 40px 0;
}
#access #googlemap {
  margin: 0px auto;
  text-align: left;
  max-width: 950px;
}
#access #googlemap iframe {
  margin-bottom: 0px;
  width: 100%;
  height: 720px;
}
@media only screen and (max-width: 960px) {
  #access #googlemap iframe {
    height: 300px;
  }
}
#access #googlemap .bt {
  margin: 20px auto 0;
  text-align: center;
}
#access #googlemap .bt a {
  margin: 0 auto;
}
#access #flour {
  margin: 0 auto;
}
#access #flour p {
  margin: 0 0 40px 0;
}
#access #flour .shudan {
  margin: 40px 0;
  border: 1px solid #3d3a39;
  padding: 40px;
}
#access #flour .shudan p {
  margin-bottom: 30px;
}
#access #flour .shudan article {
  float: left;
  width: 30%;
  margin: 0 1.5%;
  text-align: left;
  padding: 0;
}
#access #flour .shudan article p {
  font-size: 80%;
  line-height: 170%;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  #access #before10 h3 {
    text-align: left;
    font-size: 130%;
  }
  #access #flour .shudan {
    padding: 8%;
  }
  #access #flour .shudan article {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: left;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#expenses {
  /************************************

  #mainimage

  ************************************/
  /************************************

  .inpagenavi

  ************************************/
  /************************************

  SECTION COMMON

  ************************************/
  /************************************

  #copy

  ************************************/
  /************************************

  #etc

  ************************************/
  /************************************

  他ページリンクナビ

  ************************************/
  /******* #expenses end ******/
}
#expenses #mainimage .image {
  background-image: url("../images/expensive.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #expenses #mainimage .image {
    background-image: url("../images/expensive@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #expenses #mainimage .image {
    background-image: url("../images/expensive-sp@2x.jpg");
  }
}
@media only screen and (max-width: 960px) {
  #expenses .inpagenavi li:nth-child(1), #expenses .inpagenavi li:nth-child(2) {
    width: 98%;
  }
}
#expenses .cost {
  margin: 0 auto;
}
#expenses .cost section {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#expenses .cost::after {
  content: "";
  display: block;
  clear: both;
}
#expenses .cost table {
  width: 100%;
  margin: 20px 0;
  font-size: 120%;
}
@media only screen and (max-width: 960px) {
  #expenses .cost table {
    font-size: 100%;
  }
}
#expenses .cost table tbody th {
  width: 30%;
}
#expenses .cost table td, #expenses .cost table th {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #expenses .cost p {
    text-align: left;
    font-size: 90%;
  }
}
#expenses .cost p.chu {
  font-size: 90%;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #expenses .cost p.chu {
    font-size: 80%;
  }
}
#expenses .cost p.chu .black {
  color: #3d3a39;
}
#expenses .cost #tashoten tbody th {
  width: 35%;
}
#expenses .cost #tashoten td img {
  max-width: 200px;
}
@media only screen and (max-width: 480px) {
  #expenses .cost #tashoten thead {
    display: none;
  }
  #expenses .cost #tashoten tbody th, #expenses .cost #tashoten tbody td {
    display: block;
    width: 100%;
  }
  #expenses .cost #tashoten tbody th {
    text-align: center;
    border-bottom: none;
  }
  #expenses .cost #tashoten tbody td {
    border-left: none;
    text-align: center;
  }
  #expenses .cost #tashoten tbody td.center {
    background-color: #f2f2f2;
    border-bottom: none;
  }
}
#expenses .cost .price {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#expenses .cost .price .yen {
  width: 115px;
  text-align: right;
}
#expenses .cost .price .etc {
  width: 60px;
  text-align: left;
  font-size: 80%;
}
#expenses .bt_other {
  margin: 20px 0 0;
}
#expenses #copy p {
  text-align: left;
}
#expenses #etc p {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #expenses #etc p {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  #expenses nav.linknavi li {
    width: 99%;
    margin: 0 0.5% 5px;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#qa {
  /************************************

  #mainimage

  ************************************/
  /************************************

  #lead

  ************************************/
  /************************************

  qa_list

  ************************************/
  /************************************

  qa_shosai

  ************************************/
  /******* #about end ******/
}
#qa #mainimage .image {
  background-image: url("../qa/images/mainimage.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #qa #mainimage .image {
    background-image: url("../qa/images/mainimage@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #qa #mainimage .image {
    background-image: url("../qa/images/mainimage-sp@2x.jpg");
  }
}
#qa #lead p {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #qa #lead p {
    text-align: left;
    font-size: 90%;
  }
}
#qa #qa_list {
  max-width: 800px;
  margin: 0 auto;
}
#qa #qa_list li {
  font-family: serif;
  position: relative;
  padding: 5px 5px 5px 50px;
  background-color: #dbf2f8;
  border-radius: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #qa #qa_list li {
    font-size: 95%;
    padding: 5px 5px 5px 35px;
  }
}
#qa #qa_list li:hover {
  background-color: #00a4d1;
}
#qa #qa_list li a {
  color: #3d3a39;
  text-decoration: none;
  display: block;
}
#qa #qa_list li a:hover {
  color: #fff;
}
#qa #qa_list li::before {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 24px;
  line-height: 1;
  color: #00a4d1;
  content: "Q";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Times New Roman", Times, "serif";
}
@media only screen and (max-width: 960px) {
  #qa #qa_list li::before {
    top: 5px;
    left: 7px;
  }
}
#qa #qa_list li:hover::before {
  color: #fff;
}
#qa .qa_shosai {
  padding: 60px 0 0;
  max-width: 800px;
  text-align: left;
  margin: 0px auto 0;
}
#qa .qa_shosai .waku {
  border-radius: 20px;
  background-color: #fff;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 3% 4%;
}
@media only screen and (max-width: 960px) {
  #qa .qa_shosai .waku {
    padding: 5%;
    border-radius: 10px;
  }
}
#qa .qa_shosai h2 {
  padding: 0 0 10px 40px;
  position: relative;
  margin: 0 0 20px;
  border-bottom: 2px solid #00a4d1;
  font-size: 130%;
  line-height: 1.6;
  font-family: serif;
}
@media only screen and (max-width: 960px) {
  #qa .qa_shosai h2 {
    font-size: 110%;
    padding: 0 0 10px 30px;
  }
}
#qa .qa_shosai h2::before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 34px;
  line-height: 1;
  color: #00a4d1;
  content: "Q";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Times New Roman", Times, "serif";
}
@media only screen and (max-width: 960px) {
  #qa .qa_shosai h2::before {
    font-size: 30px;
  }
}
#qa .qa_shosai .answer::after {
  content: "";
  display: block;
  clear: both;
}
#qa .qa_shosai .answer .text {
  float: left;
  width: 65%;
}
@media only screen and (max-width: 480px) {
  #qa .qa_shosai .answer .text {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
}
#qa .qa_shosai .answer .image {
  float: right;
  width: 30%;
}
@media only screen and (max-width: 480px) {
  #qa .qa_shosai .answer .image {
    float: none;
    width: 100%;
  }
}
#qa .qa_shosai .answer .image img {
  border-radius: 15px;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。
/* CSS NEWS */
@media only screen and (max-width: 480px) {
  #news #no_mainimage h2 {
    font-size: 20px;
  }
}

/************************************

NEWS COMMON

************************************/
#news_container .bt {
  width: 370px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  #news_container .bt {
    width: 100%;
    margin: 0 auto;
  }
}

/************************************

NEWS RAYOUT

************************************/
#news_container {
  margin: 70px auto 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news_main {
  width: 72%;
}

#news_sub {
  width: 23%;
  margin: 0 0 0 5%;
}

@media only screen and (max-width: 960px) {
  #news_container {
    margin: 50px auto 0 auto;
    text-align: left;
  }

  #news_main {
    float: none;
    width: 94%;
    margin: 0 auto 50px auto;
  }

  #news_sub {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
/************************************

MAIN

************************************/
#news_main .cat_t {
  margin-bottom: 40px;
}
#news_main .cat_t h1 {
  font-size: 24px;
}
@media only screen and (max-width: 960px) {
  #news_main .cat_t h1 {
    font-size: 20px;
  }
}

/******* archive_t ******/
#news_main .archive_list {
  text-align: center;
  margin: 0 0 50px 0;
}

#news_main .archive_list dl {
  text-align: left;
  margin: 0 0 7px 0;
}

#news_main .archive_list dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#news_main .archive_list dl dt {
  position: relative;
  float: left;
  width: 120px;
  color: #00a4d1;
  font-size: 80%;
  padding: 0 0 0 18px;
}

#news_main .archive_list dl dt:before {
  position: absolute;
  top: 6px;
  left: 0px;
  content: "";
  border-top: 1px solid #00a4d1;
  border-right: 1px solid #00a4d1;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#news_main .archive_list dl dd {
  float: left;
  width: 500px;
}

#news_main .archive_list dl dd a {
  text-decoration: none;
  color: #3d3a39;
}

#news_main .archive_list dl dd a:hover {
  text-decoration: underline;
  color: #3d3a39;
}

/****** article *****/
#news_main article {
  border: 1px solid #3d3a39;
  margin: 0 0 50px 0;
  padding: 40px 50px;
  position: relative;
}

#news_main article .info {
  margin: 0 0 30px 0;
}

#news_main article .info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #news_main article .info {
  zoom: 1;
}

/* IE6 */
*:first-child + html #news_main article .info {
  zoom: 1;
}

/* IE7 */
#news_main article .info .date {
  float: left;
  font-size: 90%;
}

#news_main article .info ul {
  float: right;
  font-size: 90%;
  letter-spacing: -0.5em;
}

#news_main article .info ul li {
  display: inline-block;
  margin: 0 0 0 10px;
  letter-spacing: 0em;
}

#news_main article .info ul li a {
  text-decoration: none;
  color: #00a4d1;
  background: #fff;
  border: 1px solid #00a4d1;
  padding: 7px 15px;
}

/* Flashing */
#news_main article .info ul li a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

#news_main article h2, #news_main article h1 {
  font-size: 150%;
  letter-spacing: 0.12em;
  color: #00a4d1;
  border-bottom: 1px solid #3d3a39;
  padding: 7px 0;
  margin: 0 0 30px 0;
  line-height: 160%;
}

#news_main article h2 a {
  text-decoration: none;
  color: #00a4d1;
}

#news_main article h2 a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

#news_main article .honbun img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.wp-caption {
  max-width: 100%;
}

#news_main article .honbun p {
  margin: 0 0 1.5em;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  margin: 0 auto 20px auto;
  display: block;
}

@media only screen and (max-width: 960px) {
  /***************** アーカイブの場合 ****************/
  /******* archive_t ******/
  #news_main .archive_list dl {
    display: none;
  }

  /****** article *****/
  #news_main article {
    margin: 0 0 30px 0;
    padding: 5%;
  }

  #news_main article .info {
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px dotted #333;
  }

  #news_main article .info .date {
    float: none;
    text-align: center;
    font-size: 80%;
  }

  #news_main article .info ul {
    float: none;
    font-size: 75%;
    position: absolute;
    top: -13px;
    left: 0px;
    right: 0;
    width: 100%;
    margin: auto;
    text-align: center;
  }

  #news_main article .info ul li {
    display: inline-block;
    margin: 0 5px 2px 0px;
  }

  #news_main article .info ul li a {
    text-decoration: none;
    color: #3d3a39;
    background: #fff;
    padding: 7px 7px;
  }

  /* Flashing */
  #news_main article .info ul li a:hover {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
  }

  .news_archive #news_main article h2 {
    font-size: 110%;
    letter-spacing: 0.03em;
    color: #00a4d1;
    border-bottom: none;
    padding: 0px 0;
    margin: 0 0 0px 0;
    line-height: 160%;
  }

  .news_archive #news_main article h2 a {
    color: #3d3a39;
    position: relative;
    display: block;
  }

  .news_archive #news_main article .honbun {
    display: none;
  }

  .news_archive #news_main article .info_sp {
    margin: 5px 0 0px 18px;
  }

  .news_archive #news_main article .info_sp ul {
    float: none;
    font-size: 75%;
  }

  .news_archive #news_main article .info_sp ul li {
    display: inline-block;
    margin: 0 5px 2px 0px;
  }

  .news_archive #news_main article .info_sp ul li a {
    text-decoration: none;
    color: #3d3a39;
    background: #eceda7;
    padding: 5px 5px;
  }

  /***************** singleの場合 ****************/
  /****** article *****/
  .news_single #news_main article .info {
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: none;
  }

  #news_main article h2, #news_main article h1 {
    font-size: 120%;
    letter-spacing: 0.1em;
  }

  #news_main article h2 a, #news_main article h1 a {
    text-decoration: none;
    color: #00a4d1;
  }

  #news_main article h2 a:hover, #news_main article h1 a:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
  }
}
/****** pagenavi ******/
.wp-pagenavi {
  text-align: center;
  font-size: 75%;
  padding: 20px 0;
}

.wp-pagenavi a {
  padding: 10px;
}

.wp-pagenavi span {
  padding: 10px;
}

.current {
  font-weight: bold;
  font-size: 110%;
}

@media only screen and (max-width: 960px) {
  .wp-pagenavi {
    text-align: center;
    font-size: 75%;
    margin: 20px 0;
  }

  .wp-pagenavi a {
    padding: 8px;
  }

  .wp-pagenavi span {
    padding: 8px;
  }

  .wp-pagenavi .pages, .wp-pagenavi .extend {
    display: none;
  }
}
/************************************

SUB

************************************/
#news_sub article {
  margin: 0 0 50px 0;
}

#news_sub article h3 {
  font-family: "Ryumin Light KL", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
  font-weight: normal;
  margin: 0 0 20px 0;
}

#news_sub article h4 {
  margin: 0 0 10px 0;
}

#news_sub article ul li {
  font-size: 90%;
  margin: 0 0 7px 0;
  position: relative;
  padding: 0 0 0 16px;
}

#news_sub article ul li:before {
  position: absolute;
  top: 11px;
  left: 0px;
  content: "";
  border-top: 1px solid #00a4d1;
  border-right: 1px solid #00a4d1;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#news_sub article ul li .date {
  font-size: 85%;
  color: #00a4d1;
}

#news_sub article ul li a {
  color: #3d3a39;
  text-decoration: none;
}

#news_sub article ul li a:hover {
  color: #3d3a39;
  text-decoration: underline;
}

#news_sub article .bt {
  width: 100%;
  margin: 20px 0;
}
#news_sub article .bt a {
  width: 100%;
  padding: 0 auto;
  display: block;
  font-size: 85%;
}

#news_sub {
  /* 下三角の表示 */
  /* selectタグのスタイル */
  /* IEの下三角非表示 */
  /* Firefoxの点線非表示 */
}
#news_sub .selectstyle {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  font-size: 1em;
  overflow: hidden;
  z-index: 0;
  padding-right: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 0 0 10px;
}
#news_sub .selectstyle:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  right: 15px;
  content: "";
  z-index: -1;
  border-bottom: 1px solid #3d3a39;
  border-right: 1px solid #3d3a39;
  content: "";
  top: 50%;
  right: 16px;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#news_sub .selectstyle select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.4em 2em 0.4em 1.5em;
  color: #000;
  background: transparent;
  width: 100%;
  border-radius: 3px;
  font-size: 100%;
  outline: none;
}
#news_sub .selectstyle select::-ms-expand {
  display: none;
}
#news_sub .selectstyle select::-moz-focus-inner {
  border: 0;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/************************************

#calendar

************************************/
#calendar_page {
  /*
  .holiday-titles{
  display: none;
  }
  .xo-event-calendar {
      font-family: $font-family-go;
  }
  .xo-event-calendar table.xo-month > thead th{
  @include media-tab { 
  font-size: 80%;
  }
  }
  .xo-event-calendar table.xo-month .month-week {
      padding: 15px 0;
  				@include media-tab { 
  				padding:10px 0 3px;
  				}
  }

  .dayname{
  @include media-tab { 
  font-size: 80%;
  }
  }
  .today{
  color:$key-color1;
  }
  .saturday,.sunday{
  color:$main-color;
  }
  .xo-event-calendar table.xo-month .month-dayname td div {
      height: 1000px;
      padding: 4px;
      border-width: 1px 1px 0 0;

      font-size: 100%;
      line-height: 1.2em;
  				text-align: center;
  				font-weight: bold;
  				position: relative;
  				&::before{
  position: absolute;
  width:100%;
  font-size: 85%;
  line-height: 1.2;
  top:36px;
  left: 0px;
  text-align: center;
  content: "";
  color:$main-color;
  font-weight: normal;
  @include media-tab { 
  top:20px;
  }
  }
  &.holiday-kyushin::before{
  content: "休診";
  color:$key-color2;
  }
  &.holiday-hensokushinryo::before{
  content: "午後:16時〜";
  }
  &.holiday-shujutsu::before{
  content: "午後手術";
  }
  }
  .xo-event-calendar table.xo-month .month-dayname-space {
      position: relative;
      top: 0;
      height: 1.3em;
  				@include media-tab { 
  				height: 0.8em;
  				}
  }
  .xo-event-calendar table.xo-month .month-event td {
      padding: 0 1px 2px 1px;
      border-width: 0 1px 0 0;
  				vertical-align: top;
  }
  .xo-event-calendar table.xo-month .month-event-title {
      padding: 0 3px 3px;
      display: block;
      color: $main-color !important;
  				background-color: #eaf1fb !important;
      text-align: center;
      font-size: 85%;
  				line-height: 1.2;
      border-radius: 3px;
      white-space:normal !important;
      overflow: hidden;
  				@include media-tab { 
  				font-size: 70%;
  				padding-bottom:11px;
  				}
  }
  */
}
#calendar_page .wrapper {
  width: 90%;
}
#calendar_page .text {
  clear: both;
  padding-top: 20px;
  text-align: left;
}
#calendar_page .text dl {
  margin: 0 0 0.4em;
}
@media only screen and (max-width: 960px) {
  #calendar_page .text dl {
    font-size: 90%;
  }
}
#calendar_page .text dl dt {
  float: left;
  width: 30px;
  display: block;
  height: 20px;
  background: #ecfcfe;
  margin-top: 3px;
}
#calendar_page .text dl.mormal dt {
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#calendar_page .text dl.hensoku dt {
  background: #eaf1fb;
}
#calendar_page .text dl.holiday dt {
  background: #feecec;
}
#calendar_page .text dl dd {
  margin-left: 40px;
}
@media only screen and (max-width: 960px) {
  #calendar_page .text p {
    font-size: 90%;
  }
}
#calendar_page .text h4 {
  margin: 30px 0 0;
  font-size: 120%;
  text-align: center;
  background-color: #eee;
  padding: 20px;
}
@media only screen and (max-width: 960px) {
  #calendar_page .text h4 {
    text-align: left;
    font-size: 110%;
  }
}
#calendar_page .bt {
  text-align: center;
  margin: 30px auto 0;
  width: 100%;
}
#calendar_page .bt a {
  display: inline-block;
  font-size: 120%;
  padding: 15px 50px 15px 70px;
}
#calendar_page .bt a.reserve {
  background-color: #f08086;
}
#calendar_page .bt a.reserve:before {
  content: "\f073";
}
#calendar_page .bt a.contact:before {
  content: "\f0e0";
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* CSS Document */
#privacy #privacypolicy {
  text-align: left;
}
#privacy #privacypolicy .wrapper {
  width: 800px !important;
}
#privacy #privacypolicy h2 {
  font-size: 140%;
  margin: 0 0 50px;
}
#privacy #privacypolicy h3 {
  font-size: 110%;
  margin: 0 0 20px;
}
#privacy #privacypolicy p {
  font-size: 100%;
  margin: 0 0 50px;
}
#privacy #privacypolicy p.right {
  text-align: right;
}
@media only screen and (max-width: 960px) {
  #privacy #privacy #no_mainimage {
    height: auto;
  }
  #privacy #privacypolicy .wrapper {
    width: 84% !important;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#sitemap {
  /************************************

  #mainimage

  ************************************/
  /******* #about end ******/
}
#sitemap #mainimage .image {
  background-image: url("../qa/images/mainimage.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #sitemap #mainimage .image {
    background-image: url("../qa/images/mainimage@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #sitemap #mainimage .image {
    background-image: url("../qa/images/mainimage-sp@2x.jpg");
  }
}
#sitemap #sitelist {
  text-align: left;
}
#sitemap #sitelist a {
  text-decoration: none;
  color: #333;
}
#sitemap #sitelist .wrapper {
  /*width:800px !important;*/
}
#sitemap #sitelist nav {
  float: left;
  width: 40%;
  margin: 0 5%;
}
#sitemap #sitelist ul {
  margin: 0 0 0px;
  border-top: 1px dotted #ccc;
}
#sitemap #sitelist ul li {
  line-height: 170%;
  padding: 12px 0 12px 20px;
  position: relative;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}
#sitemap #sitelist ul li::before {
  position: absolute;
  top: 25px;
  left: 3px;
  content: "";
  border-top: 1px solid #00a4d1;
  border-right: 1px solid #00a4d1;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#sitemap #sitelist ul li small {
  display: block;
  font-size: 90%;
  font-weight: normal;
  /*color:#444;*/
}
#sitemap #sitelist ul li ul {
  border-top: none;
  margin: 10px 0 0 0px;
}
#sitemap #sitelist ul li ul li {
  padding: 0 0 5px 20px;
  font-size: 90%;
  border-bottom: none;
  font-weight: normal;
}
#sitemap #sitelist ul li ul li::before {
  position: absolute;
  top: 12px;
  left: 3px;
  width: 5px;
  height: 5px;
}
@media only screen and (max-width: 960px) {
  #sitemap #sitemap #no_mainimage {
    height: auto;
  }
  #sitemap #sitemap .wrapper {
    width: 84% !important;
  }
  #sitemap #sitelist nav {
    float: none;
    width: 100%;
    margin: 0 0% 0 0;
  }
  #sitemap #sitelist ul {
    margin: 0 0 0px;
    border-top: none;
  }
  #sitemap #sitelist ul li {
    padding: 10px 0 10px 20px;
    position: relative;
  }
  #sitemap #sitelist ul li ul {
    margin: 10px 0 0 20px;
  }
  #sitemap #sitelist ul li ul li {
    padding: 0 0 5px 20px;
    font-size: 90%;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#error404 {
  /************************************

  no_mainimage

  ************************************/
  /************************************

  text404

  ************************************/
  /******* #404 end ******/
}
@media only screen and (max-width: 960px) {
  #error404 #no_mainimage p {
    text-align: center;
  }
}
#error404 #text404 {
  margin: 0px auto;
  text-align: left;
  max-width: 800px;
}
#error404 #text404 p {
  margin-bottom: 1em;
}
@media only screen and (max-width: 960px) {
  #error404 #text404 p {
    font-size: 90%;
  }
}
/*# sourceMappingURL=maps/common.css.map */
@charset "UTF-8";
/*!!! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* CSS contact */
/************************************

TOP COMMON

************************************/
.bt {
  width: 370px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  #contact section .wrapper {
    width: 84% !important;
  }

  .bt {
    width: 100%;
    margin: 0 auto;
  }
}
/************************************

MAINIMAGE

************************************/
#mainimage {
  height: auto;
  text-align: center;
}

#mainimage .wrapper {
  text-align: center;
  padding: 50px 0 0;
}

#mainimage .wrapper h2 {
  margin: 0 0 15px;
  font-size: 190%;
  line-height: 1.6;
}

@media only screen and (max-width: 960px) {
  #mainimage .wrapper h2 {
    font-size: 140%;
  }
}
@media only screen and (max-width: 960px) {
  #mainimage .wrapper p {
    display: block;
    text-align: left;
    font-size: 90%;
  }
}
/************************************

in-PAGENAVI

************************************/
/************************************

ご相談・受診予約について

************************************/
#contact #setsumei article {
  margin: 40px 0 80px 0;
}

#contact #setsumei article:last-child {
  margin: 40px 0 0px 0;
}

#contact #setsumei .komidashi {
  font-family: serif;
  font-weight: normal;
  font-size: 150%;
  border-bottom: 1px solid #3d3a39;
  display: inline-block;
  margin: 0 auto 30px auto;
  padding: 0 0 5px 0;
}

#contact #setsumei p {
  margin-bottom: 40px;
}

#contact #setsumei ul {
  margin: 40px 0;
}

#contact #setsumei ul li {
  display: inline-block;
  margin: 0 10px;
}

#contact #setsumei ul li a {
  color: #3d3a39;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 20px;
}

#contact #setsumei ul li a:before {
  position: absolute;
  top: 2px;
  left: 0px;
  color: #00a4d1;
  background-image: url("../images/icon_check_b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  content: "";
}

#contact #setsumei ul li a:hover {
  color: #00a4d1;
}

#contact .chui {
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 40px;
}

#contact .chui h4 {
  color: #00a4d1;
}

#contact .chui p {
  margin: 0;
}

#contact .chui ul li {
  padding-left: 20px;
  position: relative;
}
#contact .chui ul li::before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "※";
}

#contact #setsumei .chui p {
  margin: 0;
}

#contact .chui strong {
  background: #eced5a;
}

@media only screen and (max-width: 960px) {
  #contact #setsumei {
    margin: 0;
  }

  #contact #setsumei article {
    margin: 40px 0 80px 0;
  }

  #contact #setsumei p {
    margin-bottom: 40px;
    text-align: left;
  }

  #contact #setsumei ul {
    margin: 40px 0;
    text-align: left;
  }

  #contact .chui {
    background: #f2f2f2;
    padding: 6%;
    margin-bottom: 40px;
  }

  #contact .chui p {
    margin: 0;
    font-size: 90%;
  }
}
/************************************

ご連絡方法

************************************/
@media only screen and (max-width: 960px) {
  #contact #renraku .wrapper {
    width: 100% !important;
  }
}
/************************************

個人情報保護方針

************************************/
#contact #privacy {
  margin-bottom: 50px;
}

#contact #privacy p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  #contact #privacy {
    margin: 0%;
    padding: 0;
  }

  #contact #privacy p {
    margin-bottom: 20px;
    text-align: left;
  }
}
/************************************

カレンダー

************************************/
#contact #calendar {
  margin-bottom: 50px;
}

#contact #calendar p {
  margin-bottom: 40px;
}

.fc-icon {
  display: inline-block;
  font-size: 14px !important;
  line-height: 1em !important;
  height: 1em !important;
  font-family: "Courier New", Courier, monospace;
}

/*** sbc***/
#contact #calendar #sbc {
  float: left;
  width: 55%;
}

#contact #calendar .text {
  clear: both;
  padding-top: 20px;
  text-align: left;
}

#contact #calendar .text dl {
  margin: 0 0 0.4em;
}

#contact #calendar .text dl dt {
  float: left;
  width: 30px;
  display: block;
  height: 20px;
  background: #ecfcfe;
  margin-top: 3px;
}

#contact #calendar .text dl.mormal dt {
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contact #calendar .text dl.hensoku dt {
  background: #eee;
}

#contact #calendar .text dl.holiday dt {
  background: #feecec;
}

#contact #calendar .text dl dd {
  margin-left: 40px;
}

@media only screen and (max-width: 960px) {
  #contact #calendar {
    margin: 0%;
  }

  #contact #calendar p {
    margin-bottom: 40px;
    text-align: left;
  }

  #contact #calendar iframe {
    width: 100%;
    height: atuo;
  }

  /*** sbc***/
  #contact #calendar #sbc {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }

  #contact #calendar .text {
    float: none;
    width: 100%;
    text-align: left;
  }
}
/**** google Calendar ***/
#contact #calendar span.te-t {
  display: none !important;
}

/************************************

時間・診療内容選択画面

************************************/
#form .day h3 {
  margin: 0 0 1em;
}

#form .day .chui {
  text-align: left;
  max-width: 920px;
  margin: 0 auto;
}

#form .day h4 {
  margin: 25px 0 5px;
  font-size: 110%;
  color: #00a4d1;
  border: 2px solid #00a4d1;
  padding: 5px;
  max-width: 540px;
  margin: 0 auto 10px;
}

#form .day table {
  border: 0;
  border-collapse: collapse;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ccc;
  font-size: 90%;
}

@media only screen and (max-width: 960px) {
  #form .day table {
    max-width: 100%;
  }
}
#form .day table thead th {
  background-color: #efefef;
}

@media only screen and (max-width: 480px) {
  #form .day table thead {
    display: none;
  }
}
#form .day table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
}

@media only screen and (max-width: 480px) {
  #form .day table th {
    display: block;
    border-right: none;
    background-color: #ededed;
    padding: 5px;
  }
}
#form .day table td {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  #form .day table td {
    display: block;
    padding: 5px 10px;
  }
}
#form .day table td li {
  text-align: left;
  color: #333;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #f9f9f9), color-stop(90%, #e8e8e8));
  background: linear-gradient(to bottom, #f9f9f9 46%, #e8e8e8 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f9f9", endColorstr="#e8e8e8",GradientType=0 );
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  margin: 5px 0;
  font-weight: bold;
  border-radius: 2px;
  position: relative;
}
#form .day table td li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  margin: auto;
  content: "";
  border-top: 1px solid #3d3a39;
  border-right: 1px solid #3d3a39;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#form .day table td li:hover {
  background: #00a4d1;
}
#form .day table td li:hover::before {
  color: #fff;
}
#form .day table td li:hover a {
  color: #fff;
}

#form .day table td li.no_reserve {
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #ccc), color-stop(90%, #bbb));
  background: linear-gradient(to bottom, #ccc 46%, #bbb 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ccc", endColorstr="#bbb",GradientType=0 );
}
#form .day table td li.no_reserve::before {
  display: none;
}

#form .day table td li.no_reserve span {
  display: block;
  padding: 5px 20px;
}

#form .day table td li a {
  display: block;
  text-decoration: none;
  padding: 5px 20px;
  color: #3d3a39;
}

#form .form_nav {
  margin: 30px 0;
  font-size: 120%;
}

#form .form_nav a {
  background-color: #aaa;
  color: #fff;
  -webkit-text-decoration: #fff;
  text-decoration: #fff;
  padding: 10px 30px;
  border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  font-size: 90%;
}

@media only screen and (max-width: 480px) {
  #form .form_nav a {
    display: block;
  }
}
/************************************

メールフォーム

************************************/
#contact #form p {
  margin-bottom: 30px;
}

#contact #form .chui p {
  margin-bottom: 0px;
}

@media only screen and (max-width: 960px) {
  #contact #form {
    margin: 0;
  }

  #contact #form p {
    margin-bottom: 40px;
    text-align: left;
  }
}
#contact #form #form_waku {
  margin: 0 0 30px 0;
  width: 100%;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

#contact #form dl {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

form#mailformpro dl dt {
  float: left;
  width: 160px;
  clear: both;
  font-size: 12px;
  padding: 10px 0px;
  text-align: right;
  border-top: solid 1px #ccc;
  margin: 0px;
}

form#mailformpro dl dd {
  border-top: solid 1px #ccc;
  margin: 0px;
  padding: 10px 5px 20px 170px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}

#contact #form form#mailformpro dl dt {
  float: left;
  font-weight: bold;
  padding: 20px 0px;
  width: 25%;
  position: relative;
  vertical-align: top;
  border: none;
  text-align: left;
  font-size: 100%;
}

#contact #form form#mailformpro dl dd {
  float: left;
  width: 75%;
  background: #fff;
  padding: 20px 0px;
  border: none;
  text-align: left;
  font-size: 100%;
}

#contact #form dl dt .hissu {
  position: relative;
  background: #00a4d1;
  color: #fff;
  font-size: 75%;
  line-height: 100%;
  padding: 2px 5px;
  font-weight: normal;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
  position: absolute;
  top: 25px;
  right: 30px;
}

form .checkbox label {
  padding: 5px 15px 5px 0;
  display: inline-block;
}

form#mailformpro dl dd .red {
  color: #fe0004;
}

.radio_button {
  letter-spacing: -1em;
  display: inline-block;
  margin: 0 10px 0 0;
}

.radio_button input {
  display: none;
}

.radio_button label {
  cursor: pointer;
  letter-spacing: 0;
  margin: 0 0px 0 0 !important;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px 30px;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  margin: 5px 0;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(76%, #ededed));
  background: linear-gradient(to bottom, #ffffff 1%, #ededed 76%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ededed",GradientType=0 );
}

.radio_button label:last-child,
.radio_button label.last {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}

.radio_button input:checked + label {
  background: #00a4d1;
  color: #fff;
}

.radio_button label.mfp_checked {
  background: #00a4d1;
  color: #fff;
}

#contact #form dl dd #id_no {
  padding: 0 30px 0 0;
}

#contact #form input {
  margin: 0 3px;
}

#contact #form dl dd input[type=text],
#contact #form dl dd input[type=email],
#contact #form dl dd input[type=tel] {
  padding: 10px;
  font-size: 100%;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
  /*windows対策*/
  border: 1px solid #ccc;
}

#contact #form dl dd input.input_l {
  width: 100%;
}

#contact #form dl dd input.input_m {
  width: 70%;
}

#contact #form dl dd input.input_s {
  width: 120px;
}

#contact #form dl dd select {
  position: relative;
  padding: 10px 20px;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
}

#contact #form dl dd small {
  color: #666;
  font-size: 75%;
}

#contact #form dl dd .onegai {
  font-size: 90%;
}

#contact #form .error {
  font-size: 90%;
  color: #ff0000;
  font-weight: bold;
}

#contact #form dl dd .onegai strong {
  color: #00a4d1;
}

#contact #form dl dd .hosoku {
  border: 1px solid #00a4d1;
  margin: 10px 0 0 0;
  padding: 20px;
}

#contact #form form#mailformpro dl dd .hosoku p {
  margin: 0;
  padding: 0;
  font-size: 90%;
}

#contact #form form#mailformpro dl dd .hosoku p strong {
  color: #00a4d1;
}

#contact #form dl dd textarea {
  padding: 5px;
  font-size: 100%;
  width: 95%;
  height: 180px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
  /*windows対策*/
}

/*** privacy ***/
#contact #form #privacypolicy {
  margin: 30px 0;
  border: 1px solid #ccc;
  height: 250px;
  overflow: scroll;
  text-align: left;
  padding: 20px 8%;
  font-size: 90%;
  line-height: 160%;
}

#contact #form #privacypolicy h2 {
  margin-bottom: 20px;
  font-size: 110%;
}

#contact #form #privacypolicy h3 {
  margin-bottom: 10px;
  font-size: 100%;
}

#contact #form #privacy_check {
  margin: 0 0 30px 0;
  font-weight: bold;
}

#contact #form #privacy_check .mfp_err {
  width: 270px;
  margin: 0 auto;
}

/*** bt ***/
#contact #form .bt {
  width: 100%;
}

#contact #form .bt button {
  background: #00a4d1 !important;
  text-shadow: none;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 50px;
  display: inline-block;
  margin: 0 10px;
  /*全体角丸*/
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  cursor: pointer;
}

#contact #form .bt button.mfp_element_reset {
  background: #999 !important;
  text-shadow: none;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 120%;
  padding: 10px 50px;
  display: inline-block;
  margin: 0 auto 20px;
  /*全体角丸*/
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  cursor: pointer;
}

@media only screen and (max-width: 960px) {
  #contact #form form#mailformpro dl dt {
    float: none;
    font-weight: bold;
    padding: 10px 0px;
    width: 100%;
    position: relative;
    vertical-align: top;
    border: none;
    text-align: left;
    font-size: 100%;
    border-bottom: 1px dotted #ccc;
  }

  #contact #form form#mailformpro dl dd {
    float: none;
    width: 100%;
    background: #fff;
    padding: 10px 0px;
    border: none;
    text-align: left;
    font-size: 100%;
  }

  #contact #form dl dt .hissu {
    top: 15px;
    right: 0px;
  }

  #contact #form dl dd #id_no {
    padding: 2px 0px 10px 0px;
    display: block;
  }

  #contact #form dl dd input {
    margin: 3px 0;
  }

  #contact #form dl dd input[type=radio],
#contact #form dl dd input[type=checkbox] {
    margin: 3px 5px;
  }

  #contact #form dl dd input.input_m {
    width: 95%;
  }

  #contact #form dl dd input.input_s {
    width: 50%;
  }

  #contact #form dl dd select {
    width: 100%;
    padding: 10px;
    margin: 3px 0;
  }

  #contact #form .bt button.mfp_element_submit {
    font-size: 120%;
    padding: 10px 0px;
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }

  #contact #form .bt button.mfp_element_reset {
    font-size: 120%;
    padding: 10px 0px;
    display: block;
    width: 100%;
  }
}
/*** confirm ***/
table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: #f6f7f9;
}

table#mfp_confirm_table tr.mfp_achroma {
  background-color: #fff;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 90%;
  border-top: solid 1px #ccc;
  padding: 5px 10px;
}

table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 200px;
}

table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all;
}

#contact #form.confirm dl dd label {
  border: none;
  padding: 0px;
  border-radius: 0;
  margin: 5px 0;
  background: none;
}

/**** thanks ****/
#thanks {
  margin: 0px 0;
}

@media only screen and (max-width: 960px) {
  #thanks {
    margin: 0px 0;
  }
}
#thanks h4 {
  margin: 1.5em 0 0;
  color: #00a4d1;
}

#thanks #toiawase {
  border: 1px solid #333;
  padding: 40px;
  margin: 50px auto 70px auto;
}

#thanks #toiawase h3 {
  color: #00a4d1;
  font-size: 110%;
}

#thanks #toiawase p {
  margin: 0;
}

#thanks #toiawase p a {
  color: #333;
}

@media only screen and (max-width: 960px) {
  #contact #thanks p {
    text-align: left;
    margin-bottom: 20px;
  }

  #thanks #toiawase {
    padding: 7%;
    margin: 50px auto 70px auto;
  }

  #thanks #toiawase p {
    margin: 0;
    font-size: 90%;
    text-align: left;
  }
}
/************************************

CONTACT 他ページリンクナビ

************************************/
/************************************

calendar

************************************/
#mini-calendar .calendar-head {
  margin: 0 0 20px;
  height: 36px;
  position: relative;
}

#mini-calendar .calendar-head::after {
  content: "";
  display: block;
  clear: both;
}

#mini-calendar .calendar-head .prev,
#mini-calendar .calendar-head .next {
  position: absolute;
  top: 0;
  width: 30%;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #mini-calendar .calendar-head .prev,
#mini-calendar .calendar-head .next {
    width: 70px;
  }
}

#mini-calendar .calendar-head .prev {
  left: 0;
}

#mini-calendar .calendar-head .next {
  right: 0;
}

#mini-calendar .calendar-head .prev a,
#mini-calendar .calendar-head .next a {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  font-size: 90%;
  font-weight: bold;
  display: inline-block;
  width: 100px;
  text-align: center;
  color: #3d3a39;
  text-decoration: none;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(76%, #ededed));
  background: linear-gradient(to bottom, #ffffff 1%, #ededed 76%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ededed",GradientType=0 );
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 960px) {
  #mini-calendar .calendar-head .prev a,
#mini-calendar .calendar-head .next a {
    font-size: 80%;
    width: 100%;
  }
}
#mini-calendar .calendar-head .next {
  text-align: right;
}

#mini-calendar .calendar-head .calendar-year-month {
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
}

@media only screen and (max-width: 960px) {
  #mini-calendar .calendar-head .calendar-year-month {
    width: calc(100% - 140px);
    font-size: 100%;
  }
}
#mini-calendar .cal_chui {
  font-size: 90%;
  line-height: 1.6;
  margin: 0px 0 20px;
}
@media only screen and (max-width: 960px) {
  #mini-calendar .cal_chui {
    text-align: left;
  }
}

#mini-calendar table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 90%;
  border-spacing: 0;
}

#mini-calendar thead {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 960px) {
  #mini-calendar thead {
    display: none;
  }
}
#mini-calendar th,
#mini-calendar td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 14.2857142857%;
  vertical-align: top;
}

@media only screen and (max-width: 960px) {
  #mini-calendar th,
#mini-calendar td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 960px) {
  #mini-calendar td {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #mini-calendar td .calendar-day-number:after {
    position: relative;
    left: -5px;
  }

  #mini-calendar td:nth-child(1) .calendar-day-number:after {
    content: "（月）";
  }

  #mini-calendar td:nth-child(2) .calendar-day-number:after {
    content: "（火）";
  }

  #mini-calendar td:nth-child(3) .calendar-day-number:after {
    content: "（水）";
  }

  #mini-calendar td:nth-child(4) .calendar-day-number:after {
    content: "（木）";
  }

  #mini-calendar td:nth-child(5) .calendar-day-number:after {
    content: "（金）";
  }

  #mini-calendar td:nth-child(6) .calendar-day-number:after {
    content: "（土）";
  }

  #mini-calendar td:nth-child(7) .calendar-day-number:after {
    content: "（日）";
  }
}
#mini-calendar .calendar-none {
  background: #eee;
}

@media only screen and (max-width: 960px) {
  #mini-calendar .calendar-none {
    display: none;
  }
}
#mini-calendar .calendar-holiday {
  background: #fcecec;
}

#mini-calendar .calendar-hensoku {
  background: #eaf1fb;
}

#mini-calendar .calendar-hensoku2 {
  background: #eaf1fb;
}

#mini-calendar .calendar-white {
  background: #fff;
}

#mini-calendar .calendar-day-number {
  font-weight: bold;
}

@media only screen and (max-width: 960px) {
  #mini-calendar .calendar-day-number {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: #f5f5f5;
    margin-bottom: 0;
    width: 100px;
    padding: 10px 5px;
    height: auto;
    border-right: 1px solid #ccc;
  }
}
#mini-calendar .calendar-labels {
  padding: 15px 0 20px;
  font-size: 160%;
}

@media only screen and (max-width: 960px) {
  #mini-calendar .calendar-labels {
    padding: 10px;
    text-align: center;
    width: 100%;
  }
}
#mini-calendar .calendar-labels a {
  text-decoration: none;
  color: #3d3a39;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#mini-calendar .calendar-labels a:hover {
  font-size: 120%;
  color: #00a4d1;
}

#mini-calendar .calendar-holiday .calendar-labels {
  font-size: 100%;
}

#mini-calendar .calendar-hensoku2 .calendar-labels {
  font-size: 100%;
}

#mini-calendar .calendar-white .calendar-labels {
  font-size: 100%;
}

#mini-calendar .text {
  clear: both;
  padding-top: 20px;
  text-align: left;
}

#form #mini-calendar .text dl {
  margin: 0 0 0.4em;
  border: none;
}

#mini-calendar .text dl dt {
  float: left;
  width: 30px;
  display: block;
  height: 20px;
  background: #ecfcfe;
  margin-top: 3px;
}

#mini-calendar dl.mormal dt {
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#mini-calendar dl.hensoku dt {
  background: #eaf1fb;
}

#mini-calendar dl.holiday dt {
  background: #fcecec;
}

#mini-calendar dl dd {
  margin-left: 40px;
}
/*# sourceMappingURL=maps/contact.css.map */