@charset "utf-8";
.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}
* {
	padding: 0;
	margin: 0;
}
html{
	scroll-behavior: smooth;
}
body,html {
	width: 100%;
	word-break: break-all;
	color: #444;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
img{
    border: none;
    vertical-align: top;
	margin: 0;
	padding: 0;
}
.cf:after{
	display: block;
	clear: both;
	content: "";
	padding: 0;
	margin: 0;
}
a{
	transition: .5s;
}
a:hover{
	opacity: .7;
	transition: .5s;
}
/* -----------------------------------------------------
 ▼ レイアウト
----------------------------------------------------- */
#container{
	width: 100%;
	background-image: url(./img/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
#container{
	width: 100%;
	height: auto;
	background-image: none;
}
}
#contents{
	width: 100%;
	padding: 50px 0;
	background-color: rgba(255,255,255,.7);
}
@media screen and (max-width: 768px) {
#contents{
	padding: 0;
}
}
#header{
	width: 30%;
	position: fixed;
	top: 100px;
	left: 0;
}
#contents_in{
	width: 40%;
	margin: 50px 30% 0 30%;
	text-align: center;
	box-shadow: 0 0 20px #555;
}
#footer{
	width: 30%;
	position: fixed;
	top: 120px;
	right: 0;
}
.sh_footer{
	display: none;
}

@media screen and (max-width: 768px) {
#header{
	display: none;
}
#contents_in{
	width: 100%;
	margin: 0;
	box-shadow: none;
}
#footer{
	display: none;
}
.sh_footer{
	display: inline;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
}
}
header h1{
	padding: 0 30%;
}
header .tel{
	margin-top: 50px;
	padding: 0 25%;
	text-align: center;
}
header .mail,
header .line
{
	margin-top: 50px;
	padding: 0 25%;
}
header .tel img{
	max-width: 90%;
	height: auto;
	padding: 5%;
	background-color: #FFF;
	border-radius: 1em;
}
header img{
	max-width: 100%;
	height: auto;
}
#footer ul{
	margin-top: 100px;
	text-align: center;
	list-style: none;
}
#footer li{
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .15em;
}
#contents img{
	width: 100%;
	height: auto;
}
#footer a{
	color: #444;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
.contact{
	padding: 0 5% 80px 5%;
	text-align: left;
	background-color: #029FE9;
}
@media screen and (max-width: 768px) {
.contact{
	padding: 0 5% 220px 5%;
}
}
@media screen and (max-width: 668px) {
.contact{
	padding: 0 5% 190px 5%;
}
}
@media screen and (max-width: 568px) {
.contact{
	padding: 0 5% 170px 5%;
}
}
@media screen and (max-width: 468px) {
.contact{
	padding: 0 5% 140px 5%;
}
}
.contact h6{
	padding-bottom: 10px;
}
.contact dl{
	margin-bottom: 30px;
}
.contact dl dt{
	margin-bottom: 10px;
	color: #FFF;
	font-size: 1.4rem;
}
.contact dt span{
	margin-right: 10px;
	padding: .1em .6em .2em .6em;
	color: #FFF;
	font-size: 1rem;
	background-color: red;
	border-radius: .3em;
}
.contact dd input{
	width: 92% !important;
	padding: 1.4em 4%;
	margin-right: 10px;
	border: #0F4DB9 solid 4px;
}
.contact dd textarea{
	width: 92% !important;
	padding: 4%;
	height: 250px !important;
	border: #0F4DB9 solid 4px;
}
.contact .submit{
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	border-radius: 2em;
	border: none;
	background-color: yellow;
	cursor: pointer;
	transition: .5s;
}
.contact .submit:hover{
	color: #FFF;
	background-color: #333;
	transition: .5s;
}


.sh_footer ul{
	width: 101%;
	list-style: none;
	overflow: hidden;
}
.sh_footer li{
	float: left;
}
.sh_footer li:first-child{
	width: 47.75%;
	background-color: #FFF;
}
.sh_footer li:nth-child(2){
	width: 25.75%;
	background-color: #F9583B;
}
.sh_footer li:nth-child(3){
	width: 25.5%;
	background-color: #06C755;
}
.sh_footer li img{
	max-width: 100%;
	height: auto;
}

.thanks{
	max-width: 500px;
	margin: 100px auto;
	padding: 0 4%;
}
.thanks p{
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.thanks div{
	margin-top: 20px;
}