@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 3em;
  padding-bottom: 3em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#visual {
  position: relative;
}
body.layout-lower
#visual .body {
  min-height: 300px;
  background: url("../../_images/reserve/visual.png") no-repeat;
  background-position: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
/* */


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual .body {
    min-height: 100%;
    background: url("../../_images/reserve/visual-sp.jpg") no-repeat;
    background-position: left;
    background-size: cover;
  }
}


/* ****************************************************************************************************
   * 診療予約
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.reserve {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
  background: var(--c-l-orange);
}
.reserve ~ .reserve {
  padding-top: 0 !important;
}

.reserve .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve {
    position: relative;
    padding-top: 20px !important;
    background: var(--c-l-orange);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.reserve .title {
  font-size: 3.0rem;
  text-align: center;
  line-height: 1.4;
}
.reserve .title span {
  color: var(--c-orange);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .title {
    font-size: 2.0rem;
    line-height: 1.4;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.reserve .title-1 {
  font-size: 2.4rem;
  color: #fff;
  background: var(--c-orange);
  border-radius: 10px;
  padding: 0.2em 1.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .title-1 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.5em 1.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.reserve .text {
  font-size: 1.8rem;
}
.reserve .text.color-1 {
  color: #ce2e2e;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .text {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト（スタイル）
/* ------------------------------------------------------------------------------------------------- */

.reserve ul.style {}

.reserve ul.style li {
  list-style: none;
  position: relative;
  padding-left: 2.0em;
  font-size: 1.8rem;
}
.reserve ul.style li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--c-orange);
  color: var(--c-orange);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  margin-top: 8px;
}

.reserve ul.style li ~ li {
  margin-top: 0.5em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve ul.style {}
  .reserve ul.style li {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    font-size: 1.6rem;
  }
  .reserve ul.style li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid var(--c-orange);
    color: var(--c-orange);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    margin-top: 10px;
  }
  
  .reserve ul.style li ~ li {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.reserve .inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
  max-width: 1080px;
  margin: 50px auto 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .reserve .inner {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
    max-width: 1080px;
    margin: 1em auto 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * WEB診療予約
/* ------------------------------------------------------------------------------------------------- */

#yoyaku a.web {
  background: var(--c-green);
  width: 330px;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  border-radius: 10px;
  padding: 0.5em;
  transition: 0.6s;
  text-align: center;
  margin: 0 auto;
}
#yoyaku a.web span {
  position: relative;
  padding-left: 2.25em;
}
#yoyaku a.web span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/calendar.png") no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
#yoyaku a.web:hover {
  opacity: 0.7;
  box-shadow: 6px 4px 7px rgba(64,158,54,0.5);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #yoyaku a.web {
    width: 260px;
    margin: 0 auto;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 電話
/* ------------------------------------------------------------------------------------------------- */

#telephone .tel {
  color: var(--c-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
#telephone .tel span.text-1 {
  border-radius: 30px;
  border: 1px solid var(--c-orange);
  font-size: 2.0rem;
  padding: 0.2em 0.5em;
  line-height: 2.0;
  margin-top: 0.5em;
  margin-right: 0.5em;
}
#telephone .tel span.js-tel {
  font-size: 5.5rem;
  line-height: 1.4;
  font-weight: 900;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #telephone .tel a {  
    color: var(--c-orange);
  }
  #telephone .tel span.js-tel {
    font-size: 3.0rem;
    line-height: 1.4;
    font-weight: 700;
  }
  #telephone .tel span.text-1 {
    border-radius: 30px;
    border: 1px solid var(--c-orange);
    font-size: 1.6rem;
  }
}