@charset "UTF-8";
/* --------------------------------
 * base
 * -------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, data, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
html {
	font-size: 62.5%;
}
body {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.4;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
*, *::before, *::after {
	box-sizing: border-box;
}
.contents {
	max-width: 1200px;
	display: block;
	padding: 40px 20px;
	margin: 0 auto;
	text-align:center;
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	max-width: 100% !important;
	vertical-align:bottom;
}
p{
	margin:20px 0;
	}

/* --------------------------------
 *common
 * -------------------------------- */
.fl30 {
	width: 29%;
	float: left;
}
.fl40 {
	width: 39%;
	float: left;
}
.fl50 {
	width: 49%;
	float: left;
}
.fl60 {
	width: 59%;
	float: left;
}
.fl70 {
	width: 69%;
	float: left;
}
.fr30 {
	width: 29%;
	float: right;
}
.fr40 {
	width: 39%;
	float: right;
}
.fr50 {
	width: 49%;
	float: right;
}
.fr60 {
	width: 59%;
	float: right;
}
.fr70 {
	width: 69%;
	float: right;
}
.redfont {
	color: #d60003;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.fontBig {
	font-size: 200%;
}
.fontBig2 {
	font-size: 120%;
}
.fontBold {
	font-weight: bold;
}
.mgImg {
	margin: 40px auto 10px;
}
.align-center {
	text-align: center;
}
.mbno{
	display:block;
	}
.mb{
	display:none;
	}
.small{
	font-size:70%;
	}
/* --------------------------------
 * parts
 * -------------------------------- */

.heading {
	display: block;
	margin: 15px 0 20px;
	letter-spacing: 2px;
	font-size: 3.6rem;
	text-align: center;
}
.text {
	font-size: 2.6rem;
	line-height: 1.6;
}
.button {
	display: block;
	width: 50%;
	padding: 10px;
	border-radius: 4px;
	background-color: #ff7600;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 2.6rem;
	text-align: center;
	margin: 20px auto;
	background: #ff7600;
	background-image: -webkit-linear-gradient(top, #ff7600, #ff1e00);
	background-image: -moz-linear-gradient(top, #ff7600, #ff1e00);
	background-image: -ms-linear-gradient(top, #ff7600, #ff1e00);
	background-image: -o-linear-gradient(top, #ff7600, #ff1e00);
	background-image: linear-gradient(to bottom, #ff7600, #ff1e00);
}
.button::after{
	content:"▶︎";
	background-color:#FFF;
	border-radius:50px;
	color:#FF5C00;
	font-size:2rem;
	padding:5px;
	vertical-align: text-top;
	text-align:center;
	margin-left:10px;
	}
.button:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}
.button-showy {
	background-color: #D29E04;
}
.button-ghost {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.15);
}
#pageTop{
	background:#212121;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	}
#pageTop:hover{
	background:#EEE;
	}
/* --------------------------------
 * header
 * -------------------------------- */
.header {
	background: #FFF;
}
.header .contents {
	padding: 20px 0 0;
	;
}
.header .contents .title {
	float: left;
	margin: 10px 0;
	width: 35%;
}
.header .contents .headercontact {
	float: right;
	margin: 10px 0;
	width: 60%;
}
.header .contents .headercontact .tell {
	margin-bottom:10px;
}
.topimg{
	background:#ffd200;
	padding:10px 0 0;
	}

nav {
	background:#000;
	color: #FFF;
}
.navi {
	max-width: 970px;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}
.navi li {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}
.navi li a{
	color:#ffd200;
	transition: color 0.15s;
}
.navi li a:visited{
	color:#ffd200;
}
.navi li a:hover{
	color:#FFF700;
}
.navi li a i{
	display:block;
	font-size:300%;
	margin-bottom:10px;
	}

/* --------------------------------
 *種類
 * -------------------------------- */
 .shurui{
	 padding:20px 0;
	 }
 .shurui h2{
	 font-size:3rem;
	 text-align:center;
	 margin-bottom:20px;
	 }
.shurui a img{
	margin:10px 0;
	}
 /* --------------------------------
 *悩み
 * -------------------------------- */
 .nayami{
	 background:#EEE;
	 }
  /* --------------------------------
 *問い合わせ
 * -------------------------------- */
 .contact{
	 background:#ffd200;
	 padding:20px 0;
	 }
 .contact h2{
	 font-size:3rem;
	 margin-bottom:20px;
	 }
	
/*----------bnr----------*/
.bnr .contents {
	max-width: 800px;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 2%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
  /* --------------------------------
 *メリット
 * -------------------------------- */
.merit .yellow{
	background:#fff8d4;
	}
.merit .meritbox .contents{
	max-width:1000px;
	}
.merit .merit1 .contents{
	background:url(../images/merit-bg1.png) top right no-repeat;
	background-size:cover;
	}
.merit .merit2 .contents{
	background:url(../images/merit-bg2.png) center left no-repeat;
	background-size:cover;
	}
.merit .merit3 .contents{
	background:url(../images/merit-bg3.png) top right no-repeat;
	background-size:cover;
	}
.merit .merit4 .contents{
	background:url(../images/merit-bg4.png) center left no-repeat;
	background-size:cover;
	}
.merit .meritbox .contents .box{
	text-align:left;
	width:50%;
	}
.merit .white  .contents .box{
	float:right;
	}
.merit .meritbox h3{
	font-size:3rem;
	margin-bottom:20px;
	}
.merit .meritbox h3 span{
	font-size:200%;
	color:#FFC000;
	margin-right:20px;
	}
  /* --------------------------------
 *秘訣
 * -------------------------------- */
.hiketu{
	background:#ffd200;
	}
/* --------------------------------
 * 施工例
 * -------------------------------- */
.rei {
	text-align: center;
}
.rei h2 {
	font-size: 2rem;
	background-color: #000;
	color: #FFF;
	padding: 10px;
	margin: 20px 0;
}
.rei ul {
	margin-top: 20px;
}
.rei li {
	display:inline-block;
	width: 30%;
	margin:20px 1%;
	padding: 20px;
	vertical-align: top;
	border: 3px solid #EEE;
	border-radius: 10px;
}
.rei .none {
	border:none;
}
.rei li h3 {
	padding: 10px;
	font-size:2rem;
}
.rei li .cate{
	font-size:1.8rem;
	padding:5px;
	background-color:#EEE;
	}
.rei li .juusho{
	margin-bottom:10px;
	}
/* --------------------------------
 * よくある質問
 * -------------------------------- */
.faq h2{
	font-size:3rem;
	margin-bottom:20px;
	}
.faqs{
	text-align:left;
	max-width:800px;
	margin:0 auto;
	}
.faqs dt{
	background: #f15a24;
	padding: 20px;
	position: relative;
	color:#FFF;
	margin-bottom:20px;
	border-radius:20px;
	font-size:2rem;
}
.faqs dt:hover{
	cursor: pointer;
	color:#ffd200;
	text-decoration:none;
}
.faqs dt:after{
font-family: 'FontAwesome';
    content: "\f13a";
    float:right;
	}
.faqs dd{
	background: url(../images/a.png) 14px 0 no-repeat;
	padding: 0 15px 15px 44px;
	position: relative;
	margin-bottom:40px;
}
.faqs .hover{
	color: #0040ff;
	text-decoration: underline;
}
/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
	padding: 0;
	font-size: 1.3rem;
	display: block;
	text-align: center;
	color: #FFF;
	background: #000;
}
.horizontal-list{
	margin-top:30px;
	}
.horizontal-list .horizontal-item {
  display: inline-block;
  padding: 0 15px;
  letter-spacing: 1px;
}
.horizontal-list .horizontal-item + .horizontal-item {
  border-left: 1px solid #bbb;
}
.horizontal-list .horizontal-item a {
  color: #FFF;
  font-size: 1.2rem;
  transition: color 0.15s;
}
.horizontal-list .horizontal-item a:hover {
  color: #ddd;
}
.copy{
	border-top:1px solid #4E4E4E;
	padding:10px;
	margin: 0;
	}

/* --------------------------------
 * 下層ページ
 * -------------------------------- */
 
 .page_topcontents{
	 background-color:#ffd200;
	 background-size:cover;
	 position: relative;
	 }

 .page_topcontents .contents h1{
	 padding:40px 0;
	 text-align:center;
	 color:#000;
	 font-size:4rem;

	 }
	.page_naiyou .contents{
		max-width:980px;
		}
.page_naiyou .midashi_title_dai{
	font-size: 3rem;
	text-align:center;
	position: relative;
	margin:40px 0 20px; 
	}
.page_naiyou .midashi_title_dai span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.page_naiyou .midashi_title_dai::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
}
.page_naiyou .midashi_title{
	font-size: 2rem;
	background-color: #f98737;
	color: #FFF;
	padding: 10px;
	margin: 60px 0 20px;
	border-radius:5px;
	}
.page_naiyou .midashi_line{
	font-size: 2rem;
	padding: 10px;
	margin: 40px 0 20px;
	border-bottom:2px solid #CCC;
	}
.page_naiyou .text{
	font-size:1.6rem;
	}
.page_naiyou .waku{
	background-color:#EFEFEF;
	padding:20px;
	margin-top:10px;
	border-radius:10px;
	}
.page_naiyou .summary{
	font-size:2rem;
	font-weight:bold;
	}
/* ---------------------------------
 * 下層ページ ご注文の流れ
 * -------------------------------- */
 .page_nagare li{
	 padding:20px;
	 border:8px solid #DBDBDB;
	 margin:20px 0 30px;
	 }
 .page_nagare li h3{
	 font-size: 2rem;
	padding: 10px;
	border-bottom:2px solid #CCC;
	margin-bottom:20px;
	 }
 .page_nagare li h3 .num{
	color:#f98737;
	margin-right:20px;
	 }
 .page_nagare .button{
	 width:80%;
	 }
.arrow_box {
	position: relative;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 18px;
	margin-left: -18px;
}
.arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #DBDBDB;
	border-width: 29px;
	margin-left: -29px;
}
/* --------------------------------
 * 下層ページ 料金表
 * -------------------------------- */
  .price_list{
	  display:table;
	  border-collapse: separate;
  border-spacing: 5px 0;
  width:100%;
  margin:40px auto 20px;
	  }
 .price_list li{
	 border:1px solid #CCC;
	 width:25%;
	 border-radius:10px;
	 display:table-cell;
	 text-align:center;
	 }
 .price_list li a{
	 padding:20px;
	 color:#4E4E4E;
	 display:block;
	 }
 .price_list li a::before{
	font-family: 'FontAwesome';
    content: "\f103";
	margin-right: 5px;
	color:#0c56c5;
	 }
.page_naiyou .nedan{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:10px;
	color:#ff1e00;
	border-bottom:1px dotted #CCC;
	padding:20px;
	margin-bottom:20px;
	}
.page_naiyou .nedan span{
	font-size:3.6rem;
	}
.imgLink{
	width:100%;
	padding:10px;
	display:block;
	margin:20px 0;
	}
 /* --------------------------------
 * 下層ページ 入稿案内
 * -------------------------------- */
 .link{
	 display:table;
	  border-collapse: separate;
  border-spacing: 20px 0;
  width:100%;
  margin-top:20px;
	 }
 .link .nyuukou{
	 display:table-cell;
	 width:50%;
	 text-align:center;
	  background-color:#ff7600;
	  border-radius:10px;
	background-image: -webkit-linear-gradient(top, #ff7600, #ff1e00);
	background-image: -moz-linear-gradient(top, #ff7600, #ff1e00);
	background-image: -ms-linear-gradient(top, #ff7600, #ff1e00);
	background-image: -o-linear-gradient(top, #ff7600, #ff1e00);
	background-image: linear-gradient(to bottom, #ff7600, #ff1e00);
	 }
 .link .nyuukou a{
	 padding:20px;
	color:#FFF;
	 	 }
.link .nyuukou a h3{
	font-size:3rem;
	 	 }
  /* --------------------------------
 * 下層ページ お問い合わせ
 * -------------------------------- */
.contactpage{
	text-align:left;
	}
.contactpage .tellnum{
	font-size:3.6rem;
	text-align:center;
	color:#ff1e00;
	font-weight:bold;
	}
.contactpage .time{
	margin:20px 0 60px;
	text-align:center;
	}
#contact{
	padding:20px;
	background-color:#fffaf0;
	}
.contactpage .form{
	background-color:#FFF;
	padding:40px;
	border-radius:20px;
	}
.contactpage table{
	width:100%;
	}
.contactpage th, .contactpage td{
	padding:10px 20px;
	text-align:left;
	}
.contactpage th{
	width:30%;
	background-color: #ffddcb;
	}
.contactpage th .must{
	font-size:1.2rem;
	color:#CB0003;
	margin-left:10px;
	}
.contactpage td{
	width:70%;
	}
.contactpage td input{
	width:100%;
	padding:10px;
	}
.contactpage td textarea{
	width:100%;
	padding:10px;
	}
.contactpage td .exa{
	font-size:1rem;
	}
input[type="submit"] {
    padding: 15px 40px 13px;
    font-size: 2rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #E60000;
    color: #FFF;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
input[type="radio"]{
	width:auto !important;
	}
  /*====================================================================

ポップアップモーダル（1日1回）
  
====================================================================*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 700px;
  max-width: 94%;
  padding: 0px;
  z-index: 2;
  text-align: center;
}
.popup-inner img {
  max-height: 96vh;
  max-width: 100%;
  border: 1px solid #FFFFFF;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
  cursor: pointer;
}
/* --------------------------------
 * smart phone
 * -------------------------------- */
@media (max-width: 1024px) {
}

@media (max-width: 768px) {
body {
	font-size: 1rem;
	text-align: left !important;
}
br {
	display: none;
}
.mbbr{
	display:block;
	}
.mbno{
	display:none;
	}
.mb{
	display:block;
	}
.fl30, .fl40, .fr30, .fr40 {
	width: 80%;
	float: none;
	display: block;
	margin: 0 auto;
}
.fl50, .fl60, .fl70, .fr50, .fr60, .fr70 {
	width: 100%;
	float: none;
}
.heading {
	font-size: 1.6rem !important;
}
h2, h3, h4{
	font-size:1.4rem !important;
	}
.text{
	font-size:1.4rem;
	text-align:left;
	font-weight:normal;
	}
.contents{
	padding:10px;
	}
.header .contents{
	padding:10px 0;
	}
.header .contents .title{
	float:none;
	width:100%;
	text-align:center;
	}
.header .contents .title img{
	width:50%;
	}
.header .contents .headercontact{
	float:none;
	width:100%;
	margin:0;
	}
.header .contents .headercontact .tell{
	display:none;
	}
.saiyasune h2{
	margin-bottom:0;
	}
.shizuoka .text{
	font-size: 1.6rem;
    font-weight:normal;
	}
.himitu h3{
	margin:0;
	padding:0;
	}
.button{
	width:100%;
	font-size: 2rem;
	}
.rei li{
	width:100%;
	display:block;
	}
.nagare li{
	width:100%;
	display:block;
	}
.nagare li img{
	width:50%;
	display:block;
	margin:0 auto;
	}
.nagare li p{
	font-size: 1.6rem;
	}
.footer img{
	width:80%;
	display:block;
	margin:0 auto;
	}
.horizontal-list .horizontal-item + .horizontal-item{
	border-left:none;
	border-top: 1px solid #CCC;
	}
.horizontal-list .horizontal-item{
	display:block;
	width:100%;
	padding:10px;
	font-size:1.6rem;
	text-align:left;
	}
.horizontal-list .horizontal-item::before{
	content:">>";
	margin-right:10px;
	}
.price_list{
	display:block;
	text-align:center;
	}
.price_list li{
	width:45%;
	display:inline-block;
	margin-bottom:10px;
	}
.page_nagare li h3 .num{
	display:block;
	}
.page_naiyou .nedan{
	padding:0;
	}
.link{
	display:block;
	}
.link .nyuukou{
	display:block;
	width:100%;
	margin-bottom:10px;
	}
.contactpage .tellnum{
	font-size:2rem;
	}
.page_naiyou .midashi_title_dai{
	margin:10px 0;
	}
.contactpage .time{
	margin:10px 0;
	}
#contact{
	padding:0;
	}
}
