﻿@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel');
@import url('//fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('//fonts.googleapis.com/css?family=Cinzel');

/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*=====================
汎用パーツ
=====================*/
/*-------------------------
共通ヘッダー
--------------------------*/
header {
  width: 100%;
  height: 114px;
  margin: 0 auto;
  padding: 0;
  background: #00468C;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  justify-content: center;
  align-items:center;
  position: fixed;
  z-index: 9999;
}
header >:first-child {
  margin-right: auto;
}
.headerlogo{
  max-width: 140px;
  margin: 0;
}
header h1{
  width: 320px;
  height: 100%;
  background: #FFF;
  padding: 20px 10px 12px 10px;
  text-align: center;
}
header ul {
  padding: 5px 20px 0 0;
}
.naveng {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.2em;
  color: #A7A2A1;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 100%;
}
.navjpn {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1em;
  color: #FFF;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
header {
  height: 86px;
  }
header h1{
  width: 164px;
  padding: 18px 10px 12px 10px;
  }
.headerlogo{
  max-width: 100px;
  }
header ul {
  padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
header {
  height: 64px;
  background: #FFF;
  padding: 0;
  display: inline-block;
  }
.headerlogo{
  max-width: 86px;
  }
header h1{
  width: 160px;
  padding: 12px 5px 12px 20px;
  text-align: left;
  }
.naveng {
  font-size: 0.9em;
  margin-bottom: 6px;
  }
}

/*-------------------------
共通グローバルナビ
--------------------------*/
nav {
  width: 100%;
  margin: 0;
  padding: 0 12px;
}
.navsp {
  display: none;
  font-size: 14px;
  color: #FFF;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
.navsp {
  display: block;
  }
}

/*電話リンク*/
.navsp_tel {
  font-family: 'Cinzel', serif;
  line-height:100%;
  letter-spacing: 0.03em;
  color: #FFF;
  font-size: 2.2em;
  text-decoration: none;
  font-weight: normal;
}

/*初診専用WEB予約はこちらからボタン*/
.btn_navsp {
  display: block;
  position: relative;
  background: #FFF;
  width: 100%;
  max-width: 280px;
  padding: 10px 12px;
  color: #00468C !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.05em;
  font-weight: bold;
  transition: all .3s;
  margin-top: 15px;
}
.btn_navsp:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #00468C;
  transform: rotate(45deg);
}
.btn_navsp:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #00468C;
  transform: rotate(-45deg);
}

/*-------------------------
共通フッター
--------------------------*/
footer {
  width:100%;
  height: auto;
  margin: 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.footinfo {
  display: flex;
  width: 35%;
  height: auto;
  margin:0 auto;
  padding: 0;
  background: #00468C;
  color: #FFF;
}
.footinfo a {
  color: #FFF;
  text-decoration: none;
}
.footlinks{
  width: 30%;
  height: auto;
  margin: 0;
  padding: 32px 24px;
  background-color: #E2EBF0;
}
.footmap {
  width: 35%;
  height: auto;
  margin: 0;
  padding: 0;
}
.footmap iframe {
  width: 100%;
  height:100%;
  padding: 0;
  margin: 0;
}
.footinfowrap {
  width: 100%;
  max-width: 680px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 32px 18px;
}
.copyright {
  font-size: 0.7em;
  color: #AAA;
  margin: 30px 0 0;
}
@media screen and (max-width: 1420px) {
.footinfo {
  width: 60%;
  }
.footlinks{
  width: 40%;
  }
.footmap {
  width: 100%;
  }
.footmap iframe {
  width: 100%;
  height:320px;
  padding: 0;
  margin: 0;
  }
}
@media screen and (max-width: 1240px) {
.footinfo {
  width: 65%;
  }
.footlinks{
  width: 35%;
  }
}
@media screen and (max-width: 767px) {
footer {
  flex-direction: column;
  display:block;
  }
.footinfo {
  width:100%;
  }
.footlinks {
  width: 100%;
  }
.footinfowrap {
  text-align: center;
  padding: 30px 18px 15px;
  height: auto;
  }
}
@media screen and (max-width: 480px) {
.footlinks {
  padding: 24px 12px;
  }
}

/* サイトマップ */
.footlinks{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: flex-start;
}
.footlinks div{
  width: 50%;
  padding: 0 12px;
}
.footlinks a{
  display: block;
  line-height: 2.4;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 0.9em;
  white-space: nowrap;
  text-decoration: none;
}
.footlinks a:before{
  padding: 0 0.2em 0 0;
  vertical-align: bottom;
  font-size: 1em;
  color: #00468C;
  font-family:"Material Symbols Rounded";
	content: "\f46a"; /*矢じり*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
.footlinks a:hover{
  text-decoration: underline;
}
.footlinks p{
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 2.4;
}
@media screen and (max-width: 1240px) {
.footlinks{
  display: block;
  }
.footlinks div{
  width: 100%;
  max-width: 240px;
  padding: 0;
  }
.footlinks div:first-child{
  margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
.footlinks{
  display: flex;
  }
.footlinks div{
  width: 50%;
  max-width: 50%;
  padding: 0 12px;
  }
.footlinks div:first-child{
  margin-bottom: 0;
  }
}

/* googleマップモノクロ化 */
.footmap iframe,
.footmap object,
.footmap embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}
.googlemap iframe:hover,
.googlemap object:hover,
.googlemap embed:hover,
.footmap iframe:hover,
.footmap object:hover,
.footmap embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*初診専用WEB予約はこちらからボタン*/
.footbtn_rsv {
  display: block;
  position: relative;
  background: #FFF;
  width: 100%;
  max-width: 340px;
  padding: 10px 12px;
  color: #00468C !important;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  transition: all .3s;
}
.footbtn_rsv:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #00468C;
  transform: rotate(45deg);
}
.footbtn_rsv:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #00468C;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
.footbtn_rsv {
  max-width: 300px;
  margin: 0 auto;
  font-size: 1em;
  padding: 8px 12px;
  }
.footbtn_rsv:before {
  right: 12px;
  width: 10px;
  }
.footbtn_rsv:after {
  right: 12px;
  width: 10px;
  }
}

/*今月の診療日カレンダー*/
.foot_calendar {
  font-size:1em;
  line-height:100%;
  padding:0;
  font-family: "Noto Sans Japanese", sans-serif;
  margin: 0 auto;
  font-weight: 500;
  display: block;
}
.foot_calendar:before {
  content:"";
  display:inline-block;
  width:1.2em;
  height:1.2em;
  background:url(../img/common/icon_calendar.png) no-repeat;
  background-size:contain;
  padding-left:1.8em;
  margin-bottom: 5px;
  vertical-align:middle;
}

/*フッターニュースリンク*/
.foot_news {
  font-size:1em;
  line-height:100%;
  padding:0;
  font-family: "Noto Sans Japanese", sans-serif;
  margin: 0 auto;
  font-weight: 500;
  display: block;
}
.foot_news:before {
  content:"";
  display:inline-block;
  width:1.2em;
  height:1.2em;
  background:url(../img/common/icon_info.png) no-repeat;
  background-size:contain;
  padding-left:1.8em;
  margin-bottom: 5px;
  vertical-align:middle;
}

/*-------------------------
フッター固定リンク(スマホでのみ表示)
--------------------------*/
.footbtn {
  display: none;
}
@media screen and (max-width: 640px) {
.footbtn {
  display: block;
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  }
.footbtn li{
  width: 50%;
  text-align: center;
  height: 54px;
  position: relative;
  padding: 0 0 0 1em;
  }
.footbtn li a{
  text-decoration: none;
  font-weight: 700;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.06em;
  line-height: 54px;
}
.footbtn li:first-child{
  background: #FFDC73;
  }
.footbtn li:last-child{
  background: #00468C;
  }
.footbtn li:first-child a{
  display: block;
  color: #00468C;
  }
.footbtn li:last-child a{
  display: block;
  color: #FFDC73;
  }
.footbtn li:first-child:before{
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 1;
  font-size: 1.5em;
  color: #00468C;
  font-family:"Material Symbols Rounded";
	content: "\e0b0"; /*電話*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
  }
 .footbtn li:last-child:before{
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 1;
  font-size: 1.5em;
  color: #FFDC73;
  font-family:"Material Symbols Rounded";
	content: "\e614"; /*カレンダー*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
  } 
footer{
  margin-bottom: 54px;
  }
}

/*-------------------------
サイドバー固定リンク
--------------------------*/
.sidebarbanner {
  position: fixed;
  top: 160px;
  right: 0;
  max-width: 64px;
}

@media screen and (max-width: 1000px) {
.sidebarbanner {
  top: 142px;
  }
}
@media screen and (max-width: 640px) {
.sidebarbanner {
  display: none;
  }
}

/*-------------------------
色背景
--------------------------*/
/*薄グレー*/
.graywrap {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: #F3F3F3;
}
@media screen and (max-width: 640px) {
.graywrap {
  padding: 40px 0;
  }
}

/*薄青*/
.bluewrap {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: #E2EBF0;
}
@media screen and (max-width: 640px) {
.bluewrap {
  padding: 40px 0;
  }
}

/*薄ベージュ*/
.beigewrap {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: #DCDAD9;
}
@media screen and (max-width: 640px) {
.beigewrap {
  padding: 40px 0;
  }
}

/*濃茶*/
.brownwrap {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: #4F4644;
  color: #FFF;
}
.brownwrap a {
  color: #FFF;
}
@media screen and (max-width: 640px) {
.brownwrap {
  padding: 40px 0;
  }
}

/*審美治療セレックシステム*/
.cerecwrap {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: #F6E7DE;
}
@media screen and (max-width: 640px) {
.cerecwrap {
  padding: 40px 0;
  }
}
/*審美治療ホワイトニング*/
.whiteningwrap {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: #E8F7F9;
}
@media screen and (max-width: 640px) {
.whiteningwrap {
  padding: 40px 0;
  }
}

/*白角丸ボックス*/
.whitebox {
  width: 100%;
  padding: 20px 30px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media screen and (max-width: 640px) {
.whitebox {
  padding: 15px 20px;
  }
}

/*ベージュ角丸ボックス*/
.beigebox {
  width: 100%;
  padding: 20px 30px;
  margin: 0 auto;
  background: #DCDAD9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media screen and (max-width: 640px) {
.beigebox {
  padding: 15px 20px;
  }
}

/*薄灰色角丸ボックス*/
.lightgraybox {
  width: 100%;
  padding: 20px 30px;
  margin: 0 auto;
  background: #EEE;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media screen and (max-width: 640px) {
.lightgraybox {
  padding: 15px 20px;
  }
}

/*-------------------------
見出し
--------------------------*/
/* 文頭青縦線付き */
.subtitle {
  width: 100%;
  padding: 0 0 0 18px;
  margin: 0 0 12px;
  line-height:1.6;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  color: #00468C;
  border-left: solid 8px #00468C;
}
@media(max-width:640px){
.subtitle {
  padding: 0 0 0 12px;
  margin: 0 0 8px;
  font-size: 1.4em;
  border-left: solid 5px #00468C;
  }
}

/* 文頭青マーカー付き */
.subtitle2 {
  position:relative;
  line-height:1.6;
  padding-left:1.1em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  color: #00468C;
  font-size: 1.1em;
  margin: 0 0 2px;
}
.subtitle2:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:0.8em;
  height:0.8em;
  background:url(../img/common/marker_blue.png) no-repeat;
  background-size:contain;
  margin: 0.5em 0 0;
}

/* 両端に青横線 */
.subtitle3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  line-height:1.6;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  color: #00468C;
  margin-bottom: 30px;
}
.subtitle3:before,
.subtitle3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #00468C;
}
.subtitle3:before {
  left: 0;
}
.subtitle3:after {
  right: 0;
}
@media screen and (max-width: 640px) {
.subtitle3 {
  padding: 0 30px;
  font-size: 1.2em;
  margin-bottom: 20px;
  }
.subtitle3:before,
.subtitle3:after {
  width: 24px;
  }
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 40px;
  bottom:40px;
}
.jumpbtn {
  width:5em;
  height:5em;
  cursor:pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor:pointer;
  background:#4F4644;
  position: relative;
}
.jumpbtn:before {
  content: '';
  position: absolute;
  top: 45%;
  right: 1.7em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-top: 2px solid #FFF; 
  border-right: 2px solid #FFF; 
  transform: rotate(-45deg); 
}
@media(max-width:960px){
#jumptop{
  right: 20px;
  bottom:20px;
  }
.jumpbtn {
  width: 3.5em;
  height: 3.5em;
  }
.jumpbtn:before {
  top: 42%;
  right: 1.2em;
  width: 1em;
  height: 1em;
  }
}
@media screen and (max-width: 640px) {
.jumpbtn{
  display: none;
  }
}

/*-------------------------
電話リンク
--------------------------*/
.tellink {
  text-decoration: none;
  letter-spacing: 0.04em;
}

/*-------------------------
ボタン
--------------------------*/
/* 矢印付きブルー四角ボタン */
.btn_blue {
  display: block;
  position: relative;
  background: #00468C;
  width: 100%;
  max-width: 360px;
  padding: 10px 12px 12px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.1em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  transition: all .3s;
}
.btn_blue:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn_blue:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}

/* 矢印付きブルー四角ボタン小さめ */
.btn_blue2 {
  display: block;
  position: relative;
  background: #00468C;
  width: 100%;
  max-width: 260px;
  padding: 8px 12px 10px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  transition: all .3s;
}
.btn_blue2:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn_blue2:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}

/* 矢印付きスカイブルー四角ボタン */
.btn_skyblue {
  display: block;
  position: relative;
  background: #7FB9D8;
  width: 100%;
  max-width: 360px;
  padding: 10px 12px 12px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.1em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  transition: all .3s;
}
.btn_skyblue:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn_skyblue:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}

/* 矢印付き茶色四角ボタン */
.btn_brown {
  display: block;
  position: relative;
  background: #4F4644;
  width: 100%;
  max-width: 360px;
  padding: 10px 12px 12px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.1em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  transition: all .3s;
}
.btn_brown:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn_brown:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}

/* TOP初診専用WEB予約はこちらから */
.linkbar_rsv {
  display: block;
  position: relative;
  background: #00468C;
  width: 100%;
  padding: 18px 12px 18px;
  color: #FFDC73 !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.8em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  transition: all .3s;
}
.linkbar_rsv:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 24px;
  width: 0.6em;
  height: 2px;
  background: #FFDC73;
  transform: rotate(45deg);
}
.linkbar_rsv:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 24px;
  width: 0.6em;
  height: 2px;
  background: #FFDC73;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
.linkbar_rsv {
  padding: 18px 12px 18px;
  font-size: 1.3em;
  }
.linkbar_rsv:before {
  right: 18px;
  width: 0.7em;
  }
.linkbar_rsv:after {
  right: 18px;
  width: 0.7em;
  }
}

/*-------------------------
自由診療フッターリンク枠
--------------------------*/
.selfpayfoot {
  width:100%;
  max-width: 1000px;
  margin: 0 auto;
  padding:0 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
}
.selfpayfoot li{
  width:50%;
  margin:0 40px 0 0;
  text-align: center;
}
.selfpayfoot li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 767px) {
.selfpayfoot {
  flex-direction: column;
  display:block;
  }
.selfpayfoot li {
  width:100%;
  margin:0 0 15px 0;
  }
.selfpayfoot li:last-child{
  margin:0 0 0 0;
  }
}

/* 審美治療 */
.footer_beauty {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background-image: url(../img/beauty/footbg.png);
  background-repeat:  no-repeat;
  background-position: center top;
  background-size:cover;
}
/* 矯正治療 */
.footer_kyosei {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background-image: url(../img/kyosei/footbg.png);
  background-repeat:  no-repeat;
  background-position: center top;
  background-size:cover;
}
/* インプラント */
.footer_implant {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background-image: url(../img/implant/footbg.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
}

/*-------------------------
自由診療フッターリンク枠中身
--------------------------*/
/* 治療費 */
.footban_fee {
  width: 100%;
  max-width: 480px;
  padding: 30px 15px 24px;
  margin: 0 auto;
  border: 2px solid #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  line-height: 100%;
  font-size: 1.3em;
  color: #FFF;
  background-color:rgba(79,70,68,0.4);
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.03em;
}
.footban_fee:before {
  content: "";
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  margin: -0.06em 0.5em 0 0;
  background: url("../img/common/icon_pdf.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footban_fee:hover {
  background-color:rgba(79,70,68,0.6);
}
@media screen and (max-width: 960px) {
.footban_fee {
  font-weight: 500;
  font-size: 1.15em;
  }
}
@media screen and (max-width: 480px) {
.footban_fee {
  padding: 18px 15px 16px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 1.1em;
  }
}

/* 症例 */
.footban_case {
  width: 100%;
  max-width: 480px;
  padding: 30px 15px 24px;
  margin: 0 auto;
  border: 2px solid #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  line-height: 100%;
  font-size: 1.3em;
  color: #FFF;
  background-color:rgba(79,70,68,0.4);
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.03em;
}
.footban_case:before {
  content: "";
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  margin: -0.06em 0.5em 0 0;
  background: url("../img/common/icon_case.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footban_case:hover {
  background-color:rgba(79,70,68,0.6);
}
@media screen and (max-width: 960px) {
.footban_case {
  font-weight: 500;
  font-size: 1.15em;
  }
}
@media screen and (max-width: 480px) {
.footban_case {
  padding: 18px 15px 16px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 1.1em;
  }
}

/*-------------------------
自由診療お問い合わせ誘導
--------------------------*/
/* お問い合わせはお気軽にどうぞ */
.selfpay_message {
  padding: 0 25px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.6;
  color: #FFDC72;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
  margin: 30px 0 15px;
}
@media screen and (max-width: 960px) {
.selfpay_message {
  font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) {
.selfpay_message {
  font-size: 1.3em;
  margin: 20px 0 12px;
  }
}

/* WEBご相談フォームボタン */
.selfpay_contactbtn {
  display: block;
  position: relative;
  background: #FFDC73;
  width: 100%;
  max-width: 420px;
  padding: 18px 15px 18px;
  color: #4E4644 !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.5em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 800;
  transition: all .3s;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.6);
  outline : 2px solid #4E4644;
  outline-offset : -6px
}
.selfpay_contactbtn:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 18px;
  width: 18px;
  height: 2px;
  background: #4E4644;
  transform: rotate(45deg);
}
.selfpay_contactbtn:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 18px;
  width: 18px;
  height: 2px;
  background: #4E4644;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
.selfpay_contactbtn {
  max-width: 320px;
  padding: 18px 15px 18px;
  font-size: 1.4em;
  outline : 1px solid #4E4644;
  outline-offset : -5px
  }
.selfpay_contactbtn:before {
  right: 15px;
  width: 15px;
  }
.selfpay_contactbtn:after {
  right: 15px;
  width: 15px;
  }
}

/*-------------------------
見出し付き青線枠
--------------------------*/
.captionbox{
  position: relative;
  padding: 1.3em 1.4em 1em;
  border: 2px solid #00468C;
}
.captionbox h3{
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.3em;
  margin: 0;
  background-color: #FFF;
  transform: translateY(-50%) translateX(1em);
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 100%;
  color: #00468C;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
.captionbox h3{
  font-size: 1.1em;
  letter-spacing: 0.01em;
  }
}

/*-------------------------
診療のながれ
--------------------------*/
.stepcolumn {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:center;
  line-height: 1.6;
}
.stepcolumn li{
  width:50%;
  margin:0 30px 0 0;
}
.stepcolumn li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 767px) {
.stepcolumn {
  flex-direction: column;
  display:block;
  }
.stepcolumn li {
  width:100%;
  margin:0 0 5px 0;
  }
.stepcolumn li:last-child{
  margin:0 0 0 0;
  }
}

/*-------------------------
写真ギャラリー
--------------------------*/
/* 写真ギャラリー横並び2列(640px以下で縦列切替) */
.gallery2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2 li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 15px 30px 15px;
  box-sizing: border-box;
}
.gallery2 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 25px 0;
  }
}

/* 写真ギャラリー横並び2列固定 */
.gallery2_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2_fix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 15px 30px 15px;
  box-sizing: border-box;
}
.gallery2_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2_fix li {
  padding:0 5px 15px 5px;
  }
}

/* 写真ギャラリー横並び3列(640px以下で縦列切替) */
.gallery3 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3 li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 15px 30px 15px;
  box-sizing: border-box;
}
.gallery3 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 25px 0;
  }
}

/* 写真ギャラリー横並び3列固定 */
.gallery3_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_fix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.gallery3_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3_fix li {
  padding:0 2px 8px 2px;
  }
}

/* 写真ギャラリー横並び3列→2列 */
.gallery3_prefix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_prefix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.gallery3_prefix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3_prefix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  box-sizing: border-box;
  padding:0 3px 10px 3px;
  }
}

/* 写真ギャラリーキャプション */
.gallerycaption {
  font-size: 0.95em;
  margin-top: 6px;
  line-height: 1.7;
  padding: 0 15px;
  text-align: center;
}
.gallerycapbr {
  display: block;
}
@media screen and (max-width: 1000px) {
.gallerycaption {
  font-size: 0.9em;
  text-align: left;
  }
.gallerycapbr {
  display: none;
  }
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
}
.col2 li{
  width:50%;
  margin:0 40px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 15px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

/* 画像(320px)＋テキスト上揃え(640px以下で縦列切り替え) */
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.column_img {
  width: 100%;
  max-width: 320px;
  margin:0 30px 0 0;
  text-align: center;
}
.column_text {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 960px) {
.column_img {
  width: 100%;
  max-width: 260px;
  margin:0 20px 0 0;
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
.column {
  flex-direction: column;
  display:block;
  }
.column_img {
  max-width:100%;
  margin:0 0 15px 0;
  }
.column_text {
  max-width:100%;
  }
}

/* テキスト＋画像(320px)上揃え(640px以下で縦列切り替え) */
.columnsw {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.columnsw_text {
  width: 100%;
  max-width: 640px;
}
.columnsw_img {
  width: 100%;
  max-width: 320px;
  margin:0 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
.columnsw_img {
  width: 100%;
  max-width: 260px;
  margin:0 0 0 20px;
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
.columnsw {
  flex-direction: column;
  display:block;
  }
.columnsw_text {
  max-width:100%;
  margin:0 0 15px 0;
  }
.columnsw_img {
  max-width:100%;
  margin:0 0 0 0;
  }
}

/* 画像(240px)＋テキスト上揃え(640px以下で縦列切り替え) */
.column2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.column2_img {
  width: 100%;
  max-width: 240px;
  margin:0 30px 0 0;
}
.column2_text {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 960px) {
.column2_img {
  width: 100%;
  max-width: 180px;
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
.column2 {
  flex-direction: column;
  display:block;
  }
.column2_img {
  max-width:100%;
  margin:0 0 15px 0;
  text-align: center;
  }
.column2_text {
  max-width:100%;
  }
}