@charset "UTF-8";

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
mark {
	background-color: transparent;
	color: inherit;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.mincho	{
	font-family : "游明朝",Yu Mincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","MS P明朝","MS 明朝",serif;
}
.bg_yl	{
	background-color : #FFFFEE;
}
.bg_grn	{
	background-color : #F0FFE6;
}
.tx_orange	{
	color : #EB6101;
}
.tx_deep_orange	{
	color : #E93822;
}
.tx_navy	{
	color : #006583;
}
.tx_deep_navy	{
	color : #003664;
}
.box_v-h	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
	width : 90%;
	margin : 2rem auto;
}
.box_v-h .half	{
		width : 50%;
	}
@media screen and (max-width: 768px)	{
	.box_v-h	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		}
	.box_v-h .half	{
		width : 100%;
	}
}	

.container	{
	margin: 0 auto;
	width : 1080px;
}
.container90	{
	margin: 0 auto;
	width : 90%;
}
.container80	{
	margin: 0 auto;
	width : 80%;
}
#contents_top	{
	margin-top : 2.9rem;	
}
#contents	{
	background : url(../img/line_header_b.png) 0 0 repeat-x;
	margin-top : 2.5rem;
}
#contents_top .container,
#contents .container	{
	padding : 4rem 0 5.6rem 0;
}
@media screen and (max-width: 768px)	{
	.container	{
		width : 98%;
	}
	.container80	{
		width : 90%;
	}
	#contents_top	{
		margin-top : 0;
	}
	#contents	{
		margin-top : 0;
	}
	#contents_top .container,
	#contents .container	{
		padding : 2rem 0;		
		width : 98%;
	}
}



/* Body */
body {
	font-family: '小塚ゴシック Pr6N','KozMinPr6N',"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	/* font-family: UDMarug oLargePr6N-DB-83pv-RKSJ-H,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; */
	background: #fff;
	margin: 0;
	font-style: normal;
	width : 100%;
	color : #000;
}
header	{
	height : 173px;
}
#hd	{
	margin : 0 auto;
	background-image : url(../img/bg_header.jpg);
}
#hd .container	{
	display: flex;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
#hd h1	{
	margin : 0.6rem auto;
	display : inline-block;
	background : url(../img/logo.png) no-repeat 50% 0%;
	background-size : 46px auto;
}
#hd h1 p	{
	text-align : center;
	line-height : 140%;
	margin-top : 4.4rem;
}
#hd h1 a	{
	color : #000;
	text-decoration : none;
	display : block;
	border : solid 1px transparent;
}
#hd h2,
#hd #banner_box_contact	{
	display : inline-block;
	display: flex;
}
#hd h2	{
	margin : 2rem 0 0 2rem;
	background-image : url(../img/illust_hd_people.png);
	background-repeat : no-repeat;
	padding-left : 8rem;
	height : 81px;
	-webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}
#hd h2 p	{
	font-size : 0.9rem;	
}
#hd h2 span	{
	font-size : 1.2rem;
}
#hd #banner_box_contact	{
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	padding-top : 2rem;
}
.banner_contact	{
	border : solid 1px #E87D66;
	background : url(../img/icon_night.png) no-repeat 2% 50%;
	min-height : 69px;
}
.banner_contact span	{
	font-size : 0.8rem;
	display : block;
	margin : 1rem 0;
	padding : 0 1rem 0 4.8rem;
}
.banner_contact	a	{
	text-decoration : none;
	color : #000;
	display : block;
}

@media screen and (max-width: 768px)	{
	header	{
		height : 9.4rem;
	}
	#hd	{
		padding : 0 0 1rem 0;
	}
	#hd h1 p	{
		line-height : 90%;
		margin-top : 5rem;
	}
	#hd h2	{
		display : none;
	}
	#hd #banner_box_contact	{
		display : none;
	}
}


.box_note	{
	width : 80%;
	margin : 0 auto;
	padding : 2.6rem 4rem;
	background-color : #fff;
	border : solid 1px #f0f0f0;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
}
.box_note ul	{
	text-align : left;
}
.box_note ul li	{
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #CACACA;
	margin-bottom : 0.8rem;
	line-height : 180%;
}
.box_note ul li	{
	font-size : 1.2rem;
}
.box_note ul li.no_line	{
	border : none;
}
.box_note ul li:before	{
	content : "・";
}
@media screen and (max-width: 768px)	{
	.box_note	{
		width : 80%;
		padding : 2.6rem 1.6rem;
	}
	.box_note ul li	{
		font-size : 1.2rem;
	}
}
/* ///// */


/* FOOTER*/
#ft_contact	{
	background : #AD875B;
	text-align : center;
	color : #fff;
	font-size  : 1.6rem;
	letter-spacing : 0.2rem;
	padding : 1.4rem 0;
	line-height : 200%;
}
#ft_contact .phone	{
	font-size : 3rem;
}
#ft_contact	.bu	{
	background : #fff;
	font-size  : 1.4rem;
	line-height : 160%;
	width : 80%;
	margin : 1rem auto;
	padding : 0.6rem 0;
	-webkit-border-radius: 4rem;
-moz-border-radius: 4rem;
border-radius: 4rem;
box-shadow : 3px 2px 2px rgba(0, 0, 0, 0.45);
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=2, Color='#000000') ;
}
#ft_contact .bu a	{
	color : #683A0B;
}
#ft_service	{
	padding : 3rem 0;
	text-align : center;
}
#ft_service p	{
	color : #EB6101;
	font-size  : 1.6rem;
	letter-spacing : 0.2rem;
	font-weight : 200;
}
#ft_service p.onlyPC{
	display : block;
}
#ft_service	.banner_contact	{
	display : none;
}
footer {
	padding : 0.4rem 0;
	background : #EB6101;
}
.copyright	{
	color : #fff;
	font-size : 0.8rem;
	width : 100%;
	margin : 0 auto;
	text-align : center;
}
@media screen and (max-width: 768px) 	{
	#ft_contact	{
		font-size  : 1.2rem;
		padding : 1rem 0;
		line-height : 200%;
		}
	#ft_contact .phone	{
		font-size : 2rem;
		}
	#ft_contact	.bu	{
		font-size  : 0.9rem;
		width : 88%;
		line-height : 140%;
		padding : 1rem;
	}
	#ft_service	{
		padding : 2rem 0;
	}
	#ft_service p	{
		font-size  : 0.9rem;
		letter-spacing : 0.1rem;
		padding : 1rem 0;
	}
	#ft_service p.onlyPC{
		display : none;
	}
	#ft_service	.banner_contact	{
		display : block;
		width : 86%;
		margin : 0 auto
	}
	#ft_service .banner_contact	a	{
		text-decoration : none;
		color : #000;
		display : block;
		height : 60px;
	}
	footer {
		padding : 1rem 0;
	}
	.copyright	{
		font-size : 0.6rem;
		width : 64%;
	}
}


.googlemap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin : 0 auto 3em auto;
}
.movie_wrap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.googlemap iframe,
.googlemap object,
.googlemap embed,
.movie_wrap iframe,
.movie_wrap object,
.movie_wrap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#page-top {
	position: fixed;
	bottom: 2%;
	right: 2%;
	z-index : 300;
}
#page-top a {
	color : #000;
	font-size : 0.7rem;
	text-decoration : none;
	background-image : url(../img/bu_page_top.png);
	background-repeat : no-repeat;
	background-size : 100%;
	width : 101px;
	height : 154px;
	display: block;
}
#page-top a:hover {
	background-image : url(../img/bu_page_top_g.png);
	background-repeat : no-repeat;
	background-size : 100%;
}
#page-top a .moji	{
	-ms-writing-mode : tb-rl;
	writing-mode : vertical-rl;
	text-orientation : upright ;
	position : absolute;
	width : 101px;
	height : 154px;
	display: block;
}
#page-top a .moji p	{
	padding : 1.4rem 0.3rem 0 0;
}
#page-top a .moji:hover	{
	bottom : 2%;
	position : absolute;
}
@media screen and (max-width: 768px) 	{
	#page-top a 	{
		width : 90px;
		height : 139px;
		font-size : 0.5rem;
	}
	#page-top a .moji	{
		width : 90px;
		height : 139px;
	}
	#page-top a .moji	{
	}

}

.hidden {
	display: none;
}
img {
	max-width: 100%;
}
br.onlyPC	{
	display : block;
	}
br.onlyMB	{
	display : none;	
	
	
	
	
}
@media screen and (max-width: 768px)  {
	br.onlyPC	{
		display : none;
	}
	br.onlyMB	{
		display : block;
	}
}


/* ----
メディアクエリなし 【PC 実質1025px以上】
@media screen and (max-width: 768px) { } 【タブレット】
@media screen and (max-width: 479px) { } 【スマートフォン】
 --- */
/* ----
メディアクエリなし 【スマートフォン縦】
@media screen and (min-width: 481px) { } 【スマートフォン横】
@media screen and (min-width: 769px) { } 【タブレット縦以上】
 --- */

/* !Clearfix
---------------------------------------------------------- */
.clearfix
	{
	display: block;
	min-height: 1%;
}
.clearfix:after	{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}
.vaT { vertical-align: top    !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}

.txB	{font-weight : 900 !important;}
.blockC { margin-right: auto; margin-left: auto; text-align: left;}
* html .blockC { margin-right: 0; margin-left: 0;}
.blockR { margin-left: auto; text-align: left;}
* html .blockR { margin-left: 0;}

/* !Margin ------------------------------------------------------------------ */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

/* !Padding  ---------------------------------------------------------------- */
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}