@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #808080;
/*	font-family: "メイリオ" ;*/
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; 
}
html{
    -webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6,form,ol,ul,li,hr,dl,dt,dd,address {
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
	vertical-align:bottom;
	max-width:100%;
}




li {
	list-style-type: none;
}
a {
	color:#0066FF;
	text-decoration: underline;
	transition: all .2s ease;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
	color:#4f95ff;
}
a:active {
	text-decoration: underline;
}
p {
	margin: 0 0 3.5% 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#666;
	line-height: 200%;
}

.clearfix:after { 
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

  /* 画像フェードイン スタート */
.text {
  margin-bottom: 150px;
}

.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
  /* 画像フェードイン エンド */


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb100 {margin-bottom:100px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:30px!important;}
.mt30 {margin-top:30px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml30 {margin-left:30px!important;}
.mr10 {margin-right:10px!important;}
.mr15 {margin-right:15px!important;}
.mr20 {margin-right:20px!important;}
.mr30 {margin-right:30px!important;}
.fs10 {font-size:10px!important;}
.fs11 {font-size:11px!important;}
.fs12 {font-size:12px!important;}
.fs13 {font-size:13px!important;}
.fs14 {font-size:14px!important;}
.fs15 {font-size:15px!important;}
.fs16 {font-size:16px!important;}
.fs17 {font-size:17px!important;}
.fs18 {font-size:18px!important;}
.fcb {color:#009FE7!important;}
.fcbr {color:#9D6D34!important;}
.fco {color:#E55926!important;}
.fcg {color:#7FB83F!important;}
.fcp {color:#FF0066!important;}
.fcr {color:#F00}
.fcor {color:#FF6600}
.flc {clear:left!important;}
.frc {clear:right!important;}

address{
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 21px 0px 17px 0px;
	font-size: 12px;
	font-style: normal;
}
iframe{
	vertical-align:bottom;
}
article{
	padding:60px 0px 0px 0px;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000000000;
}
#header_area{
	z-index:10000000000000000;
	width:100%;
	padding:0 0 0 0;
	background:#42739e;
	border-top:1px solid #d0dce8;
	border-bottom:6px solid #cccccc;
}
#header_area ul{
	float:right;
	width: 40%;
	text-align:center;
	margin: 11px 0px 6px 0px;
}
#header_area ul li{
	display: inline-block;
	margin:0px 10% 0px 0px;
}
#header_area ul li a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
/*	font-family: "メイリオ" ; */
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#header_area ul li a:hover{
	color:#e0e5e9;
}
h1 {
	float: left;
	width: auto;
	margin: 6px 0 8px 10px;
	line-height: 1;
}
h1 img{
	vertical-align: middle;
	max-width:100%;
	height:auto;
}
#container{
/*	font-family: "メイリオ" ; */
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #666;
	font-weight:bold;
}
#containershop{
	font-family: "メイリオ" ;
	color: #666;
}
dl.shop{
	border-bottom:1px solid #ccc;
	margin:0 0 1.5% 0;
	padding:0 0 1% 0;
}
dl.shop dt{
	width:20%;
	float:left;
}
dl.shop dd{
	width:80%;
	float:left;
}
.container_inner{
	width:1000px;
	margin:0px auto;
	padding: 0% 0 6% 0;
}
.container_inner2{
	width:1000px;
	margin:0px auto;
	padding: 0% 0 0 0;
}
.container_inner3{
	width:1000px;
	margin:0px auto 5% auto;
	padding: 0% 0 2% 0;
}
.container_inner4{
	width:1000px;
	margin:0px auto;
	padding: 0% 0 4% 0;
}
.footer_inner{
	background:#f2f2f2;
	padding: 2.5% 15% 1% 10%;
}
ul.f_navi{
	background:#5c555c;
	text-align:center;
	padding: 0.5% 0 0.4% 0;
}
ul.f_navi li{
	display:inline-table;
	margin: 0 4.5% 0 0;
}
ul.f_navi li:nth-child(5n){
	margin: 0 0 0 0;
}
ul.f_navi li a{
/*	font-family: "メイリオ" ; */
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color:#fff;
	text-decoration:none;
}
ul.f_navi li a:hover{
	color:#e3e3e3;
}
.f_left{
	width:20%;
	float:left;
	padding: 7% 0 0 0;
}
.f_right{
	width:55%;
	float:right;
}

.f_box{
	width:45%;
	float:left;
	margin:0 0 3% 0;
}
.f_box.content{
	width:auto!important;
	float:none!important;
	margin:0 0 0 0;
	height:auto!important;
}
.group img{
	margin:0 0 3% 0;
}
.f_box.content .f_box_right h3 {
	font-size: 20px;
}
.f_box.content .f_box_right p.tel {
	font-size: 24px;
}
.f_box.content .f_box_right p.address {
	font-size: 18px;
}

.f_box:nth-child(2n){
	width:45%;
	float:right;
}
.f_box .f_box_left{
	width:15%;
	float:left;
	text-align:center;
	padding: 7% 0 0 0;
}
.f_box_right{
	width:80%;
	float:right;
}
.f_box_right h3{
	font-size:16px;
	color:#666666;
	margin:0px 0px 5px 0px;
}
.f_box_right h3 span{
	border-bottom:2px solid #666666;
	padding: 0px 0px 3px 0px;
	font-weight: bold;
}
.f_box_right p.tel{
	font-weight:bold;
	color:#666666;
	font-size:17px;
}
.f_box_right p.address{
	font-size:14px;
}
h2{
	color:#42739F;
	font-size:30px;
/*	font-family: "メイリオ" ; */
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	border-bottom:1px solid #42739F;
	margin: 6% 0 2.5% 0;
}


h2.shop{
	color:#42739F;
	font-size:30px;
	font-family: "メイリオ" ;
/*	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
	border-bottom:1px solid #42739F;
	padding: 20px 0 20px 0;
	margin: 0 !important;
}
h2.shop2{
	color:#42739F;
	font-size:30px;
	font-family: "メイリオ" ;
/*	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
	border-bottom:1px solid #42739F;
	padding: 20px 0 5px 0;
	margin: 0 !important;
}

p.shop{
	color:#42739F;
	font-size:30px;
	font-family: "メイリオ" ;
/*	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; */
	border-bottom:1px solid #42739F;
	padding: 20px 0 5px 0;
	margin: 0 !important;
}

h2.access{
	border:none;
	font-size: 40px;
	color:#7BA8C9;
}
h2.access span{
	float: none;
	position: relative;
	top: -2px;
	margin: 0 0 0 15px;
}
h2 span{
	text-align: right;
	float: right;
	color: #808080;
	font-size: 18px;
	position: relative;
	top: 12px;
}
h3{
	color:#42739F;
	font-size:20px;
	font-weight:normal;
	margin:0 0 1% 0;
}
p.btn a{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	width: 200px;
	text-align: center;
	margin: 6% auto 0px auto;
	border-radius: 50px;
	box-shadow: 0px 4px 8px -2px #8a8a8a;
	color:#42739F;
	text-decoration:none;
	display:block;
	padding:4px;
}
p.btn a span{
	border:1px solid #42739F;
	display: block;
	padding: 13px 0px;
	border-radius: 50px;
}
.hd_nav-fixed img{
	display:block;
	margin:8px auto 8px auto;
}
.hd_nav-fixed {
    position: fixed;
    bottom: 0;
    right: 5px;
    padding-bottom: 40px;
    padding-right: 0px;
    z-index: 1500;
}
table.table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 1% 0;
}
table.table th{
	background:#42739F;
	color:#fff;
	padding:0.8% 0;
	border:1px solid #fff;
}
table.table td{
	text-align:center;
	background:#C9DDF2;
	color:#42739F;
	padding:1.5% 0;
	border:1px solid #fff;
}
.group{
	width:45%;
	float:left;
	padding:8% 0 0 0;
}
.group:nth-child(2n){
	width:45%;
	float:right;
	padding:0 0 0 0;
}
img.groupimg{
	position:absolute;
	left:7%;
	top:11%;
}
.group_wrap{
/*	font-family: "メイリオ" ; */
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	position:relative;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 68%, #f2f2f2 68%, #f2f2f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 68%,#f2f2f2 68%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 68%,#f2f2f2 68%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	padding:0 0 3% 0;
}
.contact_wrap{
	margin:5% 0 0 0;
}
.contact_left{
	width:42%;
	float:left;
}
.contact_right{
	width:53%;
	float:right;
}
.contact_right h2{
	color:#666666;
	border-bottom:2px solid #666666;
	margin: 0 0 2.5% 0;
}
.contact_right h2 span{
	color:#808080;
}
p.btn.contact a {
	width: 100%;
	font-size: 24px;
	margin: 0;
}
p.btn.contact a span:before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 54px;/*画像の幅*/
	height: 34px;/*画像の高さ*/
	background-image: url(../img/contact.png);
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin: 0 2% 0 0;
}
.contact_right p.contact_tel{
	font-size: 56px;
	color: #42739F;
	letter-spacing:3px;
	line-height: 1.6;
	margin: 0;
}
.contact_right p.contact_tel:before{
	content: '';/*何も入れない*/
	display: inline-block;
	width: 44px;/*画像の幅*/
	height: 44px;/*画像の高さ*/
	background-image: url(../img/contact_tel.jpg);
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: -5px;
	margin: 0 2.5% 0 0;
}
.contact_wrap{
	background:url(../img/line2.png) no-repeat center bottom;
}
#company iframe{
	margin-bottom:10%;
}
#top .container_inner3 {
	width: 1000px;
	margin: 0px auto 2% auto;
	padding: 0% 0 2% 0;
}
#top iframe{
	margin:0 0 3% 0;
}
#top h2.access {
	margin: 4% 0 2.5% 0;
}
.compay_left{
	width:50%;
	float:left;
}
.compay_left h2{
	margin: 0 0 2.5% 0
}
.compay_right{
	width:45%;
	float:right;
}
.about_wrap{
	padding:5% 0 0 0;
	background:url(../img/line.png) no-repeat center bottom;
}
.business_left{
	width:50%;
	float:left;
}
.business_right{
	width:45%;
	float:right;
}
#privacy h3,
#privacy p{
	font-family: "メイリオ" ;
/*	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
	font-weight:normal;
}
.shop.line3{
	padding: 5% 0 0 0;
	margin:0 0 1% 0;
}
.shop_left{
	width:30%;
	float:left;
}
.shop_right{
	width:65%;
	float:right;
}
.business_wrap {
	padding: 5% 0 0 0;
	background: url(../img/line.png) no-repeat center bottom;
	margin:0 0 1% 0;
}
.business_wrap.line3,
.business_wrap.last.line3{
	background: url(../img/line3.png) no-repeat center bottom;
}
.business_left h2,
.business_right2 h2{
	margin: 0 0 2.5% 0;
}
.business_left a,
.business_right2 a{
	color: #666;
	text-decoration:underline;
}
.business_left2{
	width:45%;
	float:left;
}
.business_right2{
	width:50%;
	float:right;
}
.business_wrap.last {
	padding: 5% 0 0 0;
	background: url(../img/line.png) no-repeat center bottom;
	margin:0 0 5% 0;
}
h2.business{
	color: #42739F;
	font-size: 30px;
	font-family: "メイリオ" ;
/*	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
	margin: 3% 0 0% 0;
	border:none;
	text-align:center;
}
h2.business span {
	text-align: center;
	float: none;
	color: #808080;
	font-size: 18px;
	position: relative;
	top: 0;
	display: block;
}
table.contact {
	width: 80%;
	border-collapse: collapse;
	margin:40px auto 0px auto;
	padding:0 10%;
}
table.contact th {
	padding: 20px 15px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	border-bottom:1px solid #ccc;
}
table.contact td {
	padding: 20px 15px;
	font-size:14px;
	font-weight:normal;
	font-family: "メイリオ" ;
/*	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
	border-bottom:1px solid #ccc;
}
table.contact input.form01 {
	width: 98%;
	padding: 11px 1%;
	border: 1px solid #666666;
}
table.contact input.form02 {
	width: 98%;
	padding: 11px 1%;
	border: 1px solid #666666;
}
table.contact select {
	width: 100%;
	padding: 11px 10px;
	border: 1px solid #666666;
	background: #fff;
}
table.contact textarea {
	width: 98%;
	height: 100px;
	padding: 11px 1%;
	border: 1px solid #666666;
}
.hissu_txt input::placeholder {
	color: #42739F;
}
.hissu_txt textarea::placeholder {
	color: #42739F;
}
p.contact_txt02{
	padding:2% 10% 0 10%;
	font-family: "メイリオ" ;
/*	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
	font-weight:normal;
}
input.send {
	border: none;
	color: #fff;
    width:235px;
    height:87px;
    background: url(../img/btn01.jpg) left top no-repeat;
	margin: 0px 10px 0px 0px;
	text-indent:-9999px;
	cursor:pointer
}
input.reset {
	border: none;
	color: #fff;
    width:235px;
    height:87px;
    background: url(../img/btn02.jpg) left top no-repeat;
	margin: 0px 10px 0px 0px;
	text-indent:-9999px;
	cursor:pointer
}
ul.form_btn {
	text-align: center;
	margin: 50px 0px 70px 0px;
}
ul.form_btn li {
	display: inline-block;
}
h2 span.right {
	text-align: right;
	float: right;
	color: #808080;
	font-size: 18px;
	position: relative;
	top: 20px;
}
#top .about_wrap {
	padding: 0 0 0 0;
	margin: -5.8% 0 0 0;
	background: url(../img/line.png) no-repeat center bottom;
}
.mainimg {
    background: url(../img/mainimg.jpg) no-repeat center top;
    height: 692px;
	margin: 80px 0px 0px 0px;
} 
@media screen and (max-width: 1000px)
{
.mainimg {
    height: auto;
    background-size: cover;
}

.banner img {
    width: 50px;
}
.hd_nav-fixed img{
	display:block;
	margin:5px auto 5px auto;
}

}


@media screen and (min-width: 1000px) {
.pc { display: block !important; }
.sp { display: none !important; }
}

