﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */

/* box ------------------*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}
/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}
/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #ad8a64;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{width: 100%;}
.header_in{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	margin-top: -10px;
	}
.logo{max-width: 400px;}

ul.h_telmail{max-width: 350px;margin-bottom: 10px;}
ul.h_telmail li{
	font-size: 15px;
	text-align: center;
	padding-bottom: 5px;
}

.mail_sp{padding-top: 20px;}
.nav_sp{display: none;}
.sp_img{
	font-size: 16px !important;
	color: #000;
}


@media screen and (max-width:1000px){
	.header_in{padding: 0px;margin-top: 0px;}
	ul.h_telmail{display: none;}
	.logo{max-width: 350px;padding-left: 10px;}
	.nav_sp{display:block;border: none!important;}
}
@media screen and (max-width:600px){
	.header_in{padding: 0px;}
	.logo{max-width: 250px;padding-left: 0px;}
}
@media screen and (max-width:500px){
	.logo{max-width: 200px;}
}


/* メールボタン  ------------------*/
.mail_btn{
	background: #0b63a3;
	padding: 5px;
	font-size: 18px !important;
	font-weight: bold !important;
	font-family: 'Kosugi Maru', sans-serif;
	border-radius: 30px;
}
.mail_btn i{padding-right: 5px;}
.mail_btn a:link,
.mail_btn a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.mail_btn li a:hover,
.mail_btn li a:active{
	color:#FFFFFF;
}

@media screen and (max-width:600px){
.mail_btn{
padding: 15px;
}

}


/*=============================
		footer
=============================*/
footer{
	width: 100%;
}
.footer_txt{
	font-size:12px;
	text-align:center;
	margin-bottom:20px;
}
.f_logo{
	text-align:center;
	padding:30px 15px;
	font-size: 16px;
	}
.copy{
	background-color:#57bfc3;
	text-align:center;
	color:#FFF;
	font-size:11px;
	padding:20px;
}
@media screen and (max-width:800px){
	.f_logo{
		width: 60%;
		margin: 0 auto;
	}
}
@media screen and (max-width:500px){
	.f_logo{width: 80%;font-size: 13px;}
}

/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#0b63a3;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#0b63a3;
}
.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 700px) {
	ul.footer_menu{display: none;}
}

/*=============================
		BG
=============================*/
.bg_space{padding: 70px 0px 100px;}
.bg1{
	background:url("../img/bg1.jpg") center;
	background-size: cover;
	padding: 70px 0px 90px;
}
.bg2{background: #0b63a3;padding: 70px 0px 100px;}/*背景青*/

@media screen and (max-width: 1000px) {
	.bg1{
		background:url("../img/bg1.jpg") left;
		background-size: cover;
		}
}
@media screen and (max-width: 600px) {
	.bg_space{padding: 50px 0px 70px;}
	.bg1{padding: 50px 0px;}
	.bg2{padding: 50px 0px 70px;}/*背景青*/
}

/*=============================
		文字
=============================*/
.S{
	font-size:17px;
	line-height: 170%;
}
.M{
	color: #0b63a3;
	font-size: 20;
	letter-spacing: 2px;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
}
.L{
	font-size: 25px;
	line-height: 150%;
	font-weight: 800;
	text-align: center;
	color:#633922;
	margin-bottom: 20px;
}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:13px;line-height: 150%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:20px;line-height: 150%;}
}
/*=============================
		title
=============================*/
.title{/*---------------------------青文字*/
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	color: #0b63a3;
	font-size: 50px;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom:  solid 2px #0b63a3;
	display: inline-block;
}
.title p{
	color: #0b63a3;
	font-size: 17px;
	letter-spacing: 2px;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
}
.title2{/*---------------------------白文字*/
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #FFFF;
	font-size: 50px;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom:  solid 2px #FFFF;
	display: inline-block;
}
.title2 p{
	color: #FFFF;
	font-size: 17px;
	letter-spacing: 2px;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
}

@media screen and (max-width: 700px) {
.title1{font-size: 25px;}
.title2{font-size: 25px;}
}
@media screen and (max-width: 500px) {
.title1{font-size: 20px;}
.title2{font-size: 20px;}
}

/*=============================
		PT
=============================*/
.pt{padding: 40px 0px}
@media screen and (max-width: 1000px) {
.pt{padding: 20px 0px}
}
/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #f4d31f;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*=============================
		ボタン
=============================*/
.btn1{
	background-color:#502b13;
	padding: 0.7em 2em;
	display: inline-block;
	text-decoration: none;
	font-size:16px;
	line-height: 130%;
	color:#FFF;
}
.btn1:link,
.btn1:visited {
	color:#FFF;
	background-color: #ad8a64;
	font-weight: normal;
	text-decoration: none;
}
.btn1 a:link,
.btn1 a:visited {
	color:#FFF;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	text-decoration: none;
	background-color:#e64878;
}
@media screen and (max-width: 600px) {
.btn1{font-size:14px;}
}

/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	max-width: 800px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	background-color:#FFFFFF;
	line-height:140%;
	margin: 0px auto;
	border-top: solid 1px #0970b9;
	border-right: solid 1px #0970b9;
	border-left: solid 1px #0970b9;
	font-family: 'Kosugi Maru', sans-serif;
}
.th_gray{background: #eae7e7 !important;}
table.type01 th {
	padding: 10px 10px;
	background: #d6eefb;
	vertical-align:middle;
	text-align:center;
	border-bottom: solid 1px #0970b9;
	color: #000;
	font-size:17px;
}
table.type01 th span {
	color: #0b63a3;
	font-size:20px;
	font-weight: bold;
	}
table.type01 td {
	padding: 5px 10px;
	vertical-align:middle;
	border-bottom: solid 1px #0970b9;
	font-size:17px;
	text-align: center;
}
.price{
	color: #e73278;
	font-size: 27px;
	font-weight: bold;
}
table.type01 th img{width:100%}
table.type01 td img{width:100%}

.nowrap{white-space: nowrap;}
.table_w80{
	max-width: 800px;
	margin: 0 auto !important;
}
@media screen and (max-width: 600px) {
	table.type01{
		font-size:13px;
		width: 90%;
		}
	table.type01 th {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	table.type01 td {
		width: 100%;
		display: block;
		text-align: center;
		box-sizing: border-box;
	}
}


/* 求人用table -------------------------------------------*/
.recruit_t th{
padding: 10px 30px!important;
}
.recruit_t td{
padding: 10px 20px!important;
text-align: left!important;
}

@media screen and (max-width: 600px) {
.recruit_t td{
padding: 10px 10px!important;
font-size: 15px!important;
}

}


/*=============================
		top
=============================*/
.main{
	text-align: center;
	margin: 0 auto 50px;
	padding: 30px 15px 0px;
	background: url("../img/bg1.jpg") no-repeat top;
	background-size: contain;/* 背景を拡大縮小*/
}
@media screen and (max-width: 1200px) {
	.main_pc img{display: none;}
	.main_pc2 img{display:block;}
}
@media screen and (max-width: 800px) {
	.main_pc2 img{display: none;}
	.main_sp img{display:block;}
}

/* スペース画像 -------------------------------------------*/
.ms1{
	background:url("../img/ms1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 350px;
	width: 100%;
}
.ms1 h2{
	text-align: center;
	font-size: 50px;
	color: #FFFFFF;
	font-family: 'Kosugi Maru', sans-serif;
	padding-top: 120px;
}
@media screen and (max-width: 700px) {
.ms1{
	height: 200px;
	background-attachment: scroll;
	}
.ms1 h2{
padding-top: 60px;
font-size: 35px;
}

}

/* こんなお悩み -------------------------------------------*/
.nayami_box{padding: 100px 0px;}
ul.nayami{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
ul.nayami li{
	margin: 0% 1% 2%;
	width: 31%;
}
.nayami_txt{
	text-align: center;
	font-size: 20px;
	line-height: 200%;
}
@media screen and (max-width: 600px) {
.nayami_box{padding: 60px 0px;}
ul.nayami li{width: 47%;}
.nayami_txt{
	font-size: 13px;
	line-height: 170%;
	text-align: left;
}
}

/* 解決 -------------------------------------------*/
.kaiketu_box{
	padding: 100px 0px;
	background: #d6edf7;
	}
@media screen and (max-width: 600px) {
.kaiketu_box{padding: 60px 0px;}
}

/* 料金表 -------------------------------------------*/	
.price_title{
margin: 0 auto;
padding: 0px 50px 30px;
text-align: center;
}
.br_price{display: none;}
@media screen and (max-width: 600px) {
.br_price{display:block;}
}

/* お客様の声 -------------------------------------------*/	
.voice_box{
	padding: 100px 0px 30px;
	background: url("../img/bg2.jpg") no-repeat top;
	background-size: contain;/* 背景を拡大縮小*/
	}
.voice{
	background: url("../img/bg3.jpg") ;
	padding: 20px;
	max-width: 850px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.voice h2{
	font-size: 30px;
	line-height: 100%;
	font-family: 'Kosugi Maru', sans-serif;
	color: #0b63a3;
	margin-bottom: 10px;
}
.voice_img{
	float: left;
	margin-right: 15px;
}
.voice p{font-size: 15px;}
@media screen and (max-width: 800px) {
.voice_img{width: 130px;}
.voice h2{font-size: 25px;}
}
@media screen and (max-width: 600px) {
.voice_box{padding: 60px 0px;}
.voice h2{font-size: 23px;}
.voice_img{
float: none;
margin: 0 auto;
text-align: center;
}
.voice p{font-size: 13px;}
}	


/*　mail box --------------------*/
.mailbox{
	margin:20px auto;
	padding: 10px;
	max-width:900px;
	width: 90%;
	box-sizing: border-box;
}
.contact_box{
	background: #d7edee;
	padding: 30px;
	margin: 30px auto;
}
.contact_line{
	margin: 0 auto;
	text-align: center;
	max-width: 800px;
}
.contact_tel{
	margin: 0px auto 20px;
	text-align: center;
}

@media screen and (max-width: 700px) {/*タブレット*/
.mailbox{
	margin:10px auto;
	width: 100%;
}
}


/*　TOPバナー --------------------*/
ul.top_banner{
margin: 0 auto;
}
ul.top_banner li{
margin-bottom: 20px;
text-align: center;
}