@charset "utf-8";
/*
Theme Name: fp_website_2025_responsiv_v2.0
Theme URI: 
Description: fukushimaFP official theme
*/

/* ==========================================================================
   base
   ========================================================================== */
body {
	background-position: center 0;
	background-image: url(images/com/bg01.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}
a:hover img.linkimg{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none!important;
}
.ib{
	display: inline-block;
}	
/* Button
------------------------------------------------------------------- */
.btn {
	margin: auto;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	border: none;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	outline: none;
	position: relative;
	transition: all .5s;
}
.btn::after {
margin-top: -.5em;
line-height: 1;
color: #ffffff;
position: absolute;
right: 10px;
top: 50%;
width: 20px;
content: "\e844";
font-family: 'fontello';
}
/* header */
.btn_header {
	color: #ffffff !important;
	background: #da4069;
	border-radius: 6px ;
}

/* Default */
.btn_default {
	color: #ffffff !important;
	background: #008cce;
	border-radius: 6px ;
}

/* main */
.btn_main {
	color: #ffffff !important;
	background: #b3b3b3;
	border-radius: 6px ;
}

/* Sub */
.btn_sub {
	color: #40220F !important;
	background: #FDE9C0;
}

/* Button Size */
.btn_xs {
	padding: 1px 5px;
	font-size: 1.1rem;
}

.btn_sm {
	padding: .8em 1em;
	font-size: 1.6rem;
}

.btn_md {
	padding: .6em 2em .6em 1em;
	font-size: 1.6rem;
	line-height: 1.4;
}

.btn_lg {
	padding: 1.0em 1em;
	font-size: 2.0rem;
	line-height: 1.1;
}

.btn_block {
	width: 100%;
	display: block;
}

/* Option */
.btn_download::before {
	font-size: 150%;
	vertical-align: middle;
	content: "\e81e";
	font-family: 'fontello';
}

.btn_download::after {
	display: none;
}

.btn_close::before {
	margin-right: .5em;
	content: "\e821";
	font-family: 'fontello';
}

.btn_blank::after {
	margin-left: .5em;
	font-size: 120%;
	vertical-align: middle;
	content: "\e820";
	font-family: 'fontello';
}

.btn_list::before {
	margin-right: 5px;
	content: "\e818";
	font-family: 'fontello';
}

.yoyaku_btn_area{
	margin: 0 0 30px;
	text-align: center;
}
.yoyaku_btn_item{
	margin: 0 auto;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	border: none;
	max-width: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	outline: none;
	position: relative;
	transition: all .5s;
	padding: 0;
}
a.yoyaku_btn_item > .inner{
/* 	clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%); */
	background-color: #ed334c;
	width: 60%;
	position: absolute;
	border-radius: 6px;
	top: 30%;
	bottom: 30%;
	left: 10px;
	height: 40%;
	border-bottom: solid 4px #a12234;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
font-weight: bold;
}
a.yoyaku_btn_item > .inner > p{
	margin: 0 auto;
	font-size: 2.0rem;
}
@media all and (max-width: 480px){
a.yoyaku_btn_item > .inner > p{
	margin: 0 auto;
	font-size: 1.2rem;
}
}

a.yoyaku_btn_item > .inner > p::after{
	margin-top: -.5em;
	line-height: 1;
	color: #ffffff;
	position: absolute;
	top: 50%;
	margin-left: 5px;
	width: 20px;
	content: "\e844";
	font-family: 'fontello';
/* 		content: url('data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE0NCAxNDQiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik03MiwwYTcyLDcyLDAsMSwwLDcyLDcyQTcyLDcyLDAsMCwwLDcyLDBaTTUyLjksMTE2LjQ5di04OWw2MC4yLDQ0LjRaIi8+PC9zdmc+'); */

}

a.yoyaku_btn_item:hover{
	opacity: 0.8;
}

/* 表示非表示切り替え
------------------------------------------------------------------- */
.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}
.pc_600 {
	display: block !important;
}

.sp_600 {
	display: none !important;
}
@media all and (max-width: 767px){
.pc_only {
  display: none !important;
}
.sp_only {
  display: block !important;
}
}
@media all and (max-width: 600px){
.pc_600 {
	display: none !important;
}
.sp_600 {
	display: block !important;
}
}
/* Heading
------------------------------------------------------------------- */
#header .header_way h1, h5 {
  padding: 0 0 0 20px;
  display: inline-block;
  font-size: 2.8rem;
  color: #006ccc;
  font-weight: 700;
}
h4{
	padding: 10px 0 10px 0;
	margin: 0 0 30px 0;
	font-size: 2.4rem;
	color:#333333;
	text-align: center;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 1.2;
	border-bottom: 1px solid #cccccc;
}


h5{
	padding: 0 0 0 20px;
	display: inline-block;
	font-size: 2.8rem;
	color:#006CCC;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.2;
}
h6 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	font-size: 2.2rem;
	line-height: 1.2;
}

@media all and (max-width: 767px){
h5{
	font-size: 2.0rem;
}
}


/* ==========================================================================
   header
   ========================================================================== */
.header_sub{
	max-width: 980px;
	padding: 2px 6px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E6F0FA;
	text-align: right;
	box-sizing: border-box;
}
.header_sub_set {
	max-width: 980px;
  width: 100%;
  margin: 0 auto 0;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.4;
}
@media all and (max-width: 480px){
ul.header_sub_set > li:nth-child(3) > a > img{
	display: none;
}
}
@media all and (min-width: 481px){
.sns_set{
	display: none;
}
}
@media all and (max-width: 480px){
.sns_set{
	width: 80%;
	margin: 0 auto 10px;
	padding: 0;
	display: block;
}
}
.header_sub_set > li:nth-child(1) {
	width: 120px;
}
.header_sub_set > li:nth-child(2) {
	width: calc(100% - 300px);
	padding: 10px 0 0 0;
}
.header_sub_set > li:nth-child(3) {
	width: 170px;
}
@media all and (max-width: 959px){
.header_sub_set > li:nth-child(2) {
	width: calc(100% - 300px);
	padding: 0 0 0 0;
}
}
@media all and (max-width: 767px){
.header_sub_set {
	max-width: 980px;
  width: 100%;
  margin: 0 auto 6px;
}
.header_sub_set > li:nth-child(2) {
	display: none;
}
.header_sub_set > li:nth-child(3) {
	width: 160px;
	margin-right: 44px;
}
}
.header_sns_set{
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.4;
}
.header_sns_set > li{
	width: 38px;
	margin: 0;
	padding: 0;
}
.visual_area {
	margin: 0 0 0;
	width: 100%;
	position: relative;
}
.visual_area > .fade {
	/* max-width: 980px; */
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
}
.visual_area>.fade>.slick-list{
	height: 100%;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
}
.visual_area > .fade > .slick-list > .slick-track > li{
	width: 100%;
	margin: 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.visual_area > .fade > .slick-list > .slick-track > li > div.btn_area{
	width: 35%;
	margin: 0;
	padding: 0;
}
.visual_area > .fade > .slick-list > .slick-track > li > figure{
	width: 100%;
	margin: 0;
	padding: 0;
}
.visual_area .fade img{
	width: 100%;
}


.visual_area .center_slide .slick-next {
	right: 20px;
	z-index: 99;
}
.visual_area .center_slide .slick-prev {
	left: 15px;
	z-index: 100;
}
.visual_area .center_slide div{
	position: relative;
}

.visual_area > .fade .ttl{
	text-align: center;
	font-size: 2.6rem;
	margin: 10px auto 20px;
	line-height: 1.2;
	font-weight: bold;
}

@media all and (max-width: 600px){
.visual_area > .fade > .slick-list > .slick-track > li > div.btn_area{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 2;
}
.visual_area > .fade > .slick-list > .slick-track > li > figure{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 1;
}
.visual_area > .fade .ttl{
	text-align: center;
	font-size: 2.4rem;
	margin: 10px auto 20px;
	line-height: 1.2;
	font-weight: bold;
}
}

ul.bnt_set{
	max-width: 600px;
	width: 96%;
	margin: 0 auto 0;
	padding: 0 0 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.bnt_set > li:first-child{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.bnt_set > li:last-child{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.bnt_set > li a.btn_web{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #ff4100;
	box-sizing: border-box;
	background-color: #ff4100;
	text-align: center;
	border-radius: 25px;
	color: #ffffff;
	display: block;
	transition: all 0.5s 0s ease;
}
ul.bnt_set > li a.btn_web:hover{
	background-color: #ffffff;
	color: #ff4100;
}
ul.bnt_set > li a.btn_shop{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #ff4100;
	box-sizing: border-box;
	background-color: #ffffff;
	text-align: center;
	border-radius: 25px;
	color: #ff4100;
	display: block;
	transition: all 0.5s 0s ease;
}
ul.bnt_set > li a.btn_shop:hover{
	background-color: #ff4100;
	color: #ffffff;
}



ul.shop_link_btn{
	width: 93%;
	margin: 0 auto 30px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.shop_link_btn > li{
	width: 25%;
	margin: 0 auto;
}

ul.shop_link_btn > li a{
	width: 96%;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #ff5319;
	box-sizing: border-box;
	background-color: #ff5319;
	text-align: center;
	border-radius: 25px;
	color: #ffffff;
	display: block;
	transition: all 0.5s 0s ease;
	font-size: 1.2rem;
	line-height: 1.4;
}
ul.shop_link_btn > li a:hover{
	background-color: #ffffff;
	color: #ff5319;
}
@media all and (max-width: 600px){
ul.shop_link_btn{
	width: 93%;
	margin: 0 auto 30px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.shop_link_btn > li{
	width: 100%;
	margin: 0 auto 10px;
}
ul.shop_link_btn > li a{
	font-size: 1.4rem;
}
}

#header {
	max-width: 980px;
	padding: 0px;
	margin: 0 auto 10px;
}	
@media all and (max-width: 959px){
#header {
	max-width: 980px;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
}
#header .header_way{
	background-position: center top;
	background-repeat: no-repeat;
	height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#header .header_way.header_bg_company{
	background-image: url(images/com/header_company.jpg);
}	
#header .header_way.header_bg_shop{
	background-image: url(images/com/header_company.jpg);
}	
#header .header_way.header_bg_contact{
	background-image: url(images/com/header_contact.jpg);
}	
#header .header_way.header_bg_privacy{
	background-image: url(images/com/header_privacy.jpg);
}	
#header .header_way.header_bg_recruit{
	background-image: url(images/com/header_recruit.jpg);
}
#header .header_way.header_bg_gallery{
	background-image: url(images/com/header_gallery.jpg);
}	
#header .header_way.header_bg_voice{
	background-image: url(images/com/header_voice.jpg);
}
#header .header_way.header_bg_sitemap{
	background-image: url(images/com/header_sitemap.jpg);
}	
#header .header_way.header_bg_service{
	background-image: url(images/com/header_service.jpg);
}	
#header .header_way.header_bg_solicitation{
	background-image: url(images/com/header_solicitation.jpg);
}	
#header .header_way.header_bg_compliance{
	background-image: url(images/com/header_compliance.jpg);
}	
#header .header_way.header_bg_archive{
	background-image: url(images/com/header_archive.jpg);
}	
#header .header_way.header_bg_single{
	background-image: url(images/com/header_single.jpg);
}	

@media all and (max-width: 767px){
#header .header_way{
	height: 140px;
	background-position: center left;
}
}
.header_sub_set > li > h1{
	display: inline-block !important;
	color: #333333 !important;
	font-size: 16px;
}
/*breadcrumbs*/
.breadcrumbs{
	max-width: 900px;
	margin: 0px auto 0 auto;
	padding: 10px 0;
	text-align: left;
	font-size: 1.5rem;
}
.breadcrumbs .post{
	max-width: 900px;
	margin: 0px auto 0px auto;
	padding: 0 0;
	border-bottom: 0px;
	box-sizing: border-box;
}
@media all and (max-width:959px) {
.breadcrumbs{
	max-width: 900px;
	margin: 0px auto 10px auto;
	padding: 0 15px;
	text-align: left;
	box-sizing: border-box;
}
}
/*global_nav*/
#header-nav {
	clear: both;
	margin: 0 auto 30px;
	padding: 0;
	height: 50px;
	max-width: 900px;
}
@media all and (max-width: 959px){
#header-nav {
	clear: both;
	margin: 0 auto 30px;
	padding: 0 15px;
	height: 50px;
	max-width: 900px;
}
}
@media all and (max-width: 767px){
#header-nav {
	display: none;
}
}
#header-nav ul li.menu-item a{ 
	display: block; 
	width: 100%; 
	height: 50px;
	line-height: 50px;
	font-weight: nomal;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center; 
	position: relative;
	/* 	text-indent: -9999px; */
	background: rgb(0,160,234);
	background: -moz-linear-gradient(top,  rgb(0,160,234) 0%, rgb(0,108,210) 100%);
	background: -webkit-linear-gradient(top,  rgb(0,160,234) 0%,rgb(0,108,210) 100%);
	background: linear-gradient(to bottom,  rgb(0,160,234) 0%,rgb(0,108,210) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0ea', endColorstr='#006cd2',GradientType=0 );
}
#header-nav ul li {
	position: relative;
	z-index: 1;
	float: left;
	border-right: 1px solid #ffffff;
	width: 12.5%;
}
#header-nav ul li:last-child {
	border-right: 0px solid #ffffff;
}
#header-nav ul li a {
	color: #ffffff;
}
#header-nav ul li a:hover {
	background: rgb(110,193,229);
	background: -moz-linear-gradient(top, rgb(110,193,229) 0%, rgb(48,131,209) 100%, rgb(48,131,209) 100%, rgb(42,126,204) 100%);
	background: -webkit-linear-gradient(top, rgb(110,193,229) 0%,rgb(48,131,209) 100%,rgb(48,131,209) 100%,rgb(42,126,204) 100%);
	background: linear-gradient(to bottom, rgb(110,193,229) 0%,rgb(48,131,209) 100%,rgb(48,131,209) 100%,rgb(42,126,204) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec1e5', endColorstr='#2a7ecc',GradientType=0 );
}
#header-nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
}

#header-nav ul li:hover ul.sub-menu {
	display: block;
}

#header-nav ul li ul.sub-menu li{
	float: none;
}

#header-nav ul li ul.sub-menu li a {
	width: 180px;
	border: 1px solid #fff;
	border-top: none;
	background:#00a0ea center;
	color: #fff;
	text-align: center;
	text-indent: 0px;
	font-size:13px;
	line-height: 1.2;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}

#header-nav ul li ul.sub-menu li a:hover,
#header-nav ul li ul.sub-menu li.current-menu-item a,
#header-nav ul li ul.sub-menu li.current-menu-parent a{
	 background: #80cff4 center;
}
/*-------------
container
-------------*/
#container {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
}

/*-------------
contents
-------------*/
#contents {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0 50px;
}
@media all and (max-width: 767px){
#contents {
	width: 100%;
	margin: 0 auto;
	padding: 10px 15px 30px;
}
}
/*-------------
contents
-------------*/
.subcont {
	clear: both;
	max-width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0 15px;
}
ul.subcont_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}
ul.subcont_set > li{
	width: 100%;
	margin: 0 0 6px 1em;
	padding: 0 0 0 0;
	list-style: disc;
	box-sizing: border-box;
}
ul.subcont_set > li.list_none{
	list-style: none;
}

.subcont > h3 {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 16px;
  padding: 8px 10px;
  border-left: 2px solid #0088df;
  text-align: left;
  line-height: 1.2;
  color: #333333;
}
/*-------------
footer
-------------*/
footer {
	clear: both;
	max-width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0 15px;
}
@media all and (max-width: 959px){
footer {
	clear: both;
	padding: 0 15px;
	max-width: 980px;
	margin: 0 auto;
}
}
footer ul#footerNav {
	font-size: 1.4rem;
	text-align: center;
	line-height: 2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;	
}
footer ul#footerNav li {
	padding: 0 20px 0 0;
	margin: 0 20px 10px 0;
	border-right: 1px solid #cccccc;
	line-height: 1.1;
}
footer #footerInfo {
	padding: 0px;
	width: 100%;
	margin: 0 0 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}
footer #footercopyright {
	font-size: 1.2rem;
	text-align: center;
	margin: 0;
	padding: 0 0 130px;
	clear: both;
	line-height: 1.2;
}
@media all and (max-width: 767px){
footer #footercopyright {
	font-size: 1.2rem;
	text-align: center;
	margin: 0;
	padding: 0 0 110px;
	clear: both;
	line-height: 1.2;
}
}
footer #footerInfo #footerLogo {
	margin: 0px;
	padding: 0px;
	width: calc(100% - 420px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer #footerInfo #footerLogo li:nth-child(1){
	width: 125px;
	margin: 0;
	padding: 0;
}
footer #footerInfo #footerLogo li:nth-child(2){
	width: calc(100% - 135px);
	margin: 0;
	padding: 0 0 30px;
	font-weight: bold;
	line-height: 1.6;
}
footer #footerInfo #footerLogo li span{
	font-size: 1.8rem;
}
footer #footerInfo #footerTel {
	margin: 0px;
	padding: 0px;
	width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1.0;
}

footer #footerInfo #footerTel li {
	margin: 0 0 5px 0;
	padding: 0px;
	width: 100%;
	font-size: 2.0rem;
	font-weight: bold;
	display: inherit;
}
footer #footerInfo #footerTel li span{
	display: inline-block;
	background-color: #006cd2;
	margin: 0 10px 0 0;
	padding: 6px;
	text-align: center;
	color: #ffffff;
	width: 190px;
	border-radius: 5px;
	font-size: 1.3rem;
	font-weight: normal;
}
footer #footerInfo #footerTel li i{
	font-size: 1.8rem;
	margin: 0 8px 0 0;
}
#footerTel li .icon-header_ico_05{
	color: #204ef3;
}
footer #footerInfo #footerTel li a{
	color: #204ef3;
	text-decoration: underline;
}
footer #footerInfo #footerTel li a:hover{
	text-decoration: none;
}
@media all and (max-width: 767px){
footer ul#footerNav {
	display: none;
}
footer #footerInfo {
	margin-left: 0px;
	width: 50%;
	min-width: 320px;
	margin: 0 auto 30px;
	flex-direction: column;
}
footer #footerInfo #footerLogo {
	margin: 0px auto 6px;
	padding: 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
}
footer #footerInfo #footerTel {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
footer #footerInfo #footerTel li {
	margin: 0 0 5px 0;
	padding: 0px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
}
footer #footerInfo #footerTel li span{
	display: inline-block;
	background-color: #006cd2;
	margin: 0 10px 0 0;
	padding: 6px;
	text-align: center;
	color: #ffffff;
	width: 120px;
	border-radius: 5px;
	font-size: 1.2rem;
	font-weight: normal;
	box-sizing: border-box;
}
footer #footerInfo #footerTel li i{
	font-size: 1.7rem;
	margin: 0 8px 0 0;
}
}
.contents_bnr_set {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 6px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents_bnr_set > li {
    width: 14.6%;
    margin: 0 1% 10px;
    padding: 0;
    line-height: 1.5;
    text-align: center;
}
.contents_bnr_set > li img{
	max-width: 100%;
  margin: auto;
  padding: 0;
}
@media all and (max-width: 600px){
.contents_bnr_set {
  margin: 0 0 0 0;
}
footer .contents_bnr_set > li {
  width: 48%;
  margin: 0 1% 14px;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
}

#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 93px;
  height: 93px;
  z-index: 2;
  opacity: 0.8;
}
@media all and (max-width: 767px) {
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin-bottom: 0px;
}
}
@media all and (max-width: 480px) {
#page-top {
	display: none !important;
}
}
.fix_menu_bnr{
	position: fixed;
	bottom: 10px;
	left: 0px;
	z-index: 10;
	right: 0px;
	margin: 0;
	width: 100%;
}

.fix_menu_bnr a:hover{
	opacity: 0.9;
}
.fix_menu_bnr img{
  max-width:500px;
  margin: auto;
filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}
.fix_menu_bnr .fix_menu_set{
	margin: 0px auto 0;
	padding: 0px;
  max-width:500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.fix_menu_bnr .fix_menu_set li{
	width: 25%;
	padding: 0;
	margin: 0;
}
.fix_menu_bnr .fix_menu_set li a img{
	width: 100%;
}
div.sp_only div a img{
	width: 100%;
}
/* ==========================================================================
   drawer
   ========================================================================== */

@media print, screen and (min-width:768px) {
	#globalToggleNav{
		display: none;
	}	
}
.sp_nav > .ttl{
	width: 100%;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-size: 1.8rem;
	color: #333333;
	font-family: 'Roboto', sans-serif;
}

.sp_nav .nav_main {
	margin: 0 0 30px;
}
.sp_nav ul.nav_set {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	border-top: solid 1px #aaaaaa;
	border-left: solid 0px #ddd;
	border-right: solid 0px #ddd;
}
.sp_nav ul.nav_set li.nav_item a{
	width: 100%;
	padding: 12px 0;
	margin: 0;
	text-decoration: none;
	position: relative;
	display: block;
	border-bottom: solid 1px #aaaaaa;
	text-align: center;
	background-color: #f7f7f7;
	color: #333333;
	font-size: 1.5rem;
}
.sp_nav ul.nav_set li.nav_item a:hover{
	background-color: #ffffff;
	opacity: 1.0;
}
/*
.sp_nav ul.nav_set li.nav_item a:after {
  margin-top: -.5em;
  line-height: 1;
  content: '\e803';
	font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 10px;
}
*/
.sp_nav ul.nav_set li.nav_item a.drawer-dropdown-menu-item{
	background-color: #e8eeee;
}
.sp_nav ul.nav_set li.nav_item a.drawer-dropdown-menu-item:hover{
	background-color: #ffffff;
}

.sp_nav ul.nav_set li.nav_item a i{
	font-size: 2.0rem;
}
.sp_nav ul.nav_set li.nav_item.drawer-dropdown a:after {
  margin-top: -.5em;
  line-height: 1;
  content: '\e806';
	font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 10px;
}
.drawer-dropdown-menu li a{
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	line-height: 1.6rem;
}
.drawer-dropdown-menu li a::after {
  margin-top: -.5em !important;
  line-height: 1 !important;
  content: '\f105' !important;
	font-family: 'fontello' !important;
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
}
.sp_nav .nav_sub .nav_set {
  border-top: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sp_nav .nav_sub a {
    padding: 1em 10px;
    font-size: 1.2rem;
    background-color: #ffffff !important;
    border-bottom: 0px !important;
}
.sp_nav .nav_sub .nav_item {
    border-bottom: 0px !important;
    width: 48%;
    background-color: #ffffff;
}
.sp_nav .contact_area {
  margin: 0;
  padding: 20px 20px;
  background: #ffffff;
}
.sp_nav .contact_area .ttl{
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.sp_nav .contact_area .tel_box{
	width: 100%;
	margin: 0;
	padding: 0;
}
.sp_nav .contact_area .tel a {
  font-size: 30px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  color: #006cd2;
}
/*
.sp_nav .contact_area .tel a:before{
  line-height: 1;
  content: '\e810';
	font-family: 'fontello';
	margin-right: 0.2em;
  color: #006cd2;
}
*/
.sp_nav .contact_area .time {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  margin: 0 0 10px 0;
}
.sp_nav ul.contact_btn_set{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sp_nav ul.contact_btn_set li{
	width: calc((100% - 10px) / 2);
}


.sp_nav ul.contact_btn_set li a {
	margin: 0 0 10px 0;
	padding: 16px 0 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border: none;
  border-radius: 50px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  transition: all .5s;
  background-color: #006cd2;
}
.sp_nav ul.contact_btn_set li a:hover{
  background-color: #3ad9d9;
}
.close_area{
  margin: 0;
  padding: 20px 20px 20px;
}
.sp_nav #close {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #b5bec3;
  color: #fff;
  font-size: 1.4rem;
}
.sp_nav #close:hover {
  background-color: #757c7f;
  cursor: pointer;
}
.sp_nav #close::before,
.sp_nav #close::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.sp_nav #close,
.sp_nav #close::before,
.sp_nav #close::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}