@charset "utf-8";

/* 全体
   ========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
html {
  position: relative;
  width: 100%;
  background-color: #fff;
  font-size: 62.5%;
  font-family: "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
}
body {
	position: relative;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media (min-width:769px){
  body {
    font-size: 1.6rem;
	  line-height: 1.7;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:link, a:active, a:hover, a:visited {
  outline: 0 none;
}
@media (min-width:769px){
  a:hover {
    text-decoration: none;
  }
}
ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
input[type="text"], input[type="search"], input[type="submit"] {
	border: none;
}
h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}
figure, figcaption {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
}

.hidden-pc {
  display: block !important;
}
.hidden-sp {
  display: none !important;
}
@media (min-width:769px){
  .hidden-pc {
    display: none !important;
  }
  .hidden-sp {
    display: block !important;
  }
}

.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.red {
  color: #f00;
}
.green {
  color: #74af02;
}


ol.decimal,
ul.disc {
  margin-left: 24px;
}
ol.decimal li,
ul.disc li,
ol.circled li {
  margin-bottom: 0.5em;
}
ol.decimal li {
  list-style-type: decimal;
}
ul.disc li {
  list-style-type: disc;
}


.wrap {
  padding: 0 20px;
}
@media (min-width:768px) {
.wrap {
    padding: 0;
  }
}


/* 「※」印付きの注意書き
   ====================================== */
.notes {
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;
}
.notes::before {
	content: '※';
}

@media (min-width:768px) {
  .notes {
    font-size: 1.4rem;
  }
}


/* ページTOPへ戻るボタン
   ====================================== */
#pagetop {
	position: fixed;
	display: none;
	right: 10px;
	bottom: 10px;
  background-color: #74af02;
	text-decoration: none;
	z-index: 4;
  width: 40px;
  height: 40px;
	border-radius: 6px;
}
#pagetop::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
  margin-left: 2px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
}
@media (min-width:768px) {
  #pagetop {
    right: 30px;
    bottom: 80px;
    width: 50px;
    height: 50px;
  }
  #pagetop::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: 3px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}


/* ヘッダ
   ========================================================================== */
header {
  position: relative;
  width: 100%;
}
header .wrap {
  height: 50px;
}
header .catch {
  display: none;
}
header .logo img {
	position: absolute;
	top: 50%;
  left: 10px;
	transform: translateY(-50%);
	width: auto;
  height: 20px;
}
header .logo span img {
  left: 114px;
  height: 18px;
}
@media (min-width:768px) {
  header .wrap {
    width: 1100px;
		height: 106px;
    line-height: 1.0;
    margin: 20px auto;
  }
  header .hd-conts {
    position: relative;
		display: flex;
		align-items: center;
  }
  header .catch {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
		line-height: 1.3;
  }
  header .logo {
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0%);
    width: 500px;
  }
  header .logo a {
		display: block;
		font-size: 0 !important;
  }
  header .logo img {
    position: relative;
    top: auto;
    left: auto;
  	transform: translateY(0%);
    width: 436px;
    height: auto;
    margin-top: 10px;
  }
	header .hd-conts-pc {
		display: flex !important;
		flex: 1;
		justify-content: space-between;
		align-items: center;
	}
  header .line-yoyaku {
		display: block;
    width: 88px;
		margin: 0 30px;
  }
  header .block {
		width: 300px;
  }
  header .tel {
    font-size: 3rem;
  }
  header .open {
    margin-top: 10px;
  }
  header .btn-contact a {
    display: block;
    width: 220px;
    height: 60px;
    background-color: #fff;
    color: #74af02;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    border: 2px solid #74af02;
  }
  header .btn-contact a:hover {
    opacity: .8;
  }
}


/* ナビゲーション
   ========================================================================== */
header nav .btn {
	position: absolute;
  z-index: 3;
  top: 50%;
	width: 50px;
	height: 50px;
  right: 0;
  transform: translateY(-50%);
  border-radius: 0;
}
header nav .btn:before, 
header nav .btn:after,
header nav .btn span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 60%;
	margin: auto;
}
header nav .btn span {
	top: calc(50% - 2px);
	height: 4px;
	background-color: #74af02;
}
header nav .btn:before {
	content: '';
	top: calc(25% - 0px);
	border-top: 4px solid #74af02;
}
header nav .btn:after {
	content: '';
	bottom: calc(25% - 0px);
	border-bottom: 4px solid #74af02;
}
header nav .btn.on {
	background-color: #74af02;
}
header nav .btn.on span {
  display: none;
}
header nav .btn.on:before {
	top: calc(50% - 2px);
	border-top: 4px solid #fff;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
header nav .btn.on:after {
	bottom: calc(50% - 2px);
	border-bottom: 4px solid #fff;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
@media (min-width:768px) {
  header nav .btn {
    display: none;
  }
}


.nav-conts {
  display: none;
  position: absolute;
  background: #74af02;
  top: 50px;
  right: 0;
  z-index: 9999;
  width: 100%;
}
.nav-conts li a {
	position: relative;
	display: block;
	background-color: #74af02;
  color: #fff;
	padding: 10px 10px;
	border-top: 1px solid #a2c955;
}
.nav-conts li a::after {
	position: absolute;
	display: block;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-conts li:last-child a {
	border-bottom: 1px solid #a2c955;
}
@media (min-width:768px) {
  .nav-conts {
    display: block;
    position: relative;
    top: 0;
    font-size: 1.8rem;
  }
  .nav-conts div {
    width: 1100px;
    margin: 0 auto;
  }
  .nav-conts ul {
    display: flex;
  }
  .nav-conts li {
    width: calc(100% / 6);
    text-align: center;
    padding: 10px 0;
  }
  .nav-conts li a {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: none;
    border-left: 1px solid #a2c955;
  }
  .nav-conts li a::after {
    display: none;
  }
  .nav-conts li:nth-last-child(2) a {
    border: none;
    border-right: 1px solid #a2c955;
    border-left: 1px solid #a2c955;
  }
  .nav-conts li a:hover {
    opacity: 0.8;
  }
}

.nav-conts .btn-contact a {
  position: relative;
  display: block;
  height: 40px;
  background-color: #fff;
  color: #74af02;
  text-align: center;
  line-height: 40px;
  margin: 10px;
}
.nav-conts .btn-contact a::after {
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #74af02;
	border-right: 1px solid #74af02;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* フッタ
   ========================================================================== */
footer {
  width: 100%;
  background-color: #74af02;
  margin-top: 20px;
}
footer .wrap {
  color: #fff;
  text-align: center;
  padding: 10px;
}
footer .wrap > div:first-of-type {
  display: none;
}
footer .wrap > div:last-of-type {
  font-size: 1.2rem;
}
@media (min-width:768px) {
  footer {
    margin-top: 60px;
  }
  footer .wrap {
    position: relative;
    width: 1100px;
    height: 60px;
    margin: 0 auto;
  }
  footer .wrap > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .wrap > div:first-of-type {
    display: block;
  }
  footer .wrap a {
    font-size: 1.4rem;
    color: #fff;
  }
  footer .wrap a:hover {
    text-decoration: underline;
  }
  footer .wrap > div:last-of-type {
    right: 0;
  }
}


/* 共通コンテンツ
   ========================================================================== */
main .wrap > article {
  margin-top: 20px;
}
@media (min-width:768px) {
  main .wrap {
    width: 1100px;
    margin: 0 auto;
  }
  main .wrap > article {
    margin-top: 30px;
  }
}


/* 各種タイトルデザイン
   ====================================== */
.page-title {
  position: relative;
  height: 60px;
  background: url("../img/bg-dot.png");
  border-top: 2px solid #74af02;
}
@media (min-width:768px) {
  .page-title {
    height: 100px;
    border: none;
  }
}

.title-lv1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.0;
}
@media (min-width:768px) {
  .title-lv1 {
    font-size: 3.0rem;
    font-weight: normal;
  }
}

.title-lv2 {
  background-color: #74af02;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  margin-top: 10px;
}
@media (min-width:768px) {
  .title-lv2 {
    font-size: 2.4rem;
    padding: 16px;
    margin-top: 30px;
  }
}

.title-lv3 {
  border-bottom: 1px dotted #b7b7b7;
}
.title-lv3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px 0 3px 8px;
  margin-bottom: 6px;
  border-left: 2px solid #74af02;
}
@media (min-width:768px) {
  .title-lv3 {
    line-height: 1.0;
  }
  .title-lv3 span {
    font-size: 2.2rem;
    padding: 6px 0 3px 12px;
    margin-bottom: 10px;
    border-left: 3px solid #74af02;
  }
}

.title-lv4 {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width:768px) {
  .title-lv4 {
    font-size: 2.0rem;
  }
}



/* 基本ボタン
   ====================================== */
.btn-def {
	position: relative;
	display: block;
  width: 100%;
  height: 40px;
	background-color: #74af02;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.btn-def::after {
	position: absolute;
	display: block;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (min-width:768px) {
  .btn-def {
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
  }
  .btn-def:hover {
    opacity: 0.8;
  }
}



/* 画像枠
   ====================================== */
.fr {
  padding: 1px;
  border: 1px solid #e7e7e7;
}


/* バナー
   ====================================== */
.bnr {
	margin-top: 20px;
}
@media (min-width:768px) {
	.bnr {
		width: 1100px;
		margin: 40px auto 0 auto;
	}
	.bnr a img:hover {
    opacity: 0.8;
  }
}


/* お問い合わせボックス（共通）
   ====================================== */
.contact-box {
  text-align: center;
  padding: 10px;
  margin: 20px 20px 0 20px;
  border: 1px solid #d2d2d2;
}
.contact-box .tel {
  font-size: 2.0rem;
}
.contact-box .open {
  margin-bottom: 10px;
}
@media (min-width:768px){
  .contact-box {
    display: flex;
		align-items: center;
    width: 1100px;
    text-align: center;
    line-height: 1.0;
    padding: 30px;
    margin: 60px auto 0 auto;
    border: 2px solid #d2d2d2;
  }
  .contact-box > div {
    font-size: 0;
  }
  .contact-box > div:first-of-type {
    margin-right: 30px;
  }
  .contact-box > div:last-of-type {
		flex: 1;
  }
  .contact-box .line-yoyaku {
		background-color: #ccf;
		margin-bottom: 0;
		margin-right: 30px;
  }
  .contact-box .tel {
    font-size: 3.0rem;
  }
  .contact-box .open {
    font-size: 1.6rem;
    margin: 10px 0 0 0;
  }
  .contact-box .btn-def {
    height: 60px;
    font-size: 2.0rem;
    line-height: 60px;
  }
}


/* 料金
   ====================================== */
.price-treatment {
  padding: 10px;
  border: 1px solid #d2d2d2;
}
.price-treatment p {
  text-align: center;
}
.price-treatment .price span {
  font-size: 2.0rem;
  font-weight: bold;
}
.price-treatment .price {
  font-size: 1.2rem;
}
.plus {
  font-size: 2.0rem;
  padding: 10px 0;
}
@media (min-width:768px) {
  .price-treatment {
    width: 700px;
    margin: 0 auto;
  }
  .price-treatment .price span {
    font-size: 3.4rem;
  }
  .price-treatment .price {
    font-size: 1.8rem;
  }
  .plus {
    font-size: 3.4rem;
    padding: 20px 0;
  }
}


/* 検査料 */
.price-inspection {
  text-align: center;
  padding: 10px;
  border: 1px solid #d2d2d2;
}
.price-inspection .bold {
  font-size: 1.6rem;
}
.price-inspection .service {
  text-align: left;
  margin-top: 10px;
}
.price-inspection .service .bold {
  font-size: 2.0rem;
  color: #f00;
}
@media (min-width:768px) {
  .price-inspection {
    width: 700px;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
  }
  .price-inspection .bold {
    font-size: 2.8rem;
  }
  .price-inspection .service {
    text-align: center;
    margin-top: 20px;
  }
  .price-inspection .service .bold {
    font-size: 2.8rem;
  }
}


.price-multiple {
	margin-top: 20px;
	border-top: 1px dotted #d2d2d2;
}
@media (min-width:768px) {
	.price-multiple {
		margin-top: 30px;
	}
}


/* アクセス
   ====================================== */
.access-box {
  font-size: 0;
}
.access-box iframe {
  width: 100%;
  height: 180px; 
}
.access-box .text {
  font-size: 1.4rem;
  margin-top: 10px;
}
.access-box .text > div {
  margin: 10px 0 0 0;
}
.access-box .image {
  margin-top: 10px;
}
@media (min-width:768px){
  .access-box iframe {
    width: 1100px;
    height: 300px;
  }
  .access-box > div {
    display: flex;
    margin-top: 30px;
  }
  .access-box .text {
    width: calc(100% - 30px - 600px);
    font-size: 1.6rem;
    margin: 0;
  }
  .access-box .text > div {
    text-align: center;
    line-height: 1.0;
    padding: 30px 20px 20px 20px;
    margin-top: 20px;
    border: 2px solid #d2d2d2;
  }
  .access-box .image {
    width: 600px;
    margin: 0 0 0 30px;
  }
}



/* LINE予約
   ====================================== */
.line-yoyaku {
	margin-bottom: 10px;
}
.line-yoyaku figure {
	font-size: 0;
}
.btn-line {
	background-color: #07b53b;
}
@media (min-width:768px){
	.line-yoyaku {
		margin-bottom: 30px;
	}
	.line-yoyaku img {
		text-align: center;
		margin: 0 auto;
	}
}
