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


/*========================
医院情報
========================*/
/*-------------------------
クリニック概要
--------------------------*/
.clinicinfo {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 32px;
}
.clinicinfo .logoimg {
  width: 100%;
  max-width: 380px;
  margin-bottom: 32px;
}
.clinicinfoinner {
  max-width: 840px;
  margin: 0 0 0 auto;
  padding: 0 0 0 32px;
}
@media screen and (max-width: 1240px) {
.clinicinfo .logoimg {
  max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
.clinicinfo .logoimg {
  max-width: 260px;
  }
}
@media screen and (max-width: 640px) {
.clinicinfo {
  padding: 0 24px;
  }
.clinicinfoinner {
  padding: 0 0 0 0;
  }
.clinicinfo .logoimg {
  max-width: 200px;
  }
}

/*-------------------------
当院の治療方針
--------------------------*/
.ourpolicy {
  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;
}
.ourpolicy li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  height: auto;
  padding: 0 8px 18px;
}
.ourpolicy li div{
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #B7C1C6;
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.15em;
  color: #222;
  padding: 1.2em 0.3em;
  line-height: 1.65;
  letter-spacing: 0.02em;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
.ourpolicy li{
  padding: 0 5px 12px;
  }
.ourpolicy li div{
  font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
.ourpolicy li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 8px 18px;
  }
}
@media screen and (max-width: 480px) {
.ourpolicy li{
  padding: 0 1px 2px;
  }
.ourpolicy li div{
  font-size: 0.95em;
  }
}

/*-------------------------
院内風景
--------------------------*/
.gallery {
  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;
}
.gallery li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 8px 24px;
}
.gallery li p{
  font-size: 0.85em;
  line-height: 1.6;
  padding: 0 0.8em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
.gallery {
  display: block;
  flex-direction: column;
  max-width: 480px;
  }
.gallery li{
  width: 100%;
  max-width:100%;
  padding: 0 0 24px;
  }
}


/*========================
一般歯科 (保険内治療)
========================*/
/*-------------------------
アイコン付きタイトル
--------------------------*/
.icontitle {
  position: relative;
  height: 124px;
  margin-bottom: 32px;
}
.icontitle img {
  position: absolute;
  width: 100%;
  max-width: 124px;
  display: inline;
}
.icontitletext {
	position: absolute;
  top: 52%;
  left: 142px;
  transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  white-space: nowrap;
}
.icontitletext h3{
  display: inline;
  padding-right: 0.6em;
  border-right: 1px solid #B7C1C6;
}
.icontitletext h6{
  display: inline;
  padding-left: 0.7em;
}
@media screen and (max-width: 1000px) {
.icontitle {
  position: relative;
  height: 100px;
  }
.icontitle img {
  max-width: 100px;
  }
.icontitletext {
  left: 118px;
  }
}
@media screen and (max-width: 767px) {
.icontitle {
  position: relative;
  height: 84px;
  }
.icontitle img {
  max-width: 84px;
  }
.icontitletext {
  left: 100px;
  }
}
@media screen and (max-width: 640px) {
.icontitle {
  margin-bottom: 24px;
  font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
.icontitle {
  position: relative;
  height: 64px;
  }
.icontitle img {
  max-width: 64px;
  }
.icontitletext {
  left: 74px;
  }
}

/*-------------------------
横並び３項目リスト
--------------------------*/
.column3 {
  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;
}
.column3 li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  margin:0 24px 0 0;
}
.column3 li:last-child{
  margin:0 0 0 0;
}
.column3 li h5{
  font-size: 1.1em;
  color: #D28613;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  margin: 0.8em 0 0.3em;
}
.column3 li p{
  font-size: 0.9em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
.column3 {
  display: block;
  flex-direction: column;
  }
.column3 li{
  width: 100%;
  max-width:100%;
  margin: 0 0 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:center;
  }
.column3 li img{
  width: 240px;
  }
.column3 li div {
  flex: 1;
  padding: 0 0 0 24px;
  }
.column3 li h5{
  text-align: left;
  }
}
@media screen and (max-width: 640px) {
.column3 li{
  margin: 0 0 18px;
  }
.column3 li img{
  width: 200px;
  }
.column3 li div {
  padding: 0 0 0 18px;
  }
}
@media screen and (max-width: 480px) {
.column3 li{
  display: block;
  flex-direction: column;
  text-align: center;
  }
.column3 li img{
  width: 100%;
  max-width: 200px;
  }
.column3 li div {
  padding: 0 0 0 0;
  }
.column3 li h5{
  text-align:center;
  }
.column3 li p{
  font-size: 0.95em;
  text-align: left;
  padding: 0 0.8em;
  }
}


/*========================
自由診療
========================*/
/*-------------------------
症例
--------------------------*/
.case {
  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;
}
.case li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 18px 0 0;
}
.case li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 640px) {
.case {
  display: block;
  flex-direction: column;
  max-width: 420px;
  }
.case li{
  width: 100%;
  max-width:100%;
  margin:0 0 18px 0;
  }
}

/* テーブル */
.casetable{
  width: 100%;
  border-collapse: collapse;
  margin: 18px auto 0;
  font-size: 0.9em;
}
.casetable th{
  width: 30%;
  padding: 0.5em 0.8em;
  text-align: center;
  vertical-align: middle;
  background-color: #F0F2F2;
  border: 1px solid #AAA;
  font-weight:normal;
  white-space: nowrap;
  color: #4B595F;
}
.casetable td{
  width:70%;
  padding: 0.5em 0.8em;
  background-color: #FFF;
  text-align:left;
  vertical-align: middle;
  border: 1px solid #AAA;
}
@media screen and (max-width: 640px) {
.casetable{
  font-size: 0.85em;
  }
.casetable th{
  padding: 0.3em 0.6em;
  }
.casetable td{
  padding: 0.3em 0.6em;
  }
}


/*========================
採用情報
========================*/
/*-------------------------
募集概要
--------------------------*/
.jobtable {
  width: 100%;
  border-collapse: collapse;
}
.jobtable th{
  width: 30%;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  background-color: #EEE;
  border: 1px solid #777;
  font-weight: 600;
  font-weight:normal;
  white-space: nowrap;
}
.jobtable td{
  width:70%;
  padding: 10px 15px;
  background-color: #FFF;
  text-align:left;
  vertical-align: middle;
  border: 1px solid #777;
}
@media screen and (max-width: 640px) {
.jobtable th,
.jobtable td {
  display:block;
  width:100%;
  border-top: none;
  padding: 5px 10px;
  text-align:left;
  }
.jobtable th{
  white-space: normal;
  }
.jobtable tr:first-child th {
  border-top: 1px solid #777;
  }
}

/*-------------------------
フォーム
--------------------------*/
form ul{
  width:100%;
  margin: 0 auto 32px;
  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;
}
form ul li:first-child{
  width: 30%;
  position: relative;
  font-weight: 700;
  text-align: right;
  padding: 0 3em 0 0;
}
form ul li:last-child{
  width: 70%;
  padding: 0 0 0 18px;
}
form ul li:first-child span{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
form ul li:last-child .note{
  font-size: 0.8em;
  margin-top: 0.3em;
}
@media screen and (max-width: 640px) {
form ul{
  display: block;
  flex-direction: column;
  margin: 0 auto 18px;
  }
form ul li:first-child{
  width: 100%;
  text-align: left;
  padding: 0 0 0 0;
  }
form ul li:last-child{
  width: 100%;
  padding: 8px 0 0 0;
  }
form ul li:first-child span{
  position: static;
  right: auto;
  top: auto;
  transform: none;
  }
}

/*-------------------------
フォームスタイリング
--------------------------*/
/* 入力・選択欄 */
form input[type='text'],
form input[type='search'],
form input[type='tel'],
form input[type='url'],
form input[type='email'],
form input[type='password'],
form input[type='date'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='month'],
form input[type='week'],
form input[type='time'],
form input[type='number'],
form select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: 1px solid #BBB;
  background:#FFF;
  padding:0.6em;
  font-size:1.1em;
}
form .shortinput {
  width: 40%;
  max-width: 4em;
  margin-right: 0.5em;
}
form select::-ms-expand {
  display: none;
}
form textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: 1px solid #BBB;
  background:#FFF;
  padding:0.6em;
  font-size:1.05em;
  height:8em;
}
form input::placeholder,
form textarea::placeholder {
	color: #AAA;
}
/* Edge */
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
	color: #AAA;
}
/* IE11 & IE10 */
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
	color: #AAA;
}
/* ラジオボタン・チェックボックス */
form input[type="radio"] , 
form input[type="checkbox"]{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin:0 0.8em 0 0;
}
form label {
  cursor:pointer;
  display: inline-block;
  text-indent:-1.5em;
  line-height: 1.6;
  margin: 0.4em 1em 0.4em 2em;
}
/* ボタン */
form input[type='submit'],
form input[type='reset'],
form input[type='button'],
form button {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width: 100%;
  font-size:1.3em;
  cursor: pointer;
  padding: 1em 4em;
  background-color: #4B595F;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  border: 0;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 480px) {
form input[type='submit'],
form input[type='reset'],
form input[type='button'],
form button {
  padding: 1em 2em;
  }
}
/* 必須項目アイコン */
form .hissu {
  width: 3em;
  display: inline-block;
  font-size:0.8em;
  line-height:1;
  color:#FFF;
  background-color:#E56540;
  padding:5px 6px 4px;
  font-weight:600;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin: 0 0 0 0.8em;
}

/*-------------------------
プライバシーポリシー
--------------------------*/
.privacy {
  font-size: 0.9em;
  line-height: 1.65;
}








