/*
Theme Name: MIURA
*/

@charset "UTF-8";


/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  text-align:center;
  color:#333;
  font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", "繝｡繧､繝ｪ繧ｪ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
font-weight: 500;
}
*, *::before, *::after {
  box-sizing: border-box;
}

/* --------------------------------
 * common
 * -------------------------------- */
input[type="text"] {
	width:100%;
}
input[type="email"] {
	width:100%;
}
input[type="tel"] {
	width:100%;
}
textarea {
	width:100%;
}
section {
}
.section-wrapper {
	margin:0 auto;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
a:hover {
	opacity:0.9;
	text-decoration:none;
}
.ib {
	display:inline-block;
}
.yt-wrapper {
  position: relative;
  width: 100%;
}
.yt-wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
table {
	width:100%;
	margin-bottom:20px;
  background:#fff;
}
th {
	background:#f0f0f0;
	padding:10px;
	text-align:center;
	border:1px solid #ddd;
	width:150px;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
.tc {
	text-align:center;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
.hover {
  opacity:0.8;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}


/* --------------------------------
 * header
 * -------------------------------- */
@media screen and (min-width:768px) {

  #header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding:10px;
  }
  #header h1 {
    padding:0;
    margin:0;
  }
  #header #header-l {
    width:50%;
    vertical-align:middle;
    text-align:left;
  }
  #header #header-r {
    width:50%;
    vertical-align:middle;
    text-align:right;
  }

}
@media screen and (max-width:768px) {

  #header {
    padding:10px;
  }
  #header h1 {
    padding:0;
    margin:0;
  }
  #header #header-l {
    width:100%;
    text-align:center;
  }
  #header #header-r {
    display:none;
  }

}


/* --------------------------------
 * main-visual
 * -------------------------------- */
@media screen and (min-width:768px) {

  #main-visual {
    background-image:url('images/main.png');
    height:500px;
    width:100%;
    text-align: center;
    display:table;
  }
  #main-visual .main-content {
    display:table-cell;
    width:100%;
    height:500px;
    vertical-align:middle;
    text-align:center;
  }
  #main-visual .main-content p {
    font-size:3rem;
    color:#fff;
    margin-bottom:40px;
  }

}
@media screen and (max-width:768px) {

  #main-visual {
    background-image:url('images/main-sp.png');
    height:250px;
    width:100%;
    text-align: center;
    display:table;
  }
  #main-visual .main-content {
    display:table-cell;
    width:100%;
    height:250px;
    vertical-align:middle;
    text-align:center;
  }
  #main-visual .main-content p {
    font-size:1.6rem;
    line-height:1.8;
    color:#fff;
    margin-bottom:20px;
  }

}


/* --------------------------------
 * common
 * -------------------------------- */

 @media screen and (min-width:768px) {

   .heading {
     text-align:center;
   }
   .heading h2 {
     font-size:2.4rem;
     font-weight:bold;
     margin:0 0 60px 0;
     position:relative;
   }
   .heading h2:after {
     content:'';
     position:absolute;
     width:60px;
     height:10px;
     left:0;
     right:0;
     margin:auto;
     bottom:-25px;
     border-radius:3px;
     background:orange;
   }
   .lead {
     font-size:1.8rem;
     font-weight:bold;
     display:inline-block;
     margin-top:20px;
   }
   .remarks {
     text-align:left;
     font-weight:bold;
   }

 }
 @media screen and (max-width:768px) {

   .heading {
     text-align:center;
   }
   .heading h2 {
     font-size:1.8rem;
     font-weight:bold;
     margin:0 0 20px 0;
     position:relative;
   }
   .heading h2:after {
     content:'';
     position:absolute;
     width:40px;
     height:7px;
     left:0;
     right:0;
     margin:auto;
     bottom:-15px;
     border-radius:3px;
     background:orange;
   }
   .lead {
     font-size:1.4rem;
     font-weight:bold;
     margin-top:20px;
   }
   .remarks {
     text-align:left;
     font-weight:bold;
   }

 }


/* --------------------------------
 * target
 * -------------------------------- */

@media screen and (min-width:768px) {

  #target {
    padding:80px 0 80px 0;
  }
  #target h3 {
    font-size:1.8rem;
    font-weight:bold;
    line-height:1.5;
  }

}
@media screen and (max-width:768px) {

  #target {
    padding:40px 0 40px 0;
  }
  #target h3 {
    font-size:1.2rem;
    font-weight:bold;
  }

}


/* --------------------------------
 * tadworks
 * -------------------------------- */

@media screen and (min-width:768px) {

  #tadworks {
    padding:80px 0 80px 0;
    background:#f8f8f8;
  }
  #tadworks p {
  }

}
@media screen and (max-width:768px) {

  #tadworks {
    padding:40px 0 40px 0;
    background:#f8f8f8;
  }
  #tadworks p {
    margin:20px 0 10px 0;
  }

}

/* --------------------------------
 * service
 * -------------------------------- */

@media screen and (min-width:768px) {

  #service {
    padding:80px 0 80px 0;
    background:#ffcf4a;
  }
  #service h3 {
    font-size:2rem;
    font-weight:bold;
    line-height:1.5;
  }

}
@media screen and (max-width:768px) {

  #service {
    padding:40px 0 40px 0;
    background:#ffcf4a;
  }
  #service h3 {
    font-size:1.4rem;
    font-weight:bold;
  }

}

/* --------------------------------
 * content
 * -------------------------------- */

@media screen and (min-width:768px) {

  #content {
    padding:80px 0 80px 0;
  }
  #content h3 {
    font-size:2rem;
    font-weight:bold;
    line-height:1.5;
  }
  #content p {
    font-weight:bold;
    line-height:1.5;
    margin-bottom:40px;
    text-align:left;
    font-size:1.6rem;
  }

}
@media screen and (max-width:768px) {

  #content {
    padding:40px 0 40px 0;
  }
  #content h3 {
    font-size:1.4rem;
    font-weight:bold;
  }
  #content p {
    font-weight:bold;
    line-height:1.5;
    margin-bottom:30px;
    text-align:left;
  }

}

/* --------------------------------
 * price
 * -------------------------------- */

@media screen and (min-width:768px) {

  #price {
    padding:80px 0 80px 0;
    background:#f8f8f8;
  }
  #price h3 {
    font-size:1.8rem;
    font-weight:bold;
    background:#999;
    color:#fff;
    padding:10px;
  }

}
@media screen and (max-width:768px) {

  #price {
    padding:40px 0 40px 0;
    background:#f8f8f8;
  }
  #price h3 {
    font-size:1.4rem;
    font-weight:bold;
    background:#999;
    color:#fff;
    padding:10px;
  }

}

/* --------------------------------
 * flow
 * -------------------------------- */

@media screen and (min-width:768px) {

  #flow {
    padding:80px 0 80px 0;
  }
  #flow .flow-list {
    margin:40px 0 40px 0;
    text-align:left;
  }
  #flow .flow-list li {
    border:5px solid #eee;
    margin-bottom:20px;
    padding:20px;
  }
  #flow .flow-list li h3 {
    margin:0 0 20px 0;
    font-weight:bold;
  }

}
@media screen and (max-width:768px) {

  #flow {
    padding:40px 0 40px 0;
  }
  #flow .flow-list {
    margin:40px 0 0 0;
    text-align:left;
  }
  #flow .flow-list li {
    border:5px solid #eee;
    margin-bottom:20px;
    padding:20px;
  }
  #flow .flow-list li h3 {
    font-size:1.8rem;
    margin:0 0 20px 0;
    font-weight:bold;
  }

}

/* --------------------------------
 * footer
 * -------------------------------- */
@media screen and (min-width:768px) {

  #footer {
  }
  #footer #footer-logo {
    margin:40px 0 40px 0;
  }

}
@media screen and (max-width:768px) {

  #footer {
  }
  #footer #footer-logo {
    margin:20px 0 20px 0;
  }

}
