@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

	
h1 {} /* Header内で設定 */
h2 {}
h3 {}
h4 { margin-bottom: 20px; }
h5 { margin-bottom: 5px; }

a { color: #bd67ee; }
a:hover,
a:active { color: #dca0ff; text-decoration: none; }
a:visited {
}

ul {
}
li {
}

dl {
}
dt {
}
dd {
}

#content table {
	width: 600px;
	color: #B2B2B2;
	margin-bottom: 5px;
	border-collapse: separate;
	border-spacing: 1px;
	*width: expression(cellSpacing = '1px', style.Width);
	}
#content table th,
#content table td {
	border: 1px solid #222;
	background: #111111;
	}
	
#content table td.sr_center {text-align:center;}
#content table.sr_tbl {
	width:580px; margin:
	-30px 0 0 5px ;
	color: #B2B2B2;
	margin-bottom: 5px;
	border-collapse: separate;
	border-spacing: 1px;
	*width: expression(cellSpacing = '1px', style.Width);}
	
p { margin: 0 0 1em; }

.section { padding: .5em 0 1em; }

.image_l,
.image_r {
	font-size: 88%;
	}
.image_l { float: left; margin: 0 16px 16px 0; }
.image_r { float: right; margin: 0 0 16px 16px; }
.image_r2 { float: right; margin: 0 0 16px 40px; }
.image_l01{
	padding-left:2px;
	padding-bottom: 2px;
}
p.image_l,
p.image_r {
	width: 240px;
	}
p.image_l img,
p.image_r img {
	display: block;
	}


.outline_l02{
	float: left;
	padding: 78px 0 0; 
}

.caution {
	font-weight: bold;
	color: #7259ef;
	}

.strong {
	font-weight: bold;
	color: #7259ef;
	}


ul.totop,
ul.totop li {
	clear: both;
	padding-bottom: 20px;
	float: right;
	list-style: none;
}

dl img,
li img {
	vertical-align: top;
	}

#content ul,
#content ul li {
	list-style: none;
	}
#content ul {
	padding: 10px;
	}
#content ul li {
	padding: .2em .5em .2em 24px;
	background: url(../images/li_bg.jpg) left .3em no-repeat;
	}

/* add
------------------------------------------------------------------------*/

.mb05 { margin-bottom : 5px; }
.mb10 { margin-bottom : 10px; }
.mb15 { margin-bottom : 15px; }
.mb20 { margin-bottom : 20px; }

.mt10 { margin-top : 10px; }

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body {
    background: #000;
	color: #333;
	text-align: center;
	line-height: 1.6;
}
#wrapper {
	margin: 0 auto;
	background: url(../images/header_bg.jpg) 0 0 repeat-x;
	font-size: 116%;
}

#main {
	width: 900px;
	margin: 0 auto;
	text-align: left;
/*	background: url(../images/main_bg.jpg) 0 0 no-repeat;*/
}
#content {
	float: right;
	width: 600px;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 10px;
	color: #B2B2B2;
}
#index #content {
	width: 631px;
	padding-bottom: 50px;
	}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 102px;
	margin: 0 auto;
	text-align: left;
	}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 88%;
	color: #b1b1b1;
	padding-top: .5em;
	}

#header #sitetitle {
	float: left;
	padding-top: 32px;
	}

#header #header_tel {
	float: right;
	padding-top: 17px;
	}
#header #header_tel li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header #header_tel li img {
	vertical-align: top;
	}
#header .header_stl {
    float: right;
    padding: 27px 20px 0;
}
#header .header_stl a {
    display: block;
}
#header .header_stl a:hover img {
    opacity: 0.8;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #282828;
	background: #000000;
	text-align: center;
	}
#footer .clearfix {
	width: 900px;
	margin: 0 auto;
	}
#footer #footer_tel {
	float: left;
	}
#footer #footer_tel li img {
	vertical-align: top;
	}
#footer #footer_inquiry,
#footer #footer_stl {
	padding-top: 10px;
	float: right;
	}
#footer address {
	clear: both;
	padding: 10px 0 20px;
	text-align: center;
	font-size: 88%;
	color: #666666;
	}

/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#global-nav {
	position: absolute;
	left: 0;
	top: 250px;
	width: 100%;
	height: 51px;
	text-align: center;
	background: url(../images/global-nav_bg.jpg) bottom repeat-x;
	}
/*#index #global-nav {
	top: 380px;
	}*/
#global-nav ul {
	width: 100%;
	height: 51px;
	margin: 0 auto;
  display: flex;
  justify-content: center;
	text-align: left;
	background: url(../images/global-nav.jpg) repeat-x 0 0;
	}
#global-nav ul li {
	float: left;
	}
#global-nav ul li.first {
	padding-left: 8px;
	}

#local-nav {
	float: left;
	width: 250px;
	padding-top: 24px;
	background: #131313 url(../images/local-nav_bg.jpg) top repeat-x;
	}

#local-nav dl,
#local-nav ul {
	padding: 0 5px 0 4px;
	}
#local-nav dl dt {
	padding-bottom: 3px;
	}
#local-nav dl dd {
	padding-left: 1px;
	}
#local-nav ul {
	margin: 10px 0 20px;
	}
#local-nav ul li {
	margin: 2px 0;
	padding: 0;
	}
#local-nav .company_information {
	margin: 0;
	padding: 0;
	}
#local-nav .company_information dt {
	margin: 0 5px;
	font-weight: bold;
	color: #7259ef;
	}
#local-nav .company_information dd {
	padding: 0;
	color: #ffffff;
	text-align: center;
	}
#local-nav .company_information dd dl {
	padding: 0 5px 6px;
	background: url(../images/local-nav_footer.jpg) bottom repeat-x;
	}
#local-nav .company_information dd dt {
	margin: 0;
	padding: 3px 10px 0;
	background: #2d2d2d;
	text-align: left;
	}
#local-nav .company_information dd dd {
	margin: 0;
	padding: 0 10px 10px;
	background: #2d2d2d;
	font-size: 88%;
	text-align: left;
	}

#local-nav ul li:nth-child(2){display:none}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

#main_image {
	position: relative;
	top: 0;
	left: 0;
	height: 301px;
	background: url(../images/main_image_bg.jpg);
	}
#main_image h2.main_h2 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	}

#main_image img {
	display: block;
	}
/*#index #main_image {
	height: 431px;
	background: url(../images/main_image_bg.jpg);
	}*/
#index #main_image .main_inner{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
#index #main_image h2.main_h2 {
	height: 381px;
	background: url(../images/main_image_index.jpg) center 0 no-repeat;
	display:none;
	}
#index #main_image h2 img {
	position: absolute;
	top: 260px;
	left: 280px;
	}

/* index
------------------------------------------------------------------------*/

#content .pickup,
#content .pickup ul,
#content .pickup ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#content .pickup ul {
	padding-bottom: 20px;
	}
#content .pickup ul li {
	float: left;
	}
#content .pickup ul li.first {
	margin-right: 10px;
	}

#greeting {
	background: #161616;
	color: #fff;
	}
#greeting p.text {
	margin: 0;
	padding: .5em 20px;
	}
#greeting dl {
	display: inline-block;
	margin: 0 20px;
	padding: 0;
	width: 270px;
	vertical-align: top;
	/display: inline;
	/zoom: 1;
	}
#greeting dl dt {
	padding: .5em 0;
	font-weight: bold;
	color: #7259ef;
	}
#greeting dl dd {
	font-size: 88%;
	}


.pagetop {
	clear: both;
	text-align: right;
	padding: 20px;
	}

.googlemaps {
	color: #333;
	width: 580px;
	height: 390px;
	border: 3px solid #666;
	margin-bottom: 10px;
	margin-left: 2px;
	}

.bordered {
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #666666;
	}
.icon{
	margin-bottom: 20px;
	padding-bottom: 40px;
	background: url(../images/icon_02.png) no-repeat center bottom;
	height:215px;
	}
.icon01 {
	/*margin: 0 50px;*/
	background: url(../images/icon_03.png) no-repeat center 45px !important;
	}
.flow {
	margin-bottom: 20px;
	padding-bottom: 40px;
	background: url(../images/arrow_v.jpg) no-repeat center bottom;
	}

.text {
	padding: .5em;
	}

.banner {
	clear: both;
	padding: 20px 0;
	text-align: center;
	}

.faq {
	}
.faq dt {
	margin-bottom: 20px;
	padding: .7em 0 1em 45px;
	background: url(../images/q.jpg) no-repeat left top;
	font-weight: 900;
	color: #fff;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}
.faq dd {
	padding: .7em 0 30px 75px;
	background: url(../images/a.jpg) no-repeat 30px top;
	}

.pricelist table th {
	width: 240px;
	}
.pricelist table td.price {
	width: 5.5em;
	text-align: right;
	}

.triple p.image_l,
.triple p.image_r {
	width: 200px;
	margin: 0 0 16px;
	text-align: center;
	}
.triple p.image_l img,
.triple p.image_r img {
	margin: 0 auto;
	}
	
.triple01 p.image_l,
.triple01 p.image_r {
	width:180px;
	margin: 0 0 0px;
	text-align: center;
	}
.triple01 p.image_l img,
.triple01 p.image_r img {
	margin: 0 auto;
	}



.case {
	/*margin: 0 50px;*/
	background: url(../images/arrow_h.jpg) no-repeat center center;
	}
.case p.image_l,
.case p.image_r {
	width: auto;
	text-align: center;
	}

.colored {
	padding-top: 10px;
	background: #1d1d1d;
	}

textarea {
	width: 400px;
	}

.impression {
	}

.impression dt {
	margin-bottom: 20px;
	padding: .7em 0 1em 10px;
	font-weight: 900;
	color: #7259ef;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}
.impression dd {
	padding: .7em 0 30px 35px;
	}
p.w150{
	width:150px;}
#content ul.fmail{
	float:left;}
#content ul.fmail li {
	float:left;
	background:none;
	width:250px;
}
.floatL{
	float:left;}
span.col{color:#60C;}
span.bold{font-weight:bold;
	font-size:30px;}

.section .connection_dl {margin:10px 0 15px;}
	
.section .connection_dl dt{
	font-weight:bold;
	color:#6699CC;
}

.section .connection_dl dt,
.section .connection_dl dd {
	padding: 0 5px 0 7px;
}

.marL{
float:left;
margin-right: 30px;
}


.emax01 {
	margin: 0 50px;
	background: url(../images/arrow_h.jpg) no-repeat center center;
	}
.emax01 p.image_l,
.emax01 p.image_r {
	width: auto;
	text-align: center;
	}

.boxL{
float:left;
width: 50px;
padding-right: 5px;
}


.boxR{
float:right;
width:auto;
}
.sr_txt {
	padding: .5em 0 0;
	font-weight:bold;
	color:#6699CC;
}
.sr_txt02 {
	padding: .5em 0 0;
	font-weight:bold;
	color:#6699CC;
	margin-top:-10px;
	margin-bottom:5px;
}
.fs{
	font-size:16px}
.title {
	color: #7259EF;
    font-weight: 900;
}
.staff {
	clear: both;
	margin-bottom:45px;
}

/*20180222*/
.main_visual {
    position: absolute;
	width: 100%;
	height: 376px;
	top: 4px;
	left: 0;
}
.main_visual .cb-slideshow li {
    position: absolute;
	list-style: none;
    top: 0;
    left: 0px;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 25s linear infinite 0s;
    -moz-animation: imageAnimation 25s linear infinite 0s;
    -o-animation: imageAnimation 25s linear infinite 0s;
    -ms-animation: imageAnimation 25s linear infinite 0s;
    animation: imageAnimation 25s linear infinite 0s; 
    width: 100%;
	height: 376px;
	text-align: center;
}
.main_visual .cb-slideshow li img {
	box-shadow: -1px 0 50px rgba(255,255,217,0.3), 0 0 0 transparent, 0 0 0 transparent, 1px 0 50px rgba(255,255,217,0.3);
	margin: 0 auto;
}
.main_visual .cb-slideshow .slideshow_1 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}
.main_visual .cb-slideshow .slideshow_2 {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s;
}
.main_visual .cb-slideshow .slideshow_3 {
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
}
.main_visual .cb-slideshow .slideshow_4 {
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}
.main_visual .cb-slideshow .slideshow_5 {
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
}

/*main banners*/
.wrapp_sl{
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.main-banners .wrapp_sl h2{
	color: #24175c;
	position: absolute !important;
    bottom: 35px;
    right: 15px;
	font-size: 35px;
	font-weight:bold;
	letter-spacing: 2px;
	color: #000;
	
	text-shadow:
	5px 3px 10px #fff,
	-5px -3px 10px #fff,
	 -5px 3px 10px #fff,
   5px -3px 10px #fff;
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
.main-banners .wrapp_sl h2 span{
	color: #24175c;
	display: block;
	font-size: 20px;
}
.purple-txt{
	 color: #24175c;
}
.main-banners .wrapp_sl h2.group-txt{
	color: #24175c;
	letter-spacing: 0;
	bottom: 15px;
	text-align: right;
}

/*main image*/
#main_image .wrapp_sl.child{
	position: relative;
	max-width: 900px;
	min-height: 250px;
	height: fit-content;
	margin: 0 auto;
}

#main_image .wrapp_sl.child img{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}

#main_image .wrapp_sl.child h2{
	text-align: right;
	position: absolute !important;
	bottom: 25%;
	right: 12px;
	font-size: 29px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #24175c;
	text-shadow:
	6px 3px 8px #fff,
	7px 4px 8px #fff,
	-6px -3px 8px #fff,
	-6px 3px 8px #fff,
	7px -4px 8px #fff,
	6px -3px 8px #fff,

	6px 3px 8px #fff,
	-6px -3px 8px #fff,
	-6px 3px 8px #fff,
	6px -3px 8px #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}

#main_image .wrapp_sl.child h2 .small-txt{
	display: block;
	font-size: small;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: -1px;
}






/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    10% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    21% { opacity: 1 }
    31% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    10% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    21% { opacity: 1 }
    31% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    10% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    21% { opacity: 1 }
    31% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    14% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    29% { opacity: 1 }
    43% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation {
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    10% { opacity: 1;
         animation-timing-function: ease-out; }
    21% { opacity: 1 }
    31% { opacity: 0 }
    100% { opacity: 0 }
}