charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);

.gallery_wrap,.gallery_wrap .inner{
padding:0px!important;
margin:0px auto!important;
padding-top:0px!important;
padding-bottom:0px!important;
}
.gallery_wrap img{
display:block;
vertical-align:top;
}
.under .gallery_wrap{
padding:0px!important;
margin:0px auto!important;
padding-top:0px!important;
padding-bottom:0px!important;
}

.gallery_wrap .cont{
padding:1px;
margin:0px;
}
.gallery_wrap.wrap>.inner{
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}
    body {
    background: #fff;
    color: #333333;
    line-height: 1.7;
}
a,
a:visited,
a:hover{
	color:#333;
}

/**/
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.column{
box-sizing:border-box;
}
.bn1 a,.bn2 a,.bn3 a,.bn4 a{
    background-size: cover;
    position: relative;
    height: 150px;
    line-height: 130px;
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    -webkit-transition: 200ms;
    transition: 200ms;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    border: 10px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    margin-bottom: 10px;
font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
a{
    -webkit-transition: 200ms;
    transition: 200ms;
}
a:hover,a:hover img{
opacity:0.8;
}

.bn1 a{background:url(/images/bn1.jpg) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}
.bn2 a{background:url(/images/bn2.jpg) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}
.bn3 a{background:url(/images/bn3.jpg) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}
.bn4 a{background:url(/images/bn4.jpg) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}

.bn1 span,.bn2 span,.bn3 span,.bn4 span{
position:absolute;
top:0px;
left:0px;
bottom:0px;
right:0px;
margin:auto;
color:#fff;
font-size:16px;
font-weight:bold;
}
/* header */
#header{
    border-top: 8px solid #1e51a2;
}
#header h1 {
    float: left;
    margin: 20px 0;
}
#header .info {
    float: right;
    width: 47.5%;
    margin-top: 30px;
    max-width: 475px;
    margin-bottom: 0;
    overflow: hidden;
}
#header .info img{
	width:100%;
}
.header_tel {
    float: left;
    max-width: 245px;
    width: 51.578947368%;
    padding-top: 5px;
}
.header_tel span {
	display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    background: #a01a2a;
    color: #ffffff;
    padding: 10px 35px;
}
.header_tel img {
	vertical-align:bottom;
	margin-right:7px;
}
.header_inq{
	float:right;
	max-width:210px;
	width:44.210526315%;
}

/* nav */
#nav {
    width: 100%;
    float: none;
	background:#f0f0f0;
}
#nav ul#menu {
    max-width: 1000px;
    margin: 0 auto;
}
#nav #menu > li {
    float: left;
    list-style: none;
    width: 11.1%;
    height: 80px;
    box-sizing: border-box;
    position: relative;
}
#nav #menu > li:before{
	content:"";
	position:absolute;
	height:25px;
	width:1px;
	background:#fff;
	left:0;
	top:50%;
	margin-top:-12px;
}
#nav #menu > li.nav01:before{
	display:none;
}
#nav #menu > li a {
    display: block;
    height: 80px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 25px;
    box-sizing: border-box;
}
#nav #menu > li a:hover {
	color:#555;
}
#nav #menu > li a span.navi_span{
	display:block;
	font-weight:normal;
	color:#0a4fb2;
}


#nav #menu .submenu_ul{
position:absolute;
z-index:1;
}
#nav #menu .submenu_ul > li {
    background:rgba(0,0,0,0.8);
    list-style: none;
    width: 200px;
    height:50px;
    box-sizing: border-box;
    border-collapse: collapse;
    border-bottom: 1px solid #fff;
}
#nav #menu .submenu_ul > li a {
    color: #fff !important;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
#nav #menu .submenu_ul>li a:hover {
	color: #ccc!important;
}
/* content */

#content {
	margin-bottom:40px;
	min-height:800px;
}
.top #content {
	margin-bottom:0;
}

#content .wrap p {
	margin-bottom:1.2em;
}
.wrap .inner{
max-width:1000px;
margin:0 auto;
}

/* メイン */

.carousel {
    padding-bottom: 1px;
    width: 100%;
    overflow: hidden;
}
.carousel > div {
	width:1000px;
	margin:0 auto;
}
.carousel .slick-list {
  overflow: visible;
}
.carousel .slick-slide {
  position: relative;
  outline: 0;
}
.slick-dots{}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
	content:'';

    width: 10px;
    height: 10px;
	background:#f3f2ee;
	border-radius:50%;
}
.slick-dots li.slick-active button:before {
	background:#fdcc07;
}
.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 37px;
  height: 37px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}
.carousel .slick-arrow:hover {
  opacity: 0.5;
}
.carousel .slick-arrow.slick-prev {
  left: -19px;
  background-image: url(../images/arrow_prev.png);
}
.carousel .slick-arrow.slick-next {
  right: -19px;
  background-image: url(../images/arrow_next.png);
}

/* フッター */
.totop {
	text-align:right;
	line-height:1;
	height:47px;
}
.totop img {
	display:block;
	float:right;
}
.top .totop {
	background:#f5f6f0;
	padding-top:30px;
}
#footer {
	background:url(/images/top02_bg01.png) repeat center top;
	padding:40px 0;
}

#footer .f_box01{
	float:left;
	width:72%;
}
#footer .f_box02{
	float:right;
	width:25.5%;
	max-width:255px;
}
#footer .footer_logo img{
	width:100%;
}
#footer .ttl_p {
    font-size: 18px;
    margin: 0 0 15px;
    color: #333;
    border-left: 2px solid #0a4fb2;
    padding: 0px 0 0px 20px;
}
#footer .inner {
	padding:1em 0;
}
#footer ul {
	text-align:center;
	margin-bottom:10px;
	float:left;
	width:32%;
	margin-right:2%;
}
#footer ul.f_menu03{
	margin-right:0;
}
#footer ul li {
    display: block;
    list-style: none;
    text-align: left;
    margin: 0 0 8px;
}
#footer ul li a,
#footer ul li a:visited {
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer ul li a {
    color: #555555;
    text-decoration: none;
    padding-left: 16px;
    position: relative;
    font-size: 14px;
    display: inline-block;
}
#footer ul li a:hover {
	color: #555555;
	text-decoration: underline;
}
#footer ul li a::before {
    content: "";
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-left: 6px solid #0a4fb2;
    left: 0;
    top: 6px;
    position: absolute;
}
.copyright {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
    color: #fff;
	padding:14px 0;
	background:#1e51a2;
}

/* table */

.menu_table {
	width:100%;
	margin-bottom:10px;
	border-top:1px solid #e8e9e3;
}
.menu_table th,
.menu_table td {
	padding:14px 14px;
	border-bottom:1px solid #e8e9e3;
}
.menu_table th {
	text-align:left;
}
.menu_table td {
	text-align:right;
}

table.news {
	border-top:1px solid #e8e9e3;
	max-width:800px;
	margin:0 auto;
	width: 100%;
}
table.news th,
table.news td {
	padding:15px 10px 14px ;
	border-bottom:1px solid #e8e9e3;
}
table.news th {
	width:20%;
	color:#b4c22e;
	padding:15px 0 14px 20px;
}

table.info {
	border-top:1px solid #e8e9e3;
}
table.info th,
table.info td {
	padding:15px 5px 14px ;
	border-bottom:1px solid #e8e9e3;
	text-align:left;
}
table.info th {
	width:20%;
}


/* BTN */

.anchor_wrap a {
	width:180px;
	display:inline-block;
	height:32px;
	line-height:30px;
	color:#fff;
	text-decoration:none;

	background:#afcaf2;
	border-radius:16px;
	text-align:center;
	box-sizing:border-box;
	padding-top:2px;
}
.anchor_wrap a:hover {
	opacity:0.7;
}

/*TOP*/

.under .wrap.h3_title_wrap,.under .wf_bread_ul + .wrap{
    max-width: 100%;
    padding: 2em 0;
    background: url(/images/top02_bg01.png) repeat center top;
    margin-bottom: 40px;
}
.under .h3_title_wrap h3,.under .wf_bread_ul + .wrap h3 {
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    display: block;
    font-size: 34px;
    color: #333;
    letter-spacing: 4px;
    border-left: none;
    margin: 0;
}
.top h3.title, .under h3 {
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    display: block;
    font-size: 30px;
    letter-spacing: 0;
    color: #333;
    font-weight: bold;
    position: relative;
    line-height: 1.4;
    margin: 0 0 35px;
}
.top .sub {
	border:none;
	font-weight:normal;
	font-size:14px;
	padding:12px 0 0 0;
	display:block;
}
.top h3.title span{
	font-size:16px;
	color:#0a4fb2;
	display:block;
}

.top h4,.under h4,#footer h4 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:1em;
	border-bottom: 1px solid #1e51a2;
    line-height: 1.3;
	padding-bottom:10px;
	position:relative;
	color:#1e51a2;
}
.top h4:before,.under h4:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 2px;
    background: #1e51a2;
    left:0;
    bottom: -2px;
}
.under h4 {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.under h5 {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #1e51a2;
    padding: 0px 0 5px 5px;
}
.top  .bg_block {
	background:#000c1c;
}
.top .concept-block,
.top  .item-block {
	padding-bottom:2.5em;
	padding-top:2.5em;
	margin-bottom:2.5em;
}
.top  .info-block {
	margin-bottom:2.5em;
}
.top .concept-block img {
	margin-right:20px;
}
.top .concept-block h4,
.top .concept-block p ,
.top .concept-block .btn-style{
	/*padding-left:52%;*/
}
.top .shop-block img {
	/*margin-left:20px;*/
}
.top .shop-block p.entry_p {
	width:48%;
}
.top .shop-block .anchor_wrap {
	padding-top:1em;
}

.top dl.info { margin-bottom:20px;}

/* item */	

.item-list li {
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:0 2% 2%;
	text-align:center;
}
.item-list li img {
	width:100%;
	border-radius:50%;
	margin-bottom:10px;
}
.item-list li span.item-price {
	padding-top:6px;
	font-size:16px;
	font-weight:bold;
	color: #b0bf24;
	display:block;
}

/* under */

.page_title {
	background:#000c1c;
	text-align:center;
	margin-bottom:30px;
	padding:2em 0;
}
h2.title {
	max-width:1000px;
	margin:0 auto;
	font-size:40px;
	font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/* template */

.under .wrap {
    margin-bottom: 10px;
}
.type_basic_fl img {
	width:30%;
	margin-right:2%;
	float:left;
}
.type_basic_fr img {
	width:30%;
	margin-left:2%;
	float:right;
}
.img-half .type_basic_fl img {
	width:48%;
	margin-right:2%;
}
.img-half .type_basic_fr img {
	width:48%;
	margin-left:2%;
}

/* 画像 */

.wrap img {
	max-width:100%;
}

.img_list1 img {
	margin:0 0 2%;
}
.img_list3 li {
	width:32%;
	margin:0 0 2% 2%;
	float:left;
	display:block;
}
.img_list3 li:first-child {
	margin-left:0;
}

/*-------------------
 Responsive 
-------------------*/

.sp { display:none!important;}

.map {
position: relative;
padding-bottom: 40%;
height: 0;
overflow: hidden;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media only screen and (max-width: 1010px) {
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
    margin-left: auto;
	margin-right:auto;
    width: 94%;
	float:none;
}
#nav li {
}
.map {
padding-bottom: 45%;
}

/**/

}
@media only screen and (max-width: 1000px) {
.carousel > div {
    width: 100%;
}
.carousel .slick-arrow.slick-next { right:5px;}
.carousel .slick-arrow.slick-prev { left:5px;}
}
@media only screen and (max-width: 767px) {

.sp { display:block!important;}
.pc { display:none!important;}

img {
	max-width:100%;
}

#header {
	height:90px;
}
#header h1 {
	position:absolute;
	margin-top:0;
	top:20px;
	left:10px;
	max-width:50%;
}
#header .info {
	position:absolute;
	top:20px;
	right:10px;
	margin-top:0;
	width:166px;
	max-width:36%;
	padding-top:0;
	float:right;
}
#header .info a {
	margin-right:4.5%;
	display:block;
	width:30.5%;
	float:left;
}
#header .info img {
	width:100%;
	display:block;
}

#nav {
	background:none;
}
#menu { display:none;}
#toggle {
	display: block;
	position: absolute;
	top:20px;
	right:10px;
	max-width:50px;
	width:10%;
}
#header  #toggle a {
	width:100%;
	margin:0;
	float:none;
	position: relative;
}
#nav ul {
    background: rgba(255,255,255,0.7);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
	position:absolute;
	z-index:9999;
}
#nav #menu > li {
	display:block;
	text-align:left;
	float:none;
	height:auto;
	width:100%!important;
	padding:0;
	box-sizing:border-box;
	border:none;
	border-bottom:1px solid #ccc;
	margin:0;
}
#nav #menu > li.nav01 { border-left:none;}
#nav #menu > li.nav07:after{
	display:none;
}
#nav #menu > li a {
	display:block;
	padding:14px 10px;
	width:100%;
	float:none;
	box-sizing:border-box;
	text-align:left;
	height:auto;
	line-height:1.5;
}
#nav #menu .submenu_ul > li {
    width: 100%;
}
#nav #menu .submenu_ul > li a{
    padding:0;
	padding-left: 10px !important;
	text-align:left;
}
#nav #menu .submenu_ul {
    top: 55px;
}
.item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
}

#content {
	width:100%;
}

/* top */
.top .concept-block img,
.top .shop-block img {
    margin:0 0 20px;
    max-width: 100%;


}

.top .concept-block h4,
.top .concept-block p,
.top .concept-block .anchor_wrap {
	padding-left:0;
}
.top .shop-block .anchor_wrap,
.top .concept-block .anchor_wrap {
	text-align:center;
}
.top .shop-block p.entry_p {
	width:100%;
}

/* template */

.type_basic_fl img,
.type_basic_fr img ,
.img-half .type_basic_fl img,
.img-half .type_basic_fr img,
.img_list3 img ,
.img_list3 a {
	float:none;
	width:100%;
	margin:0 0 20px ;
}

}

@media only screen and (max-width: 480px) {
#header {
    height: 80px;
}
#nav ul {
    top: 80px;

}
.top .recommend-block .block-inner {
	background-size:20px;
	background-position:0 0;
}
.top .recommend-block .block-inner .fl {
	padding-left:0;
}

table.news th,
table.news td,
.info_dt,
.info_dd {
	display:block;
	float:none;
	width:100%;
	text-align:left;
}
table.news th,
.info_dt {
	padding:15px 2px 4px;
}
table.news td,
.info_dd {
	padding:4px 2px 15px;
}
table.news th,
.info_dt {
	border-bottom:none;
}

.menu_table th,
.menu_table td {
	display:block;
}
.menu_table th {
	border-bottom:none;
	padding-bottom:4px;
}
.menu_table td {
	padding-top:4px;
}

}
@media only screen and (max-width: 320px) {
#nav ul { top:65px;}

}
/***********BLOG************/
.wrap>.inner{
}
.wf_blog_ul{
}


.wf_blog_ul .wf_blog_li_thumb,.wf_blog_ul .wf_blog_li_thumb:hover{
}

.wf_blog_ul .wf_blog_li_thumb img{
}
.wf_blog_ul li{
	border-bottom:1px dotted #cccccc;
}
.wf_blog_ul  li a{
}
.wf_blog_ul li:after{
}
.wf_blog_ul .wf_blog_li_date,.wf_blog_ul .wf_blog_li_title{
	margin: 12px;
}
.wf_blog_ul .wf_blog_li_title {
    color: #333333;
}
.wf_blog_ul .wf_blog_li_date {
	margin-left:0;
	color:#cccccc;
}
.wf_bread_ul li{
}
.wf_bread_ul {
}
.radius_wrap .wf_blog_ul{
}
.radius_wrap .wf_blog_ul li{
}

form .wrap{
}
@media screen and (max-width: 768px) {
form .wrap{
}
}



/* --追記-- */
a:focus,
*:focus {
 outline: none;
}
a {
color: #333333;
text-decoration: none;
}
a:hover {
color: #333333;
 text-decoration: underline;
}
a:hover img {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}
#header h1 a:hover img {
 opacity: 1;
 filter: alpha(opacity=100);
 -ms-filter: "alpha( opacity=100 )";
}
.mb0 {
 margin-bottom: 0!important;
}
.mb_h3 {
 margin-bottom: 20px !important;
}
.mb_h4 {
 margin-bottom: 18px!important;
}
.mb_h5 {
 margin-bottom: 10px!important;
}
.mb_01 {
 margin-bottom: 27px!important;
}
.mb_02 {
 margin-bottom: 60px!important;
}
.mb_03 {
 margin-bottom: 75px!important;
}
ul.list_dot {
 list-style: none;
}
ul.list_dot li {
 padding: 0 0 5px 22px;
 position: relative;
 word-wrap: break-word;
}
.list_dot li:before {
 background: none repeat scroll 0 0 #0a4fb2;
 border-radius: 50%;
 content: "";
 height: 5px;
 left: 6px;
 position: absolute;
 top: 10px;
 width: 5px;
}
.float_ul01 li {
 margin: 0 20px 0 0;
 float: left;
 width: 40%;
}
ul.ul_check li {
 padding: 5px 0px 5px 24px;
 position: relative;
}
ul.ul02 {
 list-style: none;
}
ul.ul02 li {
 padding: 0 0 5px 14px;
 position: relative;
}
ul.ul02.float_ul01 li {
 box-sizing: border-box;
 float: left;
 margin: 0 2% 0 0;
 padding: 0 0 5px 14px;
 position: relative;
 width: 48%;
}
ul.ul02 li a {
 font-weight: bold;
}
.ul02 li:before {
 display: block;
 content: "";
 position: absolute;
 top: 8px;
 left: 3px;
 width: 0;
 height: 0;
 border: 5px solid transparent;
 border-left: 5px solid #3584d5;
}
ul.ul_check li:before {
 background: none repeat scroll 0 0 #6a91c4;
 border: 1px solid #0a4fb2;
 border-radius: 3px;
 content: "";
 height: 17px;
 left: 0;
 position: absolute;
 top: 9px;
 width: 17px;
 z-index: 0;
}
ul.ul_check li:after {
 position: absolute;
 top: 9px;
 left: 3px;
 content: "";
 width: 11px;
 height: 4px;
 border: transparent 4px solid;
 border-left: 2px solid #FFFFFF;
 border-bottom: 2px solid #FFFFFF;
 transform: rotate(-40deg);
 -webkit-transform: rotate(-40deg);
 -ms-transform: rotate(-40deg);
 z-index: 10;
}
p.point_p {
 color: #cab52c;
 font-size: 22px;
 font-weight: bold;
 line-height: 1.3;
 padding: 7px 5px 8px 16px;
 position: relative;
 text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
 z-index: 1;
}
p.point_p:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 25px;
 height: 25px;
 border: 9px solid #d7f0f9;
 border-radius: 50%;
 z-index: -1;
}
.number_p {
 font-size: 19px;
 font-weight: bold;
 line-height: 1.4;
 margin: 0 0 10px;
 padding: 0 0 0 110px;
 text-indent: -110px;
}
.number {
 background: none repeat scroll 0 0 #cab52c;
 border-radius: 5px;
 box-shadow: 3px 3px 0 #ccc;
 color: #fff;
 font-size: 23px;
 margin: 0 10px 0 0;
 padding: 0 8px;
}
.arrow_box {
 position: relative;
 height: 40px;
 width: 100%;
}
.arrow_box:before {
 content: "";
 position: absolute;
 background: none;
 top: 10px;
 left: 0px;
 height: 0;
 border-top: dotted #E6DDB8 2px;
 width: 100%;
}
.arrow_box:after {
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 50%;
 margin: 0 0 0 -30px;
 width: 0px;
 height: 0px;
 border: 30px solid transparent;
 border-top: 16px solid #faeaa9;
}
.merit01 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 background: #cdb827;
 font-size: 20px;
 color: #fff;
 margin: 0 0 8px;
 display: inline-block;
}
.merit02 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 margin: 0 0 8px;
 background: #6a91c4;
 font-size: 20px;
 color: #fff;
 display: inline-block;
}
.text_box {
 float: right;
 width: 62%;
}
.border_box01 {
 background-color: #f4f4f4;
 border: 1px solid #ddd;
 border-radius: 7px;
 padding: 10px;
}
.border_box02 {
 background-color: #f8f8f8;
 border: 1px solid #ddd;
 border-radius: 7px;
 padding: 10px;
}
.text_01 {
 color: #cdb827;
 font-size: 24px;
 font-weight: bold;
 letter-spacing: 0;
 line-height: 1.6 !important;
 padding: 0;
 text-align: center;
}

.link_btn {
    width: 96%;
    max-width: 320px;
    display: block;
    margin: auto;
}
.link_btn a {
    line-height: 1.4;
    display: block;
    padding: 10px 20px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    background: #1e51a2;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    letter-spacing: 0.05em;
}
.link_btn a:before {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
content: "";
display: block;
height: 8px;
margin-top: -5px;
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
width: 8px;
}
.link_btn a:hover {
 opacity: 0.8;
 color: #fff;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 text-decoration: none;
 /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}


/*--------------------------------------
	table01
--------------------------------------*/
table.table01, table .table01 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table01 th, .table01 td {
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
}
.table01 thead th {
	background: #0a4fb2;
	color: #fff;
}
.table01 tbody th {
    background: #f0f0f0;
    width: 25%;
}
.table01.table01_2 tbody th{
	background:#fff;
}
.table01 th, .table01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.table02 {
	border-collapse: collapse;
	background: none;
	width: 100%;
}
table.table02 th {
	padding: 1.5% 1%;
	text-align: left;
	border-bottom: solid 1px #725c4d;
	width: 22%;
	font-weight: normal;
}
table.table02 td {
	padding: 1%;
	text-align: left;
	border-bottom: solid 1px #725c4d;
}
@media screen and (max-width: 767px) {
table.table01, table .table01 {
	font-size: 85%;
}
.table01 th, .table01 td {
	padding: 0.2em;
}
}
@media (max-width: 480px) {
table.table01, table .table01 {
	font-size: 70%;
}
}
@media screen and (max-width: 767px) {
table.table01,  table .table01 {
	font-size: 85%;
}
.table01 th,  .table01 td {
	padding: 0.2em;
}
}
@media (max-width: 480px) {
table.table01,  table .table01 {
	font-size: 70%;
}
}
.slick-slider {
    margin-bottom: 0 !important;
}

.slick-dots{
	display:none!important;
}
.carousel .slick-arrow{
	display:none!important;
}
.columns {
    margin-left: 0;
    margin-right: 0;
    margin-top: -10px;
}

form .wrap {
	border-bottom:none;
	padding-top: 0;
	padding-bottom: 0;
}

.youtube-wrap {
	width:600px;
	max-width:100%;
	margin:0 auto 20px;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border:none;
}
.top01{
	padding:50px 0;
}
.top .top01 h4 {
    border-bottom: none;
    font-size: 30px;
    background: #f5f5f5;
    position: relative;
    padding: 8px 0 8px 30px;
	text-align:left;
}
.top .top01 h4:before{
	content:"";
	position:absolute;
	width:6px;
	height:80%;
	background:#1e51a2;
	left:10px;
	top:0;
}
.top .top01 h4 span {
    font-size: 12px;
    vertical-align: middle;
	color:#333;
}

.top01 .link_btn{
	margin:0;
	max-width:220px;
}
.top02{
	background: url(/images/top02_bg01.png) repeat center top;
	padding:60px 0;
}
.top .top02 h3.title{
	margin-bottom:0;
}
.top02 p{
	line-height:2;
}


.top .top03 {
    margin: 0;
	color:#fff;
	text-align:center;
}
.top03 .columns {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}
.top03 .column{
	background-size:cover;
	position:relative;
	padding:100px 0;
	box-sizing:border-box;
	border-right:1px solid #fff;
}

.top03 .column{
	background: url(/images/top03_bg01.png) no-repeat center top;
	background-size:cover;
}
.top03 .column02{
	background: url(/images/top03_bg02.png) no-repeat center top;
	background-size:cover;
}
.top03 .column03{
	background: url(/images/top03_bg04.png) no-repeat center top;
	background-size:cover;
	border-right:none;
}
.wrap.top03 .part.p01_02 {
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 1.2;
}
#content .wrap.top03 .column p.p01 {
    font-size: 48px;
    margin: 0;
    letter-spacing: 0.1em;
}
#content .wrap.top03 .column p.p02 {
    display: inline-block;
    font-size: 16px;
    background: none;
    color: #fff;
    padding: 10px 80px;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    border: 1px solid;
    position: relative;
    margin-bottom: 0;
}


#content .wrap.top03 .column p.p02::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 8px;
}
.top03 .link_p{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
	-webkit-transition:none;
	transition:none;
	margin-bottom:0!important;
}
.top03 .link_p a{
    width: 100%;
    height: 100%;
    display: block;
	transition:none;
	-webkit-transition: none;
}
.top03 .link_p a:hover{
    background-color:#FFF;
    filter:alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
}
.top04 .map {
    padding-bottom: 23%;
}

.catch{
	font-size:18px;
	font-weight:bold;
	color:#1e51a2;
}
.flow_block {
	padding:0 0 2em;
	margin-bottom:1em;
	position:relative;
}
.flow_block::after {
	position:absolute;
	content:"";
    width: 0;
    height: 0;
	bottom: 0;
	right: 50%;
	margin: 0 -30px -30px 0;
    border: 30px solid transparent;
    border-top: 15px solid #1e51a2;
}
@media screen and (max-width: 1200px) {
#content .wrap.top03 .column p.p01 {
    font-size: 30px;
}
.wrap.top03 .part.p01_02 {
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 18px;
}
#content .wrap.top03 .column p.p02 {
    max-width: 90%;
	padding: 10px 30px;
}
}
@media screen and (max-width: 1000px) {
.wf_blog_ul li {
    font-size: 13px;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
#nav #menu > li a,#nav #menu .submenu_ul > li a{
    font-size: 14px;
}

}
@media (min-width: 768px) and (max-width: 979px) {
#nav #menu > li a,#nav #menu .submenu_ul > li a{
    font-size: 12px;
}
}
@media screen and (max-width: 768px) {
.columns {
    margin-left: auto !important;
    margin-right: auto !important;
	text-align:center;
}
.columns p,.columns ul li{
	text-align:left;
}
.img_block .columns p{
	text-align:center;
}
.top01,.top02{
    padding: 40px 0;
}
.top01 .column.youtube_column {
    margin: 20px auto 0;
    max-width: 480px;
}
#content .wrap.top03 .column p.p01 {
    text-align: center;
}
.wrap.top03 .part.p01_02 {
    text-align: center;
}
.top03 .column{
	border-right:none;
	padding: 60px 0;
}
#mailform .column {
    padding: 0px;
    text-align: left;
}
.top04 .map {
    padding-bottom: 50%;
}
}
@media screen and (max-width: 767px) {
.top h3.title {
    font-size: 26px;
}
.top01 .columns{
	max-width:94%;
}
.top .top01 h4 {
    font-size: 26px;
    margin-bottom: 10px;
}
#footer .f_box01 {
    float: none;
    width: 100%;
}
#footer .f_box02 {
    float: none;
    width: 100%;
    margin-top: 20px;
}
#footer ul {
    float: none;
    width: 100%;
    margin-right: 0;
}
.wf_blog_ul .wf_blog_li_date {
    margin-bottom: 0;
}
.under .wrap.h3_title_wrap, .under .wf_bread_ul + .wrap {
    padding: 1em 0;
}
.under .h3_title_wrap h3, .under .wf_bread_ul + .wrap h3 {
    font-size: 28px;
}
}


.wf_lic_製品案内 .wf_blog_li_date{display:none;}