﻿@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');


/*-------------------------
症例
--------------------------*/
.casebox {
  position: relative;
  width: 100%;
  padding: 42px 18px 32px;
  margin: 0 auto;
  background: #FFF;
  border: 3px dashed #BBB;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  margin-top: 32px;
}
.casebox span{
  width: auto;
  position: absolute;
  display: inline-block;
  background: #FFF;
  padding: 0 0.4em;
  margin: 0 auto;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
  font-size: 1.6em;
  color: #999;
  line-height: 1;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
.casebox {
  padding: 24px 10px 18px;
  margin-top: 24px;
  }
}

.casebox ul{
  width:100%;
  margin: 0 auto 24px;
  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;
}
.casebox ul li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 12px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  font-family: 'Abel', sans-serif;
  font-size: 1.5em;
  color: #555;
  letter-spacing: 0.08em;
  color: #555;
}
.casebox ul li img{
  margin-bottom: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
@media screen and (max-width: 640px) {
.casebox ul{
  margin: 0 auto 18px;
  }
.casebox ul li {
  padding:0 3px;
  font-size: 1.1em;
  }
.casebox ul li img{
  margin-bottom: 6px;
  }
}

.casetable{
  width: 94%;
  max-width: 840px;
  border-collapse: collapse;
  margin: 0 auto;
}
.casetable th{
  width: 30%;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  background-color: #EEE;
  border: 1px solid #999;
  font-weight:normal;
  white-space: nowrap;
}
.casetable td{
  width:70%;
  padding: 10px 15px;
  background-color: #FFF;
  text-align:left;
  vertical-align: middle;
  border: 1px solid #999;
}
@media screen and (max-width: 640px) {
.casetable{
  font-size: 0.9em;
  }
.casetable th{
  padding: 5px 10px;
  text-align:left;
  }
.casetable td{
  padding: 5px 10px;
  }
}


/*=====================
料金表
=====================*/
/*-------------------------
料金表テーブル
--------------------------*/
.pricetbl{
  width:100%;
  height: auto;
  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:stretch;
  flex-wrap: wrap;
}
.pricetbl li:first-child{
  width: 40%;
  padding: 0.5em 0.8em;
  height: auto;
  background: #EEE;
  display: flex;
  justify-content: center;
  align-items:center;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1.05em;
  font-weight: 500;
  border-top: 1px solid #999;
  text-align: center;
}
.pricetbl li:last-child{
  width: 60%;
  height: auto;
  padding: 0;
}
.pricetbl table{
  width: 100%;
  border-collapse: collapse;
}
.pricetbl table tr{
  border-top: 1px solid #999;
}
.pricetbl table td{
  padding: 0.5em 0.8em;
  line-height: 1.6;
}
.pricetbl .pricecell{
  text-align: right;
  letter-spacing: 0.06em;
  font-size: 1.1em;
  white-space: nowrap;
  padding: 0.5em 0 0.5em 0.8em !important;
}
.pricetblhr{
  width: 100%;
  border-width: 1px 0 0 0; 
  border-style: solid;
  border-color: #999;
  margin: 0;
  padding: 0;
}
.taxin {
  font-size: 0.65em;
  margin-left: 0.2em;
}
@media screen and (max-width: 1000px) {
.pricetbl{
  font-size: 0.95em;
}
.pricetbl li:first-child{
  width: 35%;
  }
.pricetbl li:last-child{
  width: 65%;
  }
}
@media screen and (max-width: 640px) {
.pricetbl{
  display: block;
  flex-direction: column;
  font-size: 1em;
  }
.pricetbl li:first-child{
  width: 100%;
  display: block;
  padding: 0.3em 0.5em;
  text-align: left;
  }
.pricetbl li:last-child{
  width: 100%;
  }
.pricetbl table td{
  padding: 0.3em 0.5em 0.3em 0.2em;
  }
.pricetbl .pricecell{
  padding: 0.3em 0 0.3em 0.5em !important;
  }
}
@media screen and (max-width: 480px) {
.pricetbl{
  font-size: 0.95em;
  }
.pricetbl table td{
  font-size: 0.95em;
  }
.pricetbl .pricecell{
  font-size: 1.05em;
  }
}


/*=====================
お知らせ・症例
=====================*/
.news {
  width:100%;
  margin: 0;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news_main {
  box-sizing: border-box;
  width:100%;
  max-width: 640px;
}
.news_parts {
  width:100%;
  max-width:300px;
  margin:0 0 0 30px;
  padding: 0;
  top: 20px;
}
@media screen and (max-width: 1000px) {
.news_parts {
  max-width:240px;
  }
}
@media screen and (max-width: 840px) {
.news {
  flex-direction: column;
  display:block;
  }
.news_main {
  max-width:100%;
  margin:0 0 60px;
  }
.news_parts {
  max-width:100%;
  margin:0;
  }
}

/* タイトル */
.news_main h2 {
  font-size: 1.6em;
  font-weight: 700;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
.news_main h2 {
  font-size: 1.4em;
  }
}

/* アーカイブタイトル */
.news_main h3 {
  font-size: 1.15em;
  font-weight: 700;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
.news_main h3 {
  font-size: 1.05em;
  }
}

/* 挿入画像 */
.news_main img {
  margin: 15px 0;
  display: block;
}

/* アイコン付き文字(更新日時・カテゴリ) */
.news_doc {
  width: 100%;
  margin: 0 0 30px;
}
.newsdate{
  position:relative;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  line-height:100%;
  padding-left:1.4em;
  color: #999;
  font-size: 0.9em;
  margin-right: 12px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.newsdate:before{
  position:absolute;
  left:0;
  top: 0.2em;
  content:"";
  display:inline-block;
  width:1.1em;
  height:1.1em;
  background:url(../img/news/icon_clock.png) no-repeat;
  background-size:contain;
}
.newscat{
  position:relative;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:100%;
  padding-left:1.3em;
  color: #999;
  font-size: 0.9em;
  margin-right: 12px;
  white-space: nowrap;
}
.newscat:before{
  position:absolute;
  left:0;
  top: 0.2em;
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(../img/news/icon_folder.png) no-repeat;
  background-size:contain;
}
.newscat a {
  text-decoration: none;
  color: #999;
  font-weight: normal;
}
.newscat a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
.newsdate,
.newscat {
  font-size: 0.8em;
  margin-right: 8px;
  }
}

/* 右枠リンクパーツ */
.newspartsbox {
  width: 100%;
  padding: 20px 20px 8px;
  margin: 0 0 25px;
  background: #E2EBF0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.newspartsbox h3 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 1.05em;
  color: #00468C;
  margin-bottom: 15px;
  display: block;
  line-height: 100%;
}
.newspartsbox a {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.6;
  color: #333;
}
.newspartsbox a:hover {
  text-decoration:underline;
}
.newspartsbox a {
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 0 0 3px 18px;
  width: 96%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.newspartsbox a::before,
.newspartsbox a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: top;
}
.newspartsbox a::before{
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #7FB9D8;
  border-right: 1px solid #7FB9D8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*=====================
お問い合わせ
=====================*/
.formtable {
  width: 100%;
  border-collapse: collapse;
}
.formtable tr{
  border: 1px solid #A7A2A1;
}
.formtable th{
  width: 35%;
  padding: 15px 20px;
  text-align:left;
  vertical-align: middle;
  background-color: #EAE9E8;
  font-weight:normal;
  line-height: 1.6;
}
.formtable td{
  width: 65%;
  padding: 15px 20px;
  background-color: #FFF;
  text-align:left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
.formtable th,
.formtable td {
  display:block;
  width:100%;
  }
.formtable th{
  padding: 10px 15px;
  }
.formtable td{
  padding: 10px 15px;
  }
}

/*-------------------------
フォームスタイリング
--------------------------*/
/* 入力・選択欄 */
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: 1px solid #AAA;
  background:#FFF;
  padding:0.5em;
  font-size:1.2em;
}
select::-ms-expand {
  display: none;
}
textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: 1px solid #AAA;
  background:#FFF;
  padding:0.5em;
  font-size:1.2em;
  height:140px;
}
input::placeholder,
textarea::placeholder {
	color: #CCC;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #CCC;
}
/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #CCC;
}
/* ラジオボタン・チェックボックス */
input[type="radio"] , 
input[type="checkbox"]{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  margin:10px 6px 8px 0;
}
label {
  margin-right:1em;
  cursor:pointer;
  display: inline-block;
}
/* ボタン */
/* @import url('http://fonts.googleapis.com/earlyaccess/notosansjapanese.css'); */
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:1.3em;
  cursor: pointer;
  padding: 18px 36px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  background: #4F4644;
  line-height: 100%;
  border: 0;
  cursor: pointer;
  letter-spacing: 1px;
  margin:20px;
  font-family: "Noto Sans Japanese", sans-serif;
}
/* 必須項目アイコン */
.hissu {
  font-size:0.75em;
  line-height:100%;
  color:#FFF;
  background-color:#CC3300;
  padding:2px 5px;
  margin-left:8px;
  font-weight:normal;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.03em;
}


/*=====================
診療内容
=====================*/
/*-------------------------
患者様とのお約束
--------------------------*/
.promisewrap {
  width:100%;
  height: auto;
  margin: 15px 0 0;
  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:stretch;
  flex-wrap: wrap;
}
.promisewrap li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  height: auto;
  padding:0 10px 15px 10px;
  box-sizing: border-box;
  text-align: center;
}
.promisebox {
  width: 100%;
  max-width: 420px;
  height: 200px;
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0 auto;
  padding: 20px 15px;
  line-height: 1.6;
}
.promisebox h3 {
  font-size: 1.2em;
}
.promisespacer {
  clear: both;
  width: auto;
  height: 40px;
}
.promisebr {
  display: block;
}
@media screen and (max-width: 960px) {
.promisebox {
  height: 180px;
  }
.promisebox h3 {
  font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
.promisewrap li{
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 20px 0;
  }
.promisebox {
  height: 130px;
  }
.promisebox h3 {
  font-size: 1.2em;
  }
.promisespacer {
  height: 15px;
  }
.promisebr {
  display: none;
  }
}

/*-------------------------
診療内容
--------------------------*/
.menubox {
  width: 100%;
  padding: 0;
  margin: 15px 0 0;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

.menucolumn {
  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:stretch;
  flex-wrap: wrap;
}
.menucolumn_img {
  width: 100%;
  height: auto;
  max-width: 360px;
}
.menucolumn_text {
  width: 100%;
  height: auto;
  flex: 1;
  padding: 30px;
}
@media screen and (max-width: 1000px) {
.menucolumn_img {
  width: 100%;
  max-width: 280px;
  }
}
@media screen and (max-width: 860px) {
.menucolumn {
  flex-direction: column;
  display:block;
  }
.menucolumn_img {
  max-width:100%;
  }
.menucolumn_text {
  max-width:100%;
  padding: 20px;
  }
}

/* 審美治療 */
.menuimg_beauty {
  width: 100%;
  height: 100%;
  background-image: url(../img/menu/beauty.png);
  background-repeat:  no-repeat;
  background-position: center top;
  background-size:cover;
}
/* 矯正治療 */
.menuimg_kyosei {
  width: 100%;
  height: 100%;
  background-image: url(../img/menu/kyosei.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
}
/* インプラント */
.menuimg_implant {
  width: 100%;
  height: 100%;
  background-image: url(../img/menu/implant.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
}
@media screen and (max-width: 860px) {
.menuimg_beauty,
.menuimg_kyosei,
.menuimg_implant{
  height: 240px;
  }
}
@media screen and (max-width: 640px) {
.menuimg_beauty,
.menuimg_kyosei,
.menuimg_implant{
  height: 180px;
  }
}

/*=====================
院長・スタッフ紹介
=====================*/
/*-------------------------
院長プロフィール
--------------------------*/
.profilewrap {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: rgb(68,53,43);
  background: linear-gradient(0deg, rgba(68,53,43,1) 0%, rgba(102,91,88,1) 100%);
  color: #FFF;
}
.profilewrap a {
  color: #FFF;
}

.profile {
  width:100%;
  max-width: 1240px;
  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: center;
  align-items: flex-end;
}
.profile_img {
  width: 100%;
  max-width: 480px;
  margin:0 auto;
  padding: 15px 0 0;
}
.profile_text {
  width: 100%;
  flex: 1;
  padding: 15px;
}
@media screen and (max-width: 1040px) {
.profile_img {
  width: 100%;
  max-width: 380px;
  }
.profile_text {
  font-size: 0.85em;
  }
}
@media screen and (max-width: 960px) {
.profile_img {
  max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
.profile {
  flex-direction: column;
  display:block;
  }
.profile_img {
  max-width:300px;
  }
.profile_text {
  max-width:100%;
  padding: 0 25px 10px;
  }
}

.inchohistory dl{
  padding: 0;
  margin: 0;
}
.inchohistory dt{
  float: left;
}
.inchohistory dd{
  margin-left: 8.4em;
  margin-bottom: 6px;
}

/*-------------------------
インタビュー
--------------------------*/
.interviewtitleeng {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:100%;
  white-space: nowrap;
  color: #A6A1A0;
  font-weight: 700;
  font-size: 3.4em;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
.interviewtitleeng {
  font-size: 2.6em;
  margin-bottom: 8px;
  }
}

.interviewer {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  color: #1B7899;
  margin: 25px 0 6px;
}
.intdash{
  letter-spacing:-.2em;
  width:2em;
  margin-right:.5em;
  color: #1B7899;
}
@media screen and (max-width: 640px) {
.interviewer {
  margin: 20px 0 6px;
  }
}

/* テキストと画像横並び */
.intcolumn {
  width:100%;
  margin: auto;
  padding:15px 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;
}
.intcolumn li{
  width:50%;
  margin:0 15px 0 0;
}
.intcolumn li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.intcolumn {
  flex-direction: column;
  display:block;
  }
.intcolumn li {
  width:100%;
  margin:0 0 15px 0;
  }
.intcolumn li:last-child{
  margin:0 0 0 0;
  }
}

/*-------------------------
スタッフ紹介
--------------------------*/
.staffbox {
  width: 100%;
  margin: 0 auto;
  padding: 15px 25px 30px;
  background: #DCDAD9;
}
.teamimg {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media screen and (max-width: 640px) {
.staffbox {
  padding: 10px 25px 15px;
  }
}

.teamtitle {
  font-family: 'Abel', sans-serif;
  font-weight: 400;
  color: #FFF;
  font-size: 2.4em;
  line-height: 100%;
  letter-spacing: 0.03em;
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
.teamtitle {
  font-size: 1.8em;
  margin: 20px 0;
  }
}

/* チームスタッフ並び */
.teamstaff {
  width:100%;
  max-width: 840px;
  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;
  flex-wrap: wrap;
}
.teamstaff li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 15px 15px 15px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
}
.teamstaff img {
  width:100%;
  max-width: 240px;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
.teamstaff li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  box-sizing: border-box;
  padding:0 10px 15px 10px;
  }
}


/*=====================
当院のご案内
=====================*/
.boxlogo {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 960px) {
.boxlogo {
  max-width: 240px;
  }
}
@media screen and (max-width: 640px) {
.boxlogo {
  max-width: 180px;
  }
}


/*=====================
汎用パーツ
=====================*/
/*-------------------------
タイトルヘッダー
--------------------------*/
/* 医院情報 */
.header_aboutus {
  width: 100%;
  height: 320px;
  margin:0 auto;
  padding: 15px;
  background-image: url(../img/aboutus/header.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  position: relative;
}
/* スタッフ */
.header_staff {
  width: 100%;
  height: 320px;
  margin:0 auto;
  padding: 15px;
  background-image: url(../img/staff/header.png);
  background-repeat:  no-repeat;
  background-position: center top;
  background-size:cover;
  position: relative;
}
/* 診療内容 */
.header_menu {
  width: 100%;
  height: 320px;
  margin:0 auto;
  padding: 15px;
  background-image: url(../img/menu/header.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  position: relative;
}
/* 初めての方へ */
.header_first {
  width: 100%;
  height: 320px;
  margin:0 auto;
  padding: 15px;
  background-image: url(../img/first/header.png);
  background-repeat:  no-repeat;
  background-position: center bottom;
  background-size:cover;
  position: relative;
}
/* お問い合わせ */
.header_contact {
  width: 100%;
  height: 320px;
  margin:0 auto;
  padding: 15px;
  background-image: url(../img/contact/header.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  position: relative;
}
/* お知らせ */
.header_news {
  width: 100%;
  height: 320px;
  margin:0 auto;
  padding: 15px;
  background-image: url(../img/news/header.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  position: relative;
}
/* 問診票 */
.header_sheet {
  width: 100%;
  height: 320px;
  margin:0 auto;
  padding: 15px;
  background-image: url(../img/sheet/header.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  position: relative;
}
/* 保険診療 */
.header_insurance {
  width: 100%;
  height: 320px;
  margin:0 auto;
  padding: 15px;
  background-image: url(../img/insurance/header.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  position: relative;
}
/* 料金表 */
.header_price {
  width: 100%;
  height: 320px;
  margin:0 auto;
  padding: 15px;
  background-image: url(../img/price/header.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  position: relative;
}

.headertitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:100%;
  font-size: 2.4em;
  font-weight: 700;
  color: #00468C;
  text-shadow:0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
.header_aboutus,
.header_staff,
.header_menu,
.header_first,
.header_contact,
.header_news,
.header_sheet,
.header_insurance,
.header_price{
  height: 240px;
  }
.headertitle {
  font-size: 2em;
  }
}
@media screen and (max-width: 640px) {
.header_aboutus,
.header_staff,
.header_menu,
.header_first,
.header_contact,
.header_news,
.header_sheet,
.header_insurance,
.header_price{
  height: 180px;
  }
.headertitle {
  font-size: 1.6em;
  }
}
