@charset "utf-8";


/* トップページ
   ========================================================================== */
#home h2 {
  background: none;
  color: #000;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.0;
  margin: 0 0 20px 0;
}
#home section {
  margin-top: 30px;
}
@media (min-width:768px) {
  #home h2 {
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 40px 0;
  }
  #home section {
    margin-top: 80px;
  }
}



/* ヘッダ
   ====================================== */
.hd-conts h1 {
	font-size: 0;
  line-height: 1;
}


/* メインイメージ
   ====================================== */
.main-image .wrap {
  font-size: 0;
  padding: 0;
}
@media (min-width:768px) {
  .main-image {
    background: url("../common/img/bg-dot.png");
  }
}


/* 緊急のお知らせ
   ====================================== */
.home-notice {
	padding: 10px;
	margin: 20px;
	border: 1px solid #f00;
}
.home-notice p {
}
@media (min-width:768px) {
	.home-notice {
		width: 1100px;
		padding: 20px;
		margin: 20px auto 0 auto;
		border: 2px solid #f00;
	}
	.home-notice p {
		text-align: center;
	}
}



/* 動画
   ====================================== */
.movie div:first-of-type {
	font-size: 0;
}
.movie iframe {
	width: 100%;
	height: auto;
}
.yt-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; 
  overflow: hidden;
  margin-top: 10px;
}
.yt-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie div:last-of-type {
	margin-top: 20px;
}
.movie div p:first-of-type {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}
@media (min-width:768px) {
  .movie {
		display: flex;
		margin-top: 40px;
  }
  .movie div {
		width: 50%;
  }
  .movie div:first-of-type {
		margin-right: 30px;
  }
  .movie div:last-of-type {
		width: calc(50% - 30px);
		margin-top: 0;
  }
	.movie div p:first-of-type {
		font-size: 3.0rem;
		margin-bottom: 20px;
	}
  .yt-wrap {
    height: auto;
    padding-bottom: 0;
    margin-top: 0;
    overflow: visible;
  }
  .yt-wrap iframe {
    position: relative;
    width: 550px;
    height: 309px;
  }
}



/* 料金
   ====================================== */
.price-multiple .price-treatment {
	margin-top: 20px;
}
@media (min-width:768px) {
	.price-multiple .price-treatment {
		margin-top: 30px;
	}
}



/* このような悩みを改善したいとお考えの方
   ====================================== */
#top-nayami {
  position: relative;
  background: url("../common/img/bg-grid.png");
  border: 1px solid #ddd;
}
#top-nayami > div {
  background-image: url("../img/top-nayami-img-02.png");
  background-position: center bottom;
  background-size: 90%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px 10px;
}
#top-nayami h2 {
  font-size: 1.8rem;
  color: #f00;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 0;
}
#top-nayami ul {
  display: inline-block;
  text-align: left;
}
#top-nayami li {
  background-image: url("../common/img/ic-check.png");
  background-position: 0 3px;
  background-size: auto 16px;
  background-repeat: no-repeat;
  padding-left: 24px;
  margin-top: 10px;
}
#top-nayami img {
  display: block;
  width: 60%;
  margin: 10px auto 0 auto;
}
@media (min-width:768px) {
  #top-nayami {
    position: relative;
  }
  #top-nayami > div {
    background-size: 984px auto;
    height: 600px;
    padding: 40px 0;
  }
  #top-nayami h2 {
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.0;
    margin-bottom: 0;
  }
  #top-nayami li {
    background-position: 0 0;
    background-size: auto 24px;
    font-size: 2.4rem;
    line-height: 1.0;
    padding-left: 46px;
    margin-top: 30px;
  }
  #top-nayami img {
    position: absolute;
    top: 380px;
    left: 50%;
    transform: translateX(-50%);
    width: 379px;
  }
}


/* 院長日記・お知らせ
   ====================================== */
#top-info table {
  width: 100%;
  margin-top: 10px;
}
#top-info tr {
  background-image: url("../common/img/line-dot-gray.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
#top-info tr:last-child {
  background: none;
}
#top-info th,
#top-info td {
  display: block;
}
#top-info th {
  text-align: left;
  padding-top: 10px;
}
#top-info td {
  padding-bottom: 10px;
}
#top-info tr:first-child th {
  padding: 0;
}
#top-info td a {
  display: block;
}
@media (min-width:768px){
  #top-info table {
    font-size: 1.8rem;
    margin: 0 0;
  }
  #top-info th,
  #top-info td {
    display: table-cell;
    padding: 18px 0;
  }
  #top-info th {
    width: 150px;
  }
  #top-info td {
    width: calc(100% - 150px);
  }
  #top-info tr:first-child th,
  #top-info tr:first-child td {
    padding: 0 0 18px 0;
  }
  #top-info td a:hover {
    text-decoration: underline;
  }
  #top-info .btn-def {
    width: 360px;
  }
}



/* お問い合わせボックス（トップページ）
   ====================================== */
.top-contact-box {
  text-align: center;
  padding: 10px;
  margin: 10px 20px 0 20px;
  border: 1px solid #d2d2d2;
}
.top-contact-box .tel {
  font-size: 2.0rem;
}
.top-contact-box .open {
  margin: 0 0 10px 0;
}
@media (min-width:768px){
  .top-contact-box {
    text-align: center;
    line-height: 1.0;
    padding: 30px 20px 20px 20px;
    border: 2px solid #d2d2d2;
  }
  .top-contact-box .tel {
    font-size: 3.0rem;
  }
  .top-contact-box .open {
    margin: 10px 0 30px 0;
  }
}
