﻿@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/css?family=Quicksand:300,400,500,700');
@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=Montserrat:wght@200;300;400;500;600&display=swap');


/*========================
導入設備
========================*/
.facilitytitle {
  width: 100%;
  margin: 0 auto;
  padding: 18px 20px;
  background: #138BCA;
  color: #FFF;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  line-height: 100%;
  letter-spacing: 0.03em;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 25px;
}
.device {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 1.4em;
  font-weight: 900;
  color: #138BCA;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
.facilityhr {
  width: 100%;
  border-width: 2px 0 0 0; 
  border-style: solid;
  border-color: #138BCA;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
.facilitytitle {
  padding: 15px 20px;
  font-size: 1.2em;
  margin-bottom: 20px;
  }
.device {
  margin-bottom: 12px;
  text-align: center;
  }
.facilityhr {
  margin: 30px 0 20px;
  }
}


/*========================
医院情報
========================*/
.clinicinfo {
  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;
  flex-wrap: wrap;
}
.clinicinfo_img {
  width:50%;
  height: auto;
}
.clinicinfo_detail {
  width:50%;
  height: auto;
  padding: 12px 0 12px 30px;
  line-height: 1.7;
}
.clinicinfophoto {
  width: 100%;
  height: 100%;
  background-image:url(../img/aboutus/img.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
@media screen and (max-width: 840px) {
.clinicinfo {
  flex-direction: column;
  display:block;
  }
.clinicinfo_img {
  width:100%;
  }
.clinicinfo_detail {
  width:100%;
  padding: 25px 0 0;
  }
.clinicinfophoto {
  height: 360px;
  }
}
@media screen and (max-width: 480px) {
.clinicinfo_detail {
  width:100%;
  padding: 20px 0 0;
  }
.clinicinfophoto {
  height: 240px;
  }
}


/*========================
医師紹介
========================*/
.doctorwrap {
  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;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.doctorimg {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items:flex-end;
  background: #9FD8F7;
  padding: 25px 40px 0 15px;
}
.doctorprofile {
  width: 50%;
  height: auto;
  display: flex;
  align-items:center;
  padding: 20px 20px 15px 30px;
  background: #EEE;
}
.doctorprofile p{
  margin-bottom: 5px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
.doctorimg {
  padding: 25px 30px 0 15px;
  }
}
@media screen and (max-width: 767px) {
.doctorwrap {
  flex-direction: column;
  display:block;
  margin-bottom: 0;
  }
.doctorimg {
  width: 100%;
  padding: 20px 34px 0 0;
  justify-content: center;
  }
.doctorprofile {
  width: 100%;
  padding: 20px 25px 15px 25px;
  justify-content: center;
  text-align: center;
  }
}

/* 横並び */
.profilecol {
  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;
}
.profilecol li{
  width:50%;
  margin:0 40px 0 0;
}
.profilecol li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 840px) {
.profilecol {
  flex-direction: column;
  display:block;
  }
.profilecol li {
  width:100%;
  margin:0 0 30px 0;
  }
.profilecol li:last-child{
  margin:0 0 0 0;
  }
}

/* 経歴 */
.inchohistory dl{
  padding: 0;
  margin: 0;
}
.inchohistory dt{
  float: left;
}
.inchohistory dd{
  margin-left: 5.2em;
  margin-bottom: 8px;
}


/*========================
お問い合わせ
========================*/
.formtable {
  width: 100%;
  border-collapse: collapse;
}
.formtable tr{
  border: 1px solid #555;
}
.formtable th{
  width: 35%;
  padding: 15px 20px;
  text-align:left;
  vertical-align: middle;
  background-color: #F4EEE3;
  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.1em;
}
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.1em;
  height:160px;
}
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.4em;
  cursor: pointer;
  padding: 20px 42px 24px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  background: #333;
  line-height: 100%;
  border: 0;
  letter-spacing: 0.04em;
  margin:12px;
  font-family: "Noto Sans JP", 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;
  white-space: nowrap;
}

/* プライバシーポリシー */
.privacytitle {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  line-height:1.6;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.5em;
  color: #138BCA;
  margin-bottom: 30px;
}
.privacytitle:before,
.privacytitle:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #138BCA;
}
.privacytitle:before {
  left: 0;
}
.privacytitle3:after {
  right: 0;
}
@media screen and (max-width: 640px) {
.privacytitle {
  padding: 0 30px;
  font-size: 1.2em;
  margin-bottom: 20px;
  }
.privacytitle:before,
.privacytitle:after {
  width: 24px;
  }
}


/*========================
汎用パーツ
========================*/
/*-------------------------
２カラムレイアウト
--------------------------*/
.pagecolumn {
  width:100%;
  max-width: 1240px;
  height: auto;
  margin: 0 auto;
  padding:80px 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;
}
.pagemain {
  box-sizing: border-box;
  flex: 1;
  max-width: 780px;
  margin:0 40px 0 0;
}
.pagelink {
  width:320px;
  padding: 0 20px 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
article {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 0 0 32px;
}
@media screen and (max-width: 1240px) {
.pagelink {
  width:280px;
  }
}
@media screen and (max-width: 960px) {
.pagecolumn {
  flex-direction: column;
  display:block;
  padding: 80px 0 0;
  }
.pagemain {
  margin:0 auto;
  margin-bottom: 60px;
  }
.pagelink {
  width:100%;
  position: static;
  padding: 0;
  }
article {
  padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
.pagecolumn {
  padding: 60px 0 0;
  }
.pagemain {
  margin-bottom: 40px;
  }
article {
  padding: 0 24px;
  }
}
