@charset "UTF-8";
body{
font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,li,ol {
  list-style: none;
margin:0px;
padding-left: 0px;
}
.check{
	background-image:url("../wp/wp-content/uploads/check.jpg");
        background-repeat:norepeat;
        background-size:20px auto;
        padding-left:30px;
        padding-bottom:10px;
}
input,textarea{
width:100% !important;}

/* 2019/10/31追加 */
.bluetitle{
#font-size:150%;
#font-weight:bold;
#display:inline-block;
#border-bottom:2px solid #1382C1;
#margin-bottom:15px;

position: relative;
font-size:26px;
margin-bottom: 16px;
letter-spacing: 0.2em;
padding-top: 0;
padding-left: 16px;
padding-bottom: 12px;
border-bottom: 6px solid #ddd;
font-weight: bold;
font-family:;
}
.bluetitle:after {
content: "";
display: block;
position: absolute;
width: 160px;
height: 6px;
left: 0;
bottom: -6px;
background: #0092db;
}
.other h3 {
font-size: 20px;
margin-bottom: 24px;
font-weight: normal;
border-left: 12px solid #0092db;
padding-left: 12px;
}

.sales_content {
    width: 100%;
  }
.sales_content td {
	width: 50%;
  }
/* 2019/10/31追加ここまで */

.goaisatu{
display:block;
margin-bottom:30px;
clear:both;
overflow:hidden;
}
.tenpo{
display:block;
margin-bottom:30px;
clear:both;
overflow:hidden;
}
.tenpo_inner{
float:left;
width:50%;
padding:15px;
box-sizing: border-box;
}
.alignright{
float:right;
padding-bottom:20px;
padding-left:20px;
width:300px;}

.alignright img{
width:100%;}

#header{
	width: 100%;
	margin-bottom: 20px;
	}
#header2{
	height:300px;
	width:100%;
	}
.active_link{
	padding-bottom: 3px;
	border-bottom: 12px solid #007FC0;
}
.active_link2{
	padding-top: 20px;
	border-top: 60px solid #007FC0;
}
a {
   color: #333;
}
a:hover{
	color:#D80079;}
.float_left{
	float:left;
	margin-right:50px;
	}
p {
	display:block;
    overflow: auto;
	padding-bottom:10px;
}
 img.float_left{
	width:12%;
	}
.float_left2{
	width:59%;
	float:left;
	margin-right:50px;
	}
	
.float_right{
	display:block;
	float:right;
	margin-left:50px;}
.h3{
	display:block;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;}
.topics {
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.topics2 {
	padding-bottom:30px;
	margin-bottom:30px;
}
.h4{
	display:block;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:1px solid #333;}
.h5{
	display:block;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	background-image: url(../img/wave_line3.png);
	background-repeat: repeat-x;
	background-position: bottom;}
#totop{
	width: 30px;
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom:-17px;
	}
#totop img{
	width:100%;
	height:auto;
	}
.bg-slider {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	display: block;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 48px;
	padding-top:100px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
.bg-slider img{
	width:60%;
	max-width:600px;
	height:auto;
}

/*メニュー*/

.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	font-weight:bold;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
	display:block;
	/* width:950px; */
	margin:0px auto 0px;
	list-style: none;
	font-size: 14px;
	text-align:center;
}
#global-nav ul li {
	float: left;
	padding-top: 75px;
	margin-right: 30px;
}
#global-nav ul li a {
	height: 100%;
	width: 100%;
	display: block;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

	  
#top-head.fixed #global-nav ul li a {
   color: #333;
    padding: 0 20px;
}
#top-head.fixed #global-nav ul li a:hover {
    color: #D80079;
    padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #333;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#top_wrapper {
	margin-left: auto;
	margin-right: auto;
}
ul li .li {
	background-image: url(../img/li.png);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	padding-left:10px;
}
.contents_area {
	max-width: 1000px;
	padding: 30px 10px;
	margin-left: auto;
	margin-right: auto;
}
.contents_area2 {
	width: 100%;
	margin: 0px;
	max-width: 100%;
	height: 700px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: -1;
	background-image: url(../img/img.jpg);
}
.contents_area_contact {
	width: 100%;
	margin: 0px;
	background-image: url(../img/conimg.jpg);
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index:-1;
}
.contents_area_service {
	width: 100%;
	margin: 0px;
	background-image: url(../img/serimg.jpg);
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index:-1;
}
.contents_area_sales {
	width: 100%;
	margin: 0px;
	background-image: url(../img/salimg.jpg);
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index:-1;
}
.contents_area_works {
	width: 100%;
	margin: 0px;
	background-image: url(../img/worimg.jpg);
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index:-1;
}
.contents_area_company {
	width: 100%;
	margin: 0px;
	background-image: url(../img/comimg.jpg);
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index:-1;
}
.layer {
	width: 50%;
	background-color: hsla(0,0%,0%,0.32);
	position: absolute;
	right: 0px;
	color: #fff;
	height: 100%;
	padding-top: 50px;
	padding-left: 50px;
}
.contents_area3 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/head1.jpg);
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contents_area4 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/head2.jpg);
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contents_area5 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/head3.jpg);
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contents_area6 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/head4.jpg);
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contents_area7 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/head5.jpg);
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contents_menu img{
	float:left;
	width:32%;
	margin-right:10px;
	margin-bottom:10px;
}
.undertitle {
	width:400px;
	position: absolute;
	bottom: -25px;
}
#footer_wrapper {
	background-repeat: repeat-x;
	margin-top: 20px;
	text-align: center;
	border-bottom: 1px solid hsla(17,4%,67%,1.00);
	width: 100%;
}
#sales {
	background-color: hsla(56,100%,72%,1.00);
	text-align: center;
}
#foot_nav {
	max-width: 1000px;
	margin: 0px auto;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
#foot_nav ul li {
	display: inline-block;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	height: auto;
	margin-bottom: 8px;
}
#foot_nav ul li a{
	text-decoration: none;
	background-image: none;
	/* [disabled]margin-bottom: 20px; */
	display: block;
}
.ph_area {
	text-align: right;
	margin-bottom:15px;
}
.ph_area_name {
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 3px;
}
.ph_area_name2 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 4px;
}
#kyosan {
	margin-top:15px;
	border:1px solid #333;
	padding:20px;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	letter-spacing:10px;
}
.kyosan_banner{
	font-weight:normal;
	width:33%;
	float:left;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align:center;
	padding:10px;
	}
.kyosan_banner img{
	width:80%;
	padding-left:auto;
	padding-right:auto;
	height:auto;
	}
#footer {
	text-align: center;
	padding-top: 100px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 100px;
	font-size: 12px;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	width: auto;
}
#footer img {
	width: 50%;
	height: auto;
	max-width: 200px;
	margin-bottom: 10px;
}
.fac_box {
	float: left;
	width:45%;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:50px;
	background-color:#FFF3EA;
}
.fac_box img {
	width:100%;
}
.about_box {
	float: left;
	width:45%;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}
.about_box img {
	width:100%;
}

.top_margin{
	margin-top:150px;
	}
.fac_txt{
	padding:10px;
	font-size:14px;
	text-align:center;}
	
.pro_box {
    padding-bottom:30px;
	margin-top:30px;
	margin-bottom:30px;
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: bottom;}

.whats_box {
    padding-bottom:30px;
	margin-top:30px;
	margin-bottom:30px;
	border-bottom:2px solid #F0A400;}
.whats_box_left{
	width:70%;
	float:left;
	padding-right:30px;}
.whats_box_title{
	font-size:24px;
	font-weight:bold;
	color:#F0A400;
	}
.whats_box_title2{
	font-size:24px;
	font-weight:bold;
	color:#2ACBB9;
	}
.whats_box img{
	width:30%;
	height:auto;
	}
.pro_box_left{
	width:52%;
	float:left;
	padding-right:30px;}

.pro_box_right{
	width:52%;
	float:right;
	padding-left:30px;}
	
.pro_box_title{
	font-size:18px;
	font-weight:bold;
	color:#F0A400;
	}
.pro_box_subbox{
	margin-top: 10px;
	background-color: #FFF3EA;
	padding: 10px;
	border-radius: 5px;
	overflow:auto;
	}
.proimg{
	width:48%;
	}

.about_img2{
	width:30%;
	float:right;
	margin-left:15px;
	}
.about_img3{
	width:45%;
	float:right;
	margin-left:20px;
	}
#logo {
	width: 190px;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-right: 60px;
	position: relative;
    z-index: 999;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	z-index: auto;
}
#header_inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#cover_inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#logo img {
	width: 100%;
	height: auto;
}
.center {
	text-align: center;
}
#line {
	text-align: center;
}
#line img {
	width: 300px;
	height: auto;
}
#fb {
	width: 500px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
#fb img {
	width: 600px;
	height: auto;
}
.bottun {
	width: 170px;
	display: block;
	margin: auto;
	clear: both;
}
.bottun a {
	color: hsla(0,0%,100%,1.00);
	text-decoration:none;
	background-color: hsla(22,85%,16%,1.00);
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	display:block;
	font-size:14px;
	width:100%;
	height:100%;
}
.bottun a:hover {
	background-color: hsla(200,100%,38%,1.00);
}
#service {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#service_title {
	font-size: 35px;
	letter-spacing: 1em;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	clear: both;
	padding-bottom: 30px;
	padding-top: 50px;
}

#obi_title {
	font-size: 35px;
	letter-spacing: 0.5em;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	clear: both;
	color: hsla(0,0%,100%,1.00);
	text-shadow: 1px 1px 10px hsla(0,0%,0%,0.47);
}


#service_bottun{
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	}
.service_bottun{
	width: 170px;
	height: 170px;
	float: left;
	margin-right: 32px;
	}
.service_bottun a{
	background-color: hsla(200,100%,38%,1.00);
	color: #fff;
	text-decoration: none;
	display: block;
	height: 170px;
	text-align: center;
	}
.service_bottun a:hover{
	background-color: hsla(0,0%,29%,1.00);
	}

.service_bottun img{
	display:block;
	margin:auto;
	padding:30px 30px 15px 30px;
	width:140px;
	height:auto;}
.bottun_space {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	clear: both;
	text-align: center;
}
.rightnone {
	margin-right: 0px !important;
}
.sales_box {
	width: 215px;
	float: left;
	margin-right: 30px;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.sales_box a{
	text-decoration:none;
	}
.sales_box img {
	width: 100%;
	height:auto;
}
#sales_box {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.sales_value {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: hsla(202,100%,38%,1.00);
	color: hsla(0,0%,100%,1.00);
	text-align: center;
	width: auto;
}
.layer_title {
	font-weight: bold;
	font-size: 130%;
	padding-bottom: 10px;
}
#cover_copy {
	font-size: 28px;
	letter-spacing: 0.2em;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	clear: both;
	padding-bottom: 30px;
	padding-top: 50px;
	position: absolute;
}
#cover_img {
	float: right;
}
#cover_img img {
	width: auto;
	min-width: 850px;
}
#cover {
	background-repeat: repeat-x;
	clear: both;
	background-image: url(../img/cover_bk.png);
	background-position: 50px 250px;
	height: 620px;
	display: block;
}
#cover_copy {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
}
.tel {
	float: right;
	width: 220px;
	margin-top: 58px;
}
.tel img {
	width:100%;
	height:auto;
}
	
/*メニューend*/
#sales_box p {
	margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    font-weight: bold;
}
p{
	margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
	 padding-bottom: 0px;
	}
#obi_title_wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
.kanno_table tr {
	border-bottom:solid 1px #ccc;
padding:20px;
}

.kanno_table {
	padding-top:20px;
	padding-bottom:20px;
}
.kanno_table td {
padding:10px;
}
.service_box {
	clear: both;
	margin-bottom: 50px;
}
#service_icon {
	float: left;
	padding-right: 20px;
	
}
.service_txt {
	float: left;
	padding-right: 20px;
	overflow: auto;
	width: 750px;
}
.mainph {
}
.sam img{margin:3px;
}

@media screen and (max-width: 640px) {
.tenpo_inner{
float:none;
width:100%;
padding:15px;
box-sizing: border-box;
}

.tenpo_inner img{
width:100%;
}
.alignright{
float:none;
padding-bottom:20px;
padding-left:0px;
width:100%;}
.fb-container {
		width: 100%;}
#fb {
	width: 100%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.active_link {
    padding-bottom: 2px;
    border-bottom: 4px solid #007FC0;
}
.mainph img{
	width:100% !important;
	height:auto;
}
.sam img {
	width:43%;
	margin:10px;
}
#obi_title {
	font-size: 22px;
	letter-spacing: 0.5em;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	clear: both;
	color: hsla(0,0%,100%,1.00);
	text-shadow: 1px 1px 10px hsla(0,0%,0%,0.47);
	padding-left:15px;
}
.contents_area_contact {
	width: 100%;
	margin: 0px;
	background-image: url(../img/conimg.jpg);
	width: 100%;
	height: 100px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index:-1;
}
.contents_area_service {
	width: 100%;
	margin: 0px;
	background-image: url(../img/serimg.jpg);
	width: 100%;
	height: 100px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index:-1;
}
.contents_area_sales {
	width: 100%;
	margin: 0px;
	background-image: url(../img/salimg.jpg);
	width: 100%;
	height: 100px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index:-1;
}
.sales_content {
    width: 100%;
}
.sales_content td {
    display: block;
	width: 100%;
	padding: 10px 0;
}
.sales_content img {
    display: block;
	width: 100%;
	padding: 10px 0;
}
.contents_area_works {
	width: 100%;
	margin: 0px;
	background-image: url(../img/worimg.jpg);
	width: 100%;
	height: 100px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index:-1;
}
.contents_area_company {
	width: 100%;
	margin: 0px;
	background-image: url(../img/comimg.jpg);
	width: 100%;
	height: 100px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index:-1;
}
.service_box {
	clear: both;
	padding-bottom: 30px;
}
#service_icon {
	float: none;
	padding-right: 00px;
	width: 100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.service_txt {
	float: none;
	padding-right: 0px;
	overflow: auto;
	width: 100%;
}
.service_txt img {
	width: 100%;
	height:auto;
}
.contents_area {
	max-width: 1000px;
	padding: 15px 10px 0px ;
	margin-left: auto;
	margin-right: auto;
}
#footer_wrapper {
	background-repeat: repeat-x;
	margin-top: 0px;
	text-align: center;
	border-bottom: 1px solid hsla(17,4%,67%,1.00);
	width: 100%;
}
.topics {
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#service_bottun{
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
	width:auto;
	}
#service_title {
	font-size: 24px;
	letter-spacing: none;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	clear: both;
	padding-bottom: 10px;
	padding-top: 30px;
}
#totop{
	width: 30px;
	position: absolute;
	z-index: 1;
	right: 10px;
	bottom:-47px;
	}
#footer {
	text-align: center;
	padding-top: 50px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 50px;
	font-size: 12px;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	width: auto;
}
.active_link2{
	padding-top: 0px;
	border-top: none;
}

.service_bottun{
	width: 167px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	}
	.service_bottun a{
	background-color: hsla(202,100%,38%,1.00);
	color: #fff;
	text-decoration: none;
	display: block;
	height: 170px;
	}
.service_bottun a:hover{
	background-color: hsla(0,1%,31%,1.00);
	}
#fb iflame{
	width:100%;}
#fb img{
	width:100%;}
	
.sales_box {
	width: 47%;
	float: left;
	margin-right: 5px;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	margin-left: 5px;
}
.sales_box img {
	width: 100%;
	height:auto;
}
#sales_box {
	margin:10px;
	width: auto;
}

.contents_area2 {
	width: 100%;
	margin: 0px;
	background-image: url(../img/img.jpg);
	width: 100%;
	height: 400px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
	.layer {
	width: 100%;
	background-color: hsla(0,0%,0%,0.32);
	position: absolute;
	right: 0px;
	color: #fff;
	height: 100%;
	padding-top: 30px;
	padding-left: 30px;
}
#cover_img {
	float: none;
}
#cover_img img {
	width: 100%;
	min-width: auto;
}
#cover{
	width: auto;
	height:auto;
	padding-bottom:20px;
}
#cover_inner {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#cover_copy {
	display:block;
	color:#fff;
	position:absolute;
	font-size:18px;
	padding-top:20px;
	padding-left:20px;
	width:100%;}
	

#logo{
	width:100%;
	padding:10px;
	margin-top:0px;
	margin-right:0px;
	}

#logo img{
	width:50%;
	padding:10px;
	margin-top:0px;
	}
.tel{
	float:none;
	width:auto;
	margin:10px 100px 10px 100px; }
#header_inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
html{
	font-size:85%;}
#header{
	width:100%;
	}
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 30%;
        height: 56px;
        z-index: 999;
        position: absolute;
        right: 0px;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
	.bg-slider img{
	width:70%;
	height:auto;
}
    #global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -480px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	z-index: 999;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
		padding-top: 0px;
		margin-right:0px;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
	    #top-head #global-nav ul li a:hover,
    #top-head.fixed #global-nav ul li a:hover {
        width: 100%;
        display: block;
        color: #D80079;
        padding: 18px 0;
    }
	
	
	
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	ul li .li {
	background-image: none;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	padding-left:10px;
}
img.float_left{
	width:12%;
	margin-right:30px;
	}
.float_left2{
	width:100%;
	float:left;
	margin-right:0px;
	}
	
.smart_img{
	width:100%;}
.contents_menu img{
	float:left;
	width:47%;
	margin-right:10px;
	margin-bottom:10px;
}
.undertitle {
	width:300px;
}
.h3{
	display:block;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;}
.h4{
	display:block;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:1px solid #333;}
#foot_nav {
	width:100%;
	margin:30px auto;
	text-align:center;
	line-height:14px;

}
#foot_nav ul li {
	margin:0px;
	margin-bottom:5px;


}
.ph_area img{
	width:100%
}
.ph_area_name {
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 3px;
}

.ph_area_name2 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 4px;
}
#kyosan {
	margin-top:15px;
	border:1px solid #333;
	padding:10px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	letter-spacing:10px;
}
.kyosan_banner{
	font-weight:normal;
	width:48%;
	float:left;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align:center;
	padding:10px;
	}
.kyosan_banner img{
	width:90%;
	padding-left:auto;
	padding-right:auto;
	height:auto;
	}
	
	#footer img {
	width:70%;
	height:auto;
	max-width:300px;
	margin-bottom:10px;
}
.bg-slider__title{
	color: #fff;
	font-size: 28px;
	padding-top:50px;
	padding-left:10px;
	padding-right:10px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
#header2{
	height:200px;
	width:100%;
	}
.fac_box {
	float: left;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:50px;
	background-color:#FFF3EA;
}
.fac_box img {
	width:100%;
}
.about_box {
	float: left;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	font-size:14px;
}
.about_box img {
	width:100%;
}
.top_margin{
	margin-top:0px;
	}
.fac_txt{
	padding:10px;
	font-size:14px;
	text-align:center;}
	
.pro_box_left{
	width:100%;
	float:none;
	padding-right:0px;}

.pro_box_right{
	width:100%;
	float:none;
	padding-left:0px;}
.proimg{
	margin-top:20px;
	width:100%;
	}
.about_img2{
	width:100%;
	float:none;
	margin-left:0px;
	margin-bottom:20px;
	}
.about_img3{
	width:100%;
	float:none;
	margin-left:0px;
	margin-bottom:20px;
	}
.whats_box_left{
	width:100%;
	float:none;
	padding-right:0px;
	margin-bottom:20px;}
.whats_box img{
	width:100%;
	float:none;
	margin-left:0px;
	margin-bottom:20px;}
}
.pagination {
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

