﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	clip: rect(auto,auto,auto,auto);
	color: #333333;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear_both {
	clear: both;
	margin: 0px;
	padding: 0px;
}


p, ul, ol, li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 90%;
}

/*---------------------
  ヘッドここから
---------------------*/

.head-main {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
.head-box1 {
	background-attachment: scroll;
	background-image: url(../img/head_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 620px;
	margin-top: 120px;

}
.fla {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	z-index: -1000;
	clear: both;
	margin-top: 0px;
	overflow: hidden;
}
/*---------------------
  背景スライダー
---------------------*/

#mainvisual {
    width: 100%;
    max-width: 100%;
    min-height: 1000px;
    max-height: 1000px;
    margin: 0px auto;
    background-position: center;
}

#mainvisual2 {
	width: 100%;
	max-width: 100%;
	min-height: 600px;
	max-height: 600px;
	margin: 0px auto;
	background-position: center;
}

/*---------------------
  コンテンツここから
---------------------*/

/* ABOUT US */
.cont02 {
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/d-cont02.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 80px;
}
.cont02-box2 {
	width: 755px;
	height: 400px;
	float: right;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 2%;
	padding-top: 30px;
	padding-left: 45px;
	padding-bottom: 30px;
	background: rgba(255,255,255,0.9);　/* 背景色だけ透過させその上の文字や画像は不透過 */
}
.cont02-box3 {
	width: 65%;
	margin-bottom: 30px;
}

.post4 table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.post4 table th{
	font-weight: bold;
	width: 30%;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}
.post4 table td{
	font-size: 92%;
	line-height: 26px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}

/* 取扱いサービス */
.cont04{
	width: 100%;
	margin: 5px auto 80px auto;
	padding: 0px 0 0px;
	clear: both;
	overflow: hidden;
}
.cont04-box1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: linear-gradient( 90deg, #BB0E01 25%, #C93E34 25%, #C93E34 50%, #BB0E01 50%, #BB0E01 75%, #C93E34 75%, #C93E34);
	background-size: 25px 25px;
	padding-bottom: 20px;
	padding-top: 40px;
}
.cont04-box2{
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #F1F1F1;
	padding: 0px 0 50px;
}
.cont04-box3 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	clear:both;
}
.cont04-box4 {
	width: 400px;
	float: left;	
	margin-left: 0;
}
.cont04-box5 {
	width: 700px;
	float: right;
	margin-right: 0;
	padding-top: 0px;
}
.cont04-box5 ul {
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.cont04-box5 ul li{
	width: 190px;
	float: left;
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
.cont04-button1 {
	width: 180px;
	border: 1px solid #C12626;
	color: #FFFFFF;
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background: rgba(193, 38, 38, 0.8);
}
.cont04-button2 {
	width: 180px;
	border: 1px solid #CCCCCC;
	color: #888888;
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background: rgba(204, 204, 204, 0.8);
}

.caption02{
	width: 70%;
	position: absolute;
	right:0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	padding: 5px 5px;
	border-top: 7px solid #0063C6;
	box-sizing:border-box;
}
.caption02 h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: #0063C5;
}
.caption02 h3 span{
	display: block;
	font-size: 20px;
	color: #00661A;
	margin: -15px 0 0 0;
}
/*---------------------
  マウスオン画像拡大ここから
---------------------*/
.mausu{
	display: block;
	overflow: hidden;
	position: relative;
}
.mausu .word{
	display: block;
	color: #FFF;
	font-size: 300%;
	width: 120px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 16%;
	top: 25%;
	z-index: 3;
	padding: 10px;
	margin-top: 0%;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
.mausu a:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.9s ease;
}

/* ACCESS */
.cont06 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	overflow: hidden;
	background-color: #FFEBE8;
	padding-bottom: 80px;
}
.cont06-box1 {
	width: 996px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.cont06-box3 {
	width: 100%;
	float: none;
	height: 540px;
}

/* フッター */
.footmain {
	width: 100%;
	margin-bottom: 0px;
	background-color: #FFF;
}
.foot1-box1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #C12626;
}
.foot1-box2 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.foot1-box3 {
	width: 560px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.foot1-box5 {
	width: 400px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}


.logo2 {
	font-size: 160%;
	color: #FFF;
	font-weight: 400;
	float: left;
	margin-right: 25px;
	padding-top: 15px;
}

.td1 {
	padding-top: 10px;

}
.td2 {
	clear: both;
	padding-bottom: 30px;
}
.td3 {
	clear: both;
	margin-bottom: 70px;
}




.side01 {
	position: fixed;
	bottom: 500px;
	right: 0px;
	z-index: 9999;
}
.side02 {
	position: fixed;
	bottom: 340px;
	right: 0px;
	z-index: 9999;
}







.li-td1 {
	margin-left: 170px;
}
.li-td2 {
	margin-left: 55px;
}
.li-td3 {
	margin-left: 7px;
}
.li-td4 {
	margin-left: 18px;
}
.nav-td1 {
	margin-right: 38px;
}
.nav-td2 {
}
.pic-td1 {
	clear: both;
	width: 78%;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}



.mini1 {
}
.mini1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}


/*---------------------
  ロールオーバー
---------------------*/
.hover a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover2 a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*---------------------
  フェード効果
---------------------*/

.fade {
}
.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}
@-webkit-keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}



/*---------------------
  アニメーションボタン
---------------------*/
.button1 {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 10px;
}
.button1 a {
	display: block;
	width: 220px;
	border: 2px solid #0063C6;
	background:linear-gradient(to right, #0063C6,#0F87FF);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 110%;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	letter-spacing: 0.1em;
}
.button1 a:hover {
	color: #0063C6;
	background: #FFFFFF;
	border: 2px solid #0063C6;
}

.button2 {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 10px;
}
.button2 a {
	display: block;
	width: 220px;
	border: 2px solid #0063C6;
	background:linear-gradient(to right, #0063C6,#0F87FF);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 110%;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	letter-spacing: 0.1em;
}
.button2 a:hover {
	color: #0063C6;
	background: #FFFFFF;
	border: 2px solid #0063C6;
}

.button3 {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 20px;
}
.button3 a {
	display: block;
	width: 220px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background:linear-gradient(to right, #D71405,#B70D00);
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 110%;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
}
.button3 a:hover {
	color: #B70D00;
	background: #FFFFFF;
	border: 2px solid #B70D00;
}

.button4 {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 10px;
}
.button4 a {
	display: block;
	width: 400px;
	border: 2px solid #018A3C;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 120%;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
	background-color: #018A3C;
}
.button4 a:hover {
	color: #018A3C;
	border: 2px solid #018A3C;
	background-color: #FFF;
}


.sphide {
	display: block;
}
.spdisp {
	display: none;
}

.sphide2 {
	display: block;
}
.spdisp2 {
	display: none;
}

/*----------------------------------------------------
	page top
----------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
.pagetop a :hover{
	color: #333;
	border: 2px solid #333;
	background-color: #FFF;
}




/* タブレット横　(max-width: 1260px)
------------------------------------------------------------*/
@media screen and (max-width: 1260px) {
body {
	max-width: 1260px;
}
.fla {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	z-index: -1000;
	clear: both;
	margin-top: 0px;
	overflow: hidden;
}
/*---------------------
  背景スライダー
---------------------*/
#mainvisual2 {
	width: 100%;
	max-width: 100%;
	min-height: 600px;
	max-height: 600px;
	margin: 0px auto;
	background-position: center;
}
/*---------------------
  ヘッドここから
---------------------*/

.head-box1 {
	background-attachment: scroll;
	background-image: url(../img/head_back2.png);
	background-repeat: no-repeat;
	background-position: center center;
　　background-size: cover;
	height: 498px;
	margin-top: 80px;

}

/*---------------------
  コンテンツここから
---------------------*/

/* 店舗情報 */
.cont02 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.cont02-box2 {
	width: 70%;
	float: right;
	padding-top: 50px;
	background: rgba(255,255,255,.9);
	min-height: 100%;
}
.cont02-box3 {
	width: 90%;
	margin-bottom: 30px;
}

/* 取扱いサービス */
.cont04-box1 {
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 30px;
}
.cont04-box2 {
	width: 100%;
}
.caption02{
	width: 85%;
	position: absolute;
	right:0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	padding: 5px 5px;
	border-top: 7px solid #0063C6;
	box-sizing:border-box;
}
/*---------------------
  マウスオン画像拡大ここから
---------------------*/
.mausu{
	display: block;
	overflow: hidden;
	position: relative;
}
.mausu .word{
	display: block;
	color: #FFF;
	font-size: 140%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	margin-left: 10%;
	padding: 10px;
	margin-bottom: 24%;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-right: 10%;
	text-align: center;
}
.mausu a:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.9s ease;
}
	
/* 取扱いサービス */
.cont04-box3 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	clear:both;
}
.cont04-box4 {
	width: 80%;
	float: none;	
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}
.cont04-box5 {
	width: 80%;
	float: none;	
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.cont04-box5 ul {
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.cont04-box5 ul li{
	width: 190px;
	float: left;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
	
/* ACCESS */
.cont06-box1 {
	width: 90%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}


/* フッター */
.footmain {
	clear: both;
	overflow: hidden;
	width: 100%;
}
.foot1-box1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.foot1-box2 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	overflow: hidden;
}
.foot1-box3 {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.foot1-box4 {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-top: 0px;
}




.sphide2 {
	display: none;
}
.spdisp2 {
	display: block;
}
}
	
/* iPhone6 Plus
------------------------------------------------------------*/
@media screen and (max-width: 600px) {
body {
	min-width: 480px;
}

.fla {
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: -1000;
	clear: both;
	margin-top: 80px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: none;
}
/*---------------------
  背景スライダー
---------------------*/
#mainvisual2 {
	width: 100%;
	max-width: 100%;
	min-height: 300px;
	max-height: 300px;
	margin: 0px auto;
	background-position: center;
}

/*---------------------
  ヘッドここから
---------------------*/

.head-box1 {
	background-attachment: scroll;
	background-image: url(../img/head_back3.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
	height: 300px;
	margin-top: 105px;

}

/*---------------------
  コンテンツここから
---------------------*/

/* 店舗情報 */
.cont02 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.cont02-box2 {
	width: 85%;
	float: none;
	padding-top: 30px;
	padding-left: 10px;
	min-height: 100%;
	height: auto;
	clear: both;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.cont02-box3 {
	width: 85%;
	margin-bottom: 0px;
}

/* 取扱いサービス */
.cont04-box3 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	clear:both;
}
.cont04-box4 {
	width: 100%;
	float: none;	
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}
.cont04-box5 {
	width: 100%;
	float: none;	
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.cont04-box5 ul {
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
	
.caption02{
	width: 98%;
	position: absolute;
	right:0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	padding: 5px 5px;
	border-top: 7px solid #0063C6;
	box-sizing:border-box;
}
.caption02 h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #0063C5;
}
.caption02 h3 span{
	display: block;
	font-size: 16px;
	color: #00661A;
	margin: -15px 0 0 0;
}
/*---------------------
  マウスオン画像拡大ここから
---------------------*/
.mausu{
	display: block;
	overflow: hidden;
	position: relative;
}
.mausu .word{
	display: block;
	color: #FFF;
	font-size: 160%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	margin-left: 10%;
	padding: 10px;
	margin-bottom: 24%;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-right: 10%;
	text-align: center;
}
.mausu a:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.9s ease;
}

	
/* フッター */
.footmain {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0px;
}
.foot1-box2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	overflow: hidden;
}
.foot1-box3 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.foot1-box3 img {
	width: 100%;
	padding-top: 20px;
}	
.foot1-box4 {
	width: 350px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}



.logo2 {
	font-size: 160%;
	color: #FFF;
	font-weight: 400;
	float: left;
	margin-right: 25px;
	padding-top: 15px;
}


.sphide {
	display: none;
}
.spdisp {
	display: block;
}

.spmini1 {

}
.spmini1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	height: auto;
}

.td3 {
	clear: both;
	margin-bottom: 30px;
}

}	
