@charset "utf-8";
/*
Theme Name: Dentrance Responsive
Description: 株式会社デントランス レスポンシブテーマ 2018
Author: ShinoB's Factory
Version: 1.0.0
*/


/*//////////// モバイルファースト ///////////////////////////////////////////////////////////////////////////*/
/*================================

body

=================================*/

.movtitle {
background-color:#f8d7e5;
text-align:center;
color:#362e2b;
border-radius: 4px;
padding:10px;
font-size:16px;
margin-bottom:10px;
margin-top:10px;
}
.mov_left {
float:none;
width: auto;
  height: auto;
  margin-top:20px;
  margin-bottom:20px;
}
.mov_right {
float:none;
width: auto;
  height: auto;;
   margin-top:20px;
   margin-bottom:20px;
}

.mov_left iframe,
.mov_right iframe {
width:100%;
height:auto;
}

.bgcustom {
  padding: 30px 0px !important;
}
.bgcustom02 {
  padding: 30px 0px !important;
  margin-bottom:40px !important;
}







/* 固定ページwrap */
#pageWrap {
  margin: 1em .5em;
}
#mainWrap {
  margin: 1em 0 0;
}
/* 画像を右側に配置 */
.flexImg {
  margin-bottom: .4em;
}
.flexImg img {
  width: 100%;
}
/* 画像を横２列に配置 */
.flexImg02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flexImg02 img {
  margin-bottom: .4em;
  width:100%;
}
/* 固定ページ見出し */
.entry-header {
  border: 0;
  margin-right: calc(50% - 48vw); /* breaking-out */
  margin-left: calc(50% - 50vw); /* breaking-out */
  margin-top: -1em;
  background-color: #ea3076;
  background-image: none;
  padding: 20px 10px;
}
/* シングルページ見出し */
.entry-header-single {
  border: 0;
  margin: 0 0 1em 0;
  background-color: #ea3076;
  border-radius: 12px;
  padding: 16px;
  background-image: none;
}
.entry-header-single h1.entry-title {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
  color: #fefefe;
}
/* 共通見出し */
h1.entry-title {
  font-size: 2.3rem;
  font-weight: normal;
  line-height: 1.2;
  color: #fefefe;
}
.entry-header p {
  line-height: 1.2;
  color: #d7eaf7;
  margin: 0;
  padding: 10px 0 0 0;
}
#mainWrap main h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
  margin: .4em 0 .6em;
  position: relative;
}
#mainWrap main h2:after {
  content: "";
  display: block;
  height: 4px;
  background-image: linear-gradient(to right, #ea3076, #ea3076);
  margin-top: .2em;
}
#mainWrap main h2:first-of-type {
  margin: .4em 0 .6em;
}
#mainWrap main h3 {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: normal;
  position: relative;
  color: #fefefe;
  padding: .5em .5em .5em 1em;
  margin: .6em 0;
  background-color: #ea3076;
  border-radius: 4px;
}
#mainWrap main h3::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: .6em;
  height: .2em;
  border-radius: 0 2px 2px 0;
  background-color: #fefefe;
}
#mainWrap main h4 {
  font-size: 1.7rem;
  font-weight: normal;
  padding: .3em .75em;
  background-color: #feeff1;
  border-left: 6px solid #ea3076;
  margin:2rem 0;
}
#mainWrap main h5 {
  font-size: 1.7rem;
  font-weight: normal;
  color: #ea3076;
  line-height: 1.2;
  margin: .4.5em 0 .6em;
  border-bottom: 2px dotted #ea3076;
  padding-bottom:1rem;
  margin-bottom:1em;
}
/* 背景MAX用 */
section {
  position: relative;
}
section::before, section::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
/* 背景MAX下三角 */
.ss-style-triangles::after {
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.ss-style-triangles::after {
  bottom: -20px;
  z-index: 10;
  background: inherit;
}
/* 背景MAX上下半円 */
.ss-style-halfcircle::before, .ss-style-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ss-style-halfcircle::before {
  top: -30px;
}
.ss-style-halfcircle::after {
  bottom: -30px;
}
/* 背景MAX上半円 */
.ss-style-halfcircleTop::before {
  left: 50%;
  z-index: 10;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ss-style-halfcircleTop::before {
  top: -30px;
}
.bgSec01 {
  padding: 2rem 0 3rem;
  margin: 0 0 4rem 0;
}
.bgSec02 {
  padding: 4rem 0;
  margin: 4rem 0;
}
/* 背景MAXカラーパターン */
.bgColor01 {
  background-color: #fdc2cc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.3' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
.bgColor02 {
  background-color: #ea3076;
}
/*================================

header

=================================*/
header {
  background-color: #fff;
  border-top: 4px #ea3076 solid;
}
#headerWrap {
  max-width: 960px;
 
  margin: 0 auto;
  padding: 6px 5px 5px;
  display: flex;
  justify-content: space-between;
}
#headerWrap h1 {
  flex-basis: 49%;
  align-self: center;
}
#headerWrap .tel {
  flex-basis: 49%;
  align-self: center;
}
/* ヘッダーオファー */
#headerOffer {
  display: none;
}
/*================================

topSec04 選ばれる理由

=================================*/
.top-reasonttl {
  display: block;
  margin: 0 auto;
}
.top-reason {
  background: #fefefe;
  margin: 0 0 1em 0;
  padding: .5em;
  border-radius: 0 0 6px 6px;
}
.top-reason h3 {
  color: #ea3076;
  margin-bottom: .8em;
  padding-bottom: .2em;
  border-bottom: 2px #ea3076 dotted;
}
/* 選ばれる理由ページ*/
.reasonNum {
  background-color: #ea3076;
  border-radius: 0 12px 12px 0;
  color: #fefefe;
  display: inline-block;
  font-weight: bold;
  padding: 2px 20px 4px 12px;
  margin-top: .6em;
  border-left: .6em #ea3076 solid;
}
/*================================

topSec05 診療メニュー

=================================*/
.topMenuBg {
  display: none;
}
/*================================

topSec06 院長スタッフ紹介

=================================*/
.profile {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.career {
  flex-basis: 62%;
  font-size: 1.2rem;
}
.profileSub {
  font-size: 1rem;
}
.career dl dt {
  font-weight: bold;
}
.career dl dd {
  border-bottom: 1px #ccc dotted;
  padding-bottom: .4em;
  margin-bottom: .6em;
}
.doctor {
  flex-basis: 36%;
  text-align: right;
}
.massage {
  background-color: #fefefe;
  border-radius: 12px;
  margin-top: 1em;
  padding: 1em;
}
.massage p:last-child {
  margin: 0;
  padding: 0;
}
/*================================

topSec07 医院案内アクセス

=================================*/
.google-iframeWrap {
  padding-bottom: 52.1%;
}
.access {
  background-color: #fefefe;
  border: 2px #ea3076 solid;
  border-radius: 12px;
  margin: 1em 0;
  padding: 1em;
}
.accessLogo {
  width: 84%;
  margin: 0 auto;
  text-align: center;
}
.topAccess {
  list-style: none;
  margin-top: .5em;
  font-size: 1.3rem;
}
.topAccess li {
  position: relative;
  padding: 0 0 .5em 1em;
  line-height: 1.3;
}
.topAccess .root01:before {
  content: "\e534";
  font-family: "icomoon";
  color: #ea3076;
  position: absolute;
  left: 0;
  top: 0;
}
.topAccess .root02:before {
  content: "\f288";
  font-family: "icomoon";
  color: #ea3076;
  position: absolute;
  left: 0;
  top: 0;
}
.topAccess .adress:before {
  content: "\e8b4";
  font-family: "icomoon";
  color: #ea3076;
  position: absolute;
  left: 0;
  top: 0;
}
/*================================

topSec08 よくある質問と答え

=================================*/
a.topFaq {
  display: block;
  width: 94%;
  margin: 2em auto;
  text-align: center;
  border-radius: 50px;
  background-color: #fe8401;
  padding: .7em;
  color: #fefefe;
  text-decoration: none;
}
.topFaq:before {
  content: "\f086";
  font-family: "icomoon";
  color: #fefefe;
}
/* よくある質問ページ */
.faq {
  margin-top: 1.4em;
}
.faq dt {
  background-color: #ea3076;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3em;
  padding: .8em;
}
.faq dd {
  border-width: 0 1px 1px;
  border-style: none solid solid;
  border-color: #ea3076;
  background-color: #fefefe;
  border-radius: 0 0 12px 12px;
  margin-bottom: 2em;
  padding: .8em;
}
.faq img {
  border-radius: 12px;
  margin: 0 0 .5em .5em;
}
.faq p {
  margin-bottom: 1.6rem;
}
.faq dd p:last-child {
  margin-bottom: 0;
}
/*================================

response 診療スケジュール レスポンス

=================================*/
.topResponse {
  border-radius: 12px;
  background-color: #ea3076;
  margin-bottom: 1em;
  padding: 1em;
}
.responseFlex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
/* スケジュール左 */
.schedTxt {
  flex-basis: 100%;
}
.responseTel {
  display: none;
}
.sched {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  padding: 1em 1.6em .8em 1.6em;
  text-align: center;
}
.time {
  flex-basis: 30%;
  white-space: nowrap;
  border-right: 1px #ccc dashed;
  text-align: left;
}
.timeSub {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fefefe;
  text-align: right;
  margin: .4em;
}
/* スケジュール右イメージ */
.schedImage {
  flex-basis: 0%;
}
/* 問い合わせボタン */
a.responseMail {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 12px;
  border: 1px #eee solid;
  background-color: #fe8401;
  padding: .7em;
  color: #fefefe;
  text-decoration: none;
}
.responseMail:before {
  content: "\e901";
  font-family: "icomoon";
  color: #fefefe;
}
/* 診療表オン・オフ */
.schedOn {
  color: #fe8401;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.schedOff {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*================================

aside サイドナビゲーション

=================================*/
#menuWrap {
  display: none;
}
#bnrList {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1em 0 0 0;
}
#bnrList li {
  width: calc(50% - 10px);
  align-items: center;
  justify-content: space-between;
  margin-bottom:10px;
}
/*================================

footer フッター

=================================*/
/* PCフッターメニュー非表示 */
footer {
  display: none;
}
#footerOffer {
  margin: 0;
  background-color: #d7eaf7;
}
/* スマホ下部固定メニューバー */
#fixSp {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  background-color: #fe8401;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}
#fixSp div {
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  color: #fefefe;
  flex: 1 1 25%;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 3px;
  text-align: center;
}
#fixSp div:last-child {
  border-right: none;
}
#fixSp a {
  color: #fefefe;
  text-decoration: none;
}
/* コピーライト */
#copy {
  font-size: 1.2rem;
  text-align: center;
  padding: 14px 0 74px 0;
  background: #c72964;
  color: #fefefe;
}
/*================================

ContactForm7カスタマイズ

=================================*/
/* 入力部分 */
.wpcf7 select, input[type="email"], input[type="text"], textarea {
  width: 100%;
  font-size: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.formTitle {
  display: flex;
  align-items: center;
  margin-bottom: .4em;
}
.formOption {
  width: 100%;
  display: flex;
  margin-bottom: 14px;
}
.formDay {
  white-space: nowrap;
  width: 22%;
  margin-right: 8%;
}
.formTime {
  white-space: nowrap;
  width: 28%;
}
.formRequired {
  margin-left: 10px;
  padding: 1px 6px 2px;
  font-size: 70%;
  vertical-align: middle;
  background: #DC3437;
  color: #fff;
  border-radius: 4px;
}
/* 送信ボタン */
.wpcf7 input[type="submit"] {
  width: 100%;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #fe8401;
  padding: .8em;
  border-radius: 4px;
  border: 0;
}
.wpcf7 input[type="submit"]:hover {
  background: #ff9696;
}
.wpcf7-submit {
  cursor: pointer;
}
.wpcf7-mail-sent-ok {
  display: none !important;
}
/*================================

投稿カテゴリー一覧ページ

=================================*/
.page-ymd {
  background-color: #bbb;
  border-radius: 4px;
  color: #fefefe;
  font-size: .7em;
  letter-spacing: .2em;
  padding: .1em .6em;
}
/*================================

スマホナビページ

=================================*/
.menusp {
  padding-bottom: 70px;
}
.menusp h3 {
  background-color: #ea3076;
  border-radius: 6px;
  color: #fefefe;
  padding: .6em .8em .4em;
}
.menusp ul {
  padding: .4em .8em 0;
}
.menusp ul li a {
  text-decoration: none;
  display: block;
}
/*================================

SNSシェアボタン

=================================*/
#twitter {
  background-color: #55acee;
}
#facebook {
  background-color: #3b5998;
}
#line {
  background-color: #00b900;
}
.sns-area {
  width: 100%;
  margin: 1em auto;
  display: block;
}
.sns-area a {
  text-decoration: none;
}
.sns-share {
  float: left;
  width: 32.3%;
  margin: 0 0.5% 1em 0.5%;
  display: inline-block;
}
.sns-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 1.2rem;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 4px;
}
/*================================

PCのみ<br class="pcBr">で改行

=================================*/
.pcBr {
  display: none;
}

@media screen and ( min-width : 420px ) {
/*//////////// ４２０ｐｘ以上からのデザイン /////////////////////////////////////////////////////////////////*/

/*================================

body

=================================*/
/* 固定ページ画像配置調整 */
.flexImg {
  float: right;
  margin-left: .4em;
  width: 180px;
}
/* 画像を横２列に配置 */
.flexImg02 {
  flex-wrap: nowrap;
  justify-content: space-around;
}
.flexImg02 figure, .flexImg02 p {
  width: 353px;
  padding: 0 0 0 .2em;
}
/* 固定ページ見出し */
.entry-header {
  margin: 0 0 1em 0;
  width: 100%;
  height: 150px;
  background-size: cover;
  border-radius: 12px 12px 0 0;
  padding: 20px;
  border-bottom: 1px #ccc solid;
}
/* 共通ページ見出し */
h1.entry-title {
  font-size: 3rem;
  font-weight: 500;
  color: #555;
}
.entry-header p {
  font-size: 1.4rem;
  color: #888;
  margin: 0;
  padding: 10px 0 0 0;
}
/*================================

header

=================================*/
header {
  width: 100%;
}
}

@media screen and ( min-width : 768px ) {
/*//////////// ７６８ｐｘ以上からのデザイン ///////////////////////////////////////////////////////////////////////////*/

/*================================

body

=================================*/
/* 固定ページwrap */
#pageWrap {
  margin: 1em .5em;
}
#mainWrap {
  margin: 1em auto;
}
/* 固定ページ画像配置調整 */
.flexImg {
  float: right;
  margin-left: .4em;
  width: 200px;
}
/* 画像を横２列に配置 */
.flexImg02 {
  justify-content: space-between;
}
/* シングルページ見出し */
.entry-header-single {
  margin: 0 0 1em 0;
  background-color: #ea3076;
  border-radius: 12px;
  padding: 16px;
}
.entry-header-single h1.entry-title {
  font-size: 3rem;
  font-weight: 500;
}
.entry-header p {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #888;
  width: 400px;
}
#mainWrap main h2 {
  font-size: 2.6rem;
  font-weight: 500;
}
#mainWrap main h3 {
  font-size: 2.1rem;
  font-weight: 500;
  padding: .5em .5em .5em 1.2em;
}
#mainWrap main h4 {
  font-size: 2.1rem;
  font-weight: 500;
}
/* 背景MAX下三角 */
.ss-style-triangles::after {
  width: 100px;
  height: 100px;
}
.ss-style-triangles::after {
  bottom: -40px;
  background: inherit;
}
/* 背景MAX上下半円 */
.ss-style-halfcircle::before, .ss-style-halfcircle::after {
  width: 100px;
  height: 100px;
}
.ss-style-halfcircle::before {
  top: -40px;
}
.ss-style-halfcircle::after {
  bottom: -40px;
}
/* 背景MAX上半円 */
.ss-style-halfcircleTop::before {
  width: 100px;
  height: 100px;
}
.ss-style-halfcircleTop::before {
  top: -40px;
}
/* 背景MAXカラーパターン＆スペース */
.bgSec01 {
  padding: 5rem 0 8rem;
  margin: 0 0 9rem;
}
.bgSec02 {
  padding: 7rem 0 5rem;
  margin: 8rem 0;
}
.bgSec03 {
  padding: 8rem 0 2rem;
  margin: 8rem 0 0;
}

/*================================

header

=================================*/
#headerWrap {
  max-width: 960px;
  padding: 10px 5px;
}
#headerWrap h1 {
  width: 480px;
  flex-basis: 50%;
  height: 0;
  padding-bottom: 7.8125%; /* アスペクト比 元画像の高さ÷画像の幅×100 */
  background: url(../img/header/logo_pc.png) top center no-repeat;
  background-size: contain;
}
#headerWrap h1 img {
  display: none;
}
#headerWrap .tel {
  width: 480px;
  flex-basis: 50%;
  height: 0;
  padding-bottom: 7.8125%; /* アスペクト比 元画像の高さ÷画像の幅×100 */
  background: url(../img/header/tel_pc.png) top center no-repeat;
  background-size: contain;
}
#headerWrap .tel img {
  display: none;
}
/* メインイメージ */
#hero h2 {
  display: none;
}
#hero {
  width: 100%;
  background: #fefefe url(../img/top/hero_bg_pc.png) top center no-repeat;
  height:900px;
}
#heroPc {
  max-width: 960px;
  height: 0;
  margin: 0 auto;
  padding-top: 86.4583%; /* アスペクト比 元画像の高さ÷画像の幅×100 */
 
  background-size: contain;
}
/* ヘッダーオファー */
#headerOffer {
  display: block;
}
/*================================

topSec04 選ばれる理由

=================================*/
.top-reason {
  margin: 0 0 2em 0;
  padding: 1em 3em 2em;
  border-radius: 0 0 20px 20px;
  ;
}
.top-reason h3 {
  font-size: 2.6rem;
  margin-bottom: .8em;
}
/*================================

topSec05 診療メニュー

=================================*/
.topMenuBg {
  display: block;
  width: 100%;
  background-color: #ea3076;
  border-radius: 20px;
  margin: 80px 0 60px;
  text-align: center;
  padding: 30px 40px 40px;
}
.topMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* メニューボタン*/
.buttonTopMenu {
  background: #ea3076;
  border: 2px #fff solid;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 2em 1em;
  margin: 10px;
  text-decoration: none!important;
  text-align: center;
  position: relative;
  overflow: hidden;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 30%;
}
.buttonTopMenu:before {
  content: "";
  position: absolute;
  bottom: -90px;
  right: -90px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.buttonTopMenu span {
  position: relative;
}
.buttonTopMenu:hover, .buttonTopMenu:focus {
  color: #ea3076;
}
.buttonTopMenu:hover:before, .buttonTopMenu:focus:before {
  width: 400px;
  height: 400px;
  opacity: 1;
}
.topMenu a {
  color: #fff;
}
/*================================

topSec06 院長スタッフ紹介

=================================*/
.profile {
  max-width: 960px;
}
.profileSub {
  font-size: 1.4rem;
}
.career dl dt {
  clear: both;
  float: left;
  font-weight: bold;
}
.career dl dd {
  padding-left: 36%;
}
/*================================

topSec07 医院案内アクセス

=================================*/
.google-iframeWrap {
  padding-bottom: 36.46%;
}
.access {
  max-width: 960px;
  padding: 1.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accessLogo {
  width: 50%;
  margin-right: auto;
}
.topAccess {
  width: 50%;
  margin-top: 0;
  font-size: 1.5rem;
}
.topAccess li {
  position: relative;
  padding: 0 0 .5em 1.4em;
  line-height: 1.4;
}
/*================================

topSec08 よくある質問と答え

=================================*/
a.topFaq {
  transition: .5s;
  width: 400px;
  padding: 1.4em;
  font-size: 1.8rem;
  font-weight: bold;
}
.topFaq:hover {
  background-color: #fe8401;
}
/* よくある質問ページ */
.faq dt {
  padding: 1em;
}
.faq dd {
  padding: 1em;
}
.faq img {
  border-radius: 12px;
  margin: 0 0 1em 1em;
}
/*================================

response レスポンス

=================================*/
.topResponseBg {
  background: url(../img/common/pc_responsebg.png) repeat;
  padding: 2em 0;
  border-top: 1px #d7d7d7 solid;
}
.topResponse {
  background-color: #faf9f7;
  border: 1px #d7d7d7 solid;
  margin: 1em 0;
  padding: 30px 29px;
}
/* スケジュール左表 */
.schedTxt {
  flex-basis: 60%;
}
.responseTel {
  display: block;
}
.sched {
  justify-content: space-around;
  font-size: 1.6rem;
  padding: 1em 1.6em;
}
.timeSub {
  color: #555;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: .6em;
}
/* スケジュール右イメージ */
.schedImage {
  display: block;
  flex-basis: 38%;
  background-size: contain;
}
/* 問い合わせボタン */
a.responseMail {
  transition: .5s;
  padding: 1.4em;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}
.responseMail:hover {
  background-color: #ff9696;
}
/*================================

aside サイドナビゲーション

=================================*/
#asideNavi {
  display: block;
}
#asideNavi ul a {
  color: #fefefe;
  text-decoration: none;
}
#asideNavi ul a:hover {
  color: #d7eaf7;
}
#menuWrap {
  display: block;
  background-color: #ea3076;
  border-radius: 12px;
}
.menuList {
  display: block;
  padding: 15px 10px;
  list-style-position: inside;
}
.menuList li {
  line-height: 1.2;
  padding: .6em 0 .6em .6em;
}
.menuList li:first-child {
  padding: 0;
}
.menuList li h3 {
  font-family: "メイリオ", Meiryo, sans-serif;
  background-color: #fefefe;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #ea3076;
  padding: .4em .6em;
}
.menuList li span {
  color: #ddd;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: .2em;
}
#bnrList li {
  width: 100%;
}
/*================================

footer フッター

=================================*/ 
/* スマホ問い合わせフローティング非表示 */
#fixSp {
  display: none;
}
footer {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0;
  color: #fefefe;
}
#footerOffer {
  display: none;
}
.footerMenu {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
}
.footerMenu01 {
  flex-basis: 40%;
}
.footerMenu02 {
  flex-basis: 59%;
  display: flex;
  justify-content: space-between;
}
.footerMenu02 ul {
  flex: 1 1 30%;
  padding: 0 2% 0
}
.footerMenu a {
  color: #f5f5f5;
  font-size: 1.4rem;
  text-decoration: none;
}
.footerMenu a:hover {
  color: #1d5cad;
  text-decoration: none;
}
/* フッターリストアロー */
.arrow {
  list-style-type: none;
}
.arrow li {
  position: relative;
  padding: 0 0 0 14px;
  margin: 10px 0;
  line-height: 1.2;
}
.arrow li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
  top: .7em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* コピーライト */
#copy {
  width: 100%;
  font-size: 1.4rem;
  padding: 1em 0;
}
/*================================

SNSシェアボタン

=================================*/
.sns-share {
  margin: .5em 0.5% 1em 0.5%;
}
.sns-link:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
.sns-link {
  font-size: 1.5rem;
}
/*================================

PCのみ<br class="pcBr">で改行

=================================*/
.pcBr {
  display: inline;
}
}

@media screen and ( min-width : 960px ) {
/*//////////// ９６０ｐｘ以上からのデザイン ///////////////////////////////////////////////////////////////////////////*/

/*================================

body

=================================*/
/* 固定ページ画像配置調整 */
.flexImg {
  width: 238px;
}
/* 固定ページ見出し */
#mainWrap main h1 {
  font-size: 3.2rem;
}
/*================================

header

=================================*/
#pageWrap {
  margin: 1em auto;
}
header {
  background: #fff url(../img/header/header_bg.png) top center no-repeat;
}
#headerWrap {
  max-width: 960px;
  padding: 0;
}
#headerWrap h1 {
  max-width: 480px;
  height: 75px;
  margin: 10px auto 10px;
  padding-top: 0;
}
#headerWrap .tel {
  max-width: 480px;
  height: 75px;
  margin: 10px auto 10px;
  padding-top: 0;
}
/* メインイメージ */
#heroPc {
  max-width: 960px;
  height: 900px;
  margin: 0 auto;
  padding-top: 0;
}
/*================================

topSec01 医院動画

=================================*/
.top-iframeWrap {
  background: url(../img/top/sec01/movie_pc.png) no-repeat;
  width: 960px;
  height: 640px;
 
}

.top-iframeWrap02 {
  background: url(../img/top/sec01/movie_pc.png) no-repeat;
  width: 470px;
  height: 313px;
  background-size:470px 313px;
  float:left;
}

.top-iframeWrap03 {
  background: url(../img/top/sec01/movie_pc.png) no-repeat;
  width: 470px;
  height: 313px;
 background-size:470px 313px;
  float:right;
}

.mov_left {
float:left;
width: 470px;
  height: 313px;
  margin-top:40px;
  margin-bottom:40px;
}
.mov_right {
float:right;
width: 470px;
  height: 313px;
   margin-top:40px;
   margin-bottom:40px;
}

.movtitle {
background-color:#f8d7e5;
text-align:center;
color:#362e2b;
border-radius: 30px;
padding:10px;
font-size:18px;
}

.top-iframeWrap02 img , .top-iframeWrap02 iframe {
  max-width: 390px;
  max-height: 219px;
  margin-left:40px;
  margin-top:50px;

}
.top-iframeWrap03 img , .top-iframeWrap03 iframe {
    max-width: 390px;
  max-height: 219px;
  margin-left:40px;
  margin-top:50px;
  
 
}

.top-iframeWrap img , .top-iframeWrap iframe {
  max-width: 800px;
  max-height: 450px;
  position: absolute;
  top: 100px;
  left: 80px;
}
/*================================

topSec06 院長スタッフ紹介

=================================*/
.career {
  font-size: 1.4rem;
}
.profileSub {
  font-size: 1.6rem;
}
.massage {
  padding: 1em 2em ;
}
/*================================

topSec08 よくある質問と答え

=================================*/
a.topFaq {
  margin: 4em auto;
}
/*================================

aside サイドナビゲーション

=================================*/
.menuList li {
  padding: .6em 0 .6em .8em;
}
.menuList li h3 {
  padding: .4em .8em;
}
}


/*================================

ブログ表示

=================================*/

#newslist ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	margin-bottom: 40px;
	
	
}

#newslist li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
        
}


#newslist a {
	display: block;
	position: relative;
	color: #3ba4fd;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 140%;
	font-size: 100%;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #D9D9D9;
}

#newslist a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #ea3076;
	border-right: solid 2px #ea3076;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#newslist a:hover {
	color: #3ba4fd;
}
.top_info {
margin-bottom: 60px;
}
.c-both {
    clear:both; display:block; visibility:hidden;
}


h3.widget-title {
background:#ea3076;
margin-top:20px;
color:#fff;
font-size:16px;
font-weight:nomal;
padding:15px 15px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
#recent-posts-2 ul {
background:#fff;

}

#recent-posts-2 ul {
background:#fff;
padding:10px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;

}
#recent-posts-2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
        color:#00abdc;
}


#recent-posts-2 a {
	display: block;
	position: relative;
	color: #0e17a7;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 140%;
	font-size: 90%;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #D9D9D9;
        color:#00abdc !important;
}

#recent-posts-2 a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #ea3076;
	border-right: solid 2px #ea3076;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
        
}

.flexImg02 figure, .flexImg02 p {
  width: 450px;
  padding: 0 0 0 .2em;
}

section.container {
margin-bottom:60px;
}



.c-both {
    clear:both; display:block; visibility:hidden;
}


/*================================

追加

=================================*/
.img_deco {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #ececec;
}

.red {
color:#fc4c4c;
}

.ph_type01 {
	float: left;
	margin-right:9px;
	width: 48%;
	}
	

.ph_type02 {
	float: right;
	margin:0px;
	width:48%;
}

	
.ph_type01 img, .ph_type02 img  {
	padding:3px;
	}
        
.ph_right {
	float: right;
	margin:0 0 15px 15px;
        position:relative;
        z-index:5;
}
.ph_left {
	float: left;
	margin:0 15px 15px 0px;
        position:relative;
        z-index:5;
}

a.cp_btn {
	display: block;
	width: 400px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	border: 2px solid #00d1a2;
	border-radius: 30px;
	transition: .4s;
        background-color:#00d1a2;
        color: #fff;
        margin:30px 0px;
}
a.cp_btn:hover {
	background: #fff;
	color: #00d1a2;
}


table#table-02 {
	
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

table#table-02 th {
	padding: 10px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #e5e5e5;
}
table#table-02 td {
	padding: 10px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	width: 90px;
	background-color: #FFF;
}

.sch_on {
	color: #ffc002;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 20px;
}

.sch_off {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 20px;
}

table#table-05 {
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
        font-size:95%;
}

table#table-05 th {
	padding: 10px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #f3f3f3;
	vertical-align: middle;
}
table#table-05 td {
	padding: 10px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	vertical-align: middle;
	background-color: #FFF;
}

#gaiyou {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 20px;	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left:30%;
	
}



/*================================

トップ フッターバナー

=================================*/
.topLinkBg {
  background: #fff;
  padding: 2em 0;
  border-top: 1px #d7d7d7 solid;
}
.topLinkBox {
 max-width:960px;
 margin:0px auto;
}


.link_banner {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
        margin-bottom:20px;
        margin-left:20px;
}

.link_banner div {
	width: 32%;
	text-align: center;
	margin: 0 5px 10px 5px ;
	
}

.link_banner a {
	color:#362e2b;
}


.img_pc {
display:block;
}
.img_sp {
display:none;
}

.topblog_right {
width:450px;
float:right;
}
.topblog_left {
width:450px;
float:left;
}

.inner_section {
margin-bottom:40px;
}

.clearfix {
margin-bottom:20px;
}

.recruit_title {
background:#ea3076;
color:#fff;
font-size:30px;
text-align:center;
margin-bottom:20px;
padding:20px;
border-radius:4px;
}

.header_yoyaku {
position:relative;
float:right;
display:block;
}
.header_yoyaku img {
max-width:110px;
margin-left:10px;
}

.hero_bottom_banner {
background:#fff;
padding:20px 0px 30px 0px;
}

.staffL {
width:48%;
float:left;
margin-bottom:10px;
}
.staffR {
width:48%;
float:right;
margin-bottom:10px;
}

.bgcustom {
  padding: 60px 0px;
}
.bgcustom02 {
  padding: 60px 0px;
  margin-bottom:80px;
}

.tbn_box {
width:850px !important;
margin:-50px auto 0px auto !important;
}
.tbn01 {
float:left !important;
width:420px !important;
}
.tbn02 {
float:right !important;
width:420px !important;
}

.job_bn_box {
width:960px;
margin:20px auto 0px auto;
}

.job_bn01 {
float:left;
width:470px;
}
.job_bn02 {
float:right;
width:470px;
}


/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #F92931;
	border-radius: 20px;
        font-size:12px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
        font-size:12px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%;
	height: 80px;
	background: #27c038;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

/* ContactForm7 */
span .wpcf7-list-item { 
display : block ;
}



/* タブレット　*/
@media screen and (max-width: 949px) {
/*================================

トップ フッターバナー

=================================*/
.topLinkBg {
  background: #fff;
  padding: 1em 0;
  border-top: 1px #d7d7d7 solid;
}
.topLinkBox {
 max-width:auto;
 width:95%;
 margin:0px auto;
}


.link_banner {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
        margin-bottom:10px;
        text-align: center;
        margin-left:0px;
}

.link_banner div {
	width: 50%;
	text-align: center;
	margin: 0 0 0px;
	border:px solid #fff;
        margin-bottom:10px;
	
}
.link_banner img {
	width: 96%;
	text-align: center;

}

.link_banner a {
	color:#362e2b;
}


.img_pc {
display:none;
}
.img_sp {
display:block;
}
.img_sp img {
height:auto;
}

.topblog_right {
width:auto;
float:none;
margin-bottom:20px;
}
.topblog_left {
width:auto;
float:none;
margin-bottom:20px;
}

.header_yoyaku {
position:relative;
float:right;
display:block;
}
.header_yoyaku img {
max-width:10vw;
margin-left:10px;
}

.tbn_box {
width:auto !important;
margin:0px auto 0px auto !important;
}
.tbn01 {
float:none !important;
width:auto !important;
}
.tbn02 {
float:none !important;
width:auto !important;
}


.job_bn_box {
width:100%;
margin:20px auto 0px auto;
}

.job_bn01 {
float:left;
width:49%;
}
.job_bn02 {
float:right;
width:49%;
}


}


/* スマホ　*/
@media screen and (max-width: 750px) {



.inner_section {
margin-bottom:20px;
}
.clearfix {
margin-bottom:10px;
}



.ph_right {
	float: right;
	margin:0 0 15px 15px;
        position:relative;
        z-index:5;
}
.ph_left {
	float: left;
	margin:0 15px 15px 0px;
        position:relative;
        z-index:5;
}

.ph_right img, .ph_left img  {
	width:40vw;
}

a.cp_btn {
	display: block;
	width: 80%;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	border: 2px solid #00d1a2;
	border-radius: 30px;
	transition: .4s;
        background-color:#00d1a2;
        color: #fff;
        margin:30px 0px;
}
a.cp_btn:hover {
	background: #fff;
	color: #00d1a2;
}

#gaiyou {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 4vw;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 20px;	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 10px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 0px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: auto;
	
}

#gaiyou a:link,#gaiyou a:visited  {
	color: #a18657;
	text-decoration: underline;
}

#gaiyou a:hover {
	color: #a18657;
	text-decoration: none;
}



.formcation {
	font-size: 12px;
	margin-top: 5px;
	line-height: 160%;
}

.topblog_right {
width:auto;
float:none;
margin-bottom:20px;
}
.topblog_left {
width:auto;
float:none;
margin-bottom:20px;
}

.recruit_title {
background:#ea3076;
color:#fff;
font-size:5vw;
text-align:center;
margin:20px 0px;
padding:10px;
border-radius:4px;
}

.header_yoyaku {
position:relative;
float:right;
display:none;
}
.header_yoyaku img {
max-width:10vw;
margin-left:10px;
}

.hero_bottom_banner {
background:#fff;
padding:10px 10px 10px 10px;
}

.staffL {
width:auto;
float:none;
margin-bottom:10px;
}
.staffR {
width:auto;
float:none;
margin-bottom:10px;
}

.staffL img {
width:100%;
}
.staffR img {
width:100%;
}

.tbn_box {
width:auto !important;
margin:0px auto 0px auto !important;
}
.tbn01 {
float:none !important;
width:auto !important;
}
.tbn02 {
float:none !important;
width:auto !important;
}


}