@charset "UTF-8";

/*********************************************************************

	clearfix

*********************************************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*********************************************************************

	Links

*********************************************************************/
a:link   {color:#333; text-decoration:underline;}
a:visited{color:#333; text-decoration:underline;}
a:hover  {text-decoration:none;}
a:active {text-decoration:none;}

/*
外部リンク
---------------------------------------------------*/
a[target="_blank"]:after{
	font-family: 'Font Awesome 5 Free';
	content: '\f35d';
	font-size: 0.9em;
	font-weight:900;
	margin: 0 3px 0 3px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx) {


}

.adList01 a[target="_blank"]:before{
	right: 0;
}

a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

/*********************************************************************

	Base 基本指定

*********************************************************************/
/*テキストドラッグ選択時カラー
----------------------------------------------*/
::-moz-selection { background: #54C0F3; color: #fff; text-shadow: none; }
::selection { background: #54C0F3; color: #fff; text-shadow: none; }

html{
	overflow-y:scroll;
	-webkit-text-size-adjust: none;
}

.wf-kokoro { font-family: "Kokoro"; }

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
	font-weight: 500;
	width: 100%;
	height: 100%;
	padding-bottom: 120px;
	margin: 0;
	color: #4d4d4d;
	line-height: 1.5;
	position: relative;
	background: url(../images/bg01.png);
}

p{
	line-height: 1.75;
	padding-bottom: 2.5em;
}

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

	p{
		padding-bottom: 1.5em;
	}


}

/***********************************************

共通の汎用クラス

***********************************************/
/*画像の回り込み
----------------------------------------------*/
.leftImage,
.rightImage,
.centerImage{
	overflow: hidden;
	padding-bottom: 1em;
}

.bothImage{
	display: flex;
}

.leftImage figure,
.rightImage figure{
	overflow: hidden;
}

.leftImage figure,
.rightImage .leftImage figure,
.centerImage .leftImage figure{
	float: left;
	margin-right: 20px;
	padding-bottom: 1.2em;
	text-align: inherit;
}

.rightImage figure,
.leftImage .rightImage figure,
.centerImage .rightImage figure{
	float: right;
	margin-left: 20px;
	padding-bottom: 1.2em;
	text-align: inherit;
}

.centerImage figure,
.leftImage .centerImage figure,
.rightImage .centerImage figure{
	width: 100%;
	text-align: center;
	padding-bottom: 1.5em;
}

.leftImage figcaption,
.rightImage figcaption{
	padding: 0.2em 0;
	font-size: 0.9em;
	color: #666;
}

.centerImage figcaption{
	padding: 0.2em 0;
	font-size: 0.9em;
	color: #666;
}

.bothImage figure{
	padding-bottom: 1em;
}

.bothImage figcaption{
	padding: 0.2em 0;
	font-size: 0.9em;
	color: #666;
}

@media screen and (max-width: 1279px) {
	.centerImage figure{
		padding-bottom: 1em;
	}

	.centerImage figure img{
		width: 100%;
		height: auto;
	}

	.leftImage figure{
		margin-right: 1em;
	}

	.rightImage figure{
		margin-left: 1em;
	}

	.leftImage figure,
	.rightImage figure{
		width: 240px;
		height: auto;
		padding: 0;
	}

	.bothImage figure{
		width: 210px;
		height: 159px;
	}

	.figcaption01{
		width: 240px;
	}
	.figcaption02{
		width: 240px;
	}

	.leftImage figure img,
	.rightImage figure img,
	.bothImage figure img{
		width: 100%;
		height: auto;
	}

}

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

	.leftImage figure,
	.rightImage figure{
		float: none;
		margin: 0 auto 1em;
	}

	.bothImage figure{
		width: 49%;
		height: auto;
	}

}



/***********************************************

埋め込み動画のレスポンシブ対応

***********************************************/
.movieContainer {
	position: relative;
	width: 100%;
	margin: 20px 0;
}

.movieContainer::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
	box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
}

.embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/***********************************************

ヘッディング 見出し

***********************************************/
/*ページ自身のh1
----------------------------------------------*/
.pageH1{
}

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

}

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

}

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

}



/*汎用ヘッディング heading
----------------------------------------------*/
.mainTitle{
	margin: 3em 0 2em;
	font-size: 1.5rem;
	text-align: center;
}

.mainTitle span{
	display: inline-block;
	padding: 1em 2em;
	border-top: solid #e84466;
	border-right: solid #f5a509;
	border-bottom: solid #f6e805;
	border-left: solid #f3adcb;
	border-width: 8px;
}


/*.transition{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}*/




/***********************************************

コンテンツ部分　main+sidebarのコンテナ

***********************************************/
.contents{
	width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

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

	.contents{
		width: 728px;
		padding: 0 20px;
	}

}

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

	.contents{
		width: 100%;
	}

}

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

}

/*メインコンテンツ部分　main
----------------------------------------------*/
.main{
	width: 640px;
	padding: 0 0 30px;
	float: left;
	box-sizing: border-box;
}

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

	.main{
		width: 460px;
	}

}

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

	.main{
		width: 100%;
		padding: 5%;
		float: none;
	}

}



/*Header ヘッダー
----------------------------------------------*/
.pageHeader{
	width: 100%;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	background: #fff;
	z-index: 1001;
}

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

	.pageHeader{
		padding: 10px;
		box-sizing: border-box;
	}

}

/*globalNavigation
----------------------------------------------*/
.globalNavigation{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1280px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.globalNavigation .headerLogo{
	flex-basis: 220px;
	padding: 0 30px 0 0;
}

.globalNavigation .headerLogo img{
	width: 100%;
	height: auto;
}

.globalNavigation a:not(.headerLogoLink){
	display: block;
	padding: 30px 58px 30px 44px;
	text-align: center;
	color: #4d4d4d;
	text-decoration: none;
	box-sizing: border-box;
}

.globalNavigation a:visited{background: url(../images/common/kamo.png) left center no-repeat;}
.globalNavigation a:link{background: url(../images/common/kamo.png) left center no-repeat;}

.globalNavigation a:visited,
.globalNavigation a:link{
	background-size: 38px auto;
}

.globalNavigation a.headerLogoLink{
	background: none;
}

.globalNavigation .navi01 a:hover{background: url(../images/common/kamo_hover01.png) left bottom 5px no-repeat;}
.globalNavigation .navi01 a:active{background: url(../images/common/kamo_hover01.png) left bottom 5px no-repeat;}
.globalNavigation .navi01 a:hover,
.globalNavigation .navi01 a:active{
	background-size: auto 55px;
}

.globalNavigation .navi02 a:hover{background: url(../images/common/kamo_hover02.png) left bottom 5px no-repeat;}
.globalNavigation .navi02 a:active{background: url(../images/common/kamo_hover02.png) left bottom 5px no-repeat;}
.globalNavigation .navi02 a:hover,
.globalNavigation .navi02 a:active{
	background-size: auto 56px;
}

.globalNavigation .navi03 a:hover{background: url(../images/common/kamo_hover03.png) left bottom 5px no-repeat;}
.globalNavigation .navi03 a:active{background: url(../images/common/kamo_hover03.png) left bottom 5px no-repeat;}
.globalNavigation .navi03 a:hover,
.globalNavigation .navi03 a:active{
	background-size: auto 54px;
}

.globalNavigation .navi04 a:hover{background: url(../images/common/kamo_hover04.png) left bottom no-repeat;}
.globalNavigation .navi04 a:active{background: url(../images/common/kamo_hover04.png) left bottom no-repeat;}
.globalNavigation .navi04 a:hover,
.globalNavigation .navi04 a:active{
	background-size: auto 62px;
}

.globalNavigation .navi05 a:hover{background: url(../images/common/kamo_hover05.png) left bottom 5px no-repeat;}
.globalNavigation .navi05 a:active{background: url(../images/common/kamo_hover05.png) left bottom 5px no-repeat;}
.globalNavigation .navi05 a:hover,
.globalNavigation .navi05 a:active{
	background-size: auto 55px;
}

/*スマホ用ナビゲーション*/
.mobileHeader{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerLogo02{
	flex-basis: 200px;
	padding: 0;
}

.headerLogo02 img{
	width: 100%;
	height: auto;
}


.btn_menu {
	width: auto;
	padding:0;
	margin:0;
	background:none;
	border:0;
	font-size:0;
	line-height:0;
 	overflow:visible;
	cursor:pointer;
}

.btn_menu01{
	width: 160px;
	height: auto;
}

.btn_menu01 img,
.btn_menu02 img{
	width: 100%;
	height: auto;
}

.btn_menu01,
.headerLogo02{
	display: none;
}

.btn_menu02{
	width: 100%;
	padding: 0 10px 0 90px;
	box-sizing: border-box;
}

.drawerMenu {
	position: fixed;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	background: #fff;
	transition: all 0.2s;
	transform: translate(250px);
	z-index: 1000;
}
.drawerMenu.open {
	transform: translate(0);
}
.drawerMenu ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}
.drawerMenu ul li {
	padding: 1em 0;
	border-bottom: 1px solid #333;
}
.drawerMenu ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
}

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

	.pcNavi{
		display: none;
	}

	.btn_menu01,
	.headerLogo02{
		display: block;
	}

}

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

	.headerLogo02{
		flex-basis: 150px;
		padding: 0;
	}

}

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

	.btn_menu01{
		width: 140px;
		height: auto;
	}

	.btn_menu02{
		padding: 0 10px 0 100px;
	}

}

/*localNavigation
----------------------------------------------*/

/*Footer
----------------------------------------------*/
.pageFooter{
	width: 100%;
	padding: 1em 0 0;
}



/*Copyright
----------------------------------------------*/
.copyright{
	width: 100%;
	min-width: 280px;
	box-sizing: border-box;
	margin: 0;
	padding: 0.5em 1em;
	font-size: 1em !important;
	text-align: center;
	color: #fff;
	background: #303030;
}


/*ページ遷移ボタン
----------------------------------------------*/
.pageLink01{
	display: block;
	padding: 1em 2em;
	margin: 0 auto 1em;
	background: #ffb469;
	color: #fff !important;
	font-size: 1.5rem;
	text-align: center;
	border-radius: 100px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
}

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

	.pageLink01{
		padding: 0.8em 1em;
		font-size: 1.2rem;
	}

}

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

	.pageLink01{
		padding: 0.7em 1em;
		font-size: 1rem;
	}

}

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

	.pageLink01{
		padding: 0.7em 0.8em;
		font-size: 0.9rem;
	}

}


.pageLink01:link{text-decoration:none;}
.pageLink01:visited{text-decoration:none;}
.pageLink01:hover{text-decoration:none;}
.pageLink01:active{text-decoration:none;}

.pageLink01:hover{
	background: #efa459;
}

.pageLink01:active{
	background: #efa459;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
}

.pageLink02{
	display: inline-block;
	padding: 9px 20px;
	line-height: 1;
	background: #3c2820;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5c4840), color-stop(0.49, #3c2820));
	background: -webkit-linear-gradient(top, #5c4840 5%, #3c2820 49%);
	background: -moz-linear-gradient(top, #5c4840 5%, #3c2820 49%);
	background: -o-linear-gradient(top, #5c4840 5%, #3c2820 49%);
	background: -ms-linear-gradient(top, #5c4840 5%, #3c2820 49%);
	background: linear-gradient(top, #5c4840 5%, #3c2820 49%);
	color: #fff !important;
	border-radius: 30px;
	cursor: pointer;
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset,
				0 1px 1px rgba(255,255,255,.3);
}

.pageLink02:link{text-decoration:none;}
.pageLink02:visited{text-decoration:none;}
.pageLink02:hover{text-decoration:none; zoom:1;}
.pageLink02:active{text-decoration:none;}

.pageLink02:hover{
	background: #2c1810;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4c3830), color-stop(0.49, #3c2820));
	background: -webkit-linear-gradient(top, #4c3830 5%, #3c2820 49%);
	background: -moz-linear-gradient(top, #4c3830 5%, #3c2820 49%);
	background: -o-linear-gradient(top, #4c3830 5%, #3c2820 49%);
	background: -ms-linear-gradient(top, #4c3830 5%, #3c2820 49%);
	background: linear-gradient(top, #4c3830 5%, #3c2820 49%);
}

.pageLink02:active{
	background: #2c1810;
	box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
}

#position{
    padding-top: 60px;
}

/****************************************************************

トップへ戻るボタン backTop

****************************************************************/
#pageTop {
	z-index: 1000;
	display: block;
	width: 50px;
	height: 50px;
	background: #e84466;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	position: fixed;
	bottom: -30px;
	right: 55px;
	border-radius: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#pageTop.show {
	bottom: 30px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#pageTop.show:hover{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

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

	#pageTop{
		display: none !important;
	}
}



/*****************************************

	リスト list

*****************************************/
ul ul,
ul ol,
ol ol,
ol ul{
	padding: 0 0 0 10px;
}

/*リストスタイルタイプ*/
.cautionList{
	list-style-type: none;
	padding-left: 0;
	margin: 0 0 2em;
	font-size: 0.9rem;
	color: #e84466;
}

.disc{
	list-style-type: disc;
	padding-left: 0.2em;
	margin: 0 0 1em;
}

.decimal dd,
.decimal li,
.disc dd,
.disc li{
	margin: 1em 0 0 1.5em;
	padding: 0;
	display: list-item;
}

.decimal dd:first-child,
.decimal li:first-child,
.disc dd:first-child,
.disc li:first-child{
	margin: 0 0 0 1.5em;
}



/****************************************************************

ホーム home

****************************************************************/
.mainVisual{
	width: 100%;
	height: 100vh;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#boundContents01{
	width: 100%;
	height: 200px;
	position: absolute;
	top: -500px;
	background: url(../images/opening01.png) left top no-repeat,
				url(../images/opening02.png) right top no-repeat;
	background-size: auto 200px,auto 200px;
}

.mainLogo{
	width: 626px;
	height: auto;
	padding: 0 0 2em;
}

.copy01{
	font-size: 1.5rem;
	padding: 1em 0 0.3em;
}

.copy02{
	font-size: 1.8rem;
	padding: 0 0 36px;
	background: url(../images/line_1.png) center bottom no-repeat;
	background-size: 500px auto;
}

.copy03{
	font-size: 1.5rem;
}

.arrowButton{
	display: inline-block;
	text-align: center;
	width: 49px;
	height: 0;
	padding-top: 49px;
	overflow: hidden;
	background: url(../images/arrow.png) no-repeat;
	background-size: 49px auto;
}

.arrowButton img{
	width: 100%;
	height: auto;
}

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

	#boundContents01{
		height: 150px;
		background-size: auto 150px,auto 150px;
	}

}

@media screen and (max-width: 1024px){
	.mainLogo{
		width: 520px;
	}

	.copy01{
		font-size: 1.2rem;
	}

	.copy02{
		font-size: 1.5rem;
		padding: 0 0 26px;
		background-size: 360px auto;
	}

	.copy03{
		font-size: 1.2rem;
	}

}

@media screen and (max-width: 767px){
	#boundContents01{
		height: 110px;
		background-size: auto 110px,auto 110px;
	}

	.mainLogo{
		width: 360px;
		padding: 0 0 1.5em;
	}

	.copy01{
		font-size: 1rem;
	}

	.copy02{
		font-size: 1.2rem;
		padding: 0 0 20px;
		background-size: 280px auto;
}

	.copy03{
		font-size: 1rem;
	}

	.arrowButton{
		width: 42px;
		background-size: 42px auto;
	}

}

@media screen and (max-width: 479px){
	#boundContents01{
		height: 60px;
		background-size: auto 60px,auto 60px;
	}

	.mainLogo{
		width: 280px;
	}

	.copy01{
		font-size: 0.8rem;
	}

	.copy02{
		font-size: 1rem;
		padding: 0 0 18px;
		background-size: 240px auto;
	}

	.copy03{
		font-size: 0.8rem;
	}

}

#boundContents02{
	position: relative;
	top: -50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fadeIn {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


.fadeIn.active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


.city{
	width: 100%;
	height: 154px;
	position: fixed;
	bottom: 0;
	overflow: hidden;
	z-index: 100;
}

#cityImage{
	position: absolute;
	top: 0;
	left: 0;
}

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

	.city{
		height: 120px;
	}

	#cityImage{
		width: auto;
		height: 120px;
	}

}

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

	.city{
		height: 100px;
	}

	#cityImage{
		height: 100px;
	}

}


/*****************************************

	エルタンとは？ about

*****************************************/
.aboutSummary{
	background: url(../images/img_about01.png) right bottom no-repeat;
}

.aboutCopy01{
	width: 100%;
	max-width: 1200px;
	margin: -260px auto 4em;
	box-sizing: border-box;
}

.aboutCopy01 img{
	width: 100%;
	height: auto;
}

.about p{
	font-size: 1.2rem;
	text-align: center;
}

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

	.aboutCopy01{
		margin: -160px auto 4em;
	}

}

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

	.aboutCopy01{
		margin: -80px auto 4em;
	}

	.about p{
		font-size: 1rem;
	}

}


/*.aboutCopy01{
	width: 100%;
	height: 583px;
	padding: 110px 200px 80px 60px;
	margin: -260px 0 0;
	font-size: 1.5em;
	box-sizing: border-box;
}*/




/*****************************************

	サービス内容 service

*****************************************/
.serviceList{
	list-style: none;
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
}

.serviceList img{
	width: 100%;
	height: auto;
}

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

	.serviceList{
		display: block;
		padding: 30px;
	}

}

.rainbowText{
	font-size: 1.5rem;
	text-align: center;
	margin: 3em 0 0;
}

.rainbowText span{
	display: inline-block;
	position: relative;
	padding: 1em 2.5em;
}

.rainbowText span::before{
	content: '';
	width: 115px;
	height: 55px;
	display: block;
	position: absolute;
	background: url(../images/bg_about_copy01.png) no-repeat;
	top: 0;
	left: 0;
}

.rainbowText span::after{
	content: '';
	width: 115px;
	height: 55px;
	display: block;
	position: absolute;
	background: url(../images/bg_about_copy02.png) no-repeat;
	bottom: 0;
	right: 0;
}

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

	.rainbowText{
		font-size: 1.35rem;
	}

	.rainbowText span{
		padding: 1em 2em;
	}

	.rainbowText span::before{
		content: '';
		width: 115px;
		height: 55px;
		display: block;
		position: absolute;
		background: url(../images/bg_about_copy01.png) no-repeat;
		top: 0;
		left: 0;
	}

	.rainbowText span::after{
		content: '';
		width: 115px;
		height: 55px;
		display: block;
		position: absolute;
		background: url(../images/bg_about_copy02.png) no-repeat;
		bottom: 0;
		right: 0;
	}

}

.timeTable01{
	margin: 0 auto;
	max-width: 608px;
}

.timeTable01 img{
	width: 100%;
	height: auto;
}

/***********************************************

料金プラン price

***********************************************/
.priceTable{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 1em;
	font-size: 1.4rem;
	border: 4px solid #707070;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}

.priceTable th,
.priceTable td {
	width: 33%;
	padding: 1em 1em;
	border: 1px solid #707070;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

.priceTable span{
	display: block;
	font-size: 75%;
}

.regular{
	background: #fff3bf;
}

.qualified{
	background: #ffe0ed;
}

.price .disc li{
	margin: 0.2em 0 0 1.5em;
}

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

	.priceTable{
		font-size: 1.2rem;
	}

	.priceTable th,
	.priceTable td{
		padding: 0.9em;
	}

}

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

	.priceTable{
		font-size: 1rem;
	}

}

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

	.priceTable{
		font-size: 0.9rem;
	}

}


.table01{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 1em;
	font-size: 1.4rem;
	border: 4px solid #707070;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}

.table01 th,
.table01 td {
	width: 50%;
	padding: 1em 1em;
	border: 4px solid #707070;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

.table01 span{
	display: block;
	font-size: 75%;
}

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

	.table01{
		font-size: 1.2em;
	}

	.table01 th,
	.table01 td{
		padding: 0.9em;
	}

}

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

	.table01{
		font-size: 1em;
	}

}

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

}


/*****************************************

	会社概要 company

*****************************************/
.table02{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 1em;
	font-size: 1.4rem;
	border: 1px solid #9c9e9c;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}

.table02 th,
.table02 td {
	padding: 1em 1em;
	line-height: 1.2;
	vertical-align: middle;
	box-sizing: border-box;
}


.table02 th {
	width: 240px;
	background: #e84466;
	color: #fff;
	border: #c82446 solid;
	border-width: 0 0 1px 1px;
	box-shadow: 0 1px 1px rgba(255,255,255,.3) inset;
	font-weight: bold;
	text-align: center;
}

.table02 tr:first-child th{
	border-width: 1px 0 1px 1px;
}

.table02 td {
	width: auto;
	background: #fff;
	border: 1px #9c9e9c solid;
	border-width: 0 0 1px 1px;
}


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

	.table02 {
		font-size: 1.1rem;
	}

}

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

	.table02 {
		font-size: 1rem;
	}

	.table02 th {
		width: 120px;
	}

}

@media screen and (max-width: 479px){
	.table02,
	.table02 tbody,
	.table02 thead,
	.table02 tr,
	.table02 th,
	.table02 td{
		width: 100%;
		display: block;
		font-size: 0.9rem;
		box-sizing: border-box;
		border: 0;
	}

	.table02 td{
		padding: 10px 0 30px;
		background: none;
	}

}

.table02 ul{
	padding: 0 0 0 1em;
}

.table02 li{
	padding: 0.3em 0;
}


/*****************************************

	お問い合わせ contact

*****************************************/
.contact .tel{
	display: block;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 auto 2em;
}

.contact .tel p{
	padding: 0;
}

.contact .tel span{
	font-size: 50%;
}

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

	.contact .tel{
		font-size: 2rem;
	}

}

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

	.contact .tel{
		font-size: 1.9rem;
	}

}

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

	.contact .tel{
		font-size: 1.7rem;
	}

}

/*
デバイス別表示切り替え
タブレット用クラスは「.only」と一緒に使用することでスマホ用表示幅で非表示にできます。
----------------------------------------------*/
.forPC_block{
	display: block !important;
}

.forPC_inline{
	display: inline !important;
}

.forPC_inlineBlock{
	display: inline-block !important;
}

.forTablet_block,
.forTablet_inline,
.forTablet_inlineBlock{
	display: none !important;
}

.forMobile_block,
.forMobile_inline,
.forMobile_inlineBlock{
	display: none !important;
}

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

	.forPC_block,
	.forPC_inline,
	.forPC_inlineBlock{
		display: none !important;
	}

	.forTablet_block{
		display: block !important;
	}

	.forTablet_inline{
		display: inline !important;
	}

	.forTablet_inlineBlock{
		display: inline-block !important;
	}

}

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

	.only.forTablet_block,
	.only.forTablet_inline,
	.only.forTablet_inlineBlock{
		display: none !important;
	}

	.forMobile_block{
		display: block !important;
	}

	.forMobile_inline{
		display: inline !important;
	}

	.forMobile_inlineBlock{
		display: inline-block !important;
	}

}




/****************************************************************

ユーティリティ
margin/padding

****************************************************************/
/*------------------------------------------------
top
------------------------------------------------*/
	.mt00 { margin-top:  0px !important; }    .pt00 { padding-top:  0px !important; }
	.mt05 { margin-top:  5px !important; }    .pt05 { padding-top:  5px !important; }
	.mt10 { margin-top: 10px !important; }    .pt10 { padding-top: 10px !important; }
	.mt15 { margin-top: 15px !important; }    .pt15 { padding-top: 15px !important; }
	.mt20 { margin-top: 20px !important; }    .pt20 { padding-top: 20px !important; }
	.mt25 { margin-top: 25px !important; }    .pt25 { padding-top: 25px !important; }
	.mt30 { margin-top: 30px !important; }    .pt30 { padding-top: 30px !important; }
	.mt35 { margin-top: 35px !important; }    .pt35 { padding-top: 35px !important; }
	.mt40 { margin-top: 40px !important; }    .pt40 { padding-top: 40px !important; }
	.mt45 { margin-top: 45px !important; }    .pt45 { padding-top: 45px !important; }
	.mt50 { margin-top: 50px !important; }    .pt50 { padding-top: 50px !important; }
	.mt55 { margin-top: 55px !important; }    .pt55 { padding-top: 55px !important; }
	.mt60 { margin-top: 60px !important; }    .pt60 { padding-top: 60px !important; }
	.mt65 { margin-top: 65px !important; }    .pt65 { padding-top: 65px !important; }
	.mt70 { margin-top: 70px !important; }    .pt70 { padding-top: 70px !important; }
	.mt75 { margin-top: 75px !important; }    .pt75 { padding-top: 75px !important; }
	.mt80 { margin-top: 80px !important; }    .pt80 { padding-top: 80px !important; }
	.mt85 { margin-top: 85px !important; }    .pt85 { padding-top: 85px !important; }
	.mt90 { margin-top: 90px !important; }    .pt90 { padding-top: 90px !important; }
	.mt95 { margin-top: 95px !important; }    .pt95 { padding-top: 95px !important; }
	.mt100{ margin-top:100px !important; }    .pt100{ padding-top:100px !important; }

/*------------------------------------------------
right
------------------------------------------------*/
	.mr00 { margin-right:  0px !important; }  .pr00 { padding-right:  0px !important; }
	.mr05 { margin-right:  5px !important; }  .pr05 { padding-right:  5px !important; }
	.mr10 { margin-right: 10px !important; }  .pr10 { padding-right: 10px !important; }
	.mr15 { margin-right: 15px !important; }  .pr15 { padding-right: 15px !important; }
	.mr20 { margin-right: 20px !important; }  .pr20 { padding-right: 20px !important; }
	.mr25 { margin-right: 25px !important; }  .pr25 { padding-right: 25px !important; }
	.mr30 { margin-right: 30px !important; }  .pr30 { padding-right: 30px !important; }
	.mr35 { margin-right: 35px !important; }  .pr35 { padding-right: 35px !important; }
	.mr40 { margin-right: 40px !important; }  .pr40 { padding-right: 40px !important; }
	.mr45 { margin-right: 45px !important; }  .pr45 { padding-right: 45px !important; }
	.mr50 { margin-right: 50px !important; }  .pr50 { padding-right: 50px !important; }
	.mr55 { margin-right: 55px !important; }  .pr55 { padding-right: 55px !important; }
	.mr60 { margin-right: 60px !important; }  .pr60 { padding-right: 60px !important; }
	.mr65 { margin-right: 65px !important; }  .pr65 { padding-right: 65px !important; }
	.mr70 { margin-right: 70px !important; }  .pr70 { padding-right: 70px !important; }
	.mr75 { margin-right: 75px !important; }  .pr75 { padding-right: 75px !important; }
	.mr80 { margin-right: 80px !important; }  .pr80 { padding-right: 80px !important; }
	.mr85 { margin-right: 85px !important; }  .pr85 { padding-right: 85px !important; }
	.mr90 { margin-right: 90px !important; }  .pr90 { padding-right: 90px !important; }
	.mr95 { margin-right: 95px !important; }  .pr95 { padding-right: 95px !important; }
	.mr100{ margin-right:100px !important; }  .pr100{ padding-right:100px !important; }

/*------------------------------------------------
bottom
------------------------------------------------*/
	.mb00 { margin-bottom:  0px !important; } .pb00 { padding-bottom:  0px !important; }
	.mb05 { margin-bottom:  5px !important; } .pb05 { padding-bottom:  5px !important; }
	.mb10 { margin-bottom: 10px !important; } .pb10 { padding-bottom: 10px !important; }
	.mb15 { margin-bottom: 15px !important; } .pb15 { padding-bottom: 15px !important; }
	.mb20 { margin-bottom: 20px !important; } .pb20 { padding-bottom: 20px !important; }
	.mb25 { margin-bottom: 25px !important; } .pb25 { padding-bottom: 25px !important; }
	.mb30 { margin-bottom: 30px !important; } .pb30 { padding-bottom: 30px !important; }
	.mb35 { margin-bottom: 35px !important; } .pb35 { padding-bottom: 35px !important; }
	.mb40 { margin-bottom: 40px !important; } .pb40 { padding-bottom: 40px !important; }
	.mb45 { margin-bottom: 45px !important; } .pb45 { padding-bottom: 45px !important; }
	.mb50 { margin-bottom: 50px !important; } .pb50 { padding-bottom: 50px !important; }
	.mb55 { margin-bottom: 55px !important; } .pb55 { padding-bottom: 55px !important; }
	.mb60 { margin-bottom: 60px !important; } .pb60 { padding-bottom: 60px !important; }
	.mb65 { margin-bottom: 65px !important; } .pb65 { padding-bottom: 65px !important; }
	.mb70 { margin-bottom: 70px !important; } .pb70 { padding-bottom: 70px !important; }
	.mb75 { margin-bottom: 75px !important; } .pb75 { padding-bottom: 75px !important; }
	.mb80 { margin-bottom: 80px !important; } .pb80 { padding-bottom: 80px !important; }
	.mb85 { margin-bottom: 85px !important; } .pb85 { padding-bottom: 85px !important; }
	.mb90 { margin-bottom: 90px !important; } .pb90 { padding-bottom: 90px !important; }
	.mb95 { margin-bottom: 95px !important; } .pb95 { padding-bottom: 95px !important; }
	.mb100{ margin-bottom:100px !important; } .pb100{ padding-bottom:100px !important; }

/*------------------------------------------------
left
------------------------------------------------*/
	.ml00 { margin-left:  0px !important; }   .pl00 { padding-left:  0px !important; }
	.ml05 { margin-left:  5px !important; }   .pl05 { padding-left:  5px !important; }
	.ml10 { margin-left: 10px !important; }   .pl10 { padding-left: 10px !important; }
	.ml15 { margin-left: 15px !important; }   .pl15 { padding-left: 15px !important; }
	.ml20 { margin-left: 20px !important; }   .pl20 { padding-left: 20px !important; }
	.ml25 { margin-left: 25px !important; }   .pl25 { padding-left: 25px !important; }
	.ml30 { margin-left: 30px !important; }   .pl30 { padding-left: 30px !important; }
	.ml35 { margin-left: 35px !important; }   .pl35 { padding-left: 35px !important; }
	.ml40 { margin-left: 40px !important; }   .pl40 { padding-left: 40px !important; }
	.ml45 { margin-left: 45px !important; }   .pl45 { padding-left: 45px !important; }
	.ml50 { margin-left: 50px !important; }   .pl50 { padding-left: 50px !important; }
	.ml55 { margin-left: 55px !important; }   .pl55 { padding-left: 55px !important; }
	.ml60 { margin-left: 60px !important; }   .pl60 { padding-left: 60px !important; }
	.ml65 { margin-left: 65px !important; }   .pl65 { padding-left: 65px !important; }
	.ml70 { margin-left: 70px !important; }   .pl70 { padding-left: 70px !important; }
	.ml75 { margin-left: 75px !important; }   .pl75 { padding-left: 75px !important; }
	.ml80 { margin-left: 80px !important; }   .pl80 { padding-left: 80px !important; }
	.ml85 { margin-left: 85px !important; }   .pl85 { padding-left: 85px !important; }
	.ml90 { margin-left: 90px !important; }   .pl90 { padding-left: 90px !important; }
	.ml95 { margin-left: 95px !important; }   .pl95 { padding-left: 95px !important; }
	.ml100{ margin-left:100px !important; }   .pl100{ padding-left:100px !important; }

/*------------------------------------------------
all 全方位
------------------------------------------------*/
	.ma00{ margin: 0 !important; }   .pa00{ padding: 0 !important; }

/*------------------------------------------------
センター寄せ
------------------------------------------------*/
.mc{ margin: 0 auto;}

/*****************************************

	フォントカラー　color

*****************************************/
.caution{ color:#f00 !important; }
.black{ color:#000 !important;}


/*****************************************

	フォントファミリー　font-family

*****************************************/
.serif01{font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
.serif02{font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }


/*****************************************

	フォントの太さ　font-weight

*****************************************/
.bold{font-weight: bold;}
strong,
.attention{
	display: inline;
	padding: 0 0.3em;
	display: inline;
	padding-left: 0.3em;
	/*background: #F3947F;*/
	background: #ecaaaa;
	background: linear-gradient(transparent 60%, #ecaaaa 60%);
}


/*****************************************

	フォントサイズ　font-size

*****************************************/
.font9px{ font-size: 9px; }    .font10px{ font-size: 10px; }
.font11px{ font-size: 11px; }  .font12px{ font-size: 12px; }
.font13px{ font-size: 13px; }  .font14px{ font-size: 14px; }
.font15px{ font-size: 15px; }  .font16px{ font-size: 16px; }
.font17px{ font-size: 17px; }  .font18px{ font-size: 18px; }
.font19px{ font-size: 19px; }  .font20px{ font-size: 20px; }
.font21px{ font-size: 21px; }  .font22px{ font-size: 22px; }
.font23px{ font-size: 23px; }  .font24px{ font-size: 24px; }
.font25px{ font-size: 25px; }  .font26px{ font-size: 26px; }
.font27px{ font-size: 27px; }  .font28px{ font-size: 28px; }
.font29px{ font-size: 29px; }  .font30px{ font-size: 30px; }


.fontLarge02{ font-size: 2em;font-weight: bold; }  .fontLarge03{ font-size: 3em;font-weight: bold; }

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

	.fontLarge02{ font-size: 1.6em; }  .fontLarge03{ font-size: 2.4em; }

}

/*****************************************

	横幅　width

*****************************************/

.w100{width: 100px !important;}
.w110{width: 110px !important;}
.w120{width: 120px !important;}
.w130{width: 130px !important;}
.w140{width: 140px !important;}
.w150{width: 150px !important;}
.w160{width: 160px !important;}
.w170{width: 170px !important;}
.w180{width: 180px !important;}
.w190{width: 190px !important;}
.w200{width: 200px !important;}
.w210{width: 210px !important;}
.w220{width: 220px !important;}
.w230{width: 230px !important;}
.w240{width: 240px !important;}
.w250{width: 250px !important;}
.w260{width: 260px !important;}
.w270{width: 270px !important;}
.w280{width: 280px !important;}
.w290{width: 290px !important;}
.w300{width: 300px !important;}
.w310{width: 310px !important;}
.w320{width: 320px !important;}
.w330{width: 330px !important;}
.w340{width: 340px !important;}
.w350{width: 350px !important;}
.w360{width: 360px !important;}
.w370{width: 370px !important;}
.w380{width: 380px !important;}
.w390{width: 390px !important;}
.w400{width: 400px !important;}
.w410{width: 410px !important;}
.w420{width: 420px !important;}
.w430{width: 430px !important;}
.w440{width: 440px !important;}
.w450{width: 450px !important;}
.w460{width: 460px !important;}
.w470{width: 470px !important;}
.w480{width: 480px !important;}
.w490{width: 490px !important;}
.w500{width: 500px !important;}
.w510{width: 510px !important;}
.w520{width: 520px !important;}
.w530{width: 530px !important;}
.w540{width: 540px !important;}
.w550{width: 550px !important;}
.w560{width: 560px !important;}
.w570{width: 570px !important;}
.w580{width: 580px !important;}
.w590{width: 590px !important;}
.w600{width: 600px !important;}


/****************************************************************

float

****************************************************************/
	.fl { float: left; }        .fr { float: right; }       .clear { clear:both; }

/****************************************************************

text-align

****************************************************************/
	.al { text-align: left !important; }
	.ar { text-align: right !important; }
	.ac { text-align: center !important; }

/****************************************************************

clearfix

****************************************************************/
	.clearfix { zoom:1; }
	.clearfix:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

.hidden{ overflow: hidden;}

/****************************************************************

ellipsis

****************************************************************/
/*文章の省略*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/****************************************************************

display

****************************************************************/
.none { display: none !important;}
.block {display:block !important;}
.inline {display:inline;}
.inline-block{display:inline-block;}

/****************************************************************

position

****************************************************************/
.static{ position: static;}
.relative{ position: relative;}
.absolute{ position: absolute;}
.fixed{ position: fixed;}
