@charset "utf-8";
/* CSS Document */

/*  */
.w100 {width: 100%;}
.w75 {width: 68%;}
.w75_67 {width: 63%;}
.w67 {width: 67%;}
.w67_50 {width: 65%;}
.w67_67 {width: 58%;}
.w50 {width: 48%;}
.w50_50 {width: 48%;}
.w33 {width: 33%;}
.w33_33 {width: 33%;}
.w33_50 {width: 33%;}
.w25 {width: 25%;}
.w25_25 {width: 23%;}
.w25_33 {width: 23%;}
.w25_50 {width: 25%;}
.c-black {color: #1e1e1e;}
.c-orange {color: #E68214;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
}
.mt-80{margin-top: -80px;}

.br-pc { display:block; }
.br-sp { display:none; }
.green{
	color: #008e54;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
}

@media screen and (max-width:800px) {
	.w100 {width: 100%;}
	.w75 {width: 100%;}
	.w75_67 {width: 60%;}
	.w67 {width: 100%;}
	.w67_50 {width: 48%;}
	.w67_67 {width: 63%;}
	.w75_50 {width: 48%;}
	.w50 {width: 90%;}
	.w50_50 {width: 50%;}
	.w33 {width: 100%;}
	.w33_33 {width: 33%;}
	.w33_50 {width: 50%;}
	.w25 {width: 100%;}
	.w25_25 {width: 23%;}
	.w25_33 {width: 30%;}
	.w25_50 {width: 48%;}
	.mt-80{margin-top: 0px;}
	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* コンテンツ */
body {
	line-height: 1.4;
}
#wrapper {
	background-image: url(../images/201812_yhs/bg.png);
	background-repeat: repeat;
	background-size: 10%;
	margin: 0 auto;
	max-width: 1200px;
}
.head {	
	display: block;
}
.head_sp {
	display: none;	
}
@media screen and (min-width:801px) and ( max-width:1100px) {
	#wrapper {
		min-width: 801px;
		max-width: 1100px;
	}
}
@media screen and (max-width:800px) {
	#wrapper {
		max-width: 800px;
	}
	.head {	
		display: none;
	}
	.head_sp {
		display: block;
	}
	background-size: 15%;
}

.section {
	margin-bottom: 60px;
	overflow: hidden;
}
h2 {
	background-color: #FAB43C;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 60px;
	font-weight: 800;
	margin-bottom: 20px;
	padding-left: 2%;
}
img {
	vertical-align: bottom;
	width: 100%;
}
.img {
	margin-bottom: 20px;
}
.txt {
	color: #505050;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 6%;
	padding-right: 2%;
	text-align: justify;
}
.txt_r {
	color: #505050;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-right: 6%;
}
.text_r{
	text-align: right;
	padding-right: 2%;
}
.mini{
	font-size: 1em;
}
.big{
	font-size: 3em;
}
.clear {
	clear: both;
}
.flo-l {
	float: left;
}
.flo-r {
	float: right;
}
.z50{
	z-index:-50;
}

.font_mini{
	font-size: 25px;
}

.p_r2%{
	padding-right: 2%;
}

@media screen and (min-width:761px) and ( max-width:1100px) {
	h2 {
		font-size: 50px;
		text-align: center;
	}
	.txt {
		font-size: 28px;
		padding-left: 2%;
		padding-right: 2%;
		line-height: 1.5em;
	}
	.text_r{
		font-size: 28px;
		text-align: center;
		padding: 0;
	}
}
@media screen and (max-width:760px) { 
	h2 {
		font-size: 26px;
		text-align: center;
	}
	.txt {
		font-size: 16px;
		padding-left: 2%;
		padding-right: 2%;
		line-height: 1.5;
	}
	.text_r{
		font-size: 16px;
		text-align: center;
		padding: 0;
	}
	.mini{
		font-size: .7em;
	}
	.big{
	font-size: 1.2em;
	line-height: 1.2em;
	}
.font_mini{
	font-size: 12px;
}
}


/* 問い合わせバナー */
.mitsumori {
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.to-tel {
	background-color: rgba(255, 255, 255, 0.8);	
	display: none;
}
.to-form {
	background-color: rgba(255, 255, 255, 0.8);	
	width: 100%;
}
.to-tel a, .to-form a {
	color: #333;
	display: block;
	font-size: 52px;
	font-weight: 800;
	height: 74px;
	padding-top: 6px;
	text-decoration: none;
}
.to-tel a span, .to-form a span {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media screen and (max-width:800px) {
	.to-tel, .to-form {
		border: 2px solid #ccc;
		box-sizing:border-box;
		display: block;
		float: left;
		width: 50%;
	}
	.to-tel a, .to-form a {
		line-height: 1.2;
		font-size: 16px;
		height: 38px;
		padding-top: 2px;
	}
	.to-tel a span, .to-form a span {
		display: block;
	}
}

/* 会社概要 */
#company {
	background-color: #fff;
	border: 6px solid #ccc;
	box-sizing:border-box;
	margin: 100px auto 0;
	width: 900px;
}
#company .logo {
	margin: 20px 0 20px 85px;
}
#company .aboutus{
}
@media screen and (min-width:801px) and ( max-width:1100px) {
	#company {
		width: 100%;
	}
}
@media screen and (max-width:800px) {
	#company {
		width: 100%;
	}
	#company .logo {
		margin: 20px 0;
	}
	#company .aboutus{
		margin: 0;
	}
}

/* フォーム */
form {
	width: 900px;
}

#mailfield {
	border: 6px solid #D8BAA4;
}
.toiawase-head {
	color: #505050;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 52px;
	font-weight: 900;
	margin: 30px 0;
	text-align: center;
}
form#mailformpro {
	margin: 100px auto 0;
	padding: 0;	
}
form#mailformpro dl {
	background-color: #f0fffa;
	line-height: normal;
	overflow: hidden;
}
form#mailformpro dl dt {
	border-top: solid 1px #D8BAA4;
	float: left;
	font-size: 14px;
	line-height: 2.2;
	margin: 0px;
	text-align: right;
	padding: 15px 0px;
	width: 25%;
}
form#mailformpro dl dd {
	border-top: solid 1px #D8BAA4;
	float: left;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	padding: 15px 30px;
	width: calc(75% - 60px);
}
form#mailformpro dl dd input {
    background-color: #fff;
    font-size: 16px;
    height: 24px;
    width: calc(100% - 10px)!important;
}
form#mailformpro dl dd textarea {
	background-color: #fff;
	font-size: 16px;
	height: 120px!important;
	width: calc(100% - 8px)!important;
}
.must {
	background-color: #C00;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	color: #FFF;
	display: block;
	float: left;
	font-size: 14px;
	line-height: normal;
	margin-left: 20px;
	padding: 3px 6px;
}
.submit {
	text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width:801px) and ( max-width:1100px) {
	form {
		width: 100%;
	}
	form#mailformpro dl dd {
		clear: none;
	}
}
@media screen and (max-width:800px) {
	form {
		width: 100%;
	}
	.toiawase-head {
		font-size: 32px;
	}
	form#mailformpro dl dt {
		padding-left: 10px;
		padding-bottom: 0; 
		text-align: left;
    width: calc(100% - 10px)!important;
	}
	form#mailformpro dl dd {
		border-top: none;
    width: calc(100% - 20px)!important;
		padding: 0 10px 15px;
	}
	form#mailformpro dl dd input {
    width: calc(100% - 20px)!important
	}
	form#mailformpro dl dd textarea {
		width: calc(100% - 20px)!important
	}
	.must {
		float: right;
		margin-left: 0;
		margin-right: 10px;
	}
	.mfp_element_all {
    max-width: 100%;
	}
}

/* プライバシーポリシー */
.privacy {
	text-align: center;
  padding-bottom: 50px;
}


.eco {
	cursor: pointer;
	float: left;
	margin: 4% 1%;
	
}
.ecocute {
	overflow: hidden;
	padding: 7% 0 11%;
	width: 100%;
}

@media screen and (max-width:1000px) {
.eco {
	cursor: pointer;
	text-align: center;
	margin: 20px auto;
	width: 100%;
}
}




/*LINE風会話やりとりPC用ここから*/


/*以下、①背景色など　PC用*/
.line-bc {
  padding: 20px 10px;
  max-width: 1100px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;

}

/*以下、②左側のコメント　PC用*/
.balloon6 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.balloon6 .faceicon {
    float: left;
    margin-right: -50px;
    width: 200px;
}

.balloon6 .faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.balloon6 .faceicon2 {
    float: right;
    margin-left: -50px;
    width: 200px;
}

.balloon6 .faceicon2 img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.balloon6 .chatting {
    width: 100%;
    text-align: left;
}
.says {
    display: inline-block;
    position: relative; 
    margin: 80px 0 0 50px;
    padding: 10px;
    max-width: 600px;
    border-radius: 12px;
    background: #edf1ee;
	font-size: 30px;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.says p {
    margin: 0;
    padding: 0;
	text-align: left;
}

/*以下、③右側の緑コメント　PC用*/
.mycomment {
    margin: 10px 0;
}
.mycomment p{
    display: inline-block;
    position: relative; 
    margin: 80px 50px 0 0;
    padding: 8px;
    max-width: 600px;
    border-radius: 12px;
    background: #008e54;
	font-size: 30px;
	text-align: justify;
	color: #fff;
}

.mycomment p:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #008e54;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

/*LINE風会話やりとりPC用ここまで*/








/*LINE風会話やりとりスマホ用ここから*/

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

/*以下、①背景色など　スマホ用*/
.line-bc {
  padding: 20px 10px;
  max-width: 1000px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}

/*以下、②左側のコメント　スマホ用*/
.balloon6 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.balloon6 .faceicon {
    float: left;
    margin-right: -50px;
    width: 40px;
}

.balloon6 .faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.balloon6 .faceicon2 {
    float: right;
    margin-left: -50px;
    width: 40px;
}

.balloon6 .faceicon2 img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.balloon6 .chatting {
    width: 100%;
    text-align: left;
}
.says {
    display: inline-block;
    position: relative; 
    margin: 0 0 0 50px;
    padding: 10px;
    max-width: 500px;
    border-radius: 12px;
    background: #edf1ee;
	font-size: 15px;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.says p {
    margin: 0;
    padding: 0;
	text-align: left;
}

/*以下、③右側の緑コメント　スマホ用*/
.mycomment {
    margin: 10px 0;
}
.mycomment p{
    display: inline-block;
    position: relative; 
    margin: 0 50px 0 0;
    padding: 8px;
    max-width: 300px;
    border-radius: 12px;
    background: #008e54;
	font-size: 15px;
	text-align: justify;
	color: #fff;
}

.mycomment p:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #008e54;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
}

/*LINE風会話やりとりスマホ用ここまで*/


/*アコーディオンここから*/
form#mailformpro dl dd .accordion-menu {
	background: #e6e6e6;
	width: 93%;
}
@media screen and (max-width:800px) {
	form#mailformpro dl dd .accordion-menu {
		width: 100%;
	}
}
form#mailformpro dl dd .accordion-menu dt {
	border-top: 1px solid #fff;
	color: #000;
	cursor: pointer;
	float: none;
	padding: 10px;
	text-align: left;
	width: calc(100% - 20px);
}
form#mailformpro dl dd .accordion-menu dt:hover {
	color: #fff;
	-webkit-transition: color 0.25s ease-in-out 0s;
	transition: color 0.25s ease-in-out 0s;
}
form#mailformpro dl dd .accordion-menu dt:first-child {
	border-top: none;
}
form#mailformpro dl dd .accordion-menu dd {
	border: 0px;
	display: none;
	float: none;
	padding: 0 10px 10px;;
	width: calc(100% - 20px);
}
/*アコーディオンここまで*/
