@charset "UTF-8";
.sp {
	display: none;
}
body {
	min-width: 1200px;
	background: #fff7f0;
}
h1 {
	font-family: dnp-shuei-ymincho-std, sans-serif;
}
/* ヘッダー */

header {
	position: relative;
	height: 245px;
}
#top_head {
	width: 100%;
	margin: 0 auto;
	line-height: 1;
	z-index: 999;
	background: #FFF;
	height: 245px;
}
#top_head a, #top_head {
	color: #fff;
	text-decoration: none;
}
#top_head .inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	background: #FFF;
}
#top_head .inner:after {
	content: "";
	clear: both;
	display: block;
	background: #FFF;
}
#top_head .logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
#top_head .logo-ttl {
	position: absolute;
	left: 125px;
	top: 35px;
	line-height: 1.5;
	font-size: 15px;
	color: #000;
}
#top_head .souryou {
	position: absolute;
	right: 240px;
	top: 25px;
}
#top_head .jisseki {
	position: absolute;
	right: 230px;
	top: 10px;
}
#top_head .t-point {
	position: absolute;
	right: 220px;
	top: 30px;
}
#top_head .tel {
	width: 203px;
	position: absolute;
	right: 0;
	top: 15px;
}
#globalnav {
	background: #002060;
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 5000;
	padding: 0;
	font-family: dnp-shuei-ymincho-std, sans-serif;
}
#globalnav:after {
	content: "";
	clear: both;
	display: block;
}
#globalnav ul {
	width: 1100px;
	margin: 0 auto;
	list-style: none;
	padding: 20px 0;
}
#globalnav ul li {
	float: left;
	font-size: 15px;
	color: #fff;
	border-right: solid 1px #FFF;
	padding: 0 31px;
}
#globalnav ul li:last-of-type {
	border-right: none;
}

/* Toggle Button */

#nav_toggle {
	display: none;
	position: absolute;
	right: 20px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #a98c00;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {
	top: 0;
}
#nav_toggle span:nth-child(2) {
	top: 11px;
}
#nav_toggle span:nth-child(3) {
	top: 22px;
}
/* フッター */
footer {
	background: #002060;
}
footer .footer_area {
	padding: 70px 0 45px 0;
}
footer .footer_area ul li:nth-last-child(1) {
	border-right: none;
}
footer .footer_area ul li a img {
	width: 20px;
	position: relative;
  top: 5px;
}
footer ul {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	word-break: keep-all;
}
footer ul li {
	display: inline;
	padding: 0 20px;
	border-right: 1px solid #FFF;
	color: #FFF;
}
footer ul li a {
	text-decoration: none;
	font-size: 14px;
}
footer p {
	text-align: center;
	color: #fff;
	padding-bottom: 25px;
	margin-bottom: 60px;
}
.sticky-ftr {
	width: 100%;
	background: #002060;
	position: fixed;
	bottom: 0;
	padding-top: 6px;
}
.sticky-ftr-inr {
	width: 1100px;
	margin: auto;
}
.sticky-ftr-inr p {
	color: #fff;
	float: left;
  margin: 2px 20px;
	padding: 10px 0 0;
}
.sticky-ftr-inr img {
	width: 193px;
	vertical-align: bottom;
	margin-bottom: 5px;
}
#tel {
	pointer-events: none;
}
.sticky-ftr-rgt {
	text-align: right;
}
/* .sticky-ftr-rgt button {
}
.sticky-ftr-rgt button span {
} */
/* 共通 */

.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.text_h1 {
	font-size: 32px;
	color: #002060;
	line-height: 1.2;
	text-align: center;
}
.left, .left2 {
	float: left;
}
.right, .right2 {
	float: right;
}
.text_h1 strong {
	font-size: 45px;
}
.check li {
	background-position: left center;
	padding-left: 45px;
	margin-bottom: 10px;
}
.check li:nth-child(odd) {
	background: url(../images/check_pink.gif) no-repeat;
}
.check li:nth-child(odd) strong {
	color: #FF6659;
}
.check li:nth-child(even) {
	background: url(../images/check_green.gif) no-repeat;
}
.check li:nth-child(even) strong {
	color: #13BF9E;
}
.marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.textbox {
	margin-bottom: 30px;
}
/* コンテンツ */

#main_contents {
	position: relative;
}
#main_contents {
	padding-top: 110px;
	margin-top: -245px;
}
.mainvisual {
	font-size: 0;
	background: #000;
	text-align: center;
}
.mainvisual img {
    height: 707px;
    width: auto;
}
section {
	padding: 0;
}

/* プロフェッショナル */
#pro {
	margin: 100px auto 130px;
}
#pro .text_h1 span {
	font-size: 2.813rem;
}
#pro .text_h1 {
	margin-bottom: 60px;
}
#pro img {
	width: 988px;
	margin: 0 auto;
}
#pro .pro_contents {
	text-align: center;
}
.pro-contents-sp {
	display: none;
}
/* こんな方におすすめ */

#recommend {
	margin: 0 auto;
	background: url(../images/bg-recommend.png) no-repeat,#fff;
	background-position: right -50px;
	height: 821px;
	padding: 120px 200px 0;
}
#recommend .recommend-h1 {
	text-align: left;
	color: #a98c00;
	font-size: 28px;
	margin-bottom: 50px;
	line-height: 1.2;
}
# .-h1 span.strong1 {
	font-size: 40px;
}
# .recommend-h1 span.strong2 {
	font-size: 60px;
}
#recommend p {
	padding-bottom: 20px;
	font-size: 1rem;
	width: 60%;
	line-height: 1.8;
	text-shadow: 1px 1px 5px #fff;
}
#recommend .recommend_contents .left {
	width: 552px;
}
#recommend .recommend_contents .right {
	width: 523px;
}


/* トラブル・疑問 */
#trouble {
	background: url(../images/bg-trouble.jpg)no-repeat;
	background-size: cover;
	padding: 0;
}
#trouble .text_h1 {
	margin-bottom: 65px;
	line-height: 1.5;
}
#trouble .trouble_contents {
	background: rgba(255, 255, 255, 0.7);
	width: 840px;
	margin: 0 auto;
	padding: 150px 0 0;
	overflow: hidden;
}
#trouble .trouble_contents p {
	text-align: center;
	margin-bottom: 100px;
}
#trouble .trouble_contents p span {
	color: #a98c00;
	font-size: 20px;
	font-weight: bold;
}




/* お任せください */
#omakase {
	background: #fff;
	position: relative;
	padding: 169px 0 50px;
}
#omakase .text_h1 {
	font-size: 35px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 0;
}
#omakase .text_h1 span {
	font-size: 50px;
	color: #630000;
}
#omakase img {
	position: absolute;
	top: 345px;
	width: 100%;
}




/* サービス */
#service {
	padding: 0;
}
#service h1 {
	text-align: center;
	color: #fff;
	font-size: 25px;
	background: url(../images/bg-service-ttl.jpg) repeat;
	padding: 80px 0;
}
#service h1.service1 {
	padding: 210px 0 80px;
}

#service h1 img {
	width: auto;
}
#service .service-column {
	background: #fff;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: -9px;
}
#service .service-column-item {
	box-sizing: border-box;
	width: 50%;
	vertical-align: middle;
}
#service .service-column-title {
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 28px;
	line-height: 1.6;
	margin: 0 auto;
	margin-bottom: 1em;
	width: 532px;
	color: #002060;
}
#service .service-column.reverse #service .service-column-item p{
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
}
#service .recommend_contents2 {
	margin: 0 auto;
  width: 532px;
  border-top: 1px solid #000;
  padding-top: 10px;
}
#service .recommend_contents2 h2 {
	color: #002060;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
}
#service .service-column-text {
	margin: 0 auto;
	width: 532px;
	padding-bottom: 15px;
}
#service .service-column-image {
	height: auto;
	width: 100%;
}
#service .service-column.reverse{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#service .items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}



/* 選ばれる8つの理由 */
#select8 {
	padding: 70px 0 120px ;
	background: url(../images/bg-select.jpg) repeat;
}
#select8 h1.text_h1 {
	margin: 70px 0 120px;
}
#select8 h1.text_h1 span {
	font-size: 80px;
	font-style: italic;
	vertical-align: -10px;
}
#select8 .select8_contents ul {
	width: 1100px;
	margin: 0 auto;
}
#select8 .select8_contents ul li {
	background: #fff;
	width: 525px;
	height: 680px;
	float: left;
	margin-bottom: 40px;
}
#select8 .select8_contents ul li:nth-child(2n) {
	margin-left: 50px;
}
#select8 .select8_contents ul li img.select-ttl1,
#select8 .select8_contents ul li img.select-ttl2,
#select8 .select8_contents ul li img.select-ttl3,
#select8 .select8_contents ul li img.select-ttl4,
#select8 .select8_contents ul li img.select-ttl5,
#select8 .select8_contents ul li img.select-ttl6,
#select8 .select8_contents ul li img.select-ttl7,
#select8 .select8_contents ul li img.select-ttl8 {
	padding: 20px 10px 10px 10px;
}
#select8 .select8_contents ul li img.select-ttl1 {
	width: 500px;
}
#select8 .select8_contents ul li img.select-ttl2 {
	width: 437px;
}
#select8 .select8_contents ul li img.select-ttl3 {
	width: 501px;
}
#select8 .select8_contents ul li img.select-ttl4 {
	width: 465px;
}
#select8 .select8_contents ul li img.select-ttl5 {
	width: 483px;
}
#select8 .select8_contents ul li img.select-ttl6 {
	width: 409px;
}
#select8 .select8_contents ul li img.select-ttl7 {
	width: 427px;
}
#select8 .select8_contents ul li img.select-ttl8 {
	width: 429px;
}
#select8 .select8_contents ul li .select-area {
	padding: 0 25px;
}


/* お手入れの工程 */
#care {
	background: url(../images/bg-care1.png),url(../images/bg-care2.png);
	background-repeat: no-repeat;
	background-position: 10px 200px,right bottom;
	padding: 60px 0;
}
#care h1.text_h1 {
	margin: 85px 0 120px;
}
#care .care_contents ul {
	width: 1100px;
	margin: 0 auto;
}
#care .care_contents ul li {
	width: 320px;
	height: 350px;
	float: left;
	vertical-align: top;
	margin-left: 70px;
	margin-bottom: 75px;
}
#care .care_contents ul li:first-child,
#care .care_contents ul li:nth-child(4) {
	margin-left: 0;
}
#care .care_contents ul li img {
	width: 296px;
}


/* 仕上がり実例 */
#example {
	background: url(../images/bg-example.jpg) repeat;
	padding: 110px 0;
}
#example .text_h1 {
	margin-bottom: 100px;
}
/*#example h1.text_h1 {
	margin-bottom: 100px;
}*/
#example .example_contents {
	width: 1100px;
	margin: 0 auto;
	padding: 110px 0;
	background: #fff;
}
#example .example_contents ul {
	text-align: center;
	margin: 0 50px;
}
#example .example_contents ul li {
	color: #a98c00;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 60px;
}
#example .example_contents ul li:last-child {
	margin-bottom: 0;
}
#example .example_contents ul li img {
	margin-top: 15px;
}
#example .example_contents ul li span {
	font-size: 20px;
}

/* お客様の喜びの声 */
#c-voice {
	padding: 60px 0 120px;
}
#c-voice .text_h1 {
	margin-bottom: 100px;
}
#c-voice .c-voice_contents {
	width: 1100px;
	margin: 0 auto;
	padding: 110px 0 50px;
	background: #fff;
}
#c-voice .c-voice-area {
	display: block;
	overflow: hidden;
	padding: 0 30px 90px 30px;
}
#c-voice .c-voice-area .c-voice-l {
	float: left;
}
#c-voice .c-voice-area .c-voice-l img {

}
#c-voice .c-voice-area .c-voice-r {
	text-align: left;
	width: 770px;
	float: right;
}
#c-voice .c-voice-area .c-voice-r p {
	border-bottom: 1px solid #b90000;
	padding-bottom: 10px;
}
#c-voice .c-voice-area .c-voice-r .c-voice-r-img {
	padding-top: 15px;
}
#c-voice .c-voice-area .c-voice-r .c-voice-r-img img {
	width: 138px;
	float: left;
	margin-right: 20px;
}
#c-voice .c-voice-area .c-voice-r .c-voice-r-img p {
	border-bottom: none;
	font-size: 14px;
}


/* ご利用方法 */
#method {
	background: url(../images/bg-method.jpg);
	background-size: 4%;
  padding: 50px 0;
}
#method .text_h1 {
    padding: 90px 0 110px;
}
#method .method_contents {
	width: 1020px;
	margin: 0 auto;
	background: url(../images/method-leftline.png);
	background-repeat: repeat-y;
  background-position: 53px;
	padding-bottom: 50px;
}
#method .method_contents img {
	width: 800px;
	margin: auto;
	display: block;
	padding-bottom: 40px;
}
#method .method_contents .method-area {

}
#method .method_contents .method-area img {
	width: 109px;
	float: left;
}
#method .method_contents .method-area p {
	float: left;
	width: 830px;
	padding: 0 0 60px 30px;
}
#method .method_contents .method-area p span {
	color: #a98c00;
	font-size: 26px;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	display: block;
	padding-top: 10px;
}
#method .shipping-info {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	padding: 15px 0;
}
#method .shipping-info p {
	width: 740px;
	margin: auto;
	padding-top: 15px;
}
#method .shipping-info p span {
	font-size: 18px;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	color: #a98c00;
}
#method .shipping-info p:last-child {
	color: #ff0000;
}

/* 特徴 */

#characteristics .wrap {
	padding: 60px 0;
	background: #E6F2EF;
}
#characteristics .characteristics_area {
	width: 1100px;
	margin: 0 auto;
	background: #FFF;
	padding: 50px;
	border-radius: 20px;
	margin-bottom: 30px;
}
#characteristics .characteristics_area h2 {
	margin-bottom: 40px;
}
/* 工程 */

#process {
	width: 1200px;
	margin: -245px auto 0;
}
#process .catch {
	width: 800px;
	margin: 0 auto 30px;
}
#process .process_contents {
	margin-bottom: 20px;
}
#process .process_contents .left, #process .process_contents .right {
	width: 590px;
}
#process .process_contents h2 {
	font-size: 32px;
	font-weight: bold;
	color: #13BF9E;
}
/* 料金　古い */

#price {
	padding-bottom: 0;
}
#price .wrap {
	background: url(../images/bg_02.png) repeat;
	background-position: left top;
	padding: 60px 0;
}
#price .price_contents {
	width: 1200px;
	margin: 0 auto;
}
#price h1 {
	color: #FF6659;
}
#price h2 {
	width: 400px;
	margin: 0 auto 20px;
}
#price .price_list {
	margin-bottom: 60px;
}
#price .price_comment_area {
	background: #FFF;
	padding: 20px;
	border-radius: 10px;
}
#price .price_comment_area h3 {
	font-size: 32px;
	color: #FF6659;
}
#price .price_comment_area p strong {
	color: #13BF9E;
}
#price .price_comment_area .left {
	width: 138px;
}
#price .price_comment_area .right {
	width: 990px;
}


/* 料金 新 */

#new-price {
	padding: 100px 0;
}
#new-price .wrap {

}
#new-price .price_contents {
}
#new-price .price_contents h2 {
	width: 972px;
	margin: auto;
	font-size: 28px;
	color: #a88d00;
}
#new-price .price_contents h3 {
	text-align: right;
	color: #a88d00;
	font-size: 1.1rem;
	width: 972px;
	margin: auto;
	font-family: dnp-shuei-ymincho-std, sans-serif;
}
#new-price .price_contents p {
	font-size: 24px;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	text-align: center;
  	padding: 40px 0 60px;
}
a.line-link {
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 800px;
	width: 90vw;
}
#new-price .price_contents table {
  table-layout: fixed;
  width: 895px;
  border-collapse: collapse;
  border: 1px solid #a88d00;
	margin: auto;
	background-color: #fff;
	margin-bottom: 45px;
}
#new-price .price_contents table:last-of-type {
	margin-bottom: 10px;
}
#new-price .price_contents table caption {
	text-align: center;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 28px;
	background-color: #a88d00;
	color: #fff;
}
#new-price .price_contents table tr {
	border-bottom: 1px solid #a88d00;
}
#new-price .price_contents table tr th {
	font-size: 24px;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	padding: 12px 0 5px 0;
}
#new-price .price_contents table tr th:nth-child(odd) {
	width: 320px;
	padding-left: 15px;
}
#new-price .price_contents table tr th:nth-child(even) {
	width: 130px;
	text-align: right;
	padding-right: 20px;
}
#new-price h1 {
	padding-bottom: 20px;
}
#new-price h2 {
	font-family: dnp-shuei-ymincho-std, sans-serif;
}
#new-price .price_list {

}
#new-price .price_comment_area {

}
#new-price .price_comment_area h3 {

}
#new-price .price_comment_area p strong {
}
#new-price .price_comment_area .left {

}
#new-price .price_comment_area .right {

}
/* 割引 */
.waribiki {
	background-color: #fff;
	padding: 50px 0;
}
.waribiki img {
	width: 800px;
	display: block;
	margin: 50px auto;
}
/* 支払方法 */

#payment {
	width: 1200px;
	margin: 0 auto;
}
#payment .payment_img {
	width: 915px;
}
/* 宅配キット */

#deliverykit {
	width: 1200px;
	margin: 0 auto 60px;
	background: url(../images/bg_03.png) repeat;
	background-position: left top;
	border-radius: 20px;
}
#deliverykit .deliverykit_contents_area {
	padding: 0 50px;
}
#deliverykit .deliverykit_contents_area h1 {
	margin-bottom: 30px;
}
#deliverykit .deliverykit_contents {
	margin-bottom: 30px;
}
#deliverykit .deliverykit_contents_area .left {
	width: 650px;
}
#deliverykit .deliverykit_contents_area .left .textbox {
	color: #FFF;
}
#deliverykit .deliverykit_contents_area .left h2 {
	color: #FFF;
	font-size: 34px;
	font-weight: bold;
}
#deliverykit .deliverykit_contents_area .left .check li {
	background: url(../images/check_white.png) no-repeat;
	color: #FFF;
}
#deliverykit .deliverykit_contents_area .left .check li strong {
	color: #FFFF99;
}
#deliverykit .deliverykit_contents_area .right {
	width: 385px;
}
#deliverykit .deliverykit_contents_area .kit {
	background: #FFF;
	padding: 20px;
}
#deliverykit .deliverykit_contents_area .kit .left {
	width: 233px;
}
#deliverykit .deliverykit_contents_area .kit .right {
	width: 810px;
}
/* Tポイント */

#tpoint {
	width: 1200px;
	margin: 0 auto 60px;
	padding: 0;
}
/* ご利用方法 */

#flow .wrap {
	background: url(../images/bg_04.png) repeat;
	padding: 60px 0;
}
#flow .flow_contents_area {
	width: 1100px;
	margin: 0 auto;
	background: #FFF;
	padding: 50px;
	border-radius: 20px;
	margin-bottom: 30px;
}
#flow .flow_contents_area .flow_contents {
	padding: 30px 0;
	border-bottom: 2px dotted #15C09E;
}
#flow .flow_contents_area .flow_contents:last-of-type {
	border-bottom: none;
	padding: 30px 0 0;
}
#flow .flow_contents_area .flow_contents .left {
	width: 200px;
}
#flow .flow_contents_area .flow_contents .right {
	width: 870px;
}
#flow .flow_contents_area .flow_contents .right h2 {
	font-size: 32px;
	font-weight: bold;
	color: #15C09E;
}
#flow .textbox {
	width: 1200px;
	margin: 0 auto;
}
/* お客様からのメッセージ */

#voice {
	width: 1200px;
	margin: -245px auto 0;
}
#voice h1 {
	color: #FF6659;
}
#voice .voice_contents {
	padding: 30px 0;
	border-bottom: 2px dotted #FF6659;
}
#voice .voice_contents:last-of-type {
	border-bottom: none;
	padding: 30px 0 0;
}
#voice .voice_contents .left, #voice .voice_contents .right2 {
	width: 205px;
}
#voice .voice_contents .right, #voice .voice_contents .left2 {
	width: 965px;
}
#voice .voice_contents h2 {
	font-size: 32px;
	font-weight: bold;
	color: #FF6659;
}
/* メールフォーム */
#mailformlink {
	padding: 100px;
	margin: -100px;
}
#mailform {
	background: #fff;
}
#main_contents #mailform .wrap {
	background: #FFF;
	padding: 60px 0;
}
#main_contents #mailform .mailform_contents {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
#main_contents #mailform .mailform_contents h1 {
	font-family: dnp-shuei-ymincho-std, sans-serif;
}
#main_contents #mailform h1 {
	font-family: メイリオ;
	color: #a98d00;
	padding: 20px 0 15px;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	background: #eae1c1;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
#main_contents .mailform_table {
	border-collapse: collapse;
  margin: 0 auto 30px;
}
#main_contents .mailform_table th, #main_contents .mailform_table td {
	border: 1px solid #a88d00;
	padding: 10px;
	vertical-align: top;
}
#main_contents .mailform_table th {
	width: 360px;
	background: #fffeee;
}
#main_contents .mailform_table td {
	width: 840px;
	background: #FFF;
}
#main_contents .mailform_table td span {
  color: #727171;
	font-size: 14px;
}
#main_contents .mailform_table td span a {
  color: #000;
	font-size: 14px;
	text-decoration: underline;
}
#main_contents .mailform_table td span#multiple-ok {
	padding-left: 40px;
}
#main_contents .mailform_table th .must {
	display: block;
	background-color: #e60012;
	padding: 1px 8px;
	font-size: 12px;
	color: #FFF;
	float: right;
	font-weight: normal;
}
#main_contents .mailform_table th .option {
	display: block;
	background-color: #1d2088;
	padding: 2px 4px;
	font-size: 12px;
	color: #FFF;
	float: right;
	font-weight: normal;
}
#main_contents input, #main_contents textarea, #main_contents select {
	font-size: 15px;
	font-family: メイリオ;
	max-width: 100%;
	padding: 10px;
	margin-bottom: 5px;
}
#main_contents .submit_btn .mfp_element_submit {
	display: block;
	background: #d6b83c;
	padding: 10px 30px;
	color: #FFF;
	font-size: 24px;
	border-radius: 15px;
	font-weight: normal;
	text-align: center;
	border: none;
	text-shadow: none;
	margin: 0 auto;
}
#main_contents #mailform .mailform_contents .inputw {
	width: 600px;
}
form#mailformpro {
	padding: 0;
}
.submit_btn {
	text-align: center;
}
.submit_btn button {
	border: none;
	width: 300px;
	background: #d6b739;
	height: 55px;
	color: white;
	font-size: 26px;
	font-weight: bold;
	border-radius: 15px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
#main_contents #mailform .mailform_contents input[type=radio] {
	padding: .5em;
  border: 1px solid #fff;
	-webkit-appearance: checkbox; /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;    /* Firefox */
  -ms-appearance: checkbox;
}
/* 確認 */

#confirmation {
	width: 1200px;
	margin: 0 auto;
}
#confirmation h2 {
	color: #FF6659;
	font-weight: bold;
}
#confirmation ul {
	padding-left: 50px;
	margin-bottom: 30px;
}
#confirmation ul li {
	list-style: disc;
}
/* 2階層目共通 */
#sub-page {
	position: relative;
	/*p: -90px;*/
}
.kopage {
	margin: 0 auto;
	position: relative;
	top: -150px;
}
#secound_contents {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
#secound_contents #faq {
	margin-top: -90px;
}
#secound_contents h2, #faq h3 {
	color: #59565b;
	font-weight: bold;
}
#secound_contents p {
	margin-bottom: 20px;
}
#secound_contents .backbt {
	display: block;
  background: #a98c00;
  width: 200px;
  padding: 10px 30px;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
  margin: 30px auto;
}
#thanks .text_h1 {
	color: #bc0d11;
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	padding: 40px 0 20px;
}
#tokutei .text_h1,
#compensation .text_h1 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding-top: 0;
	padding-bottom: 50px;
}
#thanks p span {
	color: #bc0d11;
	font-weight: bold;
}
#thanks img {
	width: 300px;
}
#faq h3,
#tokutei h2,
#compensation h2 {
	color: #a98c00;
	width: 100%;
	border-bottom: 1px dotted #a98c00;
}
#faq h2 {
	padding: 35px 0;
	color: #000;
	text-decoration: underline #000;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.yasumi-oshirase p {
	text-align:center;
	font-size: 20px;
	color:#ff6600;
}

.yasumi-oshirase p:nth-child(3) {
  font-size:15px;
}
.shohizei {
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
}
.shohizei span {
	color: #ff0000;
}

@media only screen and (max-width:768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	body {
		min-width: 0;
		font-size: 16px;
	}
	header {
		height: 56px;
	}
	#top_head, #top_head .inner {
		width: 100%;
		padding: 0;
	}
	#top_head {
		width: 100%;
		top: 0;
		position: fixed;
		margin-top: 0;
		height: 56px;
		box-shadow: 0px 7px 3px -3px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 0px 7px 3px -3px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0px 7px 3px -3px rgba(0, 0, 0, 0.05);
	}
#pro img {
	width: 100%;
}
.pro-contents-sp {
	display: block;
}
.pro-content-sp-block {
	display: block;
}
.pro-content-sp-block p {
	color: #002060
}
#main_contents	.mainvisual img {
	    width: 100%;
			height: auto;
	}
#top_head .inner .pc_head .logo img {
	width: auto;
	height: 56px;
}
	/* Fixed reset */
	#sp_head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top_head.fixed .logo, #top_head .logo {
		width: 40%;
		z-index: 9999;
		left: 10px;
	}
	#top_head .tel {
		width: 30px;
		position: absolute;
		right: 56px;
		top: 12px;
		z-index: 9999;
	}
	#globalnav {
		display: none;
	}
	#globalnav-sp {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #a98c00;
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#globalnav-sp ul {
		width: 100%;
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		padding: 0;
	}
	#globalnav-sp ul li {
		font-family: dnp-shuei-ymincho-std, sans-serif;
		float: none;
		position: static;
		border: none;
		padding: 0;
		font-size: 1.3rem;
		border-bottom: dotted 1px #FFF;
	}
	#top_head #globalnav-sp ul li a, #top_head.fixed #globalnav-sp ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav_toggle {
		display: block;
	}
	/* #nav_toggle 切り替えアニメーション */
	.open #nav_toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #globalnav スライドアニメーション */
	.open #globalnav-sp {
		/* #globalnav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
	/* フッター */
	footer .footer_area {
		padding: 10% 0;
		margin-bottom: 5%;
	}
	footer ul {
		width: 98%;
	}
	footer ul li {
		padding: 0 2%;
	}
	.sticky-ftr-inr p {
		display: none;
	}
	.sticky-ftr-inr img {
		width: 48vw;
	}
	#tel {
		pointer-events: auto;
	}
	.sticky-ftr-rgt {
		text-align: left;
		height: 17vw;
	}
	.sticky-ftr-rgt button {
		width: 45vw;
		font-size: 0.8rem;
	}
	.sticky-ftr-rgt button span {
		padding: 10px 5px;
	}
	/* 共通 */
	.mb10 {
		margin-bottom: 3%;
	}
	.mb20 {
		margin-bottom: 5%;
	}
	.mb30 {
		margin-bottom: 10%;
	}
	.mt10 {
		margin-top: 3%;
	}
#pro .text_h1 {
		font-size: 1.5rem;
		margin: 10vw 0;
}
#pro .text_h1 span {
	font-size: 2rem;
}
#pro .text_h1 strong {
	font-size: 2.5rem;
}
#pro {
	margin: 0;
}
	.left, .right, .left2, .right2 {
		float: none;
		width: 100%;
		margin-bottom: 5%;
	}
	.textbox {
		margin-bottom: 5%;
	}
	/* コンテンツ */
	#main_contents {
		overflow: hidden;
	}
	#main_contents, #characteristics, #process, #price, #flow, #voice, #mailform, #ryoushou, #kiyaku {
		padding-top: 56px;
		margin-top: -56px;
	}

	/* プロフェッショナル */
	#pro .pro_contents {
		width: 90%;
		margin: 20vw auto;
	}
	/* こんな方におすすめ */
	#recommend {
		width: 100%;
		height: auto;
		padding: 50px 0;
		background-position: bottom right;
		background-size: 70%;
	}
	#recommend .recommend-h1 {
		font-size: 1.1rem;
		margin: 10vw 5vw;
	}
	#recommend .recommend-h1 span.strong1  {
		font-size: 1.4rem;
	}
	#recommend .recommend-h1 span.strong2 {
		font-size: 1.6rem;
	}
	#recommend p {
		width: 90%;
    font-size: 1rem;
    margin: 0 auto;
	}
	#recommend .recommend_contents .left {
		width: 100%;
	}
	#recommend .recommend_contents .right {
		width: 100%;
		margin-bottom: 5%;
	}
	#recommend .recommend_contents {
		background: rgba(255, 255, 255, 0.7);
	}
	/* Trouble */
#trouble .trouble_contents {
	width: 100%;
	padding: 40px 0 0;
}
#trouble .text_h1 {
	margin-bottom: 65px;
	margin: 5vw 5vw 10vw;
	font-size: 1.5rem;
}
#trouble .trouble_contents p {
	width: 90%;
	margin: 0 auto 20%;
	font-size: 1rem;
	text-align: left;
    line-height: 1.5
}
#trouble .trouble_contents p br {
	display: none;
}
#trouble .trouble_contents p:last-of-type {
	margin-bottom: 10%;
}
#trouble ul {
	margin: 0 auto;
	width: 75%;
}
#trouble ul li {
	padding-bottom: 20px;
	list-style: square;
}
#trouble ul span {
	color: #a98c00;
	font-size: 18px;
	font-weight: bold;
}
/* お任せください */
#omakase {
	padding: 50px 10px;
}
#omakase img {
	display: none;
}
#omakase .text_h1 {
	font-size: 1.2rem;
	line-height: 1.4;
}
#omakase .text_h1 span {
	font-size: 2rem;
}
/*Service*/
#service h1.service1 {
	padding: 20px 10px;
	font-size: 1.4rem;
}
#service .service-column {
	display: block;
}
#service .service-column-item {
	width: auto;
}
#service .service-column-title {
  margin: 0 5vw;
}
#service .service-column-text {
  padding-bottom: 5vw;
  margin: 0 5vw;
  width: auto;
}
#service .recommend_contents2 {
	width: 95vw;
  margin: 0 auto;
	padding-bottom: 30px;
}
#service .recommend_contents2 p {
	font-size: 1rem;
}
/*Select8*/
#select8 {
	padding: 70px 0 60px;
}
#select8 h1.text_h1 {
  margin: 0 5vw 60px;
	font-size: 1.4rem;
}
#select8 h1.text_h1 span {
	font-size: 3.5rem;
}
#select8 .select8_contents ul,
#select8 .select8_contents ul li {
	width: auto;
	height: auto;
	padding-bottom: 20px;
}
#select8 .select8_contents ul li:nth-child(2n){
	margin: 0 0 40px;
}
#select8 .select8_contents ul li img.select-ttl1,
#select8 .select8_contents ul li img.select-ttl2,
#select8 .select8_contents ul li img.select-ttl3,
#select8 .select8_contents ul li img.select-ttl4,
#select8 .select8_contents ul li img.select-ttl5,
#select8 .select8_contents ul li img.select-ttl6,
#select8 .select8_contents ul li img.select-ttl7,
#select8 .select8_contents ul li img.select-ttl8 {
	width: 90%;
}
/*Care*/
#care {
	padding:
}
#care h1.text_h1 {
	margin: 30px 0;
}
#care .care_contents ul {
	width: auto;
	max-width: 500px;
	text-align: center;
}
#care .care_contents ul li:first-child,
#care .care_contents ul li,
#care .care_contents ul li:nth-child(4) {
	width: 90%;
	margin: 0 auto 40px;
	height: auto;
	float: none;
}

/*Example*/
#example .example_contents {
	width: auto;
}
#example h1.text_h1 {
	font-size: 1.6rem;
	margin-bottom: 50px;
}
#example .example_contents ul {
    margin: 0 2vw;
}
/*Customer Voice*/
#c-voice {
	padding: 0;
}
#c-voice .c-voice_contents {
	width: auto;
}
#c-voice .c-voice-area {
  font-size: 1rem;
	padding-bottom: 60px;
}
#c-voice .c-voice-area .c-voice-l {
	display: none;
}
#c-voice .c-voice-area .c-voice-r {
	float: none;
	width: auto;
}
#c-voice .c-voice-area .c-voice-r .c-voice-r-img {
	border-bottom: 5px #666 solid;
	padding-bottom: 10vw;
}


#c-voice h1.text_h1 {
  margin-bottom: 0;
  padding-bottom: 20px;
}
/*Method*/
#method .method_contents {
	background: none;
	width: auto;
}
#method .method_contents .method-area p {
    float: none;
    margin: 0 4vw;
		width: auto;
		padding: 0;
}
#method .method_contents .method-area {
    padding-bottom: 50px;
}
#method .method_contents .method-area img {
	padding: 0;
}
#method .method_contents img {
    width: 95%;
}
#method .shipping-info {
    width: 80%;
    padding: 0 5vw;
}
#method .shipping-info p {
    width: auto;
}
/*Price*/
#new-price {
    padding: 50px 0;
}
#new-price .price_contents p {
    font-size: 1.3rem;
		text-align: left;
    margin: 0 5vw;
	}
#new-price .price_contents h2 {
	width: auto;
	margin-left: 5vw;
}
#new-price .price_contents table {
	width: 95%;
}
#new-price .price_contents table tr th:nth-child(even),
#new-price .price_contents table tr th:nth-child(odd) {
    width: auto;
}
#new-price .price_contents table tr th {
	font-size: .9rem;
}
.waribiki img {
	width: 95%;
}
	/* 特徴 */
	#characteristics {
		width: 100%
	}
	#characteristics .wrap {
		padding: 10% 0 5%;
	}
	#characteristics h1 {
		width: 90%
	}
	#characteristics .characteristics_area {
		width: 80%;
		margin: 0 auto;
		background: #FFF;
		padding: 5%;
		border-radius: 20px;
		margin-bottom: 10%;
	}
	#characteristics .characteristics_area h2 {
		margin-bottom: 5%;
	}
	#characteristics .characteristics_area .right {
		margin-bottom: 0;
	}
	/* 工程 */
	#process {
		width: 90%;
		margin: -56px auto 0;
	}
	#process .catch {
		width: 100%;
		margin: 0 auto 10%;
	}
	#process .process_contents {
		margin-bottom: 5%;
	}
	#process .process_contents .left, #process .process_contents .right {
		width: 100%
	}
	#process .process_contents h2 {
		font-size: 24px;
	}
	/* 料金 */
	#price .wrap {
		padding: 10% 0;
	}
	#price .price_contents {
		width: 90%;
		margin: 0 auto;
	}
	#price h1 {
		color: #FF6659;
	}
	#price h2 {
		width: 100%;
		margin: 0 auto 5%;
	}
	#price .price_list {
		margin-bottom: 10%;
	}
	#price .price_comment_area {
		padding: 5%;
	}
	#price .price_comment_area h3 {
		font-size: 24px;
	}
	#price .price_comment_area .left {
		width: 70%;
		margin: 0 auto;
	}
	#price .price_comment_area .right {
		width: 100%;
	}
	/* 支払方法 */
	#payment {
		width: 90%;
	}
	#payment .payment_img {
		width: 100%;
	}
	/* 宅配キット */
	#deliverykit {
		width: 90%;
		margin: 0 auto 10%;
	}
	#deliverykit .deliverykit_contents_area {
		padding: 0 5%;
	}
	#deliverykit .deliverykit_contents_area h1 {
		margin-bottom: 5%;
	}
	#deliverykit .deliverykit_contents {
		margin-bottom: 5%;
	}
	#deliverykit .deliverykit_contents_area .left {
		width: 100%;
	}
	#deliverykit .deliverykit_contents_area .left h2 {
		font-size: 28px;
	}
	#deliverykit .deliverykit_contents_area .right {
		width: 100%;
	}
	#deliverykit .deliverykit_contents_area .kit {
		background: #FFF;
		padding: 5%;
	}
	#deliverykit .deliverykit_contents_area .kit .left {
		width: 100%;
	}
	#deliverykit .deliverykit_contents_area .kit .right {
		width: 100%;
	}
	/* Tポイント */
	#tpoint {
		width: 90%;
		margin: 0 auto 10%;
	}
	/* ご利用方法 */
	#flow .wrap {
		padding: 10% 0;
	}
	#flow .flow_contents_area {
		width: 80%;
		margin: 0 auto;
		background: #FFF;
		padding: 5%;
		border-radius: 20px;
		margin-bottom: 10%;
	}
	#flow .flow_contents_area .flow_contents {
		padding: 5% 0;
	}
	#flow .flow_contents_area .flow_contents:last-of-type {
		padding: 5% 0 0;
	}
	#flow .flow_contents_area .flow_contents .left {
		width: 50%;
		margin: 0 auto;
	}
	#flow .flow_contents_area .flow_contents .right {
		width: 100%;
	}
	#flow .flow_contents_area .flow_contents .right h2 {
		font-size: 24px;
	}
	#flow .textbox {
		width: 90%;
		margin: 0 auto;
	}
	/* お客様からのメッセージ */
	#voice {
		width: 90%;
	}
	#voice .voice_contents {
		padding: 10% 0;
	}
	#voice .voice_contents:last-of-type {
		border-bottom: none;
		padding: 5% 0 0;
	}
	#voice .voice_contents .left, #voice .voice_contents .right2 {
		width: 50%;
		margin: 0 auto;
	}
	#voice .voice_contents .right, #voice .voice_contents .left2 {
		width: 100%;
	}
	#voice .voice_contents h2 {
		font-size: 24px;
	}
	/* メールフォーム */
	#main_contents #mailform {
		padding: 0 3vw;
		background: #fff;
	}
	#main_contents #mailform .wrap {
	}
	#main_contents #mailform .mailform_contents {
		width: 100%
	}
	#main_contents #mailform h1 {
	}
	#main_contents .mailform_table {
	}
	#main_contents .mailform_table th,
	#main_contents .mailform_table td {
		display: block;
		width: auto;
	}
	#main_contents .mailform_table td {
	}
	#main_contents .mailform_table th {
	}
	#main_contents .mailform_table th .must {
	}
	#main_contents input, #main_contents textarea, #main_contents select {
	}
	#main_contents #mailform .mailform_contents .inputw {
		width: 94%;
	}
	#main_contents .mailform_table td span#multiple-ok {
		padding-left: 20px;
	}
	/* 確認 */
	#confirmation {
		width: 90%;
		margin: 0 auto;
	}
	#confirmation ul {
		padding-left: 10%;
		margin-bottom: 10%;
	}
	/* 2階層目共通 */
	#secound_contents {
		width: 90%;
		padding: 0;
	}
	#secound_contents p {
		margin-bottom: 5%;
	}
	#secound_contents .backbt {
		display: block;
		width: 70%;
		padding: 5% 10%;
		margin: 0 auto 10%;
	}
	#faq h2 {
		padding: 3%;
		text-align: center;
		margin: 0 auto 5%;
		font-size: 22px;
		border-radius: 100px;
	}
	#sub-page {
		padding-top: 100px;
	}
	#tokutei .text_h1,
	#compensation .text_h1 {
		padding-bottom: 50px;
	}
}
	@media only screen and (max-width:440px) {
		.recommend-h1 br {
			display: none;
		}
		.shohizei {
			width: 90vw;
			margin: 0 auto;
		}
	}
	.modified {
		position: relative;
		top: -90px;
	}
	.kobutsu {
		width: 95vw;
		margin: 0 auto;
		max-width: 430px;
		font-size: 1.3rem;
		font-weight: bold;
	}
	@media screen and (max-width: 640px ) {
		.kobutsu {
			font-size: 1.1rem;
			margin-bottom: 5vh;
		}
	}

/* 新しいブロック */
#online-price {
    background-color: #fff;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    padding-top: 90px;
    margin-top: -80px;
}
#online-price h1 {
    margin-bottom: 60px;
}
#online-price .wrap {
    margin: 0 auto;
    max-width: 1000px;
    width: 95vw;
}
#online-price .contents {
    padding: 0 0 60px;
}
#online-price h2 {
    text-align: left;
    color: #a98c00;
    font-size: 28px;
    margin-bottom: 20px;
}
#online-price p {
    font-size: 16px;
	font-family: 'メイリオ', Meiryo, 'Noto Serif', 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    text-align: left;
    padding: 0 0 20px;
}
#online-price img {
	display: block;
	margin: 0 auto 30px;
	width: auto;
	max-width: 100%;
}
#online-price .small-txt {
    font-size: 14px;
    text-align: left;

}
#online-price h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 60px;
}
#online-price .txt-cent {
	text-align: center;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 20px;
}
.pay-link {
    font-weight: bold;
}
span.payment-radio {
	border: none;
    padding: 6px;
}
.pay-link a,
#main_contents #mailform .mailform_contents span.payment-radio a {
    color: #4f4fff;
    text-decoration: underline;
}
@media screen and (max-width: 640px) {
    #online-price h1 {
        font-size: 24px;
    }
    #online-price h2,
    #online-price h3 {
        font-size: 20px;
    }
    #online-price p {
        font-size: 16px;
	}
	span.payment-radio {
		margin-top: 5px;
	}
}
	/* ------------------------------------------------------------------------------------------------------------------------------------------------- */