﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
/* 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");


/*========================
ヘッダー
========================*/
.head_aboutus,
.head_general,
.head_beauty,
.head_implant,
.head_ortho,
.head_recruit {
  width: 96%;
  height: 640px;
  margin: 12px auto 0;
  padding: 18px 0 0;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  z-index: -1;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.head_aboutus {
  background-image:url(../img/aboutus/header.png);
  background-position:center center;
}
.head_general {
  background-image:url(../img/general/header.png);
  background-position:center center;
}
.head_beauty {
  background-image:url(../img/beauty/header.png);
  background-position:center center;
}
.head_implant {
  background-image:url(../img/implant/header.png);
  background-position:center center;
}
.head_ortho {
  background-image:url(../img/ortho/header.png);
  background-position:center center;
}
.head_recruit {
  background-image:url(../img/recruit/header.png);
  background-position:center center;
}

@media screen and (max-width: 1240px) {
.head_aboutus,
.head_general,
.head_beauty,
.head_implant,
.head_ortho,
.head_recruit {
  height: 500px;
  }
}
@media screen and (max-width: 960px) {
.head_aboutus,
.head_general,
.head_beauty,
.head_implant,
.head_ortho,
.head_recruit {
  height: 380px;
  }
}
@media screen and (max-width: 767px) {
.head_aboutus,
.head_general,
.head_beauty,
.head_implant,
.head_ortho,
.head_recruit {
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 0 auto;
  height: 320px;
  }
}
@media screen and (max-width: 480px) {
.head_aboutus,
.head_general,
.head_beauty,
.head_implant,
.head_ortho,
.head_recruit {
  height: 260px;
  }
}


/*========================
共通ナビゲーション
========================*/
header {
  width: 92%;
  background: #FFF;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  position: fixed;
  right: 0;
  left: 0;
  padding:0;
  margin: 18px auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
header {
  width: 94%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  }
}

.head{
  position: relative;
  width: 100%;
  height: 100px;
  padding:0 18px;
  margin: 0 auto;
  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;
}
.headlogo{
  white-space: nowrap;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
}
.headlogo a{
  text-decoration: none;
  color: #222;
}
.headlogo img{
  width: 100%;
  max-width: 100px;
  display: inline-block;
}
.headnav{
  flex: 1;
  margin: 0 18px;
}
.headtel{
  margin: 0 0 0 auto;
}
.headtel a{
  color: #1E589E;
  font-weight: 600;
  font-size: 1.4em;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position:relative;
  display: inline-block;
  padding: 0.3em 0 0 1.6em;
}
.headtel a:before{
	position: absolute;
  top: 0.3em;
  left: 0;
  content:"";
  display:inline-block;
  width:2em;
  height:2em;
  background:url(../img/common/icon_tel.png) no-repeat;
  background-size:contain;
}
.headtel span{
  color: #1E589E;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  margin-top: 0.6em;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 1240px) {
.headlogo{
  font-size: 1em;
  }
}
@media screen and (max-width: 960px) {
header {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  margin: 12px auto 0;
  }
.head {
  height: 84px;
  padding:0 18px;
  }
.headnav{
  margin: 0 24px 0 24px;
  }
.headtel{
  display: none;
  }
}
@media screen and (max-width: 767px) {
.head {
  height: 64px;
  padding:0 15px;
  }
.headlogo{
  font-size: 0.9em;
  }
.headlogo img{
  max-width: 64px;
  }
}

/*ヘッダー高さ調整*/
#headimg {
  padding-top: 100px;
  opacity: 0.99; /*ヘッダー内のリンクを有効にする*/
}
@media screen and (max-width: 960px) {
#headimg {
  padding-top: 84px;
  }
}
@media screen and (max-width: 767px) {
#headimg {
  padding-top: 0;
  }
}


/*========================
共通フッター
========================*/
footer {
  width: 100%;
}

/*-------------------------
お問い合わせ誘導枠
--------------------------*/
.footcontact {
  width: 100%;
  padding: 64px 24px;
  margin: 0 auto;
  position: relative;
  background-image:url(../img/common/footcontact.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  font-weight: 700;
  color: #222;
  font-size: 1.1em;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}
.footcontact a{
  color: #222;
  font-weight: 600;
  font-size: 2em;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position:relative;
  display: inline-block;
  padding: 0 0 0 1em;
  margin: 0.4em 0;
}
.footcontact a:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(../img/common/icon_tel2.png) no-repeat;
  background-size:contain;
}
@media screen and (max-width: 767px) {
.footcontact {
  padding: 48px 24px;
  font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
.footcontact {
  padding: 42px 18px;
  font-size: 0.9em;
  }
}

/*-------------------------
2カラム
--------------------------*/
.footcolumn {
  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: center;
  align-items:stretch;
}
.footcolumn li:first-child{
  width: 60%;
  height: auto;
  padding: 42px 24px 32px;
  margin: 0 auto;
}
.footcolumn li:last-child{
  width: 40%;
  height: auto;
}
.footinfoinner {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
.footcolumn li:last-child iframe {
  width: 100%;
  height:100%;
  padding: 0;
  margin: 0;
  display: block;
}
@media screen and (max-width: 1000px) {
.footcolumn {
  display: block;
  flex-direction: column;
  }
.footcolumn li:first-child{
  width: 100%;
  }
.footcolumn li:last-child{
  width: 100%;
  }
.footinfoinner {
  max-width: 640px;
  }
.footcolumn li:last-child iframe {
  height:380px;
  }
}
@media screen and (max-width: 640px) {
.footcolumn li:first-child{
  padding: 32px 24px 24px;
  }
}
@media screen and (max-width: 480px) {
.footcolumn li:last-child iframe {
  height:240px;
  }
}

/*ロゴ*/
.footlogo img{
  width: 100%;
  max-width: 380px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
.footlogo img{
  max-width: 320px;
  }
}
@media screen and (max-width: 640px) {
.footlogo img{
  max-width: 240px;
  }
}
/*TELリンク*/
.foottel{
  color: #1E589E;
  font-weight: 500;
  font-size: 1.4em;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position:relative;
  display: inline-block;
  padding: 0 0 0 1em;
  margin: 0.6em 0;
}
.foottel:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:1em;
  height:1em;
  background:url(../img/common/icon_tel.png) no-repeat;
  background-size:contain;
}
/*コピーライト*/
.copyright {
  font-size: 0.75em;
  line-height: 1;
  white-space: nowrap;
  color: #999;
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
.copyright {
  font-size: 0.7em;
  margin-top: 24px;
  }
}


/*========================
汎用パーツ
========================*/
/*-------------------------
見出し
--------------------------*/
/*ネイビー文字*/
.title_navy42 {
  font-size: 2.3em;
  line-height: 1.5;
  color: #4B595F;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.title_navy32 {
  font-size: 1.9em;
  line-height: 1.5;
  color: #4B595F;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.title_navy24 {
  font-size: 1.5em;
  line-height: 1.5;
  color: #4B595F;
  font-weight: 500;
}
.title_navy21 {
  font-size: 1.3em;
  line-height: 1.5;
  color: #4B595F;
  font-weight: 500;
}
/*薄ネイビー英字*/
.title_navyeng32 {
  font-size: 1.9em;
  line-height: 1.2;
  color: #B7C0C5;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-top: 0.1em;
  white-space: nowrap;
}
.title_navyeng24 {
  font-size: 1.5em;
  line-height: 1.2;
  color: #B7C0C5;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-top: 0.1em;
  white-space: nowrap;
}
.title_navyeng21 {
  font-size: 1.3em;
  line-height: 1.2;
  color: #B7C0C5;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-top: 0.1em;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
.title_navy42 {
  font-size: 2em;
  }
.title_navy32 {
  font-size: 1.7em;
  }
.title_navy24 {
  font-size: 1.4em;
  }
.title_navy21 {
  font-size: 1.25em;
  }
.title_navyeng32 {
  font-size: 1.7em;
  }
.title_navyeng24 {
  font-size: 1.4em;
  }
.title_navyeng21 {
  font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
.title_navy42 {
  font-size: 1.8em;
  }
.title_navy32 {
  font-size: 1.5em;
  }
.title_navyeng32 {
  font-size: 1.5em;
  }
}

/*背景薄ネイビーサブタイトル*/
.articletitle {
  width: 100%;
  padding: 0.8em 0.8em 0.8em 1em;
  margin: auto;
  background: #EAEDEE;
  color: #4B595F;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
.articletitle {
  padding: 0.8em 0.8em 0.8em 1em;
  font-size: 1.15em;
  }
}
@media screen and (max-width: 640px) {
.articletitle {
  padding: 0.6em 0.8em 0.6em 1em;
  margin-bottom: 12px;
  }
}

/*文頭●付き見出し*/
.dottitle {
  line-height: 1.65;
  padding: 0 0 0 1.2em;
  margin: 0 0 0.2em;
	position: relative;
  color: #4B595F;
  font-size: 1.1em;
  font-weight: 700;
}
.dottitle:before{
	position: absolute;
	top: 0.02em;
	left: 0;
  font-size: 0.9em;
  color: #4B595F;
  font-family:"Material Symbols Rounded";
	content: "\ef4a"; /*丸*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}

/*-------------------------
診療日テーブル
--------------------------*/
.hourtable {
  width: 100%;
  max-width: 840px;
  border-collapse: collapse;
}
.hourtable th{
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 12px 5px 8px;
}
.hourtable td{
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 18px 5px;
  width:6%;
  background: #EEE;
  color: #1E589E;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.hourtable .time{
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #222;
}
@media screen and (max-width: 640px) {
.hourtable th{
  padding: 8px 5px;
  }
.hourtable td{
  padding: 12px 5px;
  }
}
@media screen and (max-width: 480px) {
.hourtable th{
  font-size: 0.8em;
  padding: 6px 2px;
  }
.hourtable th:last-child{
  padding: 6px 6px 6px 2px;
  }
.hourtable td{
  font-size: 0.8em;
  padding: 10px 2px;
  }
.hourtable .time{
  font-size: 0.9em;
  letter-spacing: 0.03em;
  }
}

/*-------------------------
PRポイントテキスト
--------------------------*/
.prpoints {
  display: inline-block;
}
.prpoints div{
  background-color: #1E589E;
  color: #FFF;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  padding: 0.5em 0.6em;
  font-size: 0.95em;
  margin-bottom: 0.2em;
  display: inline-block;
}
@media screen and (max-width: 640px) {
.prpoints div{
  font-size: 0.9em;
  }
}


/*-------------------------
アイコン付きテキストリンク
--------------------------*/
/*文末矢印付きリンク*/
.arrlink {
  position: relative;
  display: inline-block;
  color: #9E7D53;
  font-weight: 600;
  padding: 0 1.25em 0 0;
  margin: 0 0.25em;
  font-size: 0.95em;
}
.arrlink:after{
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.2em;
  font-family:"Material Symbols Rounded";
  content: "\e037"; /*三角矢印*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}

/*外部リンク*/
.exlink {
  position: relative;
  display: inline-block;
  color: #222;
  font-weight: 500;
  padding: 0 1.25em 0 0;
  margin: 0 0.25em;
}
.exlink:after{
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1em;
  color: #111;
  font-family:"Material Symbols Rounded";
  content: "\e89e"; /*出口矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 400
}

/*GoogleMapを見る*/
.maplink {
  position: relative;
  display: inline-block;
  color: #1E589E;
  font-weight: 500;
  padding: 0 0 0 1.25em;
  margin: 0 0 0 0.8em;
  font-size: 0.95em;
}
.maplink:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.2em;
  font-family:"Material Symbols Rounded";
  content: "\e0c8"; /*マップピン*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}
@media screen and (max-width: 480px) {
.maplink {
  margin: 0 0 0 0;
  }
}

/*-------------------------
アイコン付き電話リンクテキスト
--------------------------*/
.tel{
  position:relative;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1;
  padding: 0 0 0 1.1em;
  color: #222;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  margin: 0.5em auto;
  letter-spacing: 0.08em;
}
.tel:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:0.9em;
  height:0.9em;
  background:url(../img/icontel_black.png) no-repeat;
  background-size:contain;
}

/*-------------------------
ボタン・テキストリンク
--------------------------*/
/*文末矢印アイコン付きボタン*/
.btn {
	display: inline-block;
	color: #1E589E;
	background-color: #FFF;
	text-decoration: none;
	padding: 0.8em 2em 0.8em 1.2em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0.3em 0.3em 0;
  border: 1px solid #1E589E;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.btn:after {
	position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.3em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}
.btn:hover{
	background-color: #1E589E;
  color: #FFF;
	transition: 0.3s;
}

/*ネイビー背景文末矢印アイコン付きボタン*/
.btn_navy {
	display: inline-block;
	color: #FFF;
	background-color: #687A82;
	text-decoration: none;
	padding: 0.8em 2em 0.8em 1.2em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.btn_navy:after {
	position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.3em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 100
}
.btn_navy:hover{
	background-color: #4B595F;
	transition: 0.3s;
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 32px;
  bottom:32px;
  z-index: 2;
}
.jumpbtn {
  width:4em;
  height:4em;
  cursor:pointer;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  cursor:pointer;
  background:#1E589E;
  position: relative;
}
.jumpbtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  font-size: 2.4em;
  color: #FFF;
  font-family:"Material Symbols Rounded";
	content: "\e5d8"; /*上向き矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}
@media(max-width:960px){
#jumptop{
  right: 24px;
  bottom:24px;
  }
.jumpbtn {
  width: 3.2em;
  height: 3.2em;
  }
.jumpbtn:before {
  font-size: 2.1em;
  }
}
@media(max-width:767px){
.jumpbtn {
  display: none;
  }
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 幅可変横並び*/
.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: flex-start;
  align-items:flex-start;
}
.column li{
  margin:0 15px 0 0;
}
.column li:last-child{
  margin:0 0 0 0;
}

/* 画像420px ＋ テキスト*/
.column420 {
  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;
}
.column420 li:first-child {
  max-width: 420px;
  margin: 0 42px 0 0;
}
.column420 li:last-child {
  flex: 1;
}
@media screen and (max-width: 960px) {
.column420 {
  align-items:flex-start;
  }
.column420 li:first-child {
  max-width: 300px;
  margin: 0 32px 0 0;
  }
}
@media screen and (max-width: 767px) {
.column420 {
  flex-direction: column;
  display:block;
  max-width: 640px;
  }
.column420 li:first-child {
  max-width: 100%;
  margin: 0 0 24px 0;
  }
.column420 li:first-child img{
  width: 100%;
  max-width: 380px;
  }
}
@media screen and (max-width: 640px) {
.column420 {
  max-width: 480px;
  }
.column420 li:first-child img{
  max-width: 320px;
  }
}

/* 均等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:center;
}
.col2 li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 30px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.col2 li{
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 20px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}
