@charset "utf-8";

body {
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1s
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1s
}
}
/*===== PC ここから =====*/
@media screen and (min-width: 741px) {

	section h2 .main_ttl{
		font-size: 16px;
		font-weight: normal;
		display: block;
		padding: 30px 0 0 35px;
	}
	section h2 .number{
		border: 1px solid #222;
		font-size: 16px;
		padding: 4px 0 0 0;
		width: 25px;
		height: 21px;
		text-align:  center;
		display: table-cell;
		vertical-align: middle;
	}
	section h2 .sub_ttl{
	font-size: 34px;
	font-weight: bold;
	margin-left: 15px;
	display: table-cell;
	padding-left: 14px;
	vertical-align: bottom;
	letter-spacing: 3px;
	}
	section h3 {
		text-align: center;
		font-size: 13px;
		margin-bottom: 20px;
	}
	section h3 span{
		display: block;
		text-align: center;
		font-size: 36px;
		margin-bottom: 20px;
	}
	
	
	.header_navi {
		background-color: #aeb4b7;
		}
		
/*===== about =====*/
	.about {
		background:url(img/bg01.jpg) repeat;
		position:static;
	}
	.about .color_brown {
		width: 50%;
		float: left;
		background-color: #aeb4b7;
		padding: 135px 105px 120px 0;
		}
	.about .color_brown h2{
		width: 396px;
		margin:0 0 45px auto;
	}
	.about .color_brown .txt{
		width: 450px;
		margin:0 0 0 auto;
		padding: 0 0 0 35px;
	}

	.about .color_brown .txt h4{
		font-size: 19px;
		margin-bottom: 20px;
		text-align: left;
		font-weight: normal;
		font-feature-settings:  'palt';
		line-height: 160%;
	}
	.about .color_brown .txt p{
		text-align: left;
	}
	.about .bg_box {
		width: 50%;
		float: right;
		position: relative;
	}
	.about .bg_box img{
		position:absolute;
		top: 120px;
		left: -20px
	}






/*===== face =====*/
	.face {
		background:url(img/) repeat;
	}
	.face .color_brown {
	width: 50%;
	float: left;
	background-color: #f0f0f0;
	padding-top: 80px;
	padding-right: 80px;
	padding-bottom: 50px;
	padding-left: 50px;
		}
	.face .color_brown img{
		float: right;
		top: 0px;
		bottom: 0px;
		left: 0px;
	}
	

	.face .bg_box {
	width: 50%;
	float: right;
	background-color: #f6fcfe;
	padding-top: 80px;
	padding-bottom: 50px;
	padding-right: 50px;
	padding-left: 80px;
	}
	
	


/* LINE007 */
.button_line007 a {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 220px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: #eee;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.button_line007 a:hover {
    background: #ebfcfe;
    color: #6bb6ff;
}
.button_line007 a:before, .button_line007 a:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.button_line007 a:before {
  top: 0;
  left: 0;
}
.button_line007 a:after {
  bottom: 0;
  right: 0;
}
.button_line007 a:hover:before, .button_line007 a:hover:after {
  width: 100%;
  height: 100%;
}
.button_line007 a:hover:before {
  border-top-color: #6bb6ff;
  border-right-color: #6bb6ff;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.button_line007 a:hover:after {
  border-bottom-color: #6bb6ff;
  border-left-color: #6bb6ff;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}


/* LINE008 */

.button_line008 {
	margin-top: 50px;
	}

.button_line008 a {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 220px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: #ffffff;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.button_line008 a:hover {
    background: #6bb6ff;
    color: #ebfcfe;
}
.button_line008 a:before, .button_line007 a:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.button_line008 a:before {
  top: 0;
  left: 0;
}
.button_line008 a:after {
  bottom: 0;
  right: 0;
}
.button_line008 a:hover:before, .button_line008 a:hover:after {
  width: 100%;
  height: 100%;
}
.button_line008 a:hover:before {
  border-top-color: #ebfcfe;
  border-right-color: #ebfcfe;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.button_line008 a:hover:after {
  border-bottom-color: #ebfcfe;
  border-left-color: #ebfcfe;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

/*===== reserve =====*/
	.reserve {
		padding: 100px 0 0;
		background-color: #fff;
	}
	.reserve .center_box {
		margin-bottom: 60px;
	}
	.reserve h2{
		margin-bottom: 50px;
	}
	.reserve .txt {
		width: 500px;
		padding: 0 80px 0 0;
		float: left;
	}
	.reserve .txt p:first-of-type {
		font-size: 32px;
		margin-bottom: 30px;
		padding: 0 0 0 34px;
	}
	.reserve .txt p:nth-of-type(2) {
		padding: 0 0 0 40px;
	}
	.reserve .img {
		float: left;
		margin-top: -10px;
	}
	.phone {
		width: 500px;
		margin: 0 auto 60px;
		text-align: center;
		padding: 40px 0 40px;
		/* margin-bottom: 60px; */
		background-color: #b4b7b8;
	}
	.phone h6{
	font-size: 16px;
	margin-bottom: 25px;
	font-weight:  normal;
	}
	.phone p {
		margin-bottom: 5px;
	}
	.phone p a {
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	font-weight: normal;
	pointer-events: none;
	color: #FFF;
	}
	.phone time{
		font-size: 14px;
		display: block;
		margin-bottom: 15px;
	}
	.phone .sub {
		font-size: 13px;
		margin: 0 0 30px;
	}
	.system_box {
		text-align: center;
	}
	.line{
		width: 320px;
		margin: 0 auto;
		position:relative;
	}
	.line a{
		background: #fff;
		border-radius: 4px;
		font-size: 15px;
		display: block;
		padding: 15px;
	}
	 .line a:after{
    	content:">";
    	position:absolute;
    	right:10px
    }
/*===== contact =====*/
	.contact {
		padding: 110px 0 200px;
		background-color: #fff;
	}
	.contact .wrap {
		width: 800px;
		margin: 0 auto 5px;
		border: 7px solid #c1a285;
		padding: 60px 110px 0;
	}
	.contact .wrap h3 {
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		margin-bottom: 25px;
	}
	.sub_txt {
		text-align: center;
		margin-bottom: 40px;
		font-size: 13px;
	}
	.form {
		width: 580px;
		/* margin: 0 auto; */
		padding: 0;
	}
	.form .required {
		text-align: right;
		color: #d60000;
		margin-bottom:  5px;
	}

	.form table {
		width: 100%;
		padding: 10px 0 30px;
		margin: 0 0 40px 0;
	}
	.form th,.form td{
		}
	.form th {
		width: 240px;
		text-align: right;
		padding: 20px 0 20px 0px;
		font-size: 14px;
	}

	.form td {
		padding: 20px 0px 20px 20px;
	}
	.form tr:first-of-type td {
		padding: 0px 0px 40px 20px;
	}
	.form tr:first-of-type th{
		padding: 0px 0px 40px 20px;
	}
	.form tr:nth-of-type(2) th{
		padding: 0px 0px 70px 20px;
	}
	.form tr:nth-of-type(2) td{
		padding: 00px 0px 20px 20px;


	}
	.conf tr:nth-of-type(2) th{
		padding: 0px 0px 20px 20px;
	}

	.form td input {
		width: 430px;
		height: 40px;
		border: none;
		appearance: none;
		-webkit-appearance: none;
		color: #000;
		padding: 5px;
		background-color: #efefef;
	}

	.form td textarea {
		width: 430px;
		height: 180px;
		appearance: none;
		-webkit-appearance: none;
		border: none;
		padding: 10px;
		color: #000;
		margin-bottom: -6px;
		background-color: #efefef;
		border-radius: none;
	}


	.contact_btn {
		text-align: center;
		position: relative;
		width: 240px;
		margin: 0 auto;
	}

	.contact_btn input {
		appearance: none;
		-webkit-appearance: none;
		background: #c1a285;
		color: #222;
		border: 5px solid #a58466;
		border-radius: 10px;
		width: 240px;
		margin: 0 auto 50px;
		padding: 20px 0;
		font-size: 14px;
		transition: .3s;
		cursor: pointer;
	}
	.contact_btn .fa {
		position: absolute;
		color: #222;
		top: 30px;
		right: 20px;
		font-size: 12px;
		transition: .3s;
	}

	.contact_btn input:hover~.fa {
		right: 10px;
	}

	.efo_btn_txt {
		text-align: center;
		color: #d60000;
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 10px;
	}
	.redbold{
		color: #d60000;
		font-weight: bold;

	}
	.attention {
		font-size: 13px;
		margin: 5px 0 0 ;
	}

	.btn_error {
		text-align: center;
		background: #ccc;
		color: #fff;
		font-size: 14px;
		margin: 0 auto 50px;
		padding: 20px 0;
		border: 1px solid #ccc;
		border-radius: 10px;
		width: 240px;
	}
	.btn_back {
		background: #999;
		color:#fff;
		cursor: pointer;
		text-align: center;
		width: 240px;
		border: 1px solid #999;
		border-radius: 10px;
		font-size: 14px;
		margin: 0 auto;
	}

	.btn_back a {
		padding: 20px 0;
		transition: .3s;
		display: block;
		color: #fff;
	}
	.conf .form td{
		padding: 20px;
	}
	.conf_txt {
		text-align: center;
		margin-bottom: 30px;
	}
	.comp .wrap {
	padding: 150px 110px;
	}
	.comp_txt {
		text-align: center;
		padding: 70px 0 100px 0;
	}
	.contact .policy {
		width: 800px;
		margin: 0 auto;
		text-align: right;
	}
	.contact .policy a{
		text-decoration: none;
		border-bottom: 1px solid #909090;
	}
	.contact .policy a:hover{
		transition: .3s;
		border-bottom: 1px solid #ccc;
	}
	.conf .mb_sub {
		padding: 0 0 0 0;
	}

/*===== PC ここまで =====*/
}
/*===== ipad ここから =====*/
/*@media screen and (min-width: 741px) and (max-device-width: 768px) {

}*/
/*===== iPad ここまで=====*/



/*===== SP ここから =====*/
@media screen and (max-width: 740px) {

/*===== 共通パーツ =====*/
section h2 .main_ttl{
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
	}
	section h2 .number{
		border: 1px solid #222;
		font-size: 14px;
		padding: 3px 0 0 0;
		width: 20px;
		height: 15px;
		text-align:  center;
		display: table-cell;
		vertical-align: middle;
	}
	section h2 .sub_ttl{
		font-size: 30px;
		font-weight: bold;
		margin-left: 15px;
		display: table-cell;
		padding-left: 14px;
		vertical-align: bottom;
	}
	section h3 {
		text-align: center;
		font-size: 10px;
		margin-bottom: 20px;
	}
	section h3 span{
		display: block;
		text-align: center;
		font-size: 25px;
		margin-bottom: 20px;
	}
/*===== about =====*/
	.about {
		width: 100%;
		background:url(img/bg01.jpg) repeat;
	}
	.about .color_brown {
		width: 100%;
		background-color: #aeb4b7;
		padding: 90px 0px 100px 0;
		}
	.about .color_brown h2{
		width: 90%;
		margin: 0 auto 20px;


	}
	.about .color_brown .txt{
		width: 85%;
		margin: 0 auto;
		padding: 0 0 0 25px;
	}
	.about .color_brown .txt h4{
		font-size: 15px;
		margin-bottom: 20px;
		line-height: 160%;
		text-align: left;
		font-weight: normal;


	}
	.about .color_brown .txt p{
		text-align: left;
	}
	.about .bg_box {
		width: 100%;
		padding: 27% 15px;
		/* float: right; */
		position: relative;
	}
	.about .bg_box img{
		width: 60%;
		margin: 0 auto;
		display:  block;
		position: absolute;
		top: -60px;
		right: 5%;
	}




/*===== face =====*/
	.face {
		width: 100%;
		background:url(img/bg01.jpg) repeat;
	}
	.face .color_brown {
		width: 100%;
		background-color: #aeb4b7;
		padding: 90px 0px 100px 0;
		}
	.face .color_brown img{
		max-width：100％
	}	
	.face .color_brown h2{
		width: 90%;
		margin: 0 auto 20px;
	}
	.face .color_brown .txt{
		width: 85%;
		margin: 0 auto;
		padding: 0 0 0 25px;
	}
	.face .color_brown .txt h4{
		font-size: 15px;
		margin-bottom: 20px;
		line-height: 160%;
		text-align: left;
		font-weight: normal;
	}
	.face .color_brown .txt p{
		text-align: left;
	}
	.face .bg_box {
		width: 100%;
		padding: 27% 15px;
		/* float: right; */
		position: relative;
	}
	.face.bg_box img{
		width: 60%;
		margin: 0 auto;
		display:  block;
		position: absolute;
		top: -60px;
		right: 5%;
	}




/*===== reserve =====*/
	.reserve {
		padding: 60px 0 0;
	}
	.reserve .center_box {
		margin-bottom: 30px;
	}
	.reserve h2{
		margin-bottom: 15px;
	}
	.reserve .txt {
		width: 100%;
		margin-bottom: 20px;
		/* padding: 0 80px 0 0; */
		/* float: left; */
	}
	.reserve .txt p:first-of-type {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
		padding: 0px 0 0 3px;
	}
	.reserve .txt p:nth-of-type(2) {
		padding: 0px 0 0 0px;
	}
	.reserve .img {
		width: 100%;
		/* float: left; */
		/* margin-top: -10px; */
	}
	.system_box {
		height: 100px;
	}
	.phone {
		width: 90%;
		margin: 0 auto 30px;
		text-align: center;
		padding: 20px 15px;
		background-color: #b4b7b8;
	}
	.phone h6{
		font-size: 13px;
		margin-bottom: 20px;
		font-weight:  normal;
	}
	.phone p {
		margin-bottom: 5px;
	}
	.phone p a {
		font-family: 'Oswald', sans-serif;
		font-size: 28px;
		font-weight: bold;
		color: #FFF;
	}
	.phone time{
		display: block;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.phone .sub {
		font-size: 11px;
		margin: 0 0 15px;
	}
	.system_box {
		width: 90%;
		margin: 0 auto;
	}
	.line{
		width: 86%;
		margin: 0 auto 0;
		position:relative;
	}
	.line a{
		font-size: 13px;
		background:#fff;
		display: block;
		padding: 10px;
		border-radius: 4px;
	}
    .line a:after{
    	content:">";
    	position:absolute;
    	right:10px
    }
/*===== contact =====*/
	.contact {
		padding: 60px 0;
	}
	.contact .wrap {
		width: 90%;
		margin: 0 auto;
		border: 5px solid #c1a285;
		padding: 40px 15px 20px;
		margin-bottom: 5px;
	}
	.contact .wrap h3 {
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		margin-bottom: 25px;
	}
	.sub_txt {
		text-align: left;
		margin-bottom: 40px;
		font-size: 13px;
	}
	.form {
		width: 100%;
		/* margin: 0 auto; */
		padding: 0;
	}
	.form .required {
		text-align: right;
		color: #d60000;
		margin-bottom: 0px;
	}
	.form table {
		width: 100%;
		padding: 10px 0 30px;
		margin: 0 0 60px 0;
	}
	.form th,.form td{
		}
	.form th {
		width: 100%;
		text-align: left;
		padding: 10px 0 7px 0px;
		font-size: 14px;
		display: block;
	}
	.form td {
		display: block;
		padding: 20px 0px 20px 20px;
	}
	.form td:first-of-type {
		padding: 0px 0px 15px 0px;
	}
	.form td input {
		width: 100%;
		height: 40px;
		border: none;
		appearance: none;
		-webkit-appearance: none;
		color: #000;
		padding: 5px;
		background-color: #efefef;
	}
	.form td textarea {

		width: 100%;
		height: 180px;


		appearance: none;
		-webkit-appearance: none;
		border: none;
		padding: 10px;
		color: #000;
		margin-bottom: -6px;
		background-color: #efefef;
		border-radius: none;
	}
	.contact_btn {
		text-align: center;
		position: relative;
		width: 80%;
		margin: 0 auto;
	}
	.contact_btn input {
		appearance: none;
		-webkit-appearance: none;
		background: #c1a285;
		color: #222;
		border: 1px solid #a58466;
		border-radius: 10px;
		width: 100%;

		margin: 0 auto 50px;
		padding: 15px 0;
		font-size: 14px;
		transition: .3s;
		cursor: pointer;
	}
	.contact_btn .fa {
		position: absolute;
		color: #222;
		top: 26px;
		right: 20px;
		font-size: 11px;
		transition: .3s;
	}
	.contact_btn input:hover~.fa {
		right: 10px;

	}
	.efo_btn_txt {
		text-align: center;
		color: #d60000;
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 10px;
	}
	.redbold{
		color: #d60000;
		font-weight: bold;

	}
	.attention {
		font-size: 13px;
		margin: 5px 0 0 ;
	}

	.btn_error {
		text-align: center;
		background: #ccc;
		color: #fff;
		font-size: 14px;
		margin: 0 auto 30px;
		padding: 15px 0;
		border: 1px solid #ccc;
		border-radius: 10px;
		width: 80%;
	}
	.btn_back {
		background: #999;
		color:#fff;
		cursor: pointer;
		text-align: center;
		width: 80%;
		border: 1px solid #999;
		border-radius: 10px;
		font-size: 14px;
		margin: 0 auto;
	}
	.btn_back a {
		padding: 15px 0;
		transition: .3s;
		display: block;
		color: #fff;
	}
	.conf .form td{
		padding: 20px;
	}
	.conf_txt {
		text-align: center;
		margin-bottom: 30px;
	}
	.comp {
		padding: 230px 0;
	}
	.comp_txt {
		text-align: center;
		padding: 70px 0 100px 0;
	}
		.contact .policy {
		width: 90%;
		margin: 0 auto;
		text-align: right;
	}
	.contact .policy a{
		text-decoration: none;
		font-size: 12px;
		border-bottom: 1px solid #909090;
	}
}