﻿@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      *
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */


h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 140%;
}
a {
	color: #d06217;
	outline: none;
	text-decoration: underline;
}
a:hover, a:active {
	color: #eb8a49;
	text-decoration: none;
}
p, dt, dd, td, li {
	line-height: 1.7em;
}
p {
	line-height: 26px;
	padding: 0 0 16px;
}
/* common_reset
------------------------------------------------------------------------*/

img {
	border: 0;
	vertical-align: bottom;
}
.image_l {
	float: left;
	padding: 0 30px 8px 0;
}
.image_l_02 {
	padding-right: 40px;
}
.image_r {
	float: right;
	padding: 0 0 8px 30px;
}
.center {
	text-align: center
}
.center02 {
	text-align: center
}
.fLeft {
	float: left!important
}
.fRight {
	float: right!important
}
.clearBoth {
	clear: both
}
.section {
	padding-bottom: 15px;
}
.section_en {
	padding-bottom: 30px;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	max-width: 100%;
}
body {
	text-align: center;
	max-width: 100%;
	color: #1f1f1f;
}
#wrapper {
	text-align: left;
}
@font-face {
	font-family: 'notosan';
	src: url('../font/NotoSansCJKjp-Light.otf');
	font-weight: normal;
	font-style: normal;
}
img {
	max-width: 100%;
}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* contents
------------------------------------------------------------------------*/

.mainIndex {
	margin-top: 90px;
}
.mainInner {
	padding: 0 0 40px;
	max-width: 1045px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.indexBanner li a {
	float: left;
	width: 32.3%;
	margin: 0 1.5% 20px 0;
	box-sizing: border-box;
	position: relative;
}
.indexBanner li:last-child a {
	margin-right: 0;
}
.indexBanner li span {
	display: block;
	background: #5a493f;
	color: #fff;
	width: 78%;
	padding: 13px;
	box-sizing: border-box;
	position: absolute;
	text-align: center;
	left: 50%;
	bottom: -27%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	font-size: 110%;
}
.indexBanner li img {
	padding-bottom: 10px;
}
.indexBanner02 {
	max-width: 1080px;
	margin: 25px auto 0;
	color: #333;
}
.indexBanner02 li {
	float: left;
	width: 32.3%;
	margin: 0 1.5% 50px 0;
	box-sizing: border-box;
	position: relative;
	background: #fff;
}
.indexBanner02 li:last-child {
	margin-right: 0;
}
.indexBanner02 li span.title01 {
	display: block;
	text-align: center;
	font-size: 130%;
	margin-top: -10px;
}
.indexBanner02 li span.info {
	padding: 17px;
	display: block;
	text-align: justify;
}
.mainInner02 {
	background: url(../images/index_bg_01.jpg) no-repeat center top;
	color: #fff;
	padding: 120px 0 80px;
	margin-bottom: 80px;
	background-attachment: fixed;
}
.mainInner03 {
	max-width: 1080px;
	margin: 0 auto 60px;
}
.indexBanner04 {
	max-width: 1080px;
	margin: 25px auto;
	color: #333;
}
.mainInner04 {
	background: url(../images/index_bg_02.jpg) no-repeat center top;
	color: #fff;
	padding: 130px 0 130px;
	margin-bottom: 80px;
	background-attachment: fixed;
}
.mainInner04_02 {
	max-width: 870px;
	margin: 0 auto;
}
.mainInner05 {
	max-width: 1080px;
	margin: 0 auto 100px;
}
#main {
	position: relative;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	background: url(../images/content_img_01.jpg) no-repeat center bottom;
}
#index #main {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
#index #main {
	background: #fff;
	position: relative;
	z-index: 4;
}
#content {
	max-width: 1200px;
	margin: 70px auto 40px;
}
#index #content {
	max-width: 100%;
	margin: 0 auto;
}
#navi {
	width: 220px;
	float: left;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	padding: 15px;
}
.navi_logo {
	text-align: center;
}
#navi ul {
	border-bottom: 1px dotted #aaaaaa;
	margin-bottom: 20px;
}
#navi ul li {
	border-top: 1px dotted #aaaaaa;
	padding: 7px 5px;
	position: relative;
}
#navi ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 13px;
	line-height: 22px;
}
#navi ul li a:hover {
	opacity: 0.8;
}
#navi ul li a:after {
	border-right: 1px solid #5d4a46;
	border-top: 1px solid #5d4a46;
	content: "";
	display: block;
	height: 6px;
	margin: -4px 0 0;
	position: absolute;
	right: 7px;
	top: 50%;
	transform: rotate(45deg);
	width: 6px;
}
.navi_tel {
	font-family: "poppins_regular";
	font-size: 20px;
	padding-bottom: 7px;
}
.navi_tel span {
	color: #3cc4ec;
	font-size: 18px;
	padding-right: 10px;
}
.time01 {
	font-size: 10px;
	margin-bottom: 10px;
}
.time01 dt {
	color: #41bbc5;
	letter-spacing: 2px;
	line-height: 18px;
}
.time01 dt.dt_last {
	letter-spacing: 0;
}
.time01 dd {
	margin-left: 40px;
	line-height: 18px;
	padding-bottom: 8px;
	letter-spacing: 0.5px;
}
.time01 dd.dd_last {
	letter-spacing: 0;
	padding-bottom: 0;
	letter-spacing: -1.5px;
}
.note span {
	color: #fe0000;
	padding-right: 5px;
}
.note {
	font-size: 13px;
	color: #6e6e6e;
}
.note02 span {
	color: #30c8d6;
}
.note02 {
	font-size: 12px;
}
.navi_contact {
	padding-bottom: 0;
	margin-top: 5px;
}
.navi_contact a {
	background: #41bbc5;
	width: 100%;
	box-sizing: border-box;
	padding: 6px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}
.navi_contact a img {
	margin-top: -2px;
	margin-left: 12px;
	vertical-align: middle;
}
.navi_contact a:hover {
	background: #67b6c5;
	opacity: 1;
}
.path {
	background: url(../images/content_pan.jpg) no-repeat center top;
	height: 38px;
	color: #6e6e6e;
}
.path p {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 12px;
}
.path p a {
	color: #6e6e6e;
	text-decoration: none;
}
.block_h2 {
	background: url(../images/content_bg.jpg) no-repeat center top;
	height: 370px;
}
.block_h2 h2 {
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 37px;
	letter-spacing: 2px;
	display: block;
	padding: 160px 0 0 0;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgb(195, 214, 221), -1px -1px 3px rgb(195, 214, 221), 1px 1px 3px rgb(195, 214, 221), -1px -1px 3px rgb(195, 214, 221), 1px 1px 3px rgb(195, 214, 221), -1px -1px 3px rgb(195, 214, 221);
}
#index h3 {
	padding-top: 77px;
	font-size: 30px;
	font-weight: 300;
	line-height: 32px;
	color: #333;
	position: relative;
	margin-bottom: 23px;
	letter-spacing: 2px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#index h3 span {
	color: #751f1f;
	font-size: 14px;
	padding-top: 7px;
	display: block;
	letter-spacing: 1px;
}
#index h3.h3_1, #index h3.h3_1 span {
	color: #fff;
}
#index h3.h3_2 {
	color: #fff;
	font-size: 23px;
}
#index h3.h3_2 span {
	color: #fff;
	padding-top: 5px;
}
#index h3.h3_3 {
	margin-bottom: 32px;
}
#index h4 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 37px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}
#index h4 span.h4_span1 {
	border-radius: 25px;
	background: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 14px 30px;
}
#index h4 span.h4_span2 {
	padding-bottom: 5px;
	line-height: 120px;
	background: url(../images/line1.jpg) center bottom no-repeat;
}
#index h4.h4_1 {
	margin-bottom: 5px;
}
#index h4.h4_2 span.h4_span1 {
	background: #fff;
	color: #000;
	padding: 14px 45px;
}
#index h4.h4_3 {
	background: none;
	font-size: 32px;
	padding-bottom: 30px;
}
#index h4.h4_4 {
	margin-bottom: 10px;
}
#index h5 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 37px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 27px;
}
#index h5 span.h5_span1 {
	border-radius: 25px;
	background: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 14px 45px;
}
#index h5 span.h5_span2 {
	display: block;
	padding-top: 40px;
}
#index h5.h5_1 {
	font-family: Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
/*#index h3:after {
	content:"";
	position:absolute;
	display:block;
	background: url(../images/line_01.png) center bottom no-repeat;
	bottom:-20px;
	left:0;
	right:0;
	margin:0 auto;
	width:80px;
	height:5px;
}*/

#content h3 {
	font-size: 27px;
	line-height: 32px;
	margin-bottom: 50px;
	text-align: center;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
}
#content h3:after {
	content: "";
	position: absolute;
	display: block;
	background: #751f20;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80px;
	height: 4px;
}
#content h4 {
	background: url(../images/h4.png) left center no-repeat;
	padding-left: 35px;
	font-size: 23px;
	line-height: 35px;
	margin-bottom: 15px;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*#content h4:before {
	content: '';
	position: absolute;
	background: #2b66b6;
	height: 100%;
	width: 4px;
	top:0;
	left: 0;	
}*/
#content h5 {
	background: url(../images/h5.png) left center no-repeat;
	padding-left: 35px;
	font-size: 19px;
	line-height: 32px;
	margin-bottom: 17px;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content h5 span {
	background: #cea500;
	padding: 5px 15px;
	color: #fff;
	margin-right: 15px;
}
.indexSection {
	padding-bottom: 30px;
}
.indexover li {
	padding: 0 7px 0 7px;
	box-sizing: border-box;
}
.indexover li img {
	padding-bottom: 10px;
}
.single-item img {
	padding: 0 5px;
}
/* ------------------------------------------------------------------- hx */





/* ------------------------------------------------------------------- list */





/* ------------------------------------------------------------------- table */

table {
	margin-bottom: 25px;
	width: 100%;
	clear: both;
}
table th, td {
	padding: 0 15px;
	border: none;
	color: #000;
	text-align: center;
}
table th {
	text-align: right;
	padding-left: 0;
}
.ft_address th {
    padding: 0;
}
/* ------------------------------------------------------------------- base */


.pb0 {
	padding-bottom: 0!important;
}
.pb05 {
	padding-bottom: 5px!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb05 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px
}
.mb30 {
	margin-bottom: 30px
}
.mb40 {
	margin-bottom: 40px
}
.mar_01 {
	margin: 10px;
}
.pb07 {
	padding-bottom: 7px
}
.pb10 {
	padding-bottom: 10px
}
.pb20 {
	padding-bottom: 20px
}
.pb25 {
	padding-bottom: 25px
}
.pb30 {
	padding-bottom: 30px
}
.pb35 {
	padding-bottom: 35px
}
.w8 {
	width: 8%;
}
.w10 {
	width: 10%;
}
.w11 {
	width: 11%;
}
.w18 {
	width: 18%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w24 {
	width: 24%;
}
.w25 {
	width: 25%;
}
.w28 {
	width: 28%;
}
.w30 {
	width: 30%;
}
.w33 {
	width: 33%;
}
.w35 {
	width: 35%;
}
.w50 {
	width: 50%;
}
a:hover {
	opacity: 0.8;
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 100;
	background: url(../images/header_bg.jpg) center top no-repeat;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text_header1 {
	background: #fce274;
	color: #535353;
	padding: 1px 0 1px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	line-height: 35px\9;
	height: 22px\9;
	margin-bottom: 10px;
}
.header_tel {
	float: left;
	padding-top: 10px;
	padding-bottom: 13px;
	font-family: notosan;
	font-weight: bold;
	color: #fff;
}
.header_tel span {
	font-size: 20px;
	padding-right: 12px;
}
.header_show1 {
	top: -35px;
	transition: all .3s linear;
}
.header_show2 {
	margin: 0 auto!important;
	position: fixed!important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	z-index: 99999999;
	transition: all .3s linear;
}
.header_show2 .gnavi {
	margin: 13px 0;
}
.header_show2 .gnavi li a {
	padding: 0 23.4px;
	font-size: 14px;
}
/*.gnavi_show { border-top:5px solid #41bbc5; margin-top:-5px; }
.gnavi_show .logo{
	top : 7px;
	left:400px;
}
.gnavi_show .header_tel{
	top:60px;
}
.gnavi_show .bnr_contact{
	top: 60px;	
}
.gnavi_show .gnavi{	
	top: 140px;
}
.gnavi_show .header_pc {
    height: 180px;
	}*/
	
	
	
h1 {
	color: #fff;
	text-align: center;
	padding-top: 40px;
	font-size: 14px;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.header01 {
	width: 100%;
	margin: 0 auto;
	position: absolute;
}
.header01_01 {
	float: left;
	width: 500px;
	padding-top: 15px;
}
.header01_02 {
	float: right;
	width: 515px;
	padding-top: 30px;
}
.header02 {
	display: none;
}
.bnr_contact {
	float: right;
	padding-bottom: 0;
	border: 1px solid #fff;
}
.bnr_contact a {
	width: 170px;
	height: 45px;
	box-sizing: border-box;
	padding-top: 12px;
	text-decoration: none;
	color: #fff;
	line-height: 21px;
	text-align: center;
	display: block;
}
.bnr_contact img {
	margin: 0 12px 5px 0;
}
.bnr_contact a:hover {
	background: #751f20;
	opacity: 1;
}
/**********************************  gnavi  ****************************************/





#hidden {
	position: fixed;
	/*top: -105px;*/
	left: 0;
	z-index: 200;
	width: 100%;
	height: 105px;
	background: #751f20;
	color: #fff;
	transition: all .3s linear;
}
/*#hidden.open {
	top: 0;
}*/
.header_gnavi {
	max-width: 100%;
	background: #751f20;
	height: 105px;
	box-sizing: border-box;
}
.gnavi_show {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
}
.gnavi {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gnavi li {
	position: relative;
	z-index: 1;
	font-size: 15px;
	display: inline-block;
}
.gnavi li a {
	color: #fff;
	text-decoration: none;
	display: table-cell;
	height: 105px;
	vertical-align: middle;
	box-sizing: border-box;
}
.gnavi li span {
	padding: 3px 33px;
	line-height: 15px;
	display: block;
	letter-spacing: 1px;
}
.gnavi li span img {
	margin: 0 0 2px 6px;
}
.gnavi li:first-child span {
	padding-left: 0;
}
.gnavi li:last-child span {
	padding-right: 0;
}
.gnavi li a:hover {
	opacity: 0.7;
	color: #fff;
	text-decoration: none;
}
.gnavi li div.submenu01 {
	position: absolute;
	top: 105px;
	left: 0;
}
.gnavi li div.submenu01 li {
	border-left: none;
}
.gnavi li div li {
	margin: 0;
}
.gnavi li div li a {
	background: #e2d0d0;
	text-decoration: none;
	color: #751f20;
	display: block;
	padding: 7px 0;
	height: auto;
	box-sizing: border-box;
	text-align: center;
	width: 170px;
	font-size: 13px;
}
.gnavi li:nth-child(2) div li a {
	width: 200px;
}
.gnavi li div li a:hover {
	background: #cdafaf;
	color: #751f20;
	text-decoration: none;
	opacity: 1;
}
.gnavi li div.submenu01 li {
	min-width: 170px;
	height: auto;
}
/******************************************************************************/






.menulist {
	display: inline-block;
}
.headerMenu01 li a {
	text-decoration: none;
	color: #290b0b;
}
.headerMenu01 li a img {
	padding-bottom: 5px;
}
.headerMenu01 li span {
	display: block;
}
.hline {
	background: url(../images/nav_line1.png) no-repeat left center;
	padding: 0 2% 0 2%;
}
.container-1 .icon {
	position: absolute;
	right: 10px;
	color: #3b2623;
}
.cartpc {
	padding: 8px 5px 30px 20px;
	font-size: 13px;
	color: #290b0b;
	text-align: left;
	letter-spacing: 1px;
}
.cartpc span {
	display: block;
	padding-bottom: 5px;
}
.cartpc a {
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 4px 5px;
	text-decoration: none;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #487093 url("../images/nav_line2.png") repeat-x;
}
.cartpc img {
	padding-right: 7px;
}
/*==========================================================================*/
/*                            contebnt                                    */
/*==========================================================================*/





/*==========================================================================*/
/*                            navigation                                    */
/*==========================================================================*/

#sidebar {
	width: 230px;
	float: right;
	position: absolute;
	right: 0.5%;
	top: 35px;
	background: #fff;
	border-top: 6px solid #506b80;
}
#index #sidebar {
	top: 0;
}
.sNavi dt {
	font-family: 'mincho';
	font-size: 15px;
	background: url(../images/index_title_08.png) no-repeat center bottom;
	padding: 10px 0 10px 73px;
	position: relative;
}
.sNavi dt img {
	position: absolute;
	top: 0;
	left: 20px;
}
.sNavi dt span {
	font-size: 18px;
	color: #3d5b7c;
}
.sNavi dd {
	padding: 10px 0 12px 0;
}
.sNavi ul {
	padding: 0 20px 0 20px;
}
.sNavi ul li {
	padding-bottom: 5px;
}
.lert {
	letter-spacing: -2px;
}
.sNavi ul li a {
	text-decoration: none;
	color: #280d0b;
}
/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
	max-width: 100%;
	margin: 0 auto;
	background: #fffeef;
}
.footer01 {
	max-width: 760px;
	margin: 0 auto;
	padding: 90px 0 70px;
}
.ft_logo {
	text-align: center;
}
.ft_txt {
	font-size: 16px;
	line-height: 28px;
	padding: 8px 0 40px;
	text-align: center;
	color: #000;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ft_address {
	float: right;
	width: 60%;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 0px;
}
.ft_address dl {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.ft_address dl dt {
	float: left;
	padding-bottom: 2px;
}
.ft_address dl dd {
	margin-left: 100px;
	padding-bottom: 2px;
}
table.tbl01 td {
	border: 1px solid #313131;
	padding: 13px 0;
}
table.tbl01 td.td02 {
	background: #fff;
	text-align: left;
	padding-left: 35px;
	color: #dd431d;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}
table.tbl01 td.td03 {
	background: #313131;
	width: 18%;
}
.ft_txt_address {
	max-width: 1040px;
	margin: 18px auto 5px;
	text-align: right;
	color: #000;
	font-size: 15px;
}
address {
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #313131;
	padding: 30px 0;
}
.gMap {
	height: 460px;
}
.gmap02 {
	height: 400px!important;
	color: #333;
}

/* bnr-covid - update 2020/5/12 */
#footer .bnr-covid{
	margin:20px auto 40px;
	text-align:center;
	line-height:1.7;
	background:#FFE6D2;
	padding:2px;
	box-sizing:border-box;
}
#footer .bnr-covid .bnr-covid_inner{
	padding:40px 25px;
	border:1px solid #fff;
}
#footer .bnr-covid .covid_title{
	font-size:24px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:600;
	line-height:1.3;
	color:#222;
}
#footer .bnr-covid .covid_caption{
	margin:1.4em auto .8em;
	padding:0;
	font-size:20px;
	font-weight:600;
	line-height:1.4;
	letter-spacing:normal;
}
#footer .bnr-covid .covid_caption.txt-col01{
	color:#097bbf;
}
#footer .bnr-covid .covid_caption.txt-col02{
	color:#dd431d;
}
#footer .bnr-covid .covid_list{
	width:80%;
	margin:0 auto;
	text-align:left;
}
#footer .bnr-covid .covid_list li{
	text-indent:-1.4em;
	padding-left:1.4em;
}
#footer .bnr-covid .covid_list.doubleDigit li{
	text-indent:-2em;
	padding-left:1.4em;
}
#footer .bnr-covid .covid_list li + li{
	margin-top:.1em;
}
/* bnr-covid */

/* clearfix
------------------------------------------------------------------------*/

.section, .box01, .boxImg {
	zoom: 1;
}
.section:after, .box01:after, .boxImg:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#topic-path {
	text-align: left;
	background: url(../images/line_02.jpg) bottom left no-repeat;
	color: #290c0e;
}
#topic-path a {
	color: #290c0e;
	text-decoration: none;
}
#topic-path a:hover {
	opacity: 0.8;
}
#topic-path span {
	color: #375879;
}
.idx_R {
	background: #fff;
	float: right;
	min-width: 220px;
	min-height: 700px;
	border-top: 7px solid #487093;
	padding: 30px 0 20px 20px;
}
.box05 {
	float: right;
	margin: 50px 0 15px 0;
}
.box07 {
	color: #000;
	font-size: 11px;
	padding: 15px 0 0 230px;
	border-top: 2px solid #cccccc;
}
.box07 span.price {
	color: #487093;
	font-size: 30px;
}
.box07 span.vat {
	font-size: 80%;
}
.box08_1 {
	height: 55px;
	background: #487093;
	margin: 25px 0 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 12px;
	box-sizing: border-box;
}
.box08_1 img, .box09 img {
	margin-right: 15px;
}
.box08_2 {
	float: right;
	width: 80px;
	height: 55px;
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 20px;
	padding: 12px;
	box-sizing: border-box;
}
.box09 a {
	height: 42px;
	background: #d4bc96;
	margin: 10px 0 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 8px;
	box-sizing: border-box;
	line-height: 20px;
	display: block;
	text-decoration: none;
}
.title003 {
	background: url(../images/line_02.jpg) top 16px center no-repeat;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}
.title003 span {
	background: #f5f0ec;
	padding: 0 15px;
}
.galleryfL {
	width: 550px;
	height: 413px;
}
.galleryfR {
	margin-top: 50px;
	list-style: none;
}
.galleryfR li {
	display: inline-block;
	margin-right: 1.1%;
	margin-bottom: 1.2%;
	cursor: pointer;
}
.galleryfR li:nth-child(5n+5) {
	margin-right: 0;
}
.galleryfR li:hover {
	opacity: 0.7;
}
.bold {
	font-weight: bold;
}
.box05 {
	text-align: right;
}
.box05 select {
	width: 170px;
	height: 30px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-left: 5px;
}
.title001 {
	background: url(../images/line_01.png) top 13px center no-repeat;
	font-family: 'mincho';
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #3d5b7f;
}
.title001 span {
	display: block;
	font-size: 26px;
	letter-spacing: 2px;
	width: 200px;
	background: #f5f0ec;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	padding-bottom: 7px;
}
.box02 li {
	display: inline-block;
	margin: 15px 14px 25px 0;
	line-height: 22px;
	position: relative;
}
.box02 li:nth-child(4n+4) {
	margin-right: 0;
}
.box02 li img {
	margin-bottom: 8px;
}
.box02 li span {
	color: #477398;
	font-weight: bold;
}
.box02 li:nth-child(4) {
	background: url(../images/icon_36.png) top right no-repeat;
	margin-right: 0px;
}
.new01 {
	position: absolute;
	right: 0;
	top: -5px;
}
.title_catalogy {
	font-size: 100%;
	font-weight: bold;
}
.price_catalogy {
	font-size: 120%;
	font-weight: bold;
}
.indexSection01, .indexSection02 {
	margin-bottom: 20px;
}
#totop {
	position: fixed;
	bottom: 80px;
	right: 17px;
	z-index: 5;
}
#totop:hover {
	opacity: 0.8;
	cursor: pointer;
}
#contact {
	position: fixed;
	bottom: 25%;
	right: 0;
	z-index: 99999999;
}
#contact2 {
	position: fixed;
	top: 10%;
	right: 0;
	z-index: 99999999;
}
.sp_flogo img {
	text-align: center;
	max-width: 334px;
	margin: 0 auto;
}
.post_list li {
	float: left;
	max-width: 210px;
	margin-right: 19px;
	margin-bottom: 20px;
	text-align: center;
}
.post_list li a {
	color: #333;
	text-decoration: none;
}
.post_list li:nth-child(4n+4) {
	margin-right: 0;
}
.post_list li img {
	padding-bottom: 7px;
}
.post_list_01 {
	margin: 60px 0 15px;
}
.post_list02 {
	margin-bottom: 30px;
}
.post_list02 li span {
	float: left;
}
.post_list02 li {
	padding: 8px 10px 7px 12px;
}
.post_list02 li:nth-child(2n+1) {
	background-color: #f8f8f8;
}
.post_list02 li a {
	margin-left: 110px;
	display: block;
	text-decoration: none;
	color: #333;
}
#show {
	max-width: 600px;
	margin-bottom: 10px;
}
.thumList {
	margin: 40px auto 20px;
	text-align: center;
	max-width: 600px;
}
.thumList li {
	float: left;
	margin-right: 15px;
}
.thumList li:nth-child(3n+3) {
	margin-right: 0;
}
.thumList li img {
	width: 190px;
}
.thumList li:hover {
	opacity: 0.8;
	cursor: pointer;
}
.info_cus textarea {
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
	box-sizing: border-box;
}
.sp_mar {
	margin-bottom: 20px;
}
.img_news img {
	max-width: 300px;
}
/* -----------------------------------------------------------------------------*/

.img_col03 {
	text-align: center;
	margin-bottom: 30px;
}
.img_col03 li {
	display: inline-block;
	width: 31%;
	margin: 0.5%;
}
.img_col03_02 {
	text-align: center;
	margin-bottom: 30px;
}
.img_col03_02 li {
	display: inline-block;
	width: 31%;
	margin: 0.5%;
}
.content_bnr {
	max-width: 50%;
	margin: 0 auto 30px;
}
.content_bnr a {
	background: url(../images/icon_03.png) no-repeat left 20px center;
	font-family: 'mincho';
	text-decoration: none;
	font-size: 115%;
	letter-spacing: 3px;
	color: #c30d23;
	display: block;
	border: 1px solid #c30d23;
	text-align: center;
	padding: 15px 10px;
	box-sizing: border-box;
}
.content_bnr a:hover {
	background: rgba(253, 232, 235, 0.5) url(../images/icon_03.png) no-repeat left 20px center;
}
.content_bnr a img {
	vertical-align: middle;
	padding-right: 12px;
}
.content_bnr03 a {
	margin-bottom: 0;
}
.content_box01 {
	border: 7px solid #e1e1e1;
	outline: 1px solid #d1d1d1;
	padding: 25px 25px 8px;
}
.box01_title {
	font-size: 20px;
	margin-bottom: 5px;
	color: #313131;
}
.box01_title span {
	background: #0d941c;
	border-radius: 28px;
	padding: 2px 25px;
	margin-right: 20px;
	color: #fff;
	font-size: 18px;
}
.box01_arrow {
	text-align: center;
	margin: 25px auto 10px;
}
.box01_tel {
	text-align: center;
}
.box01_tel span {
	font-size: 20px;
	font-weight: bold;
}
.img_col05 {
	margin-bottom: 20px;
}
.img_col05 li img {
	margin-bottom: 12px;
}
.img_col05 li {
	float: left;
	max-width: 155px;
	min-height: 150px;
	margin: 1.5%;
	font-size: 12px;
	position: relative;
}
.img_col05 li span {
	color: #CD0003;
	font-size: 14px;
}
.img_col05 li span.item {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.ml30 {
	margin-left: 30px;
}
.ml45 {
	margin-left: 45px;
}
.gnavi-pc-fixed {
	display: none;
}
.h_img {
	max-width: 100%;
	overflow: hidden;
}
.loopslider {
	margin: 0 auto;
	width: 100%;
	/*height:150px;*/
	text-align: left;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.loopslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.loopslider ul li img {
	height: 150px;
}
.loopslider ul {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.box_R {
	float: right;
	width: 57%;
}
.list_bnr li a {
	background: #fff url(../images/icon_03.png) no-repeat left 16px center;
	font-family: 'mincho';
	text-decoration: none;
	font-size: 110%;
	color: #333;
	display: block;
	border: 1px solid #fff;
	text-align: left;
	padding: 22px 0 22px 33px;
	box-sizing: border-box;
	width: 49.5%;
	float: left;
	margin: 0 1% 1% 0;
}
.list_bnr li:last-child a {
	width: 100%;
	padding: 12px 0 12px 33px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.1) url(../images/icon_03.png) no-repeat left 16px center;
}
.list_bnr li a:hover {
	background: 0.8;
}
.list_bnr li:last-child a:hover {
	background: rgba(255, 255, 255, 0.7) url(../images/icon_03.png) no-repeat left 16px center;
}
.list_bnr li:nth-child(2n+2) a {
	margin-right: 0;
}
.box_L01_inner {
	width: 640px;
	float: right;
}
.box_R01_inner {
	width: 640px;
	float: left;
}
.h5_list li {
	background: url(../images/icon_07.png) no-repeat left top 9px;
	padding: 0 0 4px 15px;
	word-break : break-all;
}
.h5_list_02 {
	width: 49%;
	float: left;
}
.img_col04 {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 25px;
}
.img_col04 li {
	display: inline-block;
	width: 23.5%;
	margin: 0% 2% 2% 0;
}
.img_col04 li:nth-child(4n+4) {
	margin-right: 0;
}
.img_col04_02 li {
	width: 23%;
	margin: 0% 1.5% 2% 0;
}
.img_col04_02 {
	padding-bottom: 10px;
}
.txt_tel {
	font-size: 16px;
}
.txt_tel span {
	font-size: 20px;
	display: block;
	font-weight: bold;
}
.list01 {
	border: 1px solid #ccc;
	padding: 15px 20px;
	margin-bottom: 15px;
}
.img_col02 {
	display: inline-block;
	width: 49%;
	box-sizing: border-box;
}
.img_col02 li {
	background: url(../images/icon_07.png) no-repeat left top 9px;
	padding: 0 0 4px 15px;
}
.Img_L {
	float: left;
	margin-right: 10px;
}
.mt20 {
	margin: 20px 0;
}
.dl01 dt {
	float: left;
}
.dl01 dd {
	margin-left: 130px;
}
.dl02 {
	margin: 0 auto;
	max-width: 120px;
}
.dl02 dt {
	float: left;
	width: 70px;
	text-align: right;
}
.dl02 dd {
	margin-left: 80px;
	width: 50px;
	text-align: left;
}
/*-----------------kl----------------*/

#fixed2 {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
}
#mainvisual {
	/*position: relative;*/
	width: 100%;
	background: url(../images/content_main.jpg) no-repeat center top;
	padding-bottom: 0px;
	height: 330px;
}
#index #mainvisual {
	background: url(../images/index_main.jpg) no-repeat center top;
	height: 974px;
}
#slider {
	/*overflow: hidden;*/
	z-index: 1;
	height: 540px!important;
	max-width: 1090px!important;
	margin: 0 auto;
	background: url(../images/index_main_01.jpg) no-repeat center top 20px;
}
#slider .slider01 {
	height: 540px!important;
	max-width: 1090px!important;
	margin: 0 auto;
}
#slider .slider02 {
	height: 540px!important;
	max-width: 1090px!important;
	margin: 0 auto;
}
#slider .slider03 {
	height: 540px!important;
	max-width: 1090px!important;
	margin: 0 auto;
}
#slider h2 {
	padding-top: 220px;
	margin: 0 auto;
	width: 1080px;
	letter-spacing: 6px;
	text-align: center;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 75px;/*text-shadow: 1px 1px 3px rgb(195, 214, 221), -1px -1px 3px rgb(195, 214, 221), 1px 1px 3px rgb(195, 214, 221), -1px -1px 3px rgb(195, 214, 221), 1px 1px 3px rgb(195, 214, 221), -1px -1px 3px rgb(195, 214, 221);*/
}
#slider h2 span {
	color: #fef200;
}
#slider .slider02 h2 span.h2_1 {
	padding-left: 18px;
}
#slider .slider02 h2 span.h2_2 {
	text-indent: -20px;
}
#slider .slider03 h2 span.h2_1 {
	padding-left: 18px;
}
#slider .slider03 h2 span.h2_2 {
	text-indent: 0;
	font-family: "DFGabi5";
}
#slider .slider01 h2 span.h2_2 {
	font-family: "DFGabi5";
}
#index #mainvisual .mainvisual-txt {
	font-family: 'Montserrat', sans-serif;
	font-size: 70px;
	color: #3C1A03;
	text-align: right;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(123%, -50%);
	z-index: 10;
	line-height: 87px;
}
#index #mainvisual .mainvisual-txt span.txt-sl {
	font-size: 25px;
	display: block;
}
#index #mainvisual .header-fb {
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: 190px;
	z-index: 10;
}
.bx-pager {
	text-align: center;
	position: relative;
	z-index: 1;
	bottom: -22px;
	left: 77%;
	width: 100px;
}
.bx-pager-item {
	display: inline-block;
	width: 33px;
}
.bx-pager-item a {
	background: url(../images/icon_03.png) no-repeat center top;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;
}
.bx-pager-item a.active {
	background: url(../images/icon_02.png) no-repeat center top;
	width: 16px;
	height: 16px;
	display: block;
}
.bx-controls-direction {
	display: none;
}
.bx-controls {
	max-width: 1170px!important;
	margin: 0 auto;
	display: none;
}
.header_info {
	max-width: 1170px;
	margin: 0 auto;
}
.header_info ul {
	position: absolute;
	padding-left: 265px;
	top: 318px;
	z-index: 1;
}
.header_info ul li {
	display: table;
	float: left;
	border-radius: 50%;
	border: 2px solid #2fc5e8;
	box-sizing: border-box;
	color: #333;
	text-align: center;
	margin-right: 10px;
	width: 95px;
	height: 95px;
	background: #fff;
	line-height: 23px;
	position: relative;
}
.header_info ul li span {
	display: table-cell;
	vertical-align: middle;
}
.header_info ul li:hover {
	cursor: pointer;
}
.submenu02 {
	background: #838383;
	color: #fff;
	padding: 10px 18px 0;
	position: absolute;
	top: 110px;
	left: 0;
	width: 350px;
	text-align: left;
	border-radius: 7px;
}
.submenu02:before {
	content: '';
	position: absolute;
	left: 40px;
	border: solid 7px transparent;
	border-bottom: solid 15px #838383;
	top: -20px;
}
/********************************  1  ****************************************/
.index_info01 {
	max-width: 100%;
}
.index_info01_02 {
	max-width: 1080px;
	margin: 0 auto -70px;
	box-sizing: border-box;
	padding: 0;
}
.list_3item {
	display: flex;
}
.list_3item li {
	background: #f8f8f8;
	display: inline-block;
	width: 340px;
	vertical-align: top;
}
.list_3item li:nth-child(2) {
	margin: 0 25px;
}
.list_3item li div {
	padding: 45px 22px 0;
	position: relative;
}

.list_img-item {
	display: flex;
}
.list_img-item li {
	
	display: inline-block;
	width: 340px;
	vertical-align: top;
}
.list_img-item li:nth-child(2) {
	margin: 0 25px;
}
.list_img-item li div {
	padding: 45px 22px 0;
	position: relative;
}

.ttl_info1 {
	background: #000;
	color: #fff;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: bold;
	width: 84%;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 7px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
}
.box_info01 {
	width: 80%;
	margin: 50px auto 0;
	position: relative
}
.box_info01 .box_info01_ct {
	background: url(../images/ic_border.png) repeat;
	border: 5px solid #000;
	padding: 50px 30px;
	text-align: center;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.box_info01 .box_info01_ct p {
	margin-bottom: 0;
	padding: 0
}
/********************************  2  ****************************************/
.index_info02 {
	max-width: 100%;
	background: url(../images/index_bg_box02.png) no-repeat center top;
	height: 1550px;
}
.index_info02_02 {
	max-width: 1040px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 350px 0 0;
	color: #fff;
}
.mb_1 {
	margin-bottom: 50px;
}
.mb_1 p:last-child {
	padding-bottom: 0;
}
.ttl_info2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 37px;
	color: #fef200;
	letter-spacing: 1px;
}
/********************************  3  ****************************************/
.index_info03 {
	max-width: 100%;
}
.index_info03_02 {
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}
.box_1 p.txt_01 {
	color: #097bbf;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.mb_2 {
	margin-bottom: 35px;
}
/********************************  4  ****************************************/
.index_info04 {
	max-width: 100%;
	background: url(../images/index_bg.png) no-repeat center top;
	height: 1335px;
}
.index_info04_02 {
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 450px 0 0;
	color: #fff;
}
.list_3 {
	max-width: 1080px;
	margin: 20px auto 40px;
	text-align: center;
}
.list_3 li {
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 15.5px;
	line-height: 33px;
	font-weight: bold;
}
.list_3 li:nth-child(2) {
	width: 65%;
	padding: 30px 20px 0;
}
.list_3 li span {
	font-size: 18px;
	color: #fff373;
}
.txt_info4 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/********************************  5  ****************************************/
.index_info05 {
	max-width: 100%;
}
.index_info05_02 {
	max-width: 1040px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.box_info5 {
	color: #fff;
	background: #f9a825;
	border-radius: 10px;
	box-shadow: 0 5px #d08204;
	padding: 60px 100px 25px;
	margin-bottom: 50px;
}
.number {
	border-radius: 50%;
	width: 120px;
	height: 120px;
	box-sizing: border-box;
	margin: 0 auto -58px;
	padding-top: 43px;
	text-align: center;
	background: #f9a825;
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/********************************  6  ****************************************/
.index_info06 {
	max-width: 100%;
}
.index_info06_02 {
	max-width: 1000px;
	margin: 0 auto 80px;
	box-sizing: border-box;
}
.box_info6 {
	margin-bottom: 20px;
}
.ttl_info6 {
	background: #eeeeee;
	font-size: 17px;
	padding: 25px 40px;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.ttl_info6 a {
	color: #333;
	text-decoration: none;
}
.box_info6:hover {
	cursor: pointer;
}
.box_info6 div {
	padding: 20px;
}
.ttl_info6::after {
	content: "";
	margin-top: -11px;
	position: absolute;
	top: 50%;
	right: 40px;
	height: 20px;
	width: 20px;
}
.ttl_info6 a::before,  .ttl_info6 a::after {
	background: #333;
	border: none;
	content: "";
	margin-top: -2px;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	top: 50%;
	right: 50px;
	height: 2px;
	width: 12px;
	z-index: 2;
}
.ttl_info6 a::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.ttl_info6_active a::after {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
/********************************  7  ****************************************/
.index_info07 {
	max-width: 100%;
	background: url(../images/index_img_13.jpg) no-repeat center top;
	height: 740px;
	box-sizing: border-box;
}
.index_info07_02 {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 90px;
}
.txt6 {
	color: #dcdcdc;
	font-size: 15px;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 30px;
	text-align: center;
	padding-bottom: 27px;
	letter-spacing: 1.5px;
}
/********************************  8  ****************************************/
.index_info08 {
	background: #fbfbfb;
	padding: 40px 0 0;
	margin-bottom: 30px;
}
.index_info08_none {
	background: none;
	padding: 40px 0 0;
	margin-bottom: 0;
}
.index_info08_01 {
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.index_info08_02 {
	float: left;
	width: 200px;
	height: 200px;
	background: url(../images/index_img_20.jpg) no-repeat center top;
	box-sizing: border-box;
	color: #fff;
	display: table;
}
.index_info08_inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.title_info08 {
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	padding-bottom: 12px;
}
.title_info08 span {
	display: block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 27px;
	padding-bottom: 4px;
}
.bnr_new a {
	display: block;
	text-align: center;
	color: #0ab324;
	text-decoration: none;
	padding: 1px 0;
	width: 115px;
	margin: 0 auto;
	background: #fff;
	font-size: 11px;
}
.index_info08_03 {
	float: left;
	margin-left: 15px;
	width: 785px;
}
/********************************  9  ****************************************/
.index_info09 {
	background: url(../images/index_img_21.jpg) no-repeat center bottom;
}
.index_info09_02 {
	max-width: 780px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 0 110px;
}
/********************************  blog  ****************************************/
.list_2 {
	text-align: center;
}
.list_2 li {
	display: inline-block;
	width: 25%;
	margin: 6px 5px;
	height: 55px;
	box-sizing: border-box;
}
.list_2 li a {
	display: block;
	box-sizing: border-box;
	height: 55px;
	padding-top: 12px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	background: #000 url(../images/arrow_04.png) no-repeat left 20px center;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-decoration: none;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.date_blog {
	padding-bottom: 10px;
}
.date_blog span {
	background: #56483d;
	padding: 3px 10px 2px;
	color: #fff;
	margin-right: 10px;
}
.title_blog {
	color: #e3786a;
	padding-bottom: 10px;
}
.img_blog {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}
.pagination {
	text-align: center;
	margin-bottom: 20px;
}
.pagination li {
	display: inline-block;
}
.pagination li a {
	display: inline-block;
	border: 1px solid #cccccc;
	color: #333;
	padding: 4px 5px 2px;
	text-decoration: none;
	font-size: 120%;
}
.pagination li.active a {
	background: #14a1bd;
	color: #fff;
}
.back_btn {
	float: right;
}
.back_btn a {
	width: 110px;
	display: block;
	text-align: center;
	padding: 4px 5px;
	text-decoration: none;
	color: #751f20;
	font-weight: bold;
	border: 1px solid #751f20;
	font-size: 110%;
}
.back_btn a:hover {
	opacity: 0.8;
}
.list_2img {
	text-align: center;
}
.list_2img li {
	display: inline-block;
	width: 30%;
	margin: 15px;
	vertical-align: top;
}
/*----------------kk---------------*/

.title_h5 {
	border-bottom: 1px dotted #a1a1a1;
	background: url(../images/icon_12.png) no-repeat left top 3px;
	padding: 10px 10px 10px 0;
	margin-bottom: 20px!important;
}
.title_h5 span {
	margin-left: 30px;
	font-weight: bold;
	font-size: 17px;
}
.link_bt01 {
	text-align: center;
	margin-top: 10px;
}
.link_bt01 li {
	display: inline-block;
	margin: 0 1%;
}
.link_bt01 li a {
	background: #30c6e1 url(../images/arrow_03.png) no-repeat left 15px center;
	border: 2px solid #30c6e1;
	display: table;
	color: #fff;
	text-decoration: none;
	height: 50px;
	width: 300px;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 0 10px 0 25px;
}
.link_bt01 li a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.link_bt02 li {
	display: inline-block;
	margin-right: 6%;
	width: 28%!important;
}
.link_bt02 li:last-child {
	margin-right: 0%;
}
.link_bt02 li a {
	background: #30c6e1 url(../images/icon_04.png) left 15px center no-repeat;
	width: 100%;
	margin: 0 auto 15px;
	text-align: center;
	padding: 10px 10px 10px 30px;
	font-size: 18px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.link_bt02 li a:hover {
	color: #fff;
}
.link_bt02 li a span {
	font-weight: bold;
	font-size: 20px!important;
}
.text_left {
	text-align: left!important;
}
.text_left02 {
	text-align: left!important;
	font-size: 17px;
}
.text_left02 span {
	font-weight: bold;
	padding-right: 10px;
	color: #e2d741;
	font-size: 110%;
}
.w40 {
	width: 35%;
	margin: 20px auto;
	text-align: center;
}
.list02 li {
	list-style: inherit;
	margin-left: 12px;
}
.list03 {
	text-align: center;
}
.list03 li {
	float: left;
	margin: 2% 6% 2% 6%;
	width: 35%;
}
.list03 li img {
	margin-bottom: 15px;
}
.green {
	color: #68b325;
}
.blue {
	color: #017ac3;
}
.box06 {
	padding: 10px 15px;
	background: #30c8d6;
	color: #fff;
}
.bg_arrow01 {
	background : url(../images/arrow_05.png) center center no-repeat;
}
.bg_arrow01 img {
	margin: 20px 40px;
}
/*----------------kk---------------*/

.history {
	margin-bottom: 15px;
}
.history dt {
	float: left;
}
.history dd {
	margin-left: 80px;
}
.header02 {
	width: 100%;
}
.headerMenu {
	max-width: 1080px;
	margin: 0 auto;
}
.headerMenu li {
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.headerMenu li a {
	color: #64442f;
	text-decoration: none;
	padding: 20px 30px;
	display: block;
	font-size: 110%;
}
.headerMenu li:first-child a {
	padding-left: 19px;
}
.headerMenu li:last-child a {
	padding-right: 19px;
}
.headerMenu li a:hover {
	cursor: pointer;
}
.headerMenu li div {
	position: absolute;
	left: 0;
	top: 64px;
}
.headerMenu li div li a {
	background: #525252;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 5px!important;
	box-sizing: border-box;
	min-width: 240px;
	text-align: center;
	border-bottom: 1px solid #bcbcbc;
	font-size: 100%;
}
.headerMenu li div.submenu01 li a {
	min-width: 320px;
}
.headerMenu li:after {
	content: "|";
	position: absolute;
	top: 30%;
	right: 0;
	width: 0;
	height: 0;
	color: #64442f;
}
.headerMenu li:last-child:after {
	content: "";
}
.headerMenu li div li:after {
	content: "";
}
.info03_R {
	width: 512px;
	float: right;
}
.info03_L {
	width: 385px;
	float: left;
}
.info03_L .title, .info03_R .title {
	text-align: center;
	font-family: "DFGabi5";
}
/*.title {
	padding: 22px 0 10px 20px;
	font-size: 17px;
	color: #280d0b;
	font-family: 'mincho';
	font-weight: bold;
}*/
.info03_L .title img, .info03_R .title img {
	margin: 6px 18px 10px;
}
.info03_L .title span, .info03_R .title span {
	padding-top: 3px;
	font-size: 18px;
	color: #563722;
}
.info03_L .title span, .info03_R .title span {
	padding-top: 3px;
	font-size: 24px;
	color: #563722;
	font-family: "DFGabi5";
}
.info04 {
	width: 55%;
	float: right;
}
.info04>p.title {
	font-size: 29px;
	color: #573925;
	margin-bottom: 25px;
	padding-top: 0px;
	text-align: center;
	font-family: "DFGabi5";
}
.info04>p.title span {
	font-size: 29px;
	color: #cdb724;
	font-family: "DFGabi5";
}
.info04 .box01 {
	border: 3px solid #41bbc5;
	position: relative;
	text-align: center;
	padding: 35px 20px 10px;
	line-height: 25px;
	margin-bottom: 30px;
}
.text_info04_01 {
	font-size: 160%;
	font-weight: bold;
	color: #573925;
	letter-spacing: 1px;
	line-height: 33px;
}
.info04 .box01 .title01 {
	color: #41bbc5;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: -10px;
	left: 60px;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "DFGabi5";
}
.index_h3 {
	text-align: center;
	background: url(../images/icon_03.png) top center no-repeat;
	padding-top: 95px;
	font-size: 30px!important;
	color: #64442f;
	margin-bottom: 30px;
}
#index .index_h3 span {
	display: block;
	font-size: 12px!important;
	color: #41bbc5;
	letter-spacing: 0.5px;
	padding-right: 0;
}
/*******************  contact  ****************************************/

.mail_address li:nth-child(2n+1) {
	float: left;
	width: 28%;
	padding: 10px 0 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.mail_address li:nth-child(2n+2) {
	width: 72%;
	float: right;
	margin-bottom: 20px;
}
.mail_address li:first-child {
	padding: 22px 0 14px;
}
.mail_address li:nth-child(2) {
	margin-bottom: 0;
	height: 72px;
}
.mail_address select {
	padding: 8px 0 8px 12px;
	width: 170px;
	margin: 12px 0 0;
}
.mail input[type="text"], .mail textarea {
	background: #fff none repeat scroll 0 0;
	display: block;
	width: 100%;
	outline: 0 none;
	padding: 10px;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
}
.mail td.td01 input {
	width: 30%;
	display: table-cell;
}
.mail td.td01 p {
	width: 68%!important;
	float: right;
	padding-top: 8px;
	text-align: left!important;
}
table.faq {
	margin-bottom: 30px;
}
.faq th.text_left span {
	font-weight: bold;
	padding-right: 3px;
	color: #e2d741;
	font-size: 150%;
}
.faq td.text_left span {
	font-weight: bold;
	padding-right: 5px;
	color: #41bbc5;
	font-size: 150%;
}
/*--------------------------------------------content_bg01-------------*/
.content_bg01 {
	background: url(../images/sp_index_01.jpg)left top repeat;
	padding: 30px 30px 20px;
	margin-bottom: 20px;
}
.point_txt {
	font-weight: bold;
	font-size: 17px;
	color: #000;
}
.point_txt span {
	background: #ff4079;
	font-size: 18px;
	padding: 4px 22px;
	color: #fff;
	font-weight: bold;
	margin-right: 15px;
}
/*--------------end content_bg01-----*/


/*--------------------------------------------content_bg02-------------*/
.content_bg02 {
	background: url(../images/sp_index_03.jpg) left top repeat;
	padding: 30px 35px 20px;
	margin-bottom: 40px;
}
.check_txt li {
	background: url(../images/icon_02.png) left top no-repeat;
	padding-left: 35px;
	text-decoration: none;
	font-size: 16px;
	margin-bottom: 10px;
}
/*--------------end content_bg02-----*/


/*--------------------------------------------content_bg03-------------*/

.content_bg03 {
	background: url(../images/sp_index_02.jpg)left top repeat;
	padding: 40px 40px 30px;
	margin-bottom: 30px;
}
.pickup_txt {
	font-weight: bold;
	font-size: 19px;
	color: #000;
}
.pickup_txt span {
	background: #ff4079;
	font-size: 17px;
	padding: 3px 15px 2px;
	color: #fff;
	font-weight: bold;
	margin-right: 17px;
}
.pickup_txt02 {
	margin-bottom: 13px;
}
.pickup_txt02 span {
	background: #f2ac00;
	padding: 5px 15px 4px;
}
.point001 {
	margin: 0 0 10px 5px;
}
.point001 li {
	list-style: inherit;
	margin-left: 15px;
	margin-bottom: 5px;
}
.bnr001 {
	display: inline-block;
	width: 500px;
	background: #69caf5 url(../images/arrow_04.png) left 1% center no-repeat;
	padding-bottom: 0;
	box-sizing: border-box;
	text-align: center;
	line-height: 25px;
	font-size: 160%;
	font-weight: bold;
	margin: 0 40px 15px 0;
	vertical-align: top;
}
.bnr001 a {
	display: table;
	text-decoration: none;
	color: #fff;
	height: 70px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px 0 45px;
	box-sizing: border-box;
	text-align: center;
}
.bnr001 span {
	display: table-cell;
	font-size: 110%;
	vertical-align: middle;
}
.bnr002 {
	background: #2a66b5 url(../images/mail.png) right 30px bottom no-repeat;
	position: relative;
	margin-right: 0px;
}
.bnr002 a {
	padding-right: 80px;
}
.arrow002 {
	position: absolute;
	bottom: 7px;
	right: 7px;
}
/*--------------end content_bg03-----*/



.sp_mar02 {
	margin-bottom: 20px;
}
.vMiddle {
	text-align: center;
	vertical-align: middle;
}
.loopslider {
	margin: 0 auto;
	width: 100000px;
	/*height:150px;*/
	text-align: left;
	position: relative;
	overflow: hidden;
	padding: 0;
}
.loopslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 8px;
	padding: 0;
}
.loopslider ul li img {
	height: 110px;
}
.loopslider ul {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 0;/*width: 100000px;*/
}
.list li {
	background: url(../images/icon_01.png) left top no-repeat;
	padding-left: 30px;
	margin-bottom: 7px;
}
.bnr {
	display: table;
	margin: 0 auto;
	background-color: #dbb001;
	padding-bottom: 0;
}
.bnr a {
	background: url(../images/arrow_01.png) no-repeat right 15px center;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	text-align: center;
	width: 290px;
	height: 45px;
	padding: 0 28px;
	padding: 11px 28px 0\9;
	line-height: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
}
.line {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 40px;
}
/*-------------------------------------------------*/

.bnr003 {
	text-align: center;
}
/*.bnr003 li{
	background: #69caf5 url("../images/arrow_01.png") no-repeat scroll right 5% center;    
    line-height: 25px;
    margin: 10px 15px;
    padding: 30px 10px;
    text-align: center;
    width: 42%;
	display: inline-block;
	font-size: 180%;
	font-weight: bold;

}


.bnr003 li a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}*/




.bnr003 li {
	width: 35%;
	display: inline-block;
	margin: 5px;
	background-color: #dbb001;
	padding-bottom: 0;
}
.bnr003 li a {
	background: url(../images/arrow_01.png) no-repeat right 15px center;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	text-align: center;
	width: 35%;
	height: 45px;
	padding: 0 28px;
	padding: 11px 28px 0\9;
	line-height: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
.bg03 {
	background: #ff8400 url("../images/arrow_01.png") no-repeat scroll right 5% center!important;
}
.bnr004 {
	text-align: center;
}
.bnr004 li {
	display: inline-block;
	margin: 5px;
	width: 25%;
}
.bnr004_02 li {
	width: 30%;
}
.txt_red {
	color: red;
}
.content_box02 {
	border: 5px solid #e1e1e1;
	outline: 1px solid #d1d1d1;
	padding: 5px;
	margin-bottom: 30px;
}
.content_box02 p {
	padding: 15px 20px 12px;
}
.content_box02 p.box02_title {
	background: #fce274;
	font-size: 17px;
	color: #313131;
	padding: 8px 25px 6px;
}
.box02_title span {
	color: #313131;
	font-size: 22px;
	font-weight: bold;
}
.box02_title01 {
	font-size: 14px;
	color: #313131;
	padding: 5px;
	margin-top: 10px;
}
.box02_title01 span {
	padding: 2px 5px;
	margin-right: 0px;
	color: #313131;
	font-size: 24px;
	font-weight: bold;
}
.box02_title01 span span {
	font-size: 16px;
}
.box02_title02 span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
/************************************  column  ********************************************/
.column {
	margin-bottom: 50px;
	border-bottom: 1px solid #e7e7e7;
}
.column dl {
	margin-bottom: 0px;
	box-sizing: border-box;
	padding: 8px 35px 8px 25px;
	border-top: 1px solid #e7e7e7;
}
.column dt {
	float: left;
	color: #d1a400;
}
.column dd {
	margin-left: 120px;
	position: relative;
}
.column dl a {
	text-decoration: none;
	color: #333;
	display: block;
}
.column dd a::after {
	border-right: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	content: "";
	display: block;
	height: 7px;
	margin: -4px 0 0;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: rotate(45deg);
	width: 6px;
}
/********************************************************************************/

.back {
	width: 160px;
	background: #dbb001;
	padding-bottom: 0;
	margin: 30px auto 30px;
	text-align: center;
}
.back img {
	margin: 0 0 6px 12px;
	margin: 0 0 16px 12px\9;
}
.back a {
	text-decoration: none;
	padding: 7px 0 10px;
	padding: 12px 0 0px\9;
	line-height: 30px\9;
	color: #fff;
	display: block;
	text-align: center;
	box-sizing: border-box;
	font-size: 15px;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.back a:hover {
	opacity: 0.7;
}
.property_3item {
	margin-bottom: 10px;
	text-align: left;
}
.property_3item li {
	display: inline-block;
	margin: 0 10px 30px 10px;
	max-width: 310px;
	vertical-align: top;
	text-align: center;
}
.property_3item li a {
	color: #333;
	text-decoration: none;
}
.property_3item li img {
	display: block;
	padding-bottom: 20px;
	border-top: 5px solid #30960f;
}
/**************************************  property slider  ********************************************/

.work_list {
}
.work_list_sp {
	display: none
}
.slider-nav {
	float: left;
	width: 100px;
}
.slider-for {
	float: right;
	width: calc(100% - 125px);
	margin-left: 25px;
}
.slick-next {
	background: #000;
	width: 100%;
	border: none;
	box-shadow: none;
	margin-top: 10px
}
.slick-next span {
	transform: rotate(-90deg);
	display: block;
	color: #fff
}
.slick-prev {
	background: #000;
	width: 100%;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
}
.slick-prev span {
	transform: rotate(90deg);
	display: block;
	color: #fff
}
.slick-next:focus, .slick-prev:focus, .slick-prev span:focus, .slick-next span:focus {
	outline: 0 !important;
	outline-offset: 0 !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.slick-next:hover, .slick-prev:hover {
	opacity: 0.8
}
.slick-vertical .slick-slide {
	float: left;
	width: 100% !important;
	margin-bottom: 5px;
	height: 80px !important;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.slick-vertical .slick-slide.slick-current {
	border: 1px solid #4d3f31
}
.slider-for .slick-slide {
	height: 485px !important;
	margin-bottom: 60px;
}
.slick-slide p {
	position: relative;
	width: 100%;
	height: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	background: #f1f2f3;
	padding-bottom: 0;
}
.slick-slide img {
	display: block;
	max-height: 100%;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}
/**********************************************************************************/


.box_flow_L {
	float: left;
	width: 50%;
	text-align: center;
}
.box_flow_R {
	float: right;
	width: 50%;
	text-align: center;
}
.title_flow {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0;
	margin: 0 auto 7px;
	text-align: center;
}
.list_qa {
	padding: 10px 0 15px;
}
.list_qa li {
	display: inline-block;
	width: 48%;
	margin-bottom: 7px;
}
.list_qa li a {
	text-decoration: none;
	color: #333;
}
.box_about_L {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 120px;
}
.box_about_R {
	float: right;
	width: 50%;
	text-align: center;
}
.list_4 {
	text-align: center;
	width: 60%;
	margin: 0 auto 12px;
}
.list_4 li {
	display: inline-block;
	width: 49%;
	margin: 0 1.5% 1% 0;
	height: 55px;
	box-sizing: border-box;
}
.list_4 li:nth-child(2n+2) {
	margin-right: 0;
}
.list_4 li a {
	display: block;
	box-sizing: border-box;
	height: 55px;
	padding-top: 12px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	background: #000 url(../images/arrow_04.png) no-repeat left 20px center;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-decoration: none;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list_4_2 li {
	width: 32%;
}
.list_4_2 li:nth-child(2n+2) {
	margin-right: 1.5%;
}
.list_4_2 li:nth-child(3) {
	margin-right: 0;
}
.list_4_3 li {
	width: 100%;
}
.bnr_contact02 {
	background: #751f20;
	color: #fff;
	padding: 35px 0 20px;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.ttl_contact {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ttl_contact span {
	font-size: 26px;
	display: block;
	padding-bottom: 10px;
}
.tel {
	font-size: 19px;
	float: left;
	padding-left: 50px;
	font-family: notosan;
}
.tel span {
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
.bnr_1 {
	float: right;
	margin-right: 60px;
	border: 1px solid #fff;
	padding-bottom: 0;
}
.bnr_1 a {
	width: 290px;
	height: 55px;
	box-sizing: border-box;
	padding-top: 17px;
	text-decoration: none;
	color: #fff;
	line-height: 20px;
	text-align: center;
	display: block;
	font-size: 18px;
	font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N ", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bnr_1 img {
	margin: 0 17px 0 0;
}
.box_1 {
	max-width: 900px;
	margin: 0 auto;
}
.box_1 p {
	font-size: 15px;
	line-height: 30px;
}
.menu-button-on {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	padding: 0;
	z-index: 9999;
	width: 100%;
	height: 90px;
	background: #FFF;
	border-bottom: 3px solid #000;
}
.logo_left {
	float: left;
}
.logo_left img {
	margin-top: 5px;
}
.tel_right {
	float: right;
}
.tel_right img {
	margin-top: 15px;
}
.menu_on {
	width: 1000px;
	margin: auto;
}
.mb30{
	margin-bottom: 30px;
}
.mt30{
	margin-top: 30px;
}