@charset "UTF-8";
/**** CSSリセット・フォーム ****/
/**** ブレイクポイント1000/800/480 ****/
/**** milkysand 20190420 ****/
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
/*================================================*/
/*  CSSリセット*/
/*================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h1,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h1{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

/*================================================*/
/*  ページ*/
/*================================================*/
/* 全体・見出し */
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
body{
	font-size: 16px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	width : 98%;
	margin : 0 1%;
}

h1{
	position: relative;
	padding: 0.6em 0;
	background: #e0edff;
	width : 100%;
	margin : 1em auto 0em;
	font-size:1.6em;
	text-align:center;
	color:#50738C;
}
h1 br{
	display:none;
}
h1 span{
	color:#333;
	padding:left:1em;
	font-size:0.8em;
	font-weight:normal;
}
h1:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
	width: 0;
	height: 0;
}
h6{
  position: relative;
  padding: 0.6em 2%;
  background: #e0edff;
	width : 95%;
	max-width : 1000px;
	margin : 1em auto 2em;
	font-size:2em;
text-align:center;
}
h6 br{
  display:none;
}
h6 span{
  color:#aaa;
	padding-left:1em;
	padding-right:1em;
	font-size:0.8em;
}
h6:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}
address {
	width : 100%;
	margin : 10px auto;
	font-size:0.8em;
	text-align:center;
  color:#666;
}
/*================================================*/
/*  フォーム*/
/*================================================*/
form#mail_form .base{
	width : 95%;
	max-width : 1000px;
	margin : 30px auto 50px;
	padding : 10px 2%;
	background : #F6F6F6;
	border : 1px solid #cccccc;
	border-radius : 7px;
	text-shadow : 0px 1px 0px #ffffff;
}

form#mail_form .base dl{
	width : 95%;
	margin : 0 auto;
	overflow : hidden;
}

form#mail_form .base dl dt{
	clear : both;
	width : 25%;
	float : left;
	border-top : 1px solid #cccccc;
	padding : 15px 0;
	text-align : right;
	overflow : hidden;color:#666;
}

form#mail_form .base dl dd{
	width : 72%;
	float : right;
	border-top : 1px solid #cccccc;
	padding : 20px 0 15px 1%;
}

form#mail_form .base dl dt:first-child,
form#mail_form .base dl dt:first-child+dd{
	border : none;
}

form#mail_form .base dl dt span{
	display : block;
	font-size : 0.9em;
	color : #3377ff;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form .base dl dt span.required,
form#mail_form .base dl dt span.optional{
	display : inline-block;
	float : left;
	font-weight : bold;
	color : #ffffff;
	padding : 3px 5px;
	border-radius : 3px;
	text-shadow : 0px -1px 0px #222222;
}

form#mail_form .base dl dt span.required{
	background : rgba(255, 0, 0, 0.8);
}

form#mail_form .base dl dt span.optional{
	background : #ccc;color : #666;
}

form#mail_form .base dl dd span{
	display : block;
	color : #ff0000;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input{
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}

form#mail_form textarea{
	width : 90%;
	height : 200px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}

form#mail_form input:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form input#name_1,
form#mail_form input#name_2{
	width : 45%;
	max-width : 250px;
	min-width : 200px;
}

form#mail_form input#read_1,
form#mail_form input#read_2{
	width : 45%;
	max-width : 250px;
	min-width : 200px;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 90%;
	max-width : 400px;
}
form#mail_form ul li{
	list-style-type : none;
	margin-bottom : 0.5em;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}

form#mail_form ul li input{
	height : auto;
	margin-right : 0.5em;
}

form#mail_form input#postal{
	width : 30%;
	min-width : 110px;
}

form#mail_form input#address_1,
form#mail_form input#address_2{
	display : block;
	width : 90%;
	margin-bottom : 7px;
}

form#mail_form input#phone{
	width : 40%;
	min-width : 150px;
}

form#mail_form input#schedule{
	width : 30%;
}


form#mail_form .base dl+p{
	width : 80%;
	margin : 0 auto;
	padding : 15px 0;
	border-top : 1px solid #cccccc;
}

form#mail_form input#mail_submit_button{
	width : auto;
	height : auto;
	padding : 10px 3em;
	margin :1em auto;
	vertical-align : middle;
	color : #444444;
	background : #eeeeee;
	border : 1px solid #cccccc;
	border-radius : 3px;
	font-family : inherit;
	font-weight : bold;
	font-size:1.5em
}

form#mail_form input#mail_submit_button:hover{
	cursor : pointer;
	color : #106dff;
	background : #e0e0e0;
}
p.send{
	width : 80%;
	text-align:center;
}
/*================================================*/
/*  ありがとうページ*/
/*================================================*/
.thanks{
    position: relative;
    border-top: solid 2px #627C90;
    border-bottom: solid 2px #627C90;
	text-align:center;
	width : 80%;
	margin : 50px auto;
	padding : 4em 2em;
	text-shadow : 0px 1px 0px #ffffff;
	line-height:3em;
}
.thanks:before, .thanks:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #627C90;
}
.thanks:before {left: 10px;}
.thanks:after {right: 10px;}
.thanks p {
    margin: 0; 
    padding: 0;
}

/**----------フォーム文字余白---------**/
.check input{
	padding:0px 2px;

}

/**----------必須マーク---------**/
.marker_water {
	font-size:70%;
	text-align:center;
	vertical-align: middle;
	padding:2px 6px;
	color:#fff;
	background-color:#FD3131;
	border-radius:5px;
}

/**----------テーブルinチェックボックスとラジオボタンを大きく---------**/
.check input[type=checkbox] {
	display: none;
}
	.check .checkbox {
		width:90%;
	}
	.check .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 10px 8px 0;
	padding: 0.5em 0px 0.5em 50px;
	border-radius: 8px;
	background-color: #f5f3f1;
	vertical-align: middle;
	cursor: pointer;
	}
	.check .checkbox:hover {
	background-color: #e2edd7;
	}
	.checkbox:hover:after {
	border-color: #53b300;
	}
	.check .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
	}

	.check .checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #53b300;
	border-bottom: 3px solid #53b300;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);			
	}
	.check input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
	}

#radio1 input{
	display: none;
}
#radio1 label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 30px;
	padding: 10px 20px;
	border-radius: 2px;
	line-height: 1;
}
#radio1 label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #bdc3c7;
	border-radius: 50%;
	
}

#radio1 input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #53B300;
}
/* --responsive------------------------------------------- */
/*================================================*/
/*  responsive800　*/
/*================================================*/

@media screen and (max-width : 800px){
	/*- レスポンシブ：フォント基本小さく -*/
		body{
			font-size: 14px;
		}
form#mail_form .base{
	margin : 20px auto;
	padding : 10px 1%;
}
form#mail_form input#name_1,
form#mail_form input#read_1{
	margin-bottom:5px;
}


h1 {
	width : 80%;
	font-size:1.2em;
}
h1 br{
  display:block;
}
h6 {
	width : 95%;
	font-size:1.1em;
	font-weight:normal;
	margin : 1em auto 0;
}
h6 br{
  display:block;
}
	form#mail_form{
		width : 95%;
		margin : 10px auto;
	}

	form#mail_form .base dl{
	}

	form#mail_form .base dl dt{
		width : auto;
		float : none;
		text-align : left;
		padding : 10px 0 5px;
		font-weight : bold;
	}

	form#mail_form .base dl dd{
		width : auto;
		float : none;
		border-top : none;
		padding : 0px 0 13px 0px;
	}

	form#mail_form .base dl dt span{
		font-weight : normal;
	}

	/* -- for JavaScript ここから  */
	form#mail_form .base dl dt span.required,
	form#mail_form .base dl dt span.optional{
		margin-right : 1em;
	}
	/* -- for JavaScript ここまで  */

	form#mail_form input#name_1,
	form#mail_form input#name_2,
	form#mail_form input#read_1,
	form#mail_form input#read_2,
	form#mail_form input#mail_address,
	form#mail_form input#mail_address_confirm,
	form#mail_form input#postal,
	form#mail_form input#address_1,
	form#mail_form input#address_2,
	form#mail_form input#phone,
	form#mail_form input#schedule,
	form#mail_form textarea{
		max-width : 90%;
		-webkit-appearance : none;
	}
	form#mail_form input#mail_submit_button{
		padding : 7px 15px;
		margin-left : 0;
		-webkit-appearance : none;
	}
}
/* 800pixel end */

/*================================================*/
/*  responsive480　*/
/*================================================*/
/* 480pixel start */
@media screen and (max-width : 480px){
	form#mail_form{
		width : 95%;
		margin : 10px auto;
	}
	form#mail_form input#name_1,
	form#mail_form input#name_2,
	form#mail_form input#read_1,
	form#mail_form input#read_2,
	form#mail_form input#mail_address,
	form#mail_form input#mail_address_confirm,
	form#mail_form input#postal,
	form#mail_form input#address_1,
	form#mail_form input#address_2,
	form#mail_form input#phone,
	form#mail_form input#schedule,
	form#mail_form textarea{
	max-width : 95%;
		-webkit-appearance : none;
	}
}
/* 480pixel end */

