@charset "UTF-8";

body{
  margin: 0;
  padding: 0;
  font-family: serif;
  background-color: #ffecbb;
  box-sizing: border-box;
}

a{
  text-decoration: none;
}


p{
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

main{
  max-width: 1200px;
  margin:0 auto;
  background-color: #fff;
}

.inner{
    max-width: 980px;
    margin: 0 auto;
}

img{
    width: 100%;
}

@media screen and (max-width: 1000px){
  .inner{padding:0 5%;}
}

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

  p{
    font-size: 12px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 450px){
  p{
    font-size: 10px;
  }
}




/*------ヘッダー-----*/
header{
  display: flex;
  justify-content:space-between;
  align-items: center;
  background-color: #ffe83c;
}

.h2{
  font-size: 25px;
  font-weight: bold;
  color:#925c2c;
  line-height: 1;
  margin-left: 20px;
}

.contact{
  display: flex;
  align-items: center;
}

.tel{
  width: 300px;
  height: 100%;
  margin-right: 10px;
}

.contact-btn{
  display: inline-block;
  width: 180px;
  background-color: #925c2c;
  color:#ffffff;
  font-size: 20px;
  line-height: 3.5;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
}


@media screen and (max-width: 767px){
.contact{
  width: 50%;
    display: block;
  }
.tel{
  width: 100%;
   padding: 10px 0 5px 0;
   margin: 0;
  }
  .contact-btn{width: 100%;}
  .h2{line-height: 1.2;}
}
@media screen and (max-width: 400px){
  .h2{font-size: 20px;}
}




/*------ボディ-----*/

.mv{margin: 150px 0 0 0;}

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

@media screen and (max-width: 767px){
  .mv{margin: 100px 0 0 0;}
  .pc { display: none !important; }
  .sp { display: block !important; }
}









/*------お問い合わせ-----*/

table {
	width: 100%;
  text-align: left;
	font-size: 15px;
	line-height: 1.5;
	border-left: 1px solid #925c2c;
	border-bottom: 1px solid #925c2c;	
  margin-top: 20px;
}

tr {
	width: 100%;
}

th, td {
	border-top: 1px solid #925c2c;
	border-right: 1px solid #925c2c;
  background-color: #fff;
	padding: 1.5em;
  box-sizing: border-box;
  font-weight: normal;
}

th {
	width: 25%;
	vertical-align: middle;
  background-color: #f1e6d3;
}


td p{
  line-height: 1.5;
  margin: 10px 0 0;
}


input[type='text'], textarea {
	min-width: 97%;
	padding: 0.5em;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
}

input.short {
  min-width: initial;
}

.mb1em{
  margin: 15px 0;
}


textarea {
  min-width: 97%;
	min-height: 120px;
	line-height: 1.5;
}

.submit-btn {
	font-size: 16px;
  font-weight: bold;
	background-color: #925c2c;
	text-align: center;
	color: #fff;
	height: 60px;
	line-height: 60px;
	display: block;
	width: 230px;
	margin: 40px auto 0;
	border: none;
	cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
	background-color: #4c2d11;
}

span{
  font-size: 12px;
  font-weight: bold;
  padding:3px 3px 4px 4px;
  background-color: red;
  color:rgb(255, 255, 255);
}

h5{
  margin-top: 50px;
  text-align: center;
  font-size: 25px;
}

.about_privacy p{
  font-size: 18px;
}
.privacy {
  background-color: #f0f0f0;
  padding: 30px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin: 50px auto 50px;
  max-width: 640px;
  }


@media screen and (max-width: 767px){
  h1{font-size: 30px;}

  .back_blue .box{
    margin: 0;
    padding: 0;
    width: 100%;
  }

  table{
		margin: 30px 0;
    border-left: none;
	}

  th, td {
		display: block;
		width: 100%;
    border-right: none;
		font-size: 13px;
		padding: 1.2em 0.8em;
	}


	.submit-btn {
		font-size: 18px;
		height: 60px;
		line-height: 40px;
		width: 50%;
    margin-bottom: 30px;
	}

  span{font-size: 8px;}

  .privacy {
    max-width: 480px;
    padding: 20px 10px;
    font-size: 13px;
    margin: 0 auto 30px;
  }
  
  .about_privacy p{
    font-size: 12px;
    margin-bottom: 30px;
  }




  #page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
  }
  #page_top a{
    width: 80px;
    height: 80px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f139';
    font-size: 60px;
    color: #4e4e4e;
  }
}




/*------サンクス-----*/

h1{
  text-align: center;
  color:#925c2c;
}
.thanks{margin-top: 100px;}
.back_top{
  display: block;
  width: 250px;
  line-height: 70px;
  background-color: #925c2c;
  margin: 50px auto 70px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  transition: .4s;
}

.back_top:hover{
  background-color: #432811;
}


/*------フッター-----*/
footer{
  text-align: center;
  margin-top: 100px;
  padding: 50px 0;
  background-color: #925c2c;
  color: #fff;
  line-height: 1.1;
}
footer h4{
  font-size: 40px;
  margin: 0 0 10px;
}
footer h3{
  font-size: 40px;
  margin: 10px 0 0 ;
}
footer p{margin: 0;}


@media screen and (max-width: 767px){
  footer h4, footer h3{font-size: 25px;}
  
}



.insta img{
  width: 100px;
  height: 100px;
  opacity: 0.8;
}
.insta{
  position: fixed;
  right: 20px;
  bottom: 20px;
  }