@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1.4rem;
  font-family: 'Zen Old Mincho', 'Noto Sans Japanese', serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px; }

/*****************************************************

 ティザーサイト用
 
*****************************************************/
a {
  transition: 0.3s; }
  a:hover {
    opacity: 0.7; }

/* allwrap
----------------------------------------------------*/
.allwrap {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
  align-items: center; }

.main_visual {
  width: 50%;
  height: 100vh;
  font-size: 0; }
  .main_visual img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media screen and (max-width: 896px) {
  .allwrap {
    flex-direction: column-reverse;
    height: auto; }

  .main_visual {
    position: relative;
    width: 100%;
    height: auto; } }
/* contentswrap_left
----------------------------------------------------*/
.teaser_left {
  position: relative;
  width: 50%;
  text-align: center;
  padding: 0 1% 100px;
  box-sizing: border-box; }
  .teaser_left .logo {
    text-align: center; }
    .teaser_left .logo img {
      max-width: 220px;
      height: auto; }
  .teaser_left .doctor_name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px; }
    .teaser_left .doctor_name p {
      padding: 4px 28px;
      font-size: 1.8rem;
      color: #fff;
      background-color: #274a6c;
      margin-left: 12px; }
      .teaser_left .doctor_name p:first-child {
        margin-left: 0; }
  .teaser_left .catchphrase {
    margin-top: 16px;
    font-size: 2.2rem;
    text-align: center;
    color: #274a6c; }
  .teaser_left .content_wrap {
    margin-top: 60px;
    text-align: center;
    color: #274a6c; }
    .teaser_left .content_wrap p:nth-of-type(1) {
      font-size: 4rem;
      font-weight: bold; }
    .teaser_left .content_wrap p:nth-of-type(2) {
      margin-top: 12px;
      font-size: 1.8rem; }

@media screen and (max-width: 896px) {
  .teaser_left {
    width: 100%;
    padding: 0 2%;
    margin: 40px 0; }
    .teaser_left .logo img {
      max-width: 160px; }
    .teaser_left .doctor_name p {
      margin-left: 0;
      font-size: 1.6rem; }
      .teaser_left .doctor_name p:first-child {
        margin-bottom: 12px; }
    .teaser_left .catchphrase {
      font-size: 2.0rem; }
    .teaser_left .content_wrap {
      margin-top: 40px; }
      .teaser_left .content_wrap p:nth-of-type(1) {
        font-size: 2.0rem; } }
/* ボタン
----------------------------------------------------*/
.btn_area {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn_area .btn_instagram {
    font-size: 6rem;
    color: #274a6c;
    text-decoration: none;
    line-height: 1; }
  .btn_area .btn_reserve {
    display: flex;
    width: 300px;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    padding: 8px;
    border: 2px solid #274a6c;
    color: #274a6c;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    transition: 0.3s; }
    .btn_area .btn_reserve:hover {
      background: #274a6c;
      color: #fff; }

@media screen and (max-width: 896px) {
  .btn_area {
    margin-top: 32px;
    flex-wrap: wrap; }
    .btn_area .btn_reserve {
      width: 80%;
      margin-top: 16px;
      margin-left: 0;
      font-size: 1.6rem; }
      .btn_area .btn_reserve:hover {
        background: #274a6c;
        color: #fff; } }
/*****************************************************

 Template - Footer
 
*****************************************************/
.footer_wrap {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #274a6c;
  background: #dce5ed;
  padding: 20px 1%;
  box-sizing: border-box; }
  .footer_wrap .info_text {
    font-weight: bold;
    line-height: 1.4; }
    .footer_wrap .info_text .address {
      font-size: 1.8rem; }
    .footer_wrap .info_text .clinic_name {
      margin-top: 12px;
      font-size: 2.4rem; }
  .footer_wrap .phone_text {
    margin-left: 160px;
    font-size: 3.6rem; }
    .footer_wrap .phone_text::before {
      font-family: FontAwesome;
      content: "\f095";
      margin-right: 10px; }
    .footer_wrap .phone_text a {
      text-decoration: none;
      color: #274a6c;
      font-weight: bold; }
    .footer_wrap .phone_text p {
      display: block;
      font-size: 1.8rem;
      font-weight: bold; }

@media screen and (max-width: 896px) {
  .footer_wrap {
    position: relative;
    padding: 20px 2%;
    flex-wrap: wrap; }
    .footer_wrap .info_text {
      font-weight: bold;
      text-align: center; }
      .footer_wrap .info_text .address {
        font-size: 1.4rem; }
      .footer_wrap .info_text .clinic_name {
        margin-top: 8px;
        font-size: 1.8rem; }
    .footer_wrap .phone_text {
      margin-left: 0px;
      font-size: 3.6rem;
      text-align: center;
      margin-top: 20px; }
      .footer_wrap .phone_text::before {
        margin-right: 0px; }
      .footer_wrap .phone_text p {
        display: block;
        font-size: 1.6rem;
        font-weight: bold; } }
