@charset "UTF-8";
/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 1. title
 ├ 1-1. h2
 ├ 1-2. h3
 └ 1-3. h4 
 2. bt
 3. base template
 4. SNS
 5. table
 ├ 5-1. default
 ├ 5-3. table01	
 ├ 5-3. table02 
 └ 5-4. hours
 6. 汎用プロパティ
 ├ 6-1. float
 ├ 6-2. margin
 ├ 6-3. text-align
 ├ 6-4. 画像の配置
 ├ 6-5. 画像の装飾
 └ 6-6. rollover（透過）
 7. その他テンプレート
 ├ 7-1. ビフォーアフター
 ├ 7-2. list
 ├ 7-3. flow
 └ 7-4. qa
 8. MAP
 9. コンテンツ非表示
 10. pc sp change
 11. others

------------------------------------------------------------- 
■ Tablet
-------------------------------------------------------------
 3. base template
 └ 3-1. top bn

------------------------------------------------------------- 
■ SmartPhone
-------------------------------------------------------------
 2. bt
 3. base template
 └ 3-1.画像横並び
 5. table
 └ 5-4. hours
 7. その他テンプレート
 └ 7-1. ビフォーアフター
 8. MAP
 10. pc sp change

******************************************************************************* */
/* =====================================
    共通(2016.09.21)
===================================== */
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #444444;
}

img {
  max-width: 100%;
}

a {
  color: #6a6a6a;
  text-decoration: none;
}
a:link, a:visited {
  color: #6a6a6a;
  text-decoration: none;
}
a:hover, a:active {
  color: #334389;
  text-decoration: none;
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

.half {
  display: inline-block;
}

/*--------------------------------------
    title (h2,h3,h4)
--------------------------------------*/
/* 1-1. h2 -------------------------- */
.type1 #mainimage .gnv_tmp_h2_bg {
  background: url(/asset/h2_bg.jpg) no-repeat center center;
  background-size: cover;
  border: none;
  display: table;
  height: 137px;
  line-height: 1.2 !important;
  margin-bottom: 0;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.type1 #mainimage .gnv_tmp_h2_bg:after {
  display: none;
}

.gnv_tmp_h2_bg h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  color: #2353aa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  line-height: 1.2;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  letter-spacing: 0.2em;
}

/* h2 titleBg */
h2.titleBg {
  background: #4a72b8;
  border-bottom: none;
  border-radius: 0;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding: 0.5em;
  position: relative;
}

/* 1-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
  width: 100%;
  margin-top: 1.5em;
}
.gnv_tmp_h3_bg h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  background: #f5f6fc;
  border: 1px solid #e1e1e1;
  border-bottom: 2px solid #b4a843;
  font-size: 25px;
  line-height: 1.2;
  color: #444444;
  vertical-align: middle;
  padding: 0.7em 2.5em 0.7em 0.7em;
}

@media screen and (max-width: 767px) {
  .gnv_tmp_h3_bg h3 {
    font-size: 20px;
  }
}
/* 1-3. h4 -------------------------- */
.gnv_tmp_h4_bg {
  position: relative;
  margin: 0 !important;
}

#blogBody .contentArea h3,
.gnv_tmp_h4_bg h4 {
  color: #4272bc;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  padding: 0.7em 0.7em 0.4em;
  line-height: 1.4;
  border-bottom: double 6px #e5ecf6;
}

.b_11_in .gnv_tmp_h4_bg h4 {
  margin-bottom: 1em;
}

.b_11_3 .gnv_tmp_h4_bg h4 {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  #blogBody .contentArea h3,
  .gnv_tmp_h4_bg h4 {
    font-size: 19px;
  }
}
/* 1-4. h5 -------------------------- */
.gnv_tmp_h5_bg h5 {
  color: #444444;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  background: url(/asset/h5_bg.png) no-repeat 0 0.4em;
  padding-left: 39px;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .gnv_tmp_h5_bg h5 {
    font-size: 17px;
  }
}
/*--------------------------------------
    bread
--------------------------------------*/
#bread {
  color: #a1acd1;
  margin-bottom: 17px;
  margin-top: 13px;
}
#bread a {
  color: #818181;
}

/*--------------------------------------
    pc sp change
--------------------------------------*/
.tab {
  display: none;
}

@media screen and (max-width: 959px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .tab {
    display: none;
  }
}
/*--------------------------------------
    text tel
--------------------------------------*/
a[href^="tel:"] {
  cursor: text;
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*--------------------------------------
    width
--------------------------------------*/
#header .inner,
.nav,
#bread,
#footer .inner {
  width: 100%;
  max-width: 1000px;
}

.type1 #base,
#websiteNewsDetail.type1 #base {
  width: 100%;
}

.top.type1 #base,
.under.type1 #base {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

#side {
  display: none;
}

.type1 #content,
#websiteNewsDetail #content {
  max-width: 1000px;
  padding: 0 20px !important;
  margin: 0 auto;
  min-height: 670px;
}

.top #content {
  padding: 0 !important;
  max-width: 100%;
}

#contentBase {
  float: none;
  width: 100%;
  max-width: 100%;
}

.content_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

/* ブログ */
#blogBody .contentArea {
  width: 72%;
}

#blogside {
  width: 25%;
}

@media screen and (max-width: 1020px) {
  .content_inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}
/* =====================================
    お問い合せ
===================================== */
.inquiry .nav > li:before {
  background: url(//cms.plimo.com/www.ginza-biyou.net/asset/bg_nav.png) no-repeat left top;
}
.inquiry #content-bottom:after, .inquiry #content-bottom:hover:after {
  background: none;
}

#inquiryBody #base {
  padding-top: 240px;
}

@media screen and (max-width: 1000px) {
  #inquiryBody #base {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  #inquiryBody #base {
    padding-top: 180px;
  }
}
@media screen and (max-width: 600px) {
  #inquiryBody #base {
    padding-top: 21%;
  }
}
/* =====================================
    ブログ
===================================== */
#blogBody .contentArea h3 {
  background: none;
  border-radius: 0;
}
#blogBody .contentArea h3.entry-title a {
  color: #4272bc;
}
#blogBody .contentArea h3.entry-title a:hover {
  text-decoration: underline;
}

#blogside h3 {
  background: none;
  border-bottom: 1px solid #4272bc;
  color: #444444;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 5px;
}
#blogside li:before {
  border-radius: 50%;
  margin-top: 0;
  background: #4272bc;
}

/* =====================================
    NotFound
===================================== */
#notfoundBody form input {
  font-family: sans-serif;
}

/* =====================================
    pagenation
===================================== */
#pagenation {
  border-top: 1px solid #6478b3;
}

/* =====================================
    メイン(2016.09.21)
===================================== */
.type1 #mainimage img {
  display: none;
}

.top #mainimage img {
  display: block;
  max-width: 100%;
}

#mainimage {
  width: 100%;
  max-width: 100%;
  padding-top: 164px;
}

.top #mainimage {
  padding-top: 0;
  background: #eee;
}

#mainimage .main_content {
  /*background: url(/asset/mainimage.jpg) no-repeat center top;
    background-size: cover;
    height: 786px;*/
}
#mainimage .main_inner {
  max-width: 1170px;
  margin: 0 auto;
  height: 427px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mainimage .catch_area {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#mainimage .catch_area .catch_box {
  position: relative;
  width: 43%;
  height: 100%;
}
#mainimage .catch_area .catch_box img {
  display: block;
  width: 0;
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 9%;
  opacity: 0;
  animation: fadeIn 0.5s linear 2s forwards;
  -moz-animation: fadeIn 0.5s linear 2s forwards;
  /* Firefox: */
  -webkit-animation: fadeIn 0.5s linear 2s forwards;
  /* Safari and Chrome: */
  -o-animation: fadeIn 0.5s linear 2s forwards;
  /* Opera: */
}

@keyframes fadeIn {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn /* Safari and Chrome */ {
  0% {
    width: 0px;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) {
  .top #mainimage {
    padding-top: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .top #mainimage {
    padding-top: 7%;
  }
  #mainimage {
    padding-top: 163px;
  }
}
@media screen and (max-width: 959px) {
  #mainimage .main_content {
    background: none;
    height: auto;
  }
  #mainimage .main_inner {
    display: none;
  }
  .top #mainimage {
    padding-top: 12%;
  }
}
@media screen and (max-width: 767px) {
  #mainimage {
    padding-top: 137px !important;
  }
}
@media screen and (max-width: 767px) {
  #mainimage {
    padding-top: 15.5% !important;
  }
}
/* =====================================
    下層(2016.09.21)
===================================== */
p.lead {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  font-size: 24px;
  color: #444444;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  p.lead {
    font-size: 25px;
  }
}
/*--------------------------------------
    クリニック紹介
--------------------------------------*/
.doctor_info .gnv_tmp_h4_bg h4 {
  border-bottom: none;
  background: #4272bc;
  color: #fff;
  font-size: 20px;
  padding: 0.9em;
}
.doctor_info.b_11 .b_11_in span img {
  float: none;
  margin: 0 !important;
  width: 100%;
}
.doctor_info .inner {
  background: #f2f3fc;
  padding: 25px 45px 35px;
}

.b_11_3.b_11_3_column2.content_inner {
  display: block;
}

.profile_box {
  border: medium none;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.profile_box div.column_l, .profile_box div.column_r {
  background: #f2f3fc;
  padding: 25px !important;
}
.profile_box div.column_l {
  border-right: 6px solid #fff;
}
.profile_box div.column_r {
  border-left: 6px solid #fff;
}

@media screen and (max-width: 600px) {
  .doctor_info .inner {
    padding: 25px 25px 35px;
  }
  .profile_box {
    display: block;
  }
  .profile_box div.column_l {
    border-right: none;
    margin-bottom: 30px;
  }
  .profile_box div.column_r {
    border-left: none;
  }
}
/*--------------------------------------
    リスト ボックス
--------------------------------------*/
.list_box {
  background: #fee9ee;
  border: 9px solid #fdedf0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 34px 45px 40px;
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
}
.list_box .title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 8px;
  color: #e893b2;
}
.list_box div.clearfix {
  display: inline-block;
  margin-right: 30px;
}

@media screen and (max-width: 600px) {
  .list_box {
    padding: 25px;
  }
  .list_box div.clearfix {
    display: block;
    margin-right: 20px;
  }
}
/*--------------------------------------
    特徴
--------------------------------------*/
.feature_box {
  -webkit-box-shadow: 0 0 10px rgba(191, 191, 191, 0.35);
          box-shadow: 0 0 10px rgba(191, 191, 191, 0.35);
}
.feature_box h4 {
  background: #bfbca8;
  color: #ffffff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 17px 45px 23px;
}
.feature_box .inner {
  background: #f2f1ea;
  padding: 25px 45px 35px;
}
.feature_box ul li {
  border-top: 1px solid #bfbca8;
}
.feature_box ul li:first-child {
  border-top: none;
}
.feature_box .inner h5 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #a29f8b;
  margin-bottom: 20px;
}
.feature_box .inner .white_box {
  background: #fff;
  padding: 26px 30px;
}
.feature_box .inner h6 {
  letter-spacing: 0.2em;
  padding-left: 18px;
  position: relative;
}
.feature_box .inner h6:before {
  background: #848fc4;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 1px;
  position: absolute;
  top: 13px;
  width: 10px;
}

@media screen and (max-width: 600px) {
  .feature_box h4 {
    padding: 17px 25px 23px;
  }
  .feature_box .inner {
    padding: 25px 25px 35px;
  }
  .feature_box .inner .white_box {
    padding: 25px;
  }
}
/*--------------------------------------
    メカニズム
--------------------------------------*/
.mechanism_box {
  -webkit-box-shadow: 0 0 10px rgba(191, 191, 191, 0.35);
          box-shadow: 0 0 10px rgba(191, 191, 191, 0.35);
}
.mechanism_box h4 {
  background: #848fc4;
  color: #ffffff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 17px 45px 23px;
}
.mechanism_box .introduction_inner {
  padding: 25px 45px 23px;
  background: #fff;
}

.introduction_title {
  font-family: 秀英明朝 M, "Shuei Mincho M";
  font-size: 24px;
  line-height: 1.7;
  color: #8e99ca;
}

.mechanism_box .inner {
  background: #eceef6;
  padding: 25px 45px 35px;
}
.mechanism_box ul li {
  border-top: 1px solid #8e99ca;
}
.mechanism_box ul li:first-child {
  border-top: none;
}
.mechanism_box .inner h5 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #8e99ca;
  margin-bottom: 20px;
}
.mechanism_box .inner a {
  color: #e689aa;
}
.mechanism_box .inner a:hover {
  text-decoration: underline;
}
.mechanism_box .inner h6 {
  letter-spacing: 0.2em;
  padding-left: 18px;
  position: relative;
}
.mechanism_box .inner h6:before {
  background: #848fc4;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 1px;
  position: absolute;
  top: 13px;
  width: 10px;
}

@media screen and (max-width: 600px) {
  .mechanism_box h4 {
    padding: 17px 25px 23px;
  }
  .mechanism_box .introduction_inner {
    padding: 25px 25px 23px;
  }
  .mechanism_box .inner {
    padding: 25px 25px 35px;
  }
}
/* =====================================
    フッター(2016.09.21)
===================================== */
#footer {
  border-top: none;
}

.footerbnr {
  text-align: center;
  padding: 20px 0 60px;
}
.footerbnr a {
  display: inline-block;
}

.contact_wrap {
  background: url(/asset/inq_bg.jpg) center;
  background-size: cover;
  padding: 60px 0 60px;
}

.footer_wrap {
  padding: 60px 0 0;
}

#footer .inner {
  font-size: 100%;
  margin: 0 auto;
  padding: 48px 20px 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .footer_nav ul li:first-child {
  margin-left: 0;
}
#footer .footer_nav ul li a {
  display: block;
}
#footer .footer_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
  color: #11377d;
  text-align: left;
  margin-bottom: 24px;
}
#footer .footerLink li {
  display: block;
  font-size: 15px;
  line-height: 2.4em;
  padding-left: 1.4em;
  position: relative;
  text-align: left;
  color: #333333;
}
#footer .footerLink li:first-child {
  margin-top: 0;
}
#footer .footerLink li:before {
  position: absolute;
  content: ">";
  display: block;
  left: 0;
  top: 0;
}
#footer .footerLink li a {
  color: #333333;
}
#footer .footerLink li a:hover {
  color: #426db6;
}
#footer .footer_bnr {
  float: left;
  margin-left: 4%;
  width: 24%;
}
#footer .footer_bnr ul li {
  margin-top: 9px;
}
#footer .footer_bnr ul li:first-child {
  margin-top: 0;
  margin-bottom: 25px;
}
#footer .copyright {
  background: #efefef;
  text-align: left;
}
#footer .copyright .inner {
  text-align: left;
}
#footer .copyright li {
  display: inline-block;
}
#footer .copyright .inner {
  padding: 2px 20px 2px;
  color: #11377d;
  font-size: 13px;
}
#footer .copyright a {
  color: #11377d;
}
#footer .copyright a:hover {
  text-decoration: underline;
}
#footer .copyright a::before {
  content: ">";
}
#footer .copyright .address {
  float: right;
}

address {
  color: #11377d;
  font-size: 13px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .footerbnr a {
    display: block;
    float: left;
    width: 24%;
    margin-right: 10px;
  }
  .footerbnr a:last-child {
    margin-right: 0;
  }
  /*.footerbnr a:first-child {
  	margin-right: 30px;
  }
  .footerbnr a:last-child {
  	float: right;
  }*/
  .footer_wrap .con.con01 {
    width: 20%;
    padding-right: 10px;
    float: left;
    margin-bottom: 60px;
  }
  .footer_wrap .con.con02 {
    width: 40%;
    padding-right: 10px;
    float: left;
    margin-bottom: 60px;
  }
  .footer_wrap .con.con03 {
    width: 35%;
    float: left;
    margin-bottom: 60px;
  }
  .footer_wrap table.access th,
  .footer_wrap table.access td {
    color: #333;
    text-align: left;
    vertical-align: top;
    padding-bottom: 5px;
    line-height: 1.6;
  }
  .footer_wrap table.access th {
    width: 25%;
  }
  .footer_wrap .con .footerLink {
    float: left;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /*.footer_wrap .col_r .footerLink:last-child {
  	width: 55%;
  	padding-right: 0;
  }*/
}
@media screen and (max-width: 767px) {
  #pagetop {
    display: none;
  }
  .footer_wrap .con.con01, .footer_wrap .con.con02, .footer_wrap .con.con03 {
    margin-bottom: 60px;
  }
  .footer_wrap table.access th,
  .footer_wrap table.access td {
    color: #333;
    text-align: left;
    vertical-align: top;
    padding-bottom: 5px;
    line-height: 1.6;
  }
  .footer_wrap table.access th {
    width: 20%;
  }
  .contact_wrap {
    background: url(/asset/inq_bg_sp.jpg) center;
    background-size: cover;
    padding: 7% 0 7%;
  }
  .contact_wrap .txt_img {
    margin-bottom: 6%;
  }
  #footer .footer_nav {
    float: none;
    width: 100%;
  }
  #footer .footerLink {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  #footer .footer_bnr {
    float: none;
    margin-left: 0;
    margin-top: 60px;
    width: 100%;
  }
  #footer .footer_bnr ul li {
    float: left;
    width: 48.5%;
    margin-left: 3%;
    margin-top: 0;
  }
  #footer .footer_bnr ul li:first-child {
    margin-left: 0;
  }
  #footer .copyright .inner,
  #footer .copyright .address address {
    font-size: 15px;
    line-height: 1.5;
  }
  #footer .copyright .inner {
    padding: 20px 20px 20%;
  }
  #footer .copyright li,
  #footer .copyright .address {
    float: none;
    text-align: center;
    display: block;
  }
  #footer .bnrFooter {
    background: #fff;
    /*bottom: -85px;*/
    height: auto;
    position: fixed;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 100;
  }
  #footer .bnrFooter li {
    float: left;
    width: 82%;
  }
  #footer .bnrFooter li:last-child {
    width: 18%;
  }
  .footerbnr a {
    width: auto;
    float: none;
    margin: 0 auto 10px !important;
  }
  .footerbnr a img {
    width: auto;
    float: none;
    margin: 0 auto 10px !important;
  }
}
/* =====================================
    コンテンツ下部(2016.09.21)
===================================== */
#content-bottom {
  position: relative;
  padding: 46px 0 45px !important;
  margin-bottom: 0 !important;
  overflow: hidden;
}
#content-bottom:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(/asset/content_bottombg.jpg) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
#content-bottom:hover:after {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: url(blur.svg#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  filter: blur(3px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#content-bottom .txt_img {
  float: left;
  width: 49%;
  max-width: 487px;
}
#content-bottom .contact_area {
  float: right;
  width: 49%;
  max-width: 490px;
}
#content-bottom .contact_area ul li {
  margin: 2px 0 0 0;
}
#content-bottom .contact_area ul li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  #content-bottom:after {
    background: url(/asset/content_bottombg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #content-bottom .txt_img {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  #content-bottom .contact_area {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
/* =====================================
    ヘッダー(2016.09.21)
===================================== */
#header {
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  position: fixed;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
  z-index: 100;
}

/*--------------------------------------
    header_bg
--------------------------------------*/
#header_bg {
  padding: 20px 0 25px;
  border-bottom: 1px solid #e1e1e1;
}

#header .inner {
  padding: 0;
}
#header h1 {
  width: 46%;
}
#header h1 img {
  margin: 0;
  width: 100%;
  max-width: 323px;
}
#header .rightBox {
  width: 47%;
  margin-top: 5px;
}
#header .pc img.pc_tel {
  float: none;
  width: 100%;
  max-width: 250px;
  margin-left: 0;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  #header h1 {
    width: 40%;
    margin-left: 10px;
  }
  #header .rightBox {
    width: 50%;
    margin-top: 5px;
    margin-right: 10px;
  }
}
/*
@media screen and (max-width: 767px) and (min-width: 601px) {
#header h1 {
    width: 250px;
    margin-left: 5px;
}
#header .rightBox {
    width: 260px;
    margin-right: 5px;
}
}*/
@media screen and (max-width: 767px) {
  #header_bg {
    border-bottom: none;
    padding: 0;
  }
  #header h1 {
    width: 50%;
    margin-top: 1%;
    margin-left: 2%;
  }
  #header h1 img {
    max-width: 323px;
  }
  #header .rightBox {
    margin-top: 0;
    width: 40%;
  }
  #header #menu_button img,
  #header .official_button img {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  #header h1 {
    width: 50%;
    margin-top: 2%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 320px) {
  #header h1 {
    margin-left: 1%;
  }
}
/*--------------------------------------
    nav
--------------------------------------*/
#gnav {
  border-bottom: 1px solid #e1e1e1;
}

.nav {
  border: none;
  line-height: 1.2;
  margin: 0 auto 0;
  text-align: center;
}
.nav > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav > li > a,
.nav > li > span {
  font-family: "ヒラギノUD角ゴ W3 JIS2004", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
  font-size: 14px;
  color: #444444;
  padding: 0 0;
  position: relative;
  display: block;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

/*.nav a:hover::after,
.nav span:hover::after {
	background:#b4a843;
	width:100%;
	bottom:0;
	left:0;
	margin-bottom:-1px;
	height:2px;
	position:absolute;
	content:"";
}*/
/* sub menu */
.sub {
  background: #eff5ff;
  position: fixed;
  width: 100%;
  top: 165px;
}
.sub li {
  text-align: left;
  width: auto;
}
.sub li .sub_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #2b59a8;
  margin-bottom: 35px;
  padding: 0 10px;
}
.sub li ul {
  padding: 0 10px;
}
.sub li li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 25px;
  padding-left: 14px;
}
.sub li li:before {
  border-bottom: 4px solid transparent;
  border-left: 8px solid #2b59a8;
  border-top: 4px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 4px;
  width: 0;
}
.sub li a {
  background: none;
  border-top: none;
  display: inline-block;
  padding: 0;
  margin: 0 !important;
  width: auto;
  color: #444;
}
.sub li a:hover {
  background: none;
  color: #2b59a8;
  text-decoration: underline;
}
.sub > li {
  margin: 0 auto;
  max-width: 1000px;
  padding: 33px 0 34px;
}

@media screen and (min-width: 768px) {
  .nav > li {
    border-right: 1px solid #e1e1e1;
  }
  .nav > li.first {
    width: 13.6%;
    border-left: 1px solid #e1e1e1;
  }
  .nav > li.sec {
    width: 17.4%;
  }
  .nav > li.thi {
    width: 19%;
  }
  .nav > li.four {
    width: 18.7%;
  }
  .nav > li.fif {
    width: 14.5%;
  }
  .nav > li.last {
    width: 16.8%;
  }
  .nav > li > a:hover,
  .nav > li > span:hover {
    border-bottom: 2px solid #b4a843;
    padding: 0 0;
    background: #fff;
  }
  .nav > li.hover > a,
  .nav > li.hover > span {
    border-bottom: 2px solid #b4a843;
    padding: 0 0;
    background: #fff;
  }
  .nav > li > a,
  .nav > li > span {
    line-height: 52px;
    padding: 0 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 980px) {
  #gnav {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .nav > li > a,
  .nav > li > span {
    font-size: 14px;
    letter-spacing: 1px;
  }
  /* sub menu */
  .sub {
    top: 163px;
  }
  .sub > li {
    padding: 29px 0 30px;
  }
  .sub li .sub_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .sub li li {
    font-size: 14px;
  }
  .sub li li:before {
    top: 3px;
  }
}
@media screen and (max-width: 767px) and (min-width: 601px) {
  /*.nav > li {
      padding-left: 17px;
  }
  .nav > li:before {
      background-size: 17px 16px;
      width: 17px;
      height: 16px;
      top: 1px;
  }
  .nav > li > a,
  .nav > li > span {
      font-size: 12px;
      letter-spacing: 0;
  }*/
  /* sub menu */
  /*.sub {
      top: 137px;
  }
  .sub > li {
      padding: 29px 0 30px;
  }
  .sub li .sub_title {
      font-size: 20px;
      margin-bottom: 25px;
  }
  .sub li li {
      font-size: 12px;
  }
  .sub li li:before {
      top: 2px;
  }*/
}
@media screen and (max-width: 767px) {
  #gnav {
    height: 100%;
  }
  .nav {
    margin: 0 auto;
    overflow: auto;
    height: 100%;
  }
  .nav > li {
    width: 100%;
    padding: 0;
  }
  .nav > li.first, .nav > li.last, .nav > li.special {
    width: 100%;
    padding: 0;
  }
  .nav > li.first {
    border-top: none;
  }
  .nav > li:before {
    display: none;
  }
  .nav > li > a,
  .nav > li > span {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 10px 50px 12px 15px;
  }
  .nav > li > a:hover,
  .nav > li > span:hover {
    background: #ddd;
    padding: 10px 50px 12px 15px;
    border-bottom: none;
  }
  .nav > li.hover > a,
  .nav > li.hover > span {
    background: #ddd;
    padding: 10px 50px 12px 15px;
    border-bottom: none;
  }
  .nav li span:before {
    top: 16px;
    background: #46588d;
  }
  .nav li span:after {
    top: 13px;
    background: #f5f5f5;
  }
  .nav li span:hover:after {
    background: #ddd;
  }
  .nav li li.hover ul {
    position: static;
    top: 0;
  }
  .nav > li.hover > span:after, .nav > li.hover > span:hover:after {
    background: #ddd;
  }
  .nav > li.hover > a:after {
    display: none;
  }
  .nav > li.hover > ul {
    position: static;
    top: 0;
  }
  .nav > li > a:hover:after {
    display: none;
  }
  /* sub menu */
  .sub > li {
    background: #eff5ff;
    padding: 25px 20px;
    height: auto;
    overflow-y: scroll;
  }
  .sub li .sub_title {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0;
  }
  .sub li li {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 14px;
    background: none;
  }
}
/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 1. title (h2,h3,h4)
===================================== */
/* =====================================
 2. bt
===================================== */
.gnv_tmp_bt a {
  background: #4b5d91;
  color: #fff;
  display: block;
  font-family: 秀英明朝 M, "Shuei Mincho M";
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  padding: 19px 20px 24px;
  text-align: center;
  position: relative;
}
.gnv_tmp_bt a:after {
  display: block;
  content: "";
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  border-top: 4px solid transparent;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -4px;
}

.text_image .gnv_tmp_bt a {
  margin-top: 0.5em;
}

.gnv_tmp_bt a:hover,
.gnv_tmp_detail a:hover {
  text-decoration: none;
  background: #3f4f7c;
}

.gnv_tmp_bt_f a:hover,
.gnv_tmp_detail a:hover {
  text-decoration: none;
  background: #b0a274;
}

.gnv_tmp_bt_f a {
  background: #9c9065;
  color: #fff;
  display: block;
  font-family: 秀英明朝 M, "Shuei Mincho M";
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  padding: 10px 10px 15px;
  text-align: center;
  position: relative;
  margin-top: 8px;
}

/* btサイズ指定の場合 */
.gnv_tmp_detail a {
  width: 20%;
  float: left;
}

/* =====================================
 3. base template
===================================== */
.text_box {
  float: right;
  width: 67%;
}

.b_11_2_in span img,
.b_11 .b_11_in span img {
  margin: 0 1em 1em 0;
}

.b_01,
.b_02 {
  margin: 0 0 1em;
}

/* =====================================
 4. SNS
===================================== */
#line,
#facebook,
.fb-like {
  margin-bottom: 5px;
}

/* =====================================
 5. table
===================================== */
/* 5-1. default -------------------------- */
.b_06 {
  margin: 0;
}

.under .b_06 {
  margin-bottom: 2em;
}

.b_06 table td,
.b_06 table th {
  border: none;
  padding: 14px 5px 14px !important;
  line-height: 1.8;
}

.b_06_item {
  background: none;
  width: 30% !important;
  border-bottom: 1px solid #5786e1 !important;
  text-align: center;
  color: #4e7cd8;
  font-weight: bold;
}

.b_06_content {
  border-bottom: 1px solid #b6b6b6 !important;
  text-align: left;
}

.b_06 table tr:first-child .b_06_item {
  border-top: 1px solid #5786e1 !important;
}
.b_06 table tr:first-child .b_06_content {
  border-top: 1px solid #b6b6b6 !important;
}

/* 5-2. table01 -------------------------- */
table.gnv_tmp_table01 {
  margin-bottom: 1.5em;
  background: #fff;
  width: 100%;
}
table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
  text-align: left;
}
table.gnv_tmp_table01 thead th {
  background: #ddd;
  border-top: 1px dotted #ccc;
}
table.gnv_tmp_table01 th {
  background: #efefef;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
table.gnv_tmp_table01 td {
  background: #fff;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}
table.gnv_tmp_table02 {
  margin-bottom: 1em;
  width: 100%;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
  text-align: left;
  padding: 10px 5px;
}
table.gnv_tmp_table02 thead th {
  background: #f4f8ff;
  border: none;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
  border-bottom: 1px solid #b8c8e7;
  border-top: 1px solid #b8c8e7;
}
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
  text-align: center;
}
table.gnv_tmp_hours tbody th {
  width: 20%;
}

/* 5-3. table02 -------------------------- */
/* 5-4. hours -------------------------- */
/* =====================================
 6. 汎用プロパティ
===================================== */
/* 6-1. float -------------------------- */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* 6-2. margin -------------------------- */
.m00 {
  margin: 0 !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

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

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

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* 6-3. text-align -------------------------- */
.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

/* 6-4. 画像の配置 -------------------------- */
/** 基本設定 **/
/* right */
.b_11_2_in span img,
.b_11 .b_11_in span img {
  float: right;
  margin: 0 0 20px 20px;
}

/** 個別設定 **/
/* left */
.img_l span img {
  float: left !important;
  margin: 0 20px 20px 0 !important;
}

/* right */
.img_r span img {
  float: right !important;
  margin: 0 0 20px 20px !important;
}

/* 6-5. 画像の装飾 -------------------------- */
/* 角丸 */
/* 6-6. rollover（透過） -------------------------- */
.rollover a img:hover,
.rollover span a img:hover,
.rollover .img_r span a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* =====================================
 7. その他テンプレート
===================================== */
/* 7-1. ビフォーアフター -------------------------- */
.ba_box {
  background: url(/asset/ba_ar.png) no-repeat 49% 55%;
  display: table;
  width: 100%;
}
.ba_box div.column_l, .ba_box div.column_r {
  display: table-cell;
  width: 30%;
}
.ba_box div.column_l span, .ba_box div.column_r span {
  width: 100%;
}
.ba_box div.column_l p, .ba_box div.column_r p, .ba_box div.column_l span img, .ba_box div.column_r span img {
  width: 95% !important;
  margin: 0 auto !important;
}
.ba_box .column_r,
.ba_box .column_l {
  text-align: center;
  color: #b69440;
  font-size: 120%;
  font-weight: bold;
}
.ba_box .column_r span {
  text-align: right;
}

/* 7-2. list -------------------------- */
/* 通常リスト 01 */
.ic_01 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 秀英明朝 M, "Shuei Mincho M";
  font-size: 18px;
}
.ic_01 .clearfix {
  color: #9c998a;
  line-height: 1.6;
  padding: 5px 5px 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ic_01 span {
  display: block;
  position: relative;
}
.ic_01 span:before {
  background: #848fc4;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: -20px;
  position: absolute;
  top: 11px;
  width: 14px;
}
.ic_01 li {
  position: relative;
  line-height: 1.6;
  padding: 5px 5px 5px 20px;
}
.ic_01 li:before {
  background: #a8a151;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 14px;
}

/* ul */
/* 通常リスト 02 */
.ic_02 .clearfix {
  padding: 5px 5px 5px 35px;
}
.ic_02 .clearfix span {
  position: relative;
  line-height: 1;
}
.ic_02 span:before {
  content: " ";
  display: block;
  border: solid 9px #000;
  height: 0;
  width: 0;
  position: absolute;
  left: -29px;
  top: 10px;
  margin-top: -8px;
}
.ic_02 span:after {
  content: " ";
  display: block;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: -23px;
  top: 10px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ic_02 ul {
  margin: 35px;
}
.ic_02 li {
  position: relative;
  padding: 5px 5px 5px 0;
}
.ic_02 li:before {
  content: " ";
  display: block;
  border: solid 9px #000;
  height: 0;
  width: 0;
  position: absolute;
  left: -29px;
  top: 10px;
  margin-top: -4px;
}
.ic_02 li:after {
  content: " ";
  display: block;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: -23px;
  top: 10px;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ul */
/* 矢印リスト 01 */
.ic_arrow_01 div {
  padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
  position: relative;
}
.ic_arrow_01 span:before {
  display: block;
  content: "";
  position: absolute;
  left: -15px;
  width: 0;
  height: 0;
  margin-top: 6px;
  border: 5px solid transparent;
  border-left: 5px solid #000;
}
.ic_arrow_01 span:hover:before {
  left: -12px;
}
.ic_arrow_01 ul {
  margin: 25px;
}
.ic_arrow_01 li {
  position: relative;
  padding: 5px 5px 5px 0;
}
.ic_arrow_01 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border: 5px solid transparent;
  border-left: 5px solid #000;
}

/* ul */
/* 矢印リスト 02 */
.ic_arrow_02 .clearfix {
  padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
  position: relative;
}
.ic_arrow_02 span:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -25px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  background: #999;
}
.ic_arrow_02 span:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -19px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
  left: -22px;
}
.ic_arrow_02 span:hover:after {
  left: -16px;
}
.ic_arrow_02 ul {
  margin: 30px;
}
.ic_arrow_02 li {
  position: relative;
  padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -25px;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border-radius: 50%;
  background: #999;
}
.ic_arrow_02 li:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: -19px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
  left: -22px;
}
.ic_arrow_02 li:hover:after {
  left: -16px;
}

/* ul */
/* 7-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01, img.gnv_tmp_flow_arrow_02 {
  margin: 10px auto 0;
}

/* 7-4. qa -------------------------- */
.gnv_tmp_qa_q {
  margin-bottom: 10px;
  padding: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  border-bottom: 1px solid #e5ecf6;
}
.gnv_tmp_qa_q span.tit {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 200%;
  color: #4272bc;
  padding-right: 20px;
  display: table-cell;
  width: 30px;
  vertical-align: top;
  line-height: 1;
}

.gnv_tmp_qa_a {
  margin-bottom: 10px;
  padding: 10px;
  display: table;
}
.gnv_tmp_qa_a span.tit {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 200%;
  color: #b4a843;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
  width: 30px;
  line-height: 1;
}
.gnv_tmp_qa_a p {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.gnv_tmp_qa_q p {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

/* =====================================
 8. MAP
===================================== */
.gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 40%;
}
.gnv_tmp_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =====================================
 9. コンテンツ非表示
===================================== */
.hikoukai {
  display: none !important;
}

#drag-temp-pre-content .parts.hikoukai {
  display: block !important;
  border: 5px solid #777;
  background: #555;
  padding: 20px 0;
}

/* =====================================
 10. pc sp change
===================================== */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* ----------------------------------------------------------
■ Tablet
----------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* =====================================
   3. base template
  ===================================== */
  /* 3-1. top bn -------------------------- */
  /* 700px bn (1column) */
  .b_10.bn01 img {
    width: 75% !important;
  }
  .b_10.b_10_column2.bn02 {
    width: 75% !important;
    margin: 0 auto 2em;
  }
  .b_10.bn02 img {
    width: 100% !important;
  }
  .b_10.b_10_column3.bn03 {
    width: 75% !important;
    margin: 0 auto 2em;
  }
  .b_10.bn03 img {
    width: 100% !important;
  }
  /* 345px bn (2column) */
  /* 224px bn (3column) */
}
/* ----------------------------------------------------------
■ SmartPhone
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* =====================================
   2. bt
  ===================================== */
  .gnv_tmp_detail a {
    width: auto;
    float: none;
  }
  /* =====================================
   3. base template
  ===================================== */
  .text_box {
    float: none;
    width: 100%;
  }
  .b_11_3.b_11_3_column3 {
    margin: 0 0 1em !important;
  }
  .b_11_3.b_11_3_column3 div.column_c, .b_11_3.b_11_3_column3 div.column_l, .b_11_3.b_11_3_column3 div.column_r {
    margin: 0 0 1em !important;
  }
  .b_11 .b_11_in span img,
  .b_11_2_in span img {
    margin: 0 0 20px;
    width: 100% !important;
    float: none;
  }
  /* 3-1.画像横並び -------------------------- */
  .b_10.b_10_column2.img_list {
    border: medium none;
    border-collapse: collapse;
    display: table;
    line-height: 1px;
    table-layout: fixed;
    width: 100%;
  }
  .b_10.b_10_column3.img_list {
    display: table;
  }
  /* 2列 */
  .img_list.b_10.b_10_column2 div.column_l {
    display: table-cell;
    line-height: 1px;
    padding-right: 10px;
    vertical-align: top;
    width: auto;
  }
  .img_list.b_10.b_10_column2 div.column_r {
    display: table-cell;
    line-height: 1px;
    padding-left: 10px;
    vertical-align: top;
    width: auto;
  }
  /* 3列 */
  .b_10.b_10_column3 div.column_blank {
    display: table-cell !important;
    vertical-align: top;
    width: auto;
  }
  .img_list.b_10_column3 div.column_c, .img_list.b_10_column3 div.column_l {
    display: table-cell;
    width: 32%;
    margin-right: 1%;
  }
  .img_list.b_10_column3 div.column_r {
    display: table-cell;
    width: 32%;
    margin-right: 0;
  }
  /* =====================================
   5. table
  ===================================== */
  /* 5-4. hours -------------------------- */
  table.gnv_tmp_hours th,
  table.gnv_tmp_hours td {
    font-size: 70%;
  }
  /* =====================================
   7. その他テンプレート
  ===================================== */
  /* 7-1. ビフォーアフター -------------------------- */
  .ba_box {
    background: url(/asset/ba_ar_sp.png) no-repeat center 50%;
    margin: 0 auto 5em !important;
  }
  .ba_box div.column_l, .ba_box div.column_r {
    width: 100%;
    display: block;
  }
  .ba_box .column_l {
    margin-bottom: 2em !important;
  }
  .ba_box .column_r span {
    text-align: center;
  }
  /* =====================================
   8. MAP
  ===================================== */
  .gnv_tmp_map {
    padding-top: 70%;
  }
  .gnv_tmp_map iframe {
    right: 0;
    width: 100% !important;
  }
  /* =====================================
   10. pc sp change
  ===================================== */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* =====================================
 11. others
===================================== */
/* w960 */
.w960 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

/*----- googlecalender、googleMap、インドアビュー -----*/
.gMap,
.calenderWrap,
.indoorView {
  position: relative;
}

.gMap iframe,
.calenderWrap iframe,
.indoorView iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gMap {
  padding-top: 33.25%;
}

.calenderWrap,
.indoorView {
  padding-top: 56.25%;
}

.calenderWrap iframe {
  min-height: 260px;
}

.indoorView iframe {
  min-height: 240px;
}

@media only screen and (max-width: 480px) {
  .gMap {
    padding-top: 220px;
  }
  .calenderWrap {
    padding-top: 300px;
  }
  .indoorView {
    padding-top: 240px;
  }
}
/*-------------------------------------------------------*/
/* =====================================
北原追記_20150623
===================================== */
.b_10.b_10_column2 div.column_r,
.b_11_2.b_11_2_column2 div.column_r {
  padding-left: 10px;
}

.b_10.b_10_column2 div.column_l,
.b_11_2.b_11_2_column2 div.column_l {
  padding-right: 10px;
}

.b_11 .b_11_in span img {
  width: 36%;
}

#content {
  padding-top: 0;
}

@media screen and (max-width: 600px) {
  .b_10.b_10_column2 div.column_r,
  .b_11_2.b_11_2_column2 div.column_r {
    padding-left: 0;
  }
  .b_10.b_10_column2 div.column_l,
  .b_11_2.b_11_2_column2 div.column_l {
    padding-right: 0;
  }
  .b_11 .b_11_in span img {
    width: 100%;
  }
}
/* =====================================
    トップ(2016.09.21)
===================================== */
/*--------------------------------------
    見据えるのは「絶対的満足」
--------------------------------------*/
.doctor_section {
  margin: 103px 0 54px !important;
}
.doctor_section .doctor_img {
  float: left;
  width: 33%;
  max-width: 329px;
  margin-top: 15px;
}
.doctor_section .doctor_txt {
  float: right;
  width: 62%;
  max-width: 618px;
}
.doctor_section .doctor_txt h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #506296;
  margin-bottom: 31px;
}
.doctor_section .doctor_txt p {
  font-size: 15px;
  line-height: 2.55;
  letter-spacing: 0.2em;
  color: #646464;
}

.btn_list li {
  float: left;
  margin-left: 3%;
  width: 48.5%;
}
.btn_list li:first-child {
  margin-left: 0;
}

.doctor_section .btn_list li:last-child a {
  background: #a08a55;
}
.doctor_section .btn_list li:last-child a:hover {
  background: #937f4d;
}

@media screen and (max-width: 959px) {
  .doctor_section .doctor_txt .gnv_tmp_bt a {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .doctor_section {
    margin: 60px 0 40px !important;
  }
  .doctor_section .doctor_img {
    float: none;
    width: 86%;
    max-width: 658px;
    margin: 0 auto;
  }
  .doctor_section .doctor_txt {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .doctor_section .doctor_txt h2 {
    text-align: center;
  }
  .btn_list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .btn_list li:first-child {
    margin-top: 0;
  }
}
/*--------------------------------------
 銀座S美容・形成外科クリニックのご案内
--------------------------------------*/
.clinic_title {
  margin: 0 !important;
  background: url(/asset/top_bg02.jpg) repeat left top;
  padding: 31px 0 35px;
  text-align: center;
}
.clinic_title h2 {
  background: url(/asset/top_icon01.png) no-repeat center top;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 7px;
  padding-top: 56px;
  letter-spacing: 0.4em;
}
.clinic_title .en_tit {
  line-height: 1;
}
.clinic_title .en_tit img {
  vertical-align: middle;
}

.clinic_section {
  margin: 0 !important;
  background: url(/asset/top_bg03.jpg) no-repeat center top;
  background-size: cover;
  padding: 73px 0 79px;
}

.clinic_area {
  background: url(/asset/top_bg04.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 12px;
}
.clinic_area .clinic_inner {
  background: #fff;
  padding: 45px 69px 53px;
}

.clinic_inner .info_left {
  float: left;
  width: 44%;
}
.clinic_inner .info_left h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #506296;
  line-height: 2.3;
  margin-bottom: 34px;
}
.clinic_inner .info_left ul li {
  margin-top: 19px;
}
.clinic_inner .info_left ul li:first-child {
  margin-top: 0;
}
.clinic_inner .info_right {
  float: right;
  width: 46%;
  margin-top: 9px;
}
.clinic_inner .info_right p {
  font-size: 15px;
  line-height: 2.5;
}

.clinic_area .clinic_inner .gnv_tmp_bt a:after {
  right: 25px;
}

@media screen and (max-width: 959px) {
  .clinic_area .clinic_inner {
    padding: 40px 50px;
  }
  .clinic_area .clinic_inner .info_left h2 {
    letter-spacing: 1px;
  }
  .clinic_area .clinic_inner .gnv_tmp_bt a {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .clinic_section {
    background: url(/asset/top_bg03_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .clinic_area .clinic_inner {
    padding: 40px;
  }
  .clinic_area .clinic_inner .info_left {
    float: none;
    width: 100%;
  }
  .clinic_area .clinic_inner .info_left h2 br {
    display: none;
  }
  .clinic_area .clinic_inner .info_right {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .clinic_title h2 {
    letter-spacing: 0.2em;
  }
  .clinic_area .clinic_inner {
    padding: 25px;
  }
  .clinic_inner .info_left h2 {
    font-size: 22px;
  }
  .clinic_area .clinic_inner .gnv_tmp_bt a {
    font-size: 16px;
    letter-spacing: 0;
  }
  .clinic_area .clinic_inner .gnv_tmp_bt a:after {
    right: 10px;
  }
}
/*--------------------------------------
    キャンペーン・新着情報
--------------------------------------*/
.campaign_section {
  margin: 59px 0 !important;
}

.news_area {
  float: left;
  width: 45%;
}
.news_area h2.titleBg {
  margin-bottom: 35px;
}
.news_area #news {
  padding-bottom: 0;
}

.gnv_tmp_008_title_block #news h2.titleBg {
  display: none;
}

#news {
  max-width: 680px;
  margin: 14px auto 20px;
}
#news .newsBt {
  top: -50px;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
#news dl {
  border-bottom: 1px solid #b8c8e7;
  margin-bottom: 0;
}
#news dt {
  color: #3f6fcf;
  float: none;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 14px;
  padding: 0 15px;
  width: auto;
  font-weight: normal;
}
#news .newsNew {
  background: #6c94e3;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 9px;
  font-weight: normal;
  height: 14px;
  letter-spacing: 0;
  line-height: 14px;
  margin: 0 0 0 8px;
  padding: 1px;
  text-align: center;
  text-indent: 0;
  vertical-align: top;
  width: 34px;
}

#newsDetail .newsNew {
  background: #6c94e3;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 9px;
  font-weight: normal;
  height: 14px;
  letter-spacing: 0;
  line-height: 14px;
  margin: 0 0 0 8px;
  padding: 1px;
  text-align: center;
  text-indent: 0;
  vertical-align: top;
  width: 34px;
}

#news dd {
  color: #1e1e1e;
  float: none;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 15px 15px;
  width: auto;
}
#news dd a {
  color: #1e1e1e;
  text-decoration: none;
}

#newsDetail dd a {
  color: #1e1e1e;
  text-decoration: none;
}

#news dd a:hover,
#newsDetail dd a:hover {
  color: #3f6fcf;
}

.bnr_area {
  float: right;
  width: 50%;
  max-width: 496px;
  margin-top: 10px;
}
.bnr_area ul li {
  margin-top: 18px;
}
.bnr_area ul li:first-child {
  margin-top: 0;
}
.bnr_area ul li a {
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  display: block;
}

@media screen and (max-width: 600px) {
  .news_area {
    float: none;
    width: 100%;
  }
  .bnr_area {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
  .bnr_area ul li a img {
    width: 100%;
  }
}
/*--------------------------------------
    お悩みから探す
--------------------------------------*/
.worried_title {
  background: url(/asset/title_bg.png) repeat left top;
  margin: 0 !important;
  text-align: center;
}
.worried_title h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 218px;
  letter-spacing: 0.15em;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 60px;
  text-align: center;
}
.worried_title h2::before, .worried_title h2::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 40px;
  height: 26px;
  margin-top: 0;
}
.worried_title h2::before {
  background: url(/asset/h3_bg_white.png) center;
  left: 0;
}
.worried_title h2::after {
  background: url(/asset/h3_bg_white2.png) center;
  right: 0;
}

.worried_area .sp_section {
  display: none;
}
.worried_area .pc_section > li {
  float: left;
  position: relative;
  width: 25%;
}
.worried_area .pc_section > li .details {
  bottom: 79%;
  left: 20px;
  position: absolute;
  width: 481px;
  background: #fff;
}
.worried_area .pc_section > li:nth-child(3) .details, .worried_area .pc_section > li:nth-child(4) .details, .worried_area .pc_section > li:nth-child(7) .details, .worried_area .pc_section > li:nth-child(8) .details {
  left: inherit !important;
  right: 20px;
}
.worried_area ul li .details .txts {
  background: #fff;
  -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.worried_area ul li:nth-child(8) .details .txts {
  background: #375ead;
}
.worried_area .pc_section > li .details .txts:after {
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  content: "";
  display: block;
  left: 40px;
  position: absolute;
}
.worried_area .pc_section > li:nth-child(3) .details .txts:after, .worried_area .pc_section > li:nth-child(4) .details .txts:after, .worried_area .pc_section > li:nth-child(7) .details .txts:after {
  left: inherit !important;
  right: 40px;
}
.worried_area .pc_section > li:nth-child(8) .details .txts:after {
  left: inherit !important;
  right: 40px;
  border-top: 12px solid #375ead;
}
.worried_area ul li .details .txt_area {
  font-size: 14px;
  padding: 23px 30px 18px;
  border-bottom: 3px solid #efefee;
}
.worried_area ul li .details .link_area {
  padding: 13px 30px 17px;
}
.worried_area ul li .details .link_area li {
  padding-left: 16px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  line-height: 1.4;
}
.worried_area ul li .details .link_area li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  border-left: 8px solid #d6ca66;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.worried_area ul li .details .link_area li a {
  color: #2b59a8;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
}
.worried_area ul li:nth-child(8) .details .link_area li a {
  color: #fff;
}
.worried_area ul li .details .link_area li a:hover {
  text-decoration: none;
}
.worried_area ul li .details .link_area dl {
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.worried_area ul li .details .link_area dl:last-child {
  margin-bottom: 0;
}
.worried_area ul li .details .link_area dt {
  background: #46588d;
  border-radius: 12px;
  color: #fff;
  display: table-cell;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  width: 80px;
}
.worried_area ul li .details .link_area dd {
  display: table-cell;
  line-height: 1;
  padding-left: 17px;
}

@media screen and (max-width: 767px) {
  .worried_area .pc_section {
    display: none;
  }
  .worried_area .sp_section {
    display: block;
  }
  .worried_area .sp_section > li {
    border-bottom: 1px solid #fff;
  }
  .worried_area .sp_section > li > a {
    display: table;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }
  .worried_area .sp_section > li > a span.img_area {
    display: table-cell;
    width: 84%;
  }
  .worried_area .sp_section > li > a span.arrow {
    display: table-cell;
    width: 16%;
    background: url(/asset/top_bg05.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .worried_area .sp_section > li:last-child > a span.arrow {
    background: url(/asset/top_bg06.jpg) no-repeat center center;
    background-size: cover;
  }
  .worried_area .sp_section > li:last-child > a.toggle span.arrow:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .worried_area .sp_section > li:last-child > a.toggle.active span.arrow:after {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
  }
  .worried_area .sp_section > li > a.toggle span.arrow:after {
    border-bottom: 2px solid #2b59a8;
    border-left: 2px solid #2b59a8;
    content: "";
    display: block;
    height: 18px;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 18px;
  }
  .worried_area .sp_section > li > a.toggle.active span.arrow:after {
    border-bottom: none;
    border-left: 2px solid #2b59a8;
    border-top: 2px solid #2b59a8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .worried_area .sp_section li .details {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .worried_title h2 {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
.btn-style {
  text-align: center;
}
.btn-style a {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  background: #a8a151;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.1em 1em 1.1em;
  vertical-align: middle;
  width: 490px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.3em;
  text-decoration: none !important;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.btn-style a:hover {
  color: #fff !important;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
.btn-style a::after {
  position: absolute;
  content: ">";
  top: 50%;
  right: 20px;
  margin-top: -0.6em;
}

/* h2_title*/
.h2_title {
  background: none;
  margin: 0 !important;
  text-align: center;
}
.h2_title h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 218px;
  letter-spacing: 0.15em;
  color: #4a72b8;
  display: inline-block;
  position: relative;
  padding: 0 60px;
  text-align: center;
}
.h2_title h2::before, .h2_title h2::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 40px;
  height: 26px;
  margin-top: 0;
}
.h2_title h2::before {
  background: url(/asset/h3_bg_blue.png) center;
  left: 0;
}
.h2_title h2::after {
  background: url(/asset/h3_bg_blue2.png) center;
  right: 0;
}

.section {
  margin-bottom: 0;
}

.section02 {
  text-align: center;
}
.section02 h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  color: #4a72b8;
  font-size: 24px;
  padding: 0.6em 0;
  line-height: 1.5em;
}
.section02 .col_l,
.section02 .col_c,
.section02 .col_r {
  margin-bottom: 6%;
}
.section02 .span span {
  display: inline-block;
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  margin: 0 0.4em;
  padding: 0.2em 0.6em;
  line-height: 1.4em;
}
.section02 .span01 {
  background: #a4c9e7;
}
.section02 .span02 {
  background: #f2a1a1;
}
.section02 .span03 {
  background: #f0b598;
}
.section02 .span04 {
  background: #eed292;
}
.section02 .span05 {
  background: #88e0d7;
}
.section02 .span06 {
  background: #b2e198;
}
.section02 .span07 {
  background: #babdf9;
}
.section02 .span08 {
  background: #eab5f2;
}
.section02 .span09 {
  background: #c9cd5b;
}

.section04 {
  background: url(/asset/top_bg01.jpg) center;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

.section05 {
  background: url(/asset/top_bg02.jpg) center;
  background-size: cover;
  padding: 80px 0 60px;
  text-align: center;
}

.section06 {
  background: url(/asset/top_bg03.jpg) center;
  background-size: cover;
  padding: 100px 0;
}

.section04 h3,
.section05 h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 2.1em;
  margin-bottom: 0.8em;
  letter-spacing: 0.2em;
}

.section06 #news {
  background: #f4f8ff;
}
.section06 .b_06_item {
  width: auto;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .col_l,
  .col_c {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .col_r {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section02 .inner01 .col_l,
  .section02 .inner01 .col_r {
    width: 48%;
  }
  .section02 .inner02 .col_l,
  .section02 .inner02 .col_c,
  .section02 .inner02 .col_r {
    width: 30.6%;
  }
  .section02 .inner02 .col_l {
    margin-right: 4%;
  }
  .section04 .boxinner {
    background: rgba(255, 255, 255, 0.8);
    padding: 8% 6%;
  }
  .section06 .boxinner {
    background: rgba(255, 255, 255, 0.8);
    padding: 8% 6%;
  }
  .section06 .col_l {
    float: left;
    width: 48%;
  }
  .section06 .col_r {
    float: left;
    width: 48%;
    float: right;
    width: 48%;
    background: none;
  }
  /*.section06 .columns {
  	display: -webkit-box;
  	display: -moz-box;
  	display: -webkit-flexbox;
  	display: -moz-flexbox;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: flex;
  	-webkit-justify-content: space-between;
  	-ms-flex-pack: space-between;
  	-webkit-box-pack: space-between;
  	justify-content: space-between;
  }
  .section06 .col_l, .section06 .col_r {
  	float: none;
  	width: 48%;
  	-webkit-box-flex-basis: 48%;
  	-ms-flex-basis: 48%;
  	flex-basis: 48%;
  }*/
  .section04 .btn-style,
  .section05 .btn-style {
    padding-top: 2em;
  }
  .section04 .btn-style a {
    width: 49%;
  }
  .section04 .btn-style a:first-child {
    margin-right: 2%;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .section02 h3 {
    font-size: 19px;
    letter-spacing: 0;
  }
  .section02 .span span {
    font-size: 78%;
    padding: 0.2em 0.5em;
    margin: 0 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .worried_title h2 {
    font-size: 30px;
    line-height: 160px;
    letter-spacing: 0.1em;
    padding: 0 42px;
  }
  .h2_title h2 {
    font-size: 30px;
    line-height: 160px;
    letter-spacing: 0.1em;
    padding: 0 42px;
    line-height: 1.2em;
    padding: 44px 42px;
  }
  .h2_title h2 span.br {
    display: block;
  }
  .worried_title h2::before, .worried_title h2::after {
    width: 34px;
    height: 22px;
    margin-top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .h2_title h2::before, .h2_title h2::after {
    width: 34px;
    height: 22px;
    margin-top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .section02 h3 {
    font-size: 22px;
  }
  .section04 h3,
  .section05 h3 {
    font-size: 24px;
  }
  .section04 {
    background: none;
    padding: 0 0 50px;
  }
  .section05 {
    background: #f6f4f2;
    padding: 0 0 50px;
  }
  .section06 {
    background: url(/asset/top_bg03sp.jpg);
    background-size: cover;
    padding: 50px 0;
  }
  .section06 .col_l {
    margin-bottom: 20px;
  }
  #pagetop {
    bottom: 140px;
    max-width: 10%;
  }
}
@media only screen and (max-width: 650px) {
  #pagetop {
    bottom: 130px;
  }
}
@media only screen and (max-width: 600px) {
  .section04 h3 .br,
  .section05 h3 .br {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .worried_title h2 {
    font-size: 22px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 100px;
  }
  .h2_title h2 {
    font-size: 22px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 100px;
    line-height: 1.2em;
    padding: 28px 30px;
  }
  .worried_title h2::before, .worried_title h2::after {
    width: 28px;
    margin-top: 0;
  }
  .h2_title h2::before, .h2_title h2::after {
    width: 28px;
    margin-top: 0;
  }
  .section04 h3,
  .section05 h3 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .section02 h3 {
    font-size: 20px;
  }
  #pagetop {
    bottom: 120px;
  }
}
@media only screen and (max-width: 420px) {
  .content_inner {
    padding: 0 10px;
  }
  .section04,
  .section05 {
    padding: 0 0 30px;
  }
  .section06 {
    padding: 30px 0;
  }
}
/**/
.parts a:hover img,
#pagetop a:hover,
.section02 a:hover img,
#news .newsBt:hover,
.footerbnr a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 360px) {
  #pagetop {
    bottom: 100px;
  }
}
/*
下層
*/
.info_block01.b_11_3_column2 div.column_l, .info_block01.b_11_3_column2 div.column_r {
  display: block;
  background: #f2f1e9;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.info_block01.b_11_3_column2 div.column_l .blockinner, .info_block01.b_11_3_column2 div.column_r .blockinner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}
.info_block01 .title {
  border-bottom: 1px solid #dadce8;
  padding: 0 0 5px;
  margin-bottom: 1em;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  color: #4272bc;
}

.bg_box {
  background: #f2f3fc;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}

ul.ul01 li {
  position: relative;
  padding: 2px 5px 2px 1.4em;
  line-height: 1.6;
  margin-bottom: 0.3em;
}
ul.ul01 li:before {
  content: "";
  position: absolute;
  background: #b4a843;
  top: 7px;
  left: 0px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
ul.ul01 li a {
  color: #2353aa;
}
ul.ul01 li a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
ol.ol01 li{
  list-style: decimal!important;
  list-style-position: inside!important;
  font-weight: bold;
}
ol.ol01 li p{
  font-weight: normal;
}

.strong.color01 {
  font-weight: bold;
  color: #2353aa;
}

.border_box {
  padding: 15px;
  border: 3px solid #e5ecf6;
}
.border_box dt {
  font-size: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: 400;
  color: #4272bc;
}
.border_box dd {
  margin-bottom: 1em;
}
.border_box dd:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .float_list li {
    display: inline-block;
    margin-right: 1em;
  }
  .info_block01.b_11_3_column2 {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
  }
  .info_block01.b_11_3_column2 div.column_l, .info_block01.b_11_3_column2 div.column_r {
    -webkit-box-flex-basis: 49%;
    -ms-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  p.lead {
    font-size: 18px;
  }
  .type1 #mainimage .gnv_tmp_h2_bg {
    height: auto;
    padding: 35px 0;
  }
  .gnv_tmp_h2_bg h2 {
    font-size: 20px;
  }
  h2.titleBg {
    font-size: 19px;
  }
  #news .newsBt {
    font-size: 12px;
    top: -37px;
  }
  .info_block01 {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .worried_area .pc_section > li {
    width: 50%;
  }
  .h2_title h2,
  .worried_title h2 {
    line-height: 155px;
  }
  .worried_area .pc_section > li .details, .worried_area .pc_section > li:nth-child(3n) .details, .worried_area .pc_section > li:nth-child(7n) .details {
    left: 20px !important;
    right: inherit !important;
  }
  .worried_area .pc_section > li:nth-child(2n) .details {
    left: inherit !important;
    right: 20px !important;
  }
  .worried_area .pc_section > li:nth-child(3n) .details .txts:after, .worried_area .pc_section > li:nth-child(7n) .details .txts:after {
    left: 40px !important;
    right: inherit !important;
  }
  .worried_area .pc_section > li:nth-child(2n) .details .txts:after {
    left: inherit !important;
    right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .section05 {
    background: #f6f4f2;
    padding: 0 0 50px;
  }
  .section05 p.sp {
    display: block !important;
  }
  .section05 .col_r {
    float: none;
  }
}
/*
追加_170303
*/
@media (min-width: 768px) {
  #header .rightBox {
    height: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 869px) {
  #header .pc img.pc_tel {
    max-width: 336px !important;
  }
  #header h1 img {
    max-width: 260px !important;
    margin-top: 7px !important;
  }
}
/*
追加_170525
*/
.price table th {
  width: 50% !important;
  text-align: left !important;
}
.price table td {
  text-align: right !important;
}

.b_09.campaign {
  margin: 0 !important;
  padding: 0 0 80px !important;
  background: url(/asset/campaign_bg.jpg) no-repeat left;
  background-size: cover !important;
}

.section06 .table2 {
  margin-bottom: 2em;
}

.btn-style.blog a {
  padding: 1.1em 1em 1.1em 1em;
  margin: 0 auto 30px;
}
.btn-style.blog a:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20%;
  width: 21px;
  height: 28px;
  background: url(/asset/blog_icon.png) no-repeat 0;
}

.gnv_tmp_008_title_block h2.titleBg {
  margin: 0 auto !important;
  text-align: center;
}

.top #news dl {
  padding-top: 20px;
}

.contact_wrap .con_l {
  float: left;
  width: 49%;
}
.contact_wrap .con_r {
  float: right;
  width: 49%;
  margin-top: 10px;
}
.contact_wrap a img {
  margin: 10px auto 0;
  display: block;
}

.h_left {
  float: left;
  width: 53.5%;
}

#header .pc img.pc_official {
  float: right;
  width: 42.5%;
}

.arrow_box {
  position: relative;
  height: 40px;
  width: 100%;
}
.arrow_box:before {
  content: "";
  position: absolute;
  background: none;
  top: 10px;
  left: 0px;
  height: 0;
  border-top: dotted #ccc 1px;
  width: 100%;
}
.arrow_box:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-top: 16px solid #4a72b8;
}

@media only screen and (max-width: 1000px) {
  .btn-style.blog a:before {
    left: 15%;
  }
}
@media only screen and (max-width: 900px) {
  #header .pc img.pc_official {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .b_09.campaign {
    margin: 0 !important;
    padding: 20px 0 40px !important;
    background: url(/asset/campaign_bg_sp.png) no-repeat center;
  }
  .btn-style.blog a:before {
    left: 20%;
  }
  .contact_wrap .con_l,
  .contact_wrap .con_r {
    width: 100%;
    float: none;
  }
  .contact_wrap img {
    margin: 0 auto 20px;
    display: block;
  }
  .contact_wrap a img {
    margin: 0 auto 20px;
  }
  .btn-style.blog a {
    margin: 30px auto 50px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-style.blog a:before {
    left: 10%;
  }
}
/*mdoc*/
.mdoc_w {
  padding-top: 1%;
  　text-align: center;
}

/* =====================================
  TOP ドクター紹介調整
===================================== */
@media (min-width: 1400px) {
  .top_doctor .col_r {
    max-width: 80%;
  }
}
@media (max-width: 1399px) and (min-width: 960px) {
  .top_doctor {
    background-position: 35%;
  }
  .top_doctor .col_r {
    max-width: 60%;
  }
}
@media (min-width: 960px) {
  .top_doctor .col_r p {
    text-align: left;
    text-shadow: 2px 2px 0 #f5f4f2, -2px -2px 0 #f5f4f2, -2px 2px 0 #f5f4f2, 2px -2px 0 #f5f4f2, 0px 2px 0 #f5f4f2, 0 -2px 0 #f5f4f2, -2px 0 0 #f5f4f2, 2px 0 0 #f5f4f2;
  }
}
@media (max-width: 959px) {
  .top_doctor .col_r {
    width: 100%;
  }
}/*# sourceMappingURL=plimo_content.css.map */