@charset "UTF-8";

/*================================================
 *  common
 ================================================*/

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    letter-spacing: 2px;
}

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

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

ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #595757;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

input,select {
	vertical-align: middle;
}

/*================================================
 *  一般・共通設定
 ================================================*/

html,body {
	width: 100%;
	height: 100%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
	background-color: #fff;
}

body {
	font-size: 24px;
	color: #595757;
	line-height: 1.7;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
}

/* hover時の透過スタイル */
header a:hover,
footer a:hover,
input[type="submit"]:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -moz-opacity: 0.8;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

/* 見出し */
h2 {
	width: 60%;
	height: 95px;
	margin: 0 auto 60px;
	background: url(../images/line_wavy_l.png) repeat;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height:  95px;
}

h2 img {
	width: 10%;
	margin-right: 20px;
	vertical-align: middle;
}

h3 {
    margin: 50px 0 70px;
    padding: 5px 0;
    background: #f08200;
    color: #fff;
    text-align: center;
    border-radius: 25px;
}

p {
	word-wrap: break-word;
}

img {
	width: 100%;
}

/* テキストカラー（オレンジ） */
h1, h2, span, .gnav a, .service dt + dd, section.merit ul li  {
	color: #ea5404;
}

/* 強調テキスト */
p > span, .service dt + dd, section.merit ul li, .info .ex-txt {
	font-weight: bold;
}

.service, .news {
    padding: 60px 0;
}
.info {
    padding-top: 60px;
}

#mrt {
	padding-top: 115px;
}
#mrt p.mtxt {
	text-align: center;
}

.service, #mrt {
	padding-bottom: 60px;
}

/* 登録ボタン */
.regist {
	position: fixed;
	bottom: 200px;
	right: 0;
}

.regist p {
	float: right;
	width: 274px;
	height: 56px;
	background-color: #6cc4ee;
	background-image: url(../images/ico_flag_white@2x.png);
	background-size: 56px auto;
	background-repeat: no-repeat;
	background-position: 25px 20px;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	border-radius: 20px 0 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
    padding-right: 18px;
    letter-spacing: 2px;
    line-height: 30px;
    padding-top: 28px;
}

/* pc非表示 */
.sp {
	display: none;
}

/*================================================
 *  header
 ================================================*/
header {
	background-color: #faf1e5;
}
header .flexslider {
	height: 500px;
}
header .flexslider ul li{
	background-image: url(../images/slider2.jpg);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}
/*
header .flexslider ul li:nth-child(odd){
	background-image: url(../images/slider2.jpg);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}
header .flexslider ul li:nth-child(2n){
	background-image: url(../images/slider1.jpg);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}
*/
 .slider li {
 	height: 475px;
 }

/*================================================
 *  .main
 ================================================*/
.main {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100%;
	border: 8px solid #ea5404;
    background-color: #fff;
}
.contents_area {
	max-width: 1100px;
	margin: auto;
}
.main .gnav li {
	float: left;
	width: 30%;
	margin-right: 10px;
}

.main .gnav li:first-child {
	margin-left: 4%;
}

.main .gnav li:last-child {
	margin-right: 0;
}

.main .gnav ul {
	margin: -4% auto 0;
}

.about p,
.service p {
	text-align: center;
}
/*========================
 *  .about
 =======================*/
.about {
	margin-top: 20px;
}

 .about h1 {
 	padding: 50px 0 30px 0;
 	background: url(../images/bg_bridge.png) no-repeat;
 	background-position: 50%;
 	text-align: center;
  	font-weight: normal;
  	color: #595757;
 	margin: 0;
}
 .about span.n_line {
 	display: block;
 	margin: 4% 0;
 	font-weight: normal;
 	color: #595757;
 }
 .about span.fs_b {
 	font-weight: bold;
 	font-size: 160%;
 }

/*========================
 *  .service
 =======================*/
.service p {
	margin-bottom: 60px;
	text-align: center;
}

.service p span {
	border-bottom: double #ea5404;
}

.service .service-box {
	max-width: 98%;
	min-width: 75%;
	width: 90%;
	margin: 0 auto;
}

.service dl {
    float: left;
    width: 21.8%;
    margin-right: 4%;
    text-align: center;
}

.service dl:last-child {
	margin-right: 0;
}

.service dt {
	margin-bottom: 10px;
}

.service dt + dd {
	height: 55px;
    margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.4;
}
.service dd + dd {
	font-size: 15px;
	text-align: left;
    letter-spacing: 1px;
}

.service-box dt img {
    width: 54%;
}
.service-box dd.txt_p {
    letter-spacing: 1px;
}
/*========================
 *  .merit
 =======================*/
.merit {
 	background-color: #faf1e5;
 }

 .merit:before {
	content: "";
	position: absolute;
	right: 50%;
	margin: -120px -120px 0 0;
	border: 120px solid transparent;
	border-top: 70px solid #fff;
}

.merit > p {
	width: 70%;
	margin: auto;
    font-weight: bold;
    text-align: center;
}

.merit .case-box {
	width: 90%;
	margin: auto;
}

.merit .case-box img {
	display: block;
	float: left;
	width: 25%;
	margin: -30px 50px 20px 30px;
}

.merit .case-box ul {
	display: inline-block;
	margin-top: 10px;
	width: 65%;
}

.merit .case-box ul li {
	padding: 0px 0 0px 45px;
	background: url(../images/ico_flag_l.png) no-repeat;
	background-size: 5%;
	background-position: left 2px;
	font-size: 80%;
	margin-bottom: 14px;
    letter-spacing: 1.5px;
}

.merit .case-box .comp + ul {
	margin-top: 0;
}

.merit .case-box ul + p {
	clear: both;
	margin-top: 30px;
    font-size: 15px;
    text-align: left;
    
}

/*========================
 *  .info
 =======================*/
.info {
 	background: url(../images/bg_stripe.gif);
 }

.info .info-bal {
 	width: 68%;
 	margin: 0 auto 35px;
 }

.info .ex-box-wrap {
	background: #f08300;
}

.info .ex-boxA {
	width: 100%;
	margin: auto;
}

.info .ex-boxA img {
	margin: -25px 0 40px;
}

.info .ex-txt {
	width: 75%;
	height: 300px;
	margin: auto;
	font-weight: 500;
	padding-bottom: 40px;
	color: #fff;
	font-size: 18px;
	background: url(../images/bg_ex.png) no-repeat;
	background-position: 90% 58%;
}

/*========================
 *  .news
 =======================*/
.news {
 	font-size: 16px;
}

.news dl {
	width: 90%;
	margin: auto; 
}

.news dl dt,
.news dl dd {
	padding: 3px 0;
}

.news dl dt {
	float: left;
	margin-right: 60px;
	padding-left: 25px;
}

.news dl dd {
	margin-left: 180px;
	padding-right: 25px;
}

.news .even {
	background-color: #f2f2f2;
}

.recruit {
    border: 8px double #f08200;
    border-radius: 10px;
    padding: 2.5% 2%;
    width: 56%;
    margin: 4% auto 6% auto;
    line-height: 140%;
    text-align: center;
}
.recruit span {
    color: #ea5404;
    font-weight: bold;
    display: block;
    margin-bottom: 2.5%;
    font-size: 21px;
}
.recruit em {
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0px;
}

/*========================
 *  .shop
 =======================*/
.shop {
    margin: 70px 0 63px;
}

/*========================
 *  .ft-info
 =======================*/
.ft-info {
	position: relative;
	padding: 50px; 
	background-color: #faf1e5;
 	font-size: 15px;
}

.ft-info:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: url(../images/bg_wavy.gif);
	content: "";
}

.address {
	display: inline-block;
}

.address img {
	width: 36%;
	margin-bottom: 10px;
}

.address ul {
	margin: 18px 0 15px;
	font-size: 18px;
}

.address ul li {
	padding: 0 0 8px 40px;
}

.address ul .phone {
	background: url(../images/ico_phone.png) no-repeat;
}

.address ul .fax {
	background: url(../images/ico_fax.png) no-repeat;
}

.address ul .mail {
	background: url(../images/ico_mail.png) no-repeat;
	background-position: 0 5px;
}
.address ul .mail a:hover {
	text-decoration: underline;
}

.ft-info .gmap {
	float: left;
	margin: 0 40px 20px 0;
}

/*========================
 *  footer
 =======================*/
/* フッターリンクなしの時 */
footer {
	position: relative;
	padding: 20px 50px;
 	background: #f08300;
 	color: #fff;
}

footer p {
	font-size: 12px;
	text-align: right;
}
@media screen and (max-width: 1180px) {
header .flexslider {
	height: auto;
}
}

@media screen and (max-width: 900px) {
header .flexslider {
	height: auto;
}
.recruit {
    width: 60%;
}
.service-box dd.txt_p {
    font-size: 19px;
    letter-spacing: -1px;
}
}

/*================================================
 *  tablet
 ================================================*/

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

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

h3 {
	margin-bottom: 40px;
}
.recruit {
    width: 60%;}
/* service */
.service .service-box dt + dd {
	font-size: 15px;
}
/* merit */
.merit .case-box img {
	float: none;
	width: 50%;
	margin: 0 auto 20px;
}

.merit .case-box ul {
	display: block;
	width: 100%;
}
.merit .case-box ul li {
	padding-left: 35px;
	background: url(../images/ico_flag_s@2x.png) no-repeat;
	background-size: 25px 23px;
	background-position: left 5px;
	font-size: 95%;
    margin-bottom: 8px;}

.merit .case-box p {
	font-size: 15px;
}
/* info */
.info {
 	background: url(../images/bg_stripe@2x.gif);
 	background-size: 12px 12px;
 }

.info .ex-txt {
	padding-bottom: 80px;
	background: url(../images/bg_ex@2x.png) no-repeat;
	background-size: 370px 270px;
	background-position: 100% 80%;
}

/* ft-info */
.ft-info .gmap {
	float: none;
	width: 465px;
	margin: 0 auto 20px;
}

.ft-info .address {
	display: inherit;
}

.ft-info .address p {
    text-align: center;
}

.ft-info .address p img {
	width: 25%;
}

.ft-info .address ul {
	text-align: center;
}

.ft-info .address ul li {
	display: inline-block;
	padding: 0 0 8px 25px;
}

.address ul .phone {
	background: url(../images/ico_phone@2x.png) no-repeat;
	background-size: 20px 20px;
}

.address ul .fax {
	background: url(../images/ico_fax@2x.png) no-repeat;
	background-size: 20px 19px;
	background-position: 0 3px;
}

.address ul .mail {
	background: url(../images/ico_mail@2x.png) no-repeat;
	background-size: 20px 13px;
	background-position: 0 8px;
}

.ft-info .address ul + p {
	clear: both;
}

.regist p {
	font-size: 20px;
	letter-spacing: 1px;
    width: 230px;
}


}

/*================================================
 *  sp
 ================================================*/
@media screen and (max-width:749px) {

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    letter-spacing: 0.5px;
}

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

/* SP表示・非表示 */
.tab {
	display: none;
}
.sp_none {
	display: none;
}

.sp {
	display: block;
}

body {
	width: 100%;
	font-size: 16px;
}

#wrapper {
	max-width: 100%;
    width: 100%;
    min-height: 100%;
}

h2 {
	width: 90%;
	height: 55px;
	margin: 20px auto 30px;
	background: url(../images/line_wavy_l_sp@2x.png) repeat-x;
	background-size: 500px 55px;
	font-size: 15px;
	line-height: 55px;
}

h2 img {
	width: 7%;
	margin-right: 10px;
}

h3 {
	margin: 20px 0;
	font-size: 15px;
}

.service, #mrt {
    padding-bottom: 10px;
}

.service, .info, .news {
	padding-top: 20px;
}

/*==========================
 *  .main
 =========================*/
.main .gnav.sp ul {
	margin: -10% auto 0;
}

.main .gnav.sp li {
	box-sizing: border-box;
	float: none;
	width: 100%;
	padding: 0px 20px;
	/*background: #faf1e5;
	border-bottom: 4px solid #ea5404;
	font-size: 14px;
	font-weight: bold;*/
}

/*
.main .gnav.sp li:before {
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(../images/ico_gnav_sp_arrow.png) no-repeat;
	background-size: 16px 16px;
}
*/
.main .gnav.sp li:first-child {
   margin-left: 0;
}

.main .gnav.sp li a {
	display: block;
}

/*==========================
 *  .about
 =========================*/
.about p {
	padding: 30px 10px;
}
 .about span.fs_b {
 	font-size: 150%;
 	letter-spacing: 0px;
 }

/*==========================
 *  .service
 =========================*/
.service p {
 	width: 80%;
 	margin: 0 auto 30px;
}

.service .service-box {
	padding-bottom: 30px;
}

.service dl {
	margin-right: 0;
}

.service .service-box dl {
 	width: 45%;
 }

 .service .service-box dl:nth-child(even) {
 	float: right;
 }
.service dt {
    width: 80%;
    margin: auto;
}
.service .service-box dt + dd {
	font-size: 15px;
}

.service-box dt img {
    width: 100%;
}
.service-box dd.txt_p {
    letter-spacing: 0px;
}
/*==========================
 *  .merit
 =========================*/
 #mrt {
    padding-top: 30px;
}
#mrt p.mtxt {
    padding: 0 20px;
}
.merit:before {
	display: none;
}

.merit > p {
 	width: 85%;
 	text-align: left;
}

.merit .indv,
.merit .comp {
	margin-left: 0;
}

/*.merit .case-box img {
    float: none;
    width: 80%;
    margin: 0 auto 20px;
}

.merit .case-box .indv + ul {
	padding-top: 0;
}

.merit .case-box ul {
	width: 100%;
	margin-bottom: 20px;
}

.merit .case-box ul li {
	margin-left: 14%;
	font-size: 16px;
}*/

/*==========================
 *  .info
 =========================*/

.info {
	position: relative;
	background: url(../images/bg_stripe@2x.gif);
	background-size: 11px 11px;
}

.info .info-bal {
	width: 95%;
}

.info .ex-boxD {
	width: 234px;
	margin: auto;
}

.info .ex-boxD .ex:first-child img {
	margin-top: -25px;
}

.info .ex-boxD + .sp {
	width: 80%;
	margin: auto;
}

.info .ex-txt {
	width: 88%;
	height: 100%;
	padding-bottom: 30px;
	font-size: 16px;
	background-image: none;
	text-align: center;
}

/*========================
 *  .shop
 =======================*/
.shop {
    margin: 20px 0;
}

/*==========================
 *  .news
 =========================*/
.news dl {
	width: 100%;
	padding: 8px 0; 
	font-size: 15px;
}

.news dl dt {
	float: none;
	margin-right: 0;
    padding: 0 15px;
}

.news dl dd {
    margin-left: 0;
    padding: 0 15px;
}

.recruit {
    border-radius: 10px;
    width: 88%;
    padding: 5% 1%;
    margin: 7% auto 7% auto;
    font-size: 14px;
}
.recruit span {
    font-size: 18px;
}
/*==========================
 *  .ft-info　/　footer　/　登録ボタン
 =========================*/
.ft-info .address p,
.ft-info .address ul li,
footer,
.regist p {
	font-size: 15px;
}

.ft-info:before {
	background: url(../images/bg_wavy@2x.gif);
	background-size: 26px 7px;
}


.ft-info {
	padding: 30px 0 20px;
}

.ft-info .gmap {
	float: none;
	width: 100%;
	margin: 0;
}
.ft-info .address p img {
	width: 30%;
}
.ft-info .address ul li {
    padding: 0 0 0px 25px;
}

.ft-info .map_sp {
	width: 300px;
	margin: 0 auto 25px;
	display: block;
}

.address ul .fax {
	background-position: 0 0;
}

.address ul .mail {
	background-position: 0 3px;
}

footer {
    position: static;
    padding: 20px 0;
    background: #f08300;
}

footer .fnav {
	position: static;
	width: 288px;
	margin: 0 auto;
}

footer .fnav li {
	float: left;
}

footer ul li span {
	margin-left: 2px;
	padding: 0 10px;
}

footer p {
	margin-top: 10px;
	text-align: center;
}

/* 登録ボタン */
.regist {
	bottom: 30px!important;
}

.regist p {
	width: 155px;
	height: 33px;
	background: #6cc4ee, url(../images/ico_flag_white@2x.png) no-repeat;
	background-size: 18%;
	background-position: 9% 52%;
	border-radius: 10px 0 0 10px;
	text-align: right;
  padding-right: 10px;
  line-height: 18px;
  letter-spacing: 0.5px;
	padding-top: 16px;
}

/*.regist a {
	width: 45%;
	height: 100%;
	padding: 8px 4px 8px 45px;
	line-height: 1.3;
}*/

}/* @media screen */