@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block ; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block!important; }
      body .pc-item {
        display: none!important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */
header {
  position: sticky;
  z-index: 1;
  top: 0;
padding: 10px 0!important;
background:#fff;

  box-sizing: border-box;
}
.pc-item img{
	width:100%;
}
.header_pc{
	display: flex!important;
	width:90%;
	max-width: 1200px;
	margin:10px auto;
}
.header_sp{
	margin:6% 1% 1% ;
}
.container{
	display: flex;

}
.header_pc img{
	display: flex;
}
.logo{
width:30%;

}
.mail_header,
.line_header
{
	width:20%;
	padding:0 8px;
}
.tel_header{
width:30%;
}
.rd_pc{
	padding:4% 0;
	width:fit-content;
	margin:0 auto;
  position: relative;
}
.tel{

position: absolute;
top:38%;
left:6%;
max-width: 67%;
}
.rd_btn{
	position: absolute;
	top:54%;
	left:5%;
	display: flex;
	width:450px;
	
}
.rd_mail img,
.rd_line img{
	padding: 0 6%;
width:100%;
}
.rd_line img{
	margin-left: 0;
}
.rd_sp{
	position: relative;
	width:94%;
	margin:10% auto 0;
}
/* 横幅を指定するための要素 */
h2{
	font-size: 40px;
	font-weight: bold;
	color:green;
}
.map-wrap {
  max-width: 50%; /* ここに横幅を指定 */
	margin:80px auto;
}
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
	h2{
		font-size: 28px;
	
	}
	.map-wrap {
		max-width: 90%; /* ここに横幅を指定 */
		margin:20px auto 60px;
	}
  .area2{
		margin-top: 60px;
	}
	.logo{
		width:45%;
		padding:4% 1% 0;
		
		}
		.mail_header,
		.line_header
		{
			width:17%;
			padding:1% 0.5% 0;
		}
		.tel_header{
		width:17%;
		padding:1% 0.5% 0;

		}
	.tel{
		top:22%;
		width:90%;
		max-width: 90%;
		left:6%;
		}
		.rd_btn{
			width:50%;
			top:35%;
			left:8%;
		flex-direction: column;
		}
		.rd_mail img,
		.rd_line img{
			padding: 2.5% 0;
			width: 108% !important;
		}
		.rd_line img{
			margin-left: 0%;
		}
}

.form-area{
	width:1000px;
	padding-top: 60px;
	margin:40px auto 80px;
	background: #fff;
}
.form-title{
	padding-top: 60px;
width:40%;
margin:0 auto;
}

form{
	margin: 40px auto 40px;
	width:90%;
}
li{
	padding:2% 0;
}
dl{
	display: flex;
	justify-content: center;
}
dd{
	width:50%;
text-align: left;
}
dt{
	width:40%;
	text-align: left;
}

.c-form__label-text{
font-size: 24px;
padding-left: 20px;
color:#000;
font-weight: bold;
}


.c-form__input input{
	font-size: 22px;
padding-left: 3%;
width:100%;
border-radius: 4px;
}
.c-form__input-text{
	width:50%;
	height:100%;
	border: 2px solid #666666;
}
.required{
	color: #fff;
	font-weight: bold;
	background: #c1272d;
	padding:0.2%;
}
.c-form__input-radio{
	font-size: 20px;
	font-weight: bold;
}

input[type=radio]{
	margin-right: 10px;
}
.Form-Item-Textarea{
	height:200px;
	width:100%;
	padding:3%;
	font-size: 22px;
	border: 1px solid #666666;
	border-radius: 4px;
}
.last{
	display: flex;
	flex-direction: column;
}
.last dd{
	width:80%;
margin:0 auto;
}
.last .c-form__label{
width:90%;
margin:0 auto;

}
.last .c-form__input{
	width:60%;

	margin-left: 0;
}
.last .small{
	font-size: 17px;
}
.last p{
	padding:8px 0;
}
::placeholder{
	color: #cecece;
	font-size: 20px;
}
/* 送信ボタン */
.submit-button{
	display: flex;
	justify-content: center;
}
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
font-size: 30px;
font-weight: bold;
  color: #fff;
  padding: 18px 80px;
	margin: 16px 0 80px;
  background-color: orangered;
	border-radius: 20px;
  cursor: pointer; /* ポインターカーソルを表示 */
}
@media screen and (max-width: 1200px) {
	.form-area{
		width:100%;
		background: #fff ;
		margin:20px auto 0px;
	}
	.form-title img{
		width:40%;
		margin: 40px 0 ;
	}
form{
	width:90%;
	margin:0 auto;
}
	.form dl{
		flex-direction: column;

	}
	.c-form__label-text{
    font-size: 18px;
		padding-left: 0px;
		color:#000;
		font-weight: bold;
		}
	.form li{
		width:50%;
	}
	li{
		padding:2% 0;
	}
	.c-form__label-text{

	padding-left: 10px;

	}
	.form dl{
		width:100%;
	}
	.form dt{
		width:100%;
		text-align: left;
		padding-bottom: 8px;
	}
	.form dd{
		width:100%;
	}
	.c-form__input-text{
		width:100%;
		height:40px;
		border: 1px solid #666666;
	}
	
	.c-form__input-radio{
		font-size: 18px;
	}

	.c-form__input-radio{
		display: flex;
		flex-direction: column;
		
	}
	label{
		padding:3px 0;
	}
	/* 送信ボタン */
	.submit-button{
		display: flex;
		justify-content: center;
	}
	.submit-btn {
		/* buttonタグのリセットCSS */
	
	font-size: 20px;
		color: #fff;
		padding: 12px 70px;
	
	}
	
}

@media screen and (max-width: 640px){
	.form-area{
		padding-top:40px;
		margin-top:80px;
	}
	.form-title{
		padding-top: 100px;
	}
	.form-title img{
		width:100%;
		margin: 0 0 40px;
	}
dl{
	flex-direction: column;
}
dt{
	width:100%;
}
dd{
	width:94%;
	
}
.c-form__input input{
	font-size: 18px;
}
.c-form__input-text{
	height:32px;
	margin-top: 6px;
}
.c-form__input-radio{
	margin-left: 50px;
}

.last dd{
	width:100%;
margin:0 auto;
}
.last .c-form__label{
width:100%;

}
.last .c-form__input{
	width:94%;

	margin-left: 0;
}
.last .small{
	font-size: 14px;
	
}
.last p{
	padding:4px 0;
}
.small {
	line-height: 1.2;
	margin-top: 6px;
}
.Form-Item-Textarea{
	width:97%;
}
.required{
font-size: 14px;
}
}
/* きらっと光るボタン */
.reflection-img{
	width       :220px;
	
  margin:0px auto 0;
	position    :relative;
	overflow    :hidden;
	border-radius: 10px;
}

.reflection {
	height      :100%;
	width       :100%;
	position    :absolute;
	top         :-180px;
	left        :0;
	background-color: #fff;
	opacity     :0;
	transform: rotate(45deg);
	animation: reflection 4s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 4s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 4s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 4s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 4s ease-in-out infinite;
}

@keyframes reflection {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
	0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
	0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
	0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
@media screen and (max-width: 640px) {
	.reflection-img{
		width  :50vw;

	min-width:50vw;	

	}
	.reflection {
		
		transform: rotate(45deg);
		animation: reflection 4s ease-in-out infinite;
		-webkit-transform: rotate(45deg);
		-webkit-animation: reflection 4s ease-in-out infinite;
		-moz-transform: rotate(45deg);
		-moz-animation: reflection 4s ease-in-out infinite;
		-ms-transform: rotate(45deg);
		-ms-animation: reflection 4s ease-in-out infinite;
		-o-transform: rotate(45deg);
		-o-animation: reflection 4s ease-in-out infinite;
	}
}
