﻿@charset "utf-8";

@import 'reset.css';
@import 'lib.css';

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav{
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
 display:block;
}

strong{
 font-weight:normal;
}

ul, ol {
 list-style: none;
}
img {
 max-width : 100%;
 height:auto;
 vertical-align:bottom;
}
a {margin:0px;}
p {padding:0 0 15px 0; color:#444;}

.pc-none {display:none;}

body {
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
 margin:0;
 padding:0;
 color:#333333;
 text-align:center;
}

#wrap {
 position:relative;
 margin:0 auto;
 padding:0;
}

img {
 border:none;
}

.img-center{
 display:block;
 margin-left:auto;
 margin-right:auto;
}

a:hover { color: #e4347a;}

.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}

.f120{font-size:120%;}
.f150{font-size:150%;}
.f180{font-size:180%;}

.link a{ color:#333; text-decoration:none; }
.link a:hover{ color:#663300; text-decoration:underline;}

.b{font-weight:bold;}

/* ============================================================== */
/*title*/
/* ============================================================== */

/*
h2 {
 font-weight: normal;
 font-size: 28pt;
 margin-bottom:50px;
 padding: 10pt 0 0 0;
 text-align: center;
 position: relative;
 letter-spacing:2px;
 vertical-align:bottom;
 color:#333;
}
h2 span{
 font-weight: normal;
 font-size: 12pt;
 padding:0;
 text-align: center;
 position: relative;
 color:#666;
 letter-spacing:1px;
 font-family: arial;
}
*/

h2 {
 position: relative;
 display: block;
 margin:0 auto;
 margin-top:30px;
 margin-bottom: 60px !important;
 font-size:180%;
 text-align:center; 
 font-weight:normal;
 letter-spacing:1px;
}
h2:before {
 content: '';
 position: absolute;
 bottom: -15px;
 display: block;
 width: 80px;
 height: 1px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color: #ff9933;
 border-radius: 1px;
}

h3 {
 margin-top:50px;
 margin-bottom:30px;
 padding-top:17px;
 padding-bottom:15px;
 font-size:140%;
 font-weight:normal;
  color:#ff9933;
 letter-spacing:1px;
  border-top: solid 1px #ff9933;
  border-bottom: solid 1px #ff9933;
  position: relative;
}


h3.title{
  font-weight: normal;
  text-align: left;
  font-size: 18pt;
  color: #ff9933;
  line-height:140%;
  border:none;
}
h3.title:after{
  border:none;
}


/* ============================================================== */
/*list*/
/* ============================================================== */

.list-base{
 margin:10px 0 20px 0;
}
.list-base li{
 margin-top:6px;
 padding:10px  0 15px 34px;
 background:url(../images/check01.jpg) 0 6px no-repeat;
}




/* ============================================================== */
/*header*/
/* ============================================================== */

header { width:100%; height:154px; margin:0 auto; text-align:left; position: fixed; top: 0; z-index: 3; background:#fff;
}
header:after { content: ''; display: block; clear: both;}
header div { width:1000px; margin: 0px auto; position: relative;}
header #head-left{width:450px; margin-top:16px;float:left;}
header #head-right{width:370px; float:right;}
header #logo { width:210px;  margin-top:3px;margin-right:70px;margin-bottom:8px; float:left;}
header #logo img { position: relative;}

header #head-contact{ width:89px; margin-top:0; margin-right:0; float:right;}
header #head-contact img{ margin-bottom:20px; }


header.scrolled {
 transition-property: background-color;
 transition-duration: 1s;
 background-color: #fff;
}


/* ============================================================== */
/*navi*/
/* ============================================================== */

.spnaviOpen{
  display:none;
}
ul.drop-menu{
  display:none;
}

.gnavi-box {
 clear:both;
 width:100%;
 height:58px;
 margin:0 auto;
 margin-top:0;
 margin-bottom:0;
 padding:0;
}
.gnavi {
 clear:both;
 width:1000px;
 height:58px;
 margin:0 auto;
 padding:0;
}
.gnavi img {
 vertical-align:bottom;
}
.gnavi ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
.gnavi ul li {
 float:left;
 list-style :none;
 margin: 0;
 padding:0;
}
.gnavi li a {
 margin:0;
 padding:0;
 display:block;
 outline: 0;
}

.spnavi{ display:none; }

/* ============================================================== */
/*main img*/
/* ============================================================== */


.main-contents {
 display: block;
 position:relative;
 z-index: -1;
 width: 100%;
 margin: 0 auto;
 margin-top:16px;
 overflow: hidden;
}
.main-image {
 margin: 0 auto;
 padding-top:154px;
 text-align:center;
 max-width: 1000px;
 overflow-x: visible;
}

.main-image .bx-viewport {
  overflow: visible !important;
}

.main-contents02 {
 display: block;
 position:relative;
 z-index: -1;
 width: 100%;
 margin: 0 auto;
 margin-top:20px;
 overflow: hidden;
}
.main-image-under {
 margin: 0 auto;
 padding-top:170px;
 text-align:center;
 max-width: 980px;
 overflow-x: visible;
}

.main-contents-sp02 {
 display: none;
}



/* ============================================================== */
/*main*/
/* ============================================================== */

div#wrap section {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#main {
 width:980px;
 margin:0 auto;
 padding:0;
 background-color:#fff;
 display:inline-block;
}

p{
 margin:0;
 padding:0 0 15px 0;
 font-size:100%;
 line-height:180%;
}

/* ============================================================== */
/*float box*/
/* ============================================================== */

.float-box{
 max-width:100%;
 margin:0 auto;
 padding:0 0 30px 0;
 text-align:left;
}
.float-box:after {
 content: '';
 display: block;
 clear: both;
}
.float-left {
 float:left;
 margin-right:50px;
 text-align:left;
}
.float-right {
 float:right;
 margin-left:50px;
}

/* ============================================================== */
/*home*/
/* ============================================================== */

.box{ width:100%; margin:0 auto; padding:30px 0 30px 0; overflow:hidden;}
.box00{ max-width:100%; margin:0 auto; padding:0; overflow:hidden;}
.box-in{ width:1000px; margin:0 auto; text-align:left; overflow:hidden;}
.box-in02{ width:1000px; margin:0 auto; padding-top:40px;text-align:left; overflow:hidden;}
.box-in-line{ width:1000px; margin:0 auto; padding-top:30px;padding-bottom:50px;text-align:left; overflow:hidden;border-bottom:1px solid #ccc;}

.home-pr-ttl{padding-top:24px;font-size:26pt;font-weight:bold; color:#ff9934;text-align:center;}
.home-pr-txt{padding-bottom:30px; font-size:20px;line-height:180%;text-align:center;}

.home-service-wrap{ width:100%; margin:0 auto; margin-top:30px;margin-bottom:30px; padding:30px 0; background:#ffffcc; }
.home-service-wrap:after{ content: ''; display: block; clear: both;}
.home-service-box{ width:1000px; margin:0 auto; padding-top:30px;}
.home-service{ width:300px; margin:0 auto;margin-right:32px;float:left;}
.home-service:last-child{ width:300px; margin:0 auto;margin-right:0;float:left;}
.home-service-ttl{margin-bottom:12px;padding-top:20px;padding-bottom:10px;font-size:130%;font-weight:bolder;/*border-bottom:1px dashed #ff9900;*/}


.home-news-ttl{
 font-weight: bold;
 font-size: 28pt;
 margin-bottom:50px;
 padding: 10pt 0 0 0;
 text-align: left;
 position: relative;
 letter-spacing:2px;
 vertical-align:bottom;
 color:#222;
 /*font-family: "ＭＳ Ｐ明朝"; */
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.home-news-ttl span{
 font-weight: bold;
 font-size: 15pt;
 padding:0;
 text-align: left;
 position: relative;
 color:#666;
 letter-spacing:0.5px;
 font-family: arial;
}

#news-box{ width:1000px; margin:0 auto; padding-top:30px;padding-bottom:50px;}
#news-box:after{ content: ''; display: block; clear: both;}
#news-left{ width:200px; margin:0;text-align:left;float:left;}
#home-news{ width:750px; margin:0 auto;float:right;}
#home-news:after{ content: ''; display: block; clear: both;}
div#index-news {width:100%; margin-bottom:10px;}
div#index-news div.wn-item { margin-bottom:20px;  padding: 20px 0 30px 120px;  position: relative; font-size: 100%; text-align:left; border-bottom:1px dotted #ccc;}
div#index-news div.wn-item a{ color:#333; text-decoration:none;}
div#index-news div.wn-item a:hover{ color:#3782bd; text-decoration:underline;}
div#index-news div.wn-date { position: absolute; top: 20px; left: 0px; }


.home-item-box{ width:1000px; margin:0 auto; margin-bottom:50px;}
.home-item-box:after{ content: ''; display: block; clear: both;}
.home-item-left{ width:520px; float:left; text-align:left;}
.home-item-left .home-item-ttl{ padding-bottom:20px;font-size:28px; font-weight:bold;}
.home-item-left .home-item-txt{ border-left:1px solid #000;}
.home-item-left .home-item-txt p{ padding-top:15px;padding-left:50px;padding-bottom:50px;padding-right:30px;}
.home-item-left .home-item-txt img{ padding-left:50px;}
.home-item-right{ width:450px; float:right;}


.home-contact-ttl{
 font-weight: bold;
 font-size: 28pt;
 margin-bottom:50px;
 padding: 10pt 0 0 0;
 text-align: left;
 position: relative;
 letter-spacing:2px;
 vertical-align:bottom;
 color:#81574b;
 /*font-family: "ＭＳ Ｐ明朝"; */
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.home-contact-ttl span{
 font-weight: bold;
 font-size: 15pt;
 padding:0;
 text-align: left;
 position: relative;
 color:#81574b;
 letter-spacing:0.5px;
 font-family: arial;
}

#contact-box{ width:100%; margin:0 auto; background:#e6eff8;}
#contact-box-in{ width:1000px; margin:0 auto;padding-top:50px;padding-bottom:50px;}
#contact-box-in:after{ content: ''; display: block; clear: both;}
#contact-box-left{ width:270px; margin:0;text-align:left;float:left;}
#contact-box-right{ width:680px; margin:0 auto;float:right;}
#contact-box-right:after{ content: ''; display: block; clear: both;}
#contact-box-right p{ line-height:180%; color:#80574b; text-align:center;}
#contact-tel{ width:300px; margin:30px 0 0 0; padding-right:20px; text-align:left;float:left;border-right:1px solid #81574b;}
#contact-mail{ width:300px; margin:30px 0 0 0;float:right;}


.home-guide li img{
  margin: 30px 0 10px;
  position: relative;
  z-index: 1;
}


.cont-box{
 width:900px;
 margin:0 auto;
 text-align:left;
 overflow:hidden;
}
.box-blue{
 max-width:100%;
 margin:0 auto;
 padding:40px 0 0 0;
 overflow:hidden;
 background:#e1f3f1;
}



.box2 ul {
 zoom: 1;
 width: 1000px;
 margin:0 auto;
 margin-bottom:30px;
}
.box2 ul:after {
 content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.box2 li {
 float: left;
 margin: 10px 30px 10px 0;
}
.box2 li.last {
 float: left;
 margin: 10px 0 10px 0;
}


.box3 ul {
 zoom: 1;
 width: 100%;
 margin:0 auto;
 margin-bottom:30px;
}
.box3 ul:after {
 content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.box3 li {
 float: left;
 width:300px;
 margin: 10px 45px 10px 0;
 text-align:center;
 font-size:100%;
 line-height:140%;
}
.box3 li:last-child {
 float: left;
 width:300px;
 margin: 10px 0 10px 0;
 text-align:center;
 font-size:100%;
 line-height:140%;
}
.box3 li img{
 margin-bottom:10px;
}

.box3 li span{
 font-size:80%;
}
.box3 li a{
 color:#e4347a;
 text-decoration:none;
}

.box3 li a:hover{
 color:#e4347a;
 text-decoration:underline;
}
.red{ color:#e72c32;}
.og{ color:#ff6600;}
.komemark{
 color:#ff0000;
}


.service-ttl{margin-top:30px;margin-bottom:0;padding-bottom:10px;font-size:120%;font-weight:bold;}
.og{color:#ff9933;}

.service-ttl02{margin-top:30px;margin-bottom:0;padding-bottom:20px;font-size:120%;font-weight:normal;}
.comment{margin-top:30px;margin-bottom:0;padding-left:50px;padding-bottom:10px;font-size:80%;font-weight:normal;}

.srv-box { width:700px;}
.srv-box:after {
 content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.srv-left { width:350px; margin-bottom:20px;float:left; }
.srv-right { width:350px; margin-bottom:20px;float:right; }
.comment02{margin-top:30px;margin-bottom:0;padding-bottom:10px;font-size:90%;font-weight:normal;}

.price-table{
 width:1000px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border:none;
 border-collapse: collapse;
 border-spacing: 0;
}
.price-table th{
 width:25%;
 margin:0;
 padding:24px 0 24px 0;
 text-align:left;
 border:none;
 border-bottom:1px dashed #aaa;
 vertical-align:middle;
 font-weight:bold;
}
.price-table .right-area{
 width:14%;
 padding:24px 0 24px 0;
 text-align:right;
 border:none;
 border-bottom:1px dashed #aaa;
 line-height:180%;
}
.price-table td{
 padding:24px 0 24px 0;
 border:none;
 border-bottom:1px dashed #aaa;
 line-height:180%;
}


.flow-box{width:100%;border-bottom:1px solid #ff9224;}
.flow-ttl img{margin-top:10px; margin-right:15px;margin-bottom:15px; float:left;}
.flow-ttl p{ padding-top:15px; font-size:130%; 
}
.flow-ttl:after {
 content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

.flow-line{ margin-top:-3px;margin-bottom:30px;text-align:center;}
.flow-line img{ margin:0 auto; }


/* ============================================================== */
/*contact*/
/* ============================================================== */

.contact-box{
 width:800px;
 margin-left: auto;
 margin-right: auto;
 padding:30px 0 30px 0;
}
.contact-table {
 width:800px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border:none;
 border-collapse: collapse;
 border-spacing: 0;
}
.contact-table th{
 width:30%;
 margin:0;
 padding:24px 0 24px 0;
 font-size:88%;
 text-align:left;
 border:none;
 border-bottom:1px solid #ccc;
 vertical-align:top;
}
.contact-table td{
 padding:24px 0 24px 18px;
 border:none;
 border-bottom:1px solid #ccc;
}
.contact-table td.bordernone{
 border:none;
}

.contact-table .size1{
 width:96%;
}
.contact-table .size2{
 width:50%;
}
.contact-table .size3{
 width:96%;
 height:250px;
}
.contact-table .size4{
 width:100px;
}
.contact-table .size4{
 width:100px;
}
.contact-table .size5{
 width:100px;
}
.contact-table .size6{
 width:120px;
}

.contact-table input,select{
 height:27px;
 vertical-align:middle;
}
.contact-table radio,checkbox{
 vertical-align:middle;
}

.contact-box button{
 padding:10px 15px 10px 15px;
}

.contact_text{text-align:center;}

.contact-table-conf { 
 width: 80%;
 margin-top:30px;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto; 
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;  
}
.contact-table-conf th{
 width:30%;
 margin:0; 
 padding:24px 0 24px 0; 
 font-size:88%;
 text-align:left;
 border-bottom:1px solid #ccc;
} 
.contact-table-conf td{ 
 padding:24px 0 24px 18px; 
 border-bottom:1px solid #ccc;  
}
.contact-table-conf td.bordernone{
 border:none; 
}

/* ============================================================== */
/* line */
/* ============================================================== */

.line{
 margin-top:20px;
 padding:10px 0 10px 0;
 border-top:1px solid #ddd;
}

/* ============================================================== */
/* button */
/* ============================================================== */

.btn-base {
 font-size:1.3em;
 font-family: "genshin-m","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo";
}
.btn-line {
 clear:both;
 margin:0 auto;
 width:450px;
 border:1px solid #fff;
}
.btn-line a {
 display:block;
 padding:25px 0 25px 0;
 color:#fff;
 text-align:center;
 text-decoration:none;
}
.btn-line a:hover {
 color:#fff;
 background:#ff9600;
}




/* ============================================================== */
/*footer*/
/* ============================================================== */

footer{ clear:both; width:100%; margin:0; margin-top:20px;border-top:1px solid #ccc;}
#foot{ width:1000px; margin:0 auto; padding-top:26px;}
#foot p{ font-size:90%;}
.foot-navi-box{ width:1000px; margin:0 auto;}
.foot-navi{ overflow: hidden;width:700px; margin:0 auto;padding:25px 0 0 0;position: relative; overflow: hidden; text-align:center; }
.foot-navi ul{ position: relative; /*left:50%;*/ }
.foot-navi ul li{ margin-bottom:10px;padding:0 8px 0 8px; letter-spacing:1px; text-align:left; font-size:80%; border-right:1px solid #ccc; position: relative; /*left:-50%;*/ float:left;}
.foot-navi ul li a{ color:#333; text-decoration:none;text-align:left;}
.foot-navi ul a:hover{ color:#ff9933;}

.foot-address{clear:both;padding-top:20px;padding-bottom:0;font-size:80%;text-align:left;}
.foot-copy{font-size:80%;text-align:center;}
.foot-copy span{font-size:70%;}
.foot-copy a{color:#333;text-decoration:none;}
.foot-copy a:hover{color:#666;text-decoration:none;}


/* ============================================================== */
/*company*/
/* ============================================================== */

.gmap{width:100%; margin:0 auto; margin-bottom:50px;}

.access-box{width:1000px;margin:0 auto; margin-bottom:30px;}
.access-box:after{content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.access-left{width:650px; float:left;}
.access-right{width:300px; float:right;}


.company-table {
 width: 100%;
 margin-top:0;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border:none;
 border-top:1px dashed #ccc;
}
.company-table th{
 width:20%;
 margin:0;
 padding:14px 0 12px 10px;
 font-size:92%;
 font-weight:bold;
 text-align:left;
 border:none;
 border-bottom:1px dashed #ccc;
}

.company-table td{
 padding:14px 0 12px 18px;
 font-size:92%;
 line-height:180%;
 text-align:left;
 border:none;
 border-bottom:1px dashed #ccc;
}
.company-table .no-line{
 border:none;
}
.company-table td.bordernone{
 border:none;
}

.access-table {
 width: 100%;
 margin-bottom:30px;
 margin-left: auto;
 margin-right: auto;
 padding:0;
 border-collapse: collapse;
 border-spacing: 0;
 border:none;
 border-top:1px solid #ddd;
 border-left:1px solid #ddd;
}
.access-table th{
 width:20%;
 margin:0;
 padding:14px 0 12px 10px;
 font-size:90%;
 font-weight:normal;
 text-align:left;
 border:none;
 border-bottom:1px solid #ddd;
 background:#f0f0f0;
}

.access-table td{
 padding:14px 0 12px 18px;
 font-size:90%;
 line-height:180%;
 text-align:left;
 border:none;
 border-right:1px solid #ddd;
 border-bottom:1px solid #ddd;
}
.access-table .no-line{
 border:none;
}
.access-table td.bordernone{
 border:none;
}


/* ============================================================== */
/* privacy */
/* ============================================================== */

.privacy-box{
 width:800px;
 margin:0 auto;
 padding:50px 0;
}
.privacy-title{
 margin:0;
 padding:10px 0 0 3px;
 text-align:left;
 font-size:15px;
 font-weight:bold;
}

.privacy-text{
 margin:5px 5px 10px 5px;
 padding:0 0 20px 0;
 text-align:left;
 font-size:13px;
 border-bottom:1px dotted #ccc;
}
.privacy-date{
 margin:5px 5px 10px 5px;
 padding:0 0 20px 0;
 text-align:right;
 font-size:13px;
 border-bottom:none;
}

